@import url(//use.typekit.net/wsn1bta.css);
@charset "UTF-8";
/*
 * Colors
 */
/*
 * Type
 */
/*
 * Spacing
 */
/*
 * Font Families
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  /*transform: translate3d(0, 0, 0);*/
  display: flex; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    /*display: block;*/
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    float: none; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* GRID */
/* Bootstrap grid - used for include media query mixin */
.container {
  width: 100vw;
  max-width: 1600px;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 3rem; } }
  @media (min-width: 1025px) {
    .container {
      padding: 0 4rem; } }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  padding: 0 2rem;
  box-sizing: border-box;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .flex-container {
      padding: 0 3rem; } }
  @media (min-width: 1025px) {
    .flex-container {
      padding: 0 4rem; } }
  @media (max-width: 576px) {
    .flex-container--mobile-no-padding {
      padding: 0; } }
  .flex-container--no-padding {
    padding: 0; }
  @media (max-width: 576px) {
    .flex-container--mobile-padding {
      padding: 2rem; } }
  .flex-container--no-wrap {
    flex-wrap: nowrap; }
  .flex-container--row {
    flex-direction: row; }
  .flex-container--row-reverse {
    flex-direction: row-reverse; }
  .flex-container--column {
    flex-direction: column; }
  .flex-container--column-reverse {
    flex-direction: column-reverse; }
  .flex-container--align-center {
    align-items: center; }
  .flex-container--align-bottom {
    align-items: flex-end; }
  .flex-container--justify {
    justify-content: center; }
  .flex-container--no-space {
    justify-content: flex-start; }

.flex-col--auto {
  width: auto; }

.flex-col--1 {
  width: 8.33333%; }

.flex-col--2 {
  width: 16.66667%; }

.flex-col--3 {
  width: 25%; }

.flex-col--4 {
  width: 33.33333%; }

.flex-col--5 {
  width: 41.66667%; }

.flex-col--6 {
  width: 50%; }

.flex-col--7 {
  width: 58.33333%; }

.flex-col--8 {
  width: 66.66667%; }

.flex-col--9 {
  width: 75%; }

.flex-col--10 {
  width: 83.33333%; }

.flex-col--11 {
  width: 91.66667%; }

.flex-col--12 {
  width: 100%; }

.flex-col--12 {
  width: 100%; }

.flex-col--clear {
  clear: left; }

.flex-col--padding-left {
  padding-left: 4rem; }

.flex-col--padding-right {
  padding-right: 4rem; }

@media (max-width: 1200px) {
  .flex-col--medium--1 {
    width: 8.33333%; }
  .flex-col--medium--2 {
    width: 16.66667%; }
  .flex-col--medium--3 {
    width: 25%; }
  .flex-col--medium--4 {
    width: 33.33333%; }
  .flex-col--medium--5 {
    width: 41.66667%; }
  .flex-col--medium--6 {
    width: 50%; }
  .flex-col--medium--7 {
    width: 58.33333%; }
  .flex-col--medium--8 {
    width: 66.66667%; }
  .flex-col--medium--9 {
    width: 75%; }
  .flex-col--medium--10 {
    width: 83.33333%; }
  .flex-col--medium--11 {
    width: 91.66667%; }
  .flex-col--medium--12 {
    width: 100%; } }

@media (max-width: 993px) {
  .flex-col--lg--1 {
    width: 8.33333%; }
  .flex-col--lg--2 {
    width: 16.66667%; }
  .flex-col--lg--3 {
    width: 25%; }
  .flex-col--lg--4 {
    width: 33.33333%; }
  .flex-col--lg--5 {
    width: 41.66667%; }
  .flex-col--lg--6 {
    width: 50%; }
  .flex-col--lg--7 {
    width: 58.33333%; }
  .flex-col--lg--8 {
    width: 66.66667%; }
  .flex-col--lg--9 {
    width: 75%; }
  .flex-col--lg--10 {
    width: 83.33333%; }
  .flex-col--lg--11 {
    width: 91.66667%; }
  .flex-col--lg--12 {
    width: 100%; }
  .flex-col--lg--12 {
    width: 100%; } }

@media (max-width: 768px) {
  .flex-col--tablet--1 {
    width: 8.33333%; }
  .flex-col--tablet--2 {
    width: 16.66667%; }
  .flex-col--tablet--3 {
    width: 25%; }
  .flex-col--tablet--4 {
    width: 33.33333%; }
  .flex-col--tablet--5 {
    width: 41.66667%; }
  .flex-col--tablet--6 {
    width: 50%; }
  .flex-col--tablet--7 {
    width: 58.33333%; }
  .flex-col--tablet--8 {
    width: 66.66667%; }
  .flex-col--tablet--9 {
    width: 75%; }
  .flex-col--tablet--10 {
    width: 83.33333%; }
  .flex-col--tablet--11 {
    width: 91.66667%; }
  .flex-col--tablet--12 {
    width: 100%; }
  .flex-col--tablet--12 {
    width: 100%; } }

@media (max-width: 576px) {
  .flex-col {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem; }
    .flex-col:last-child {
      margin-bottom: 0; }
    .flex-col--mobile--1 {
      width: 8.33333%;
      margin-bottom: 0; }
      .flex-col--mobile--1:last-child {
        border-bottom: 0; }
    .flex-col--mobile--2 {
      width: 16.66667%;
      margin-bottom: 0; }
      .flex-col--mobile--2:last-child {
        border-bottom: 0; }
    .flex-col--mobile--3 {
      width: 25%;
      margin-bottom: 0; }
      .flex-col--mobile--3:last-child {
        border-bottom: 0; }
    .flex-col--mobile--4 {
      width: 33.33333%;
      margin-bottom: 0; }
      .flex-col--mobile--4:last-child {
        border-bottom: 0; }
    .flex-col--mobile--5 {
      width: 41.66667%;
      margin-bottom: 0; }
      .flex-col--mobile--5:last-child {
        border-bottom: 0; }
    .flex-col--mobile--6 {
      width: 50%;
      margin-bottom: 0; }
      .flex-col--mobile--6:last-child {
        border-bottom: 0; }
    .flex-col--mobile--7 {
      width: 58.33333%;
      margin-bottom: 0; }
      .flex-col--mobile--7:last-child {
        border-bottom: 0; }
    .flex-col--mobile--8 {
      width: 66.66667%;
      margin-bottom: 0; }
      .flex-col--mobile--8:last-child {
        border-bottom: 0; }
    .flex-col--mobile--9 {
      width: 75%;
      margin-bottom: 0; }
      .flex-col--mobile--9:last-child {
        border-bottom: 0; }
    .flex-col--mobile--10 {
      width: 83.33333%;
      margin-bottom: 0; }
      .flex-col--mobile--10:last-child {
        border-bottom: 0; }
    .flex-col--mobile--11 {
      width: 91.66667%;
      margin-bottom: 0; }
      .flex-col--mobile--11:last-child {
        border-bottom: 0; }
    .flex-col--mobile--12 {
      width: 100%;
      margin-bottom: 0; }
      .flex-col--mobile--12:last-child {
        border-bottom: 0; }
    .flex-col--mobile--12 {
      width: 100%; } }

.flex-order--1 {
  order: 1; }

.flex-order--2 {
  order: 2; }

.flex-order--3 {
  order: 3; }

.flex-order--4 {
  order: 4; }

.flex-order--5 {
  order: 5; }

.flex-order--6 {
  order: 6; }

.flex-order--7 {
  order: 7; }

.flex-order--8 {
  order: 8; }

.flex-order--9 {
  order: 9; }

.flex-order--10 {
  order: 10; }

.flex-order--11 {
  order: 11; }

@media (max-width: 1200px) {
  .flex-order--medium--1 {
    order: 1; }
  .flex-order--medium--2 {
    order: 2; }
  .flex-order--medium--3 {
    order: 3; }
  .flex-order--medium--4 {
    order: 4; }
  .flex-order--medium--5 {
    order: 5; }
  .flex-order--medium--6 {
    order: 6; }
  .flex-order--medium--7 {
    order: 7; }
  .flex-order--medium--8 {
    order: 8; }
  .flex-order--medium--9 {
    order: 9; }
  .flex-order--medium--10 {
    order: 10; }
  .flex-order--medium--11 {
    order: 11; } }

@media (max-width: 768px) {
  .flex-order--tablet--1 {
    order: 1; }
  .flex-order--tablet--2 {
    order: 2; }
  .flex-order--tablet--3 {
    order: 3; }
  .flex-order--tablet--4 {
    order: 4; }
  .flex-order--tablet--5 {
    order: 5; }
  .flex-order--tablet--6 {
    order: 6; }
  .flex-order--tablet--7 {
    order: 7; }
  .flex-order--tablet--8 {
    order: 8; }
  .flex-order--tablet--9 {
    order: 9; }
  .flex-order--tablet--10 {
    order: 10; }
  .flex-order--tablet--11 {
    order: 11; } }

@media (max-width: 576px) {
  .flex-order--mobile--1 {
    order: 1; }
  .flex-order--mobile--2 {
    order: 2; }
  .flex-order--mobile--3 {
    order: 3; }
  .flex-order--mobile--4 {
    order: 4; }
  .flex-order--mobile--5 {
    order: 5; }
  .flex-order--mobile--6 {
    order: 6; }
  .flex-order--mobile--7 {
    order: 7; }
  .flex-order--mobile--8 {
    order: 8; }
  .flex-order--mobile--9 {
    order: 9; }
  .flex-order--mobile--10 {
    order: 10; }
  .flex-order--mobile--11 {
    order: 11; } }

.d-flex {
  display: flex; }

.align-self-center {
  align-self: center; }

.justify-content-end {
  justify-content: flex-end; }

.align-item-center {
  align-items: center; }

.mobile-show {
  display: none; }

.tablet-show {
  display: none; }

@media (max-width: 767px) {
  .tablet-hide {
    display: none; }
  .tablet-show {
    display: block; } }

@media (max-width: 576px) {
  .mobile-hide {
    display: none; }
  .mobile-show {
    display: block; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4rem !important; }

.m-7 {
  margin: 6rem !important; }

.mt-7,
.my-7 {
  margin-top: 6rem !important; }

.mr-7,
.mx-7 {
  margin-right: 6rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 6rem !important; }

.ml-7,
.mx-7 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 4rem !important; }

.pr-6,
.px-6 {
  padding-right: 4rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4rem !important; }

.pl-6,
.px-6 {
  padding-left: 4rem !important; }

.p-7 {
  padding: 6rem !important; }

.pt-7,
.py-7 {
  padding-top: 6rem !important; }

.pr-7,
.px-7 {
  padding-right: 6rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 6rem !important; }

.pl-7,
.px-7 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n6 {
  margin: -4rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important; }

