@font-face {
  font-family: Avenirnext;
  src: url('../fonts/avenirnext-demibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Avenirnext;
  src: url('../fonts/avenirnext-heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans Variablefont Wght;
  src: url('../fonts/publicsans-variablefont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --bold: Avenirnext, Arial, sans-serif;
}

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

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

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

.testimonial-lines__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-lines__list {
  width: 100%;
  display: grid;
  position: relative;
}

.testimonial-lines__main-details {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-lines {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-lines__main {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-lines__item-details {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-lines__p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

.testimonial-lines__p.is--faded {
  opacity: .5;
  color: #fff;
}

.testimonial-lines__controls {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-lines__item {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  opacity: 0;
  visibility: hidden;
  flex-flow: row;
  grid-area: 1 / 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-lines__item.is--active {
  opacity: 100;
  visibility: visible;
  flex-flow: row;
}

.testimonial-lines__item-visual {
  aspect-ratio: 1;
  border-radius: 0;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.testimonial-lines__button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
}

.testimonial-lines__arrow {
  width: .75em;
}

.testimonial-lines__h {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
}

.testimonial-lines__count {
  width: 1ch;
  display: inline-block;
}

.testimonial-lines__collection {
  width: 100%;
}

.container {
  max-width: 1440px;
  padding: 65px;
  position: relative;
}

.div-block {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: relative;
}

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

.div-block-2 {
  background-color: #2c2c2ca8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.hero-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  z-index: 0;
  width: 60%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-6 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1em;
}

.heading.white {
  color: #fff;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-9 {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-left: 10px;
  display: flex;
  position: fixed;
  inset: auto auto 5% 0%;
}

.section-2 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5em;
  display: block;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-3 {
  background-color: #fff;
  height: 95vh;
  position: relative;
}

.container-2 {
  max-width: 1440px;
  height: auto;
  padding: 5em 10px;
}

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

.div-block-11 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 40vh;
  display: flex;
}

.div-block-12 {
  height: 40vh;
  overflow: hidden;
}

.radial-gsap-slider__controls {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
}

.demo-card {
  color: #353d35;
  text-align: center;
  background-color: #e8e8e2;
  border-radius: 1.375em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .625em;
  padding-left: .625em;
  padding-right: .625em;
  display: flex;
  position: relative;
}

.demo-card__h {
  font-family: var(--bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 900;
  line-height: 1;
}

.radial-gsap-slider__collection {
  max-width: 100%;
  position: relative;
}

.radial-gsap-slider__item {
  width: 20em;
  transform-origin: 50% var(--slider-radius);
  flex: none;
  position: absolute;
}

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

.radial-gsap-slider__dots {
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-card__info {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5em;
  padding: .625em;
  display: flex;
}

.radial-gsap-slider__list {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  touch-action: pan-y;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.demo-card__media {
  aspect-ratio: 8 / 9;
  border-radius: .75em;
  width: 100%;
  position: relative;
}

.demo-section {
  height: 100%;
  min-height: 100dvh;
  display: flex;
}

.radial-gsap-slider__control-dot {
  z-index: 1;
  outline-offset: 0px;
  color: #000;
  cursor: pointer;
  background-color: currentColor;
  border: .1875em solid #fff;
  border-radius: 50em;
  outline: 0 #0000;
  width: .875em;
  height: .875em;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  transition-property: color;
  transition-duration: .1s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
  outline: 0 !important;
  box-shadow: 0 0 #0000 !important;
}

.radial-gsap-slider__control-btn {
  z-index: 1;
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: .4em;
  height: 3em;
  padding: 0 1.5em;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 1em;
  font-weight: 600;
  position: relative;
}

.radial-gsap-slider__control-btn.is--next {
  color: #000;
  background-color: #fff;
}

.radial-gsap-slider {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5em;
  display: flex;
  position: relative;
}

.heading-2 {
  font-family: var(--bold);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1em;
}

.heading-2.milieux-milieux {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2.milieux-milieux.sous-titre {
  color: #fff;
  font-size: 1.4em;
}

.link {
  font-family: var(--bold);
  color: #000;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.text-block {
  font-family: Garamondnarrowplainnew, Arial, sans-serif;
  font-size: 28px;
  line-height: 1em;
}

.section-4 {
  z-index: 2;
  background-color: #fff;
  height: 150vh;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  background-color: #e7e8e2;
  border-top-left-radius: 1.375em;
  border-top-right-radius: 1.375em;
  width: 10em;
  height: 1em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: absolute;
  inset: -1em 0% auto;
}

.text-block-2 {
  font-family: var(--bold);
  text-transform: uppercase;
  font-weight: 600;
}

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

.div-block-14 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-15 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  background-color: #4e4e4e6e;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 0;
}

.text-block-3 {
  font-family: var(--bold);
  text-transform: uppercase;
  margin-top: -14px;
  padding-top: 0;
  font-size: 5em;
  font-weight: 900;
  line-height: 1em;
}

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

.image-4 {
  width: 100%;
}

.div-block-17 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  padding: 100px 10px;
  display: flex;
}

.text-block-4 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Garamondnarrowplainnew, Arial, sans-serif;
  font-size: 5em;
  line-height: 1.4em;
}

.button {
  font-family: var(--bold);
  text-transform: uppercase;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 14px;
  overflow: hidden;
}

.text-block-5, .text-block-6 {
  font-family: var(--bold);
  text-transform: uppercase;
  font-weight: 600;
}

.text-block-7 {
  mix-blend-mode: difference;
  color: #fff;
  font-family: Garamondnarrowplainnew, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  overflow: visible;
}

.text-block-7.head {
  text-transform: uppercase;
  color: #fff;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 900;
}

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

.text-block-8 {
  font-family: var(--bold);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  display: block;
}

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

.pixelated-scroll__section {
  color: #f2f2f2;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pixelated-scroll__bg {
  z-index: 0;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.pixelated-scroll__bg-img {
  opacity: .8;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pixelated-scroll__content {
  z-index: 1;
  position: relative;
}

.pixelated-scroll__h {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 400;
  line-height: .95;
}

.pixel-swap-layer-is-top {
  z-index: 10;
  pointer-events: none;
  color: #cecece;
  position: absolute;
  inset: auto 0% 0%;
}

.pixel-swap-layer-is-bottom {
  z-index: 99;
  height: 30em;
  position: absolute;
  inset: auto 0% 0%;
}

.pixelated-scroll-transition-is--top {
  z-index: 10;
  pointer-events: none;
  color: #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.image-5 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.image-5.z-2 {
  z-index: 2;
}

.section-5 {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.section-6 {
  z-index: 2;
  background-color: #312929;
  height: 160vh;
  position: relative;
  overflow: hidden;
}

.text-block-9 {
  padding-left: 20px;
}

.text-block-10 {
  padding-left: 15px;
}

.gros-titre {
  font-family: var(--bold);
  color: #e2e3de;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  line-height: 1em;
}

.div-block-19 {
  padding-left: 60px;
}

.container-3 {
  max-width: 1440px;
  height: 100%;
}

.text-span {
  font-family: Avenirnext, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-20 {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 10px;
  display: flex;
  position: relative;
}

.button-043__icon-wrap {
  width: 2em;
  height: 2em;
  color: var(--button-043-icon-color);
  border-radius: var(--button-043-icon-border-radius);
  flex: none;
  display: grid;
  position: relative;
}

.button-043 {
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  color: var(--button-043-color);
  background-color: #0000;
  outline-style: none;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  display: inline-grid;
  position: relative;
}

.button-043.hero {
  position: static;
  inset: 100% 0%;
}

.button-043__inner {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  width: 100%;
  height: 100%;
  padding: var(--button-043-padding);
  grid-area: 1 / 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-043__icon-bg {
  background-color: var(--button-043-icon-color-background);
  border-radius: var(--button-043-icon-border-radius);
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  padding: 0;
}

.button-043__icon-mask {
  grid-area: 1 / 1;
  justify-content: flex-end;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-043__icon {
  width: 2em;
  height: 2em;
  padding: .2em;
}

.button-043__icon-list {
  flex-flow: row;
  grid-area: 1 / 1;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.button-043__bg {
  background-color: #b0b1ae;
  border-radius: 0;
  grid-area: 1 / 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-043__bg-hover {
  background-color: #000;
  width: 120%;
  height: 100%;
  padding: 0;
  position: absolute;
  bottom: 0%;
  left: -10%;
}

.button-043__mask {
  clip-path: inset(-10% 0);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-043__text {
  font-family: var(--bold);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}

.div-block-21 {
  width: 200px;
}

.div-block-22 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.div-block-23 {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.demo-header {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  border-bottom: 1px solid #201d1d26;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100svh;
  padding: 2.5em 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-footer__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  font-variation-settings: "wght" 670;
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  height: 100svh;
  min-height: 100svh;
  padding: 0;
  font-weight: 600;
  display: flex;
  position: relative;
}

.demo-header__nav-a {
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #201d1d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.demo-header__logo {
  width: 15em;
}

.demo-eyebrow {
  opacity: .5;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-header__nav-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.demo-footer__a {
  color: inherit;
  font-size: 2.75em;
  line-height: 1;
  text-decoration: none;
}

.demo-header__img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.demo-header__h1 {
  letter-spacing: -.03em;
  max-width: 11em;
  font-size: 4em;
  font-weight: 600;
  line-height: .95;
}

.demo-header__title-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  padding-left: calc(33.3333% + .833333em);
  display: flex;
}

.demo-footer__links-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-p {
  max-width: 19em;
  margin-bottom: 0;
  font-size: 1.3125em;
  font-weight: 600;
}

.demo-footer__logo-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.demo-main {
  z-index: 2;
  background-color: #fff;
  position: relative;
  overflow: clip;
}

.footer-wrap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.demo-header__info-row {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.demo-header__col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-between;
  width: calc(33.3333% - 1.66667em);
  display: flex;
}

.demo-footer__links {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.demo-main-2 {
  z-index: 2;
  background-color: #fff;
  position: relative;
  overflow: clip;
}

.div-block-24 {
  width: 100%;
  height: 25em;
  overflow: hidden;
}

.text-span-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-3 {
  z-index: 2;
  font-family: var(--bold);
  color: #fff;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.div-block-26 {
  width: 300px;
  height: 300px;
  position: relative;
}

.image-7 {
  width: 160%;
  max-width: none;
  position: absolute;
  inset: -8.1em 0% 0% -4.4em;
}

.div-block-27 {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 20px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-2 {
  width: 800px;
  height: 500px;
}

.code-embed-3, .code-embed-4 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.code-embed-5 {
  width: 100%;
  height: 100%;
}

.code-embed-6 {
  font-family: Avenirnext, Arial, sans-serif;
  display: block;
}

.image-8 {
  object-fit: cover;
  border-radius: 5px;
  width: 1005px;
  height: 100%;
}

.center-element {
  border-radius: 6px;
  width: 300px;
  height: 300px;
}

.marquee-css {
  z-index: 2;
  color: #efeeec;
  background-color: #000;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  overflow: hidden;
}

.marquee-css._2 {
  width: 50vw;
}

.marquee-css__list {
  z-index: 1;
  text-transform: uppercase;
  flex: none;
  align-items: center;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.marquee-css__item-svg {
  width: 1em;
}

.div-block-28 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.5em;
  display: flex;
}

.div-block-29 {
  background-color: #000;
  border-radius: 6px;
  padding: 7px;
}

.gradient-wave-text-h {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 4.4em;
  font-weight: 900;
  line-height: 1em;
}

.div-block-30 {
  padding: 3.5em;
}

.div-block-31 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  z-index: 2;
  background-color: #f1f1f1;
  padding-top: 100px;
  position: relative;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-4 {
  letter-spacing: -1.4px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Garamondnarrowplainnew, Arial, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-5 {
  letter-spacing: -2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.text-block-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
}

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

.div-block-34 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-35 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  color: #000;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1em;
  display: inline;
}

.div-block-36 {
  padding-bottom: 100px;
}

.div-block-37 {
  padding-bottom: 0;
}

.div-block-38 {
  padding-bottom: 100px;
}

.div-block-39 {
  opacity: .12;
  background-color: #000;
  height: 1px;
}

.div-block-40 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-42 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.div-block-43 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  position: absolute;
  inset: 0%;
}

.code-embed-7 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-44 {
  background-color: #00000078;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.typo-scroll__p {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  color: #f4f4f4;
  text-align: center;
  white-space: nowrap;
  background-color: #201d1d33;
  margin-bottom: 0;
  padding: .25em;
  font-size: .75em;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%);
}

.typo-scroll {
  color: #2b2b2b;
  background-color: #c9ccc5;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.typo-scroll__link {
  width: 100%;
  color: inherit;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.typo-scroll__list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.typo-scroll__item {
  width: 100%;
}

.typo-scroll__media {
  aspect-ratio: 3 / 4;
  pointer-events: none;
  width: 17.5vw;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.typo-scroll__media.is--3-2 {
  aspect-ratio: 3 / 2;
  width: 25vw;
}

.typo-scroll__media.is--1-1 {
  aspect-ratio: 1;
  width: 20vw;
}

.typo-scroll__media.is--2-3 {
  aspect-ratio: 2 / 3;
  width: 16.5vw;
}

.typo-scroll__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.typo-scroll__img.is--bw {
  filter: grayscale();
}

.typo-scroll__collection {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.typo-scroll__h {
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5vw;
  line-height: .9;
}

.typo-scroll-2 {
  color: #2b2b2b;
  background-color: #c9ccc5;
  width: 100vw;
  position: relative;
  overflow: clip;
}

.div-block-45 {
  position: relative;
}

.heading-6 {
  z-index: -1;
  font-family: var(--bold);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 900;
  line-height: .8em;
  position: relative;
}

.logo-wall {
  justify-content: center;
  width: 100%;
  display: flex;
}

.logo-wall__collection {
  width: 100%;
}

.logo-wall__list {
  flex-flow: wrap;
  display: none;
}

.logo-wall__item {
  width: 25%;
  position: relative;
}

.logo-wall__logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-wall__logo-before {
  padding-top: 66.66%;
}

.logo-wall__logo-target {
  justify-content: center;
  align-items: center;
  width: 66.66%;
  height: 40%;
  display: flex;
  position: absolute;
}

.logo-wall__logo-img {
  filter: drop-shadow(0 2px 20px #000000b3);
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.directional-list__col-client {
  flex: 1;
  position: relative;
}

.direcitonal-list__eyebrow {
  color: #c96d4d;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1;
}

.directional-list__border {
  z-index: 2;
  opacity: .3;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.directional-list__border.is--item {
  color: #000;
  background-color: currentColor;
  top: 0;
  bottom: auto;
}

.directional-list__info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  position: relative;
}

.directional-list__hover-tile {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.directional-list__item {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: inherit;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 1em 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.directional-list {
  color: #ffecde;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.directional-list__col-year {
  flex: 1;
  width: 100%;
  min-width: 60%;
  max-width: 60%;
  position: relative;
}

.direcitonal-list__p {
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}

.directional-list__col-award {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 30%;
  display: flex;
  position: relative;
}

.image-10 {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 3px;
  width: 8em;
  min-width: 8em;
  height: 6em;
}

.heading-7 {
  font-family: var(--bold);
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-8 {
  font-family: var(--bold);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1em;
}

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

.radial-text-marquee {
  width: 100%;
  position: relative;
}

.radial-text-marquee__text {
  text-align: center;
  letter-spacing: -.04em;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  font-size: clamp(4.5em, 10vw, 10em);
}

.div-block-47 {
  width: 100%;
  height: auto;
  position: relative;
}

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

.heading-9 {
  font-family: var(--bold);
  text-align: center;
  font-size: 3em;
}

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

.image-12 {
  width: 150px;
}

.div-block-50 {
  display: none;
}

.div-block-51 {
  background-color: #000;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 991px) {
  .div-block-6 {
    z-index: 3;
    filter: drop-shadow(0 2px 14px #ffffffb3);
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-2 {
    padding-bottom: 2em;
  }

  .container-2 {
    padding-top: 2em;
  }

  .div-block-11, .div-block-12 {
    width: 50vw;
  }

  .heading-2.milieux-milieux {
    color: #fff;
    font-size: 2.7em;
  }

  .link {
    font-size: 2.3em;
    line-height: 1em;
  }

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

  .grid {
    padding-bottom: 100px;
  }

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

  .text-block-5 {
    width: 100%;
    display: inline-flex;
    overflow: visible;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .div-block-23 {
    z-index: 2;
    background-color: #18181840;
    background-image: linear-gradient(#fff0, #000);
  }

  .demo-footer__col {
    width: 100%;
  }

  .demo-header__logo {
    width: 50vw;
  }

  .demo-header__title-row {
    padding-left: 0;
  }

  .demo-footer__links-row {
    flex-flow: column;
  }

  .demo-footer__logo-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .demo-header__info-row {
    flex-flow: column;
  }

  .demo-header__col {
    width: 100%;
  }

  .div-block-27 {
    z-index: 3;
    display: none;
  }

  .marquee-css {
    top: 23%;
  }

  .div-block-28 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 7.7em;
  }

  .gradient-wave-text-h {
    font-size: 3em;
  }

  .div-block-31 {
    grid-column-gap: 2.3em;
    grid-row-gap: 2.3em;
  }

  .typo-scroll__media {
    width: 52.5vw;
  }

  .typo-scroll__media.is--3-2 {
    width: 75vw;
  }

  .typo-scroll__media.is--1-1 {
    width: 60vw;
  }

  .typo-scroll__media.is--2-3 {
    width: 49.5vw;
  }

  .typo-scroll__h {
    font-size: 11vw;
  }

  .logo-wall__item {
    width: 33.333%;
  }

  .image-11 {
    width: 100%;
  }

  .image-12 {
    filter: drop-shadow(0 2px 9px #fff);
  }

  .div-block-49 {
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    inset: auto 0% 2%;
  }

  .div-block-50 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-lines, .testimonial-lines__main {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .testimonial-lines__p {
    font-size: 1em;
  }

  .testimonial-lines__controls {
    order: 9999;
    width: 100%;
  }

  .testimonial-lines__item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .testimonial-lines__item-visual {
    width: 3.5em;
  }

  .testimonial-lines__h {
    font-size: 2em;
  }

  .pixelated-scroll__h {
    font-size: 3.5em;
  }

  .demo-header {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-footer__col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .demo-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .demo-header__nav-a {
    max-width: 100%;
    font-size: 1em;
  }

  .demo-eyebrow {
    font-size: 1em;
  }

  .demo-footer__a {
    font-size: 1.75em;
  }

  .demo-header__h1 {
    font-size: 3em;
  }

  .demo-p {
    max-width: 100%;
    font-size: 1.25em;
  }

  .demo-header__info-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}

@media screen and (max-width: 479px) {
  .hero-image-wrapper {
    font-size: 1em;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-11 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }

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

  .heading-2.milieux-milieux {
    font-size: 2.2em;
  }

  .heading-2.milieux-milieux.sous-titre {
    font-size: .9em;
  }

  .link {
    font-size: 2em;
  }

  .text-block {
    text-align: center;
    font-size: 1.3em;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
  }

  .text-block-3 {
    word-break: keep-all;
    margin-top: 0;
    font-size: 2.8em;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
  }

  .text-block-4 {
    font-size: 3.3em;
  }

  .section-6 {
    height: 140vh;
  }

  .gros-titre {
    font-size: 4em;
  }

  .demo-footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .marquee-css {
    font-size: .5em;
    top: 5%;
  }

  .div-block-28 {
    padding: 4.4em 1em;
  }

  .gradient-wave-text-h {
    font-size: 1.9em;
  }

  .div-block-30 {
    padding: 1em;
  }

  .div-block-32 {
    display: none;
  }

  .div-block-39 {
    display: block;
  }

  .div-block-39.mobile-none, .div-block-42 {
    display: none;
  }

  .directional-list__info {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .directional-list__hover-tile {
    display: flex;
  }

  .directional-list__item {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .directional-list__col-year {
    min-width: 100%;
    max-width: 100%;
  }

  .directional-list__col-award {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-8 {
    color: #fff;
    mix-blend-mode: difference;
  }

  .div-block-47 {
    height: 50vh;
  }

  .heading-9 {
    text-overflow: clip;
    overflow-wrap: break-word;
    direction: ltr;
    align-self: auto;
    width: 100%;
    font-size: 3em;
    line-height: 1em;
  }

  .div-block-48 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-51 {
    background-color: #000;
    width: 100%;
    height: 3px;
  }

  .div-block-52 {
    display: none;
  }

  .div-block-53 {
    overflow: hidden;
  }
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26ab-6522658f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b1-6522658f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b3-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b4-6522658f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b6-6522658f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26bb-6522658f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c2-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c3-6522658f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c5-6522658f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26ca-6522658f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d1-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d2-6522658f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d6-6522658f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26db-6522658f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c270a-6522658f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c270f-6522658f {
  grid-area: span 4 / span 6 / span 4 / span 6;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2713-6522658f {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2714-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2715-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c272a-6522658f {
  grid-area: span 6 / span 6 / span 6 / span 6;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c277e-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c277f-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2780-6522658f {
  grid-area: span 5 / span 5 / span 5 / span 5;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2785-6522658f {
  grid-area: span 5 / span 7 / span 5 / span 7;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2799-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c279a-6522658f {
  grid-area: span 6 / span 5 / span 6 / span 5;
}

#w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c27ae-6522658f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b1-6522658f {
    grid-area: span 1 / span 10 / span 1 / span 10;
    justify-self: auto;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b3-6522658f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b4-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b6-6522658f {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26bb-6522658f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c3-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c5-6522658f {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26ca-6522658f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d2-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d6-6522658f {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26db-6522658f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2715-6522658f {
    grid-area: span 6 / span 8 / span 6 / span 8;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c272a-6522658f {
    grid-area: span 6 / span 4 / span 6 / span 4;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2780-6522658f {
    grid-area: span 5 / span 3 / span 5 / span 3;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2785-6522658f {
    grid-area: span 5 / span 9 / span 5 / span 9;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c279a-6522658f {
    grid-area: span 6 / span 12 / span 6 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b4-6522658f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26b6-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26bb-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26c5-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26ca-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26d6-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c26db-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c270a-6522658f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c270f-6522658f {
    grid-area: span 4 / span 12 / span 4 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2713-6522658f {
    grid-area: span 3 / span 12 / span 3 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2714-6522658f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2715-6522658f, #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c272a-6522658f {
    grid-area: span 6 / span 12 / span 6 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c2785-6522658f {
    grid-area: span 5 / span 12 / span 5 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c279a-6522658f {
    grid-area: span 6 / span 12 / span 6 / span 12;
  }

  #w-node-_91d5a8bc-228d-db4a-fd8c-dd89679c27ae-6522658f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/avenirnext-demibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamondnarrowplainnew';
  src: url('../fonts/garamondnarrowplainnew.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/avenirnext-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans Variablefont Wght';
  src: url('../fonts/publicsans-variablefont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/avenirnext-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garamondnarrowplain';
  src: url('../fonts/garamondnarrowplain.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}