@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  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;
}

.hero {
  background-image: url('../images/APP-Page_Hero-Img.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: -10vw;
  display: flex;
}

.eyebrow-label {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow-label.margin-bottom {
  margin-bottom: 2em;
}

.eyebrow-dot {
  background-color: #fff;
  border-radius: 100%;
  width: .5em;
  height: .5em;
}

.eyebrow-dot.black {
  background-color: #000;
}

.content-wrap {
  width: 100%;
  padding: 2.75vw;
}

.content-wrap.flex-down {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6vw;
  display: flex;
}

.content-wrap.flex-center.padding-top-bottom {
  padding-top: 8vw;
  padding-bottom: 48vw;
}

.content-wrap.flex-center.padding-top-bottom.flex-down {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrap.margin-topbottom {
  padding-top: 2vw;
  padding-bottom: 10vw;
}

.content-wrap.margin-top {
  padding-top: 4vw;
  padding-bottom: 1.5vw;
}

.content-wrap.nav {
  justify-content: space-between;
  display: flex;
}

.eyebrow-text {
  color: #fff;
  letter-spacing: -.25px;
  margin-left: .6em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
}

.eyebrow-text.black {
  color: #000;
}

.heading {
  color: #fff;
  letter-spacing: -2px;
  width: 50vw;
  margin-top: .4em;
  margin-bottom: .5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 4.5vw;
  line-height: 1.1;
}

.p-32 {
  color: #fff;
  letter-spacing: -.25px;
  width: 25em;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.4;
}

.p-32.black {
  color: #000;
}

.p-32.black.margin-top {
  margin-top: 2vw;
}

.btn-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.btn-wrap.margin-top {
  margin-top: 2vw;
}

.btn-wrap.flex-right {
  display: flex;
}

.btn-white {
  color: #000;
  background-color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.btn-hero {
  color: #000;
  background-color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.btn-white-2 {
  color: #fff;
  letter-spacing: -.3px;
  background-color: #056ae6;
  border-radius: 10em;
  padding: 1em 1.5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
}

.hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5em;
  display: flex;
}

.meta-wrap {
  flex-flow: column;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.meta-wrap.first {
  margin-left: 0;
}

.meta-book {
  color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.4;
}

.meta-sb {
  color: #fff;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

.hero-bottom_left {
  display: flex;
}

.hero-bottom_right {
  width: 11vw;
  height: auto;
}

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

.section-black._100 {
  width: 100vw;
  height: auto;
}

.display-text {
  width: 60vw;
  margin-top: 6vw;
  margin-bottom: 9vw;
}

.content-wrap_right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2.75vw;
  display: flex;
}

.content-wrap_right.flex-down {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.content-wrap_right.flex-down.margin-bottom {
  padding-bottom: 6vw;
}

.h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 2.3vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.15;
}

.h2.black {
  color: #000;
  letter-spacing: -1.5px;
}

.h2.black.no-margin {
  letter-spacing: -2px;
  margin-top: 0;
}

.h2.no-margin {
  margin-top: 0;
}

.h2.no-margin.center {
  text-align: center;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee-advanced__item-width.redwing {
  background-image: url('../images/tile-redwing_2x.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.estee {
  background-image: url('../images/estee-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.gstar {
  background-image: url('../images/tile-gstar.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.dyson {
  background-image: url('../images/dyson-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.intersport {
  background-image: url('../images/tile-intersport.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.rituals {
  background-image: url('../images/rituals-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.kiko {
  background-image: url('../images/kiko-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.heineken {
  background-image: url('../images/heineken-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.fenix {
  background-image: url('../images/tile-fenix.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee-advanced__item-width.drmartens {
  background-image: url('../images/drmartens-2.webp');
  background-position: 0 0;
  background-size: cover;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}

.section-resource {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.text-wrap_50 {
  width: 50vw;
  margin-top: 9em;
  margin-bottom: 3em;
}

.partner-block {
  background-image: linear-gradient(#303030, #101010);
  border: 1px solid #202020;
  border-radius: .5em;
  width: auto;
  height: auto;
  padding: .85vw .75vw;
}

.flex-center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.flex-center.flex-down {
  flex-flow: column;
}

.flex-center.max-60vw {
  flex-flow: column;
  width: 60vw;
}

.flex-center.max-60vw.margin-topbottom {
  width: 60vw;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.flex-center.max-60vw.margin-topbottom.no-margin-between, .flex-center.footer {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.flex-center.mobile-down {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90vw;
  display: grid;
}

.partner-logo-block {
  background-color: #ffffff0f;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  display: flex;
}

.h3 {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.3;
}

.h3.black {
  color: #000;
}

.h3.bigger {
  font-size: 1.8vw;
}

.partner-text-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin: 1.5em 1em;
  display: flex;
}

.partner-p {
  color: #fff;
  letter-spacing: -.35px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

.partner-logo-image {
  width: 100%;
  height: 100%;
}

.section-image {
  background-image: url('../images/display-image.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 60vh;
}

.section-offwhite {
  background-color: #f4f4f6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-50 {
  width: 50%;
}

.content-50.flex-down {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.usp-block {
  width: 50%;
  height: auto;
}

.cb-img-block {
  background-color: #fff;
  border-radius: .75vw;
  width: 5.5vw;
  height: 5.5vw;
  margin-bottom: 1.25vw;
}

.cb-img {
  border-radius: .75vw;
  width: 100%;
  height: 100%;
}

.cb-text {
  letter-spacing: -.5px;
  width: 85%;
  margin-top: .25vw;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5;
}

.cb-row {
  display: flex;
}

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

.display-img-1 {
  width: 30vw;
}

.img-wrapper {
  margin-top: -32vw;
  margin-bottom: 12vw;
}

.display-img-2 {
  z-index: 2;
  width: 30vw;
  margin-top: -30vw;
  margin-left: -20vw;
  position: absolute;
}

.display-img-4 {
  width: 22vw;
  height: auto;
  margin-top: 4vw;
  margin-left: -9vw;
}

.display-img-3 {
  width: 20vw;
  height: auto;
  margin-top: -17vw;
  margin-left: 34vw;
  position: absolute;
}

.btn-black {
  color: #fff;
  letter-spacing: -.3px;
  background-color: #000;
  border-radius: 10em;
  padding: 1em 1.5em;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
}

.accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-bottom-content {
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.accordion-css__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-css__item-icon-svg {
  width: 1em;
}

.accordion-css__item-icon {
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.3vw;
  height: 2.3vw;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.15vw 1.25vw 1.15vw 1.5vw;
  display: flex;
}

.accordion-css {
  width: 45vw;
  margin-top: 2.3vw;
  position: relative;
}

.accordion-css__item {
  background-color: #f4f4f6;
  border-radius: .6vw;
  list-style: none;
}

.accordion-css__item-h3 {
  letter-spacing: -.6px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3;
}

.accordion-css__item-p {
  color: #2c2c2c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.6;
}

.footer {
  background-color: #fff;
}

.footer-logo {
  width: 12vw;
}

.code-embed {
  width: 100%;
  margin-bottom: 0;
}

.meta-full {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.meta-full.bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.footer-meta {
  margin-top: 16vw;
  display: flex;
}

.footer-p {
  letter-spacing: -.6px;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 13px;
}

.footer-50 {
  width: 50%;
}

.footer-25 {
  width: 25%;
}

.nav {
  position: static;
  inset: 0% 0% auto;
}

.logo-wrap {
  width: auto;
}

.image-wrap-ios {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.program-meta {
  width: 90vw;
}

.time-text {
  color: #999;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

.time-text.black {
  color: #000;
}

.partner-block-small {
  width: auto;
  height: auto;
}

.partner-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-meta-bottom {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 3vw;
  display: flex;
}

.subheading-h3 {
  color: #a1a1a1;
  letter-spacing: -.5px;
  margin-top: -.35vw;
  margin-bottom: .65vw;
  font-family: Messina Sans, Arial, sans-serif;
  font-size: 1.15vw;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-h3.black {
  color: #000;
}

.subheading-h3.bigger {
  font-size: 1.8vw;
}

.btn-scroll {
  z-index: 1000;
  width: 100vw;
  height: 15vh;
  padding: 2.75vw;
  position: fixed;
  inset: 0% 0% auto auto;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-group {
  width: 90%;
  position: relative;
}

.demo-card__visual {
  background-color: #ffffff08;
  background-image: linear-gradient(135deg, #ffffff08, #ffffff14 11%, #ffffff08 16%, #ffffff12 58%, #ffffff17 63%, #ffffff08 73%, #ffffff0d 96%, #ffffff08);
  border: 1px solid #ffffff0d;
  border-radius: .5em;
  flex: 1;
}

.swiper-navigation {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 150%);
}

.swiper-slide {
  flex: none;
  width: 20vw;
  padding-right: 1.25em;
}

.swiper-navigation__button-arorw {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-navigation__button-arorw.is--prev {
  transform: rotate(-180deg);
}

.swiper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible !important;
}

.demo-card__title {
  color: #fff;
  font-size: 1.5em;
}

.demo-card {
  aspect-ratio: 4 / 5.25;
  background-color: #131313;
  border: 1px solid #ffffff26;
  border-radius: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1em;
  display: flex;
}

.swiper-navigation__button {
  z-index: 1;
  aspect-ratio: 1;
  pointer-events: auto;
  color: #000;
  background-color: #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3em;
  padding: 1em;
  display: flex;
  position: relative;
}

.demo-card__text {
  padding-top: 1em;
  padding-bottom: .25em;
  padding-left: .5em;
}

.swiper-pagination {
  pointer-events: auto;
  display: none;
  z-index: 0 !important;
}

.swipe_flex-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 36vw;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .meta-wrap {
    margin-left: 3rem;
  }

  .partner-block {
    width: 20vw;
  }

  .partner-text-wrap {
    margin: 2em 1.5em;
  }

  .logo-wrap {
    width: auto;
  }

  .footer-meta-bottom {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-scroll {
    z-index: 1000;
    height: 15vh;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .logo {
    width: 18vw;
  }

  .swiper-slide {
    width: 22vw;
    padding-right: 2rem;
  }

  .swipe_flex-wrap {
    height: 40rem;
  }
}

@media screen and (max-width: 991px) {
  .eyebrow-dot {
    width: .6vw;
    height: .6vw;
  }

  .eyebrow-text {
    font-size: 1.2vw;
  }

  .heading {
    letter-spacing: -1px;
    font-size: 5.5vw;
  }

  .p-32 {
    font-size: 1.8vw;
  }

  .btn-white-2 {
    font-size: 1.4vw;
  }

  .meta-book, .meta-sb {
    font-size: 1.3vw;
  }

  .flex-center {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .h3 {
    font-size: 2vw;
  }

  .partner-text-wrap {
    margin: 2vw 1vw;
  }

  .partner-p {
    letter-spacing: -.2px;
    font-size: 1.4vw;
  }

  .btn-black {
    font-size: 1.4vw;
  }

  .accordion-css__item-h3 {
    font-size: 1.6vw;
  }

  .time-text, .subheading-h3 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 90vh;
    margin-top: -80px;
  }

  .eyebrow-dot {
    width: 6px;
    height: 6px;
  }

  .content-wrap {
    padding: 20px;
  }

  .content-wrap.flex-down.max-width {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 16px 16px 32px;
  }

  .content-wrap.flex-center.padding-top-bottom.flex-down {
    flex-flow: column;
  }

  .content-wrap.margin-top {
    padding-top: 32px;
  }

  .eyebrow-text {
    font-size: 12px;
  }

  .heading {
    width: 85vw;
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 40px;
  }

  .p-32 {
    width: 90%;
    font-size: 16px;
  }

  .p-32.black.margin-top.margin-bottom, .btn-wrap {
    margin-bottom: 24px;
  }

  .btn-wrap.margin-top {
    margin-top: 32px;
  }

  .btn-white-2 {
    padding: 14px 24px;
    font-size: 14px;
  }

  .meta-wrap {
    width: auto;
    margin-left: 0;
  }

  .meta-book, .meta-sb {
    font-size: 12px;
  }

  .hero-bottom_left {
    flex-flow: wrap-reverse;
  }

  .hero-bottom_right {
    width: 96px;
  }

  .display-text {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .content-wrap_right {
    padding: 24px 24px 56px;
  }

  .content-wrap_right.mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    letter-spacing: -.5px;
    margin-top: 24px;
    font-size: 24px;
  }

  .h2.black {
    font-size: 36px;
  }

  .h2.black.no-margin {
    margin-top: 32px;
  }

  .marquee-advanced__item-width {
    width: 200px;
    height: 130px;
    margin: 6px;
  }

  .marquee-advanced__item-width.redwing {
    margin-right: 8px;
  }

  .section-resource {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-wrap_50 {
    width: auto;
    margin-top: 56px;
    margin-bottom: 0;
  }

  .text-wrap_50.disable {
    display: none;
  }

  .partner-block {
    width: 100%;
    padding: 18px;
  }

  .flex-center {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .flex-center.max-60vw.margin-topbottom.no-margin-between {
    width: 90vw;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .flex-center.footer {
    flex-flow: column;
  }

  .flex-center.mobile-down {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }

  .partner-logo-block {
    height: 120px;
  }

  .h3 {
    font-size: 21px;
  }

  .h3.black {
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.3;
  }

  .h3.bigger {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .partner-text-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin: 0;
  }

  .partner-p {
    font-size: 14px;
  }

  .section-image {
    background-image: url('../images/display-image.webp');
    background-position: 50%;
    background-size: cover;
    height: 50vh;
  }

  .content-50 {
    width: 100%;
  }

  .cb-img-block {
    border-radius: 8px;
    width: 48px;
    height: 48px;
  }

  .cb-img {
    border-radius: 8px;
  }

  .cb-text {
    margin-top: .5rem;
    font-size: 14px;
  }

  .btn-black {
    font-size: 14px;
  }

  .accordion-css__list {
    width: 100%;
  }

  .accordion-css__item-icon {
    width: 32px;
    height: 32px;
  }

  .accordion-css__item-top {
    padding: 12px 16px;
  }

  .accordion-css {
    width: 100%;
    margin-top: 24px;
  }

  .accordion-css__item {
    width: 100%;
  }

  .accordion-css__item-h3 {
    font-size: 16px;
  }

  .accordion-css__item-p {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .footer-logo {
    width: 30vw;
  }

  .meta-full {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
    display: grid;
  }

  .link-block {
    position: absolute;
    inset: auto 24px 24px auto;
  }

  .footer-meta {
    flex-flow: wrap-reverse;
  }

  .footer-p.specific {
    margin-top: 32px;
  }

  .footer-50, .footer-25 {
    width: 100%;
  }

  .logo-wrap {
    width: 130px;
  }

  .image-wrap-ios {
    width: 80%;
    height: 80%;
  }

  .time-text {
    font-size: 13px;
  }

  .time-text.black {
    margin-top: 12px;
    font-size: 18px;
  }

  .partner-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subheading-h3 {
    font-size: 16px;
  }

  .subheading-h3.black {
    margin-top: 12px;
    font-size: 21px;
    line-height: 1.3;
  }

  .subheading-h3.bigger {
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .swipe_flex-wrap {
    height: 400px;
  }
}


@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messina Sans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}