@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
.footer {
  background-color: #161616;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer__logo {
    padding-top: 3rem;
    margin-bottom: 1rem;
    width: 130px; }
    @media (min-width: 64em) {
      .footer__logo {
        padding-top: 1rem;
        width: 150px; } }
    @media (min-width: 100em) {
      .footer__logo {
        width: 195px; } }
    .footer__logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .footer__social-links {
    margin-bottom: 2rem;
    display: flex; }
    .footer__social-links .image {
      width: 26px;
      height: 22px; }
      .footer__social-links .image svg {
        width: 100%;
        height: 100%; }
        .footer__social-links .image svg > * {
          transition: fill 250ms ease-in-out; }
        .footer__social-links .image svg:hover > * {
          fill: #e4167a; }
      .footer__social-links .image:not(:last-child) {
        margin-right: 2rem; }
  .footer__main-links {
    margin-bottom: 2rem; }
    .footer__main-links > a {
      color: white;
      text-transform: uppercase;
      padding: 0 0.45rem;
      transition: color 250ms ease-in-out; }
      .footer__main-links > a:hover {
        color: #e4167a; }
      @media (min-width: 40em) {
        .footer__main-links > a {
          padding: 0 1rem; } }
    .footer__main-links > a:not(:last-child) {
      border-right: 1px solid #707070; }
  .footer__privacy-links {
    margin-bottom: 9rem; }
    @media (min-width: 64em) {
      .footer__privacy-links {
        margin-bottom: 2rem; } }
    .footer__privacy-links > a {
      color: white;
      text-transform: uppercase;
      padding: 0 1rem; }
    .footer__privacy-links > a:not(:last-child) {
      border-right: 1px solid #707070; }
  .footer__copyright {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
    padding-top: 1.5rem;
    color: #707070;
    font-size: 12px; }

.covid19 {
  text-align: center; }
  .covid19__title {
    color: #313131;
    margin-bottom: 2rem; }
    .covid19__title span {
      display: block; }
  .covid19__subtitle {
    color: #313131;
    margin-bottom: 1rem; }
  .covid19__text {
    color: #606060;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 64em) {
      .covid19__text {
        width: 600px; } }
    @media (min-width: 100em) {
      .covid19__text {
        width: 1200px; } }

.navbar {
  height: 50px; }
  @media (min-width: 64em) {
    .navbar {
      height: 80px; } }
  @media (min-width: 75em) {
    .navbar {
      height: 60px; } }
  @media (min-width: 100em) {
    .navbar {
      height: 100px; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: white; }
  @media (min-width: 64em) {
    .header {
      padding-right: 3rem;
      padding-left: 3rem; } }
  @media (min-width: 75em) {
    .header {
      padding-right: 5rem;
      padding-left: 5rem; } }
  @media (min-width: 100em) {
    .header {
      padding-right: 0rem;
      padding-left: 0rem; } }
  .header.open .header__toggle {
    position: absolute;
    top: 20px;
    left: 10%; }
    .header.open .header__toggle > span {
      background-color: #e4167a; }
    .header.open .header__toggle > span:first-child {
      transform: rotate(45deg); }
    .header.open .header__toggle > span:nth-child(2) {
      opacity: 0; }
    .header.open .header__toggle > span:last-child {
      transform: rotate(-45deg); }
  .header.open .header__menu {
    display: block;
    padding-top: 4rem; }
  .header.open .header__overlay {
    display: block; }
  .header nav {
    padding: 10px 30px; }
    @media (min-width: 75em) {
      .header nav {
        color: rgba(255, 255, 255, 0.5); } }
    @media (min-width: 100em) {
      .header nav {
        padding: 20px 58px; } }
  .header__logo {
    width: 5.5rem;
    height: 2rem; }
    .header__logo img {
      width: 100%;
      height: 100%; }
    @media (min-width: 75em) {
      .header__logo {
        width: 7rem;
        height: 2.2rem; } }
    @media (min-width: 100em) {
      .header__logo {
        width: 10rem;
        height: 3rem; } }
  .header__toggle {
    z-index: 23; }
    .header__toggle > span {
      display: block;
      width: 26px;
      height: 2px;
      background-color: #313131;
      transition: all 300ms ease-in-out;
      transform-origin: 3px 1px; }
      .header__toggle > span:not(:last-child) {
        margin-bottom: 5px; }
  .header__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 101vh;
    width: 95%;
    background: white;
    z-index: 22;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
    .header__menu a:first-child {
      border-top: 1px solid rgba(112, 112, 112, 0.15); }
    .header__menu > a {
      display: block;
      padding: 1rem;
      border-bottom: 1px solid rgba(112, 112, 112, 0.15);
      color: #e4167a;
      text-align: right; }
  .header__overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101vh;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px) brightness(100%);
    z-index: 21; }
  .header__mobile-cta {
    padding-top: 2.5rem; }
    .header__mobile-cta button {
      width: 100%;
      border-radius: 4px;
      padding-top: 18px;
      padding-bottom: 18px; }
  .header__links {
    display: flex;
    align-items: center; }
    .header__links a {
      position: relative;
      color: black;
      transition: color 400ms ease-in-out; }
      .header__links a:not(:last-child) {
        margin-right: 3rem; }
      .header__links a::before {
        content: '';
        position: absolute;
        width: 22px;
        height: 3px;
        right: 0;
        bottom: -5px;
        border-radius: 25px;
        background: #e4167a;
        opacity: 0;
        transition: opacity 400ms ease-in-out; }
        @media (min-width: 100em) {
          .header__links a::before {
            width: 26px;
            bottom: -8px; } }
  .header .active::before {
    opacity: 1; }
  .header__cta button {
    text-align: center; }
    @media (min-width: 64em) {
      .header__cta button {
        padding: 0.8rem 3.125rem; } }
    @media (min-width: 100em) {
      .header__cta button {
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.button {
  outline: none;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 16px 60px;
  cursor: pointer; }

.bg-pink-2 {
  background-color: #e4167a;
  transition: all 200ms ease-in-out; }
  .bg-pink-2:hover {
    background-color: white;
    border: 1px solid #e4167a;
    color: #e4167a; }

.bg-pink-1 {
  background-color: #fdc0dd; }
  .bg-pink-1:hover {
    background-color: #e4167a;
    color: white; }

.bg-white {
  background-color: white; }
  .bg-white:hover {
    background-color: #fdc0dd;
    color: #e4167a; }

.pink2-text {
  color: #e4167a; }

.white-text {
  color: white; }

.modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0.3rem;
  background-color: white;
  max-height: 700px;
  max-width: 90%;
  border-radius: 4px;
  margin: 0 auto; }
  @media (min-width: 64em) {
    .modal {
      border-radius: 12px; } }
  @media (min-width: 75em) {
    .modal {
      height: auto;
      max-width: 600px; } }
  @media (min-width: 100em) {
    .modal {
      padding: 2.5rem 2rem;
      max-height: 850px; } }
  .modal .close {
    position: absolute;
    top: 15px;
    right: 15px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: grid;
  place-items: center;
  z-index: 100; }

.form {
  padding: 0 2rem; }
  .form__logo {
    width: 8rem;
    height: 3rem;
    margin: 0 auto; }
    .form__logo img {
      width: 100%;
      height: 100%; }
    @media (min-width: 75em) {
      .form__logo {
        width: 10rem; } }
    @media (min-width: 100em) {
      .form__logo {
        width: 15.625rem;
        margin-bottom: 1rem; } }
  .form__header {
    text-align: center;
    line-height: 1.5rem;
    font-size: 14px;
    text-transform: uppercase;
    color: #313131;
    margin-top: 0.5rem;
    margin-bottom: 1rem; }
    @media (min-width: 64em) {
      .form__header {
        font-size: 16px;
        line-height: 2rem; } }
    @media (min-width: 100em) {
      .form__header {
        font-size: 18px;
        line-height: 2rem; } }
  .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .form form input[type='text'],
    .form form input[type='email'],
    .form form input[type='password'] {
      width: 100%;
      height: 53px;
      border-radius: 8px;
      background-color: #e1e1e1;
      border: none;
      padding: 0.7rem 1.5rem;
      margin-top: 0.5rem;
      font-size: 18px;
      line-height: 1.5; }
      @media (min-width: 100em) {
        .form form input[type='text'],
        .form form input[type='email'],
        .form form input[type='password'] {
          font-size: 20px;
          height: 66px; } }
    .form form .field {
      width: 100%;
      margin-bottom: 1rem; }
      .form form .field:focus-within input[type='text'],
      .form form .field:focus-within input[type='email'],
      .form form .field:focus-within input[type='password'],
      .form form .field:focus-within textarea {
        border: 2px solid #707070; }
    .form form label {
      font-size: 18px;
      line-height: 1; }
      @media (min-width: 100em) {
        .form form label {
          font-size: 20px; } }
  .form__btn {
    margin-top: 1rem; }
    .form__btn button {
      background-color: #e4167a;
      color: white;
      padding: 15px 60px;
      border-radius: 8px;
      border: none;
      font-size: 14px;
      font-family: 'Poppins'; }
      @media (min-width: 100em) {
        .form__btn button {
          font-size: 22px; } }
  .form__cta {
    margin-bottom: 1.5rem; }

.bottom-menu {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden; }
  @media (min-width: 64em) {
    .bottom-menu {
      flex-direction: row;
      border-radius: 8px;
      height: 225px; } }
  @media (min-width: 100em) {
    .bottom-menu {
      height: 295px; } }
  .bottom-menu__text {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #e4167a;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 40em) {
      .bottom-menu__text {
        padding: 50px 0; } }
    @media (min-width: 64em) {
      .bottom-menu__text {
        padding: 0px 0px; } }
    .bottom-menu__text h4 {
      margin-bottom: 1rem; }
      @media (min-width: 100em) {
        .bottom-menu__text h4 {
          margin-bottom: 2rem; } }
    @media (min-width: 64em) {
      .bottom-menu__text {
        flex: 1;
        position: relative;
        text-align: left;
        padding-left: 1rem; } }
  @media (min-width: 64em) and (min-width: 75em) {
    .bottom-menu__text {
      padding-left: 4rem; } }
    @media (min-width: 64em) {
        .bottom-menu__text::after {
          content: '';
          position: absolute;
          top: 0;
          right: -225px;
          background-color: #e4167a;
          width: 225px;
          height: 225px;
          clip-path: circle(140% at -90% 50%); } }
  @media (min-width: 64em) and (min-width: 100em) {
    .bottom-menu__text::after {
      width: 295px;
      height: 295px; } }
  .bottom-menu__ctas {
    display: flex;
    flex-direction: column; }
    .bottom-menu__ctas > *:not(:last-child) {
      margin-bottom: 1rem; }
  .bottom-menu__cta button {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16); }
  .bottom-menu__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 64em) {
      .bottom-menu__image-wrapper {
        background-color: black;
        flex: 2; } }
  .bottom-menu__image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%; }
    .bottom-menu__image img {
      width: 100%;
      height: 100%; }

.about-section__content {
  text-align: center;
  margin-bottom: 2rem; }

.about-section__title {
  color: #313131;
  margin-bottom: 1rem; }
  .about-section__title span {
    display: block; }

.about-section__subtitle {
  color: #313131;
  margin-bottom: 1rem; }

.about-section__text {
  color: #606060;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 64em) {
    .about-section__text {
      width: 600px; } }
  @media (min-width: 100em) {
    .about-section__text {
      width: 1200px; } }

.about-section__image-wrapper .image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 18.75rem;
  border-radius: 4px; }
  @media (min-width: 64em) {
    .about-section__image-wrapper .image {
      min-height: 20rem;
      border-radius: 8px; } }
  @media (min-width: 100em) {
    .about-section__image-wrapper .image {
      min-height: 32.5rem;
      border-radius: 16px; } }
  .about-section__image-wrapper .image:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(22, 22, 22, 0.58);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-weight: 400; }
    @media (min-width: 75em) {
      .about-section__image-wrapper .image:after {
        font-size: 25px; } }
    @media (min-width: 100em) {
      .about-section__image-wrapper .image:after {
        font-size: 33px; } }

.brand-value {
  display: flex;
  flex-direction: column;
  padding-top: 2rem; }
  @media (min-width: 64em) {
    .brand-value {
      flex-direction: row; } }
  .brand-value__content {
    flex: 1;
    margin-bottom: 4rem;
    order: 2; }
    .brand-value__content h2 {
      color: #313131;
      margin-bottom: 1rem; }
      @media (min-width: 100em) {
        .brand-value__content h2 {
          margin-bottom: 2rem; } }
    @media (min-width: 64em) {
      .brand-value__content {
        flex-direction: row;
        order: 1;
        align-self: center; } }
  .brand-value__text {
    margin-bottom: 2rem;
    color: #606060; }
  .brand-value__image-wrapper {
    order: 1;
    height: 290px;
    margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .brand-value__image-wrapper {
        flex: 1;
        padding-left: 5rem;
        order: 2;
        max-width: 440px; } }
    @media (min-width: 75em) {
      .brand-value__image-wrapper {
        height: 500px;
        padding-left: 8rem;
        max-width: 700px; } }
    @media (min-width: 100em) {
      .brand-value__image-wrapper {
        height: 740px;
        padding-left: 10rem;
        max-width: 800px; } }
  .brand-value__images {
    display: grid;
    height: 100% !important; }
    .brand-value__images .image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 6px; }
      .brand-value__images .image:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(22, 22, 22, 0.58);
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: white;
        font-weight: 400; }
        @media (min-width: 75em) {
          .brand-value__images .image:after {
            font-size: 25px; } }
        @media (min-width: 100em) {
          .brand-value__images .image:after {
            font-size: 33px; } }
      @media (min-width: 100em) {
        .brand-value__images .image {
          border-radius: 20px; } }

.doubleimageinfo {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .doubleimageinfo {
      flex-direction: row; } }
  .doubleimageinfo__image-wrapper {
    max-width: 540px;
    height: 290px;
    margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .doubleimageinfo__image-wrapper {
        flex: 1;
        max-width: 440px;
        margin-bottom: 0;
        padding-right: 5rem; } }
    @media (min-width: 75em) {
      .doubleimageinfo__image-wrapper {
        height: 500px;
        max-width: 700px;
        padding-right: 8rem; } }
    @media (min-width: 100em) {
      .doubleimageinfo__image-wrapper {
        height: 680px;
        max-width: 850px;
        padding-right: 10rem; } }
  .doubleimageinfo__images {
    display: grid;
    height: 100%;
    grid-template-columns: 2fr 1.5fr;
    grid-template-rows: 1fr 2.5% 1fr;
    column-gap: 1rem; }
    .doubleimageinfo__images .image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 4px; }
      .doubleimageinfo__images .image:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(22, 22, 22, 0.58);
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: white;
        font-weight: 400; }
        @media (min-width: 75em) {
          .doubleimageinfo__images .image:after {
            font-size: 25px; } }
        @media (min-width: 100em) {
          .doubleimageinfo__images .image:after {
            font-size: 33px; } }
      @media (min-width: 100em) {
        .doubleimageinfo__images .image {
          border-radius: 16px; } }
    .doubleimageinfo__images .image-1 {
      grid-row: 1/4;
      grid-column: 1/2; }
    .doubleimageinfo__images .image-2 {
      grid-row: 1/2;
      grid-column: 2/3; }
    .doubleimageinfo__images .image-3 {
      grid-row: 3/4;
      grid-column: 2/3; }
  .doubleimageinfo__content {
    text-align: center; }
    @media (min-width: 64em) {
      .doubleimageinfo__content {
        flex: 1;
        align-self: center;
        text-align: right;
        display: flex;
        flex-direction: column; } }
  .doubleimageinfo__title {
    color: #313131;
    margin-bottom: 1rem; }
  .doubleimageinfo__subtitle {
    color: #313131;
    margin-bottom: 1.5rem; }
    @media (min-width: 64em) {
      .doubleimageinfo__subtitle {
        width: 350px;
        align-self: flex-end; } }
    @media (min-width: 100em) {
      .doubleimageinfo__subtitle {
        width: 480px;
        align-self: flex-end; } }
  .doubleimageinfo__text {
    color: #606060; }
    @media (min-width: 64em) {
      .doubleimageinfo__text {
        width: 380px;
        align-self: flex-end; } }
    @media (min-width: 100em) {
      .doubleimageinfo__text {
        width: 550px;
        align-self: flex-end; } }

.singleimageinfo {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .singleimageinfo {
      flex-direction: row; } }
  .singleimageinfo__content {
    flex: 1;
    order: 2;
    text-align: center; }
    @media (min-width: 64em) {
      .singleimageinfo__content {
        order: 1;
        align-self: center;
        text-align: left; }
        .singleimageinfo__content.reverse-content {
          order: 2;
          text-align: right; } }
  .singleimageinfo__title {
    margin-bottom: 1rem;
    color: #313131; }
  .singleimageinfo__subtitle {
    margin-bottom: 1.5rem;
    color: #313131; }
    @media (min-width: 64em) {
      .singleimageinfo__subtitle {
        width: 250px; } }
    @media (min-width: 100em) {
      .singleimageinfo__subtitle {
        width: 350px; } }
  .singleimageinfo__text {
    color: #606060; }
    @media (min-width: 64em) {
      .singleimageinfo__text {
        width: 380px; }
        .singleimageinfo__text.reverse-content {
          margin-left: auto; } }
    @media (min-width: 100em) {
      .singleimageinfo__text {
        width: 550px; } }
  .singleimageinfo__image-wrapper {
    order: 1;
    height: 290px;
    margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .singleimageinfo__image-wrapper {
        flex: 1;
        order: 2;
        max-width: 440px;
        margin-bottom: 0;
        padding-left: 5rem; }
        .singleimageinfo__image-wrapper.reverse-image {
          order: 1;
          padding-left: 0;
          padding-right: 5rem; } }
    @media (min-width: 75em) {
      .singleimageinfo__image-wrapper {
        height: 500px;
        max-width: 700px;
        padding-left: 8rem; }
        .singleimageinfo__image-wrapper.reverse-image {
          padding-right: 8rem; } }
    @media (min-width: 100em) {
      .singleimageinfo__image-wrapper {
        height: 740px;
        max-width: 800px;
        padding-left: 10rem; }
        .singleimageinfo__image-wrapper.reverse-image {
          padding-right: 10rem; } }
    .singleimageinfo__image-wrapper .image {
      height: 100%;
      object-fit: cover;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 4px; }
      .singleimageinfo__image-wrapper .image:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(22, 22, 22, 0.58);
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: white;
        font-weight: 400; }
        @media (min-width: 75em) {
          .singleimageinfo__image-wrapper .image:after {
            font-size: 25px; } }
        @media (min-width: 100em) {
          .singleimageinfo__image-wrapper .image:after {
            font-size: 33px; } }
      @media (min-width: 100em) {
        .singleimageinfo__image-wrapper .image {
          border-radius: 16px; } }

@media (min-width: 64em) {
  .rewards-cover {
    padding: 3rem 4rem; } }

@media (min-width: 75em) {
  .rewards-cover {
    padding: 4rem 6rem; } }

@media (min-width: 100em) {
  .rewards-cover {
    padding: 5rem 0; } }

.rewards-cover__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 1.5rem;
  padding-left: 1rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/rewards.png");
  background-size: 155%;
  background-position: 44% 1%;
  min-height: 18.75rem; }
  @media (min-width: 64em) {
    .rewards-cover__wrapper {
      padding-right: 1rem;
      align-items: flex-end; } }
  @media (min-width: 75em) {
    .rewards-cover__wrapper {
      padding-top: 2.5rem;
      padding-right: 2.5rem; } }
  @media (min-width: 100em) {
    .rewards-cover__wrapper {
      padding-top: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 40em) {
    .rewards-cover__wrapper {
      background-size: cover; } }
  @media (min-width: 64em) {
    .rewards-cover__wrapper {
      border-radius: 8px;
      min-height: 22rem;
      background-position: 100% 35%; } }
  @media (min-width: 75em) {
    .rewards-cover__wrapper {
      min-height: 28rem; } }
  @media (min-width: 100em) {
    .rewards-cover__wrapper {
      min-height: 32rem; } }
  .rewards-cover__wrapper:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(22, 22, 22, 0.58);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-weight: 400; }
    @media (min-width: 75em) {
      .rewards-cover__wrapper:after {
        font-size: 25px; } }
    @media (min-width: 100em) {
      .rewards-cover__wrapper:after {
        font-size: 33px; } }

.rewards-cover__title {
  color: white;
  margin-bottom: 6px; }

.rewards-cover__text {
  color: white;
  margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .rewards-cover__text {
      text-align: right;
      width: 500px; } }
  @media (min-width: 100em) {
    .rewards-cover__text {
      width: 640px; } }

@media (min-width: 64em) {
  .sustain-cover {
    padding: 3rem 4rem; } }

@media (min-width: 75em) {
  .sustain-cover {
    padding: 4rem 6rem; } }

@media (min-width: 100em) {
  .sustain-cover {
    padding: 5rem 0; } }

.sustain-cover__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 1.5rem;
  padding-left: 1rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/1305.jpg");
  background-size: cover;
  background-position: 100% 26%;
  min-height: 18.75rem; }
  @media (min-width: 75em) {
    .sustain-cover__wrapper {
      padding-top: 2.5rem;
      padding-left: 2.5rem; } }
  @media (min-width: 100em) {
    .sustain-cover__wrapper {
      padding-top: 4rem;
      padding-left: 4rem; } }
  @media (min-width: 40em) {
    .sustain-cover__wrapper {
      background-position: 100% 30%; } }
  @media (min-width: 64em) {
    .sustain-cover__wrapper {
      border-radius: 8px;
      min-height: 22rem; } }
  @media (min-width: 75em) {
    .sustain-cover__wrapper {
      min-height: 28rem; } }
  @media (min-width: 100em) {
    .sustain-cover__wrapper {
      min-height: 32rem; } }
  .sustain-cover__wrapper:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(22, 22, 22, 0.58);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-weight: 400; }
    @media (min-width: 75em) {
      .sustain-cover__wrapper:after {
        font-size: 25px; } }
    @media (min-width: 100em) {
      .sustain-cover__wrapper:after {
        font-size: 33px; } }

.sustain-cover__title {
  color: white;
  margin-bottom: 6px; }

.sustain-cover__text {
  color: white;
  margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .sustain-cover__text {
      width: 500px; } }
  @media (min-width: 100em) {
    .sustain-cover__text {
      width: 640px; } }

.appBadges__icons {
  display: flex; }

.appBadges__text {
  margin-bottom: 0.5rem;
  color: black !important;
  display: flex;
  justify-content: center; }

.appBadges .cta {
  width: 120px; }
  @media (min-width: 75em) {
    .appBadges .cta {
      width: 200px; } }

.appBadges .cta:first-child {
  margin-right: 1rem; }

.appBadges img {
  width: 100%;
  height: 100%; }

@font-face {
  font-family: 'Hiragino';
  src: url("/fonts/hiragino-maru-gothic-pro-w4.otf"); }

.btn-text {
  font-size: 14px;
  font-family: 'Poppins'; }
  @media (min-width: 100em) {
    .btn-text {
      font-size: 18px; } }

h1 {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #313131; }
  @media (min-width: 75em) {
    h1 {
      font-size: 4.0625rem; } }
  @media (min-width: 100em) {
    h1 {
      font-size: 5.3125rem;
      line-height: 6rem; } }

h2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.3125rem;
  color: #313131; }
  @media (min-width: 75em) {
    h2 {
      font-size: 40px;
      line-height: 3.4375rem; } }
  @media (min-width: 100em) {
    h2 {
      font-size: 4rem;
      line-height: 5rem; } }

h3 {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.8125rem; }
  @media (min-width: 75em) {
    h3 {
      font-size: 1.75rem; } }
  @media (min-width: 100em) {
    h3 {
      font-size: 2.5rem;
      line-height: 80px; } }

h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.8125rem; }
  @media (min-width: 100em) {
    h4 {
      font-size: 2.1875rem;
      line-height: 4rem; } }

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem; }
  @media (min-width: 100em) {
    h5 {
      font-size: 1.5625rem;
      line-height: 2rem; } }

h6 {
  font-size: 1rem;
  font-weight: 600; }
  @media (min-width: 100em) {
    h6 {
      font-size: 1.375rem; } }

.card-title-text {
  font-size: 1rem;
  font-weight: 900; }
  @media (min-width: 75em) {
    .card-title-text {
      font-size: 22px; } }
  @media (min-width: 100em) {
    .card-title-text {
      font-size: 1.5625rem; } }

.anchor-text a {
  font-size: 1rem;
  font-weight: 500;
  color: #313131; }
  @media (min-width: 100em) {
    .anchor-text a {
      font-size: 1.25rem; } }

.footer-text a {
  font-size: 0.75rem;
  font-weight: 700; }
  @media (min-width: 100em) {
    .footer-text a {
      font-size: 1rem; } }

.body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #606060; }
  @media (min-width: 100em) {
    .body {
      font-size: 1.25rem;
      line-height: 2.5rem; } }

.body1 {
  font-size: 0.75rem;
  line-height: 1rem; }
  @media (min-width: 100em) {
    .body1 {
      font-size: 1.125rem;
      line-height: 1.875rem; } }

.body2 {
  font-size: 0.75rem;
  line-height: 1.25rem; }
  @media (min-width: 75em) {
    .body2 {
      font-size: 14px; } }
  @media (min-width: 100em) {
    .body2 {
      font-size: 1.25rem;
      line-height: 2.2rem; } }

.body3 {
  font-size: 0.75rem;
  line-height: 1.125rem; }
  @media (min-width: 75em) {
    .body3 {
      font-size: 0.875rem;
      line-height: 1.5rem; } }
  @media (min-width: 100em) {
    .body3 {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

.body4 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700; }
  @media (min-width: 75em) {
    .body4 {
      font-size: 1rem;
      line-height: 1.4rem; } }
  @media (min-width: 100em) {
    .body4 {
      font-size: 1.5rem;
      line-height: 2.25rem; } }

.small {
  font-size: 0.75rem;
  line-height: 1.125rem; }
  @media (min-width: 100em) {
    .small {
      font-size: 1rem;
      line-height: 1.75rem; } }

.font-medium {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-regular {
  font-weight: 400 !important; }

.font-light {
  font-weight: 300; }

.swift-text {
  color: #e4167a;
  font-family: Hiragino;
  text-transform: uppercase;
  font-size: 1.5625rem; }
  @media (min-width: 75em) {
    .swift-text {
      font-size: 2.1875rem; } }
  @media (min-width: 100em) {
    .swift-text {
      font-size: 4.0625rem; } }

.mr {
  margin-right: 0.5rem; }

.grey2-text {
  color: #707070; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif; }

input,
textarea {
  font-family: 'Lato', sans-serif; }
  input:focus,
  textarea:focus {
    outline: none !important; }

input::placeholder {
  font-family: inherit; }

textarea {
  resize: vertical; }

a,
a:visited,
a:hover {
  text-decoration: none; }

li {
  list-style: none; }

.pointer {
  cursor: pointer; }

.bg-white-1 {
  background-color: #fdfaf7; }

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none; } }

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none; } }

.hide {
  display: none; }

.box-shadow {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16); }

@media (min-width: 100em) {
  .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1570px !important; } }

