@import url("https://fonts.googleapis.com/css2?family=Rubik+Dirt&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.flipdown.flipdown__theme-dark {
  font-weight: bold;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #fff;
  background-color: #151515;
}

.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #efefef;
  background-color: #202020;
}

.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #eee;
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #ddd;
}

.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222;
  background-color: #ddd;
}

.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333;
  background-color: #eee;
}

.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222;
}

.flipdown {
  overflow: visible;
  width: 31.875rem;
  height: 6.875rem;
}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 1.875rem;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 1.25rem;
  left: 7.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 3.125rem;
  left: 7.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 3.125rem;
  height: 5rem;
  margin: 0 0.3125rem 0 0;
  border-radius: 0.25rem;
  font-size: 2.5rem;
  text-align: center;
  -webkit-perspective: 12.5rem;
          perspective: 12.5rem;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 3.125rem;
  height: 2.5rem;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 3.125rem;
  height: 5rem;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.flipdown .rotor-leaf.flipped {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 3.125rem;
  height: 2.5rem;
  margin: 0;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 5rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

.flipdown .rotor-leaf-rear {
  line-height: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 5rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 2.5rem;
  border-radius: 0 0 0.25rem 0.25rem;
}

html:has(.page-lp) {
  margin-top: 0 !important;
}

html:has(.page-lp) body {
  font-family: "Assistant", sans-serif;
}

html:has(.page-lp) header,
html:has(.page-lp) footer,
html:has(.page-lp) #breadcrumbsWrap {
  display: none;
}

