.landing-cuisines-list .cuisines-list__header .title {
  font-size: 1.125rem;
  color: #3f3e3e;
  margin-bottom: 5px;
  margin-top: 0; }

.landing-cuisines-list .cuisines-list {
  height: auto;
  min-height: auto; }

.landing-cuisines-list .cuisines-list__container {
    min-height: 90px; }

.landing-cuisines-list .cuisines-list .marmita-scrollbox {
    height: auto; }

.landing-cuisines-list .cuisines-list .marmita-scrollbox__wrapper {
      padding-bottom: 7px; }

.landing-cuisines-list .cuisine-item__figure {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); }

.landing-cuisines-list .cuisine-item__title {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  color: #3f3e3e; }

.landing-navbar-wrapper {
  width: 100%; }
  .landing-navbar-wrapper__button {
    position: absolute;
    right: 15px;
    z-index: 9999;
    margin: 0;
    top: 13px; }
  @media only screen and (min-width: 768px) {
      .landing-navbar-wrapper__button {
        right: 7px; } }
  @media only screen and (min-width: 960px) {
    .landing-navbar-wrapper {
      display: grid;
      justify-content: right;
      max-width: 1366px !important;
      padding: 0 30px; }
      .landing-navbar-wrapper__button {
        display: none; } }
  .landing-navbar-wrapper .landing-navbar {
    display: grid;
    grid-template-rows: auto repeat(4, 40px);
    grid-row-gap: 20px;
    padding: 20px 20px 38px;
    justify-content: left;
    z-index: 9997;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    transition: all ease-in-out 200ms; }
  .landing-navbar-wrapper .landing-navbar .icon-brand {
      display: grid;
      width: 60px;
      margin-bottom: 18px; }
  .landing-navbar-wrapper .landing-navbar .navbar-btn {
      display: grid; }
  .landing-navbar-wrapper .landing-navbar .navbar-btn:hover {
      color: #ea1d2c; }
  .landing-navbar-wrapper .landing-navbar--open {
      position: absolute;
      left: 0;
      top: 0; }
  .landing-navbar-wrapper .landing-navbar--open .icon-brand {
        display: grid;
        width: 60px;
        margin-bottom: 18px; }
  .landing-navbar-wrapper .landing-navbar--open .navbar-btn {
        display: grid; }
  @media only screen and (min-width: 960px) {
      .landing-navbar-wrapper .landing-navbar {
        grid-template-columns: repeat(5, auto);
        grid-template-rows: 50px;
        grid-column-gap: 44px;
        padding: 0;
        padding-top: 16px;
        background: none;
        position: relative;
        top: unset;
        left: unset; }
        .landing-navbar-wrapper .landing-navbar .icon-brand {
          display: none; } }
  .landing-navbar-wrapper .landing-navbar .btn.navbar-btn {
      padding: 0;
      font-weight: 400;
      height: 40px;
      margin: 0;
      justify-content: start; }
  @media only screen and (min-width: 960px) {
        .landing-navbar-wrapper .landing-navbar .btn.navbar-btn {
          justify-content: center;
          height: 50px;
          display: grid; } }
  .landing-navbar-wrapper .landing-navbar .btn.navbar-btn--sign-in {
        color: #ea1d2c;
        background: none; }
  @media only screen and (min-width: 960px) {
          .landing-navbar-wrapper .landing-navbar .btn.navbar-btn--sign-in {
            border: 1px solid #dcdcdc;
            width: 140px;
            font-size: 1rem;
            background: #fff; }
            .landing-navbar-wrapper .landing-navbar .btn.navbar-btn--sign-in:hover {
              background: #ea1d2c;
              color: #fff; } }
  .landing-navbar-wrapper--open {
    margin-top: 158px; }
  @media only screen and (min-width: 960px) {
      .landing-navbar-wrapper--open {
        margin-top: 0; } }
  .landing-navbar-wrapper .overlay {
    background: #3e3e3e;
    transition: opacity ease-in-out 200ms;
    transition-delay: 200ms; }
  .landing-navbar-wrapper .overlay--visible {
      transition-delay: 0ms;
      opacity: 0.6; }
  @media only screen and (min-width: 960px) {
      .landing-navbar-wrapper .overlay {
        display: none; } }

.landing-header-tags {
  max-width: calc(100vw - 40px);
  padding-bottom: 18px; }
  @media only screen and (min-width: 960px) {
    .landing-header-tags {
      width: 766px;
      padding: 0; } }
  .landing-header-tags__tag {
    height: 30px;
    background: none;
    border: 1px solid #dcdcdc;
    padding: 6px;
    margin: 0; }
  .landing-header-tags__tag:hover:enabled {
      background: #e9e5e7; }
  .landing-header-tags__tag .btn__label {
      font-size: 0.875rem;
      line-height: 1rem;
      font-weight: 400;
      color: #717171; }
  .landing-header-tags .marmita-scrollbox {
    height: auto; }
  .landing-header-tags .marmita-scrollbox__container > *:last-child {
      margin-right: 0; }
  .landing-header-tags .marmita-scrollbox__container > *:first-child {
      margin-left: 0; }

.landing-sign-up-voucher {
  display: grid;
  grid-column-gap: 15px;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 15px 20px;
  grid-template-columns: 46.4px auto 15px;
  width: calc(100% - 40px); }
  @media only screen and (min-width: 960px) {
    .landing-sign-up-voucher {
      width: calc(100%);
      max-width: 333px;
      margin: 15px auto; } }
  .landing-sign-up-voucher--hint {
    display: none;
    margin: 0; }
  @media only screen and (min-width: 960px) {
      .landing-sign-up-voucher--hint {
        display: grid; } }
  .landing-sign-up-voucher__icon {
    width: 46.4px;
    height: 54px; }
  .landing-sign-up-voucher__texts {
    display: grid;
    grid-template-rows: 24px 48px 20px; }
  .landing-sign-up-voucher__texts p {
      margin: 0; }
  .landing-sign-up-voucher__texts__title {
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: #3e3e3e;
      font-weight: 500;
      padding-bottom: 4px; }
  .landing-sign-up-voucher__texts__description {
      font-size: 0.875rem;
      line-height: 1rem;
      color: #717171;
      font-weight: 400;
      padding-bottom: 13px; }
  .landing-sign-up-voucher__texts__cta {
      padding: 0;
      margin: 0;
      height: 20px; }
  .landing-sign-up-voucher__texts__cta .btn__label {
        text-align: left;
        font-size: 0.875rem; }
  .landing-sign-up-voucher__close {
    display: none;
    width: 15px;
    left: -2px;
    top: -14px;
    margin: 0; }
  @media only screen and (min-width: 960px) {
      .landing-sign-up-voucher__close {
        display: grid; } }
  .landing-sign-up-voucher--card {
    display: grid; }
  @media only screen and (max-width: 374px) {
      .landing-sign-up-voucher--card {
        width: calc(100% - 40px);
        grid-template-columns: 46.4px auto;
        grid-auto-flow: column; } }
  @media only screen and (min-width: 960px) {
      .landing-sign-up-voucher--card {
        display: none; } }

.landing-header-background {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  z-index: 0;
  pointer-events: none; }
  .landing-header-background__left img {
    position: absolute;
    width: 300px;
    left: -60px;
    top: calc(100% - 624px); }
  .landing-header-background__left svg {
    position: absolute;
    width: 110px;
    height: 120px;
    right: 14px;
    top: calc(100% - 500px); }
  @media only screen and (min-width: 560px) {
    .landing-header-background__left img {
      width: 340px;
      left: 0;
      top: 0; }
    .landing-header-background__left svg {
      width: 140px;
      height: 150px;
      left: 30px;
      top: 170px;
      right: unset; } }
  @media only screen and (min-width: 1248px) {
    .landing-header-background__left img {
      width: 400px;
      left: 0; }
    .landing-header-background__left svg {
      width: 160px;
      height: 180px;
      left: 71px;
      top: 257px; } }
  @media only screen and (min-width: 1440px) {
    .landing-header-background__left img {
      width: 439px;
      left: 0; }
    .landing-header-background__left svg {
      width: 180px;
      height: 200px;
      left: 71px;
      top: 257px; } }
  .landing-header-background__right {
    display: none; }
  .landing-header-background__right--image {
      position: absolute;
      width: 160px;
      right: -30px;
      top: 140px; }
  .landing-header-background__right svg {
      position: absolute;
      -webkit-transform: rotate(-8.34deg);
              transform: rotate(-8.34deg);
      top: 40px;
      right: 30px;
      width: 150px; }
  @media only screen and (min-width: 560px) {
      .landing-header-background__right {
        display: block; }
        .landing-header-background__right--image {
          width: 210px;
          right: -30px;
          top: 140px; }
        .landing-header-background__right svg {
          top: 70px;
          right: 110px;
          width: 180px;
          height: 170px; } }
  @media only screen and (min-width: 1248px) {
      .landing-header-background__right--image {
        width: 240px;
        right: -1px;
        top: 204px; }
      .landing-header-background__right svg {
        top: 106px;
        right: 138px;
        width: 198px;
        height: 172px; } }
  @media only screen and (min-width: 1440px) {
      .landing-header-background__right--image {
        width: 269px;
        right: -1px;
        top: 204px; }
      .landing-header-background__right svg {
        top: 106px;
        right: 138px;
        width: 198px;
        height: 172px; } }

.landing-header {
  display: grid;
  justify-items: center;
  background: #F5F3F4;
  position: relative; }
  @media only screen and (max-width: 959px) {
    .landing-header {
      height: calc(100vh + 30px);
      max-height: 690px;
      min-height: 550px;
      grid-template-rows: 1fr 485px; } }
  .landing-header__content {
    display: grid;
    padding: 0 20px;
    justify-items: center;
    z-index: 1;
    width: 100%;
    grid-row-gap: 18px; }
  @media only screen and (min-width: 768px) {
      .landing-header__content {
        max-width: 1366px !important;
        padding: 0;
        margin: 30px 0;
        grid-template-rows: 124px 40px 25px 50px 30px;
        grid-row-gap: 30px; } }
  @media only screen and (min-width: 960px) {
      .landing-header__content {
        padding: 0 30px; } }
  .landing-header--logo {
    display: grid;
    width: 100%;
    margin: 30px 0; }
  @media only screen and (min-width: 960px) {
      .landing-header--logo {
        margin: 0;
        grid-template-columns: 1fr 1fr 1fr; } }
  .landing-header--logo .icon-brand {
      width: 87px;
      align-self: center;
      justify-self: center; }
  @media only screen and (min-width: 768px) {
        .landing-header--logo .icon-brand {
          width: 120px; } }
  @media only screen and (min-width: 960px) {
        .landing-header--logo .icon-brand {
          align-self: end;
          grid-column: 2; } }
  @media only screen and (min-width: 960px) {
      .landing-header--logo .landing-sign-up-voucher {
        grid-column: 3;
        justify-self: end; } }
  .landing-header--title {
    color: #3e3e3e;
    font-weight: 500;
    margin: 0;
    text-align: center;
    letter-spacing: -1px;
    line-height: 2.0625rem;
    font-size: 2.0625rem; }
  @media only screen and (min-width: 960px) {
      .landing-header--title {
        letter-spacing: normal;
        line-height: 2.5rem;
        font-size: 2.5rem; } }
  .landing-header--title strong {
      color: #ea1d2c; }
  .landing-header--subtitle {
    color: #3e3e3e;
    text-align: center;
    line-height: 1.375rem;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0; }
  @media only screen and (min-width: 960px) {
      .landing-header--subtitle {
        line-height: 1.5625rem;
        font-size: 1.25rem; } }
  .landing-header__btn-wrapper {
    display: grid;
    grid-template-rows: repeat(2, 50px);
    grid-row-gap: 18px;
    width: 100%; }
  @media only screen and (min-width: 768px) {
      .landing-header__btn-wrapper {
        grid-template-rows: 50px;
        grid-template-columns: auto 168px;
        grid-column-gap: 18px;
        max-width: calc(100vw - 40px); } }
  @media only screen and (min-width: 960px) {
      .landing-header__btn-wrapper {
        max-width: 766px; } }
  .landing-header__btn-wrapper .bar-btn {
      background: #FFF;
      padding: 14px 0 14px 14px;
      width: 100%;
      margin: 0;
      font-weight: 300;
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); }
  .landing-header__btn-wrapper .bar-btn .btn__icon {
        width: 25px;
        height: 25px; }
  .landing-header__btn-wrapper .bar-btn .btn__icon svg {
          color: #ea1d2c;
          fill: #ea1d2c; }
  .landing-header__btn-wrapper .bar-btn .btn__label {
        text-align: left;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 400;
        margin: 0;
        color: #a6a6a6;
        margin-left: 6px; }
  @media only screen and (min-width: 560px) {
          .landing-header__btn-wrapper .bar-btn .btn__label {
            margin-left: 26px; } }
  .landing-header__btn-wrapper .bar-btn:hover:enabled {
        background: #FFF; }
  .landing-header__btn-wrapper .search-btn {
      height: 50px;
      margin: 0;
      font-weight: 500; }
  @media only screen and (min-width: 960px) {
        .landing-header__btn-wrapper .search-btn {
          width: 168px; } }
  .landing-header__btn-wrapper .search-btn .btn__label {
        font-size: 0.875rem;
        line-height: 1.25rem; }

.landing-footer {
  color: #3f3e3e;
  padding: 20px; }
  .landing-footer__title {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.125em; }
  .landing-footer__item {
    font-size: 0.75rem;
    font-weight: lighter;
    text-decoration: none;
    line-height: 1.0625em;
    color: #3f3e3e; }
  .landing-footer__section {
    margin-bottom: 24px;
    position: relative; }
  .landing-footer__section li {
      margin-top: 8px; }
  .landing-footer__contact-section {
    display: flex;
    justify-content: space-between; }
  .landing-footer__contact-section .btn-icon {
      height: 36px;
      width: 36px;
      margin: 0 8px; }
  .landing-footer__contact-section .icon-marmita {
      height: 36px;
      width: 36px; }
  .landing-footer__social-section {
    position: absolute;
    right: 12px; }
  .landing-footer__copyrights {
    display: flex;
    flex-direction: column;
    color: #3f3e3e;
    font-size: 0.625rem;
    font-weight: lighter;
    margin-top: 20px; }
  .landing-footer__copyrights span {
      display: block; }
  .landing-footer__separator {
    border-top: 1px solid #d3d2d2;
    margin-bottom: 24px; }
  .landing-footer a:visited {
    color: #3f3e3e; }
  .landing-footer a:hover {
    text-decoration: underline;
    color: #3f3e3e; }
  .landing-footer a:active {
    color: #3f3e3e; }

.landing-acquisition {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 33px;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .landing-acquisition {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (min-width: 960px) {
    .landing-acquisition {
      width: 100%;
      max-width: 1366px !important;
      margin: auto;
      padding: 0 30px; } }
  .landing-acquisition__card {
    display: grid;
    text-decoration: none;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .landing-acquisition__card:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  .landing-acquisition__card-img {
    width: 100%;
    height: 132px;
    background-color: #ffe8e8;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 4px; }
  .landing-acquisition__card-title {
    margin-top: 22px;
    color: #3e3e3e;
    font-size: 0.875rem;
    line-height: 1.5625rem; }
  @media only screen and (min-width: 960px) {
      .landing-acquisition__card-title {
        font-size: 1.125rem; } }
  .landing-acquisition__card-subtitle {
    margin-top: 5px;
    color: #A6A6A5;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 300; }
  @media only screen and (min-width: 960px) {
      .landing-acquisition__card-subtitle {
        font-size: 1rem;
        line-height: 1.25rem; } }

.landing-restaurants {
  padding: 0 20px; }
  @media only screen and (min-width: 960px) {
    .landing-restaurants {
      width: 100%;
      max-width: 1366px !important;
      margin: auto;
      padding: 0 30px; } }
  .landing-restaurants__title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 16px; }
  @media only screen and (min-width: 960px) {
      .landing-restaurants__title {
        margin-bottom: 28px; } }
  .landing-restaurants .carousel__controller--left {
    -webkit-transform: rotateZ(90deg) translate(-50%, 50%);
            transform: rotateZ(90deg) translate(-50%, 50%); }
  .landing-restaurants .carousel__controller--right {
    -webkit-transform: rotateZ(-90deg) translate(50%, 50%);
            transform: rotateZ(-90deg) translate(50%, 50%); }
  .landing-restaurants .restaurant-card {
    border-color: #f2f2f2;
    margin-bottom: 12px; }
  @media only screen and (min-width: 960px) {
      .landing-restaurants .restaurant-card {
        margin-bottom: 0; } }

.ifood-card {
  position: relative;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 20px 20px 20px; }
  .ifood-card::after {
    content: '';
    width: calc(100% - 40px);
    height: 0;
    display: block;
    background: transparent;
    position: absolute;
    left: 20px;
    bottom: 0;
    border-top: 1px solid #f5f0eb; }
  @media only screen and (min-width: 960px) {
    .ifood-card {
      padding: 0 30px 20px 30px; }
      .ifood-card::after {
        content: '';
        width: calc(100% - 60px);
        height: 0;
        display: block;
        background: transparent;
        position: absolute;
        left: 30px;
        bottom: 0;
        border-top: 1px solid #dcdcdc; } }
  .ifood-card a {
    text-decoration: none; }
  .ifood-card__mobile img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .ifood-card__mobile {
      display: none; } }
  .ifood-card__desktop {
    display: none; }
  @media only screen and (min-width: 768px) {
      .ifood-card__desktop {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #f7e9d9; } }
  .ifood-card__wrapper {
    display: flex;
    align-items: center;
    max-width: 740px; }
  .ifood-card__message p {
    margin: 0 2px 6px 0;
    color: #3f3e3e;
    font-size: 1rem; }
  .ifood-card__message span {
    font-weight: bold;
    color: #ea1d2c; }
  .ifood-card__brand {
    display: none; }
  @media only screen and (min-width: 960px) {
      .ifood-card__brand {
        display: block; } }

.landing__section .highlights-carousel {
  border-bottom: none; }
  .landing__section .highlights-carousel__wrapper {
    padding-bottom: 24px; }
  @media only screen and (min-width: 960px) {
      .landing__section .highlights-carousel__wrapper {
        padding-bottom: 40px; } }
  .landing__section .landing-restaurants {
  padding-bottom: 48px; }
  @media only screen and (min-width: 960px) {
    .landing__section .landing-restaurants {
      padding-bottom: 40px; } }
  .landing__section .landing-acquisition {
  margin-top: 28px;
  position: relative;
  padding-bottom: 32px; }
  .landing__ifood--card {
  max-width: 1366px;
  margin: 0 auto; }
  .landing__footer {
  background: #fff; }
  .landing__footer .footer {
    margin-top: 0; }
  .landing__footer .footer__section--cities {
    padding-top: 0; }
  .landing__footer--cities .footer {
    position: relative; }
  .landing__footer--cities .footer::after {
      content: '';
      width: calc(100% - 40px);
      height: 0;
      display: block;
      background: transparent;
      position: absolute;
      left: 20px;
      bottom: 0;
      border-top: 1px solid #dcdcdc; }
  @media only screen and (min-width: 960px) {
      .landing__footer--cities .footer::after {
        content: '';
        width: calc(100% - 60px);
        height: 0;
        display: block;
        background: transparent;
        position: absolute;
        left: 30px;
        bottom: 0;
        border-top: 1px solid #dcdcdc; } }
  @media only screen and (max-width: 767px) {
      .landing__footer--cities .footer__section--cities .footer__links-list {
        grid-template-rows: repeat(18, -webkit-min-content);
        grid-template-rows: repeat(18, min-content); } }
  .landing .footer__section:first-of-type {
  border: none; }
  .landing .landing-header--logo .icon-brand {
  -webkit-animation: showLandingHeader 900ms;
          animation: showLandingHeader 900ms; }
  .landing .landing-header .landing-header--title {
  -webkit-animation: showLandingHeader 800ms;
          animation: showLandingHeader 800ms; }
  .landing .landing-header .landing-header--subtitle {
  -webkit-animation: showLandingHeader 700ms;
          animation: showLandingHeader 700ms; }
  .landing .landing-header .landing-header__btn-wrapper {
  -webkit-animation: showLandingHeader 600ms;
          animation: showLandingHeader 600ms; }
  .landing .landing-header .landing-header__btn-wrapper .icon-marmita svg path {
    stroke: white; }
  .landing .landing-header .landing-header-tags {
  -webkit-animation: showLandingHeader 500ms;
          animation: showLandingHeader 500ms; }
  .landing .landing-header .landing-sign-up-voucher {
  -webkit-animation: showLandingVoucher 1.2s ease-in;
          animation: showLandingVoucher 1.2s ease-in; }
  @media only screen and (min-width: 960px) {
  .landing .highlights-carousel__image {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: -webkit-transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms, -webkit-transform ease-in-out 200ms; }
    .landing .highlights-carousel__image:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); } }
  .landing .highlights-carousel .carousel__container .carousel__slide:nth-child(1n) {
  -webkit-animation: showLandingHighlights 250ms ease-in;
          animation: showLandingHighlights 250ms ease-in; }
  .landing .highlights-carousel .carousel__container .carousel__slide:nth-child(2n) {
  -webkit-animation: showLandingHighlights 500ms ease-in;
          animation: showLandingHighlights 500ms ease-in; }
  .landing .highlights-carousel .carousel__container .carousel__slide:nth-child(3n) {
  -webkit-animation: showLandingHighlights 750ms ease-in;
          animation: showLandingHighlights 750ms ease-in; }
  .landing .landing-restaurants .carousel__container .carousel__slide:nth-child(1n) {
  -webkit-animation: showLandingHighlights 250ms ease-in;
          animation: showLandingHighlights 250ms ease-in; }
  .landing .landing-restaurants .carousel__container .carousel__slide:nth-child(2n) {
  -webkit-animation: showLandingHighlights 500ms ease-in;
          animation: showLandingHighlights 500ms ease-in; }
  .landing .landing-restaurants .carousel__container .carousel__slide:nth-child(3n) {
  -webkit-animation: showLandingHighlights 750ms ease-in;
          animation: showLandingHighlights 750ms ease-in; }
  @media only screen and (min-width: 960px) {
  .landing .restaurant-card {
    transition: border-color ease-in-out 200ms; }
    .landing .restaurant-card:hover {
      border-color: #a6a5a5; } }
  @-webkit-keyframes showLandingHeader {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  @keyframes showLandingHeader {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  @-webkit-keyframes showLandingHighlights {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
  @keyframes showLandingHighlights {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
  @-webkit-keyframes showLandingVoucher {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  75% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
  @keyframes showLandingVoucher {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  75% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