.container--pall {
  padding-top: 2rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem; }
  @media (min-width: 64em) {
    .container--pall {
      padding-top: 3rem;
      padding-right: 4rem;
      padding-bottom: 3rem;
      padding-left: 4rem; } }
  @media (min-width: 75em) {
    .container--pall {
      padding-top: 4rem;
      padding-right: 6rem;
      padding-bottom: 4rem;
      padding-left: 6rem; } }
  @media (min-width: 100em) {
    .container--pall {
      padding-top: 5rem;
      padding-right: 0rem;
      padding-bottom: 5rem;
      padding-left: 0rem; } }

.container--py {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.container--px {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media (min-width: 40em) {
    .container--px {
      padding-right: 4rem;
      padding-left: 4rem; } }
  @media (min-width: 75em) {
    .container--px {
      padding-right: 5rem;
      padding-left: 5rem; } }
  @media (min-width: 100em) {
    .container--px {
      padding-right: 0rem;
      padding-left: 0rem; } }

.container--pt {
  padding-top: 2rem; }
  @media (min-width: 75em) {
    .container--pt {
      padding-top: 4rem; } }

.container--pb {
  padding-bottom: 2rem; }
  @media (min-width: 75em) {
    .container--pb {
      padding-bottom: 4rem; } }

.container--pr {
  padding-right: 1.25rem; }

.container--pl {
  padding-left: 1.25rem; }

.flex {
  display: flex; }
  .flex-fd-c {
    flex-direction: column; }
  .flex-jc-sb {
    justify-content: space-between; }
  .flex-jc-c {
    justify-content: center; }
  .flex-jc-sa {
    justify-content: space-around; }
  .flex-jc-fe {
    justify-content: flex-end; }
  .flex-ai-c {
    align-items: center; }

.form-error {
  text-align: left !important;
  align-self: start;
  margin-top: 1rem;
  color: #f44336; }

.form-success {
  color: white;
  margin-top: 1rem;
  font-family: Helvetica-Regular; }

.error-msg {
  margin-top: 0.2rem !important; }

.flex-parent {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.flex-child {
  flex-grow: 1; }

@media (min-width: 64em) {
  .from-left {
    transform: translateX(-50%); }
  .from-right {
    transform: translateX(50%); }
  .from-left,
  .from-right {
    transition: opacity 200ms ease-in, transform 400ms ease-in;
    opacity: 0; }
  .from-left.appear,
  .from-right.appear {
    transform: translateX(0);
    opacity: 1; }
  .from-left.disappear,
  .from-right.disappear {
    opacity: 0; }
  .fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in; }
  .fade-in.appear {
    opacity: 1; } }

.landing-page {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .landing-page {
      flex-direction: row; } }
  .landing-page__content {
    flex: 1.1;
    order: 2;
    color: #313131;
    text-align: center; }
    @media (min-width: 64em) {
      .landing-page__content {
        order: 1;
        text-align: left;
        align-self: center; } }
  .landing-page__title {
    margin-bottom: 1rem; }
    .landing-page__title span {
      color: #e4167a; }
    @media (min-width: 75em) {
      .landing-page__title {
        width: 450px;
        margin-bottom: 1.5rem; } }
    @media (min-width: 100em) {
      .landing-page__title {
        width: initial;
        margin-bottom: 2rem; } }
  .landing-page__ctas {
    display: flex;
    justify-content: center; }
    @media (min-width: 64em) {
      .landing-page__ctas {
        justify-content: flex-start; } }
  .landing-page__text {
    color: #313131;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
    @media (min-width: 75em) {
      .landing-page__text {
        width: 450px;
        margin-bottom: 2rem; } }
    @media (min-width: 100em) {
      .landing-page__text {
        width: initial; } }
  .landing-page__image-wrapper {
    order: 1;
    position: relative;
    height: 411px;
    margin-bottom: 1rem; }
    @media (min-width: 64em) {
      .landing-page__image-wrapper {
        flex: 1;
        order: 2;
        padding-left: 5rem;
        margin-bottom: 0; } }
    @media (min-width: 75em) {
      .landing-page__image-wrapper {
        height: 480px;
        padding-left: 8rem; } }
    @media (min-width: 100em) {
      .landing-page__image-wrapper {
        height: 680px;
        padding-left: 10rem; } }
    .landing-page__image-wrapper::before {
      content: '';
      display: block;
      width: 264px;
      height: 100%;
      position: absolute;
      top: -1rem;
      right: 0;
      background-color: #ffeef6;
      border-radius: 8px;
      z-index: -1; }
      @media (min-width: 75em) {
        .landing-page__image-wrapper::before {
          width: 350px; } }
      @media (min-width: 100em) {
        .landing-page__image-wrapper::before {
          width: 596px; } }
  .landing-page__images {
    display: grid;
    height: 100%;
    grid-template-columns: 3fr 3fr;
    grid-template-rows: 5% 1fr repeat(3, 2.5%) 1fr 5%;
    column-gap: 2.5%; }
    .landing-page__images .image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .landing-page__images .image:after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(22, 22, 22, 0.58);
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: white;
        font-weight: 400; }
        @media (min-width: 75em) {
          .landing-page__images .image:after {
            font-size: 25px; } }
        @media (min-width: 100em) {
          .landing-page__images .image:after {
            font-size: 33px; } }
      .landing-page__images .image a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(22, 22, 22, 0.58);
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: white;
        font-weight: 400; }
        @media (min-width: 75em) {
          .landing-page__images .image a {
            font-size: 25px; } }
        @media (min-width: 100em) {
          .landing-page__images .image a {
            font-size: 33px; } }
    .landing-page__images .image-1 {
      grid-row: 1/3;
      grid-column: 1/2;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 10px; }
      @media (min-width: 100em) {
        .landing-page__images .image-1 {
          border-top-left-radius: 30px;
          border-bottom-right-radius: 20px; } }
    .landing-page__images .image-2 {
      grid-row: 4/7;
      grid-column: 1/2;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 20px; }
      @media (min-width: 100em) {
        .landing-page__images .image-2 {
          border-top-right-radius: 20px;
          border-bottom-left-radius: 30px; } }
    .landing-page__images .image-3 {
      grid-row: 1/3;
      grid-column: 2/3;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 20px; }
      @media (min-width: 100em) {
        .landing-page__images .image-3 {
          border-top-right-radius: 20px;
          border-bottom-left-radius: 30px; } }
    .landing-page__images .image-4 {
      grid-row: 4/7;
      grid-column: 2/3;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 20px; }
      @media (min-width: 100em) {
        .landing-page__images .image-4 {
          border-top-left-radius: 20px;
          border-bottom-right-radius: 30px; } }

.homeinfo {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .homeinfo {
      flex-direction: row;
      padding: 3rem 4rem; } }
  @media (min-width: 75em) {
    .homeinfo {
      padding: 4rem 6rem; } }
  @media (min-width: 100em) {
    .homeinfo {
      padding: 5rem 0rem; } }
  .homeinfo__content {
    text-align: center;
    flex: 1;
    padding: 2rem 1.5rem; }
    @media (min-width: 64em) {
      .homeinfo__content {
        align-self: center; }
        .homeinfo__content.info2 {
          order: 1;
          padding-right: 5rem;
          padding-left: 0; } }
  .homeinfo__title {
    margin-bottom: 2rem; }
  .homeinfo__text {
    margin-bottom: 1.5rem;
    color: #606060; }
    .homeinfo__text span {
      display: block;
      margin-top: 1rem; }
  .homeinfo__image-wrapper {
    flex: 1;
    height: 275px;
    margin-bottom: 2rem; }
    @media (min-width: 64em) {
      .homeinfo__image-wrapper {
        margin-bottom: 0;
        height: 452px;
        border-radius: 8px; }
        .homeinfo__image-wrapper.info2 {
          order: 2; } }
    @media (min-width: 100em) {
      .homeinfo__image-wrapper {
        height: 652px; } }
    .homeinfo__image-wrapper .image {
      height: 100%;
      overflow: hidden; }
      .homeinfo__image-wrapper .image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (min-width: 64em) {
        .homeinfo__image-wrapper .image {
          border-radius: 8px; } }

@media (min-width: 64em) {
  .info2.from-home-left {
    transform: translateX(50%); }
  .info2.from-home-right {
    transform: translateX(-50%); }
  .from-home-left {
    transform: translateX(-50%); }
  .from-home-right {
    transform: translateX(50%); }
  .from-home-left,
  .from-home-right {
    transition: opacity 200ms ease-in, transform 400ms ease-in;
    opacity: 0; }
  .from-home-left.appear,
  .from-home-right.appear {
    transform: translateX(0);
    opacity: 1; } }

.workingstep {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .workingstep__image {
    width: 132px;
    height: 132px;
    position: relative;
    margin-bottom: 2rem; }
    @media (min-width: 100em) {
      .workingstep__image {
        width: 200px;
        height: 200px; } }
    .workingstep__image::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 50%;
      background-color: #ffecf5; }
    .workingstep__image img {
      width: 54px;
      height: 45px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 100em) {
        .workingstep__image img {
          width: 80px;
          height: 75px; } }
  .workingstep__number {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    color: #a2004f;
    z-index: 2; }
    @media (min-width: 100em) {
      .workingstep__number {
        top: 20px;
        left: 20px; } }
    .workingstep__number::before {
      content: '';
      display: block;
      width: 32px;
      height: 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1;
      border-radius: 50%;
      background-color: white;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16); }
      @media (min-width: 100em) {
        .workingstep__number::before {
          width: 50px;
          height: 50px; } }
  .workingstep__name {
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #161616;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .workingstep__text {
    text-align: center;
    color: #606060;
    margin-left: auto;
    margin-right: auto;
    width: 160px; }
    @media (min-width: 100em) {
      .workingstep__text {
        width: 220px; } }

.howitworks {
  margin-bottom: 2rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 75em) {
    .howitworks {
      margin-bottom: 5rem; } }
  @media (min-width: 100em) {
    .howitworks {
      margin-bottom: 8rem; } }
  .howitworks__title {
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .howitworks__text {
    text-align: center;
    margin-bottom: 2rem;
    color: #606060;
    text-transform: uppercase;
    font-style: italic; }
    @media (min-width: 75em) {
      .howitworks__text {
        margin-bottom: 4rem; } }
  .howitworks__list > *:not(:last-child) {
    margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .howitworks__list > *:not(:last-child) {
      margin-bottom: 0rem; } }
  @media (min-width: 64em) {
    .howitworks__list {
      display: flex;
      justify-content: space-between; } }

@media (min-width: 64em) {
  .location {
    padding: 3rem 4rem; } }

@media (min-width: 75em) {
  .location {
    padding: 4rem 6rem; } }

@media (min-width: 100em) {
  .location {
    padding: 5rem 0; } }

.location__cover-image {
  margin-bottom: 4rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/assets/Counter.jpg");
  min-height: 18.75rem;
  background-position: 57% 100%; }
  @media (min-width: 40em) {
    .location__cover-image {
      background-size: cover; } }
  @media (min-width: 64em) {
    .location__cover-image {
      border-radius: 8px;
      min-height: 22rem; } }
  @media (min-width: 75em) {
    .location__cover-image {
      min-height: 28rem; } }
  @media (min-width: 100em) {
    .location__cover-image {
      min-height: 32rem; } }
  .location__cover-image:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(22, 22, 22, 0.58);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: white;
    font-weight: 400; }
    @media (min-width: 75em) {
      .location__cover-image:after {
        font-size: 25px; } }
    @media (min-width: 100em) {
      .location__cover-image:after {
        font-size: 33px; } }

.location__address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 1.25rem 1.25rem 0;
  box-shadow: 0px 100px 123px rgba(0, 0, 0, 0.05), 0px 41.7776px 51.3865px rgba(0, 0, 0, 0.0342164), 0px 22.3363px 27.4737px rgba(0, 0, 0, 0.0277519), 0px 12.5216px 15.4015px rgba(0, 0, 0, 0.0231977), 0px 6.6501px 8.17963px rgba(0, 0, 0, 0.0189438), 0px 2.76726px 3.40373px rgba(0, 0, 0, 0.0135069);
  border-radius: 8px; }
  @media (min-width: 64em) {
    .location__address {
      padding-left: 4rem;
      padding-right: 0;
      padding-top: 0;
      flex-direction: row; } }
  .location__address .address-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width: 64em) {
      .location__address .address-text {
        margin-bottom: 0rem;
        text-align: left;
        align-self: center; } }
    .location__address .address-text h5 {
      margin-bottom: 0.5rem; }
      @media (min-width: 100em) {
        .location__address .address-text h5 {
          margin-bottom: 0.2rem; } }
    .location__address .address-text h4:not(:last-child) {
      margin-bottom: 1rem; }
  .location__address .address-image {
    overflow: hidden; }
    @media (min-width: 64em) {
      .location__address .address-image {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; } }
    .location__address .address-image img {
      width: 100%;
      height: 100% !important;
      object-fit: stretch; }

.home-location__header {
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .home-location__header {
      margin-bottom: 4rem; } }
  @media (min-width: 64em) {
    .home-location__header {
      margin-bottom: 5rem; } }
  @media (min-width: 75em) {
    .home-location__header {
      margin-top: 5rem;
      margin-bottom: 6rem; } }

.home-location__title {
  text-align: center;
  margin-bottom: 1rem; }

.home-location__subtitle {
  text-align: center; }

.dropdown {
  border-radius: 5px;
  background-color: #e4167a;
  outline: none;
  position: relative; }
  .dropdown__toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 1rem 1.25rem;
    position: relative; }
    .dropdown__toggler.active {
      border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important; }
    @media (min-width: 75em) {
      .dropdown__toggler {
        width: 13.5rem;
        padding: 0.625rem 1.25rem; } }
    @media (min-width: 100em) {
      .dropdown__toggler {
        width: 14.75rem;
        padding: 1rem 1.25rem; } }
    .dropdown__toggler h6 {
      color: white;
      text-transform: uppercase; }
  .dropdown__menu {
    padding: 0rem 1.25rem;
    max-height: 10.5rem;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid #e4167a;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 3; }
    .dropdown__menu > p {
      font-size: 0.85rem; }
  .dropdown__menu-item {
    padding-top: 0.5rem;
    text-transform: uppercase;
    color: #e4167a; }
    .dropdown__menu-item:not(:last-child) {
      padding-bottom: 0.5rem; }

.dropdown .active {
  border: 1px solid #e4167a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.angle-down .transition {
  transition: all 400ms ease-in-out; }

.angle-down.close svg {
  transform: rotate(0deg); }

.angle-down.open svg {
  transform: rotate(180deg); }

.pricecompare__outer {
  display: flex;
  flex-direction: column; }
  @media (min-width: 64em) {
    .pricecompare__outer {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.pricecompare__our-price {
  margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .pricecompare__our-price {
      margin-bottom: 5rem; } }
  @media (min-width: 100em) {
    .pricecompare__our-price {
      margin-bottom: 6rem; } }

.pricecompare__inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 64em) {
    .pricecompare__inner {
      flex: 2; } }

.pricecompare__title1 {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .pricecompare__title1 span {
    color: #e4167a; }
  @media (min-width: 64em) {
    .pricecompare__title1 {
      text-align: center;
      margin-bottom: 0;
      flex: 0.3;
      margin-right: 1.5rem; } }

.pricecompare__bar-wrapper {
  position: relative;
  width: 100%; }
  .pricecompare__bar-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fdc0dd;
    height: 1px; }
    @media (min-width: 64em) {
      .pricecompare__bar-wrapper::after {
        height: 2px; } }

.pricecompare__bar {
  position: relative;
  height: 18px; }
  @media (min-width: 64em) {
    .pricecompare__bar {
      height: 35px; } }
  .pricecompare__bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 43px;
    width: 1px;
    background-color: #e4167a; }
    @media (min-width: 64em) {
      .pricecompare__bar::before {
        height: 75px; } }

.pricecompare__title2 {
  text-align: center;
  width: 60px;
  color: #161616; }
  .pricecompare__title2 span {
    color: #707070;
    display: block; }
  @media (min-width: 64em) {
    .pricecompare__title2 {
      width: 120px;
      padding-left: 0.5rem;
      margin-right: 1.5rem; } }

@media (min-width: 64em) {
  .pricetabs {
    display: flex;
    flex-direction: column; } }

.pricetabs__tabs {
  border-bottom: 4px solid #e4167a; }

.pricetabs__tab-content {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 265px;
  padding: 1rem; }
  @media (min-width: 64em) {
    .pricetabs__tab-content {
      padding: 3rem 2rem; } }
  @media (min-width: 100em) {
    .pricetabs__tab-content {
      padding: 5rem 2rem; } }

.pricetabs__tabs-wrapper {
  display: flex; }

.pricetabs__tab h6 {
  background-color: #e1e1e1;
  color: #606060;
  padding: 1rem 2rem;
  margin-right: 1rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap; }
  .pricetabs__tab h6:hover {
    border: 1px solid #e4167a; }
  @media (min-width: 75em) {
    .pricetabs__tab h6 {
      padding: 1rem 3rem; } }
  @media (min-width: 100em) {
    .pricetabs__tab h6 {
      font-size: 22px;
      padding: 1.3rem 4rem; } }

.pricetabs__active-tab h6 {
  position: relative;
  color: white;
  background-color: #e4167a; }

.comingSoon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.61) 0.01%, rgba(255, 255, 255, 0.97) 57.49%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .comingSoon h3 {
    margin-bottom: 1.5rem;
    color: #e4167a; }
  .comingSoon__wrapper {
    position: absolute;
    inset: 0;
    height: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media (min-width: 40em) {
      .comingSoon__wrapper {
        padding-right: 4rem;
        padding-left: 4rem; } }
    @media (min-width: 75em) {
      .comingSoon__wrapper {
        padding-right: 5rem;
        padding-left: 5rem; } }
    @media (min-width: 100em) {
      .comingSoon__wrapper {
        padding-right: 0rem;
        padding-left: 0rem; } }
    @media (min-width: 100em) {
      .comingSoon__wrapper {
        margin-right: auto;
        margin-left: auto;
        max-width: 1570px !important; } }

.menu-card {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .menu-card__wrapper {
    transition: all 200ms ease-in-out; }
    .menu-card__wrapper:hover {
      transform: scale(1.1);
      background-color: #FCEAF3; }
      .menu-card__wrapper:hover .menu-card__link {
        display: block !important; }
  .menu-card__image {
    margin-bottom: 1rem;
    min-height: 150px;
    overflow: hidden;
    border-radius: 4px; }
    @media (min-width: 100em) {
      .menu-card__image {
        border-radius: 12px;
        min-height: 220px; } }
    .menu-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .menu-card__content {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .menu-card__title {
    margin-bottom: 1rem;
    color: #313131; }
    @media (min-width: 100em) {
      .menu-card__title {
        margin-bottom: 2rem;
        height: auto; } }
  .menu-card__text {
    color: #707070;
    margin-bottom: 2rem; }
  .menu-card__link {
    display: none;
    padding-top: 1rem;
    color: #e4167a; }

.menu-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 4rem;
  margin-top: 2rem; }
  @media (min-width: 64em) {
    .menu-cards {
      margin-top: 0; } }
  @media (min-width: 100em) {
    .menu-cards {
      margin-bottom: 6rem; } }
  @media (min-width: 64em) {
    .menu-cards {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } }
  @media (min-width: 100em) {
    .menu-cards {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem; } }
  .menu-cards__wrapper {
    position: relative; }

@media (min-width: 64em) {
  .menu-cover {
    padding: 3rem 4rem; } }

@media (min-width: 75em) {
  .menu-cover {
    padding: 4rem 5rem; } }

@media (min-width: 100em) {
  .menu-cover {
    padding: 5rem 0rem; } }

.menu-cover__text {
  background-color: rgba(22, 22, 22, 0.68);
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem; }
  @media (min-width: 75em) {
    .menu-cover__text {
      padding: 1rem; } }
  .menu-cover__text img {
    width: 200px;
    height: 50px; }
  @media (min-width: 64em) {
    .menu-cover__text img {
      width: 300px;
      height: 80px; } }
  @media (min-width: 75em) {
    .menu-cover__text img {
      width: 350px; } }

.menu-cover__swift-text {
  font-size: 1.25rem; }
  @media (min-width: 75em) {
    .menu-cover__swift-text {
      font-size: 1.5625rem; } }
  @media (min-width: 100em) {
    .menu-cover__swift-text {
      font-size: 2.8125rem; } }

.menu-cover__wrapper {
  position: relative;
  height: 11.5rem;
  overflow: hidden; }
  @media (min-width: 64em) {
    .menu-cover__wrapper {
      min-height: 18rem; } }
  @media (min-width: 75em) {
    .menu-cover__wrapper {
      min-height: 22rem; } }
  @media (min-width: 100em) {
    .menu-cover__wrapper {
      min-height: 30rem; } }
  .menu-cover__wrapper .cover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 40em) {
      .menu-cover__wrapper .cover-image {
        border-radius: 8px; } }
    .menu-cover__wrapper .cover-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.menubar {
  position: fixed;
  z-index: 19;
  margin: 1rem;
  right: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 64em) {
    .menubar {
      left: 50%;
      transform: translateX(-50%);
      right: auto;
      height: 55px; } }
  @media (min-width: 100em) {
    .menubar {
      height: 65px; } }
  .menubar__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    @media (min-width: 64em) {
      .menubar__items {
        flex-direction: row;
        justify-content: center;
        height: 100%; } }
  .menubar__item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
    white-space: nowrap; }
    .menubar__item a {
      width: 32px;
      height: 32px;
      text-transform: uppercase;
      color: #707070; }
      @media (min-width: 64em) {
        .menubar__item a {
          margin-right: 1rem; } }
    .menubar__item:hover {
      background-color: #fdc0dd;
      border-radius: 8px;
      width: 100%; }
      .menubar__item:hover a {
        color: #a2004f; }
    .menubar__item.activeMenubar {
      background-color: #fdc0dd;
      border-radius: 8px;
      width: 100%; }
      .menubar__item.activeMenubar a {
        color: #a2004f; }
    @media (min-width: 64em) {
      .menubar__item {
        flex-direction: row;
        align-items: center; } }
    .menubar__item img {
      width: 100%;
      height: 100%; }

.rewards-info {
  background-color: #fdfaf7; }
  .rewards-info__list > *:not(:last-child) {
    margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .rewards-info__list > *:not(:last-child) {
      margin-bottom: 0rem; } }
  @media (min-width: 64em) {
    .rewards-info__list {
      display: flex;
      justify-content: space-between; } }
  .rewards-info__list .workingstep {
    margin-top: 2.5rem; }
    .rewards-info__list .workingstep__number {
      display: none; }
    .rewards-info__list .workingstep__name {
      width: 250px; }
      @media (min-width: 75em) {
        .rewards-info__list .workingstep__name {
          width: 300px; } }
      @media (min-width: 100em) {
        .rewards-info__list .workingstep__name {
          width: 420px; } }
  .rewards-info__ctas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 64em) {
      .rewards-info__ctas {
        flex-direction: row; } }
  .rewards-info__app-icons {
    display: flex;
    justify-content: center; }
    .rewards-info__app-icons > svg:first-child {
      margin-right: 1rem; }
    .rewards-info__app-icons svg path {
      fill: black; }

.sustain-info {
  background-color: #fdfaf7; }
  .sustain-info__list > *:not(:last-child) {
    margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .sustain-info__list > *:not(:last-child) {
      margin-bottom: 0rem; } }
  @media (min-width: 64em) {
    .sustain-info__list {
      display: flex;
      justify-content: space-between; } }
  .sustain-info__list .workingstep {
    margin-top: 2.5rem; }
    .sustain-info__list .workingstep__text {
      width: 250px; }
      @media (min-width: 75em) {
        .sustain-info__list .workingstep__text {
          width: 300px; } }
      @media (min-width: 100em) {
        .sustain-info__list .workingstep__text {
          width: 420px; } }