@media (max-width: 1280px) {
  html:has(.page-lp) {
    font-size: 1.25vw;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  html:has(.page-lp) {
    font-size: 4.07125vw;
  }
}

.page-lp {
  max-width: 80rem;
  margin-inline: auto;
  background-image: url("../img/landing/main-bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp {
    padding-top: 1.625rem;
  }
}

.page-lp__decorative {
  position: absolute;
}

.page-lp__decorative.--top {
  width: 23.5625rem;
  aspect-ratio: 377/188;
  background-image: url("../img/landing/top-decorative.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  inset-inline-start: 7rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__decorative.--top {
    display: none;
  }
}

.page-lp__decorative.--right {
  width: 7.25rem;
  aspect-ratio: 116/262;
  background-image: url("../img/landing/right-decorative.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 75.5rem;
  inset-inline-start: 0;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__decorative.--right {
    top: 0;
  }
}

.page-lp__decorative.--left {
  width: 7.25rem;
  aspect-ratio: 116/262;
  background-image: url("../img/landing/left-decorative.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 63.875rem;
  inset-inline-end: 0;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__decorative.--left {
    display: none;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__logo {
    width: 11.5625rem;
    margin-bottom: 1rem;
    margin-inline: auto;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__logo {
    position: absolute;
    top: 2.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.75rem;
    z-index: 10;
  }
}

.page-lp__logo img {
  width: 100%;
}

.page-lp__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 1.125rem;
    gap: 0.375rem;
  }
}

.page-lp__header-media {
  position: relative;
}

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

.page-lp__header__subtitle {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  margin-bottom: 0.875rem;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #000000;
}

.page-lp__header .after-text {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #FF0000;
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-1 {
    -webkit-padding-start: 3.125rem;
            padding-inline-start: 3.125rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-1 .page-lp__header-media {
    padding-top: 19.5rem;
    max-width: 44.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-lp__header.--version-1 .page-lp__header-media svg {
    position: absolute;
    width: 23.875rem;
    height: auto;
    top: 0;
    left: 5.625rem;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-1 .page-lp__header-media svg {
    display: none;
  }
}

.page-lp__header.--version-1 .page-lp__header-media img {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-1 .page-lp__header-text {
    padding-bottom: 4.6875rem;
    max-width: 31.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-lp__header.--version-1 .page-lp__header-text p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-lp__header.--version-1 .page-lp__header-text p:first-child {
  max-width: 25rem;
  margin-inline: auto;
}

.page-lp__header.--version-1 .page-lp__title {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 2.6875rem;
  line-height: 1.22;
  color: #FF0000;
  margin-bottom: 0.625rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-1 .page-lp__title {
    line-height: 1;
    margin-bottom: 1rem;
  }
}

.page-lp__header.--version-1 .page-lp__title span {
  font-size: 1.30233em;
  line-height: 0.92857em;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 {
    margin-bottom: 3.125rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 {
    padding-inline: 2.375rem 0.75rem;
  }
}

.page-lp__header.--version-2 .page-lp__header-media {
  position: relative;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-media {
    margin-top: 2.125rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-media {
    height: 60.625rem;
    max-width: 44.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-media img {
    position: absolute;
    z-index: 2;
    width: 51.25rem;
    bottom: 0;
    inset-inline-end: 0.75rem;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-media img {
    position: relative;
    width: calc(100% + 4.25rem);
    max-width: none;
    margin-inline: -0.75rem -3.5rem;
    margin-top: -9.25rem;
    z-index: 2;
  }
}

.page-lp__header.--version-2 .page-lp__header-media .polotion.type2 {
  inset: auto;
  width: 18.9375rem;
  height: 1.25rem;
  padding: 0;
  position: absolute;
  bottom: 1.75rem;
  inset-inline-end: 8rem;
  font-weight: 700;
  z-index: 5;
  font-size: 1rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-media .polotion.type2 {
    inset: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.875rem;
  }
}

.page-lp__header.--version-2 .price-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FF0000;
  color: #fff;
  text-align: center;
  padding-top: 2.0625rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper {
    width: calc(100% + 2.25rem);
    margin-inline: -1.125rem;
    padding-bottom: 9.75rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper {
    margin-inline: auto 5.3125rem;
    padding-top: 4.125rem;
    max-width: 24.375rem;
    height: 43.4375rem;
  }
}

.page-lp__header.--version-2 .price-wrapper__top {
  font-family: "Rubik", sans-serif;
  font-size: 2.8125rem;
  line-height: .93;
  margin-bottom: 2.5rem;
}

.page-lp__header.--version-2 .price-wrapper__top span {
  display: inline-block;
  position: relative;
}

.page-lp__header.--version-2 .price-wrapper__top span::before {
  position: absolute;
  content: "";
  background-image: url("../img/landing/text-dec.svg");
  width: 110%;
  aspect-ratio: 100/5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper__top {
    display: none;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper__middle {
    margin-bottom: 1rem;
  }
}

.page-lp__header.--version-2 .price-wrapper__middle span {
  display: block;
  font-size: 2.875rem;
  line-height: calc(39/46);
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper__middle span {
    font-size: 3rem;
  }
}

.page-lp__header.--version-2 .price-wrapper__middle .model {
  font-weight: 700;
}

.page-lp__header.--version-2 .price-wrapper__middle .desc {
  font-family: "Rubik Dirt", system-ui;
}

.page-lp__header.--version-2 .price-wrapper__main {
  width: 21.875rem;
  height: 6.5rem;
  margin-inline: auto;
  background-image: url("../img/landing/text-dec2.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #FF0000;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper__main {
    margin-block: 1rem;
  }
}

.page-lp__header.--version-2 .price-wrapper__main .new {
  font-weight: 700;
  font-size: 3rem;
}

.page-lp__header.--version-2 .price-wrapper__main .new span {
  font-size: 0.625em;
}

.page-lp__header.--version-2 .price-wrapper__main .old {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 0.9;
  text-decoration: line-through;
}

.page-lp__header.--version-2 .price-wrapper__desc {
  text-align: center;
  line-height: calc(37/27);
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper__desc {
    display: none;
  }
}

.page-lp__header.--version-2 .price-wrapper__desc .row-1 {
  font-weight: 700;
  font-size: 1.6875rem;
}

.page-lp__header.--version-2 .price-wrapper__desc .row-2 {
  font-weight: 700;
  font-size: 2.4375rem;
  line-height: calc(37/39);
}

.page-lp__header.--version-2 .price-wrapper__desc .row-3 {
  font-size: 1.6875rem;
}

.page-lp__header.--version-2 .price-wrapper .after-price {
  font-size: 0.875rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .price-wrapper .after-price {
    font-size: 0.9375rem;
  }
}

.page-lp__header.--version-2 .page-lp__title-2 {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1.09;
  color: #000000;
  border: 1.80886px solid #FFFFFF;
  text-shadow: 0px 4.36657px 4.36657px rgba(255, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__title-2 {
    font-size: 2rem;
    line-height: 1.14;
    color: #FF0000;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__header-text {
    padding-bottom: 18.625rem;
    max-width: 35.375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-lp__header.--version-2 .page-lp__title {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1;
  color: #FF0000;
  margin-bottom: 0.75rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__header.--version-2 .page-lp__title {
    font-size: 2.875rem;
    line-height: 1.1;
    margin-bottom: .5rem;
  }
}

.page-lp__timer {
  margin-bottom: 1.125rem;
}

.page-lp .flipdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  direction: ltr;
  max-width: 24.5rem;
  margin-inline: auto;
  background: #FAFAFA;
  -webkit-box-shadow: -5px 3px 14.5px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 3px 14.5px rgba(0, 0, 0, 0.2);
  border-radius: .5rem;
  width: 100%;
  height: auto;
  padding: 1.125rem 1rem 0.75rem;
  gap: 1.125rem;
  position: relative;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown {
    padding: 1rem 0.625rem 0.625rem 0.625rem;
    gap: 1rem;
  }
}

.page-lp .flipdown::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5.125rem;
  background: #484848;
  -webkit-box-shadow: -5px 3px 14.5px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 3px 14.5px rgba(0, 0, 0, 0.2);
  border-radius: .5rem;
  left: 0;
  bottom: -0.25rem;
  z-index: -1;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown::before {
    height: 4.6875rem;
  }
}

.page-lp .flipdown .rotor {
  font-size: 4.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown .rotor {
    font-size: 4.125rem;
  }
}

.page-lp .flipdown .rotor-group {
  padding-right: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-lp .flipdown .rotor-group:first-child {
  position: relative;
}

.page-lp .flipdown .rotor-group:first-child::before, .page-lp .flipdown .rotor-group:first-child::after {
  position: absolute;
  content: '';
  background-color: #000;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}

.page-lp .flipdown .rotor-group:first-child:before {
  width: 0.625rem;
  height: 0.625rem;
  left: 7.85rem;
  bottom: 3.3125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown .rotor-group:first-child:before {
    left: 6.625rem;
  }
}

.page-lp .flipdown .rotor-group:first-child:after {
  bottom: 5rem;
  left: 7.85rem;
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown .rotor-group:first-child:after {
    left: 6.625rem;
  }
}

.page-lp .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  width: 0.625rem;
  height: 0.625rem;
  left: 7.85rem;
  bottom: 3.3125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    left: 6.625rem;
  }
}

.page-lp .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  bottom: 5rem;
  left: 7.85rem;
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 6.625rem;
  }
}

.page-lp .flipdown .rotor-group:nth-last-child(2) {
  padding: 0;
}

/* .page-lp .flipdown .rotor-group:nth-last-child(2)::before, .page-lp .flipdown .rotor-group:nth-last-child(2)::after {
  display: none;
} */

.page-lp .flipdown .rotor-group:last-child {
  display: none;
}

.page-lp .flipdown .rotor-group .rotor {
  float: none;
  width: 3.125rem;
  height: 5rem;
  margin: 0;
  padding: 0.1875rem;
}

.page-lp .flipdown .rotor-group .rotor-leaf {
  width: 3.125rem;
  height: 5rem;
}

.page-lp .flipdown .rotor-group-heading {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}

.page-lp .flipdown .rotor-group-heading::before {
  direction: rtl;
  font-size: 1.375rem;
  height: 1.875rem;
  line-height: 1.875rem;
}

.page-lp .flipdown .rotor-top,
.page-lp .flipdown .rotor-bottom {
  width: 3.125rem;
  height: 2.5rem;
}

.page-lp__cta {
  max-width: 57.0625rem;
  margin-inline: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
  padding-block: 3rem 1.875rem;
  padding-inline: 9.375rem;
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
}

.page-lp__cta:not(:last-child) {
  margin-bottom: 3.125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__cta {
    max-width: 22.75rem;
    padding-block: 1rem 1.5rem;
    padding-inline: 1rem;
    margin-top: 2.5rem;
  }
  .page-lp__cta:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.page-lp__cta a {
  width: 4.25rem;
  display: block;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__cta a {
    margin-top: 1.125rem;
    margin-inline: auto;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__cta a {
    position: absolute;
    top: 7.6875rem;
    inset-inline-end: 5rem;
  }
}

.page-lp__cta a img {
  width: 100%;
}

.page-lp__cta-title {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: calc(68/57);
  margin-bottom: 1.5rem;
  color: #FF0000;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__cta-title {
    font-size: 2.5rem;
    margin-bottom: .125rem;
  }
}

.page-lp__cta-text {
  font-weight: 600;
}

.page-lp__cta-text p {
  font-size: 1.25rem;
}

.page-lp__cta-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__cta-text {
    max-width: 38.75rem;
    margin-inline: auto;
  }
}

.page-lp__subscribe {
  max-width: 57.0625rem;
  margin-inline: auto;
  background: #FF0000;
  color: #FFFFFF;
  padding: 1.875rem 5.75rem 5.75rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe {
    padding: 1.5rem .75rem;
  }
}

.page-lp__subscribe-title {
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: calc(68 / 57);
  text-align: center;
  margin-bottom: 1.125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-title {
    max-width: 19rem;
    margin-inline: auto;
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
}

.page-lp__subscribe-text {
  max-width: 34.75rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 3.125rem;
  font-weight: 600;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-text {
    margin-bottom: 1rem;
  }
}

.page-lp__subscribe-text p {
  font-size: 1.25rem;
}

.page-lp__subscribe-form {
  background: #fff;
  color: #363636;
  padding: 2.125rem 2.375rem 2.75rem 3.375rem;
  font-size: 0.8125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form {
    font-size: 0.875rem;
    padding: 1.5rem 0 0.625rem 0;
  }
}

.page-lp__subscribe-form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-flex:first-child {
    padding-inline: 2.5rem;
  }
  .page-lp__subscribe-form .form-flex:first-child .form-item:not(:last-child) {
    margin-bottom: 2.75rem;
  }
  .page-lp__subscribe-form .form-flex:last-child {
    padding-inline: .75rem .5rem;
  }
}

.page-lp__subscribe-form .form-flex:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-flex:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--input {
    width: calc(100%/3 - 4.8125rem*2/3);
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--input {
    width: 100%;
  }
}

.page-lp__subscribe-form .form-item.--input input {
  font-size: 0.9375rem;
  direction: rtl;
  padding-bottom: 0.5em;
  border: none;
  border-bottom: 1px solid #363636;
  display: block;
  width: 100%;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--input input {
    font-size: 1.0625rem;
  }
}

@media (orientation: landscape), (min-width: 1025px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--checkbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-padding-end: 1.875rem;
            padding-inline-end: 1.875rem;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--checkbox {
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.page-lp__subscribe-form .form-item.--checkbox label {
  position: relative;
  cursor: pointer;
}

.page-lp__subscribe-form .form-item.--checkbox label input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  top: 0;
  inset-inline-start: 0;
}

.page-lp__subscribe-form .form-item.--checkbox label input:checked + span::before {
  background-color: #363636;
}

.page-lp__subscribe-form .form-item.--checkbox span {
  position: relative;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  display: block;
}

.page-lp__subscribe-form .form-item.--checkbox span::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #363636;
  top: 0;
  inset-inline-start: 0;
}

.page-lp__subscribe-form .form-item.--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-item.--submit {
    width: 100%;
  }
}

.page-lp__subscribe-form .form-item.--submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-inline: 0.625rem;
  height: 3.125rem;
  border-radius: 0.9375rem;
  background: #363636;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25rem;
}

.page-lp__subscribe-form .form-text {
  width: 100%;
  margin-top: 1.75rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__subscribe-form .form-text {
    margin-top: 2.1875rem;
  }
}

.page-lp__map {
  max-width: 57.4375rem;
  margin-inline: auto;
  margin-bottom: 5.5rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__map {
    padding-inline: 0.875rem;
    margin-bottom: 1rem;
  }
}

.page-lp__map > p {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 1em;
}

.page-lp__map-title {
  max-width: 40rem;
  font-family: "Rubik Dirt", system-ui;
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: 1.04;
  text-align: center;
  color: #000000;
  margin-inline: auto;
  margin-bottom: 1.125rem;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__map-title {
    max-width: 21.25rem;
    font-size: 3.125rem;
  }
}

.page-lp__map-search {
  max-width: 37.125rem;
  margin-inline: auto;
  margin-bottom: 1.875rem;
}

.page-lp__map-search input {
  display: block;
  width: 100%;
  padding-inline: 1.875rem 3.75rem;
  border: 1px solid #333333;
  border-radius: 2rem;
  font-size: 1.5rem;
  height: 3.875rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2663 27.4774C21.593 27.4774 27.5326 21.5503 27.5326 14.2387C27.5326 6.92717 21.593 1 14.2663 1C6.93951 1 1 6.92717 1 14.2387C1 21.5503 6.93951 27.4774 14.2663 27.4774Z' stroke='%23454545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.8491 30.7873L24.2159 24.168' stroke='%23454545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: 1.25rem center;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__map-search input {
    padding-inline: 1.25rem 4rem;
  }
}

.page-lp__map-wrapper {
  position: relative;
  aspect-ratio: 919/638;
  width: 100%;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .page-lp__map-wrapper {
    aspect-ratio: 366/340;
  }
}
