:root {
  --black: black;
  --white: white;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.35;
}

.page-wrapper {
  z-index: 1;
  width: 100%;
  height: 100svh;
  position: relative;
}

.main {
  height: 100dvh;
  position: relative;
}

.header {
  z-index: 2000;
  pointer-events: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-container {
  z-index: 100;
  width: 100%;
  max-width: 120rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.u-section {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding-bottom: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.u-section.is-1 {
  z-index: 500;
  display: flex;
}

.u-section.is-2 {
  z-index: 400;
  display: flex;
}

.u-section.is-3 {
  z-index: 300;
  display: flex;
}

.u-section.is-4 {
  z-index: 200;
  display: flex;
}

.stylesheet {
  display: none;
}

.grid {
  z-index: 99999;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.grid__wrapp {
  grid-column-gap: 1.25rem;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.grid__col {
  background-color: #f531311a;
  flex: 1;
  height: 100%;
}

.grid__inner {
  grid-column-gap: 1.5rem;
  border-left: 1px solid #f003;
  border-right: 1px solid #ff080833;
  justify-content: center;
  width: 100%;
  max-width: 59.625rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.u-text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.stg-hero {
  color: #000;
  border-bottom: 1px dashed #0000001a;
  padding-top: 96px;
  padding-bottom: 32px;
}

.stg-section {
  color: #f4f4f4;
}

.u-support {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 110%;
}

.u-title-xs {
  letter-spacing: -.01rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.u-title-l {
  letter-spacing: -.09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.u-title-xl {
  letter-spacing: -.16875rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.1875rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: .8;
}

.stg-container {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.u-title-xxs {
  color: #19171a;
  letter-spacing: .0225rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
}

.button__icon-embed {
  width: 1.5rem;
  height: 1.5rem;
}

.u-title-s {
  letter-spacing: -.04125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
}

.stg-wrapper {
  color: #000;
  background-color: #f5f3f0;
}

.button__icon-wrapper {
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.button__icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  transition: transform .2s cubic-bezier(.22, 1, .36, 1);
  display: flex;
}

.u-text-normal {
  letter-spacing: -.0125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  background-color: var(--white);
  color: var(--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1rem .8125rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: #fffc;
}

.u-text-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.u-title-m {
  letter-spacing: -.08438rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.1;
}

.stg-label {
  color: #19171a;
  background-color: #4353ff26;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.stg-row {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  color: #000;
  border-bottom: 1px dashed #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 564px);
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.stg-row.is-full {
  flex-direction: column;
  display: flex;
}

.u-section__image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

.u-section__image.is-3 {
  object-position: 50% 20%;
}

.u-section__image.is-2 {
  object-position: 50% 10%;
}

.u-section__gradient {
  z-index: 10;
  opacity: .5;
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.text-link {
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #9db8c4;
  border: 1px solid #9db8c4;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .8125rem 1.1875rem .8125rem 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #7e939d;
  border-color: #7e939d;
}

.button__text {
  line-height: 1;
}

.button__icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 4px;
}

.c-button {
  border: 1px solid var(--white);
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .8125rem 1.1875rem .8125rem 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.c-button:hover {
  background-color: #7e939d;
  border-color: #7e939d;
}

.u-section__action {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.u-section__content {
  width: 100%;
}

.u-section__text {
  max-width: 30rem;
}

.u-section__footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5rem;
  font-size: .875rem;
  display: flex;
}

.op-50 {
  opacity: .5;
}

.u-section__title {
  margin-bottom: 1.5rem;
}

.header__logo {
  transform-origin: 0 0;
  width: auto;
  height: 2rem;
  display: block;
  transform: scale(4);
}

.button-text {
  color: var(--white);
  border-bottom: 1px #000;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.contact__info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact__info__label {
  opacity: .5;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}

._12-col-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.made-by {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.legal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.wrapper {
  height: 100dvh;
  position: relative;
}

@media screen and (max-width: 991px) {
  .u-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .u-section__image.is-3 {
    width: 120vw;
    max-width: none;
    left: -10vw;
  }

  .u-section__image.is-2 {
    width: 120vw;
    max-width: none;
  }

  .u-section__action {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header__logo {
    transform: scale(2);
  }

  .contact__info {
    margin-bottom: 2.5rem;
  }

  .contact__info.mb-0 {
    margin-bottom: 0;
  }

  .contact__info__label {
    margin-bottom: 1rem;
  }

  ._12-col-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .legal {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-text-small {
    line-height: 1.22;
  }

  .u-title-l {
    font-size: 2rem;
    line-height: 1.1;
  }

  .u-title-xl {
    font-size: 3.125rem;
  }

  .u-title-xxs {
    font-size: .8125rem;
    line-height: 1;
  }

  .u-title-s {
    font-size: 1.1875rem;
    line-height: 1.2;
  }

  .button__icon {
    margin-left: .625rem;
  }

  .u-text-normal, .u-text-xsmall {
    line-height: 1.22;
  }

  .u-title-m {
    letter-spacing: -.05rem;
    font-size: 1.4375rem;
    line-height: 1.1;
  }

  .u-section__image.is-1 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 150%;
    max-width: none;
    left: -20%;
  }

  .u-section__image.is-3 {
    width: 150vw;
    left: -40vw;
  }

  .u-section__image.is-2 {
    width: 180vw;
  }

  .u-section__gradient {
    object-position: 50% 50%;
  }

  .u-section__action {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .u-section__footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.75rem;
  }

  .contact__info__label {
    margin-bottom: 0;
  }

  ._12-col-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .u-title-xl {
    letter-spacing: -.1rem;
    font-size: 2rem;
  }

  .stg-row {
    flex-direction: column;
    display: flex;
  }

  .u-section__image.is-1 {
    object-position: 60% 50%;
    width: 200%;
    left: -30%;
  }

  .u-section__image.is-3 {
    width: 200vw;
    left: -70vw;
  }

  .u-section__image.is-2 {
    width: 200vw;
  }

  .u-section__action {
    grid-row-gap: .5rem;
  }

  .contact__info {
    font-size: 1rem;
  }

  .contact__info__label {
    font-size: .875rem;
  }
}

#w-node-_2a95a054-4b9a-f4b1-ea92-d233a30e0990-9fb7d4d6, #w-node-_85fc0c57-17b5-339c-d537-7ff5da989105-9fb7d4d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-b09eb4d7-f473-14bd-72fe-9daaaa468b47-9fb7d4d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3271a2e4-1332-1ad9-7502-7ad3fbf01b1c-9fb7d4d6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_5552dbb8-e901-9a01-f89b-a169e2b4abf0-9fb7d4d6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_64242470-bc34-246d-93cc-98a62c287482-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_64242470-bc34-246d-93cc-98a62c287484-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb4f-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb51-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb57-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb59-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb5f-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb61-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb67-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb69-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb6f-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb71-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb77-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb79-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb7f-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb81-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb87-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb89-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb8f-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb91-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb97-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2d9b50c9-ce6e-3a58-dbc8-160a8a7dbb99-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64242470-bc34-246d-93cc-98a62c28749a-9fb7d4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/63c95f4822505120ec74bca5_PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}