@font-face {
  font-family: Gt-Walsheim-Trial;
  src: url('../fonts/GT-Walsheim-Condensed-Black-Trial.woff2') format("woff2"), url('../fonts/GT-Walsheim-Condensed-Black-Trial.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: OfficeTimes-Trial;
  src: url('../fonts/OfficeTimesSharp-Regular.woff2') format("woff2"), url('../fonts/OfficeTimesSharp-Regular.woff') format("woff"), url('../fonts/OfficeTimesSharp-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-family: Inter, sans-serif;
  --dark: black;
  --serif-family: OfficeTimes-Trial, "Times New Roman", sans-serif;
  --primary-family: Gt-Walsheim-Trial, Arial, sans-serif;
  --brand: #e5e060;
  --brand-hover: #f1ec7e;
  --brand-dark: #d7cd47;
  --light: white;
  --clip-path: 100%;
}

body {
  font-family: var(--body-family);
  color: var(--dark);
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

h1 {
  font-family: var(--serif-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  font-family: var(--serif-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  font-family: var(--primary-family);
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  font-family: var(--primary-family);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

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

.t-sans {
  font-family: var(--primary-family);
  font-weight: 900;
}

.hero-image-container {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38rem;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: 3;
  aspect-ratio: 2.88 / 6;
  object-fit: cover;
  width: 18em;
  display: block;
  position: relative;
}

.tunnel-embed {
  z-index: 0;
  width: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-modal {
  width: 12.25rem;
}

.hero-tunnel {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.intro-section {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.hero-section {
  padding-top: 8rem;
}

.u-bg-accent {
  background-color: var(--brand);
}

.feature-section {
  border-bottom: 1px solid #00000014;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.feature-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 66%;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
}

.feature-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 2.5rem;
  height: auto;
  display: block;
}

.feature-image {
  flex: 1;
  display: flex;
}

.feature-image-phone {
  width: 17.375rem;
}

.u-flex-align-r {
  justify-content: flex-end;
  display: flex;
}

.media-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.logos-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section {
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.main-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand);
  box-shadow: 0 0 0 0 var(--brand);
  font-family: var(--primary-family);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 6rem;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.main-cta:hover {
  background-color: var(--brand-hover);
  box-shadow: 0 0 0 .5rem var(--brand);
}

.main-cta:active {
  background-color: var(--brand-dark);
  box-shadow: 0 0 0 0rem var(--brand-dark);
}

.main-cta.soon {
  opacity: .5;
  pointer-events: none;
  background-color: #b8b8b5;
  position: relative;
}

.cta-flex-row, .u-flex-align-c {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-section {
  z-index: 5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.s-logo {
  z-index: 1;
  height: 3rem;
}

.s-logo.s-logo-bot {
  display: none;
}

.links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.u-link {
  box-shadow: 0 0 0 0 var(--brand);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--dark);
  background-color: #ffffffa3;
  border-radius: 999rem;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: box-shadow .3s;
}

.u-link:hover {
  box-shadow: 0 0 0 2px var(--brand);
}

.header-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand);
  box-shadow: 0 0 0 0 var(--brand);
  color: var(--dark);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-link:hover {
  background-color: var(--brand-hover);
  box-shadow: 0 0 0 2px var(--brand);
}

.btn-link:active {
  background-color: var(--brand-dark);
  box-shadow: 0 0 0 0 var(--brand-dark);
}

.btn-image {
  width: 1.5em;
}

.hero-look-rainy {
  z-index: 1;
  transform-style: preserve-3d;
  width: 10em;
  display: block;
  position: absolute;
  top: 26%;
  left: 25%;
  transform: rotateX(0)rotateY(30deg)rotateZ(0);
}

.hero-look-summer {
  z-index: 1;
  transform-style: preserve-3d;
  width: 10em;
  display: block;
  position: absolute;
  top: 16%;
  right: 30%;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

.hero-image-wrapper {
  z-index: 1;
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: none;
}

.hero-look-dating {
  z-index: 1;
  transform-style: preserve-3d;
  width: 10em;
  display: block;
  position: absolute;
  bottom: 25%;
  right: 20%;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

.hero-look-autumn {
  z-index: 1;
  transform-style: preserve-3d;
  width: 10em;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 10%;
  transform: rotateX(0)rotateY(30deg)rotateZ(0);
}

.hero-modal-image-2 {
  z-index: 1;
  transform-style: preserve-3d;
  width: 12.25em;
  position: absolute;
  top: 25%;
  right: 10%;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

.media-logo-image {
  height: 4em;
}

.copyright-text {
  padding: .5rem 1rem;
}

.tunnel-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0 15% 85%, #fff);
  position: absolute;
  inset: 0%;
}

.loader-embed {
  display: inline-block;
}

.preloader-wrapper {
  z-index: 999;
  background-color: var(--brand);
  clip-path: circle(var(--clip-path) at 50% 50%);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.lottie-loader {
  position: absolute;
}

.hide {
  display: none;
}

.hero-cursor {
  z-index: 5;
  width: 4rem;
  position: absolute;
}

.feature-image-wrapper {
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  will-change: filter;
}

.disabled {
  opacity: .3;
}

.small {
  font-size: .8em;
}

.soon-text {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  font-family: var(--body-family);
  background-color: #f5f5f5cc;
  border-radius: 1rem;
  padding: 4px .5rem;
  font-weight: 500;
  position: absolute;
  inset: .5rem 1rem auto auto;
}

.press-link {
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
}

.press-link:hover {
  opacity: .5;
}

.press-link:active {
  transform: scale(.96);
}

@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: .5rem;
  }

  .hero-image-container {
    height: 36em;
  }

  .hero-image {
    width: 15em;
  }

  .hero-tunnel {
    object-fit: fill;
    width: auto;
    height: 100%;
  }

  .intro-section {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .hero-section {
    padding-top: 7rem;
    overflow: hidden;
  }

  .feature-content {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feature-image {
    justify-content: center;
  }

  .feature-image-phone {
    width: 15em;
  }

  .media-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .main-cta {
    width: 100%;
    padding: 2.5rem 5rem;
  }

  .footer-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-look-rainy {
    left: 15%;
  }

  .hero-look-summer {
    top: 15%;
    right: 25%;
  }

  .hero-look-dating {
    bottom: 15%;
    right: 10%;
  }

  .hero-look-autumn {
    bottom: 5%;
    left: -10%;
  }

  .hero-modal-image-2 {
    right: -5%;
  }

  .soon-text {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-image-container {
    height: 28em;
  }

  .hero-image {
    width: 12em;
  }

  .feature-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-phone {
    width: 12em;
  }

  .media-section, .cta-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-wrap {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .footer-link.u-link {
    flex: 1;
  }

  .s-logo {
    order: -1;
  }

  .hero-look-rainy, .hero-look-summer {
    width: 6em;
  }

  .hero-look-dating {
    width: 6em;
    bottom: 25%;
  }

  .hero-look-autumn {
    width: 6em;
    left: 5%;
  }

  .hero-modal-image-2 {
    width: 10em;
    right: -10%;
  }

  .copyright-text {
    text-align: center;
    order: 999;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-container {
    height: 32em;
  }

  .hero-image {
    width: 14em;
  }

  .feature-content {
    order: -1;
    width: 100%;
  }

  .feature-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .feature-icon {
    width: 2rem;
  }

  .feature-image-phone {
    width: 14em;
  }

  .media-section {
    padding-bottom: 2rem;
  }

  .logos-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .cta-section {
    padding-top: 2rem;
  }

  .main-cta {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 2rem 4rem;
  }

  .main-cta.soon {
    pointer-events: none;
  }

  .cta-flex-row {
    flex-flow: wrap;
  }

  .footer-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    border-bottom: 1px solid #00000014;
    justify-content: space-between;
    width: 100%;
    padding-bottom: .5rem;
  }

  .footer-link.u-link {
    border-radius: 0;
  }

  .s-logo {
    order: 1;
  }

  .s-logo.header-logo {
    order: -1;
  }

  .links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .btn-image {
    display: none;
  }

  .hero-look-rainy {
    left: -8%;
  }

  .hero-look-summer {
    right: 0%;
  }

  .hero-look-dating {
    right: -10%;
  }

  .hero-look-autumn {
    bottom: 2%;
    left: -15%;
  }

  .hero-modal-image-2 {
    right: -40%;
  }

  .copyright-text {
    text-align: center;
    order: 999;
    width: 100%;
    margin-top: .5rem;
  }

  .contact-icon {
    order: 1;
  }
}


@font-face {
  font-family: 'Gt-Walsheim-Trial';
  src: url('../fonts/GT-Walsheim-Condensed-Black-Trial.woff2') format('woff2'), url('../fonts/GT-Walsheim-Condensed-Black-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OfficeTimes-Trial';
  src: url('../fonts/OfficeTimesSharp-Regular.woff2') format('woff2'), url('../fonts/OfficeTimesSharp-Regular.woff') format('woff'), url('../fonts/OfficeTimesSharp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}