.m-n7 {
  margin: -6rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -6rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n7 {
    margin: -6rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n7 {
    margin: -6rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n7 {
    margin: -6rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n7 {
    margin: -6rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

html {
  width: 100vw;
  font-size: 10px;
  overflow-x: hidden; }

body {
  position: relative;
  width: 100%;
  margin: 0;
  color: #030303;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

img {
  width: 100%;
  height: auto; }

picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0; }
  picture img {
    position: relative;
    object-fit: cover;
    height: 100%; }

.layout--default {
  background-color: #ffffff;
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: repeat-y;
  overflow: hidden; }
  @media (min-width: 768px) {
    .layout--default {
      background-color: #e9e9e9; } }

@media (min-width: 450px) {
  .layout--push-top {
    padding-top: 115px; } }

@media (min-width: 768px) {
  .layout--push-top {
    padding-top: 90px; } }

.layout--mo {
  height: 100vh;
  overflow: hidden;
  padding-top: 0; }

.layout--mo-left, .layout--mo-right {
  height: 100vh;
  overflow: hidden; }
  .layout--mo-left.layout--push-top, .layout--mo-right.layout--push-top {
    height: calc(100vh - 95px); }
    @media (min-width: 450px) {
      .layout--mo-left.layout--push-top, .layout--mo-right.layout--push-top {
        height: calc(100vh - 115px); } }
    @media (min-width: 768px) {
      .layout--mo-left.layout--push-top, .layout--mo-right.layout--push-top {
        height: calc(100vh - 135px); } }

.layout--pane-is-active .header .branding {
  opacity: 0;
  visibility: hidden; }

.spacing-row {
  padding-top: 4rem; }
  @media (min-width: 993px) {
    .spacing-row {
      padding-top: 6rem; } }

.image-detail {
  position: relative; }
  .image-detail:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #e10098; }
  .image-detail:after {
    position: absolute;
    z-index: 1;
    top: calc(100% + 4px);
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e10098;
    transform: translateX(-50%);
    content: ''; }
    @media (min-width: 768px) {
      .image-detail:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #e10098; } }
  .image-detail--top:before {
    bottom: auto;
    top: 0; }
  .image-detail--top:after {
    top: 5px; }

.content {
  background-color: #ffffff;
  transition: transform 0.5s ease-out; }
  .content__wrapper {
    position: relative;
    z-index: 2;
    background-color: #e9e9e9; }
  .layout--mo-left .content {
    transform: translateX(100%) translateY(95px);
    overflow: hidden; }
    @media (min-width: 768px) {
      .layout--mo-left .content {
        transform: translateX(55%) translateY(135px); } }
  .layout--mo-left.layout--push-top .content {
    transform: translateX(100%) translateY(0); }
    @media (min-width: 768px) {
      .layout--mo-left.layout--push-top .content {
        transform: translateX(55%) translateY(0); } }
  .layout--mo-right .content {
    transform: translateX(-100%) translateY(95px);
    overflow: hidden; }
    @media (min-width: 768px) {
      .layout--mo-right .content {
        transform: translateX(-55%) translateY(135px); } }
  .layout--mo-right.layout--push-top .content {
    transform: translateX(-100%) translateY(0); }
    @media (min-width: 768px) {
      .layout--mo-right.layout--push-top .content {
        transform: translateX(-55%) translateY(0); } }

.joinnow-banner {
  width: 100vw;
  position: fixed;
  bottom: 0;
  background: url("/static/bg-joinnow-footer.png");
  z-index: 2000;
  text-align: center;
  padding: 2px 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .joinnow-banner {
      display: block; } }
  .joinnow-banner .close-join-banner {
    position: absolute;
    right: 15px;
    top: 30%;
    cursor: pointer; }

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }

a {
  color: #626262; }

p {
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 1.3; }

.totum-list {
  padding: 0;
  list-style-type: none; }
  .totum-list__item {
    line-height: 3rem;
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .totum-list__item {
        text-transform: initial;
        font-size: 1.8rem; } }
    .is-active .totum-list__item {
      background-image: url("/static/list-bullet.png");
      background-position: 0 9px;
      background-repeat: no-repeat;
      padding-left: 3rem; }
  .totum-list__heading {
    color: #080808;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: -1.5rem; }
    @media (min-width: 768px) {
      .totum-list__heading {
        text-transform: initial;
        font-size: 1.8rem;
        color: #626262; } }

hr {
  display: block;
  height: 2px;
  margin: 4rem 0;
  border: none;
  background-color: #030303; }

.text-brand {
  color: #e10098; }

.text-white {
  color: #ffffff; }

.text-grey {
  color: #b2b2b2; }

.text-mid-grey {
  color: #626262; }

.text-pointer {
  cursor: pointer; }

.text-uppercase {
  text-transform: uppercase; }

.text-no-decoration {
  text-decoration: none; }

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

.text-right {
  text-align: right; }

.ff-futura-bold {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic; }

.ff-futura-medium {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal; }

.ff-futura-light {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal; }

.ff-kalam {
  font-family: 'Kalam-Bold';
  font-style: normal; }
  .ff-kalam-regular {
    font-family: 'Kalam-Regular'; }

.fs-38 {
  font-size: 3.8rem; }
  @media (max-width: 640px) {
    .fs-38-sm {
      font-size: 3.8rem; } }

.fs-30 {
  font-size: 3rem; }
  @media (max-width: 640px) {
    .fs-30-sm {
      font-size: 3rem; } }

.fs-28 {
  font-size: 2.8rem; }
  @media (max-width: 640px) {
    .fs-28-sm {
      font-size: 2.8rem; } }

.fs-22 {
  font-size: 2.2rem; }
  @media (max-width: 640px) {
    .fs-22-sm {
      font-size: 2.2rem; } }

.fs-20 {
  font-size: 2rem; }
  @media (max-width: 576px) {
    .fs-20 {
      font-size: 2.4rem; } }

.fs-18 {
  font-size: 1.8rem; }
  @media (max-width: 640px) {
    .fs-18-sm {
      font-size: 1.8rem; } }

.fs-16 {
  font-size: 1.6rem; }
  @media (max-width: 640px) {
    .fs-16-sm {
      font-size: 1.6rem; } }

.fs-15 {
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    .fs-15-md {
      font-size: 1.5rem; } }
  @media (max-width: 640px) {
    .fs-15-sm {
      font-size: 1.5rem; } }

.fs-14 {
  font-size: 1.2rem; }
  @media (max-width: 640px) {
    .fs-14-sm {
      font-size: 1.2rem; } }

.lh-30 {
  line-height: 3rem; }
  .lh-30 p {
    line-height: 3rem; }

.lh-20 {
  line-height: 2rem; }
  .lh-20 p {
    line-height: 2rem; }

.sub-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem; }
  .sub-title--push-right {
    margin-left: 2rem; }
  .sub-title--arrow-before {
    position: relative; }
    .sub-title--arrow-before:before {
      content: '';
      position: absolute;
      top: -1rem;
      left: -3.5rem;
      width: 30px;
      height: 22px;
      background-image: url("/static/icon-arrow-share.png");
      background-size: cover;
      background-position: center;
      transform: rotate(30deg); }

.heading-alt {
  color: #626262;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic; }

.section-heading {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #030303;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase; }

.heading {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  transform: rotate(-1deg); }
  .heading--push-right {
    margin-left: 2rem; }
  .heading__elem {
    display: table;
    padding: 0 1rem;
    background-color: #030303; }
    .heading--alt .heading__elem {
      background-color: #e10098;
      text-align: center; }
    .heading__elem.push-left {
      transform: translateX(-1rem); }
  .heading__byline {
    float: right;
    color: #e10098;
    font-family: 'Kalam-Bold';
    font-size: 1.8rem;
    font-style: normal;
    line-height: 3rem; }
    @media (max-width: 767.98px) {
      .heading__byline {
        font-size: 1.6rem; } }
    .heading__byline--left {
      float: left;
      margin-top: 2rem;
      margin-left: -2rem;
      color: #030303; }
  .heading .lean {
    transform: rotate(-4deg); }
  .heading--medium {
    font-size: 3.6rem;
    margin-bottom: 4rem; }
    .heading--medium .lean {
      transform: translateX(2rem) rotate(-3deg); }
      .heading--medium .lean--push-left {
        transform: translateX(-2rem) rotate(-3deg); }
  .heading--large {
    font-size: 3.06rem;
    line-height: 5.4rem;
    margin-bottom: 5rem; }
    .heading--large .lean {
      transform: translateX(1rem) rotate(-5deg); }
      .heading--large .lean--push-left {
        transform: translateX(-0.5rem) rotate(-3deg); }
      .heading--large .lean--push-right {
        transform: translateX(1rem) rotate(-2deg); }
      .heading--large .lean--push-right-large {
        transform: translateX(6rem) rotate(-2deg); }
    @media (min-width: 426px) and (orientation: portrait) {
      .heading--large {
        font-size: 3.06rem; } }
    @media (min-width: 768px) {
      .heading--large {
        line-height: 4.5rem;
        font-size: 2.8rem; } }
    @media (min-height: 460px) and (orientation: landscape) {
      .heading--large {
        font-size: 2.04rem; } }
    @media (min-width: 769px) and (max-height: 700px) and (orientation: landscape) {
      .heading--large {
        font-size: 3.06rem; } }
    @media (min-height: 701px) and (orientation: landscape) {
      .heading--large {
        font-size: 3.06rem; } }
  .heading--xl {
    font-size: 4rem;
    margin-bottom: 4rem; }
    .heading--xl .lean {
      transform: rotate(-4deg) translateX(1rem) translateY(0.5rem); }
      .heading--xl .lean--push-left {
        transform: rotate(-4deg) translateX(1rem) translateY(0.5rem); }
      .heading--xl .lean--push-right {
        transform: rotate(-3deg) translateX(5rem) translateY(0.25rem); }
    @media (min-width: 426px) and (orientation: portrait) {
      .heading--xl {
        font-size: 4.38rem; } }
    @media (min-width: 475px) {
      .heading--xl {
        font-size: 5.475rem; } }
    @media (min-height: 460px) and (orientation: landscape) {
      .heading--xl {
        font-size: 2.92rem; } }
    @media (min-width: 769px) and (max-height: 700px) and (orientation: landscape) {
      .heading--xl {
        font-size: 4.38rem; } }
    @media (min-height: 701px) and (orientation: landscape) {
      .heading--xl {
        font-size: 5.84rem; } }
    @media (min-height: 801px) and (orientation: landscape) {
      .heading--xl {
        font-size: 7.3rem; } }

strong {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Kalam-Regular";
  src: url("/static/Kalam-Regular.woff") format("woff"), url("/static/Kalam-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Kalam-Bold";
  src: url("/static/Kalam-Bold.woff") format("woff"), url("/static/Kalam-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/* BASE FORMS */
form,
.form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 4rem; }
  form--alt label,
  .form--alt label {
    color: #626262; }
  form__heading,
  .form__heading {
    margin-bottom: 1rem;
    color: #626262;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 3.8rem;
    text-transform: uppercase; }
    form__heading.no-margin,
    .form__heading.no-margin {
      margin: 0; }
  form .heading-alt.no-margin,
  .form .heading-alt.no-margin {
    margin: 0; }
  form .field,
  .form .field {
    flex: 0 1 100%;
    position: relative;
    margin-bottom: 3rem;
    overflow: hidden; }
    form .field:last-child,
    .form .field:last-child {
      margin-bottom: 0; }
    form .field.with-icon .input,
    .form .field.with-icon .input {
      width: 90%;
      border: none;
      margin-bottom: 0; }
      form .field.with-icon .input:focus, form .field.with-icon .input:valid, form .field.with-icon .input.valid,
      .form .field.with-icon .input:focus,
      .form .field.with-icon .input:valid,
      .form .field.with-icon .input.valid {
        border: none; }
    form .field.with-icon__icon,
    .form .field.with-icon__icon {
      position: relative;
      width: 10%; }
    form .field__icon,
    .form .field__icon {
      position: absolute;
      top: 4.5rem;
      right: 0;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      outline: 0; }
      form .field__icon .icon,
      .form .field__icon .icon {
        display: block; }
    form .field label,
    .form .field label {
      display: block;
      position: absolute;
      top: 0;
      transform: translateY(-100%);
      transition: all .2s ease-out;
      will-change: opacity, transform;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.6rem;
      line-height: 1.6rem;
      opacity: 0; }
  form .actions,
  .form .actions {
    flex: 0 1 100%;
    margin-top: 4rem;
    overflow: hidden; }
    form .actions__sub,
    .form .actions__sub {
      margin-top: 4rem; }
      form .actions__sub .text-link,
      .form .actions__sub .text-link {
        color: #d9d9d9; }
  form .mb-1,
  .form .mb-1 {
    margin-bottom: 1rem; }

/* INPUT */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.input {
  background: transparent;
  display: block;
  width: 100%;
  padding: 2.5rem 0 1.5rem 0;
  margin-bottom: 1px;
  border: none;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 3.5rem; }
  .form--alt input[type="text"], .form--alt
  input[type="email"], .form--alt
  input[type="tel"], .form--alt
  textarea, .form--alt
  .input {
    color: #030303; }
  input[type="text"].no-padding-top,
  input[type="email"].no-padding-top,
  input[type="tel"].no-padding-top,
  textarea.no-padding-top,
  .input.no-padding-top {
    padding-top: 0; }
    input[type="text"].no-padding-top + .field__icon,
    input[type="email"].no-padding-top + .field__icon,
    input[type="tel"].no-padding-top + .field__icon,
    textarea.no-padding-top + .field__icon,
    .input.no-padding-top + .field__icon {
      top: 50%;
      transform: translateY(calc(-50% - 6px)); }
  .form--alt input[type="text"], .form--alt
  input[type="email"], .form--alt
  input[type="tel"], .form--alt
  textarea, .form--alt
  .input {
    border-color: #030303; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder,
  .input::placeholder {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 3.5rem;
    text-transform: none;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    will-change: opacity; }
  input[type="text"]:focus, input[type="text"]:valid, input[type="text"].valid,
  input[type="email"]:focus,
  input[type="email"]:valid,
  input[type="email"].valid,
  input[type="tel"]:focus,
  input[type="tel"]:valid,
  input[type="tel"].valid,
  textarea:focus,
  textarea:valid,
  textarea.valid,
  .input:focus,
  .input:valid,
  .input.valid {
    margin-bottom: 0;
    border-bottom: 2px solid #ffffff;
    outline: 0; }
    .form--alt input[type="text"]:focus, .form--alt input[type="text"]:valid, .form--alt input[type="text"].valid, .form--alt
    input[type="email"]:focus, .form--alt
    input[type="email"]:valid, .form--alt
    input[type="email"].valid, .form--alt
    input[type="tel"]:focus, .form--alt
    input[type="tel"]:valid, .form--alt
    input[type="tel"].valid, .form--alt
    textarea:focus, .form--alt
    textarea:valid, .form--alt
    textarea.valid, .form--alt
    .input:focus, .form--alt
    .input:valid, .form--alt
    .input.valid {
      border-color: #030303; }
    input[type="text"]:focus::placeholder, input[type="text"]:valid::placeholder, input[type="text"].valid::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="email"]:valid::placeholder,
    input[type="email"].valid::placeholder,
    input[type="tel"]:focus::placeholder,
    input[type="tel"]:valid::placeholder,
    input[type="tel"].valid::placeholder,
    textarea:focus::placeholder,
    textarea:valid::placeholder,
    textarea.valid::placeholder,
    .input:focus::placeholder,
    .input:valid::placeholder,
    .input.valid::placeholder {
      opacity: 0;
      transition: opacity 0.2 ease-out; }
    input[type="text"]:focus + label, input[type="text"]:valid + label, input[type="text"].valid + label,
    input[type="email"]:focus + label,
    input[type="email"]:valid + label,
    input[type="email"].valid + label,
    input[type="tel"]:focus + label,
    input[type="tel"]:valid + label,
    input[type="tel"].valid + label,
    textarea:focus + label,
    textarea:valid + label,
    textarea.valid + label,
    .input:focus + label,
    .input:valid + label,
    .input.valid + label {
      transform: translateY(0);
      opacity: 1; }

textarea {
  height: 300px; }

.error-message {
  color: #e10098;
  padding: 1rem;
  border: 1px solid #e10098;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-align: center; }

.toggle--checkbox {
  display: block;
  width: 100%;
  margin: 2rem 0; }
  .toggle--checkbox label {
    color: #030303; }

.toggle label {
  display: flex;
  align-items: center;
  cursor: pointer; }

.toggle [type="radio"]:checked,
.toggle [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.toggle [type="radio"]:checked + .check,
.toggle [type="radio"]:not(:checked) + .check {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 1.5rem;
  color: #030303;
  font-size: 1.6rem;
  line-height: 20px;
  box-sizing: border-box; }
  .toggle [type="radio"]:checked + .check:before,
  .toggle [type="radio"]:not(:checked) + .check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #030303;
    border-radius: 100%;
    background: #ffffff; }
  .toggle [type="radio"]:checked + .check:after,
  .toggle [type="radio"]:not(:checked) + .check:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e10098;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    transition: transform 0.2s ease;
    will-change: transform; }

.toggle [type="radio"]:not(:checked) + .check:after {
  opacity: 0;
  transform: scale(0); }

.toggle [type="radio"]:checked + .check:after {
  opacity: 1;
  transform: scale(1); }

.toggle [type="checkbox"]:checked,
.toggle [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.toggle [type="checkbox"]:checked + .check,
.toggle [type="checkbox"]:not(:checked) + .check {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 1.5rem;
  color: #030303;
  font-size: 1.6rem;
  line-height: 3rem;
  box-sizing: border-box; }
  .toggle [type="checkbox"]:checked + .check:before,
  .toggle [type="checkbox"]:not(:checked) + .check:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #030303;
    background: #ffffff; }
  .toggle [type="checkbox"]:checked + .check:after,
  .toggle [type="checkbox"]:not(:checked) + .check:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #e10098;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: transform 0.2s ease;
    will-change: transform; }

.toggle [type="checkbox"]:not(:checked) + .check:after {
  opacity: 0;
  transform: scale(0); }

.toggle [type="checkbox"]:checked + .check:after {
  opacity: 1;
  transform: scale(1); }

/*
  STYLING FOR COGNITO FORMS
  reference: https://www.cognitoforms.com/support/165/style--publish/advanced-css-guide
*/
.cognito .c-validation {
  padding: 1rem;
  font-size: 1.1rem !important; }

.cognito .c-forms-heading .c-forms-description {
  color: #626262; }

.cognito .c-field {
  display: block;
  width: 100% !important;
  margin-bottom: 3rem; }

.cognito .c-label {
  display: block; }

.cognito .c-label label,
.cognito .c-label,
.cognito .c-forms-form .c-label {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #626262; }

.cognito input[type=text],
.cognito input[type="email"],
.cognito input[type="tel"] {
  background: transparent;
  color: #030303;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
  border: none;
  border-bottom: 1px solid #030303;
  box-sizing: border-box;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 3.5rem;
  text-transform: uppercase; }

.cognito .c-dropdown select {
  position: relative;
  padding: 1.5rem 0;
  margin-top: 2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 2.8rem;
  border: none;
  border-bottom: 1px solid #030303;
  border-image: none;
  background: url("/static/icon-dropdown-black.svg") 100% 55% no-repeat transparent;
  background-size: 14px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.cognito input[type=radio],
.cognito input[type=checkbox] {
  margin-right: 1rem;
  vertical-align: baseline; }

.blog {
  background-color: #e9e9e9;
  /*
   * Slick Slider
   */ }
  .blog .container, .blog .flex-container {
    padding: 0 10rem; }
    @media screen and (max-width: 1200px) {
      .blog .container, .blog .flex-container {
        padding: 0 4rem; } }
    @media screen and (max-width: 993px) {
      .blog .container, .blog .flex-container {
        padding: 0 2rem; } }
  .blog__header-filter .section-heading {
    margin-bottom: 3rem; }
  .blog__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    margin: 0; }
    .blog__list > .promo-banner {
      margin-bottom: 4rem;
      margin-top: 4rem; }
  .blog__item {
    width: calc(100% / 3);
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }
    @media (max-width: 991.98px) {
      .blog__item {
        width: 50%;
        margin-bottom: 2rem; } }
    @media (max-width: 575.98px) {
      .blog__item {
        width: 100%; } }
    @media (min-width: 1200px) {
      .blog__list .blog__item {
        margin-bottom: 4rem; } }
  .blog__link {
    color: #030303;
    text-decoration: none; }
    .blog__link .blog__text {
      color: #626262;
      margin-bottom: 1.6rem; }
  .blog__image {
    display: block;
    width: 100%;
    background-color: #444;
    min-height: 235px; }
  .blog__content {
    padding: 2rem; }
    @media (min-width: 992px) {
      .blog__content {
        padding-right: 2rem; } }
    .blog__content :last-child {
      margin-bottom: 0; }
  .blog__category {
    color: #e10098;
    margin-bottom: 0.5rem; }
  .blog__title {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase; }
  .blog__text--link {
    text-decoration: underline; }
  .blog__load-more {
    margin: 0 auto 4rem; }
    .blog__load-more .button {
      width: 100%;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .blog__load-more .button {
          width: auto;
          font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .blog__load-more {
        margin-bottom: 10rem; } }
  .blog--slider {
    position: relative;
    z-index: 4;
    background-color: #e9e9e9; }
    @media (min-width: 540px) and (max-width: 950px) {
      .blog--slider .slick-slider {
        width: calc(100vw - 270px); } }
    @media (min-width: 951px) {
      .blog--slider .slick-track {
        width: 100% !important; } }
    .blog--slider .slick-list {
      overflow: visible; }
    .blog--slider .blog__image {
      min-height: 235px; }
      @media (max-width: 576px) {
        .blog--slider .blog__image {
          min-height: auto; } }
    .blog--slider .slick-slide > div {
      padding: 1rem;
      margin-right: 2rem;
      display: flex;
      flex-grow: 1; }
      @media (min-width: 993px) {
        .blog--slider .slick-slide > div {
          padding: 0;
          margin-right: 0; } }
      @media (max-width: 576px) {
        .blog--slider .slick-slide > div {
          padding: 0.5rem; } }
    @media (min-width: 951px) {
      .blog--slider .slick-slide {
        width: calc(33.333333% - (2.66667rem)) !important; }
        .blog--slider .slick-slide:nth-child(2) {
          margin: 0 3rem; } }

.category .offer-block__header, .category .container {
  padding: 0 10rem; }
  @media screen and (max-width: 1200px) {
    .category .offer-block__header, .category .container {
      padding: 0 4rem; } }
  @media screen and (max-width: 993px) {
    .category .offer-block__header, .category .container {
      padding: 0 2rem; } }

.category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none; }
  .category__list:after {
    flex: auto;
    content: ''; }
    @media (min-width: 1025px) and (max-width: 1199px) {
      .category__list:after {
        width: calc(33.333333% - 3rem); } }
    @media (min-width: 1200px) {
      .category__list:after {
        width: calc(25% - 3rem); } }

.category__item {
  position: relative;
  width: 100%;
  background-color: black;
  overflow: hidden;
  box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.6); }
  .category__list .category__item {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .category__list .category__item {
        margin-bottom: 4rem; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .category__list .category__item {
        width: calc(50% - 2rem); }
        .category__list .category__item:nth-child(2n) {
          margin-left: 4rem; } }
    @media (min-width: 1025px) and (max-width: 1199px) {
      .category__list .category__item {
        width: calc(33.333333% - 3rem); }
        .category__list .category__item:not(:nth-child(3n + 1)) {
          margin-left: 4rem; } }
    @media (min-width: 1200px) {
      .category__list .category__item {
        width: calc(25% - 3rem); }
        .category__list .category__item:not(:nth-child(4n + 1)) {
          margin-left: 4rem; } }
  .category__item .offer-indicator {
    position: absolute;
    top: -20px;
    left: -22px;
    height: 150px;
    width: 150px; }

.category__inner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 140.54%; }
  .category__inner__text {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    max-width: 90%; }
    @media screen and (max-width: 576px) and (min-width: 400px) {
      .category__inner__text {
        font-size: 2.5rem; } }
    @media screen and (max-width: 400px) {
      .category__inner__text {
        font-size: 1.8rem; } }
    .category__inner__text .heading__elem {
      text-align: center;
      display: inline;
      background: #030303; }

.category__link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .dragging .category__link {
    pointer-events: none; }

.category__image {
  display: block;
  width: 100%; }

.category--slider {
  position: relative;
  margin-bottom: 2rem;
  background: #e9e9e9;
  padding-bottom: 2rem; }
  .category--slider .category__inner .heading__elem {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic; }
  .category--slider .slick-track {
    margin-left: 0; }
  .category--slider .slick-list {
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      .category--slider .slick-list {
        overflow: visible; } }
  .category--slider .slick-slide > div {
    padding: 1rem; }
    @media screen and (max-width: 576px) {
      .category--slider .slick-slide > div {
        padding: 0;
        margin-right: 2rem; } }

.button {
  display: inline-block;
  padding-right: 1.9rem;
  padding-left: 1.9rem;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background-color: #e10098;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 55px;
  white-space: nowrap;
  transition: all 0.1s linear;
  cursor: pointer; }
  @media (max-width: 993px) {
    .button {
      font-size: 1.6rem;
      line-height: 45px; } }
  .button:hover {
    background-color: #ae0076; }
  .button--secondary {
    background: transparent;
    border: 1px solid #ffffff; }
    .button--secondary:hover {
      background-color: #ffffff;
      color: #e10098; }
  .button--full {
    display: block;
    width: 100%; }
  .button[disabled] {
    opacity: 0.6;
    cursor: not-allowed; }

.branding {
  display: block;
  width: 150px; }
  @media (min-width: 768px) {
    .branding {
      width: 180px; } }
  @media (min-width: 1025px) {
    .branding {
      width: 200px; } }
  .branding__image {
    display: block; }
    .header.is-filled .branding__image,
    .layout--push-top .branding__image {
      filter: none; }
    .layout--mo-left .branding__image,
    .layout--mo-right .branding__image {
      filter: grayscale(100%) brightness(0) invert(100%); }

.filter {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .filter {
      margin-bottom: 3rem; } }
  .filter__header {
    margin-bottom: 2rem;
    border-bottom: 2px solid #030303; }
    .filter__header .section-heading {
      margin-bottom: 0; }
  .filter__clear {
    margin-left: auto;
    cursor: pointer; }
  .filter__filters {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow: scroll; }
    @media (min-width: 992px) {
      .filter__filters {
        align-items: center;
        overflow: hidden; } }
    .filter__filters .toggle {
      margin-bottom: 1rem;
      padding-right: 2rem;
      box-sizing: border-box;
      flex-shrink: 0; }
      @media (min-width: 992px) {
        .filter__filters .toggle {
          padding-right: 3rem; } }

.fieldset {
  border: none;
  padding: 0; }

.legend {
  display: none; }

.link {
  color: #e10098;
  font-family: 'Kalam-Bold';
  text-decoration: none; }

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(3, 3, 3, 0.64); }
  .modal.active {
    display: flex; }
  .modal__wrapper {
    position: relative;
    width: 100%;
    max-width: 625px;
    max-height: 100%;
    padding: 5.5rem;
    box-sizing: border-box;
    background-image: url("/static/modal-background.png");
    background-size: cover;
    animation: fadeInUp .4s both;
    overflow: auto; }
    @media (max-width: 767.98px) {
      .modal__wrapper {
        padding: 2rem; } }
    .modal__wrapper::-webkit-scrollbar {
      display: none; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(4rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
    .modal__wrapper.sm-wrapper {
      width: auto;
      max-width: 425px; }
      .modal__wrapper.sm-wrapper img {
        width: auto; }
  .modal__close {
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem; }
    .modal__close .icon {
      display: block; }
  .modal__header {
    margin-bottom: 3rem;
    text-align: center; }
  .modal__title {
    margin: 0;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    text-transform: uppercase; }
    .modal__title .segment {
      display: table;
      margin: auto;
      padding: 0.25rem 1rem 0.25rem 0.75rem;
      background-color: #030303;
      color: #ffffff; }
      .modal__title .segment:first-child {
        padding: 0.25rem 1.6rem 0.25rem 0.75rem; }
      .modal__title .segment.turn {
        transform: rotate(-2.5deg); }
  .modal__content {
    width: 100%;
    max-width: 395px;
    margin: auto;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal; }
    .modal__content--login {
      max-width: unset; }
      .modal__content--login .modal__content__wrapper {
        margin: auto;
        max-width: 280px; }
    .modal__content p {
      color: #3a4247; }
      @media (max-width: 576px) {
        .modal__content p {
          margin-bottom: 4.5rem; } }
    .modal__content .fs-18 {
      line-height: 3.2rem; }
    .modal__content .fs-16 {
      line-height: 2.5rem; }
    .modal__content .image {
      display: block;
      margin: 0 auto;
      width: 320px;
      max-width: 100%; }
    .modal__content__qrcode {
      text-align: center;
      margin-bottom: 0; }
      .modal__content__qrcode svg {
        margin: 30px 0 5px; }
    .modal__content__barcode {
      text-align: center;
      margin-bottom: 2rem; }
      @media (max-width: 350px) {
        .modal__content__barcode {
          margin-left: -1.8rem; } }
    .modal__content__cta {
      margin-top: 5rem; }
      .modal__content__cta__label {
        position: relative;
        margin-left: -4rem;
        margin-bottom: -1.5rem;
        width: 145px;
        color: #e10098;
        font-family: 'Kalam-Bold';
        font-size: 1.8rem;
        line-height: 2rem;
        transform: rotate(-5deg); }
        @media (min-width: 450px) {
          .modal__content__cta__label {
            margin-left: -2rem; } }
        @media (min-width: 768px) {
          .modal__content__cta__label {
            margin-left: 2rem; } }
        @media (max-width: 450px) {
          .modal__content__cta__label {
            margin-left: 1.2rem; } }
        .modal__content__cta__label:after {
          content: '';
          position: absolute;
          bottom: -40px;
          right: calc(60% - 13px);
          width: 36px;
          height: 38px;
          background-image: url("/static/icon-arrow-share.png");
          background-size: cover; }
          @media (max-width: 350px) {
            .modal__content__cta__label:after {
              display: none; } }
        .modal__content__cta__label--code {
          margin-bottom: 3rem;
          margin-left: auto;
          margin-right: -3rem;
          transform: rotate(4deg);
          text-align: right; }
          .modal__content__cta__label--code:after {
            top: -43px;
            bottom: auto;
            right: -1rem;
            transform: rotate(200deg); }
            @media (min-width: 510px) {
              .modal__content__cta__label--code:after {
                right: 3rem; } }
        .modal__content__cta__label--barcode {
          margin-left: -6rem;
          margin-bottom: 1rem; }
          @media (max-width: 576px) {
            .modal__content__cta__label--barcode:after {
              display: none; } }
          @media (max-width: 500px) {
            .modal__content__cta__label--barcode {
              margin-left: 0.5rem; } }
      .modal__content__cta .image {
        width: auto;
        max-width: 100%; }
  .modal .modal-code-reveal {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: #030303; }
  .modal .redeem-code {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-style: italic;
    display: inline-block;
    margin: 0 auto 4rem;
    font-size: 2rem;
    position: relative; }
    .modal .redeem-code-wrapper {
      width: 100%; }
  .modal .qr-code {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-style: normal;
    display: inline-block;
    margin: 0 auto 4rem;
    font-size: 1.8rem;
    position: relative; }
    .modal .qr-code-wrapper {
      width: 100%;
      text-align: center; }
  .modal .qr-website-button {
    text-align: center;
    margin-bottom: 3rem; }
  .modal .barcode-website-button {
    text-align: center;
    margin-bottom: 3rem; }
  .modal .redeem-code-hidden:after {
    content: '';
    background: url(/static/icons/brand_line.png) no-repeat;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: -23px;
    width: 100%;
    height: 100%;
    transform: translateY(-40%); }
  .modal .redeem-countdown {
    background: #d9d9d9;
    padding: 10px 30px;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic; }

.modal-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .modal-open .header {
    pointer-events: none;
    opacity: .1; }

.wrap {
  word-wrap: break-word;
  white-space: normal;
  line-height: 25px;
  padding: 10px; }

.embedly-block {
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem; }

.login-modal .modal__header {
  margin-bottom: 2rem; }
  .login-modal .modal__header img {
    margin-bottom: 2rem; }

.login-modal .modal__content {
  max-width: 100%; }
  .login-modal .modal__content h2 {
    font-size: 1.8rem; }
    @media (max-width: 767.98px) {
      .login-modal .modal__content h2 {
        font-size: 1.6rem; } }

.login-modal .modal__wrapper {
  padding: 4.5rem;
  max-width: 545px; }
  @media (max-width: 767.98px) {
    .login-modal .modal__wrapper {
      padding: 4.5rem 2.5rem; } }
  .login-modal .modal__wrapper .img-container {
    margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .login-modal .modal__title {
    font-size: 1.8rem; } }

.login-modal .modal__title .segment {
  font-size: 3rem; }
  @media (max-width: 767.98px) {
    .login-modal .modal__title .segment {
      font-size: 2rem; } }

.login-modal .modal__title.main-title .segment:first-child {
  left: -40px;
  position: relative; }

@media (max-width: 767.98px) {
  .login-modal .modal__title.main-title {
    margin-top: 20px; } }

.login-modal .modal .button {
  line-height: 40px;
  font-size: 1.6rem; }
  .login-modal .modal .button.button-outline {
    background: transparent;
    border: 1px solid #e10098;
    color: #e10098; }
    .login-modal .modal .button.button-outline:hover {
      background: #e10098;
      color: #ffffff; }

.login-modal .modal form {
  margin-bottom: 2rem; }
  .login-modal .modal form .field {
    margin-bottom: 1rem; }
  .login-modal .modal form .actions {
    margin-top: 2rem; }

.login-modal .modal .error-message {
  margin-bottom: 1rem; }

.login-modal .modal .input {
  border-bottom: 1px solid #000000;
  padding: 1.5rem 0 0.5rem 0;
  font-size: 1.8rem;
  color: #030303; }
  .login-modal .modal .input:focus {
    border-bottom: 2px solid #000000; }

.verify-user-modal .modal__header {
  margin-bottom: 2rem; }
  .verify-user-modal .modal__header img {
    margin-bottom: 2rem; }

.verify-user-modal .modal__content {
  max-width: 100%; }
  .verify-user-modal .modal__content h2 {
    font-size: 1.8rem; }
    @media (max-width: 767.98px) {
      .verify-user-modal .modal__content h2 {
        font-size: 1.6rem; } }

.verify-user-modal .modal__wrapper {
  padding: 3rem 10rem;
  max-width: 545px; }
  @media (max-width: 767.98px) {
    .verify-user-modal .modal__wrapper {
      padding: 3rem 4rem; } }
  .verify-user-modal .modal__wrapper .img-container {
    margin-bottom: 20px; }

@media (max-width: 767.98px) {
  .verify-user-modal .modal__title {
    font-size: 1.8rem; } }

.verify-user-modal .modal__title .segment {
  font-size: 3rem; }
  @media (max-width: 767.98px) {
    .verify-user-modal .modal__title .segment {
      font-size: 2rem; } }

.verify-user-modal .modal__title.main-title .segment:first-child {
  left: -40px;
  position: relative; }

@media (max-width: 767.98px) {
  .verify-user-modal .modal__title.main-title {
    margin-top: 20px; } }

.verify-user-modal .modal .button {
  line-height: 40px;
  font-size: 1.6rem; }

.brand-logo-slider {
  margin: 8rem 0; }
  @media screen and (max-width: 576px) {
    .brand-logo-slider {
      margin-top: 6rem; } }
  .brand-logo-slider .container {
    box-sizing: border-box;
    width: 100vw;
    min-height: 200px;
    margin-bottom: 8rem;
    padding: 4rem 7rem;
    background: url("/static/BrandLogoSliderBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: none; }
    @media screen and (max-width: 1300px) {
      .brand-logo-slider .container {
        padding: 6rem 4rem; } }
    @media screen and (max-width: 993px) {
      .brand-logo-slider .container {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
    @media screen and (max-width: 767px) {
      .brand-logo-slider .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .brand-logo-slider .slick-track {
    min-height: 120px;
    max-height: 400px; }
  .brand-logo-slider .slick-list {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden !important; }
  .brand-logo-slider .offer-block__header {
    padding: 0 7rem; }
    @media screen and (max-width: 1300px) {
      .brand-logo-slider .offer-block__header {
        padding: 0 4.5rem; } }
    @media screen and (max-width: 993px) {
      .brand-logo-slider .offer-block__header {
        padding: 0 4rem; } }
    @media screen and (max-width: 576px) {
      .brand-logo-slider .offer-block__header {
        padding: 0 2rem; } }
    .brand-logo-slider .offer-block__header .section-heading {
      font-size: 3rem; }
  .brand-logo-slider .brand__item {
    display: block;
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .brand-logo-slider .brand__item {
        margin: auto; } }
  .brand-logo-slider .brand-logo-container, .brand-logo-slider .brand-logo-container-new {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    max-width: 80%;
    margin: auto; }
    @media screen and (min-width: 576px) and (max-width: 993px) and (min-height: 768px) {
      .brand-logo-slider .brand-logo-container, .brand-logo-slider .brand-logo-container-new {
        margin-top: 4rem;
        margin-bottom: 4rem; } }
    @media screen and (max-width: 576px) {
      .brand-logo-slider .brand-logo-container, .brand-logo-slider .brand-logo-container-new {
        width: 80px;
        height: 80px;
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  .brand-logo-slider .brand-logo-container-new {
    width: 240px; }
    @media screen and (max-width: 576px) {
      .brand-logo-slider .brand-logo-container-new {
        width: 160px; } }
  .brand-logo-slider .brand__logo {
    display: block; }

.home-slider {
  position: relative;
  width: 100vw;
  height: auto;
  min-height: 412px;
  padding-top: 21rem;
  margin-bottom: 6rem; }
  @media screen and (max-width: 1300px) {
    .home-slider {
      padding-top: 23rem; } }
  @media screen and (min-width: 768px) and (max-width: 1150px) {
    .home-slider {
      margin-bottom: 10rem;
      min-height: 0;
      padding-top: 16.8rem; } }
  @media screen and (max-width: 767px) {
    .home-slider {
      padding-top: 18.4rem;
      margin-bottom: 4rem; } }
  .home-slider:before {
    display: none; }
  .home-slider .heading {
    transform: rotate(0deg);
    font-size: 2.6rem;
    font-weight: 500; }
    @media screen and (max-width: 1024px) {
      .home-slider .heading {
        font-size: 2.2rem; } }
    @media screen and (max-width: 767px) {
      .home-slider .heading {
        font-size: 2.5rem; } }
    @media screen and (max-width: 350px) {
      .home-slider .heading {
        font-size: 2.2rem; } }
    .home-slider .heading__elem {
      width: max-content;
      max-width: 100%;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #030303;
      transform: rotate(0deg) translateY(0) translateX(0);
      padding-left: 0;
      font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .home-slider .heading__elem {
          width: auto;
          display: table !important; } }
  .home-slider .slick-slider {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.6); }
    @media (min-width: 1600px) {
      .home-slider .slick-slider {
        width: 80vw; } }
  .home-slider .slick-list {
    overflow: hidden; }
    .home-slider .slick-list.active .fake-button {
      opacity: 1; }
  @media (min-width: 1200px) {
    .home-slider .slick-next,
    .home-slider .slick-prev {
      display: block !important; } }
  .home-slider .fake-button,
  .home-slider .slick-next {
    top: 50%;
    right: 0;
    left: auto;
    bottom: 4rem;
    display: none;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #e10098;
    transition: all 500ms; }
    .home-slider .fake-button:before,
    .home-slider .slick-next:before {
      content: '';
      width: 30px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background-image: url("/static/button-next.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: .7;
      transition: opacity .2s ease-out;
      will-change: opacity; }
    .home-slider .fake-button:hover:before,
    .home-slider .slick-next:hover:before {
      opacity: 1.1; }
    @media (min-width: 1600px) {
      .home-slider .fake-button,
      .home-slider .slick-next {
        left: auto; } }
  .home-slider .slick-prev {
    display: block !important;
    top: 50%;
    left: 0;
    right: calc(100vw - 110px);
    bottom: 4rem;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #e10098;
    transition: all 500ms;
    z-index: 20; }
    .home-slider .slick-prev:before {
      content: '';
      width: 30px;
      height: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background-image: url("/static/button-prev.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      opacity: .7;
      transition: opacity .2s ease-out;
      will-change: opacity; }
    .home-slider .slick-prev:hover:before {
      opacity: 1.1; }
  .home-slider .fake-button {
    position: absolute;
    bottom: 8rem;
    z-index: 1;
    opacity: 0.6;
    transition: opacity 500ms; }
    @media (min-width: 1151px) {
      .home-slider .fake-button {
        display: block; } }
  .home-slider .slick-dots li button {
    border-radius: 0;
    box-shadow: none; }
    .home-slider .slick-dots li button:before {
      content: url("/static/grey_pip.png"); }
  .home-slider .slick-dots li.slick-active button {
    box-shadow: none; }
    .home-slider .slick-dots li.slick-active button:before {
      content: url("/static/pink_pip.png"); }
  .home-slider .slick-slide {
    position: relative; }
    .home-slider .slick-slide .offer-block__item {
      width: 100%;
      margin: 0;
      padding: 0;
      display: inline-flex;
      flex-grow: 1;
      flex-direction: row;
      margin: 0; }
    .home-slider .slick-slide .offer-block__image-container {
      width: 65%;
      padding-top: 32.5%; }
      .home-slider .slick-slide .offer-block__image-container:before {
        content: "";
        width: 5px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: auto;
        right: -4px;
        position: absolute;
        background-color: #e10098; }
        @media screen and (max-width: 767px) {
          .home-slider .slick-slide .offer-block__image-container:before {
            width: 100%;
            height: 5px;
            top: auto;
            bottom: -5px;
            left: auto;
            right: 0; } }
      .home-slider .slick-slide .offer-block__image-container:after {
        content: "";
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #e10098;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        right: -26px;
        position: absolute;
        z-index: 1;
        display: block;
        width: 0;
        height: 0; }
        @media screen and (max-width: 767px) {
          .home-slider .slick-slide .offer-block__image-container:after {
            border-left: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-top: 8px solid #e10098;
            top: calc(100% + 4px);
            left: 50%;
            transform: translateX(-50%);
            right: 0; } }
      @media screen and (max-width: 993px) {
        .home-slider .slick-slide .offer-block__image-container {
          width: 62%; } }
      @media screen and (max-width: 767px) {
        .home-slider .slick-slide .offer-block__image-container {
          width: 100%;
          padding-top: 56.25%; } }
    .home-slider .slick-slide .offer-block__content {
      width: 35%;
      justify-content: flex-start;
      box-sizing: border-box;
      align-self: center; }
      .home-slider .slick-slide .offer-block__content .heading a {
        text-decoration: none; }
      @media screen and (max-width: 767px) {
        .home-slider .slick-slide .offer-block__content {
          width: 100%; } }
    .home-slider .slick-slide .offer-block__link {
      flex-direction: row;
      box-shadow: none; }
      @media screen and (max-width: 767px) {
        .home-slider .slick-slide .offer-block__link {
          flex-direction: column; } }
    .home-slider .slick-slide > div {
      height: 100%;
      display: inline-flex; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .home-slider .slick-slide > div {
          max-height: 500px; } }
    .home-slider .slick-slide:after {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 4rem;
      height: 100%;
      opacity: 0.75;
      transition: opacity 500ms;
      pointer-events: none;
      content: ''; }
    .home-slider .slick-slide.slick-current:after, .home-slider .slick-slide:not(.slick-current):after {
      opacity: 0; }
    @media (min-width: 768px) {
      .home-slider .slick-slide.slick-current .item, .home-slider .slick-slide:not(.slick-current) .item {
        padding-left: 0; } }
    .home-slider .slick-slide.slick-current .item__content .heading, .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .heading, .home-slider .slick-slide:not(.slick-current) .item__content .text {
      opacity: 1;
      transition: opacity 0s; }
    .home-slider .slick-slide.slick-current .item__content .heading, .home-slider .slick-slide:not(.slick-current) .item__content .heading {
      margin-bottom: 0;
      max-width: min-content;
      min-width: 100%; }
      @media screen and (max-width: 767px) {
        .home-slider .slick-slide.slick-current .item__content .heading, .home-slider .slick-slide:not(.slick-current) .item__content .heading {
          max-width: 100%;
          width: 100%; } }
      .home-slider .slick-slide.slick-current .item__content .heading .lean, .home-slider .slick-slide:not(.slick-current) .item__content .heading .lean {
        margin-top: -5px; }
      .home-slider .slick-slide.slick-current .item__content .heading > span, .home-slider .slick-slide:not(.slick-current) .item__content .heading > span {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        @media screen and (max-width: 1200px) {
          .home-slider .slick-slide.slick-current .item__content .heading > span, .home-slider .slick-slide:not(.slick-current) .item__content .heading > span {
            display: table; } }
        .home-slider .slick-slide.slick-current .item__content .heading > span strong, .home-slider .slick-slide:not(.slick-current) .item__content .heading > span strong {
          display: inline-flex;
          flex-direction: column; }
    .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .text {
      transform: rotate(0deg);
      margin-top: 0;
      text-transform: initial;
      font-weight: 500;
      font-style: normal;
      margin-bottom: 15px; }
      @media screen and (max-width: 1200px) {
        .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .text {
          max-width: 100%; } }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .text {
          max-width: 50%; } }
      @supports (-ms-ime-align: auto) {
        .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .text {
          max-width: 60%; }
          @media screen and (max-width: 768px) {
            .home-slider .slick-slide.slick-current .item__content .text, .home-slider .slick-slide:not(.slick-current) .item__content .text {
              max-width: 100%; } } }
    .home-slider .slick-slide.slick-current .item__content .button p, .home-slider .slick-slide:not(.slick-current) .item__content .button p {
      line-height: 45px;
      font-style: italic;
      font-weight: bold; }
  .home-slider .item {
    position: relative;
    display: inline-flex !important;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    justify-content: flex-start; }
    @media (min-height: 600px) and (orientation: portrait), (min-height: 700px) and (orientation: landscape) {
      .home-slider .item {
        justify-content: center;
        padding-bottom: 0; } }
    @media (min-height: 550px) and (max-height: 700px) {
      .home-slider .item {
        padding-top: 0; } }
    @media (min-width: 1600px) {
      .home-slider .item {
        padding-left: 0; } }
    .home-slider .item__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .home-slider .item__content {
      position: relative;
      max-width: 100%;
      color: #ffffff;
      display: flex;
      width: 35%;
      padding: 4rem 5rem 4rem 3rem;
      box-sizing: border-box;
      align-self: center;
      height: 100%;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .home-slider .item__content {
          padding: 3rem 4rem 3rem 3rem; } }
      @media screen and (max-width: 993px) {
        .home-slider .item__content {
          width: 38%;
          padding: 2rem; } }
      @media screen and (max-width: 767px) {
        .home-slider .item__content {
          display: flex;
          width: 100%;
          padding: 2.4rem 2rem 1rem; } }
      @media (min-height: 460px) and (max-height: 640px) and (orientation: landscape) {
        .home-slider .item__content {
          max-width: 50%; } }
      .home-slider .item__content :last-child {
        margin-bottom: 0; }
      .home-slider .item__content .text {
        font-size: 1.8rem;
        line-height: 1.5;
        color: #030303;
        max-width: 100%; }
        @media (min-width: 768px) and (max-width: 993px) {
          .home-slider .item__content .text {
            font-size: 1.5rem;
            margin-bottom: 1.5rem; } }
        .home-slider .item__content .text.button {
          font-size: 1.8rem;
          color: #fff; }
          @media screen and (min-width: 576px) and (max-width: 993px) {
            .home-slider .item__content .text.button {
              font-size: 1.5rem;
              line-height: 35px !important;
              padding-left: 1.4rem;
              padding-right: 1.4rem;
              width: auto; } }
          @media screen and (max-width: 576px) {
            .home-slider .item__content .text.button {
              width: 100%; } }
      .home-slider .item__content .heading a {
        text-decoration: none; }
  @media screen and (max-width: 993px) {
    .home-slider .slick-arrow {
      display: none !important; } }
  .home-slider .slick-dots {
    bottom: -4rem;
    width: 100%; }
    @media (max-width: 576px) {
      .home-slider .slick-dots {
        top: -4.4rem;
        bottom: 54rem; } }
    @media (min-width: 1200px) {
      .home-slider .slick-dots {
        display: block !important; } }
    .home-slider .slick-dots li {
      width: 1.5rem;
      height: 1.5rem; }
    .home-slider .slick-dots button {
      width: 100%;
      height: 100%;
      padding: 0;
      border-radius: 100%;
      font-size: 0;
      transition: box-shadow 500ms; }
      .home-slider .slick-dots button:before {
        content: ''; }

.nus-banner {
  box-sizing: border-box;
  width: 100vw;
  max-height: 320px;
  padding: 8.8rem 28rem;
  margin-top: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 1200px) {
    .nus-banner {
      margin-top: 6rem;
      padding: 8rem; } }
  @media screen and (max-width: 767px) {
    .nus-banner {
      padding: 2rem 2rem 4rem; } }
  .nus-banner .banner-promotion__wrapper {
    display: flex;
    align-items: center;
    max-width: 920px;
    margin: auto;
    flex-wrap: nowrap;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .nus-banner .banner-promotion__wrapper {
        display: block; } }
  .nus-banner .banner-promotion__logo {
    margin-bottom: 0;
    flex: 0 1 350px; }
    @media screen and (max-width: 767px) {
      .nus-banner .banner-promotion__logo {
        margin-bottom: 2rem;
        margin-top: 2rem;
        max-width: 250px; } }
  .nus-banner .banner-promotion__content {
    margin-bottom: 0;
    padding-left: 8rem;
    flex: 0 1 400px;
    color: #030303;
    font-size: 1.9rem; }
    .nus-banner .banner-promotion__content p {
      margin-bottom: 0;
      line-height: 1.5; }
    @media screen and (max-width: 993px) {
      .nus-banner .banner-promotion__content {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .nus-banner .banner-promotion__content {
        padding: 0 2rem;
        font-size: 1.6rem; } }

@media (min-width: 992px) {
  .hero-block--primary {
    margin-bottom: 50vh; } }

.hero-block--secondary {
  position: relative;
  padding: 13rem 0 8rem;
  margin-bottom: 8rem;
  overflow: hidden; }
  @media (min-width: 992px) {
    .hero-block--secondary {
      height: 85vh;
      padding: 0; } }
  @media screen and (max-width: 1150px) {
    .hero-block--secondary {
      height: 100vh; } }
  @media screen and (max-height: 800px) {
    .hero-block--secondary {
      height: 100vh; } }
  @media screen and (max-width: 767px) and (max-height: 800px) {
    .hero-block--secondary {
      height: 85vh; } }
  .hero-block--secondary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
    @media (min-width: 992px) {
      .hero-block--secondary:before {
        background: none; } }
  .hero-block--secondary > .flex-container {
    height: 100%;
    position: relative;
    z-index: 2; }

.hero-block--tertiary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vh;
  max-height: 340px; }
  @media (min-width: 992px) {
    .hero-block--tertiary {
      max-height: none; } }

.hero-block__image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center; }
  .hero-block__image:before {
    content: '';
    width: 100%;
    height: 35vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }
  .hero-block--primary .hero-block__image {
    height: 100vh; }
    @media (max-width: 991.98px) {
      .hero-block--primary .hero-block__image {
        height: 50vh; }
        .hero-block--primary .hero-block__image img {
          width: 80%; } }
  .hero-block--secondary .hero-block__image,
  .hero-block--tertiary .hero-block__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%; }

.hero-block__inner {
  overflow: visible; }
  .hero-block--primary .hero-block__inner {
    width: 100vw;
    max-width: 1048px;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 5rem;
    padding-left: 2rem;
    background-color: #ffffff;
    text-align: center; }
    @media (min-width: 767px) {
      .hero-block--primary .hero-block__inner {
        padding-right: 10rem;
        padding-left: 10rem; } }
    @media (min-width: 992px) {
      .hero-block--primary .hero-block__inner.is-fixed {
        position: fixed;
        top: 50vh; } }
    .hero-block--primary .hero-block__inner hr.divider {
      height: 1px;
      background-color: #ccc;
      margin: 2rem 0; }
  .hero-block--secondary .hero-block__inner {
    width: 620px;
    max-width: 100%;
    padding: 0 2rem; }
    @media (min-width: 992px) {
      .hero-block--secondary .hero-block__inner {
        padding: 16rem 0 12rem 12rem; } }
    @media screen and (max-width: 1150px) {
      .hero-block--secondary .hero-block__inner {
        padding: 10rem 0 12rem 12rem; } }
    @media screen and (max-width: 991px) {
      .hero-block--secondary .hero-block__inner {
        padding: 0rem 0 12rem 12rem; } }
    @media screen and (max-width: 767px) {
      .hero-block--secondary .hero-block__inner {
        padding: 0 2rem; } }
  .hero-block__inner:before {
    transition: transform 0.3s ease-in; }
  .hero-block__inner.is-active {
    overflow: visible; }
    .hero-block__inner.is-active:before {
      transform: scaleX(2); }
  .hero-block__inner.is-fixed:before {
    transition: transform 0s ease-out; }
  .hero-block__inner .button {
    width: 100%; }
    @media (min-width: 768px) {
      .hero-block__inner .button {
        width: auto; } }
  .hero-block__inner .offer-indicator {
    position: absolute;
    top: -27px;
    left: -30px;
    height: 200px;
    width: 200px; }

.hero-block .heading {
  margin-bottom: 0;
  font-size: 5.2rem; }
  @media screen and (min-width: 767px) and (max-height: 800px) {
    .hero-block .heading {
      font-size: 4.2rem; } }
  @media screen and (min-width: 767px) and (max-height: 650px) {
    .hero-block .heading {
      font-size: 3.2rem; } }
  @media screen and (max-width: 993px) {
    .hero-block .heading {
      font-size: 2.5rem; } }

.hero-block__title {
  margin-bottom: calc(2rem + 5px); }
  @media screen and (max-height: 650px) {
    .hero-block__title {
      margin-bottom: 5px; } }
  .hero-block--primary .hero-block__title,
  .hero-block--tertiary .hero-block__title {
    display: flex;
    justify-content: center; }
  .hero-block__title h2 {
    font-size: 5rem; }
    @media screen and (max-height: 800px) {
      .hero-block__title h2 {
        font-size: 4rem; } }
  @media screen and (max-height: 800px) {
    .hero-block__title {
      margin-bottom: 2rem; } }

.hero-block__logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding-top: 2rem; }
  @media (max-width: 991.98px) {
    .hero-block__logo {
      width: 60%; } }

.hero-block__logo-new {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  padding-top: 4rem; }
  @media (max-width: 991.98px) {
    .hero-block__logo-new {
      width: 60%; } }

.hero-block__content {
  margin-top: 2rem;
  color: #626262;
  text-align: left; }
  @media screen and (max-height: 800px) {
    .hero-block__content {
      margin-bottom: 1rem; }
      .hero-block__content p {
        margin-bottom: 1rem; } }
  .hero-block--secondary .hero-block__content {
    max-width: 535px;
    position: relative; }

.hero-block--secondary {
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .hero-block--secondary {
      margin-bottom: 8rem; } }

.hero-block--secondary .hero-block__link {
  position: relative; }

@media screen and (min-width: 1150px) and (max-width: 1350px) and (max-height: 800px) {
  .hero-block--secondary {
    height: 100vh; }
    .hero-block--secondary .hero-block__content {
      margin-bottom: 2rem; }
      .hero-block--secondary .hero-block__content p {
        margin-bottom: 2rem; }
    .hero-block--secondary .hero-block__title {
      margin-bottom: 1rem; }
      .hero-block--secondary .hero-block__title h2 {
        font-size: 4rem; }
    .hero-block--secondary .hero-block__inner {
      padding: 16rem 0 12rem 12rem; } }

.hero-card {
  background-color: #ffffff;
  display: flex;
  margin-top: 12rem;
  position: relative;
  min-height: auto; }
  @media screen and (max-width: 1150px) {
    .hero-card {
      margin-top: 8rem; } }
  @media screen and (max-width: 767px) {
    .hero-card {
      margin-top: 115px;
      margin-bottom: 4rem; } }
  @media screen and (max-width: 576px) {
    .hero-card {
      margin-top: 85px; } }
  .hero-card .flex-container {
    flex-direction: column;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    position: relative;
    margin: 0 7rem;
    padding: 0;
    max-width: none; }
    @media screen and (max-width: 1300px) {
      .hero-card .flex-container {
        margin: 0 4.5rem; } }
    @media screen and (min-width: 1025px) {
      .hero-card .flex-container {
        flex-direction: row; } }
    @media screen and (max-width: 993px) {
      .hero-card .flex-container {
        margin: 0 4rem; } }
    @media screen and (max-width: 576px) {
      .hero-card .flex-container {
        margin: 0 2rem; } }
    .hero-card .flex-container .offer-indicator {
      position: absolute;
      top: -28px;
      left: -30px;
      height: 200px;
      width: 200px;
      z-index: 4; }
  .hero-card__logo, .hero-card__logo-new {
    display: block;
    height: 110px;
    margin: 2rem auto 3rem; }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .hero-card__logo, .hero-card__logo-new {
        height: 100px; } }
    @media (min-width: 1300px) {
      .hero-card__logo, .hero-card__logo-new {
        margin: 1rem auto 4rem; } }
  .hero-card__logo {
    width: 110px; }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .hero-card__logo {
        width: 100px; } }
  .hero-card__logo-new {
    width: 220px; }
    @media (min-width: 1200px) and (max-width: 1300px) {
      .hero-card__logo-new {
        width: 200px; } }
  .hero-card--primary {
    padding-top: 0;
    padding-bottom: 4rem;
    margin: 3rem 3rem 3rem 1rem; }
    @media (min-width: 768px) {
      .hero-card--primary {
        padding: 0;
        margin: 3rem 5rem 3rem 3rem; } }
  .hero-card--secondary {
    padding: 2rem 0; }
    @media (min-width: 1025px) {
      .hero-card--secondary {
        padding: 5rem 0; } }
    @media (min-width: 1025px) and (max-width: 1300px) {
      .hero-card--secondary {
        padding-top: 9rem; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .hero-card--secondary {
        padding: 6rem 0; } }
    .hero-card--secondary .flex-col {
      margin-bottom: 0; }
    .hero-card--secondary .hero-card__content {
      padding-bottom: 10rem;
      padding-top: 10rem; }
      @media (max-width: 767.98px) {
        .hero-card--secondary .hero-card__content {
          display: flex;
          flex-direction: column;
          padding: 2rem; } }
    @media (max-width: 767.98px) {
      .hero-card--secondary .hero-card__image {
        order: -1; } }
    .hero-card--secondary .hero-card__content {
      text-align: center;
      padding: 2rem;
      color: #030303; }
      @media (min-width: 1300px) {
        .hero-card--secondary .hero-card__content {
          padding-right: 3rem;
          padding-left: 3rem; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .hero-card--secondary .hero-card__content {
          padding-right: 6rem;
          padding-left: 6rem; } }
      @media (min-width: 1200px) {
        .hero-card--secondary .hero-card__content {
          padding-bottom: 1rem; } }
  .hero-card-col {
    width: 100%;
    align-items: center; }
    .hero-card-col.hero-card-col-img {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .hero-card-col.hero-card-col-img {
          width: 55vw;
          height: 30.9vw; } }
    .hero-card-col.hero-card-col-content {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .hero-card-col.hero-card-col-content {
          width: calc(100% - 55vw); } }
    .hero-card-col.hero-card-col-video {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .hero-card-col.hero-card-col-video {
          width: 55vw;
          height: 30.9vw; } }
      .hero-card-col.hero-card-col-video .video-block {
        margin: 0; }
        .hero-card-col.hero-card-col-video .video-block .container-alt {
          padding: 0; }
        .hero-card-col.hero-card-col-video .video-block .container {
          width: 100%; }
          @media screen and (min-width: 1200px) {
            .hero-card-col.hero-card-col-video .video-block .container {
              width: 55vw;
              height: 30.9vw; } }
  .hero-card__content {
    display: block;
    margin: 0 auto;
    padding: 2rem 0 0;
    max-width: 100%;
    color: #626262; }
    @media (min-width: 768px) {
      .hero-card__content {
        padding: 2rem 4rem; } }
  .hero-card__image {
    height: auto;
    padding-top: 56.25%;
    background-color: #444; }
    @media screen and (min-width: 1200px) {
      .hero-card__image {
        height: 30.9vw; } }
    @media (min-width: 768px) {
      .hero-card__image {
        display: block;
        height: auto; } }
    .hero-card__image .image {
      display: block; }
    .hero-card__image--mobile {
      margin-bottom: 4rem;
      display: block; }
      @media (min-width: 768px) {
        .hero-card__image--mobile {
          display: none; } }
    .hero-card--secondary .hero-card__image {
      position: relative;
      background-size: cover;
      background-position: center; }
      .hero-card--secondary .hero-card__image:after {
        content: '';
        top: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 16px;
        margin-top: -16px; }
    .hero-card--secondary.hero-card--reverse .hero-card__image {
      border-bottom: 4px solid #e10098;
      padding-top: 56.25%; }
      @media screen and (min-width: 1200px) {
        .hero-card--secondary.hero-card--reverse .hero-card__image {
          border-bottom: none;
          border-right: 4px solid #e10098;
          padding-top: 0;
          height: 30.9vw;
          background-repeat: no-repeat; } }
      .hero-card--secondary.hero-card--reverse .hero-card__image:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left-color: #e10098;
        transform: rotate(90deg);
        transform-origin: left bottom;
        border-width: 12px; }
        @media screen and (min-width: 1200px) {
          .hero-card--secondary.hero-card--reverse .hero-card__image:after {
            left: 100%;
            top: 47%;
            right: auto;
            margin: 0;
            transform: rotate(0);
            border-left-color: #e10098;
            border-width: 16px; } }
  .hero-card__sub-title {
    margin-bottom: 1rem;
    font-family: 'Kalam-Bold';
    font-style: normal;
    color: #e10098; }
  .hero-card--secondary .hero-card__title {
    color: #030303;
    margin-bottom: 0;
    display: flex;
    justify-content: center; }
  .hero-card__title .heading {
    margin-bottom: 3rem;
    font-weight: bold;
    font-size: 2.6rem;
    word-wrap: normal;
    white-space: normal;
    word-break: normal; }
    @media screen and (max-width: 1024px) {
      .hero-card__title .heading {
        margin-bottom: 2rem;
        font-size: 2.8rem; } }
    @media screen and (max-width: 576px) {
      .hero-card__title .heading {
        font-size: 2.2rem; } }
    .hero-card__title .heading__elem {
      padding: 0 0.5rem;
      max-width: 100%;
      box-sizing: border-box; }
    .hero-card__title .heading--medium {
      font-size: 2.8rem; }
      @media screen and (max-width: 1200px) {
        .hero-card__title .heading--medium {
          font-size: 3rem; } }
      @media screen and (max-width: 992px) {
        .hero-card__title .heading--medium {
          font-size: 2.7rem; } }
  .hero-card__cta {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    line-height: 25px;
    padding: 1rem 2rem; }
    @media (min-width: 768px) {
      .hero-card__cta {
        width: auto; } }
    @media (max-width: 767.98px) {
      .hero-card__cta {
        margin-bottom: -2rem; } }
  .hero-card .offer-indicator {
    position: absolute;
    left: 5rem;
    top: 1.2rem; }
    @media screen and (max-width: 767px) {
      .hero-card .offer-indicator {
        top: -0.8rem; } }
    @media (max-width: 767.98px) {
      .hero-card .offer-indicator {
        top: -24px !important;
        left: -26px !important; } }
    @media (max-width: 767.98px) {
      .hero-card .offer-indicator img {
        width: 85%; } }
  .hero-card .offer-schedule {
    display: inline;
    width: inherit;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center; }
    @media screen and (min-width: 576px) {
      .hero-card .offer-schedule {
        bottom: -35px; } }
    @media screen and (min-width: 993px) {
      .hero-card .offer-schedule {
        display: block;
        width: auto; } }
  .hero-card .offer-block__statuslogo__limitedtime {
    background-image: url("/static/icon-limited-time-default.png");
    background-size: 19px;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative !important;
    left: auto !important;
    margin-right: 1em;
    margin-left: 1em; }
    @media screen and (max-width: 576px) {
      .hero-card .offer-block__statuslogo__limitedtime {
        position: absolute !important;
        left: 0 !important; } }
    .hero-card .offer-block__statuslogo__limitedtime.active {
      color: #e10098;
      background-image: url("/static/icon-limited-time.png");
      background-size: 19px;
      background-repeat: no-repeat;
      padding-left: 25px; }
      @media screen and (max-width: 576px) {
        .hero-card .offer-block__statuslogo__limitedtime.active {
          position: absolute !important;
          left: 0 !important;
          margin-left: 0; } }
  .hero-card .offer-block__statuslogo__endingsoon {
    background-image: url("/static/ending-soon-icon-default.png");
    background-size: 22px;
    background-position: 0 -2px;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative !important;
    left: auto !important;
    display: inline-block;
    width: auto !important;
    margin-right: 1em;
    margin-left: 1em; }
    @media screen and (max-width: 576px) {
      .hero-card .offer-block__statuslogo__endingsoon {
        margin-left: 0;
        position: absolute !important;
        left: 0 !important;
        margin-right: 0; } }
    .hero-card .offer-block__statuslogo__endingsoon.active {
      color: #e10098;
      background-image: url("/static/ending-soon-icon.png");
      background-size: 22px;
      background-position: 0 -2px;
      background-repeat: no-repeat;
      padding-left: 25px; }
      @media screen and (max-width: 576px) {
        .hero-card .offer-block__statuslogo__endingsoon.active {
          margin-left: 0;
          position: absolute !important;
          left: 0 !important;
          margin-right: 0; } }
  .hero-card .offer-block__statuslogo__online {
    background-image: url("/static/icon-online-default.png");
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 25px;
    position: relative !important;
    left: auto !important;
    transform: translateX(-50%);
    margin-right: 1em;
    margin-left: 1em; }
    @media screen and (max-width: 576px) {
      .hero-card .offer-block__statuslogo__online {
        margin-left: 0.5em;
        margin-right: 0;
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important; } }
    .hero-card .offer-block__statuslogo__online.active {
      color: #e10098;
      background-image: url("/static/icon-online.png");
      background-size: 18px;
      background-repeat: no-repeat;
      padding-left: 25px; }
      @media screen and (max-width: 576px) {
        .hero-card .offer-block__statuslogo__online.active {
          margin-left: 1em;
          margin-right: 0;
          position: absolute !important;
          left: 50% !important;
          transform: translateX(-50%) !important; } }
  .hero-card .offer-block__statuslogo__instore {
    background-image: url("/static/icon-instore-default.png");
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
    position: relative !important;
    right: auto !important;
    margin-right: 1em;
    margin-left: 1em; }
    @media screen and (max-width: 576px) {
      .hero-card .offer-block__statuslogo__instore {
        margin-left: 0;
        margin-right: 0;
        position: absolute !important;
        right: 0 !important; } }
    .hero-card .offer-block__statuslogo__instore.active {
      color: #e10098;
      background-image: url("/static/icon-instore.png");
      background-size: 20px;
      background-repeat: no-repeat;
      padding-left: 30px; }
      @media screen and (max-width: 576px) {
        .hero-card .offer-block__statuslogo__instore.active {
          margin-left: 0;
          margin-right: 0;
          position: absolute !important;
          right: 0 !important; } }

.description {
  margin-top: 2rem;
  color: #626262;
  text-align: left; }
  @media screen and (max-height: 800px) {
    .description {
      margin-bottom: 1rem; }
      .description p {
        margin-bottom: 1rem; } }

.hero-header {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
  background-color: #444;
  position: relative;
  overflow: hidden;
  padding-top: 31%;
  margin: 20.6rem 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px), (min-height: 768px) and (max-width: 1200px) {
    .hero-header {
      padding-top: 56.25%; } }
  @media screen and (max-width: 1300px) {
    .hero-header {
      margin-top: 23rem; } }
  @media screen and (max-width: 1200px) {
    .hero-header {
      margin-right: 4rem;
      margin-left: 4rem; } }
  @media screen and (max-width: 1150px) {
    .hero-header {
      margin-top: 16rem; } }
  @media screen and (max-width: 767px) {
    .hero-header {
      margin: 0 1rem 19.2rem;
      position: relative;
      top: 15.2rem; } }
  .hero-header__title {
    position: absolute;
    z-index: 3;
    padding: 0 1rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 7.3rem;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 576px) {
      .hero-header__title {
        font-size: 3.5rem;
        max-width: 90%; } }
    @media screen and (max-width: 400px) {
      .hero-header__title {
        font-size: 2.8rem; } }
    .hero-header__title .heading__elem {
      display: inline;
      word-wrap: break-word;
      white-space: normal;
      background: #030303;
      text-align: center;
      z-index: 2;
      position: relative;
      padding: 0 1rem; }
  .hero-header__logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    pointer-events: none;
    z-index: 5; }
    .hero-header__logo .image {
      float: right;
      width: 4.8rem;
      height: 4.8rem;
      margin: 0 2rem 1.5rem 0; }
      @media (min-width: 576px) {
        .hero-header__logo .image {
          width: 10rem;
          height: 10rem;
          margin: 0 1.5rem 2rem 0; } }
      @media (min-width: 993px) {
        .hero-header__logo .image {
          width: 12rem;
          height: 12rem; } }
    .hero-header__logo.inner {
      width: 100%; }
    .hero-header__logo span {
      display: block !important; }

.cookie-consent ~ main.content .split-hero-header {
  margin-block-start: 15rem; }
  @media screen and (min-width: 576px) {
    .cookie-consent ~ main.content .split-hero-header {
      margin-block-start: 17rem; } }
  @media screen and (min-width: 1150px) {
    .cookie-consent ~ main.content .split-hero-header {
      margin-block-start: 24rem; } }
  @media screen and (min-width: 1200px) {
    .cookie-consent ~ main.content .split-hero-header {
      margin-block-start: 23rem; } }

.split-hero-header {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 10rem auto 0; }
  @media screen and (min-width: 576px) {
    .split-hero-header {
      margin-block-start: 12rem; } }
  @media screen and (min-width: 1150px) {
    .split-hero-header {
      margin-block-start: 19rem; } }
  @media screen and (min-width: 1200px) {
    .split-hero-header {
      min-height: 350px; } }
  @media screen and (min-width: 1300px) {
    .split-hero-header {
      margin-block-start: 17rem; } }
  @media screen and (min-width: 1920px) {
    .split-hero-header {
      max-width: 1600px; } }
  .split-hero-header picture#hero-image {
    display: none;
    position: relative;
    width: 50%;
    height: initial; }
    @media screen and (min-width: 1200px) {
      .split-hero-header picture#hero-image {
        display: block; } }
  .split-hero-header__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding-block: 3rem;
    padding-inline-start: 2rem; }
    @media screen and (min-width: 1200px) {
      .split-hero-header__text {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .split-hero-header__text {
        padding-inline-start: 6rem;
        padding-block: 5rem; } }
    @media screen and (min-width: 1300px) {
      .split-hero-header__text {
        background-color: #FCFAFA; } }
  .split-hero-header__title {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: .75em;
    font-size: 2rem;
    color: #ffffff; }
    @media screen and (min-width: 1024px) {
      .split-hero-header__title {
        padding-block: .35em;
        font-size: 2.5rem; } }
    .split-hero-header__title:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background-color: #000000;
      transform: rotate(-1deg); }
  .split-hero-header__copy {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    margin-block-start: -1rem;
    margin-inline-start: 1rem;
    padding-block: 3rem 2rem;
    padding-inline: 2rem;
    background-color: #FCFAFA; }
    .split-hero-header__copy p {
      max-width: 65ch;
      margin-block-end: 1.25rem;
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.25; }
      .split-hero-header__copy p:last-of-type {
        margin-block-end: 0; }
      @media screen and (min-width: 1300px) {
        .split-hero-header__copy p {
          max-width: 55ch;
          font-size: 2rem; } }
  .split-hero-header__img {
    display: block; }

.hero-block .container {
  padding: 0 0.5rem; }
  @media screen and (min-width: 576px) {
    .hero-block .container {
      padding: 0 2rem; } }
  @media screen and (min-width: 993px) {
    .hero-block .container {
      padding: 0 4rem; } }
  @media screen and (min-width: 1200px) {
    .hero-block .container {
      padding: 0 10rem; } }
  @media screen and (max-width: 576px) {
    .hero-block .container .filter__header {
      border-bottom: none; } }

.hero-block .flex-container {
  padding: 0 2rem; }
  @media screen and (min-width: 1200px) {
    .hero-block .flex-container {
      padding: 0 10rem; } }
  @media screen and (min-width: 993px) {
    .hero-block .flex-container {
      padding: 0 4rem; } }

@media (min-width: 576px) and (max-width: 993px) {
  .hero-block__logo {
    width: 35%; } }

.hero-block--primary .is-active-category {
  margin-top: -65vh;
  width: 50vw;
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem; }
  @media (max-width: 1199.98px) {
    .hero-block--primary .is-active-category {
      margin-top: -10vh;
      width: 75vw;
      position: relative; } }

.hero-block--primary .link-banner {
  position: relative;
  text-decoration: none; }

@media screen and (max-width: 576px) {
  .hero-block--primary .heading {
    line-height: 3.5rem;
    font-size: 2rem; } }

.hero-block--primary .heading.category {
  transform: initial; }

.hero-block--primary .heading__elem {
  display: inline-block;
  padding-right: 2rem; }
  .hero-block--primary .heading__elem.lean {
    padding-left: 0;
    transform: initial; }

.off-canvas-sidebar {
  position: absolute;
  top: 95px;
  width: 100vw;
  height: calc(100vh - 95px);
  opacity: 0;
  transition: opacity .5s linear;
  transition-delay: .3s;
  will-change: opacity;
  z-index: -1; }
  @media (max-width: 1199.98px) {
    .off-canvas-sidebar {
      top: 80px;
      height: 100vh; } }
  .layout--mo-left .off-canvas-sidebar,
  .layout--mo-right .off-canvas-sidebar {
    opacity: 1;
    z-index: 100; }
  .layout--mo-left .off-canvas-sidebar {
    left: 0; }
  .layout--mo-right .off-canvas-sidebar {
    right: 0; }
  .off-canvas-sidebar .container {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow: auto; }
    .layout--mo-right .off-canvas-sidebar .container {
      justify-content: flex-end; }
  .off-canvas-sidebar--line {
    position: relative; }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar--line:after {
        content: '';
        width: 50px;
        height: 5px;
        background: black;
        position: absolute;
        left: -8px;
        transform: translateY(-35px); } }
  .off-canvas-sidebar__content {
    height: 100%;
    color: #626262;
    overflow: -moz-scrollbars-none;
    overflow-y: auto;
    -ms-overflow-style: none; }
    .off-canvas-sidebar__content::-webkit-scrollbar {
      width: 0 !important; }
    @media (min-width: 768px) {
      .off-canvas-sidebar__content {
        flex: 0 1 50%;
        height: calc(100vh - 135px);
        padding: 13rem 0;
        box-sizing: border-box; }
        .layout--mo-right .off-canvas-sidebar__content {
          padding: 11rem 2.5rem; } }
    .off-canvas-sidebar__content__link:hover {
      text-decoration: none; }
    .off-canvas-sidebar__content h2 {
      color: #030303;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 500; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content h2 {
          color: #ffffff;
          font-size: 2.8rem; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content p {
        color: #555; } }
    .off-canvas-sidebar__content .input {
      border-bottom: 1px solid #030303;
      color: #030303;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content .input {
          border-bottom: 1px solid #ffffff;
          color: #ffffff;
          font-size: 2.8rem; } }
      .off-canvas-sidebar__content .input:focus {
        border-bottom: 2px solid #030303; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content .input:focus {
            border-bottom: 1px solid #ffffff; } }
    .off-canvas-sidebar__content .input::placeholder {
      color: #030303;
      font-size: 2.8rem;
      text-transform: uppercase;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-style: italic; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content .input::placeholder {
          color: white; } }
    .off-canvas-sidebar__content .field {
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content .field {
          margin-bottom: 3rem; } }
    .off-canvas-sidebar__content .actions {
      margin-top: 1rem; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content .actions {
          margin-top: 4rem; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content form {
        margin-top: 0;
        margin-bottom: 2rem; } }
    .off-canvas-sidebar__content form .actions__sub {
      margin-top: 2rem; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content form .actions__sub {
          margin-top: 4rem; } }
      .off-canvas-sidebar__content form .actions__sub .text-link {
        color: #5c5c5c;
        font-size: 1.6rem; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content form .actions__sub .text-link {
            color: #d9d9d9;
            font-size: 1.8rem; } }
    .off-canvas-sidebar__content .info-logging .text-link {
      color: #5c5c5c;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content .info-logging .text-link {
          color: #d9d9d9;
          font-size: 1.8rem; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content .button--secondary {
        border-color: #030303;
        color: #030303;
        margin-bottom: 4rem;
        font-weight: 500;
        font-style: normal; } }
    .off-canvas-sidebar__content--search .form {
      margin-bottom: 10rem; }
      @media (max-width: 767.98px) {
        .off-canvas-sidebar__content--search .form {
          margin-top: 4rem;
          margin-bottom: 5rem; } }
    .off-canvas-sidebar__content--search .secondary-navigation {
      margin-bottom: 9rem; }
    .off-canvas-sidebar__content--search .field.with-icon {
      border-bottom: 2px solid #ffffff; }
      @media (max-width: 767.98px) {
        .off-canvas-sidebar__content--search .field.with-icon {
          border-color: #030303; }
          .off-canvas-sidebar__content--search .field.with-icon:valid {
            border-color: #030303; } }
    .off-canvas-sidebar__content--search .input {
      border: none; }
      @media (max-width: 767.98px) {
        .off-canvas-sidebar__content--search .input {
          font-size: 2.8rem;
          padding-left: 0;
          padding-bottom: 1rem; } }
      .off-canvas-sidebar__content--search .input::-webkit-input-placeholder {
        text-transform: uppercase;
        font-size: 2.8rem;
        color: #000000;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content--search .input::-webkit-input-placeholder {
            color: #ffffff; } }
      .off-canvas-sidebar__content--search .input:-moz-placeholder {
        text-transform: uppercase;
        font-size: 2.8rem;
        color: #000000;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content--search .input:-moz-placeholder {
            color: #ffffff; } }
      .off-canvas-sidebar__content--search .input::-moz-placeholder {
        text-transform: uppercase;
        font-size: 2.8rem;
        color: #000000;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content--search .input::-moz-placeholder {
            color: #ffffff; } }
      .off-canvas-sidebar__content--search .input:-ms-input-placeholder {
        text-transform: uppercase;
        font-size: 2.8rem;
        color: #000000;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic; }
        @media (min-width: 768px) {
          .off-canvas-sidebar__content--search .input:-ms-input-placeholder {
            color: #ffffff; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content--search .heading-alt {
        margin-bottom: 1rem; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content--search .secondary-navigation {
        margin-bottom: 4rem; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content--search .secondary-navigation__item {
        color: #030303; }
        .off-canvas-sidebar__content--search .secondary-navigation__item:hover {
          color: #ffffff; } }
    @media (min-width: 768px) {
      .off-canvas-sidebar__content--search .search-icon--mobile {
        display: none !important; } }
    .off-canvas-sidebar__content--search .search-icon--desktop {
      display: none !important; }
      @media (min-width: 768px) {
        .off-canvas-sidebar__content--search .search-icon--desktop {
          display: block !important; } }
    @media (max-width: 767.98px) {
      .off-canvas-sidebar__content--search .flex-container {
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 768px) {
    .off-canvas-sidebar.mobile {
      top: 10px; } }

.off-canvas-sidebar__mobile {
  width: 100%;
  overflow: visible; }
  .off-canvas-sidebar__mobile .mobile-navigation-container {
    position: relative;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .off-canvas-sidebar__mobile .mobile-navigation-first {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.4s cubic-bezier(0.5, 0.01, 0, 1);
    padding: 95px 4rem 95px 8rem; }
    .off-canvas-sidebar__mobile .mobile-navigation-first.is-hidden {
      transform: translateX(-20px);
      opacity: 0;
      visibility: hidden; }
  .off-canvas-sidebar__mobile .mobile-navigation {
    margin: 0;
    padding: 0; }
  .off-canvas-sidebar__mobile .mobile-navigation__link {
    list-style-type: none; }
    .off-canvas-sidebar__mobile .mobile-navigation__link:not(:last-child) {
      margin-bottom: 2rem; }
    .off-canvas-sidebar__mobile .mobile-navigation__link a, .off-canvas-sidebar__mobile .mobile-navigation__link button {
      text-decoration: none;
      color: #030303;
      position: relative;
      font-family: futura-pt, sans-serif;
      text-transform: uppercase;
      font-size: 2.8rem;
      font-style: italic;
      font-weight: bold;
      padding: 0;
      border: none;
      background: none;
      border-radius: 0; }
      .off-canvas-sidebar__mobile .mobile-navigation__link a:active:before, .off-canvas-sidebar__mobile .mobile-navigation__link a.is-active:before, .off-canvas-sidebar__mobile .mobile-navigation__link button:active:before, .off-canvas-sidebar__mobile .mobile-navigation__link button.is-active:before {
        content: '';
        background: #030303;
        height: 4px;
        width: calc(100% + 10px);
        position: absolute;
        top: 50%;
        left: -5px;
        right: 0;
        transform: translateY(-50%);
        z-index: 1; }
  .off-canvas-sidebar__mobile .end-menu {
    position: relative;
    color: #e10098;
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: -2rem;
    padding-left: 1.5rem; }
    .off-canvas-sidebar__mobile .end-menu:before {
      content: '';
      width: 80px;
      height: 4px;
      background: #030303;
      position: absolute;
      bottom: 6px;
      left: -80px; }
    .off-canvas-sidebar__mobile .end-menu--back {
      z-index: 10;
      position: absolute;
      top: 0;
      left: 30px;
      background: transparent;
      appearance: none;
      border: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s cubic-bezier(0.5, 0.01, 0, 1); }
      .off-canvas-sidebar__mobile .end-menu--back.is-active {
        opacity: 1;
        visibility: visible; }
    .off-canvas-sidebar__mobile .end-menu strong {
      font-family: 'Kalam-Regular'; }
  .off-canvas-sidebar__mobile .button {
    font-size: 1.6rem;
    margin-bottom: 4rem; }
  .off-canvas-sidebar__mobile .footer__heading {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #8d8d8d;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 1.8rem;
    font-style: italic;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .off-canvas-sidebar__mobile .list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6; }
    .off-canvas-sidebar__mobile .list--social {
      display: flex;
      align-items: center;
      padding-top: 6px; }
      .off-canvas-sidebar__mobile .list--social .link {
        display: block;
        transition: all 500ms; }
        .off-canvas-sidebar__mobile .list--social .link:hover {
          opacity: 0.6; }
        .off-canvas-sidebar__mobile .list--social .link img {
          width: auto;
          height: 22px; }
      .off-canvas-sidebar__mobile .list--social .item {
        margin-right: 3rem; }
  .off-canvas-sidebar__mobile .mobile-offers {
    height: 100%;
    padding-top: 95px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.4s cubic-bezier(0.5, 0.01, 0, 1);
    padding-left: 4rem;
    padding-right: 2rem;
    display: none; }
    .off-canvas-sidebar__mobile .mobile-offers.is-active {
      animation: offersMenu .2s .1s both;
      display: block;
      opacity: 1;
      visibility: visible; }

@keyframes offersMenu {
  from {
    opacity: 0;
    transform: translateX(-20px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
    .off-canvas-sidebar__mobile .mobile-offers .end-menu {
      position: absolute;
      top: -150px; }
  .off-canvas-sidebar__mobile .mobile-featured {
    margin: 4rem 0;
    padding-bottom: 2rem; }

@media (max-width: 767.98px) {
  .search-pane--open .off-canvas-sidebar .container {
    padding-left: 0;
    padding-right: 0; }
    .search-pane--open .off-canvas-sidebar .container .flex-col {
      padding-left: 3rem !important;
      padding-right: 3rem !important; }
    .search-pane--open .off-canvas-sidebar .container .search-pane--open {
      right: 3rem; } }

@media (max-width: 767.98px) {
  .mobile-nav-pane--open .off-canvas-sidebar .container {
    padding-left: 0;
    padding-right: 0; } }

.padding-top-mobile {
  padding-top: 70px; }

.offer-strip {
  width: 100vw;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .offer-strip a {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px; }
    @media screen and (max-width: 576px) {
      .offer-strip a {
        line-height: 20px;
        display: inline-block;
        width: 95%; } }
    .offer-strip a:hover {
      text-decoration: underline; }
    .offer-strip a.link {
      font-family: futura-pt, sans-serif; }
  @media screen and (max-width: 767px) {
    .offer-strip .slick-slide > div {
      padding-top: 5px;
      height: 45px; } }
  .offer-strip .slick-prev {
    left: 1%;
    z-index: 4;
    opacity: 0; }
    .offer-strip .slick-prev:hover {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .offer-strip .slick-prev {
        top: 20px;
        opacity: 0;
        display: none !important; } }
  .offer-strip .slick-next {
    right: 2.5%;
    opacity: 0; }
    .offer-strip .slick-next:hover {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .offer-strip .slick-next {
        top: 20px;
        opacity: 0;
        display: none !important; } }
  .offer-strip__inner {
    width: 100%;
    position: fixed !important; }
    .is-fixed .offer-strip__inner {
      z-index: 5; }
  @media screen and (max-width: 767px) {
    .offer-strip .mo-middle-align {
      position: relative;
      top: 50%;
      transform: translateY(-60%); } }
  .offer-strip .offer-strip__inner .slick-slide .mo-middle-align .link {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem; }
    @media screen and (max-width: 576px) {
      .offer-strip .offer-strip__inner .slick-slide .mo-middle-align .link {
        font-weight: 600;
        font-size: 1.7rem; } }

.offer-block {
  background-color: #e9e9e9;
  /*
   * Grid
   */
  /*
   * Slick Slider
   */ }
  .offer-block .container {
    padding: 0 2rem; }
    @media screen and (min-width: 993px) {
      .offer-block .container {
        padding: 0 4rem; } }
    @media screen and (min-width: 1200px) {
      .offer-block .container {
        padding: 0 10rem; } }
  .offer-block__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .offer-block__header {
    padding: 0 2rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 993px) {
      .offer-block__header {
        padding: 0 4rem; } }
    @media screen and (min-width: 1200px) {
      .offer-block__header {
        padding: 0 10rem; } }
    .offer-block__header .section-heading {
      margin-bottom: 0; }
  .offer-block__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 4rem;
    padding: 0;
    list-style: none; }
    @media (min-width: 576px) {
      .offer-block__list {
        justify-content: flex-start; } }
    @media (min-width: 576px) {
      .offer-block__list {
        margin-left: 0;
        margin-right: 0; } }
    .offer-block__list:after {
      display: block;
      width: calc(25% - 2rem);
      content: ''; }
    .offer-block__list--single {
      justify-content: flex-end; }
  .offer-block__item {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    position: relative;
    display: flex;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .offer-block__item {
        margin-bottom: 0;
        width: 50%; } }
    @media (min-width: 768px) and (max-width: 993px) {
      .offer-block__item {
        padding: 1.5rem; } }
    .offer-block--slider .offer-block__item {
      display: inline-flex !important;
      flex-direction: column;
      flex-grow: 1;
      padding: 1rem !important; }
      @media (min-width: 768px) and (max-width: 993px) {
        .offer-block--slider .offer-block__item {
          padding: 1.5rem !important; } }
    .offer-block__item:has(.offer-block--v2) {
      padding: 1.6rem !important;
      padding-bottom: 5rem !important; }
    @media (max-width: 767px) {
      .offer-block__item--category {
        width: 100%; } }
    .offer-block__item--category .offer-block__inner {
      height: 100%;
      overflow: hidden;
      position: relative; }
    .offer-block__item--category .offer-block__link {
      height: calc(100% - 6rem);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .offer-block__item .offer-indicator {
      position: absolute;
      top: -11px;
      left: -12px;
      width: 150px;
      height: 150px; }
      @media (min-width: 768px) and (max-width: 993px) {
        .offer-block__item .offer-indicator {
          top: -6px;
          left: -7px; } }
      .offer-block__item:has(.offer-block--v2) .offer-indicator {
        top: -5px;
        left: -6px; }
        @media (min-width: 768px) and (max-width: 993px) {
          .offer-block__item:has(.offer-block--v2) .offer-indicator {
            top: -5px;
            left: -6px; } }
  .offer-block__link {
    display: flex;
    color: #030303;
    text-decoration: none;
    box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.6);
    flex-direction: column;
    flex-grow: 1;
    background-color: #ffffff; }
    .offer-block--v2 .offer-block__link {
      background-color: transparent;
      box-shadow: none; }
      .offer-block--v2 .offer-block__link:focus .image-detail img, .offer-block--v2 .offer-block__link:hover .image-detail img {
        transform: scale(1.05); }
      .offer-block--v2 .offer-block__link:focus .offer-block__content, .offer-block--v2 .offer-block__link:hover .offer-block__content {
        transform: translateY(10px); }
  .offer-block__image {
    display: block; }
  .offer-block__image-container {
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .offer-block--v2 .offer-block__image-container, .offer-block--v2 picture img {
      transition: transform .4s ease-in-out;
      border-radius: 5px;
      box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.2); }
      @media (prefers-reduced-motion) {
        .offer-block--v2 .offer-block__image-container, .offer-block--v2 picture img {
          transition-duration: 0; } }
    .offer-block--v2 .offer-block__image-container.image-detail {
      overflow: hidden; }
      .offer-block--v2 .offer-block__image-container.image-detail:before, .offer-block--v2 .offer-block__image-container.image-detail:after {
        display: none; }
  .offer-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 1rem 1.3rem;
    text-align: center;
    background-color: #ffffff;
    transition: transform .2s ease-in-out; }
    @media (prefers-reduced-motion) {
      .offer-block__content {
        transition-duration: 0; } }
    .offer-block__content p {
      margin-bottom: 2rem; }
    .offer-block__content :last-child {
      margin-bottom: 0; }
    .offer-block__content .button {
      margin-bottom: 1rem; }
    .offer-block__content .offer-block__status-container {
      width: 100%;
      height: 25px;
      margin-bottom: 1rem;
      font-size: 1.6rem; }
      .offer-block__content .offer-block__status-container .offer-block__statuslogo__endingsoon {
        position: absolute;
        left: 50%;
        display: inline-block;
        width: 90px !important;
        transform: translateX(-50%); }
      .offer-block__content .offer-block__status-container .offer-block__statuslogo__limitedtime {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        width: 115px !important; }
    .offer-block--v2 .offer-block__content {
      flex-grow: 1;
      justify-content: start;
      position: relative;
      margin: -20px 16px 0;
      border-radius: 3px;
      box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.2), 0 -1px 4px 0px rgba(0, 0, 0, 0.1); }
  .offer-block-logo-container, .offer-block-logo-container-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
    width: 90px;
    height: 90px;
    max-width: 80%; }
    .offer-block--v2 .offer-block-logo-container, .offer-block--v2 .offer-block-logo-container-new {
      width: auto;
      height: auto;
      max-width: 95px;
      max-height: 46px;
      margin-bottom: 3rem; }
  .offer-block-logo-container-new {
    width: 180px; }
  .offer-block__status-container {
    color: #444;
    display: block;
    position: relative; }
    .offer-block__status-container span {
      text-align: left; }
    .offer-block__status-container .offer-block__statuslogo__timelimited {
      background-image: url("/static/icon-limited-time-default.png");
      background-size: 19px;
      background-repeat: no-repeat;
      padding-left: 25px; }
      @media screen and (max-width: 576px) {
        .offer-block__status-container .offer-block__statuslogo__timelimited {
          background-size: 16px;
          padding-left: 20px;
          background-position: 0 2px;
          width: 30%; } }
      .offer-block__status-container .offer-block__statuslogo__timelimited.active {
        color: #e10098;
        background-image: url("/static/icon-limited-time.png");
        background-size: 19px;
        background-repeat: no-repeat;
        padding-left: 25px; }
        @media screen and (max-width: 576px) {
          .offer-block__status-container .offer-block__statuslogo__timelimited.active {
            background-size: 16px;
            padding-left: 20px;
            background-position: 0 2px;
            width: 30%; } }
    .offer-block__status-container .offer-block__statuslogo__limitedtime {
      background-image: url("/static/icon-limited-time-default.png");
      background-size: 19px;
      background-repeat: no-repeat;
      padding-left: 25px;
      position: absolute;
      left: 0; }
      @media screen and (max-width: 576px) {
        .offer-block__status-container .offer-block__statuslogo__limitedtime {
          background-size: 16px;
          padding-left: 20px;
          background-position: 0 2px;
          width: 30%; } }
      .offer-block__status-container .offer-block__statuslogo__limitedtime.active {
        color: #e10098;
        background-image: url("/static/icon-limited-time.png");
        background-size: 19px;
        background-repeat: no-repeat;
        padding-left: 25px; }
        @media screen and (max-width: 576px) {
          .offer-block__status-container .offer-block__statuslogo__limitedtime.active {
            background-size: 16px;
            padding-left: 20px;
            background-position: 0 2px;
            width: 30%; } }
    .offer-block__status-container .offer-block__statuslogo__endingsoon {
      background-image: url("/static/ending-soon-icon-default.png");
      background-size: 22px;
      background-position: 0 -2px;
      background-repeat: no-repeat;
      padding-left: 25px;
      position: absolute;
      left: 0;
      display: inline-block;
      width: 33%; }
      @media screen and (max-width: 576px) {
        .offer-block__status-container .offer-block__statuslogo__endingsoon {
          background-size: 16px;
          padding-left: 20px;
          background-position: 0 2px;
          width: 30%; } }
      .offer-block__status-container .offer-block__statuslogo__endingsoon.active {
        color: #e10098;
        background-image: url("/static/ending-soon-icon.png");
        background-size: 22px;
        background-position: 0 -2px;
        background-repeat: no-repeat;
        padding-left: 25px; }
        @media screen and (max-width: 576px) {
          .offer-block__status-container .offer-block__statuslogo__endingsoon.active {
            background-size: 16px;
            padding-left: 20px;
            background-position: 0 2px;
            width: 30%; } }
    .offer-block__status-container .offer-block__statuslogo__online {
      background-image: url("/static/icon-online-default.png");
      background-size: 18px;
      background-repeat: no-repeat;
      padding-left: 25px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 576px) {
        .offer-block__status-container .offer-block__statuslogo__online {
          background-size: 16px;
          padding-left: 20px;
          background-position: 0 2px; } }
      .offer-block__status-container .offer-block__statuslogo__online.active {
        color: #e10098;
        background-image: url("/static/icon-online.png");
        background-size: 18px;
        background-repeat: no-repeat;
        padding-left: 25px; }
        @media screen and (max-width: 576px) {
          .offer-block__status-container .offer-block__statuslogo__online.active {
            background-size: 16px;
            padding-left: 20px;
            background-position: 0 2px; } }
    .offer-block__status-container .offer-block__statuslogo__instore {
      background-image: url("/static/icon-instore-default.png");
      background-size: 20px;
      background-repeat: no-repeat;
      padding-left: 30px;
      position: absolute;
      right: 0; }
      @media screen and (max-width: 576px) {
        .offer-block__status-container .offer-block__statuslogo__instore {
          background-size: 16px;
          padding-left: 20px;
          background-position: 0; } }
      .offer-block__status-container .offer-block__statuslogo__instore.active {
        color: #e10098;
        background-image: url("/static/icon-instore.png");
        background-size: 20px;
        background-repeat: no-repeat;
        padding-left: 30px; }
        @media screen and (max-width: 576px) {
          .offer-block__status-container .offer-block__statuslogo__instore.active {
            background-size: 16px;
            padding-left: 20px;
            background-position: 0 2px; } }
    .offer-block--v2 .offer-block__status-container {
      order: 3;
      margin-top: 3rem;
      margin-bottom: 0; }
  .offer-block__logo {
    position: relative; }
    .offer-block--v2 .offer-block__logo {
      max-width: inherit;
      max-height: inherit;
      object-fit: contain; }
  .offer-block__text {
    max-width: 90%; }
    .offer-block--v2 .offer-block__text {
      margin-block: auto;
      font-size: 1.75rem; }
  .offer-block__load-more {
    margin: 3rem 2rem 0;
    text-align: center; }
    .offer-block__load-more .button {
      cursor: pointer; }
  .offer-block--grid {
    background-color: #e9e9e9;
    padding-bottom: 2rem; }
    .offer-block--grid + .offer-block--grid {
      padding-top: 0; }
    .offer-block--grid .offer-block__list {
      margin-bottom: 0; }
    .offer-block--grid + .footer {
      margin-top: 8rem; }
    .offer-block--grid .offer-block__item {
      width: 100%; }
      @media (min-width: 576px) {
        .offer-block--grid .offer-block__item {
          width: 50%;
          margin: 0; } }
      @media (min-width: 993px) {
        .offer-block--grid .offer-block__item {
          width: 33.33%; } }
      @media (min-width: 1200px) {
        .offer-block--grid .offer-block__item {
          width: 25%; }
          .offer-block--grid .offer-block__item .offer-indicator {
            top: -8px;
            left: -9px;
            width: 130px;
            height: 130px; }
          .offer-block--grid .offer-block__item .offer-block--v2 .offer-indicator {
            top: -2px;
            left: -3px; } }
    .offer-block--grid__view-all {
      align-self: flex-end; }
  .offer-block--slider {
    position: relative;
    background-color: #e9e9e9;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .offer-block--slider {
        margin-bottom: 0; } }
    .offer-block--slider-container {
      margin-bottom: 8rem;
      margin-top: 0 !important;
      padding-top: 0; }
    .offer-block--slider .slick-list {
      overflow: visible;
      width: 100%; }
      @media (min-width: 576px) {
        .offer-block--slider .slick-list {
          overflow: hidden; } }
    .offer-block--slider .slick-slide > div {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
    .offer-block--slider .offer-block--inner {
      padding-left: 0;
      width: 95vw; }

.story .container {
  padding: 0 10rem; }
  @media screen and (max-width: 1200px) {
    .story .container {
      padding: 0 4rem; } }
  @media screen and (max-width: 993px) {
    .story .container {
      padding: 0 3rem; } }

.story__list {
  padding: 0;
  list-style: none;
  margin-bottom: 4rem; }

.story__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1025px) {
    .story__item {
      flex-wrap: nowrap; }
      .story__item:nth-child(2n) {
        flex-direction: row-reverse; } }
  .story__item:not(:only-child):not(:last-child) {
    margin-bottom: 4rem; }
  .story__item:only-child .story__content {
    z-index: 2; }
    .story__item:only-child .story__content p {
      white-space: pre-line; }
  .story__item:only-child .story__image {
    z-index: 1; }
    @media (min-width: 576px) and (max-width: 993px) {
      .story__item:only-child .story__image {
        padding: 1rem; } }
    .story__item:only-child .story__image img {
      box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }

.story__content, .story__image {
  width: 100%; }
  @media (min-width: 1025px) {
    .story__content, .story__image {
      width: calc(50% - 2rem); } }

.story__content {
  display: flex;
  align-items: center;
  order: 2;
  padding-top: 4rem; }
  @media (min-width: 1025px) {
    .story__content {
      order: initial;
      padding-top: 0; } }
  .story__content .heading__lean {
    left: 0;
    transform: translateY(-5px) rotate(-5deg); }
  .story__content p {
    color: #626262;
    line-height: 1.4; }

@media (min-width: 768px) {
  .story__inner {
    padding-right: 15%;
    padding-left: 15%; } }

.story__image {
  position: relative; }

.story__category {
  display: none; }
  @media (min-width: 992px) {
    .story__category {
      display: block;
      position: absolute;
      top: 50%;
      right: -3vw;
      transform: translateY(-50%); } }
  @media (min-width: 1200px) {
    .story__category {
      right: -120px; } }

.video-block {
  position: relative;
  margin: 4rem 0;
  max-height: 80vh;
  /* hide jw-player control-bar and right click list */
  /* reference: https://developer.jwplayer.com/jwplayer/docs/jw8-example-custom-skin */ }
  @media screen and (min-width: 768px) and (max-width: 1200px) and (min-height: 768px) {
    .video-block .container-alt {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media screen and (min-width: 1201px) and (max-height: 1200px) {
    .video-block .container-alt {
      padding-left: 28rem;
      padding-right: 28rem; } }
  .video-block .jw-rightclick-list,
  .video-block .jw-svg-icon-watermark,
  .video-block .jw-flag-small-player .jw-logo-button {
    display: none; }
  @media screen and (min-width: 576px) {
    .video-block .jw-display-controls {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }
    .video-block .jw-button-color:hover,
    .video-block .jw-logo-button:hover {
      color: #e10098 !important;
      transition: 0.2ms smooth; } }
  .video-block .jw-button-color,
  .video-block .jw-logo-button {
    color: white !important; }

.card-banner {
  width: 100vw;
  padding: 4.8rem 2rem 4rem;
  box-sizing: border-box;
  background-image: url("/static/card-banner-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .card-banner {
      padding-bottom: 8rem;
      background-image: url("/static/card-banner-tablet.png");
      background-position: bottom right; } }
  @media (min-width: 1025px) {
    .card-banner {
      background-image: url("/static/card-banner-desktop.png"); } }
  .card-banner__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 920px;
    margin: auto;
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .card-banner__wrapper {
        flex-wrap: nowrap;
        padding: 0; } }
  .card-banner__image {
    flex: 0 1 525px;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .card-banner__image {
        margin-bottom: 0; } }
  .card-banner__content {
    flex: 0 1 395px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .card-banner__content {
        padding: 0 4rem;
        margin-top: -2rem; } }
    .card-banner__content .button {
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        .card-banner__content .button {
          display: inline-block; } }

.card-banner-passid {
  width: 100vw;
  padding: 4.8rem 2rem 4rem;
  box-sizing: border-box;
  background-image: url("/static/card-banner-passid-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .card-banner-passid {
      padding-bottom: 14rem;
      background-image: url("/static/card-banner-passid.png");
      background-position: center; } }
  @media (min-width: 1025px) {
    .card-banner-passid {
      background-image: url("/static/card-banner-passid.png"); } }
  .card-banner-passid__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 920px;
    margin: auto;
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .card-banner-passid__wrapper {
        flex-wrap: nowrap;
        padding: 0; } }
    @media (max-width: 400px) {
      .card-banner-passid__wrapper {
        padding: 0 1rem; } }
  .card-banner-passid__image {
    flex: 0 1 525px;
    margin-bottom: 2rem;
    order: 1; }
    @media (min-width: 768px) {
      .card-banner-passid__image {
        margin-bottom: 0;
        order: 2; } }
  .card-banner-passid__content {
    flex: 0 1 395px;
    color: #ffffff;
    order: 2; }
    @media (min-width: 768px) {
      .card-banner-passid__content {
        padding: 0 4rem;
        order: 1; } }
    .card-banner-passid__content .button {
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        .card-banner-passid__content .button {
          display: inline-block; } }
  @media (max-width: 400px) {
    .card-banner-passid .heading--medium .heading__elem {
      font-size: 2.6rem; } }

.card-selector {
  color: #626262; }
  @media (min-width: 992px) {
    .card-selector {
      padding: 14rem 0 10rem 0; } }
  @media (max-width: 1199.98px) {
    .card-selector {
      padding: 4rem 0 4rem 0; } }
  .card-selector__header {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .card-selector__header {
        margin-bottom: 4rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
    .card-selector__header .heading__elem.lean {
      transform: translateX(4.25rem) rotate(-4deg); }
    .card-selector__header .flex-col {
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        .card-selector__header .flex-col {
          margin-bottom: 4rem; } }
    .card-selector__header .heading {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .card-selector__header .heading {
          margin-bottom: 6rem; } }
      @media (max-width: 1199.98px) {
        .card-selector__header .heading--large {
          font-size: 2.825rem; } }
      @media (max-width: 767.98px) {
        .card-selector__header .heading--large {
          font-size: 2.25rem; } }
  .card-selector__content {
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      .card-selector__content {
        font-size: 1.8rem; } }
  .card-selector__cards {
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .card-selector__cards {
        margin-bottom: 0; } }
    .card-selector__cards .js-card-selector-mobile {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 992px) {
        .card-selector__cards .js-card-selector-mobile {
          display: none; } }
    .card-selector__cards .flex-container {
      justify-content: center; }
      @media (max-width: 991.98px) {
        .card-selector__cards .flex-container {
          padding-left: 0;
          padding-right: 0;
          flex-direction: column;
          align-items: center; } }
    .card-selector__cards .card-selector__card {
      margin-bottom: 0;
      height: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .card-selector__cards .card-selector__card {
          height: auto !important;
          visibility: visible;
          margin-bottom: 4rem;
          opacity: 0.4; } }
      .card-selector__cards .card-selector__card .section-heading {
        display: none; }
        @media (min-width: 992px) {
          .card-selector__cards .card-selector__card .section-heading {
            display: inline-block; } }
      .card-selector__cards .card-selector__card .button {
        margin-bottom: 2rem; }
        @media (min-width: 992px) {
          .card-selector__cards .card-selector__card .button {
            margin-bottom: 0; } }
      .card-selector__cards .card-selector__card.is-active {
        height: auto !important;
        visibility: visible; }
      @media (max-width: 991.98px) {
        .card-selector__cards .card-selector__card p,
        .card-selector__cards .card-selector__card ul {
          padding-left: 2rem;
          padding-right: 2rem; } }
  .card-selector__card {
    position: relative;
    box-sizing: border-box;
    transition: .3s ease-out;
    cursor: pointer;
    opacity: 0.4;
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .card-selector__card {
        padding: 3rem 3.5rem 7rem; } }
    .card-selector__card.is-active {
      opacity: 1; }
      @media (min-width: 992px) {
        .card-selector__card.is-active {
          background-image: url("/static/card-bg.png");
          background-size: 100% 100%;
          background-position: top center;
          cursor: unset; } }
      .card-selector__card.is-active .button {
        opacity: 1;
        pointer-events: all; }
      .card-selector__card.is-active .badge {
        opacity: 1; }
  .card-selector__image {
    margin-bottom: 2rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .card-selector__image {
        max-width: none; } }
  .card-selector .badge {
    max-width: 110px;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 0;
    transition: opacity 0.3s ease-out; }
    @media (min-width: 992px) {
      .card-selector .badge {
        width: auto;
        top: -4rem;
        right: -2rem;
        max-width: 150px; } }
    @media (max-width: 1199.98px) {
      .card-selector .badge {
        max-width: 130px; } }
    @media (max-width: 991.98px) {
      .card-selector .badge {
        top: -3rem;
        right: -4rem;
        max-width: 110px; } }
    @media (max-width: 767.98px) {
      .card-selector .badge {
        top: -3rem;
        right: -2rem; } }
  .card-selector .button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out; }

.feature {
  background-color: #e9e9e9;
  display: flex; }
  .feature .flex-container {
    flex-direction: column;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
    background-color: #ffffff; }
    @media (min-width: 992px) {
      .feature .flex-container {
        flex-direction: row;
        padding-right: 0;
        padding-left: 0; } }
  .feature--primary {
    margin: 4rem 7rem; }
    @media screen and (max-width: 1300px) {
      .feature--primary {
        margin-right: 4.5rem;
        margin-left: 4.5rem; } }
    @media screen and (max-width: 993px) {
      .feature--primary {
        margin-right: 4rem;
        margin-left: 4rem; } }
    @media screen and (max-width: 576px) {
      .feature--primary {
        margin: 2rem; } }
    @media screen and (max-width: 767px) {
      .feature--primary .feature__image--mobile {
        min-height: unset; } }
  .feature--secondary {
    padding: 2rem 0; }
    @media (min-width: 768px) {
      .feature--secondary {
        padding: 4rem 0; } }
    .feature--secondary .flex-col {
      margin-bottom: 0; }
    .feature--secondary .feature__content {
      padding-bottom: 10rem;
      padding-top: 10rem; }
      @media (max-width: 767.98px) {
        .feature--secondary .feature__content {
          display: flex;
          flex-direction: column; } }
    .feature--secondary .feature__image {
      height: 100%; }
      @media (max-width: 1199.98px) {
        .feature--secondary .feature__image {
          order: -1;
          margin-bottom: 2rem; } }
  .feature-col {
    width: 100%;
    align-items: center; }
    @media (min-width: 992px) {
      .feature-col {
        width: 50%; } }
  .feature__content {
    display: block;
    margin: 0 auto;
    padding: 3rem 0 0;
    max-width: 100%;
    color: #626262; }
    @media (min-width: 992px) {
      .feature__content {
        max-width: 500px;
        padding: 4rem 3rem 3rem; } }
    .feature__content p {
      margin-bottom: 2rem; }
  .feature__image {
    height: auto;
    display: none;
    min-height: 200px;
    overflow: hidden;
    background-color: #444; }
    @media (min-width: 576px) {
      .feature__image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        min-height: 300px; } }
    @media (min-width: 992px) {
      .feature__image {
        display: block; } }
    .feature__image .image {
      display: block;
      max-height: 100%; }
      @media screen and (min-width: 993px) and (max-width: 1300px) {
        .feature__image .image {
          height: 100%;
          width: auto; } }
    .feature__image--mobile {
      margin-bottom: 3rem;
      display: block; }
      @media (min-width: 992px) {
        .feature__image--mobile {
          display: none; } }
    .feature--secondary .feature__image {
      position: relative;
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) {
        .feature--secondary .feature__image {
          min-height: 412px; } }
      .feature--secondary .feature__image:after {
        content: '';
        top: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 16px;
        margin-top: -16px; }
    .feature--secondary.feature--normal .feature__image {
      border-bottom: 4px solid #e10098; }
      @media (min-width: 992px) {
        .feature--secondary.feature--normal .feature__image {
          border-bottom: none;
          border-left: 4px solid #e10098; } }
      .feature--secondary.feature--normal .feature__image:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left-color: #e10098;
        transform: rotate(90deg);
        transform-origin: left bottom;
        border-width: 12px; }
        @media (min-width: 992px) {
          .feature--secondary.feature--normal .feature__image:after {
            top: 50%;
            right: auto;
            margin: 0;
            border-width: 16px;
            transform: rotate(-180deg);
            transform-origin: top left; } }
    .feature--secondary.feature--reverse .feature__image {
      border-bottom: 4px solid #e10098; }
      @media (min-width: 992px) {
        .feature--secondary.feature--reverse .feature__image {
          border-bottom: none;
          border-right: 4px solid #e10098; } }
      .feature--secondary.feature--reverse .feature__image:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left-color: #e10098;
        transform: rotate(90deg);
        transform-origin: left bottom;
        border-width: 12px; }
        @media (min-width: 768px) {
          .feature--secondary.feature--reverse .feature__image:after {
            left: 100%;
            top: 50%;
            right: auto;
            margin: 0;
            transform: rotate(0);
            border-left-color: #e10098;
            border-width: 16px; } }
  .feature__sub-title {
    margin-bottom: 1rem;
    font-family: 'Kalam-Bold';
    font-style: normal;
    color: #e10098; }
  .feature--secondary .feature__title {
    color: #030303; }
  .feature__title .heading {
    margin-bottom: 3rem; }
  .feature__cta {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    line-height: 25px;
    padding: 1rem 2rem; }
    @media (min-width: 992px) {
      .feature__cta {
        width: auto; } }
    @media (max-width: 991.98px) {
      .feature__cta {
        margin-bottom: 2rem; } }

.tabs {
  background-color: #ffffff;
  padding: 1rem 0 2rem; }
  @media (min-width: 768px) {
    .tabs {
      padding: 4rem 0; } }
  .tabs__control {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .tabs__control {
        margin-bottom: 4rem; } }
    .tabs__control__item {
      position: relative;
      flex: 1 0 auto;
      text-align: center;
      padding: 1.5rem 0;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #b2b2b2;
      font-size: 1.6rem;
      text-decoration: none;
      text-transform: uppercase;
      transition: color .3s ease-out; }
      @media (min-width: 768px) {
        .tabs__control__item {
          font-size: 1.8rem;
          padding: 1.5rem;
          margin: 0 1rem;
          flex: none; } }
      .tabs__control__item:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e10098;
        opacity: 0;
        transform: scale(0);
        transition: all .3s ease-out; }
      .tabs__control__item.active {
        color: #030303; }
        .tabs__control__item.active:after {
          transform: scale(1);
          opacity: 1; }
  .tabs__content {
    color: #626262; }
    .tabs__content__item {
      display: none;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .tabs__content__item {
          font-size: 2rem; } }
      .tabs__content__item.active {
        display: block; }

.features-carousel {
  padding: 7rem 0 5rem 0;
  background-image: url("/static/features-benefits-bg.jpg");
  background-size: cover;
  background-position: top center; }
  .features-carousel .heading {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .features-carousel .heading {
        margin-left: -115px;
        margin-bottom: 6rem; } }
  .features-carousel .heading--large .heading__elem.lean {
    transform: translateX(115px) rotate(-4deg); }
  .features-carousel__item {
    text-align: center; }
    .features-carousel__item__image {
      display: flex;
      align-items: center;
      width: 300px;
      max-width: 100%;
      height: 300px;
      margin: 0 auto 2rem; }
      .features-carousel__item__image .image {
        display: block;
        margin: auto;
        width: auto;
        max-width: 85%;
        height: auto;
        max-height: 100%; }
    .features-carousel__item__title {
      display: block;
      width: auto;
      margin: 0 auto 0.5rem;
      padding: 0 6rem;
      box-sizing: border-box; }
    .features-carousel__item__description {
      display: block;
      width: auto;
      margin: auto;
      padding: 0 6rem;
      box-sizing: border-box; }
  .features-carousel .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 6rem; }
    .features-carousel .slick-dots li button:before {
      content: url("/static/icon-carousel-dots.png"); }
    .features-carousel .slick-dots li.slick-active button:before {
      content: url("/static/icon-carousel-dots-active.png"); }

.promo-banner {
  margin-bottom: 8rem;
  margin-top: 0;
  width: 100%; }
  .promo-banner .promo-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }

.offer-block-featured .container {
  padding: 0 2rem;
  margin-top: 4rem; }
  @media screen and (min-width: 993px) {
    .offer-block-featured .container {
      padding: 0 4rem; } }
  @media screen and (min-width: 1200px) {
    .offer-block-featured .container {
      padding: 0 10rem; } }

.offer-block-featured__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
  align-items: center;
  flex-direction: row; }
  .offer-block-featured__list:after {
    display: block;
    width: auto;
    content: ''; }
  .offer-block-featured__list--single {
    justify-content: flex-end; }

.offer-block-featured__item {
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .offer-block-featured__item {
      width: 50%; } }

.offer-block-featured__link {
  display: block;
  color: #030303;
  text-decoration: none; }

.offer-block-featured__image {
  display: block; }

.offer-block-featured__image-container {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .offer-block-featured__image-container.image-detail:before, .offer-block-featured__image-container.image-detail:after {
    display: none; }

.home .offer-block {
  padding-top: 6rem;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .home .offer-block {
      padding-top: 6rem; } }
  .home .offer-block--slider {
    background-color: #e9e9e9; }
    @media (max-width: 576px) {
      .home .offer-block--slider .slick-slide > div {
        margin-right: 1.5rem; }
      .home .offer-block--slider .offer-block__item {
        padding: 0.5rem !important; }
        .home .offer-block--slider .offer-block__item .offer-indicator {
          top: -15px;
          left: -16px; } }
  @media screen and (max-width: 576px) {
    .home .offer-block__status-container .offer-block__statuslogo__limitedtime {
      width: 115px; } }
  @media screen and (max-width: 576px) {
    .home .offer-block__status-container .offer-block__statuslogo__limitedtime.active {
      width: 115px; } }

.home .featured-offer-container .offer-block__link {
  flex-direction: row;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 993px) {
    .home .featured-offer-container .offer-block__link {
      flex-direction: column; } }

.home .featured-offer-container .offer-block__image-container {
  padding-top: 43.5%;
  width: 60%;
  border-right: 5px solid #e10098; }
  @media screen and (max-width: 993px) {
    .home .featured-offer-container .offer-block__image-container {
      padding-top: 72.5%;
      width: 100%;
      border-right: 0; } }
  @media screen and (min-width: 769px) and (max-height: 750px) {
    .home .featured-offer-container .offer-block__image-container {
      padding-top: 43.5%; } }
  .home .featured-offer-container .offer-block__image-container.image-detail:before {
    height: 0;
    left: 0;
    right: -5px;
    background-color: #e10098; }
    @media screen and (max-width: 993px) {
      .home .featured-offer-container .offer-block__image-container.image-detail:before {
        height: 5px; } }
  .home .featured-offer-container .offer-block__image-container.image-detail:after {
    top: 50%;
    transform: rotate(-90deg);
    right: -22px;
    left: auto; }
    @media screen and (max-width: 993px) {
      .home .featured-offer-container .offer-block__image-container.image-detail:after {
        transform: rotate(0deg);
        top: auto;
        right: auto;
        left: 48%;
        bottom: -12px; } }

.home .featured-offer-container .offer-block__content {
  justify-content: center;
  width: 40%;
  box-sizing: border-box; }
  @media screen and (max-width: 993px) {
    .home .featured-offer-container .offer-block__content {
      width: 100%;
      padding-bottom: 2rem; } }
  .home .featured-offer-container .offer-block__content .offer-block-logo-container,
  .home .featured-offer-container .offer-block__content .offer-block-logo-container-new {
    width: 100px;
    height: 100px;
    margin: 1.5rem 0; }
  .home .featured-offer-container .offer-block__content .offer-block-logo-container-new {
    width: 200px; }

.home .featured-offer-container .offer-block__status-container {
  display: none; }

.home .promo-banner {
  margin-bottom: 0; }

.home__promo-banner__container {
  margin: 4rem 0 8rem; }
  @media (max-width: 991.98px) {
    .home__promo-banner__container {
      margin-bottom: 4rem; } }

.news {
  background-color: #e9e9e9; }
  .news__header-filter {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .news__header-filter .section-heading {
        display: block; } }
  .news__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    margin: 0; }
    .news__list > .promo-banner {
      width: 100%;
      max-width: 750px;
      overflow: hidden;
      margin: 0 auto 4rem; }
    .news__list-popular {
      padding: 0;
      margin: 0; }
      .news__list-popular .news__item {
        margin-bottom: 4rem; }
      .news__list-popular .news__link {
        flex-direction: column; }
        @media screen and (min-width: 767px) and (max-width: 993px) {
          .news__list-popular .news__link {
            flex-direction: row; } }
      .news__list-popular .news__content {
        width: 100%;
        padding: 2rem;
        box-sizing: border-box; }
        @media screen and (min-width: 767px) and (max-width: 993px) {
          .news__list-popular .news__content {
            width: 40%; } }
  .news__item {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 4rem; }
    @media (min-width: 768px) {
      .news__item {
        margin-bottom: 4rem; } }
  .news__link {
    color: #030303;
    text-decoration: none;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 767px) {
      .news__link {
        flex-direction: row; } }
    .news__link p {
      margin-bottom: 1rem; }
    .news__link .news__text {
      color: #626262; }
  .news__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: 2rem; }
    @media (min-width: 768px) {
      .news__content {
        width: 40%; }
        .news__content.no_image {
          width: 100%; } }
  .news__category {
    color: #e10098;
    margin-bottom: 1rem; }
  .news__title {
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .news__text--link {
    text-decoration: underline; }
  .news__load-more {
    margin: 0 auto 4rem; }
    .news__load-more .button {
      width: 100%;
      font-size: 1.6rem; }
      @media (min-width: 768px) {
        .news__load-more .button {
          width: auto;
          font-size: 1.8rem; } }
    @media (min-width: 992px) {
      .news__load-more {
        margin-bottom: 10rem; } }
  .news .image-wrapper {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden; }
    .news .image-wrapper .news__image {
      min-width: 300px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 993px) and (min-width: 767px) {
        .news .image-wrapper .news__image {
          min-width: unset; } }
      @media screen and (max-width: 360px) {
        .news .image-wrapper .news__image {
          min-width: auto; } }

.popular-stories {
  position: relative;
  justify-content: flex-start;
  padding-left: 0; }
  @media screen and (min-width: 994px) {
    .popular-stories {
      padding-left: 4rem; } }
  .popular-stories .news__text {
    display: none; }
  .popular-stories .promo-banner {
    margin-bottom: 4rem; }

.special-days .hero-card {
  background-color: #e9e9e9;
  margin-top: 16rem; }
  @media screen and (max-width: 1300px) {
    .special-days .hero-card {
      margin-top: 13rem; } }
  @media screen and (max-width: 1150px) {
    .special-days .hero-card {
      margin-top: 9rem; } }
  @media screen and (max-width: 767px) {
    .special-days .hero-card {
      top: 4rem; } }
  .special-days .hero-card .heading__elem {
    display: inline-table; }
  .special-days .hero-card__content {
    padding-top: 3rem; }
    .special-days .hero-card__content p {
      margin-bottom: 1.5rem; }

@media screen and (max-width: 767px) {
  .special-days .primary-block {
    padding-top: 3rem; } }

.special-days .card-banner {
  margin-top: 8rem; }

.special-days .nus-banner {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .special-days .nus-banner {
      margin-top: 2rem;
      margin-bottom: 6rem; } }

.pricing .hero-header {
  margin-right: 7rem;
  margin-left: 7rem; }
  @media screen and (max-width: 1300px) {
    .pricing .hero-header {
      margin-right: 4.5rem;
      margin-left: 4.5rem; } }
  @media screen and (max-width: 993px) {
    .pricing .hero-header {
      margin-right: 4rem;
      margin-left: 4rem; } }
  @media screen and (max-width: 576px) {
    .pricing .hero-header {
      margin-right: 2rem;
      margin-left: 2rem; } }

.pricing .card-banner {
  margin-bottom: 2rem; }

.pricing .pricing-container, .pricing .pricing-container-small {
  margin: 8rem 7rem 4rem;
  display: flex;
  flex-direction: row;
  max-width: 1600px; }
  @media screen and (min-width: 1600px) {
    .pricing .pricing-container, .pricing .pricing-container-small {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 1300px) {
    .pricing .pricing-container, .pricing .pricing-container-small {
      margin-right: 4.5rem;
      margin-left: 4.5rem; } }
  @media screen and (max-width: 1024px) {
    .pricing .pricing-container, .pricing .pricing-container-small {
      flex-direction: column;
      margin: 4rem 4rem 2rem; } }
  @media screen and (max-width: 576px) {
    .pricing .pricing-container, .pricing .pricing-container-small {
      margin-right: 2rem;
      margin-left: 2rem; } }
  .pricing .pricing-container .feature__box, .pricing .pricing-container-small .feature__box {
    padding: 2rem;
    margin-right: 4rem;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 4rem; }
    .pricing .pricing-container .feature__box:last-child, .pricing .pricing-container-small .feature__box:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .pricing .pricing-container .feature__box:last-child, .pricing .pricing-container-small .feature__box:last-child {
          margin-bottom: 0 !important; } }
    @media screen and (min-width: 1025px) {
      .pricing .pricing-container .feature__box, .pricing .pricing-container-small .feature__box {
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .pricing .pricing-container .feature__box, .pricing .pricing-container-small .feature__box {
        margin-bottom: 2rem; } }
  .pricing .pricing-container .recommended__box, .pricing .pricing-container-small .recommended__box {
    display: none; }
  .pricing .pricing-container .recommended, .pricing .pricing-container-small .recommended {
    border: 2px solid #e10098;
    border-top-width: 0;
    position: relative;
    margin-top: -4rem;
    padding-top: 6rem; }
    @media screen and (max-width: 1024px) {
      .pricing .pricing-container .recommended, .pricing .pricing-container-small .recommended {
        padding-top: 6rem; } }
    .pricing .pricing-container .recommended .recommended__box, .pricing .pricing-container-small .recommended .recommended__box {
      position: absolute;
      width: 100%;
      background: #e10098;
      text-align: center;
      padding: 1rem 2rem;
      color: #fff;
      left: 0;
      top: 0;
      box-sizing: border-box;
      display: block;
      margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .pricing .pricing-container .recommended, .pricing .pricing-container-small .recommended {
        margin-top: 0; } }
  .pricing .pricing-container .pricing__feature, .pricing .pricing-container-small .pricing__feature {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
    background: #fff; }
    @media screen and (min-width: 1025px) {
      .pricing .pricing-container .pricing__feature, .pricing .pricing-container-small .pricing__feature {
        display: flex;
        flex-direction: column; } }
    .pricing .pricing-container .pricing__feature h2, .pricing .pricing-container-small .pricing__feature h2 {
      text-align: center;
      font-size: 2em;
      margin-bottom: 1rem;
      color: #e10098; }
    .pricing .pricing-container .pricing__feature .img__container, .pricing .pricing-container-small .pricing__feature .img__container {
      text-align: center;
      margin-top: 2rem; }
      @media screen and (min-width: 576px) and (max-width: 1024px) {
        .pricing .pricing-container .pricing__feature .img__container, .pricing .pricing-container-small .pricing__feature .img__container {
          float: left;
          width: 50%; } }
      @media screen and (min-width: 1300px) {
        .pricing .pricing-container .pricing__feature .img__container, .pricing .pricing-container-small .pricing__feature .img__container {
          margin-top: 0; } }
      .pricing .pricing-container .pricing__feature .img__container img, .pricing .pricing-container-small .pricing__feature .img__container img {
        max-width: 300px; }
    .pricing .pricing-container .pricing__feature .pricing__duration, .pricing .pricing-container-small .pricing__feature .pricing__duration {
      text-align: center;
      margin-bottom: 1rem;
      margin-top: 3rem; }
      .pricing .pricing-container .pricing__feature .pricing__duration .fieldset, .pricing .pricing-container-small .pricing__feature .pricing__duration .fieldset {
        display: contents; }
      .pricing .pricing-container .pricing__feature .pricing__duration span, .pricing .pricing-container-small .pricing__feature .pricing__duration span {
        margin-left: 5%;
        margin-right: 5%; }
        @media screen and (max-width: 1300px) {
          .pricing .pricing-container .pricing__feature .pricing__duration span:last-child, .pricing .pricing-container-small .pricing__feature .pricing__duration span:last-child {
            display: inline-block;
            margin-top: 1rem; } }
        @media screen and (max-width: 767px) {
          .pricing .pricing-container .pricing__feature .pricing__duration span:last-child, .pricing .pricing-container-small .pricing__feature .pricing__duration span:last-child {
            display: inline-block; } }
        @media screen and (max-width: 1300px) {
          .pricing .pricing-container .pricing__feature .pricing__duration span, .pricing .pricing-container-small .pricing__feature .pricing__duration span {
            margin-left: 3%;
            margin-right: 3%; } }
        @media screen and (min-width: 576px) and (max-width: 1024px) {
          .pricing .pricing-container .pricing__feature .pricing__duration span, .pricing .pricing-container-small .pricing__feature .pricing__duration span {
            margin-left: 1%;
            margin-right: 1%; } }
        @media screen and (max-width: 576px) {
          .pricing .pricing-container .pricing__feature .pricing__duration span, .pricing .pricing-container-small .pricing__feature .pricing__duration span {
            margin-top: 1rem; } }
      @media screen and (max-width: 576px) {
        .pricing .pricing-container .pricing__feature .pricing__duration, .pricing .pricing-container-small .pricing__feature .pricing__duration {
          margin-top: 2rem; } }
    .pricing .pricing-container .pricing__feature .price, .pricing .pricing-container-small .pricing__feature .price {
      font-size: 3em;
      text-align: center;
      margin-bottom: 2rem; }
      .pricing .pricing-container .pricing__feature .price span, .pricing .pricing-container-small .pricing__feature .price span {
        display: block;
        font-size: 2.3rem;
        text-decoration: line-through;
        margin-top: -0.5rem;
        height: 30px; }
    .pricing .pricing-container .pricing__feature .btn__container, .pricing .pricing-container-small .pricing__feature .btn__container {
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .pricing .pricing-container .pricing__feature .btn__container, .pricing .pricing-container-small .pricing__feature .btn__container {
          margin-bottom: 2rem; } }
    .pricing .pricing-container .pricing__feature .desc, .pricing .pricing-container-small .pricing__feature .desc {
      font-size: 0.9em;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .pricing .pricing-container .pricing__feature .desc, .pricing .pricing-container-small .pricing__feature .desc {
          margin-bottom: 2rem; } }
      @media screen and (min-width: 576px) and (max-width: 1024px) {
        .pricing .pricing-container .pricing__feature .desc, .pricing .pricing-container-small .pricing__feature .desc {
          margin-top: 2rem;
          padding: 0 2rem; } }
    .pricing .pricing-container .pricing__feature .benefits__box, .pricing .pricing-container-small .pricing__feature .benefits__box {
      background: #f2f2f2;
      border-top: 2px solid #c1c1c1;
      padding-bottom: 1rem;
      display: flex;
      flex: 1;
      flex-direction: column; }
      .pricing .pricing-container .pricing__feature .benefits__box h3, .pricing .pricing-container-small .pricing__feature .benefits__box h3 {
        padding: 1rem 2rem 0;
        font-family: 'Kalam-Bold';
        text-transform: capitalize;
        font-style: normal;
        color: #e10098;
        margin-bottom: 0; }
        @media screen and (max-width: 576px) {
          .pricing .pricing-container .pricing__feature .benefits__box h3, .pricing .pricing-container-small .pricing__feature .benefits__box h3 {
            padding-left: 1rem; } }
      .pricing .pricing-container .pricing__feature .benefits__box ul, .pricing .pricing-container-small .pricing__feature .benefits__box ul {
        list-style: none;
        margin-block-start: 1rem;
        padding-inline-start: 3rem;
        padding-right: 1rem; }
        .pricing .pricing-container .pricing__feature .benefits__box ul .invalid-feature, .pricing .pricing-container-small .pricing__feature .benefits__box ul .invalid-feature {
          text-decoration: line-through; }
        .pricing .pricing-container .pricing__feature .benefits__box ul li, .pricing .pricing-container-small .pricing__feature .benefits__box ul li {
          position: relative;
          padding-left: 12px;
          line-height: 3rem; }
          .pricing .pricing-container .pricing__feature .benefits__box ul li::before, .pricing .pricing-container-small .pricing__feature .benefits__box ul li::before {
            content: url("/static/grey_pip.png");
            position: absolute;
            left: -10px;
            top: 1px; }
        @media screen and (max-width: 576px) {
          .pricing .pricing-container .pricing__feature .benefits__box ul, .pricing .pricing-container-small .pricing__feature .benefits__box ul {
            padding-inline-start: 2rem; } }

@media screen and (min-width: 1025px) {
  .pricing .pricing-container-small {
    justify-content: center; } }

.nav-mobile-container .quick-search {
  margin-bottom: 0.5rem; }
  .nav-mobile-container .quick-search .input[type="text"] {
    padding: 1rem 2rem;
    line-height: 1;
    color: #030303;
    border: 1px solid currentColor;
    border-radius: 999px;
    background-color: #ffffff;
    font-size: 1.5rem; }
    .nav-mobile-container .quick-search .input[type="text"]:placeholder {
      font-size: 1.25rem;
      line-height: 1 !important; }
  .nav-mobile-container .quick-search__terms-hints {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 6px 4px rgba(28, 28, 28, 0.25); }

.quick-search {
  position: relative; }
  .quick-search .form {
    margin: 0; }
  .quick-search__terms-hints {
    margin: 0; }
  .quick-search .secondary-navigation {
    margin: 0; }
    .quick-search .secondary-navigation__item {
      color: #030303;
      margin-bottom: 1rem;
      font-size: 2rem;
      line-height: 2rem; }
      .quick-search .secondary-navigation__item:hover {
        color: #e10098; }

.consent-modal {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -1px #030303;
  margin: 2rem 1rem;
  padding: 2rem; }
  @media (max-width: 450px) {
    .consent-modal {
      margin-left: 0;
      margin-right: 0;
      padding: 1rem; } }
  @media (min-width: 450px) {
    .consent-modal .content {
      display: flex; } }
  .consent-modal .content p {
    margin-bottom: 2rem; }
  @media (min-width: 450px) {
    .consent-modal .consent-button {
      text-align: right; } }
  .consent-modal .consent-button .button {
    background-color: #0056a7;
    line-height: 45px; }

@keyframes loadingBar {
  0% {
    background-position: 0% 100%;
    background-size: 10% 4px; }
  50% {
    background-size: 100% 4px;
    background-position-x: 0%; }
  51% {
    background-position: 0% 100%;
    background-position-x: 100%; }
  100% {
    background-position: 100% 100%; } }

.paging {
  --paging-size: 3.5rem;
  --font-size: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 450px) {
    .paging {
      gap: 1.25rem;
      --paging-size: 4rem;
      --font-size: 1.75rem; } }
  .paging.loading .prev-page, .paging.loading .next-page, .paging.loading .page, .paging.loading .page-gap {
    opacity: 0.1; }
  .paging.loading:before {
    content: "Loading";
    display: block;
    position: absolute;
    line-height: 4rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 2rem;
    line-height: var(--paging-size);
    background: linear-gradient(90deg, #e10098, #e10098);
    background-size: 10px 4px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    animation: loadingBar 1s ease-in-out alternate-reverse infinite; }
  .paging .prev-page, .paging .next-page, .paging .page {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; }
  .paging .prev-page, .paging .next-page {
    border: 0; }
    .paging .prev-page:disabled, .paging .next-page:disabled {
      opacity: .2; }
  .paging .navigate-container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .paging .page {
    width: var(--paging-size);
    height: var(--paging-size);
    border: 2px solid currentColor;
    line-height: 1;
    font-size: var(--font-size);
    font-weight: bold;
    color: #545454;
    transition: background-color .2s ease-in-out; }
    .paging .page.active {
      color: #D8038D; }
    .paging .page:focus, .paging .page:hover {
      background-color: #ffffff; }
    .paging .page:focus {
      outline: 1px solid;
      outline-offset: 1px; }

.category-brand-featured-offers {
  --border-width: 4px;
  --offer-x-offset: 2rem;
  --border-color: #4C5157;
  max-width: 1270px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  border-block: var(--border-width) solid var(--border-color);
  box-sizing: border-box; }
  .category-brand-featured-offers .image {
    display: block; }
  .category-brand-featured-offers .brand-logo {
    width: 130px;
    position: absolute;
    right: 0;
    bottom: 0; }
  .category-brand-featured-offers .brand-image {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .category-brand-featured-offers .brand-visuals {
    position: relative;
    width: 100%; }
  .category-brand-featured-offers .brand-offers {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    background-color: #F5F5F5; }
  .category-brand-featured-offers .offers-navigate {
    --button-width: 5.5rem;
    z-index: 2;
    pointer-events: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: var(--button-width);
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .category-brand-featured-offers .offers-navigate--prev {
      left: 0%;
      align-items: flex-end; }
      .category-brand-featured-offers .offers-navigate--prev svg {
        rotate: 180deg; }
    .category-brand-featured-offers .offers-navigate--next {
      right: 0%; }
    .category-brand-featured-offers .offers-navigate.hide-button {
      opacity: 0;
      transition: opacity .2s ease-in-out; }
      .category-brand-featured-offers .offers-navigate.hide-button .round-arrow-button {
        pointer-events: none; }
    .category-brand-featured-offers .offers-navigate .round-arrow-button {
      pointer-events: all;
      cursor: pointer;
      width: calc(var(--button-width) - 0.5rem);
      height: calc(var(--button-width) - 0.5rem);
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      border: 0px;
      padding: 1.25rem;
      box-sizing: border-box;
      color: #ffffff;
      background-color: #D8038D;
      transition: box-shadow .2s ease-in-out; }
      .category-brand-featured-offers .offers-navigate .round-arrow-button svg {
        width: 100%;
        aspect-ratio: 1/1;
        transition: transform .2s ease-in-out; }
      .category-brand-featured-offers .offers-navigate .round-arrow-button:hover, .category-brand-featured-offers .offers-navigate .round-arrow-button:focus {
        box-shadow: inset 0 0 0px 3px #73024b; }
        .category-brand-featured-offers .offers-navigate .round-arrow-button:hover svg, .category-brand-featured-offers .offers-navigate .round-arrow-button:focus svg {
          transform: scale(0.8); }
  .category-brand-featured-offers .offer-list-container {
    padding: 3rem var(--offer-x-offset);
    overflow: auto;
    scroll-snap-type: x mandatory; }
    .category-brand-featured-offers .offer-list-container::-webkit-scrollbar {
      color: black;
      height: 14px;
      background: #ffffff; }
      .category-brand-featured-offers .offer-list-container::-webkit-scrollbar-thumb {
        background: #dddddd;
        border-radius: 40px; }
  .category-brand-featured-offers .offer-list {
    display: flex;
    flex-direction: row;
    gap: 3rem; }
    .category-brand-featured-offers .offer-list .all-offers {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-right: var(--offer-x-offset); }
      .category-brand-featured-offers .offer-list .all-offers .link {
        padding: 1rem;
        background-color: #e10098;
        text-transform: uppercase;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic;
        color: #ffffff; }
  .category-brand-featured-offers .offer-block__inner, .category-brand-featured-offers .all-offers {
    flex-shrink: 0;
    scroll-snap-stop: always;
    scroll-snap-align: center;
    opacity: 1;
    transition: opacity 0.4s ease-in-out; }
    .category-brand-featured-offers .offer-block__inner[data-fully-visible="false"], .category-brand-featured-offers .all-offers[data-fully-visible="false"] {
      opacity: 0.25; }
  .category-brand-featured-offers .offer-block__inner {
    width: 75%; }
  .category-brand-featured-offers .all-offers {
    width: 100%; }
  .category-brand-featured-offers .offer-block__link {
    position: relative; }
    .category-brand-featured-offers .offer-block__link .offer-indicator {
      position: absolute;
      display: block;
      top: -17px;
      left: -19px;
      width: 120px;
      transition: transform .2s ease-in-out; }
  .category-brand-featured-offers .offer-block--v2 .offer-block__link .offer-block__content {
    transition: box-shadow .4s ease-in-out; }
  .category-brand-featured-offers .offer-block--v2 .offer-block__link:hover .offer-block__content {
    transform: none;
    box-shadow: 0 2px 12px 5px rgba(0, 0, 0, 0.2); }
  .category-brand-featured-offers .offer-block__content {
    margin: 0; }
  .category-brand-featured-offers .offer-block__image-container.image-detail {
    display: none; }
  @media screen and (min-width: 768px) {
    .category-brand-featured-offers {
      --offer-x-offset: 4rem;
      flex-direction: row; }
      .category-brand-featured-offers .brand-visuals {
        width: 45%;
        flex-shrink: 0; } }
  @media screen and (min-width: 1024px) {
    .category-brand-featured-offers .brand-visuals {
      width: 40%;
      flex-shrink: 0; }
    .category-brand-featured-offers .brand-offers[data-items-count="2"] .offer-list {
      justify-content: center; }
    .category-brand-featured-offers .brand-offers[data-items-count="2"] .offers-navigate {
      display: none !important; }
    .category-brand-featured-offers .offer-block__inner, .category-brand-featured-offers .all-offers {
      max-width: 300px;
      width: 40%; }
    .category-brand-featured-offers .offers-navigate {
      --button-width: 6rem;
      pointer-events: none;
      padding-inline: 2rem; }
    .category-brand-featured-offers .all-offers {
      padding-right: 0 !important; }
      .category-brand-featured-offers .all-offers .link {
        font-size: 1.8rem; } }
  @media screen and (min-width: 1200px) {
    .category-brand-featured-offers {
      border-inline: var(--border-width) solid var(--border-color); } }

/* Offer View/Redemption modal */
.offer-view-modal {
  --brand-color: #D8038D;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /***** LOGIN *****/
  /***** /LOGIN *****/
  /***** REDEMPTION *****/
  /***** /REDEMPTION *****/ }
  .offer-view-modal .text-brand {
    color: var(--brand-color); }
  .offer-view-modal .text-link {
    cursor: pointer;
    padding: 0;
    border: 0px;
    background: none;
    color: var(--brand-color);
    border-bottom: 1px solid currentColor;
    text-decoration: none;
    font-weight: 400; }
  .offer-view-modal .button {
    display: inline-flex;
    gap: .75em;
    align-items: center;
    border-radius: 3px;
    background-color: var(--brand-color); }
    .offer-view-modal .button:hover {
      box-shadow: inset 0 0 0px 100px #0002; }
    .offer-view-modal .button-outline {
      border: 1px solid var(--brand-color);
      background-color: transparent;
      color: var(--brand-color); }
      .offer-view-modal .button-outline:hover {
        border-color: transparent;
        background-color: var(--brand-color);
        color: #ffffff; }
    .offer-view-modal .button.working {
      background-color: #ffdbf2; }
      .offer-view-modal .button.working .loader {
        border-color: #ffffff;
        border-bottom-color: var(--brand-color); }
    .offer-view-modal .button .loader {
      width: 1.5em;
      height: 1.5em;
      border: 4px solid #a6026c;
      border-bottom-color: #fc12aa;
      border-radius: 50%;
      display: inline-block;
      box-sizing: border-box;
      animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .offer-view-modal .error-message {
    box-sizing: border-box; }
  .offer-view-modal .ovlamo-main {
    width: 100%;
    max-width: calc(100vw - 2rem); }
    @media screen and (min-width: 768px) {
      .offer-view-modal .ovlamo-main {
        max-width: 680px; } }

@keyframes shine {
  to {
    background-position-x: -200%; } }
  .offer-view-modal .loading-block {
    height: 3em;
    margin-block: 1rem;
    background: #f2f2f2;
    background: linear-gradient(110deg, #f2f2f2 8%, #f9f9f9 18%, #f2f2f2 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.2s shine linear infinite; }
    .offer-view-modal .loading-block--large {
      height: 9rem; }
  .offer-view-modal .close-modal {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: -1px 1px 8px -1px #000;
    color: #000;
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .offer-view-modal .close-modal {
        display: none; } }
  .offer-view-modal_brand-image {
    width: 100%;
    aspect-ratio: 680/242;
    position: relative;
    max-height: 242px; }
    .offer-view-modal_brand-image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .offer-view-modal_brand-logo {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-inline: auto; }
    .offer-view-modal_brand-logo-logo-container-new {
      margin-top: -25%; }
    @media screen and (min-width: 768px) {
      .offer-view-modal_brand-logo {
        width: 100%;
        max-width: 230px; } }
  .offer-view-modal_details {
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .offer-view-modal_details {
        padding: 2.5rem; } }
  .offer-view-modal_title {
    padding: 0.5rem;
    font-size: 1.85rem;
    text-align: center;
    color: #000000; }
  .offer-view-modal_description {
    max-width: 58ch;
    color: #444;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: normal; }
  .offer-view-modal_terms .terms-title {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e6e6e6;
    line-height: 2.5; }
  .offer-view-modal_cta-strip {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .offer-view-modal .login_heading {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: .75rem 1.5rem;
    font-size: 2.25rem;
    color: #ffffff; }
    .offer-view-modal .login_heading--wider {
      padding-inline: 3rem; }
    .offer-view-modal .login_heading:before {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
      transform: skewY(-0.75deg);
      background-color: #000; }
  .offer-view-modal .login_form {
    width: initial;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    margin-top: -2.25rem;
    margin-left: 1.5rem;
    margin-bottom: 4rem;
    padding: 5rem 2rem 2rem;
    background-color: #FCFAFA; }
    @media screen and (min-width: 768px) {
      .offer-view-modal .login_form {
        padding: 6rem 6rem 3rem; } }
    .offer-view-modal .login_form .error-message {
      color: var(--brand-color);
      border-color: currentColor;
      text-align: left; }
    .offer-view-modal .login_form .field {
      margin-bottom: 1.25rem; }
    .offer-view-modal .login_form .input {
      padding: .5rem 1rem;
      border: 1px solid #d9d9d9;
      border-radius: 3px;
      background-color: #ffffff;
      color: #000000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400; }
      .offer-view-modal .login_form .input::placeholder {
        color: #B3B3B3;
        font-size: 18px;
        font-weight: 400; }
      .offer-view-modal .login_form .input + label {
        top: 5px;
        left: 1rem;
        color: #B3B3B3; }
      .offer-view-modal .login_form .input:not(:focus):valid + label {
        opacity: 0; }
      @media screen and (min-width: 768px) {
        .offer-view-modal .login_form .input {
          padding: 1rem 2rem;
          font-size: 20px; }
          .offer-view-modal .login_form .input::placeholder {
            color: #B3B3B3;
            font-size: 20px;
            font-weight: 400; }
          .offer-view-modal .login_form .input + label {
            left: 2rem; } }
      .offer-view-modal .login_form .input:focus {
        padding-top: 1.75rem;
        padding-bottom: 0.25rem; }
    .offer-view-modal .login_form .actions {
      overflow: initial;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: flex-start;
      margin-top: 0; }
      .offer-view-modal .login_form .actions .button {
        order: -1;
        margin-bottom: 1rem;
        border-radius: 3px;
        padding-inline: 4rem; }
      @media screen and (min-width: 768px) {
        .offer-view-modal .login_form .actions {
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          .offer-view-modal .login_form .actions .button {
            order: 1;
            margin-bottom: 0; } }
  .offer-view-modal .login_register_prompt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 2rem; }
    .offer-view-modal .login_register_prompt .login_register_copy {
      margin-bottom: 2rem;
      padding-top: 2rem;
      padding-left: 1.5rem; }
    .offer-view-modal .login_register_prompt .button {
      margin-left: 1.5rem; }
    @media screen and (min-width: 768px) {
      .offer-view-modal .login_register_prompt {
        padding-right: 6rem; }
        .offer-view-modal .login_register_prompt .button {
          margin-left: auto; } }
  .offer-view-modal .redemption .offer-view-modal_cta-strip {
    margin-top: 3rem; }
  .offer-view-modal .redemption .visual-code {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      .offer-view-modal .redemption .visual-code--barcode {
        flex-direction: column;
        gap: 1rem; }
        .offer-view-modal .redemption .visual-code--barcode svg {
          max-width: 85vw; } }
  .offer-view-modal .redemption .offer-instructions {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #FCFAFA;
    font-weight: normal; }
    .offer-view-modal .redemption .offer-instructions .title {
      display: block;
      margin-bottom: .25rem;
      font-weight: 500; }
    .offer-view-modal .redemption .offer-instructions .instructions {
      margin-bottom: 0; }
    .offer-view-modal .redemption .offer-instructions .cta {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 2rem; }
  .offer-view-modal .redemption .redeem-code {
    display: flex;
    align-items: center;
    min-height: 5rem;
    margin: 1rem;
    box-shadow: inset 0px 0px 0px 1px #d9d9d9;
    border-radius: 5px;
    background: #ffffff; }
    .offer-view-modal .redemption .redeem-code-button {
      user-select: text;
      cursor: pointer;
      padding: 0 2em;
      border: 0;
      background: none; }
    .offer-view-modal .redemption .redeem-code .button {
      border-left: 1px solid #d9d9d9;
      border-radius: 0 5px 5px 0; }
  .offer-view-modal .redemption .text-copied {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    transition: opacity .2s ease-in-out;
    color: var(--brand-color); }
    .offer-view-modal .redemption .text-copied svg {
      fill: currentColor; }
    .offer-view-modal .redemption .text-copied--yes {
      opacity: 1; }
    .offer-view-modal .redemption .text-copied--no {
      opacity: 0; }
  .offer-view-modal .redemption .card-image {
    max-width: 300px; }

/* General modal styling. ovlamo = OVerLAyMOdal */
.ovlamo-backdrop {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  transition: opacity .2s ease-in-out; }

.ovlamo-main {
  max-height: calc(100vh - 2rem);
  overflow: auto;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.45);
  background-color: #ffffff;
  transform: translateY(0px);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition-delay: .2s; }

.ovlamo:not([class*="--visible"]) .ovlamo-backdrop, .ovlamo[class*="--closing"] .ovlamo-backdrop {
  opacity: 0; }

.ovlamo:not([class*="--visible"]) .ovlamo-main, .ovlamo[class*="--closing"] .ovlamo-main {
  opacity: 0;
  transform: translateY(20px); }

.ovlamo[class*="--closing"] .ovlamo-backdrop {
  transition-delay: .4s; }

.ovlamo[class*="--closing"] .ovlamo-main {
  transition-delay: 0; }

.header {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100vw;
  padding-top: 1rem;
  transform: translateY(0);
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header {
      padding-top: 2rem;
      padding-bottom: 0.75rem; } }
  .header.cookie-consent {
    top: 60px; }
  .header.is-filled {
    position: fixed;
    transform: translateY(-135px); }
    .header.is-filled.no-offer-strip {
      border-bottom: 1.2px solid #1c1c1c; }
    .header.is-filled.is-active {
      transform: translateY(0); }
  .header.is-filled,
  .layout--push-top .header {
    background-color: #ffffff; }
  .layout--mo-left .header,
  .layout--mo-right .header {
    background-color: transparent; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1rem; }
    .header .container .navigation {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 10px;
      width: 100%; }
  .header .header-inner {
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .header .header-inner {
        margin-bottom: 0; } }

.footer {
  position: relative;
  background-color: #ffffff;
  padding: 6rem 0 0 0; }
  .footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: calc(100% + 75vh);
    transform: translateY(235px);
    background: #e9e9e9; }
    @media (min-width: 768px) {
      .footer:after {
        background-position: right bottom;
        background-size: cover;
        transform: translateY(0); } }
  .footer .heading {
    margin-bottom: 4rem;
    font-size: 3rem; }
    @media (min-width: 768px) {
      .footer .heading {
        font-size: 3.5rem;
        margin-bottom: 10rem; } }
    @media (min-width: 1025px) {
      .footer .heading {
        margin-bottom: 16rem;
        font-size: 5.1rem; } }
  .footer .container {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 1025px) {
      .footer .container {
        padding-right: 12rem;
        padding-left: 12rem; } }
  .footer__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%; }
  .footer__row {
    display: flex;
    justify-content: flex-start; }
    .footer__row--margin {
      margin-top: 4rem;
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .footer__row--margin {
          margin-top: 3rem; } }
    .footer__row--space-between {
      display: block; }
      @media (min-width: 768px) {
        .footer__row--space-between {
          display: flex;
          justify-content: space-between; } }
      @media (max-width: 1200px) {
        .footer__row--space-between {
          flex-direction: column; } }
    @media (max-width: 1200px) {
      .footer__row.link__row .footer__column:not(:last-child) {
        border-bottom: 1px solid #626262;
        margin-bottom: 0; } }
  .footer__column {
    width: 100%; }
    .footer__column:not(:last-child) {
      margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .footer__column {
        width: 100%;
        margin-bottom: 0; }
        .footer__column:not(:last-child) {
          margin-bottom: 0; } }
    @media (min-width: 1025px) {
      .footer__column {
        width: auto; } }
  .footer__logo {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    left: 0; }
    @media (min-width: 1200px) {
      .footer__logo {
        left: -45px; } }
  .footer__logo-description {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    color: #030303;
    max-width: 100%;
    position: relative;
    left: 0; }
    @media (min-width: 1200px) {
      .footer__logo-description {
        max-width: 270px;
        left: -45px; } }
  .footer .list {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    display: none;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .footer .list {
        display: unset;
        margin-bottom: 0; } }
    .footer .list--social {
      display: flex;
      align-items: center;
      padding-top: 6px;
      margin-bottom: 40px; }
      .footer .list--social .link {
        display: block;
        transition: all 500ms; }
        .footer .list--social .link:hover {
          opacity: 0.6; }
      .footer .list--social .item {
        margin-right: 3rem; }
  .footer .show {
    display: block; }
  .footer .show-flex {
    display: flex; }
  .footer .link {
    color: #030303;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap; }
    .footer .link:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .footer .link {
        font-size: 1.5rem; } }
  .footer .icon {
    width: auto;
    height: 2rem; }
  .footer__heading {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #747474;
    text-transform: uppercase;
    white-space: nowrap; }
    @media (min-width: 768px) {
      .footer__heading {
        font-size: 2rem; } }
    @media (max-width: 1200px) {
      .footer__heading {
        margin-top: 1rem;
        margin-bottom: 1rem;
        cursor: pointer; }
        .footer__heading.fbb-1 {
          border-bottom: 1px solid #626262; } }
    @media (max-width: 1200px) {
      .footer__heading span.arrow.up {
        height: 24px;
        width: 24px;
        display: inline-block;
        position: absolute;
        right: 0; }
        .footer__heading span.arrow.up:before {
          border-style: solid;
          border-width: 0.25em 0.25em 0 0;
          content: '';
          display: inline-block;
          height: 0.45em;
          left: 0.4em;
          position: relative;
          top: 0.6em;
          transform: rotate(-45deg);
          vertical-align: top;
          width: 0.45em; } }
    @media (max-width: 1200px) {
      .footer__heading span.arrow.down {
        height: 24px;
        width: 24px;
        display: inline-block;
        position: absolute;
        right: 0; }
        .footer__heading span.arrow.down:before {
          border-style: solid;
          border-width: 0.25em 0.25em 0 0;
          content: '';
          display: inline-block;
          height: 0.45em;
          left: 0.4em;
          position: relative;
          top: 0.25em;
          transform: rotate(135deg);
          vertical-align: top;
          width: 0.45em; } }
  .footer__signoff {
    color: #626262;
    font-size: 1.5rem;
    margin-bottom: 0; }
    .footer__signoff .link {
      color: #626262;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-style: normal;
      text-transform: none; }
      @media (min-width: 1025px) {
        .footer__signoff .link {
          font-size: 1.5rem; } }
    @media (min-width: 768px) {
      .footer__signoff {
        max-width: 100%; } }
    @media (min-width: 1025px) {
      .footer__signoff {
        font-size: 1.5rem; } }
    .footer__signoff.info-links {
      text-align: right; }
      @media (max-width: 1200px) {
        .footer__signoff.info-links {
          text-align: left; } }
  .footer__year {
    position: relative;
    width: 120px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3.4rem;
    line-height: 1;
    text-align: right; }
    .footer__year:after {
      position: absolute;
      top: calc(100% - 8px);
      right: 0;
      display: block;
      width: 100%;
      height: 1rem;
      background-color: #030303;
      content: ''; }
    @media (min-width: 768px) {
      .footer__year {
        width: 180px;
        font-size: 5.1rem; }
        .footer__year:after {
          height: 2rem; } }
  .footer .fbb-1 {
    border-bottom: 1px solid #626262; }
  .footer .cky-banner-element {
    cursor: pointer; }

.user_action {
  display: flex;
  align-items: center;
  transition: 0.3s linear;
  transition-delay: 0.15s;
  will-change: opacity transform;
  margin-left: 0.66667rem; }
  @media screen and (max-width: 1025px) {
    .user_action .block {
      display: block; }
    .user_action .hidden {
      display: none; } }
  .user_action__button, .user_action .cta-button {
    position: relative;
    margin: 0 0.66667rem 0 0;
    padding: 0 1.9rem;
    border: 0;
    border-radius: 0;
    appearance: none;
    color: #030303;
    background-color: transparent;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    transition: 0.25s linear;
    transition-delay: 0;
    will-change: opacity transform; }
    .user_action__button:hover, .user_action .cta-button:hover {
      background-color: #e10098;
      color: #ffffff;
      cursor: pointer; }
    @media (max-width: 576px) {
      .user_action__button, .user_action .cta-button {
        padding: 0 1rem;
        font-size: 1rem;
        line-height: 1;
        height: 38px; } }
    @media (min-width: 577px) {
      .user_action__button, .user_action .cta-button {
        height: 55px;
        line-height: 55px;
        margin: 0 2rem 0 0; } }
    @media (min-width: 768px) {
      .user_action__button, .user_action .cta-button {
        margin: 0 0.66667rem 0 0; } }
    @media (min-width: 993px) {
      .user_action__button, .user_action .cta-button {
        font-size: 1.8rem;
        margin: 0 2rem 0 0; } }
  .user_action .cta-button {
    background-color: #e10098;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .user_action .cta-button:hover {
      background-color: #ae0076; }
  .layout--mo-left .user_action__button,
  .layout--mo-right .user_action__button {
    transform: translateY(-135px);
    opacity: 0; }
  .user_action__button:last-child {
    margin-right: 0; }
  .is-filled .user_action__button,
  .layout--push-top .user_action__button {
    color: #030303; }
    .is-filled .user_action__button--search,
    .layout--push-top .user_action__button--search {
      background-image: url("/static/icon-search-dark.svg"); }
    .is-filled .user_action__button--login.icon-logout,
    .layout--push-top .user_action__button--login.icon-logout {
      background-image: url("/static/user_icon_black.png"); }
      .is-filled .user_action__button--login.icon-logout:hover,
      .layout--push-top .user_action__button--login.icon-logout:hover {
        background-image: url("/static/user_icon_brand.png"); }
    .is-filled .user_action__button:hover,
    .layout--push-top .user_action__button:hover {
      color: #ffffff; }
    .is-filled .user_action__button .toggle-icon,
    .layout--push-top .user_action__button .toggle-icon {
      border-color: #000000; }
      .is-filled .user_action__button .toggle-icon:before,
      .layout--push-top .user_action__button .toggle-icon:before {
        background: #000000; }
  .user_action__button--search {
    margin-right: 0;
    width: 55px;
    background-image: url("/static/icon-search-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px; }
    @media (max-width: 767px) {
      .user_action__button--search {
        display: none; } }
    .layout--mo-left .user_action__button--search,
    .layout--mo-right .user_action__button--search {
      transition-delay: 0.25s; }
    .user_action__button--search:hover {
      background-image: url("/static/icon-search.svg"); }
  .layout--mo-left .user_action__button--login,
  .layout--mo-right .user_action__button--login {
    transition-delay: 0.3s; }
  .user_action__button--login.icon-logout {
    width: 40px;
    background-image: url("/static/user_icon_black.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-left: 1rem; }
    @media (min-width: 576px) {
      .user_action__button--login.icon-logout {
        margin-left: 2rem; } }
    @media screen and (min-width: 1025px) {
      .user_action__button--login.icon-logout:hover + .user_action__logout-container {
        display: block; } }
    @media (min-width: 768px) {
      .user_action__button--login.icon-logout:before {
        position: absolute;
        top: 50%;
        left: -0.5rem;
        width: 2px;
        height: calc(55px - 2rem);
        margin-right: 2rem;
        background-color: rgba(173, 173, 173, 0.5);
        transform: translateY(-50%);
        content: ''; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .user_action__button--login.icon-logout:before {
      left: -1.6rem; } }
  .user_action__button--menu-toggle {
    width: 40px;
    padding: 0; }
    @media (min-width: 1151px) {
      .user_action__button--menu-toggle {
        display: none; } }
    .user_action__button--menu-toggle .toggle-icon {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 14px;
      border-bottom: 2px solid #030303;
      top: 1px; }
      .user_action__button--menu-toggle .toggle-icon:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        height: 2px;
        width: 100%;
        background: #030303; }
    .user_action__button--menu-toggle:hover .toggle-icon {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 19px;
      border-bottom: 2px solid #ffffff;
      top: 1px; }
      .user_action__button--menu-toggle:hover .toggle-icon:before {
        background: #ffffff; }
  @media (min-width: 768px) {
    .user_action__button:not(:first-child) {
      margin-left: 2rem; }
      .user_action__button:not(:first-child):before {
        position: absolute;
        top: 46%;
        left: -1.6rem;
        width: 2px;
        height: calc(55px - 2rem);
        margin-right: 2rem;
        background-color: rgba(173, 173, 173, 0.5);
        transform: translateY(-50%);
        content: ''; } }
  @media (max-width: 1150px) {
    .user_action .button:not(.cta-button) {
      display: none; } }
  .layout--mo-left .user_action .button,
  .layout--mo-right .user_action .button {
    transform: translateY(-135px);
    opacity: 0; }
  .user_action .search-content-container {
    position: inherit; }
    @media (min-width: 768px) {
      .user_action .search-content-container {
        position: relative; } }
    .user_action .search-content-container .hidden {
      display: none; }
    .user_action .search-content-container .block {
      display: block; }
      @media (min-width: 576px) {
        .user_action .search-content-container .block {
          border: 2px solid #ddd; } }
    .user_action .search-content-container .search-content {
      background: #ffffff;
      position: absolute;
      max-width: 280px;
      padding: 20px;
      top: -3px;
      right: 6px;
      min-width: 400px;
      z-index: 60; }
      @media (max-width: 767px) {
        .user_action .search-content-container .search-content {
          right: 0;
          left: 0;
          max-width: 100%;
          min-width: 200px;
          top: 0;
          margin-right: 0;
          margin-left: auto; } }
      @media (max-width: 576px) {
        .user_action .search-content-container .search-content {
          min-width: 125px; } }
      .user_action .search-content-container .search-content form,
      .user_action .search-content-container .search-content .form {
        margin-top: 0;
        margin-bottom: 1rem; }
      .user_action .search-content-container .search-content .flex-container {
        padding-right: 0;
        padding-left: 0; }
      .user_action .search-content-container .search-content .secondary-navigation {
        margin-bottom: 0; }
        .user_action .search-content-container .search-content .secondary-navigation .secondary-navigation__item {
          color: #030303;
          margin-bottom: 1rem;
          font-size: 2rem;
          line-height: 2rem; }
          .user_action .search-content-container .search-content .secondary-navigation .secondary-navigation__item:hover {
            color: #e10098; }
      .user_action .search-content-container .search-content input[type="text"],
      .user_action .search-content-container .search-content .input {
        padding-bottom: 0; }
      .user_action .search-content-container .search-content ::placeholder {
        color: #626262;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.9rem; }
      .user_action .search-content-container .search-content :-ms-input-placeholder {
        color: #626262;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.9rem; }
      .user_action .search-content-container .search-content ::-ms-input-placeholder {
        color: #626262;
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 1.9rem; }
    .user_action .search-content-container .heading-alt {
      color: #626262;
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      font-style: italic;
      margin-bottom: 10px;
      margin-top: 20px; }
    .user_action .search-content-container .field.with-icon {
      border-bottom: 2px solid #ddd;
      position: relative; }
      .user_action .search-content-container .field.with-icon .input {
        width: 90%;
        border: none;
        margin-bottom: 0;
        color: #000000;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 2rem; }
      .user_action .search-content-container .field.with-icon .field__icon {
        top: 15px;
        right: -5px; }
    .user_action .search-content-container .field__icon {
      position: absolute;
      top: 4.5rem;
      right: 0;
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      outline: 0; }
  .user_action__logout-container {
    position: absolute;
    top: 45px;
    left: -35px;
    background: #ffffff;
    width: 110px;
    z-index: 1400;
    display: none;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 10px; }
    @media (min-width: 576px) {
      .user_action__logout-container {
        left: -15px; } }
    .user_action__logout-container:before {
      content: "";
      vertical-align: middle;
      margin: auto;
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: calc(100% - 6px);
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      border: 1px solid;
      border-color: #ddd transparent transparent #ccc;
      background-color: #ffffff; }
    .user_action__logout-container .action_button {
      width: 100%;
      display: block;
      font-family: futura-pt, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      background: transparent;
      border: 0;
      padding: 10px;
      text-align: left;
      cursor: pointer;
      text-decoration: none;
      font-size: 14px;
      font-style: italic;
      color: #444;
      box-sizing: border-box;
      border-bottom: 2px solid #ddd; }
      .user_action__logout-container .action_button:last-child {
        border-bottom: 0; }
      .user_action__logout-container .action_button:hover {
        color: #e10098; }
    .user_action__logout-container:hover {
      display: block; }
  .user_action .logout-container {
    position: relative; }
    .user_action .logout-container .user_action__button:hover {
      background-color: transparent;
      background-image: url("/static/user_icon_brand.png"); }

.navigation {
  z-index: 50; }
  @media (max-width: 1150px) {
    .navigation {
      display: none; } }
  .navigation__list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative; }
  .navigation__item {
    margin-right: 1rem;
    margin-left: 1rem;
    transition: 0.3s linear;
    will-change: opacity, transform;
    cursor: pointer; }
    .navigation__item:last-child {
      margin-right: 0; }
    .navigation__item--search {
      z-index: 2; }
    @media (min-width: 768px) {
      .navigation__item--search {
        display: none; } }
    .navigation__item:nth-of-type(0) {
      transition-delay: 0s;
      margin-left: 0; }
    .navigation__item:nth-of-type(1) {
      transition-delay: 0.05s;
      margin-left: 0; }
    .navigation__item:nth-of-type(2) {
      transition-delay: 0.1s;
      margin-left: 0; }
    .navigation__item:nth-of-type(3) {
      transition-delay: 0.15s;
      margin-left: 0; }
    .navigation__item:nth-of-type(4) {
      transition-delay: 0.2s;
      margin-left: 0; }
    @media (min-width: 1240px) {
      .navigation__item {
        margin-right: 1.5rem;
        margin-left: 1.5rem; } }
    .layout--mo-left .navigation__item:not(.active),
    .layout--mo-right .navigation__item:not(.active) {
      transform: translateY(-135px);
      opacity: 0; }
    .navigation__item ul {
      display: none;
      border: 2px solid #ddd; }
      .navigation__item ul.sub-nav {
        color: #ffffff;
        list-style: none;
        padding: 4px 15px;
        background: #ffffff;
        min-width: 200px;
        position: absolute;
        margin-top: -3px;
        margin-left: -10px; }
        .navigation__item ul.sub-nav li .subnavigation__link {
          padding: 1rem 0;
          display: block;
          border-bottom: 1px solid #ddd;
          text-transform: uppercase;
          text-decoration: none;
          text-align: left; }
          .navigation__item ul.sub-nav li .subnavigation__link:hover {
            color: #e10098; }
        .navigation__item ul.sub-nav li:last-child .subnavigation__link {
          border-bottom: 0; }
    .navigation__item:hover .sub-nav {
      display: block; }
    .navigation__item:hover .navigation__link {
      color: #e10098; }
      .navigation__item:hover .navigation__link:after {
        background-image: url("/static/icon-dropdown-brand.svg"); }
  .navigation__link {
    padding: 1rem 0;
    color: #030303;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.8rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.25s linear;
    text-align: center;
    display: block; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .navigation__link {
        font-size: 2.6rem; } }
    @media (max-width: 1350px) {
      .navigation__link {
        padding: 1rem 0.6rem; } }
    .is-filled .navigation__link,
    .layout--push-top .navigation__link {
      color: #030303; }
    .layout--mo-left .navigation__link,
    .layout--mo-right .navigation__link {
      color: #ffffff; }
    .navigation__link.is-active {
      background: transparent;
      color: #e10098; }
    .navigation__link:hover {
      /*background-color: $white;*/
      color: #e10098; }
    .navigation__item--has-menu .navigation__link:after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-left: 1rem;
      background-image: url("/static/icon-dropdown-black.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .is-filled .navigation__item--has-menu .navigation__link:after,
    .layout--push-top .navigation__item--has-menu .navigation__link:after {
      background-image: url("/static/icon-dropdown-black.svg"); }
    .navigation__item--has-menu .navigation__link:hover:after {
      background-image: url("/static/icon-dropdown-brand.svg"); }
    .navigation__item--has-menu.active .navigation__link:after {
      background-image: url("/static/icon-close.svg"); }
    .header--fill .navigation__link {
      color: #030303; }
      .navigation__item--has-menu .header--fill .navigation__link {
        background-image: url("/static/icon-dropdown-black.svg"); }
  .navigation---mobile {
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 100;
    display: flex;
    justify-content: flex-end; }
    .navigation---mobile .nav-mobile-container {
      background-image: url("/static/nav-background-mobile.jpg");
      background-size: cover;
      background-position: top center;
      background-repeat: repeat-y;
      padding: 3rem;
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      min-width: 280px;
      overflow-y: auto;
      min-height: 100%; }
      @media (min-width: 767px) {
        .navigation---mobile .nav-mobile-container {
          min-width: 340px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .navigation---mobile .nav-mobile-container {
          padding: 4rem; } }
      @media (max-width: 360px) {
        .navigation---mobile .nav-mobile-container {
          min-width: 240px; } }
      .navigation---mobile .nav-mobile-container .navigation__list {
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 3.4rem; }
        .navigation---mobile .nav-mobile-container .navigation__list .navigation__item {
          margin-left: 0;
          margin-right: 0; }
          .navigation---mobile .nav-mobile-container .navigation__list .navigation__item .navigation__link {
            text-align: left;
            color: #030303; }
        .navigation---mobile .nav-mobile-container .navigation__list .categories-end {
          background-color: #080808;
          content: '';
          display: block;
          height: 1px;
          width: 40px;
          margin: 1.5rem 0.6rem; }
      .navigation---mobile .nav-mobile-container #mobile_login_btn, .navigation---mobile .nav-mobile-container #mobile_logout_btn {
        background: transparent;
        border: 0; }
      .navigation---mobile .nav-mobile-container .nav-mobile-close {
        position: absolute;
        right: 17px;
        top: 17px; }
        @media (max-width: 768px) {
          .navigation---mobile .nav-mobile-container .nav-mobile-close {
            right: 20px;
            top: 26px; } }
        @media (max-width: 449px) {
          .navigation---mobile .nav-mobile-container .nav-mobile-close {
            right: 7px;
            top: 17px; } }
        .navigation---mobile .nav-mobile-container .nav-mobile-close span {
          display: none; }
        .navigation---mobile .nav-mobile-container .nav-mobile-close:after {
          content: '';
          display: inline-block;
          width: 42px;
          height: 42px;
          background-image: url(/static/icon-close-black-new.svg);
          background-size: 100%;
          background-repeat: no-repeat; }
      .navigation---mobile .nav-mobile-container .section-heading {
        margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .navigation---mobile .nav-mobile-container .section-heading {
            font-size: 3rem; } }

.secondary-navigation {
  margin-bottom: 4rem; }
  .secondary-navigation__item {
    display: table;
    padding: 0.5rem;
    margin-left: -0.5rem;
    margin-bottom: 1.5rem;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.8rem;
    line-height: 2.5rem;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase; }
    .secondary-navigation--alt .secondary-navigation__item {
      color: #030303; }
    .secondary-navigation__item:hover, .secondary-navigation__item.active {
      /*background-color: $brand;*/
      color: #e10098; }

.cookie-consent {
  width: 100vw;
  position: absolute;
  top: 0; }
  .cookie-consent a:hover {
    text-decoration: none; }
  .cookie-consent__inner {
    width: 100%;
    height: 60px;
    color: #ffffff;
    line-height: 60px;
    background-image: url("/static/offer-strip-background.jpg");
    background-size: cover;
    position: fixed;
    z-index: 9999;
    text-align: center; }
    .cookie-consent__inner a {
      color: #ffffff; }
    @media (max-width: 767.98px) {
      .cookie-consent__inner {
        height: auto;
        min-height: 60px;
        font-size: 1.5rem; } }
    @media (max-width: 575.98px) {
      .cookie-consent__inner {
        font-size: 1.35rem; } }
    @media (max-width: 1150px) {
      .cookie-consent__inner span {
        display: block;
        padding: 5px 45px 10px 10px;
        line-height: 1.4;
        text-align: left; } }
    @media (max-width: 575.98px) {
      .cookie-consent__inner span {
        line-height: 1.2; } }
  .cookie-consent .close-cookie-consent {
    position: absolute;
    right: 15px;
    top: 5%;
    cursor: pointer; }

.affiliate-container {
  background: #e9e9e9;
  height: 100vh; }
  .affiliate-container .branding img {
    margin-top: 5px; }
  .affiliate-container .header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2rem;
    background: #e9e9e9; }
    @media screen and (max-width: 1200px) {
      .affiliate-container .header {
        margin-bottom: 4rem; } }
  .affiliate-container .modal__title {
    font-size: 4rem;
    line-height: 4rem; }
    @media screen and (max-width: 991px) {
      .affiliate-container .modal__title {
        font-size: 3.5rem; } }
    @media screen and (max-width: 767px) {
      .affiliate-container .modal__title {
        font-size: 2.5rem; } }
  .affiliate-container .content {
    padding-top: 30px;
    background: #e9e9e9; }
    @media screen and (max-width: 1200px) {
      .affiliate-container .content {
        padding-top: 4rem; } }
  .affiliate-container .button {
    margin-bottom: 5px; }
  .affiliate-container .img-container {
    background-color: #e9e9e9;
    margin-bottom: 40px; }
    @media screen and (min-width: 993px) {
      .affiliate-container .img-container {
        max-width: 65%;
        margin: 0 auto 20px; } }
    @media screen and (min-width: 1200px) {
      .affiliate-container .img-container {
        max-width: 45%; } }
  .affiliate-container .text-description {
    color: #626262;
    margin-top: 5rem;
    text-align: center; }

.become-a-partner {
  background-color: #ffffff; }
  .become-a-partner .content__wrapper {
    background-color: #ffffff;
    margin-bottom: 38rem; }
  .become-a-partner .hero-header {
    margin: 17.6rem 10rem 6rem; }
    @media screen and (max-width: 1024px) {
      .become-a-partner .hero-header {
        margin: 12rem 4rem 0; } }
    @media screen and (max-width: 767px) {
      .become-a-partner .hero-header {
        margin: 0 1rem 4rem;
        position: relative;
        top: 8rem; } }
  .become-a-partner__intro {
    margin: 2rem 0; }
  @media (max-width: 576px) {
    .become-a-partner__button {
      width: 100%; } }
  .become-a-partner .ws-pre {
    font-family: futura-pt, sans-serif;
    display: block;
    width: 100%;
    line-height: 3rem;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 1rem 0 2rem; }
    @media (max-width: 576px) {
      .become-a-partner .ws-pre {
        margin: 8rem 0 0; } }

.brand-inner .hero-card {
  background-color: #e9e9e9; }

@media (min-width: 993px) {
  .brand-inner .offer-block__item {
    padding: 2rem; }
    .brand-inner .offer-block__item .offer-indicator {
      top: -1px;
      left: -2px; } }

.brand-inner .offer-block--slider {
  margin-bottom: 2rem; }
  @media (min-width: 993px) {
    .brand-inner .offer-block--slider .offer-indicator {
      top: -11px;
      left: -12px; } }

@media (min-width: 768px) {
  .brand-inner .offer-block__text {
    max-width: 80%; } }

.brand-inner .offer-block__content p {
  margin-top: 1rem; }

.brand-inner__intro {
  margin-top: 0;
  margin-bottom: 4rem; }
  .brand-inner__intro p {
    margin-bottom: 2rem; }
    @media (max-width: 576px) {
      .brand-inner__intro p {
        font-size: 1.8rem;
        margin-bottom: 0; } }
  @media screen and (max-width: 993px) {
    .brand-inner__intro .flex-col--8 {
      width: 80%; } }

.campaigns .hero-card {
  background-color: #e9e9e9; }
  .campaigns .hero-card .heading__elem {
    display: inline-table; }
  .campaigns .hero-card__content {
    padding-top: 3rem; }
    .campaigns .hero-card__content p {
      margin-bottom: 1.5rem; }

.campaigns .card-banner {
  margin-top: 8rem; }

.contact {
  padding: 18rem 0 2rem;
  background-image: url("/static/contact-bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1200px) {
    .contact {
      padding: 10rem 0 8rem; } }
  @media screen and (max-width: 993px) {
    .contact {
      padding: 6rem 0 8rem; } }
  @media screen and (max-width: 576px) {
    .contact {
      padding: 16rem 0 8rem; } }
  .contact p {
    color: #626262; }
  .contact .heading {
    font-size: 4.5rem;
    line-height: 1.2; }
    .contact .heading--large {
      margin-bottom: 2rem; }
      @media screen and (min-width: 1200px) {
        .contact .heading--large {
          margin-bottom: 4rem; } }
  .contact__block {
    padding: 2.5rem 0;
    border-bottom: 1px solid #030303; }
    .contact__block:last-child {
      border-bottom: none; }
    .contact__block__heading {
      font-size: 2.2rem;
      margin-bottom: 1rem; }
    .contact__block__description {
      margin-bottom: 1rem; }
    .contact__block__link {
      display: block;
      margin-top: 4rem; }

.giveaways-inner .hero-header {
  margin-top: 18.4rem; }
  @media screen and (max-width: 1300px) {
    .giveaways-inner .hero-header {
      margin-top: 20rem; } }
  @media screen and (max-width: 1024px) {
    .giveaways-inner .hero-header {
      margin-top: 12rem; } }
  @media screen and (max-width: 576px) {
    .giveaways-inner .hero-header {
      top: 4rem;
      margin-bottom: 4rem;
      margin-top: 6rem; } }

@media (max-width: 767.98px) {
  .giveaways-inner .heading--large {
    font-size: 25px; } }

.giveaways-inner__content {
  position: relative;
  padding: 3rem 0; }
  .giveaways-inner__content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    min-height: 1526px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }

.giveaways-inner .promo-banner {
  margin-top: 4rem; }

@media (min-width: 768px) {
  .giveaways .hero-header {
    margin-bottom: 4rem; } }

.giveaways .promo-banner {
  margin-top: 2rem;
  margin-bottom: 6rem; }
  @media (min-width: 992px) {
    .giveaways .promo-banner {
      margin-top: 6rem;
      margin-bottom: 8rem; } }

.giveaways .feature--secondary .feature__content {
  padding-bottom: 2rem;
  padding-top: 3rem; }
  @media screen and (max-width: 767px) {
    .giveaways .feature--secondary .feature__content {
      padding-top: 2rem;
      padding-bottom: 0; } }

.giveaways .feature {
  background-color: #e9e9e9;
  padding: 2rem 10rem;
  box-shadow: none; }
  @media (max-width: 1024px) {
    .giveaways .feature {
      padding: 2rem 4rem; } }
  @media (max-width: 767px) {
    .giveaways .feature {
      padding: 1.5rem 2rem; } }
  .giveaways .feature .flex-container {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6);
    background-color: #ffffff; }

.stories-inner .hero-header {
  margin-top: 18.2rem; }
  @media screen and (max-width: 1300px) {
    .stories-inner .hero-header {
      margin-top: 20rem; } }
  @media screen and (max-width: 1024px) {
    .stories-inner .hero-header {
      margin-top: 12rem; } }
  @media screen and (max-width: 576px) {
    .stories-inner .hero-header {
      top: 4rem;
      margin-bottom: 4rem;
      margin-top: 6rem; } }

.stories-inner .heading--large {
  line-height: 4rem;
  font-size: 2.4rem;
  transform: rotate(0deg); }
  @media screen and (min-width: 768px) {
    .stories-inner .heading--large {
      font-size: 2.2rem;
      line-height: 5.4rem; } }

.stories-inner__wrapper {
  padding: 8.5rem 0 4rem; }
  @media screen and (max-width: 1200px) {
    .stories-inner__wrapper {
      padding: 4rem 0; } }
  @media screen and (max-width: 576px) {
    .stories-inner__wrapper {
      padding: 12rem 0 4rem; } }

.stories-inner .stories-ad {
  max-width: 300px;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .stories-inner .stories-ad {
      margin: 0; } }

.stories-inner__header {
  margin-bottom: 1.6rem; }
  @media (min-width: 992px) {
    .stories-inner__header {
      margin-bottom: 3rem; } }
  .stories-inner__header .heading__elem {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 1.2rem; }
  .stories-inner__header .heading__byline {
    margin-top: 1rem;
    margin-left: 0; }
  .stories-inner__header-block {
    justify-content: center; }
    @media (min-width: 992px) {
      .stories-inner__header-block {
        justify-content: flex-end; } }

.stories-inner__meta {
  width: 100%;
  margin-bottom: 2.4rem;
  opacity: 0.6; }
  @media screen and (min-width: 994px) {
    .stories-inner__meta {
      position: absolute;
      top: 0;
      left: 0;
      margin-bottom: 0;
      opacity: 1; } }
  .stories-inner__meta__item {
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal; }
    .stories-inner__meta__item strong {
      font-style: normal; }

.stories-inner__content {
  padding-top: 2rem;
  border-top: 2px solid #030303; }
  .stories-inner__content > .flex-container {
    position: relative; }
  .stories-inner__content p {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 3.2rem;
    word-break: break-word; }
  .stories-inner__content img {
    margin-top: 1rem;
    margin-bottom: 4rem; }
  .stories-inner__content video {
    width: 100%;
    height: auto; }

.stories-inner__social {
  padding-top: 1.5rem;
  border-top: 1px solid #030303;
  align-items: flex-start; }
  .stories-inner__social .flex-col {
    width: auto;
    margin-bottom: 0; }
  .stories-inner__social__link {
    display: inline-block;
    margin-left: 3rem;
    cursor: pointer;
    transition: transform .5s ease-in-out; }
    .stories-inner__social__link:hover {
      transform: scale(1.2); }
    .stories-inner__social__link .image {
      width: 22px;
      height: 22px;
      margin: 0; }
  .stories-inner__social .sub-title:before {
    display: none; }
    @media (min-width: 992px) {
      .stories-inner__social .sub-title:before {
        display: block; } }

.stories-inner .blog {
  padding-top: 0; }
  .stories-inner .blog__item {
    width: calc(94% / 3);
    padding: 0;
    margin: 0 1rem 2rem;
    padding-bottom: 2rem;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 1150px) {
      .stories-inner .blog__item {
        width: calc(90% / 3); } }
    @media screen and (max-width: 767px) {
      .stories-inner .blog__item {
        width: 100%; } }
  .stories-inner .blog__list {
    padding-bottom: 2rem; }

.stories-inner .news-ad-wrapper .promo-banner {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (max-width: 991.98px) {
    .stories-inner .news-ad-wrapper .promo-banner {
      margin-top: 0; } }

.stories__wrapper {
  padding: 2rem 0 2.5rem;
  padding-top: 165px; }
  @media screen and (min-width: 576px) {
    .stories__wrapper {
      padding: 6.5rem 0 2.5rem;
      padding-top: 80px; } }
  @media screen and (min-width: 1150px) {
    .stories__wrapper {
      padding-top: 140px; } }

.stories__featured {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 993px) {
    .stories__featured.main .flex-container {
      padding: 0 4rem; } }
  @media screen and (min-width: 1200px) {
    .stories__featured.main .flex-container {
      padding: 0 10rem; } }
  .stories__featured__image {
    position: relative;
    margin-bottom: 2rem;
    width: 95%;
    height: 100%; }
    .stories__featured__image--container {
      max-height: 60vh; }
      @media (max-width: 993px) {
        .stories__featured__image--container {
          margin-bottom: 2rem; } }
      @media (max-width: 767.98px) {
        .stories__featured__image--container {
          margin-bottom: 2.5rem; } }
      .stories__featured__image--container-alt {
        max-height: 600px;
        box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }
    .stories__featured__image-alt {
      position: relative;
      margin-bottom: 4rem;
      width: 100%;
      height: 300px; }
      @media (min-width: 768px) {
        .stories__featured__image-alt {
          height: 400px; } }
      @media (min-width: 992px) {
        .stories__featured__image-alt {
          height: 600px; } }
      .stories__featured__image-alt .image {
        position: relative;
        z-index: 1;
        min-height: 200px;
        object-fit: cover;
        height: 100%; }
      .stories__featured__image-alt:after {
        content: '';
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        position: absolute;
        top: -30px;
        left: -30px;
        z-index: 0; }
        @media (max-width: 767.98px) {
          .stories__featured__image-alt:after {
            display: none; } }
    @media (max-width: 767.98px) {
      .stories__featured__image {
        width: 100%; } }
    .stories__featured__image .image {
      position: relative;
      z-index: 1;
      min-height: 200px;
      object-fit: cover;
      height: 100%;
      box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.6); }
    .stories__featured__image:after {
      content: '';
      width: calc(100% + 30px);
      height: 105%;
      position: absolute;
      top: -8px;
      left: -16px;
      z-index: 0;
      background-image: url("/static/featured-story-bg.png");
      background-size: cover;
      background-position: center;
      transform: rotateX(5deg); }
      @media (max-width: 991.98px) {
        .stories__featured__image:after {
          height: 110%; } }
  .stories__featured__content {
    align-self: flex-end; }
    .stories__featured__content p {
      margin-bottom: 0; }
  .stories__featured__cta {
    display: block;
    margin-top: 2rem; }
  .stories__featured__promo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .stories__featured__promo-wrapper {
        align-items: flex-end; } }
    @media (max-width: 993px) {
      .stories__featured__promo-wrapper {
        margin-top: 2.5rem; } }
  .stories__featured .promo-banner {
    width: 300px;
    height: 600px;
    overflow: hidden;
    display: none;
    margin-bottom: 0; }
    @media screen and (min-width: 994px) {
      .stories__featured .promo-banner {
        margin-bottom: 2rem;
        display: flex;
        margin-left: auto; } }

.stories .blog {
  padding-top: 0; }
  .stories .blog__item {
    width: calc(94% / 3);
    padding: 0 0 1rem;
    margin: 0 1rem 2rem; }
    @media screen and (max-width: 1200px) {
      .stories .blog__item {
        width: 31%; } }
    @media screen and (max-width: 993px) {
      .stories .blog__item {
        width: 44%;
        margin: 0 2rem 4rem; } }
    @media screen and (max-width: 767px) {
      .stories .blog__item {
        margin: 1rem 1rem 2rem;
        width: 100%; } }
  .stories .blog__list {
    padding-bottom: 2rem; }

.stories .promo-banner {
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .stories .promo-banner {
      margin-bottom: 8rem; } }

.social-follow-links {
  list-style: none;
  display: flex;
  padding: 0; }
  .social-follow-links .item {
    margin-right: 3rem; }
    .social-follow-links .item:last-child {
      margin-right: 0; }
  .social-follow-links .icon {
    width: auto;
    height: 22px; }

.offer-category .content__wrapper, .all-offer-category .content__wrapper {
  background-color: #fff; }

.offer-category .hero-block, .all-offer-category .hero-block {
  margin-bottom: 0; }

.offer-category .hero-block--primary, .all-offer-category .hero-block--primary {
  margin-top: 6rem; }
  @media screen and (max-width: 576px) {
    .offer-category .hero-block--primary, .all-offer-category .hero-block--primary {
      padding-top: 2rem; } }
  .offer-category .hero-block--primary .link-banner, .all-offer-category .hero-block--primary .link-banner {
    display: block; }
    @media (max-width: 991.98px) {
      .offer-category .hero-block--primary .link-banner, .all-offer-category .hero-block--primary .link-banner {
        margin-right: -4rem;
        margin-left: -4rem; } }
  .offer-category .hero-block--primary .hero-block__image, .all-offer-category .hero-block--primary .hero-block__image {
    height: 85%;
    padding-top: 56.25%; }
    @media (max-width: 1199.98px) {
      .offer-category .hero-block--primary .hero-block__image, .all-offer-category .hero-block--primary .hero-block__image {
        height: auto; } }
    @media (max-width: 991.98px) {
      .offer-category .hero-block--primary .hero-block__image, .all-offer-category .hero-block--primary .hero-block__image {
        min-height: auto; }
        .offer-category .hero-block--primary .hero-block__image picture img, .all-offer-category .hero-block--primary .hero-block__image picture img {
          width: 100%; } }
  .offer-category .hero-block--primary .hero-block__title, .all-offer-category .hero-block--primary .hero-block__title {
    margin-bottom: calc(2rem + 10px); }
  .offer-category .hero-block--primary .is-active-category, .all-offer-category .hero-block--primary .is-active-category {
    margin-top: 0;
    max-width: 50vw;
    position: absolute;
    bottom: 0;
    padding-bottom: 1.5rem;
    max-height: 60vh;
    width: 50vw;
    overflow-y: auto; }
    @media (max-width: 1199.98px) {
      .offer-category .hero-block--primary .is-active-category, .all-offer-category .hero-block--primary .is-active-category {
        margin-top: -10vh;
        width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
        position: relative;
        margin-right: 3rem;
        margin-left: 3rem; } }
    @media (max-width: 991.98px) {
      .offer-category .hero-block--primary .is-active-category, .all-offer-category .hero-block--primary .is-active-category {
        width: 100vw;
        max-width: 100vw;
        margin-right: 4rem;
        margin-left: 4rem;
        overflow: inherit;
        max-height: inherit; } }
  .offer-category .hero-block--primary .hero-block__logo img, .all-offer-category .hero-block--primary .hero-block__logo img {
    width: 60%; }
    @media (max-width: 991.98px) {
      .offer-category .hero-block--primary .hero-block__logo img, .all-offer-category .hero-block--primary .hero-block__logo img {
        width: 100%; } }

.offer-category__intro, .all-offer-category__intro {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    .offer-category__intro, .all-offer-category__intro {
      margin-top: 6rem; } }
  .offer-category__intro p, .all-offer-category__intro p {
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 993px) {
      .offer-category__intro p, .all-offer-category__intro p {
        margin-top: 2rem;
        line-height: 2.5rem; } }

.offer-category .promo-banner, .all-offer-category .promo-banner {
  margin-top: 4rem;
  margin-bottom: 6rem; }

@media (min-width: 993px) and (max-height: 1600px) {
  .offer-category .hero-block--primary .hero-block__inner, .all-offer-category .hero-block--primary .hero-block__inner {
    padding-right: 3rem;
    padding-left: 3rem; }
  .offer-category .hero-block--primary .heading--large, .all-offer-category .hero-block--primary .heading--large {
    font-size: 2.5rem; }
  .offer-category .hero-block--primary .button, .all-offer-category .hero-block--primary .button {
    line-height: 50px; }
  .offer-category .hero-block--primary .hero-block__logo, .all-offer-category .hero-block--primary .hero-block__logo {
    padding: 1rem 0;
    margin-bottom: 1rem; }
    .offer-category .hero-block--primary .hero-block__logo img, .all-offer-category .hero-block--primary .hero-block__logo img {
      width: 50%; }
    .offer-category .hero-block--primary .hero-block__logo-new, .all-offer-category .hero-block--primary .hero-block__logo-new {
      padding-top: 1rem;
      margin-bottom: 2rem; }
      .offer-category .hero-block--primary .hero-block__logo-new img, .all-offer-category .hero-block--primary .hero-block__logo-new img {
        width: 55%; }
  .offer-category .hero-block--primary .hero-block__title, .all-offer-category .hero-block--primary .hero-block__title {
    margin-bottom: 2rem; }
  .offer-category .hero-block--primary .hero-block__content, .all-offer-category .hero-block--primary .hero-block__content {
    margin-bottom: 1rem; }
    .offer-category .hero-block--primary .hero-block__content p, .all-offer-category .hero-block--primary .hero-block__content p {
      margin-bottom: 1rem; } }

@media (min-height: 801px) and (max-height: 900px) and (orientation: landscape) {
  .offer-category .heading--large, .all-offer-category .heading--large {
    font-size: 4rem; } }

.offer-category .offer-block--grid, .all-offer-category .offer-block--grid {
  padding-top: 4rem;
  background-color: #F5F5F5; }
  @media (min-width: 993px) {
    .offer-category .offer-block--grid, .all-offer-category .offer-block--grid {
      padding-top: 6rem; } }

.offer-category .offers-paging, .all-offer-category .offers-paging {
  display: flex;
  justify-content: center;
  margin-block: 5rem; }

@media screen and (min-width: 768px) {
  .offer-category .category-brand-featured-wrapper {
    padding-block: 4rem;
    background-color: #FCFAFA; } }

.all-offer-category .offer-block--grid {
  padding-top: 4rem; }
  @media (min-width: 993px) {
    .all-offer-category .offer-block--grid {
      padding-top: 2rem;
      padding-bottom: 4rem; } }

.all-offer-category .section-heading {
  font-size: 3rem; }
  @media screen and (max-width: 576px) {
    .all-offer-category .section-heading {
      font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .offer-inner .content__wrapper {
    background-color: #ffffff; } }

.offer-inner .unauthorized-offer {
  background-image: url("/static/grunge-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0 2px 0; }
  .offer-inner .unauthorized-offer .button {
    margin-bottom: 60px; }
  .offer-inner .unauthorized-offer p {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    width: 80%; }

.offer-inner .offer-page-id {
  display: none; }

.contentful-page {
  padding: 10rem 0 8rem;
  color: #626262; }

.search {
  position: relative;
  padding: 6rem 0;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .search {
      padding: 0 0 4rem; }
      .search:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1; } }
  .search .field.with-icon {
    border-bottom: 2px solid #030303; }
  .search p {
    color: #626262; }
  .search .heading {
    margin-bottom: 4rem; }
  .search__header {
    margin-top: 12rem;
    margin-bottom: 2rem;
    padding-top: 14rem; }
    @media screen and (min-width: 576px) and (max-width: 1024px) {
      .search__header {
        margin-top: 8rem; } }
  .search__inner {
    margin: -0.5rem; }
    .search__inner .offer-block__inner:not(.offer-block--v2) .offer-block__link {
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6); }
    .search__inner .offer-block__link {
      position: relative; }
      .search__inner .offer-block__link .offer-indicator {
        position: absolute;
        top: -21px;
        left: -22px;
        height: 150px;
        width: 150px; }
      .search__inner .offer-block__link p {
        color: #030303; }
  .search__content {
    justify-content: flex-start; }
    .search__content > .flex-col {
      padding: 1.6rem;
      padding-bottom: 5rem;
      box-sizing: border-box;
      display: flex;
      flex-direction: column; }
  .search .flex-container {
    padding: 0 10rem; }
    @media screen and (max-width: 1024px) {
      .search .flex-container {
        padding: 0 4rem; } }
    @media screen and (max-width: 768px) {
      .search .flex-container {
        padding: 0 2rem; } }

@media (max-width: 767.98px) {
  .page-search .header {
    background: none; }
    .page-search .header.is-filled {
      background: #ffffff; }
  .page-search .heading {
    display: none; }
  .page-search .search {
    margin-top: -100px;
    padding-top: 90px; }
  .page-search .offer-strip {
    height: 0;
    z-index: 5;
    position: relative; } }

.steps .hero-card {
  background-color: #e9e9e9; }
  .steps .hero-card .heading__elem {
    display: inline; }

.steps .card-banner {
  margin-top: 8rem; }

.welcome-week-inner .hero-card {
  background-color: #e9e9e9;
  margin-top: 16rem; }
  @media screen and (max-width: 1300px) {
    .welcome-week-inner .hero-card {
      margin-top: 12rem; } }
  @media screen and (max-width: 1150px) {
    .welcome-week-inner .hero-card {
      margin-top: 9rem; } }
  @media screen and (max-width: 767px) {
    .welcome-week-inner .hero-card {
      top: 4rem; } }
  .welcome-week-inner .hero-card .heading__elem {
    display: inline; }

.welcome-week-inner .card-banner {
  margin-top: 8rem; }

.welcome-week-inner .secondary-hero-blocks {
  max-width: 1600px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .welcome-week-inner .secondary-hero-blocks {
      padding-top: 3rem; } }
  .welcome-week-inner .secondary-hero-blocks .hero-card {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .welcome-week-inner .secondary-hero-blocks .hero-card {
        margin-bottom: 0; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .flex-order--1 {
      order: 2; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .flex-order--1 {
          order: 1; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .flex-order--2 {
      order: 1; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .flex-order--2 {
          order: 2; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .hero-card__image {
      border-right: 0;
      border-left: 4px solid #e10098; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .hero-card__image {
          border-left: none;
          border-bottom: 4px solid #e10098; } }
      .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .hero-card__image:after {
        display: none; }
    @media screen and (max-width: 993px) {
      .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .hero-card__title {
        margin-top: 2rem; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .video-block {
      border-left: 4px solid #e10098; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--reverse .video-block {
          border-left: none;
          border-bottom: 4px solid #e10098; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card__image {
      border-right: 4px solid #e10098; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card__image {
          border-right: none;
          border-bottom: 4px solid #e10098; } }
      .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card__image:after {
        display: none; }
    @media screen and (max-width: 993px) {
      .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card__title {
        margin-top: 2rem; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card-col.hero-card-col-video {
      border-right: 4px solid #e10098; }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--normal .hero-card-col.hero-card-col-video {
          border-right: none;
          border-bottom: 4px solid #e10098; } }
    .welcome-week-inner .secondary-hero-blocks .hero-card--secondary {
      padding: 2rem 0;
      top: 0; }
      @media screen and (max-width: 767px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--secondary {
          padding-top: 1.5rem;
          padding-bottom: 1.5rem; } }
      @media screen and (max-width: 1200px) {
        .welcome-week-inner .secondary-hero-blocks .hero-card--secondary .hero-card__title {
          margin-top: 1rem; } }
  .welcome-week-inner .secondary-hero-blocks .video-block {
    max-height: unset; }
  @media screen and (min-width: 1200px) {
    .welcome-week-inner .secondary-hero-blocks .hero-card-col.hero-card-col-content {
      width: calc(100% - 55.3vw); } }
  @media screen and (min-width: 1921px) {
    .welcome-week-inner .secondary-hero-blocks .hero-card-col.hero-card-col-img {
      width: 1100px;
      height: 619px;
      overflow: hidden; }
    .welcome-week-inner .secondary-hero-blocks .hero-card-col.hero-card-col-content {
      width: calc(100% - 1104px); }
    .welcome-week-inner .secondary-hero-blocks .hero-card-col.hero-card-col-video {
      width: 1100px;
      height: 619px; }
      .welcome-week-inner .secondary-hero-blocks .hero-card-col.hero-card-col-video .video-block .container {
        width: 1100px;
        height: 619px; } }

.error-page {
  color: #000000;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Fira Sans", Avenir, "Helvetica Neue", "Lucida Grande", sans-serif;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20%; }
  .error-page .search__header {
    padding-top: 6rem; }
  .error-page__content {
    justify-content: flex-end;
    background-image: url("/static/grunge-bg.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 10%; }
    @media (min-width: 992px) {
      .error-page__content {
        padding-top: 5%; } }
  .error-page__image {
    width: 40%;
    height: auto;
    margin-bottom: -2%; }
    @media (max-width: 991.98px) {
      .error-page__image {
        width: 50%;
        margin-bottom: -3%; } }
    @media (max-width: 767.98px) {
      .error-page__image {
        width: 60%;
        margin-bottom: -3.5%; } }
    @media (min-width: 992px) {
      .error-page__image {
        width: 30%; } }
  .error-page__text {
    width: 60%;
    line-height: 4rem;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 8rem;
    text-align: left; }
    @media (max-width: 991.98px) {
      .error-page__text {
        width: 80%; } }
    @media (min-width: 992px) {
      .error-page__text {
        width: 60%; } }

