@font-face {
  font-family: Bootontrial Medium;
  src: url('../fonts/BootonTRIAL-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bootontrial Regular;
  src: url('../fonts/BootonTRIAL-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apk Protocol;
  src: url('../fonts/APK-Protocol-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  letter-spacing: -.5px;
  font-family: Apk Protocol, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

a {
  color: #000;
  text-decoration: underline;
}

.styles {
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-parent {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.video-wrap {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.video-wrap.one {
  z-index: 4;
}

.video-wrap.two {
  z-index: 3;
}

.video-wrap.three {
  z-index: 2;
}

.video-wrap.four {
  z-index: 1;
}

.video-bg {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-bg.fade {
  opacity: .65;
}

.video-bg.half {
  width: 50vw;
  min-width: 50vw;
  bottom: auto;
  left: auto;
}

.hero-text-parent {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.text-white {
  color: #fff;
}

.hero-text-size {
  width: 27rem;
  position: relative;
}

.section-full {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-full.split {
  z-index: 3;
  justify-content: space-between;
}

.text-size-tag {
  z-index: 5;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  width: 45rem;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.text-size-tag.ab {
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-caps {
  text-transform: uppercase;
  font-size: 1rem;
}

.text-caps.ab-tr {
  z-index: 4;
  display: inline-block;
  position: absolute;
  inset: 3rem auto auto 3rem;
}

.text-fade {
  opacity: .64;
}

.text-size-one {
  z-index: 5;
  width: 35rem;
  position: relative;
}
.spacer-small {
  width: 100%;
  height: 1rem;
}

.page-wrapper {
  overflow: clip;
}

.text-scroll-parent {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-two, .text-size-three, .text-size-four {
  z-index: 5;
  width: 35rem;
  position: absolute;
}

.bg-white {
  background-color: #fff;
}

.scroll-parent {
  width: 100%;
  height: 500vh;
}

.scroll-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.col-parent {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.col-parent.flex-center {
  justify-content: center;
  align-items: center;
}

.section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.section.bg-white.z-index {
  z-index: 2;
}

.section.sticky {
  background-color: #fff0;
  position: sticky;
  top: 0%;
}

.section.sticky.black {
  background-color: #000;
}

.section.no-height {
  flex-flow: column;
  height: auto;
}

.section.history {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section.history-hero {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 6rem 3rem;
}

.col {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.col.padding {
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.img-parent.size-one {
  width: 55vw;
  height: 58vh;
  position: relative;
}

.img-parent.size-two {
  width: 25vw;
  height: 28vh;
  position: relative;
}

.img-parent.size-three {
  width: 45vw;
  height: 48vh;
  position: relative;
}

.img-parent.rel {
  position: relative;
}

.img-parent.rel.img-one {
  background-image: url('../images/Grid-Image-005.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-parent.size-four {
  width: 22rem;
  height: 36rem;
  position: relative;
}

.text-size-six {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 24.9rem;
  min-height: 22rem;
  margin-top: 10rem;
  display: flex;
}

.number {
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

.number-parent {
  border: 1px solid #0006;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.line-height-title {
  line-height: 1;
}

.text-grey {
  color: #0009;
}

.line-height-para {
  line-height: 1.1;
}

.scroll-marker {
  z-index: 10;
  mix-blend-mode: difference;
  width: 100%;
  height: 6px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.scroll-bar {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.parent {
  width: 100%;
  height: 100%;
  position: relative;
}

.parent.padding {
  padding: 2rem;
}

.parent.padding-top {
  padding: 4rem 2rem 2rem;
}

.scroll-dots {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 3rem 3rem auto;
}

.dots {
  opacity: .3;
  background-color: #000;
  border-radius: 100px;
  width: .5rem;
  height: .5rem;
}

.col-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.video-btn-parent {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-btn-parent.w--current {
  text-decoration: none;
}

.section-dark {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.item-parent.left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.item-parent.center {
  float: right;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10rem 4rem;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.size-one {
  width: 55vw;
  min-width: 55vw;
  height: 66vh;
  min-height: 66vh;
}

.img-cover.size-two {
  width: 25vw;
  min-width: 25vw;
  height: 36vh;
  min-height: 36vh;
}

.img-cover.size-three {
  width: 45vw;
  min-width: 45vw;
  height: 55vh;
  min-height: 55vh;
}

.img-cover.size-four {
  width: 22rem;
  min-width: 22rem;
  height: 36rem;
  min-height: 36rem;
}

.img-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.img-child.ab {
  min-width: 22rem;
  position: absolute;
}

.size-one {
  width: 50vw;
  height: 50vh;
}

.paragraph-large {
  font-size: 1.4rem;
}

.blur-bg {
  z-index: 1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-popup {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.close-btn {
  z-index: 2;
  cursor: pointer;
  background-color: #bfff00;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.video-player-flex {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.player {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.link-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.three-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.two-col-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 55vh auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.three-col-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto 45vh;
  grid-template-columns: 1fr;
  height: 100%;
}

.two-col-grid-vertical-alt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 75vh auto;
  grid-template-columns: 1fr;
  height: 100%;
}

.text-width-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  display: flex;
}

.button-parent {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.4rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-parent.primary {
  z-index: 2;
  color: #000;
  background-color: #bfff00;
  border-radius: 70px;
  transition: background-color .4s;
}

.button-parent.primary:hover {
  background-color: #98ca01;
}

.div-hide {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.btn-text {
  line-height: 1.1;
}

.btn-text.back {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, 110%);
}

.heading-large {
  font-size: 3.4rem;
}

.faq-wrap {
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.faq-wrap:focus-visible, .faq-wrap[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #252532;
}

.faq-question {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem .9rem;
  transition: background-color .4s;
  display: flex;
}

.faq-question:hover {
  background-color: #fafafa;
}

.heading-x-small {
  letter-spacing: -.5px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.faq-parent {
  border-radius: 6px;
}

.faq_arrow {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}

.faq-answer {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.faq_answer {
  opacity: .6;
  max-width: 72ch;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  line-height: 1.4;
}

.ticker-text {
  letter-spacing: -3px;
  white-space: nowrap;
  font-size: 7rem;
  position: absolute;
}

.logo-parent {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-icon {
  width: 10rem;
}

.contact-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.social-parent {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter_wrapper {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 3rem;
}

.num {
  width: .8rem;
  font-size: .8rem;
}

._w-slide {
  background-color: #ddd0;
  width: 100%;
  height: 45rem;
}

.hide-all {
  display: none;
}

.arrow {
  z-index: 3;
  color: #000;
  background-color: #bfff00;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  font-size: .8rem;
  transition: color .2s, background-color .2s;
  inset: auto auto 0% 3rem;
}

.arrow:hover {
  color: #bfff00;
  background-color: #000;
}

.arrow.right {
  left: 8rem;
}

.text-size-history {
  width: 43%;
}

.flex-col-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.slider-parent {
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  display: flex;
}

.slider-content {
  width: 55%;
  height: 100%;
}

.slider-img-parent {
  width: 45%;
  height: 100%;
}

.text-size-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 22rem;
  display: flex;
}

.button-parent-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .8rem;
  justify-content: flex-end;
  display: flex;
}

.button-parent-flex.vertical {
  flex-flow: column;
}

.button-parent-flex.vertical.size {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  width: 17rem;
}

.s-icon {
  width: 2.7rem;
}

.footer-text {
  font-size: .8rem;
}

.icon-footer {
  width: 9rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 2rem;
}

.icon-btm {
  z-index: 2;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 3rem;
}

.mask {
  height: 100%;
}

.superscript {
  font-size: 1.2rem;
}

.superscript-sm {
  font-size: .8rem;
}

.flex-side {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .video-bg {
    min-width: auto;
  }

  .video-bg.half {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .section-full.split {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-size-tag.text-white {
    margin-bottom: 8rem;
  }

  .col-parent {
    flex-flow: column;
  }

  .section.bg-white.auto {
    height: auto;
  }

  .section.history {
    padding-bottom: 0;
  }

  .col {
    width: 100%;
  }

  .col.padding {
    background-color: #fff;
    height: auto;
    padding-top: 7rem;
  }

  .img-parent.size-one {
    width: 80vw;
    height: 44vh;
  }

  .img-parent.size-two {
    width: 50vw;
  }

  .img-parent.size-three {
    width: 80vw;
  }

  .img-parent.rel.img-one {
    height: 20rem;
  }

  .img-parent.rel.size-tablet {
    height: 30rem;
  }

  .text-size-six {
    min-height: 100%;
    margin-top: 0;
  }

  .parent.padding {
    height: 20rem;
  }

  .scroll-dots {
    display: none;
  }

  .section-dark, .item-parent.right {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .item-parent.center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .img-cover.size-one {
    width: 80vw;
    min-width: 80vw;
    height: 52vh;
    min-height: 52vh;
  }

  .img-cover.size-two {
    width: 50vw;
    min-width: 50vw;
  }

  .img-cover.size-three {
    width: 80vw;
    min-width: 80vw;
  }

  .x-icon {
    width: 10rem;
  }

  .three-col-grid {
    grid-template-columns: 1.5fr 1fr;
  }

  .two-col-grid-vertical {
    grid-template-rows: auto auto;
  }

  .contact-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .social-parent {
    justify-content: center;
    align-items: center;
  }

  .counter_wrapper {
    top: 17.4rem;
    bottom: auto;
  }

  ._w-slide {
    height: 68rem;
  }

  .arrow {
    inset: 17.4rem auto auto 3rem;
  }

  .text-size-history {
    width: 100%;
  }

  .slider-parent {
    flex-flow: column;
    padding-left: 0;
  }

  .slider-content {
    width: 100%;
  }

  .slider-content.pad-tablet {
    height: auto;
    min-height: 22rem;
    padding-top: 3rem;
    padding-bottom: 9rem;
    padding-left: 3rem;
  }

  .slider-img-parent {
    width: 100%;
    height: 100%;
  }

  .text-size-slider {
    width: 28rem;
  }

  .slide {
    height: 100%;
  }

  .button-parent-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .button-parent-flex.vertical.size {
    width: 19rem;
  }

  .icon-footer {
    position: relative;
    bottom: 0;
  }

  .flex-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-parent {
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-text-size {
    width: 100%;
  }

  .section-full.split {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-tag.ab {
    width: 100%;
  }

  .text-caps.ab-tr {
    left: 2rem;
  }

  .intro-scroll-text {
    width: 26rem;
  }

  .section.bg-white.z-index {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.history {
    padding-top: 1rem;
  }

  .section.history-hero {
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .col.padding {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-parent.size-one {
    height: 40vh;
  }

  .img-parent.size-two {
    height: 22vh;
  }

  .img-parent.size-three {
    height: 40vh;
  }

  .text-size-six {
    width: 23.6rem;
    min-height: auto;
    margin-top: 0;
    padding-top: 4rem;
  }

  .text-size-six.two {
    width: 26rem;
  }

  .item-parent.center {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .img-cover.size-one {
    height: 50vh;
    min-height: 50vh;
  }

  .img-cover.size-two {
    height: 28vh;
    min-height: 28vh;
  }

  .img-cover.size-three {
    height: 50vh;
    min-height: 50vh;
  }

  .three-col-grid-vertical {
    grid-template-rows: auto auto 15rem;
  }

  .two-col-grid-vertical-alt {
    grid-template-rows: auto 30rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-x-small {
    font-size: 1.2rem;
  }

  .ticker-text {
    font-size: 4rem;
  }

  .counter_wrapper, .arrow {
    left: 2rem;
  }

  .arrow.right {
    left: 7rem;
  }

  .slider-content.pad-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-slider {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .hero-text-parent {
    padding-top: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section-full.split {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .text-size-tag.ab {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .text-caps {
    font-size: .9rem;
  }

  .text-size-one {
    width: 100%;
  }

  .text-size-two, .text-size-three, .text-size-four {
    width: 90%;
  }

  .intro-scroll-text {
    width: 100%;
  }

  .section.bg-white.z-index {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.history-hero {
    padding: 4rem 1.6rem 2rem;
  }

  .col.padding {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .img-parent.size-one {
    height: 26vh;
  }

  .img-parent.size-two {
    width: 60vw;
    height: 18vh;
  }

  .img-parent.size-three {
    height: 26vh;
  }

  .img-parent.rel.img-one {
    height: 14rem;
  }

  .img-parent.rel.size-tablet {
    height: 20rem;
  }

  .img-parent.size-four {
    width: 16rem;
    height: 28rem;
  }

  .parent.padding-top {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section-dark, .item-parent.right {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .item-parent.center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-cover.size-one {
    height: 32vh;
    min-height: 32vh;
  }

  .img-cover.size-two {
    width: 60vw;
    min-width: 60vw;
    height: 24vh;
    min-height: 24vh;
  }

  .img-cover.size-three {
    height: 32vh;
    min-height: 32vh;
  }

  .img-cover.size-four {
    width: 16rem;
    min-width: 16rem;
    height: 28rem;
    min-height: 28rem;
  }

  .x-icon {
    width: 8rem;
  }

  .paragraph-large {
    font-size: 1.3rem;
  }

  .three-col-grid-vertical {
    grid-template-rows: auto auto 10rem;
  }

  .two-col-grid-vertical-alt {
    grid-template-rows: auto 20rem;
  }

  .heading-large {
    font-size: 2.6rem;
  }

  .faq-question {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .heading-x-small {
    font-size: 1.1rem;
  }

  .faq-answer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .ticker-text {
    letter-spacing: -2px;
    font-size: 2.6rem;
  }

  .logo-icon {
    width: 8rem;
  }

  .counter_wrapper {
    top: 20.6rem;
    left: 1.6rem;
  }

  ._w-slide {
    height: 50rem;
  }

  .arrow {
    top: 20.6rem;
    left: 1.6rem;
  }

  .arrow.right {
    left: 6.6rem;
  }

  .flex-col-right {
    margin-top: 3rem;
  }

  .slider-content.pad-tablet {
    min-height: 24rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .text-size-slider {
    width: 100%;
  }
}

#w-node-_1ac122ff-87b8-149b-e8ff-ac073e8849e8-79ffaa54, #w-node-_0fd1a264-646e-55d4-5d19-da521a58898a-79ffaa54, #w-node-b96da0a3-5fed-4fbe-a599-943552398faf-79ffaa54, #w-node-_0d5b6400-3827-7967-0db1-d60817c4bd36-79ffaa54, #w-node-_51b3e00c-15f6-d0c0-0622-0c533c837a9e-79ffaa54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_13e2783b-1cb5-af16-d000-d499756e570c-79ffaa54 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_484ae912-2fbc-5446-2158-fc04750b4f31-79ffaa54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8d304b1-358d-0fc0-e86f-af0adafca1cf-79ffaa54, #w-node-_0d5b6400-3827-7967-0db1-d60817c4bd36-79ffaa54, #w-node-_51b3e00c-15f6-d0c0-0622-0c533c837a9e-79ffaa54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51b3e00c-15f6-d0c0-0622-0c533c837a9e-79ffaa54 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Bootontrial Medium';
  src: url('../fonts/BootonTRIAL-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bootontrial Regular';
  src: url('../fonts/BootonTRIAL-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apk Protocol';
  src: url('../fonts/APK-Protocol-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}