@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ppmondwest;
  src: url('../fonts/PPMondwest-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  background-color: #0000;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

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

a {
  text-decoration: none;
}

.footer {
  color: #161616;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-family: Ppmondwest, Arial, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer.black {
  opacity: .5;
  color: #e3e1de;
  font-family: Ppmondwest, Arial, sans-serif;
}

.footer.white {
  opacity: .5;
}

.footer-link {
  color: #16161680;
  font-size: .75rem;
}

.footer-link.white {
  opacity: .5;
  color: #fff;
}

.body-black {
  color: #e3e1de;
  background-color: #1da1be;
  overflow: clip;
}

.home-hero-marquee_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.social-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .5;
  color: #fff;
  flex-flow: row;
  display: flex;
}

.social-link {
  color: #fff;
  font-size: .75rem;
}

.social-link.black {
  color: #0a0a0a;
}

.hide {
  display: none;
}

.footer-text {
  opacity: .5;
  font-size: .75rem;
  line-height: 1.3;
}

.text-wrap {
  position: relative;
  overflow: hidden;
}

.nav {
  z-index: 9999;
  position: absolute;
  inset: 0% 0% auto;
}

.image_trail_section_hero {
  color: #fff;
  background-color: #000;
  background-image: url('../images/black-mask.png');
  background-position: 50% 19%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.content_bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image_wrap {
  position: absolute;
  inset: 25px auto auto 25px;
}

.content_img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer_rel {
  z-index: 149;
  position: relative;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.25rem;
  display: flex;
}

.navigation_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #e3e1de;
  background-color: #161616;
  border: 1px solid #fff;
  border-radius: 6.25rem;
  justify-content: space-between;
  align-items: center;
  padding: .875rem 1.84375rem;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 1.25rem;
  display: flex;
}

.navigation-button.no-bg {
  background-color: #0000;
  padding-left: 1.53125rem;
  padding-right: 1.53125rem;
}

.navigation-button.no-bg.hide-mobile.hide {
  display: none;
}

.navigation-button.no-bg.white-page {
  color: #0a0a0a;
  border-color: #0a0a0a;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navigation-button.no-bg.white-page.is-sticky-mobile {
  display: none;
}

.navigation-button.white {
  color: #0a0a0a;
  background-color: #fff;
}

.btn-text {
  color: #000;
  font-family: Droid Serif, serif;
}

.text-wrap-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_border {
  background-image: linear-gradient(90deg, #25203000, #0a0a0a80 50%, #25203000);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0%;
}

.nav_border.white {
  background-image: linear-gradient(90deg, #fff0, #ffffff80 50%, #fff0);
}

.code-embed-2 {
  width: 1.5rem;
  margin-bottom: -12px;
}

.image {
  width: 36px;
}

.text-wrap-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-border {
  background-image: linear-gradient(90deg, #25203000, #0a0a0a80 50%, #25203000);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
}

.footer-border.white {
  background-image: linear-gradient(90deg, #fff0, #ffffff80 50%, #fff0);
}

.hero-text-wrap {
  justify-content: center;
  align-items: center;
  display: none;
}

.btn-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-wrap.hide {
  display: none;
}

.page-inner {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.heading_text {
  color: #0a0a0a;
  letter-spacing: -2px;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.heading_text.white {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: .9;
}

.ar_1 {
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: .12px;
  border: 1px solid #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 2.25rem;
  font-family: Ppmondwest, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.ar_2 {
  position: absolute;
  inset: 0%;
}

.text-wrap-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_arrow-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-wrap {
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  .image_trail_section_hero {
    padding-top: 3rem;
  }

  .center-text {
    font-size: 3.5rem;
  }

  .button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer.black {
    height: 6rem;
  }

  .footer-link.white, .social-wrap, .footer-text {
    display: none;
  }

  .text-wrap {
    display: flex;
  }

  .navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-button.no-bg.hide-mobile {
    display: none;
  }

  .navigation-button.no-bg.white-page.is-sticky-mobile {
    background-color: #fff;
    display: flex;
    position: fixed;
    bottom: 1rem;
  }

  .navigation-button.white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    padding: .5rem 1rem;
  }

  .image {
    width: 1.5rem;
    margin-bottom: -7px;
  }

  .div-block {
    z-index: 150;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .center-text {
    font-size: 2.5rem;
  }

  .page-inner {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    margin-top: 0;
  }

  .heading_text.white {
    font-size: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .navigation {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navigation_buttons-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .navigation-button {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navigation-button.no-bg.white-page.is-sticky-mobile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 2.1rem;
    justify-content: center;
    left: 5%;
    right: 5%;
  }

  .navigation-button.white {
    display: flex;
  }

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

  .btn-wrap {
    flex-flow: column;
    align-self: center;
    margin-top: 0;
  }

  .page-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-self: stretch;
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Hide Webflow badge */
.w-webflow-badge { display: none !important; }


/* === Custom fixes === */
/* Hide nav "lets talk" white button on mobile (sticky one replaces it) */
@media screen and (max-width: 767px) {
  .navigation-button.white {
    display: none;
  }
}

/* Prevent "or don't" button text from wrapping on desktop */
.navigation-button .btn-text {
  white-space: nowrap;
}
.navigation-button {
  white-space: nowrap;
}
