@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/67f81b65a4ca01c4fbcfeca5_ppneuemontreal-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/67f81b65a4ca01c4fbcfeca6_ppneuemontreal-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuecorp;
  src: url('../fonts/67f81b65a4ca01c4fbcfecc4_ppneuecorp-wideultrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.heading {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-weight: 600;
}

.orbit-tiles {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: relative;
  overflow: clip;
}

.orbit-tiles__collection {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.orbit-tiles__list {
  place-items: center;
  display: grid;
}

.orbit-tiles__item {
  will-change: transform, opacity, filter;
  grid-area: 1 / 1;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: max-content;
  display: flex;
}

.demo-card {
  aspect-ratio: 4 / 3;
  border-radius: .65em;
  width: clamp(16em, 25vw, 32em);
  position: relative;
}

.cover-image {
  mix-blend-mode: multiply;
  object-fit: scale-down;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block {
  z-index: 1;
  color: #000;
  background-color: #0808086b;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nav-dropdown__content-li {
  flex: 1;
}

.nav-end {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.menu-button__line {
  background-color: #2b1d15;
  width: 100%;
  height: 1px;
}

.nav-logo {
  width: 9.9em;
  line-height: 30px;
}

.nav-dropdown__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s cubic-bezier(.625, .05, 0, 1);
}

.nav-dropdown__link-inner {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-dropdown__link {
  color: #fff;
  background-color: #ebe7e4;
  border-radius: .25em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 20em;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown__link.is--static {
  color: #2b1d15;
  transition: background-color .2s cubic-bezier(.625, .05, 0, 1);
}

.nav-dropdown__link-bg {
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 100;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-dropdown {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 3em;
  position: fixed;
  left: 0;
  right: 0;
}

.menu-button {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: currentColor;
  border-radius: .25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: .75em;
  display: none;
}

.nav-bg {
  background-color: #fff;
  border-bottom-right-radius: .75em;
  border-bottom-left-radius: .75em;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-button {
  border: 1px solid;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.4;
  display: flex;
}

.nav-button.is--primary {
  color: #2b1d15;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}

.nav-dropdown__content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link__dropdown-icon {
  width: .875em;
}

.nav-center__list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.icon {
  width: 100%;
  height: 100%;
}

.nav-link__label {
  font-size: 1.25em;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.nav-container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.page-bg {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-dropdown__link-bubble {
  color: #fff;
  background-color: #2b1d15;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  padding: .25em;
  transition: transform .2s cubic-bezier(.625, .05, 0, 1);
  display: flex;
}

.nav-dropdown__link-label {
  font-size: 1.75em;
  transition: transform .2s cubic-bezier(.625, .05, 0, 1);
}

.nav-link {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  color: #fff;
  background-color: #0000;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  text-decoration: none;
  display: flex;
}

.nav-dropdown__img-overlay {
  z-index: 1;
  opacity: .25;
  background-image: linear-gradient(#0000, #0000 50%, #000);
  transition: opacity .2s cubic-bezier(.625, .05, 0, 1);
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 2;
  color: #000;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .heading-3 {
    margin-top: 0 !important;
    margin-bottom: 160px !important;
  }
}

.paragraph {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

[data-text="tquoteintro01"] {
  color: #fff;
}

.div-block-3 {
  color: #fff;
  text-align: center;
}

.div-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  gap: 4em;
  height: 200px;
  display: flex;
}

.div-block-6 {
  background-color: #000;
  width: 2px;
  height: 45%;
}

.heading-4 {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}

.container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 17px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-7 {
  background-color: #f6f6f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.heading-5 {
  text-align: center;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.image {
  mix-blend-mode: darken;
  width: 70%;
}

.div-block-8 {
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-9 {
  background-color: #f1f1f1;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.div-block-10 {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: static;
  inset: 0%;
}

.div-block-12 {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
}

.paragraph-2 {
  opacity: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-13 {
  z-index: 1;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  flex-flow: column;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.footer {
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.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: #d4cee5;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  transform: rotate(180deg);
}

.accordion-css__item-top {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  position: relative;
}

.accordion-css {
  max-width: 29em;
  position: relative;
}

.accordion-css__item {
  background-color: #efeeec;
  border-radius: .5em;
  list-style: none;
}

.accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3;
}

.accordion-css__item-p {
  color: #2c2c2c;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1.5;
}

.feature-pills__item-bg {
  z-index: 0;
  background-color: #ffffff14;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-collection {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-pills__item-button {
  z-index: 1;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.25em;
  display: flex;
  position: relative;
}

.feature-pills__visual-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__visual-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-pills__layout {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-pills__info-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.feature-pills__info-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  list-style: none;
  display: flex;
}

.feature-pills__item-icon {
  aspect-ratio: 1;
  background-color: #fff3;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-pills__item-label {
  letter-spacing: -.015em;
  white-space: nowrap;
  flex: none;
  font-size: 1.25em;
  font-weight: 500;
}

.feature-pills__close {
  z-index: 2;
  position: absolute;
  top: 1em;
  right: 1em;
}

.feature-pills__item-body-span {
  opacity: .5;
}

.feature-pills__col {
  width: 50%;
  position: relative;
}

.feature-pills__visual-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-pills__close-button {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 0 #000;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 2em;
  padding: 8px;
  display: flex;
  position: relative;
}

.feature-pills__item-content {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-body {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
}

.feature-pills__wrap {
  color: #f2f2f2;
  background-color: #272a2a;
  border: 2px solid #ffffff26;
  border-radius: 0;
  width: 100%;
  max-width: 75em;
  height: 45em;
  position: relative;
  overflow: clip;
}

.feature-pills__visual-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-pills__item-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-pills__info-item {
  padding: 0;
  position: relative;
}

.feature-pills__item-inner {
  width: max-content;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 1.5em 2em;
  display: flex;
}

.feature-pills__item-icon-bar {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 50%;
  padding: 0;
  position: absolute;
}

.feature-pills__item-icon-bar.is--horizontal {
  width: 50%;
  height: 1px;
}

.feature-pills__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-15 {
  background-color: #f6f6f4;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 22em;
  padding: 9px;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: auto;
  max-width: 80%;
  height: 9em;
  mix-blend-mode: darken;
}

.image-2[data-img="i401359b0"] {
  height: 11em;
}

@media screen and (max-width: 767px) {
  .div-block-15 {
    min-height: 0;
    padding-bottom: 1.5em;
  }

  .div-block-16 {
    margin-bottom: 1.5em;
  }

  .image-2 {
    height: 14em;
    max-width: 90%;
  }

  .image-2[data-img="i401359b0"] {
    height: 17em;
  }
}

.text-block-2 {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.div-block-16 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-17 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border: 2px solid #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #a0a0a0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-block-4 {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.text-block-5 {
  color: #a8a8a8;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-weight: 500;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_arrow-green {
  min-width: 17.8%;
  padding-top: 14.4%;
  position: absolute;
  inset: auto -20% 20% auto;
  transform: rotate(-110.169deg);
}

.contact_arrow-green.hide-mobile-landscape {
  transform: rotate(0);
}

.max-description.is-42rem {
  max-width: 42rem;
}

.img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tag {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #296df3;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 1.75rem;
  padding: .5rem .75rem;
  display: flex;
}

.form_message-error {
  background-color: #0000;
  margin-top: .75rem;
  padding: 0 .75rem;
}

.form_input {
  color: #0a0a0a;
  background-color: #fff;
  border-radius: .75rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  line-height: 1.4;
}

.form_input:hover {
  border: 1px solid #0c204b;
}

.form_input:focus, .form_input:focus-visible, .form_input[data-wf-focus-visible] {
  color: #0a0a0a;
}

.form_input::placeholder {
  color: #474747;
}

.form_input:lang(en) {
  color: #0a0a0a;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-text-area._3 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form_input._2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form_input._1 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form_field-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 60.5%;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.form_field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: transform .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  transform: scale(.97);
}

.text-color-secondary {
  color: #474747;
}

.contact_arrow-pink {
  min-width: 12.2%;
  padding-top: 15.4%;
  position: absolute;
  inset: 4% auto auto -28%;
}

.gap-section-xsmall {
  width: 100%;
  padding-top: 3rem;
}

.text-xs {
  letter-spacing: .15em;
  font-size: .75rem;
  line-height: 1.5;
}

.spacer-medium {
  width: 100%;
  padding-top: 1rem;
}

.h1 {
  color: #fff;
  letter-spacing: -.015em;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_message-success {
  background-color: #0000;
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 4rem 1.5rem;
  position: relative;
}

.form_message-success__icon {
  background-color: #16a34a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .5rem;
  display: flex;
}

.form_message-success__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

[data-text="t5a0ea5a1"] {
  color: #0a0a0a;
  text-align: center;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.6;
}

.vertical-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-19 {
  position: absolute;
  inset: 0%;
}

.text-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Ppneuecorp, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  text-decoration: none;
}

.div-block-20 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px;
  display: flex;
  position: relative;
}

.footer-contact {
  flex-flow: column;
  align-items: flex-start;
  gap: .4em;
  display: flex;
}

.footer-contact__text {
  color: #fff;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.footer-contact__label {
  font-weight: 600;
}

.footer-contact__text--sm {
  font-size: 1.6em;
}

.div-block-21 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-family: Ppneuecorp, Arial, sans-serif;
  font-size: 10em;
  line-height: 1em;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loading-header {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.cover-image-2 {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cover-image-2.is--bg {
  height: 130%;
}

.loading-screen__logo {
  width: clamp(6em, 7.5vw, 10em);
  position: absolute;
  bottom: 2em;
}

.loading-container {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.loading-screen__list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.loading-screen {
  pointer-events: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: clip;
}

.loading-screen__background {
  background-color: #14273a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loading-header__h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10dvh;
  font-size: min(19vw, 9em);
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.loading-screen__card {
  aspect-ratio: 3 / 4;
  border-radius: .5em;
  width: 10em;
  font-size: max(1.5vw, 2em);
  background-color: #fff;
  position: absolute;
}

.div-block-24 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-button.md--hide {
    display: none;
  }

  .nav-link__label {
    font-size: 1em;
  }

  .nav-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nav-inner {
    padding-top: 1.25em;
  }

  .nav-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .feature-pills__item-button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-pills__layout {
    flex-flow: column;
  }

  .feature-pills__info-collection {
    padding: 2.5em 0 4em;
  }

  .feature-pills__info-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .feature-pills__col {
    width: 100%;
  }

  .feature-pills__col.is--visual {
    aspect-ratio: 1;
    border-radius: 1.25em;
    order: -9999;
    overflow: hidden;
  }

  .feature-pills__wrap {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    height: auto;
  }

  .feature-pills__info-item {
    width: var(--content-item-expanded);
  }

  .feature-pills__item-inner {
    max-width: 100%;
  }

  .contact_arrow-green {
    min-width: 16.8%;
    padding-top: 13.4%;
    right: -18%;
  }

  .form_field-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact_arrow-pink {
    left: -15%;
  }
}

@media screen and (max-width: 767px) {
  .nav-end {
    z-index: 2;
    position: relative;
  }

  .nav-logo {
    z-index: 1;
    position: relative;
  }

  .nav-dropdown__overflow {
    grid-template-rows: 0fr;
    width: 100%;
    display: grid;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown__link {
    aspect-ratio: 1;
    height: auto;
    padding: 1em;
  }

  .nav-dropdown {
    opacity: 100;
    pointer-events: auto;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    inset: auto;
  }

  .menu-button {
    display: flex;
  }

  .nav-bg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 0;
  }

  .nav-dropdown__content {
    grid-gap: .75em;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1em;
    padding-bottom: 1em;
    display: grid;
  }

  .nav-center__list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding-top: 8em;
    overflow: hidden scroll;
  }

  .nav-link__label {
    font-size: 2em;
  }

  .nav-dropdown__overflow-inner {
    flex-flow: column;
    width: 100%;
    height: 1000000%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown__link-label {
    font-size: 1.25em;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 1.25em;
  }

  .nav-center {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: -1.25em;
    right: -1.25em;
    transform: translate(0, 1em);
  }

  .contact_form {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    border-radius: 1rem;
    max-width: none;
    padding: 1.25rem;
  }

  .gap-section-xsmall {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-end {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-logo {
    width: 6.5em;
  }

  .nav-dropdown__link {
    padding: .75em;
  }

  .menu-button {
    width: 2.5em;
    height: 2.5em;
  }

  .nav-button.is--primary {
    height: 2.5em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .nav-link__label {
    font-size: 1.3em;
  }

  .nav-dropdown__link-bubble {
    width: 1.25em;
    height: 1.25em;
    padding: .375em;
  }

  .nav-dropdown__link-label {
    font-size: 1em;
  }

  .nav-link {
    width: auto;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    padding: 10vh 10px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 1em;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1em;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-flow: column;
    gap: 1.5em;
    height: auto;
  }

  .div-block-6 {
    width: 60%;
    height: 1px;
  }

  .heading-5 {
    font-size: 3em;
  }

  .text-block {
    font-size: 1.5em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .feature-pills__item-bg {
    background-color: #00000014;
  }

  .feature-pills__item-button {
    background-color: #000;
  }

  .feature-pills__info-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-pills__col.is--visual {
    border-radius: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    height: auto;
  }

  .text-block-2 {
    font-size: 1.5em;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

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

  .contact_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    align-self: stretch;
    margin-bottom: 0;
    padding: 1rem;
  }

  .h1 {
    font-size: 3.2rem;
  }

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

  .vertical-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-large {
    max-width: 100%;
  }

  .text-link {
    font-size: 1em;
  }

  .loading-container {
    display: block;
  }

  .image-4 {
    width: 100%;
    height: 100%;
  }
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/67f81b65a4ca01c4fbcfeca5_ppneuemontreal-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/67f81b65a4ca01c4fbcfeca6_ppneuemontreal-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuecorp';
  src: url('../fonts/67f81b65a4ca01c4fbcfecc4_ppneuecorp-wideultrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.floating-cta {
  color: #2b1d15;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: .25em;
  align-items: center;
  height: 3em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 3em;
  text-decoration: none;
  display: flex;
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 999;
  box-shadow: 0 .5em 1.5em rgba(0, 0, 0, .25);
}

.footer-social {
  justify-content: flex-start;
  align-items: center;
  gap: .6em;
  padding: 0;
  margin-top: .2em;
  display: flex;
  position: relative;
}

.footer-social__icon {
  color: #fff;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social__icon svg {
  width: 100%;
  height: 100%;
}

.footer-social__soon {
  opacity: .5;
  text-transform: none;
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .floating-cta {
    right: 1em;
    bottom: 1em;
    height: 2.75em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: .9em;
  }
}

.trusted-by__row {
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  padding-top: 1em;
  display: flex;
}

.trusted-by__logo {
  height: 8.5em;
  width: auto;
  max-width: 16em;
  object-fit: contain;
  opacity: .85;
}

@media screen and (max-width: 479px) {
  .trusted-by__logo {
    height: 5.5em;
    max-width: 10em;
  }
}

.form_checkbox-row {
  color: #fff;
  align-items: center;
  gap: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: .9em;
  display: flex;
}

.form_checkbox-row label {
  align-items: center;
  gap: .5em;
  display: flex;
}

.product-gallery__nav {
  color: #2b1d15;
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .2s;
  box-shadow: 0 .15em .5em rgba(0, 0, 0, .18);
}

.product-gallery:hover .product-gallery__nav {
  opacity: 1;
}

.product-gallery__nav--prev {
  left: .6em;
}

.product-gallery__nav--next {
  right: .6em;
}

.product-gallery__dots {
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: .4em;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: .6em;
  transform: translateX(-50%);
}

.product-gallery__dot {
  cursor: pointer;
  background: rgba(43, 29, 21, .3);
  border-radius: 50%;
  width: .45em;
  height: .45em;
  transition: background .2s, transform .2s;
}

.product-gallery__dot.is-active {
  background: #2b1d15;
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .product-gallery__nav {
    opacity: 1;
  }
}

[data-text="tquoteintro01"] {
  color: #fff;
}

[data-text="ttrustedbysub01"] {
  text-align: center;
  margin-top: -80px;
}

.footer-social {
  position: relative;
  z-index: 3;
}

#contact {
  scroll-margin-top: 4.5em;
}

@media screen and (max-width: 767px) {
  .container-large {
    padding-top: 4.5em;
  }

  .h1 {
    font-size: 2.4rem;
  }

  .div-block-22 {
    padding-bottom: 4.5em;
  }

  .section.footer {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
}