<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MobileMenuListing {
  width: 100%;
  margin-bottom: 20px; }
  .MobileMenuListing.OnlyOnMobile {
    display: none; }
  .MobileMenuListing .NormalButton {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
  .MobileMenuListing .MobileMenuListingInner {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%; }
    .MobileMenuListing .MobileMenuListingInner.OnlyOnMobile, .MobileMenuListing .MobileMenuListingInner.Hidden {
      display: none; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric {
      width: 32%;
      box-sizing: border-box;
      overflow: hidden;
      border: solid 1px gray;
      margin-bottom: 20px; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner {
        display: block;
        position: relative;
        min-height: 100px;
        margin: 0;
        width: 100%; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner img {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          vertical-align: middle; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner img:hover {
            -webkit-transform: scale(1.02);
            /* Safari and Chrome */
            -moz-transform: scale(1.02);
            /* Firefox */
            -ms-transform: scale(1.02);
            /* IE 9 */
            -o-transform: scale(1.02);
            /* Opera */
            transform: scale(1.02); }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner.CreateNew img {
          width: 40%;
          margin: 0 auto;
          padding-bottom: 20px; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner img {
          width: 100%;
          overflow: hidden;
          display: block; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner img.Edit {
          position: absolute;
          right: 5px;
          top: 5px;
          width: auto;
          z-index: 2; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name {
          position: absolute;
          bottom: 10px;
          font-size: 20px;
          font-weight: 600;
          color: #202020;
          width: 100%;
          text-align: center;
          box-sizing: border-box; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.White {
            color: white; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Left {
            text-align: left;
            padding-left: 15px; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Right {
            text-align: right;
            padding-right: 15px; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Top {
            bottom: unset;
            top: 15px; }
          .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Middle {
            min-height: 100px;
            line-height: 110px;
            bottom: 0;
            height: 100%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width2 {
        width: 49%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width4 {
        width: 24%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 {
        width: 19%; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 a.Inner .Name {
          font-weight: normal;
          font-size: 18px; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
      width: 32%;
      height: 1px; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width2 {
        width: 49%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width4 {
        width: 24%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width5 {
        width: 19%; }

@media only screen and (max-width: 1600px) {
  .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 49%; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
    width: 49%; } }

@media only screen and (max-width: 1300px) {
  .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 49%; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
    width: 49%; } }

@media only screen and (max-width: 1000px) {
  .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 100%; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
    width: 100%; } }

@media only screen and (max-width: 999px) {
  .MobileMenuListing {
    display: flex; }
    .MobileMenuListing.OnlyOnDesktop {
      display: none; }
    .MobileMenuListing.OnlyOnMobile {
      display: flex; }
    .MobileMenuListing .MobileMenuListingInner.Hidden {
      display: none; }
    .MobileMenuListing .MobileMenuListingInner.OnlyOnMobile {
      display: flex; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric {
      width: 32%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width4 {
        width: 32%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 {
        width: 32%; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 a.Inner .Name {
          font-size: 30px; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name {
        font-size: 24px;
        bottom: 9px; }
        .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Middle {
          line-height: 135px; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
      width: 32%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width2 {
        width: 32%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width4 {
        width: 32%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller.Width5 {
        width: 32%; } }

@media only screen and (max-width: 800px) {
  .MobileMenuListing.OnlyOnDesktop {
    display: none; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 49%; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width4 {
      width: 49%; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 {
      width: 49%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 a.Inner .Name {
        font-size: 30px; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name {
      font-size: 24px;
      bottom: 9px; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Middle {
        line-height: 166px; } }

@media only screen and (max-width: 600px) {
  .MobileMenuListing.OnlyOnDesktop {
    display: none; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 100%; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width4 {
      width: 100%; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 {
      width: 100%; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric.Width5 a.Inner .Name {
        font-size: 30px; }
    .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name {
      font-size: 24px;
      bottom: 9px; }
      .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name.Middle {
        line-height: 260px; }
  .MobileMenuListing .MobileMenuListingInner .MenuRubricFiller {
    width: 100%; } }
</pre></body></html>