@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/NeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #e9381d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

.section.theme-dark {
  color: #fff;
  background-color: #000;
  font-family: schoolbook, sans-serif;
}

.container {
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container.is-hero {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-contact {
  justify-content: center;
  align-items: center;
  min-height: 680px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.container.is-footer {
  max-width: 100%;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.is-swiper {
  max-width: 100%;
  min-height: auto;
  padding-left: 0;
}

.hero-code {
  margin: 0;
}

.hero-heading {
  z-index: 9;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero {
  color: #000;
  text-align: center;
  letter-spacing: -.6rem;
  text-transform: uppercase;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: clamp(80px, 12vw, 120px);
  font-weight: 500;
  line-height: 80%;
}

.title-big {
  text-align: center;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: schoolbook, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 95%;
}

.title-big.is-sans {
  letter-spacing: -.1rem;
  font-family: Neue Montreal, Arial, sans-serif;
}

.subtitle {
  text-align: center;
  text-wrap: balance;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.founder-image {
  mix-blend-mode: luminosity;
  width: 100%;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.uppercase {
  text-align: center;
  letter-spacing: .025rem;
  text-transform: uppercase;
  text-wrap: balance;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 100%;
}

.services-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.services-item {
  text-align: center;
  letter-spacing: -.125rem;
  text-transform: none;
  text-wrap: balance;
  font-family: schoolbook, sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 100%;
}

.button {
  color: #000;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  background-color: #0000;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 4rem;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.is-dark {
  color: #000;
}

.button.is-small {
  letter-spacing: -.01rem;
  text-transform: none;
  padding: .375rem 1.75rem;
  font-family: schoolbook, sans-serif;
  font-weight: 400;
}

.button.is-light {
  color: #fff;
}

.button.is-light:hover {
  color: #000;
}

.button.footer-cta {
  color: #fff;
  text-transform: none;
  border-radius: 8px;
  align-self: center;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
}

.button.footer-cta:hover {
  color: #000;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.footer-row.is-hero {
  background-color: #e84a33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-row.is-about {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.footer-row.is-contact {
  justify-content: center;
  align-items: center;
  min-height: 680px;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.footer-logo {
  letter-spacing: -.1rem;
  text-transform: uppercase;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.footer-text {
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
}

.footer-text.is-last {
  margin-right: auto;
}

.section-row {
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.inline-link {
  color: #fff;
  text-decoration: none;
}

.inline-link:hover {
  text-underline-offset: 15%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.founder-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption {
  text-align: center;
  letter-spacing: -.01rem;
  text-wrap: balance;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.25;
}

.swiper, .swiper.spaced {
  padding: 6rem 2.5rem;
}

.swiper-wrapper {
  display: flex;
}

.marquee-row {
  background-color: var(--primary);
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  overflow: hidden;
}

.marquee-row.is-dark {
  color: #fff;
  background-color: #000;
}

.marquee-row.is-red {
  justify-content: flex-start;
  align-items: center;
  height: 12rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.marquee-text {
  letter-spacing: -.25rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 5rem;
  line-height: 1;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
  height: auto !important;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}

.top-message {
  text-align: center;
  letter-spacing: -.025rem;
  text-wrap: balance;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  inset: 2rem auto auto;
}

.bottom-message {
  text-align: center;
  letter-spacing: -.025rem;
  text-underline-offset: 25%;
  text-wrap: balance;
  font-family: Neue Montreal, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: underline;
  position: absolute;
  inset: auto auto 3rem;
}

.bottom-message:hover {
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .section {
    overflow: hidden;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero {
    letter-spacing: -.25rem;
    font-size: 18vw;
  }

  .title-big {
    font-size: 2.1rem;
  }

  .services-item {
    font-size: 1.8rem;
  }

  .button.footer-cta {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    border-top-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 3rem;
    display: grid;
  }

  .footer-logo {
    white-space: nowrap;
  }

  .footer-text.is-last, .image-source {
    display: none;
  }

  .swiper.spaced {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .marquee-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .marquee-text {
    letter-spacing: -.2rem;
    font-size: 3.2rem;
  }

  #w-node-af485a79-c6ae-f05d-e88c-c70ba4ad9007-b72d0f40 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f6e5ece4-9eaf-5bc4-da57-be52e1a77f3f-b72d0f40, #w-node-_4678fb87-df25-72eb-0876-c83c67ef190b-b72d0f40 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_535cbdf7-aa70-a45f-8c3c-895ab309b96b-b72d0f40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}