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

:root {
  --fourth-color: #fff7f7;
  --font--primary-font: Inter, sans-serif;
  --first-color: #171515;
  --second-color: #ff9df5;
  --button--button-color: white;
  --button--font-size: 14px;
  --page-container--width: 100%;
  --page-container--container: 95%;
  --backdrop-filter--backdrop-size: 40px;
  --page-margin--margin-60px: 60px;
  --font--second-font: "Playfair Display", sans-serif;
  --page-margin--margin-30px: 30px;
  --page-margin--margin-20px: 20px;
  --backdrop-filter--blur-color: #f8f8f31a;
  --color--first-color: white;
  --page-margin--margin-50px: 50px;
  --section--padding-left-right: 2%;
  --page-margin--margin-15px: 15px;
  --section--padding-top-bottom: 250px;
  --page-margin--margin-200px: 200px;
  --page-margin--margin-10px: 10px;
  --page-margin--margin-80px: 80px;
  --page-margin--margin-40px: 40px;
  --third-color: #ffffffb3;
  --button--round-corners: 3rem;
  --button--circle-round-corners: 10rem;
  --backdrop-filter--backdrop-size-second: 15px;
  --page-container--round-corners: .6rem;
  --page-margin--margin-5px: 5px;
  --page-margin--margin-70px: 70px;
  --page-margin--margin-90px: 90px;
  --page-margin--margin-100px: 100px;
  --page-margin--margin-150px: 150px;
  --color--second-color: #000;
}

html {
  background-color: #ff9df5;
}

body {
  background-color: var(--fourth-color);
  font-family: var(--font--primary-font);
  color: var(--first-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: var(--first-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--second-color);
  text-decoration: underline;
}

blockquote {
  border-left: 1px solid var(--first-color);
  color: var(--first-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.page-wrapper {
  z-index: 20;
  background-color: var(--fourth-color);
  position: relative;
  overflow: visible;
}

.button-with-animation {
  color: #0c0c1d;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  background-color: var(--first-color);
  color: var(--button--button-color);
  font-size: var(--button--font-size);
  text-align: center;
  padding: .85rem 1.4rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.container {
  z-index: 30;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  background-color: var(--fourth-color);
  mix-blend-mode: normal;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
}

.container.bottom {
  bottom: -25px;
}

.container.rose {
  background-color: var(--second-color);
}

.container.noir {
  background-color: var(--first-color);
}

.section {
  z-index: 20;
  background-color: var(--second-color);
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.section.with-dark-color {
  background-color: var(--first-color);
  padding-top: 250px;
}

.section.with-light-color {
  background-color: var(--fourth-color);
}

.section.with-light-color.second {
  padding-top: 250px;
  padding-bottom: 350px;
}

.section.with-light-color.less-padding {
  padding-top: 250px;
}

.section.with-work-page {
  z-index: 20;
  background-color: var(--fourth-color);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.with-work-page.second {
  padding-top: 150px;
}

.section.with-about {
  z-index: 100;
  background-color: var(--fourth-color);
  padding-top: 235px;
  padding-bottom: 100px;
}

.section.with-utility {
  background-color: var(--fourth-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.display-1 {
  opacity: 100;
  letter-spacing: -.15rem;
  text-indent: 18%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-1.second {
  text-indent: 0%;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.display-1.second.lighter {
  opacity: .41;
  color: var(--fourth-color);
  font-weight: 300;
}

.display-1.second.with-padding {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.display-1.second.with-vw.no-gsap {
  padding-bottom: 0;
}

.display-1.second._2-8-rem {
  font-size: 2.8rem;
}

.display-1.second.black {
  color: var(--first-color);
}

.display-1.second.white {
  color: var(--fourth-color);
  letter-spacing: 0;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 4rem;
}

.display-1.third {
  opacity: .4;
  text-align: center;
  letter-spacing: -.1rem;
  text-indent: 0%;
  white-space: nowrap;
  padding-bottom: 0;
  font-size: 2.2rem;
}

.display-1.fourth {
  letter-spacing: -.05rem;
  text-indent: 0%;
  font-size: 1.2rem;
}

.display-1.second {
  text-indent: 0%;
  font-size: 4rem;
}

.display-1.second.uppercase {
  color: #000;
  letter-spacing: -.06rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.display-1.second._4-2-rem {
  color: #000;
  font-size: 5rem;
  line-height: .8;
}

.display-1.second {
  text-indent: 0%;
  font-size: 3.2rem;
  font-weight: 400;
}

.display-1.second.with-vw {
  text-align: left;
  font-size: 8.2rem;
}

.display-1.second.with-vw.no-gsap {
  width: 75vw;
  padding-bottom: 0;
}

.margin-60 {
  margin-top: var(--page-margin--margin-60px);
}

.other-font {
  font-family: var(--font--second-font);
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 400;
  line-height: .3;
}

.other-font.big {
  margin-left: -5%;
  font-size: 47vw;
  font-style: italic;
  font-weight: 400;
}

.margin-30 {
  margin-top: var(--page-margin--margin-30px);
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.margin-20 {
  margin-top: var(--page-margin--margin-20px);
}

.hero_pricing-link {
  color: #fff;
  text-align: center;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.hero_pricing-link:hover {
  box-shadow: 0 0 5px 2px #ffffffbf;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-item-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffffff1f;
  border-left: 1px #ffffff1f;
  border-right: 1px #ffffff1f;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 34px;
  display: grid;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #ffffff1f;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.overlay {
  z-index: 1;
  opacity: .28;
  position: absolute;
  inset: 0%;
}

.overlay.bottom {
  background-color: var(--second-color);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 120px;
  inset: 0% auto 0% 0%;
  -webkit-mask-image: linear-gradient(to right, #000 10%, #0000 100%);
  mask-image: linear-gradient(to right, #000 10%, #0000 100%);
}

.overlay.bottom.top {
  inset: 0% 0% 0% auto;
  -webkit-mask-image: linear-gradient(to left, #000 10%, #0000 100%);
  mask-image: linear-gradient(to left, #000 10%, #0000 100%);
}

.utility-page-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input-first {
  background-color: var(--backdrop-filter--blur-color);
  -webkit-backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  color: var(--first-color);
  min-height: 53px;
  margin-bottom: 0;
  padding: 16px 24px 16px 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.input-first:hover {
  border-color: var(--first-color);
}

.input-first:focus {
  border-color: var(--first-color);
  color: #555;
}

.input-first::placeholder {
  color: #999;
  letter-spacing: -.3px;
  font-size: 15px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: .4rem;
  font-size: 15px;
  font-weight: 500;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #0c0c1d;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--first-color);
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
}

.color-block {
  background-color: var(--second-color);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block._2 {
  background-color: var(--color--first-color);
  color: #3d3d3d;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.subhead {
  color: var(--first-color);
  text-indent: 12%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.margin-50 {
  margin-top: var(--page-margin--margin-50px);
}

.licensing-title {
  font-size: 30px;
}

.licensing-link {
  color: var(--first-color);
  text-decoration: underline;
}

.licensing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-first-line {
  color: var(--first-color);
  font-size: var(--button--font-size);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.container-nav {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.part-2 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navlinks {
  z-index: 5;
  color: var(--first-color);
  height: 71px;
  font-size: 76px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-wrapper-main {
  z-index: 1100;
  filter: invert();
  mix-blend-mode: difference;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-content {
  z-index: 9999;
  width: var(--page-container--width);
  max-width: var(--page-container--container);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: start stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.part-3 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-main {
  font-size: var(--button--font-size);
  letter-spacing: 0;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.footer-main {
  z-index: 1;
  padding: 15% var(--section--padding-left-right) 0px;
  background-color: var(--second-color);
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-link {
  color: var(--color--first-color);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.last-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.navigation-link {
  color: var(--first-color);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link.w--current {
  justify-content: center;
  align-items: flex-start;
}

.navigation-link.full {
  opacity: .08;
  color: var(--first-color);
  font-size: 22vw;
  line-height: .8;
  bottom: -35px;
}

.navigation-link.full.view-all {
  opacity: 100;
  color: var(--first-color);
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  line-height: 1.5;
  bottom: 0;
}

.navigation-link.for-button {
  opacity: .18;
  color: var(--first-color);
  letter-spacing: -.15px;
  font-size: 5rem;
}

.navigation-link.for-footer {
  opacity: .3;
  color: var(--first-color);
  letter-spacing: -.15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.navigation-link.copyright {
  font-size: 1rem;
}

.navigation-link.linkedin {
  display: flex;
}

.nav-text.first {
  text-align: left;
  align-self: flex-start;
}

.nav-text.first.white {
  color: var(--fourth-color);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

.nav-text.first.black {
  color: var(--first-color);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

.nav-text.second {
  pointer-events: none;
  align-self: flex-start;
  position: absolute;
  top: 100%;
}

.nav-text.second.white {
  color: var(--fourth-color);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

.nav-text.second.black {
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  line-height: 1.5;
}

.top-hero {
  background-color: var(--fourth-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  max-height: 90vh;
  padding-bottom: 70px;
  display: flex;
}

.top-hero.for-inner {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-top: 130px;
  margin-left: 2vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.top-hero.hp {
  z-index: 2;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  position: relative;
}

.grid-12 {
  grid-column-gap: var(--page-margin--margin-15px);
  grid-row-gap: var(--page-margin--margin-50px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  display: grid;
}

.grid-12.more-gap {
  grid-row-gap: var(--section--padding-top-bottom);
}

.grid-12.more-gap.with-color {
  background-color: var(--second-color);
  padding-bottom: 40px;
}

.grid-12.less-gap {
  grid-row-gap: 0px;
  place-items: start stretch;
}

.grid-12.top {
  place-items: start stretch;
}

.page-content {
  z-index: 2;
  background-color: var(--second-color);
  position: relative;
}

.simple-text {
  opacity: 1;
  color: var(--first-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.simple-text.first {
  padding-top: 0;
}

.video-wrapper {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.video-background {
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  min-height: 430px;
  transform: scale(1.02);
}

.blur-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.blur-overlay.white {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  height: 50px;
  inset: auto 0% 0%;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.scroll-trigger {
  background-color: var(--second-color);
  overflow: visible;
}

.scroll-trigger.white-bg {
  background-color: var(--color--first-color);
  padding-top: 175px;
  padding-bottom: 57px;
}

.margin-200 {
  margin-top: var(--page-margin--margin-200px);
}

.big-text {
  opacity: 1;
  color: var(--fourth-color);
  letter-spacing: -2.8rem;
  white-space: nowrap;
  word-break: break-all;
  margin-left: -5vw;
  font-size: 46vw;
  font-weight: 300;
  line-height: .5;
}

.big-text.black {
  color: var(--first-color);
  margin-bottom: 24px;
}

.move-left {
  margin-left: -7%;
}

.work-grid {
  grid-column-gap: var(--page-margin--margin-30px);
  grid-row-gap: var(--page-margin--margin-30px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-grid.second {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.vertical-ticker {
  position: relative;
  overflow: hidden;
}

.main-text {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-group {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--second-color);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 150px;
  display: flex;
}

.testimonial-card-group {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.marquee {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-self: stretch;
  width: 100%;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.marquee.second {
  flex-flow: column;
  align-self: auto;
  margin-top: 0;
  position: relative;
}

.margin-10 {
  margin-top: var(--page-margin--margin-10px);
}

.work-title-first {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}

.work-title-first.black {
  color: #171515;
}

.category-title {
  opacity: .25;
  color: var(--fourth-color);
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.category-title.second {
  opacity: 100;
  font-size: 1rem;
}

.category-title.black {
  color: var(--first-color);
}

.work-wrapper-first {
  color: var(--first-color);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.work-overlay {
  z-index: 1;
  opacity: .28;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.work-overlay.first {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff0;
  -webkit-mask-image: linear-gradient(to top, #000 10%, #0000 100%);
  mask-image: linear-gradient(to top, #000 10%, #0000 100%);
}

.work-overlay.first.half {
  background-color: #fff0;
  height: 60%;
  display: none;
  inset: auto 0% 0%;
}

.title-line-wrapper {
  z-index: 2;
  opacity: 1;
  color: var(--fourth-color);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vertical-flex {
  z-index: 6;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  display: flex;
  overflow: hidden;
}

.vertical-flex.second {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
}

.work-photo-first {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  min-height: 100%;
}

.photo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.flex-tag-main {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.flex-tag-main.second {
  margin-bottom: 5px;
}

.flex-right {
  grid-column-gap: 15px;
  flex-flow: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list {
  grid-column-gap: var(--page-margin--margin-20px);
  grid-row-gap: var(--page-margin--margin-20px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-80 {
  margin-top: var(--page-margin--margin-80px);
}

.margin-80.make-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subhead-main {
  color: var(--first-color);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.subhead-main.for-footer-title {
  color: var(--first-color);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
}

.subhead-main.about-text {
  color: var(--first-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.margin-20px {
  margin-top: 20px;
}

.case-details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(20rem, 1fr) 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo-interaction {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.case-sticky {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 100vh;
  padding-top: 125px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.line-flex {
  border-top: .5px solid #ffffff4d;
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.case-picture {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.social-icon-main {
  z-index: 1;
  opacity: .6;
  width: 20px;
  position: relative;
}

.social-icon-main.second {
  opacity: 100;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 103%;
  position: absolute;
  bottom: 0;
  transform: scale(1.1);
}

.subhead-lighter {
  opacity: .51;
  color: var(--first-color);
}

.blog-info {
  padding-top: 30%;
}

.second-title {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.keep-in-tocu-wrapp {
  max-width: 400px;
}

.blog-grid-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.line-divider {
  background-color: var(--first-color);
  opacity: .13;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.line-divider.second {
  margin-top: 100px;
  margin-bottom: 100px;
}

.social-content {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-content.left {
  justify-content: flex-start;
  align-items: center;
}

.testimonials-photo {
  background-image: url('../images/Close-Up-Portrait-of-a-Young-Woman_1Close-Up Portrait of a Young Woman.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-wrap._100vh {
  min-height: 83vh;
  position: sticky;
  top: 100px;
}

.author-main {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blog-title {
  font-size: 46px;
  line-height: 1.1;
}

.about-grid {
  grid-column-gap: var(--page-margin--margin-80px);
  grid-row-gap: var(--page-margin--margin-80px);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-inside {
  grid-column-gap: var(--page-margin--margin-40px);
  grid-row-gap: var(--page-margin--margin-10px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed {
  color: #000;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.div-block-17 {
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
}

.lottie-animation-3 {
  align-self: flex-start;
  max-width: 70px;
  overflow: hidden;
}

.draggable-card {
  border-radius: .4375em;
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 25em;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.draggable-card.is-first {
  z-index: 7;
  border-radius: 0;
  transform: rotate(-6deg);
}

.draggable-card.is-fourth {
  z-index: 3;
  border-radius: 0;
}

.draggable-card.is-third {
  z-index: 4;
  border-radius: 0;
  transform: rotate(-2.5deg);
}

.draggable-card.is-fifth {
  z-index: 2;
  border-radius: 0;
  transform: rotate(2deg);
}

.draggable-card.is-sixth {
  z-index: 1;
  border-radius: 0;
  transform: rotate(-6deg);
}

.draggable-card.is-second {
  z-index: 5;
  border-radius: 0;
  transform: rotate(.64deg);
}

.hero {
  height: 100vh;
  overflow: hidden;
}

.heading-style-h1 {
  font-size: 10em;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-weight-black.line-height_88 {
  color: #171515;
  text-align: left;
  letter-spacing: 1px;
  white-space: nowrap;
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-weight: 500;
  line-height: .88;
}

.heading-style-h1.text-weight-black.line-height_88.footer {
  align-self: flex-start;
  line-height: 1.5;
}

.heading-style-h1.rose {
  color: var(--second-color);
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 27vw;
  font-weight: 400;
}

.heading-style-h1.blanc {
  color: var(--fourth-color);
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 27vw;
  font-weight: 400;
}

.heading-style-h1.footer-pink {
  color: var(--fourth-color);
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 27vw;
}

.hero-heading {
  z-index: 0;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 60em;
  display: flex;
  position: relative;
}

.primary-button {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #efeeec;
  cursor: pointer;
  background-color: #2e2f3b1a;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2.4em;
  line-height: 1;
  text-decoration: none;
  transition: background-color .25s;
  display: none;
  position: absolute;
}

.primary-button:hover {
  background-color: #2e2f3b66;
}

.hero-home {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.text-size-regular {
  font-size: .875em;
}

.drag-images-button {
  color: #2e2f3b;
  background-color: #efeeec;
  border-radius: .5em;
  padding: .5em 1em .5em .75em;
}

.drag-images-button.is-cards {
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
  border-top-right-radius: 6.25em;
  border-bottom-right-radius: 6.25em;
  border-bottom-left-radius: 6.25em;
  position: absolute;
  top: 2em;
  left: 2em;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.primary-button__text {
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1.3;
  position: relative;
}

.div-block-18 {
  margin-bottom: 1rem;
}

.alligned-right {
  grid-column-gap: var(--page-margin--margin-15px);
  grid-row-gap: var(--page-margin--margin-50px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.alligned-right.more-gap {
  grid-row-gap: var(--section--padding-top-bottom);
}

.alligned-right.more-gap.with-color {
  background-color: var(--second-color);
  padding-bottom: 40px;
}

.alligned-right.less-gap {
  grid-row-gap: 0px;
  place-items: start stretch;
}

.alligned-right.top {
  place-items: start stretch;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rich-text-block {
  width: 250px;
  font-weight: 700;
}

.paragraph {
  font-weight: 700;
}

.paragraph-2 {
  font-weight: 500;
}

.background-video-2 {
  width: 350px;
  height: 350px;
}

.heading {
  color: var(--fourth-color);
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.image {
  width: 350px;
}

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

.heading-2 {
  color: var(--fourth-color);
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

.heading-3 {
  color: var(--fourth-color);
  font-size: 3rem;
  line-height: 3rem;
}

.heading-3.black {
  color: var(--first-color);
}

.section-15 {
  background-color: var(--second-color);
  height: auto;
  padding-top: 40vh;
  padding-bottom: 40vh;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-12 {
  color: #171515;
  text-align: center;
  font-size: 140px;
  line-height: 135px;
  position: relative;
}

.image-9 {
  text-align: center;
  width: 135px;
  max-width: none;
  margin-left: 0;
  position: absolute;
}

.allo {
  color: #171515;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-2-centred {
  color: #171515;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_brand {
  letter-spacing: -.05em;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 21vw;
  font-weight: 500;
  line-height: 45vh;
  text-decoration: none;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_lists {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_copyright {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 400;
}

.footer_wrap {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--fourth-color);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.footer_social-media {
  width: 1.5rem;
}

.footer_link-label {
  color: #000;
  font-weight: 400;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  margin-left: 1.5rem;
  display: flex;
}

.footer_legal-divider {
  background-color: #b6b6b6;
  width: 1px;
  height: 1.25rem;
}

.footer_template-link {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: #000;
}

.footer_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

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

.footer_link {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link:hover {
  color: #000;
}

.section-16 {
  background-color: var(--second-color);
}

.home-header_img {
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  border-radius: 0;
  max-width: none;
  height: 9rem;
  position: absolute;
}

.home-header_headings {
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.home-header_imgs-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 50vw;
  min-height: 50rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.button_inner {
  padding: 1.5rem 2rem;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.home-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.home-header_button {
  text-align: center;
  align-self: center;
}

.button_text {
  z-index: 5;
  color: var(--first-color);
  text-decoration: none;
  position: relative;
}

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

.home-header_imgs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_home-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: block;
  position: relative;
}

.home-header_location-globe {
  width: 1.5rem;
  height: 1.5rem;
}

.home-header_text {
  color: #474747;
  text-align: center;
  max-width: 25.625rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.home-header_img-wrap._2 {
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._1 {
  top: 0;
}

.home-header_img-wrap._5 {
  bottom: 0%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.home-header_label {
  color: var(--first-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.home-header_label.mobile {
  font-size: 1.2rem;
}

.home-header_label.archives {
  color: var(--fourth-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: clip;
}

.button-2:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.home-header_labels {
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 4%;
}

.home-header_labels.archives {
  mix-blend-mode: difference;
}

.home-header_labels-wrap {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: auto 0% 4vh;
}

.home-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-header_heading {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 100%;
}

.home-header_heading._3, .home-header_heading._2 {
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
  display: block;
  position: absolute;
}

.home-header_heading._1 {
  font-family: Featuredisplay Copy, Impact, sans-serif;
  font-size: 5rem;
}

.padding-section-xxlarge {
  padding-top: 13rem;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.text-style-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.line {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.home-header_imgs-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

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

.scrolling-cta {
  z-index: 20;
  background-color: var(--second-color);
  position: relative;
  overflow: clip;
}

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

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

.brands_list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_heading {
  max-width: 56rem;
}

.page-wrapper-3 {
  z-index: 1;
  position: relative;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.padding-section-medium {
  padding-top: 8rem;
}

.section_home-header-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 120vh;
  display: flex;
  position: relative;
}

.label_line {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.brands_item-desc {
  color: #6b6b6b;
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
}

.image-10 {
  max-width: 10vw;
  display: inline-block;
}

.div-block-22 {
  width: 8vw;
}

.section-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: grid;
}

.image-13 {
  width: 75%;
  padding-bottom: 10px;
}

.text-block-17 {
  color: #171515;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-23 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-18 {
  color: #171515;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.columns {
  position: relative;
}

.page---extra-scroll {
  height: 100vh;
}

.slideshow---wrap {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60rem;
  display: flex;
  position: relative;
  transform: rotateX(69deg)rotateY(0)rotateZ(0);
}

.slideshow---link {
  position: absolute;
  inset: 0%;
}

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

.slideshow---slide {
  transform-style: preserve-3d;
  padding-top: 56.25%;
  position: relative;
  transform: rotateX(0)rotateY(90deg)rotateZ(-90deg);
}

.page---scroll-trigger {
  height: 400vh;
}

.slideshow---group {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 1px);
}

.slideshow---group.x-02 {
  transform-style: preserve-3d;
  transform: rotate(-30deg)translate3d(0, 0, 1px);
}

.slideshow---group.x-01 {
  transform-style: preserve-3d;
  transform: rotate(-15deg)translate3d(0, 0, 1px);
}

.page {
  background-color: var(--first-color);
}

.page---main {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide---radius {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 14rem;
  height: 50%;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 1px);
}

.slide---radius.x-03 {
  transform-style: preserve-3d;
  transform: rotate(-135deg)translate3d(0, 0, 1px);
}

.slide---radius.x-04 {
  transform-style: preserve-3d;
  transform: rotate(-180deg)translate3d(0, 0, 1px);
}

.slide---radius.x-02 {
  transform-style: preserve-3d;
  transform: rotate(-90deg)translate3d(0, 0, 1px);
}

.slide---radius.x-07 {
  transform-style: preserve-3d;
  transform: rotate(-270deg)translate3d(0, 0, 1px);
}

.slide---radius.x-06 {
  transform-style: preserve-3d;
  transform: rotate(-225deg)translate3d(0, 0, 1px);
}

.slide---radius.x-01 {
  transform: translate(0)rotate(-45deg);
}

.slide---radius.x-08 {
  transform-style: preserve-3d;
  transform: rotate(-315deg)translate3d(0, 0, 1px);
}

.container-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.body {
  background-color: var(--first-color);
}

.slideshow---image-2 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-3 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

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

.container-4 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.home-header_labels_home {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 4%;
}

.footer_links {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  display: flex;
}

.footer_loop-image {
  align-self: center;
  width: 100%;
  max-width: 15rem;
  height: 100%;
  max-height: 10rem;
  position: relative;
}

.padding-global-2 {
  width: 100%;
  padding-top: 20vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button_container {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: clip;
}

.padding-section-large {
  padding-top: 0;
}

.footer_loop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer_loop-text {
  max-height: 12.5rem;
}

.nav_links {
  opacity: 1;
  color: inherit;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav_links:hover {
  opacity: 1;
}

.nav_links.w--current {
  opacity: 1;
  color: inherit;
  font-weight: 600;
}

.footer_links_column {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-xs {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.33;
}

.text-xs.is-2 {
  color: var(--first-color);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-xs.is-1 {
  color: var(--first-color);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_loop-content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.text-4xl {
  letter-spacing: -.04em;
  font-size: 2.5rem;
  line-height: 1.2;
}

.footer_header {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-footer {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .2s;
  display: flex;
}

.footer_modo-copy {
  max-height: 12.5rem;
}

.icon-1x1-xsmall {
  width: .25rem;
  height: .25rem;
}

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

.footer {
  z-index: 1;
  background-color: var(--fourth-color);
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  max-width: 100%;
  padding-top: 36px;
  display: block;
}

.div-block-25 {
  order: 0;
  align-self: center;
  min-width: 12vw;
  max-width: 12vw;
  padding-top: 85px;
  padding-left: 8px;
  padding-right: 0;
}

.body-2 {
  background-color: var(--fourth-color);
}

.container-5 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  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: end stretch;
  display: grid;
}

.grid-13.less-gap {
  grid-row-gap: 0px;
  place-items: start stretch;
}

.navigation-link-2 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navigation-link-2.full {
  opacity: .08;
  color: #000;
  font-size: 22vw;
  line-height: .8;
  bottom: -35px;
}

.navigation-link-2.for-footer {
  opacity: .3;
  color: #000;
  letter-spacing: -.15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.navigation-link-2.copyright {
  font-size: 1rem;
}

.navigation-link-2.for-button {
  opacity: .18;
  color: #000;
  letter-spacing: -.15px;
  font-size: 5rem;
}

.footer-normal {
  z-index: 1;
  background-color: var(--fourth-color);
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  min-height: auto;
  margin-bottom: 0;
  padding: 0% 2% 0;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-normal.pink {
  background-color: var(--second-color);
  min-height: 100vh;
}

.footer-normal.rose {
  background-color: var(--second-color);
}

.margin-201 {
  margin-top: 50px;
}

.margin-202 {
  margin-top: 20px;
}

.margin-203 {
  margin-top: 10px;
}

.container-6 {
  z-index: 30;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-link-3 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.navigation-link-3.full {
  opacity: .08;
  color: #000;
  font-size: 22vw;
  line-height: .8;
  bottom: -35px;
}

.navigation-link-3.for-footer {
  opacity: .3;
  color: #000;
  letter-spacing: -.15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.navigation-link-3.copyright {
  font-size: 1rem;
}

.navigation-link-3.for-button {
  opacity: .18;
  color: #000;
  letter-spacing: -.15px;
  font-size: 5rem;
}

.margin-204 {
  margin-top: 50px;
}

.margin-205 {
  margin-top: 20px;
}

.margin-206 {
  margin-top: 10px;
}

.footer-rose {
  z-index: 1;
  background-color: var(--second-color);
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 15% 2% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projets {
  z-index: 20;
  background-color: var(--fourth-color);
  -webkit-backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  backdrop-filter: blur(var(--backdrop-filter--backdrop-size));
  padding-top: 0;
  padding-bottom: 15vh;
  position: relative;
  overflow: visible;
}

.projets.with-dark-color {
  background-color: var(--first-color);
  padding-top: 250px;
}

.projets.with-light-color {
  background-color: var(--fourth-color);
}

.projets.with-light-color.second {
  padding-top: 250px;
  padding-bottom: 350px;
}

.projets.with-light-color.less-padding {
  padding-top: 250px;
}

.projets.with-work-page {
  z-index: 20;
  background-color: var(--fourth-color);
  padding-top: 50px;
  padding-bottom: 50px;
}

.projets.with-work-page.second {
  padding-top: 150px;
}

.projets.with-about {
  z-index: 100;
  background-color: var(--fourth-color);
  padding-top: 235px;
  padding-bottom: 100px;
}

.projets.with-utility {
  background-color: var(--fourth-color);
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-26 {
  order: 0;
  align-self: auto;
  width: auto;
  min-width: 100%;
  max-width: none;
  min-height: auto;
  display: block;
  overflow: clip;
}

.link {
  color: var(--first-color);
  font-size: 1.2rem;
  text-decoration: none;
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: clip;
}

.cloneable {
  z-index: 10;
  background-color: var(--fourth-color);
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: none;
  display: flex;
  position: relative;
}

.cloneable.hp {
  min-height: 100vh;
  max-height: 100vh;
}

.cloneable.projets {
  min-height: 100vh;
  padding-bottom: 0;
  overflow: visible;
}

.cloneable.noir {
  background-color: var(--first-color);
}

.transition {
  z-index: 1000;
  flex-flow: wrap;
  grid-template-columns: repeat(8, 1fr);
  place-content: center;
  place-items: center;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
}

.transition-block {
  aspect-ratio: 1;
  background-color: #ff9df5;
  width: 100%;
}

.page-inner {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  overflow: clip;
}

.page-inner.contact {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.copy-button {
  cursor: pointer;
  background-color: #0000;
  border-radius: 15px;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.copy-button:hover {
  opacity: .75;
}

.clipboard-code {
  display: none;
}

.c2c-txt {
  color: #344054;
  margin-bottom: 0;
}

.c2c-txt.cp {
  color: var(--first-color);
  margin-left: 0;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.c2c-txt.cp.contact {
  font-size: 3rem;
}

.c2c-icon {
  height: 15px;
  font-size: 25px;
}

.c2c-icon._30 {
  height: 30px;
}

.c2c-icon-done {
  height: 15px;
  display: none;
}

.c2c-icon-done._30 {
  height: 30px;
}

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

.grid-cadeau .work-wrapper-first {
  width: 100%;
}

.cloneable.cadeau .container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cloneable.cadeau .work-wrapper-first {
  width: 100%;
}

.cloneable.cadeau .photo-wrapper,
.cloneable.cadeau .work-photo-first {
  width: 100%;
}

.code-embed-3 {
  display: block;
}

.lottie-animation-4 {
  width: 26vw;
}

.lottie-animation-5 {
  width: 100%;
}

.fixed-footer {
  z-index: 1;
  background-color: var(--fourth-color);
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.cloneable-2 {
  z-index: 10;
  padding: var(--section-padding) var(--container-padding);
  background-color: #fff7f7;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: none;
  display: flex;
  position: relative;
}

.cloneable-2.projets {
  min-height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.work-wrapper-first-2 {
  color: #171515;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper-4 {
  z-index: 20;
  background-color: #fff7f7;
  position: relative;
  overflow: visible;
}

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

.category-title-2 {
  opacity: .25;
  color: #fff7f7;
  letter-spacing: -.5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.category-title-2.black {
  color: #171515;
}

.container-7 {
  z-index: 30;
  mix-blend-mode: normal;
  background-color: #fff7f7;
  width: 100%;
  max-width: 95%;
  margin-left: 2vw;
  margin-right: auto;
  position: relative;
}

.projets-2 {
  z-index: 20;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fff7f7;
  padding-top: 0;
  padding-bottom: 15vh;
  position: relative;
  overflow: visible;
}

.top-hero-2 {
  background-color: #fff7f7;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  max-height: 90vh;
  padding-bottom: 70px;
  display: flex;
}

.top-hero-2.for-inner {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-top: 154px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.title-line-wrapper-2 {
  z-index: 2;
  opacity: 1;
  color: #fff7f7;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-28 {
  grid-column-gap: 4vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 6vh;
  margin-left: 0;
  display: flex;
}

.text-block-19 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 50px;
}

.div-block-29 {
  border-bottom: 2px solid var(--second-color);
  align-self: center;
  width: 98vw;
}

.div-block-30 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  width: 25vw;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

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

.email {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 8vh;
  margin-left: 0;
  display: block;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: block;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vh;
  display: grid;
  overflow: clip;
}

.section-20 {
  justify-content: space-between;
  align-self: stretch;
  width: auto;
  margin-top: 8vh;
  margin-bottom: 150px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-36 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 8vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container.bottom {
    bottom: -25px;
  }

  .part-2 {
    grid-column-gap: 18%;
    grid-row-gap: 18%;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .top-hero.hp {
    z-index: 10;
    position: relative;
  }

  .big-text {
    letter-spacing: -5.4rem;
  }

  .move-left {
    margin-left: -7%;
  }

  .subhead-main, .subhead-main.for-footer-title, .subhead-main.about-text {
    font-size: 1.5rem;
  }

  .case-details {
    grid-template-columns: minmax(35rem, 1fr) 3fr;
  }

  .blog-info {
    padding-top: 65%;
  }

  .footer-normal {
    height: 100vh;
    bottom: 0%;
  }

  .fixed-footer {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    --fourth-color: #fff7f7;
    --font--primary-font: Inter, sans-serif;
    --first-color: #171515;
    --second-color: #ff9df5;
    --button--button-color: white;
    --button--font-size: 14px;
    --page-container--width: 100%;
    --page-container--container: 95%;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Playfair Display", sans-serif;
    --page-margin--margin-30px: 30px;
    --page-margin--margin-20px: 20px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --color--first-color: white;
    --page-margin--margin-50px: 50px;
    --section--padding-left-right: 2%;
    --page-margin--margin-15px: 15px;
    --section--padding-top-bottom: 100px;
    --page-margin--margin-200px: 100px;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-40px: 40px;
    --third-color: #ffffffb3;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .6rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-150px: 150px;
    --color--second-color: #000;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.with-dark-color {
    padding-top: 70px;
  }

  .section.with-light-color.second {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.with-light-color.less-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.with-work-page {
    padding-top: 0;
  }

  .section.with-work-page.second {
    padding-top: 89px;
  }

  .display-1 {
    letter-spacing: -.05rem;
    font-size: 3rem;
  }

  .display-1.second.with-padding {
    padding-top: 46px;
    padding-left: 40px;
    padding-right: 41px;
  }

  .display-1.second.with-vw.no-gsap {
    font-size: 5rem;
  }

  .display-1.second._2-8-rem {
    font-size: 2rem;
  }

  .display-1.third {
    font-size: 1.4rem;
  }

  .display-1.second.uppercase {
    font-size: 1.2rem;
  }

  .display-1.second._4-2-rem {
    font-size: 3rem;
  }

  .display-1.second {
    letter-spacing: -.05rem;
    font-size: 2.4rem;
  }

  .display-1.second.with-vw {
    font-size: 4rem;
  }

  .display-1.second.with-vw.no-gsap {
    width: 80vw;
    padding-left: 2vw;
    font-size: 4rem;
  }

  .faq-item-top {
    grid-template-columns: 2rem 1fr auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .utility-page-wrap {
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 297px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .subhead {
    font-size: 19px;
  }

  .navlinks {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 60px;
    line-height: .9;
  }

  .navigation-wrapper-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-content {
    max-width: var(--page-container--width);
    place-items: start stretch;
    padding: 20px 0;
  }

  .footer-main {
    grid-row-gap: 20px;
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 0;
  }

  .last-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    order: 1;
    padding: 0 12px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    grid-row-gap: 15px;
    background-color: var(--button--button-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-link {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
  }

  .navigation-link.for-button {
    font-size: 3rem;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-text.first {
    align-self: flex-end;
    font-size: 1rem;
  }

  .nav-text.first.white, .nav-text.first.black {
    font-size: 4rem;
  }

  .nav-text.second.white, .nav-text.second.black {
    font-size: 4rem;
  }

  .navigation-link.full.view-all {
    font-size: 4rem;
    line-height: 1.5;
  }

  .nav-text.second {
    align-self: flex-end;
  }

  .top-hero {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid-12 {
    grid-column-gap: var(--page-margin--margin-50px);
    grid-row-gap: var(--page-margin--margin-50px);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    display: grid;
  }

  .grid-12.more-gap.with-color {
    grid-row-gap: var(--page-margin--margin-50px);
    flex-flow: column;
    padding-bottom: 15px;
    overflow: hidden;
  }

  .grid-12.less-gap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .grid-12.top {
    grid-template-columns: 1fr 1fr;
  }

  .grid-12.top.left {
    justify-content: flex-start;
  }

  .background-video {
    min-width: 250px;
    min-height: 300px;
  }

  .scroll-trigger.white-bg {
    padding-top: 152px;
  }

  .work-grid {
    grid-column-gap: var(--page-margin--margin-15px);
  }

  .marquee-group {
    min-height: 120px;
  }

  .work-title-first, .category-title {
    font-size: 1rem;
  }

  .blog-list, .margin-80.make-40 {
    grid-template-columns: 1fr 1fr;
  }

  .case-details {
    grid-row-gap: 1.4rem;
    flex-flow: column;
    display: flex;
  }

  .case-sticky {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .blog-info {
    padding-top: 0%;
  }

  .blog-grid-page {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .image-wrap {
    max-width: 100%;
    height: auto;
    min-height: 600px;
  }

  .image-wrap._100vh {
    min-height: 500px;
    position: relative;
    top: 0;
  }

  .blog-title {
    font-size: 2.4rem;
  }

  .about-grid {
    grid-row-gap: var(--page-margin--margin-30px);
    flex-flow: column;
    display: flex;
  }

  .hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    font-size: 8em;
  }

  .drag-images-button {
    color: #2e2f3b;
    background-color: #efeeec;
    border-radius: .5em;
    padding: .5em 1em .5em .75em;
  }



  .alligned-right {
    grid-column-gap: var(--page-margin--margin-50px);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .alligned-right.more-gap.with-color {
    grid-row-gap: var(--page-margin--margin-50px);
    flex-flow: column;
    padding-bottom: 15px;
    overflow: hidden;
  }

  .alligned-right.less-gap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .alligned-right.top {
    grid-template-columns: 1fr 1fr;
  }

  .alligned-right.top.left {
    justify-content: flex-start;
  }

  .image {
    width: 250px;
  }

  .heading-2.white {
    margin-top: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .heading-3.black {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-3.white {
    font-size: 2rem;
  }

  .section-15 {
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .text-block-12 {
    font-size: 120px;
    line-height: 120px;
  }

  .image-9 {
    width: 125px;
  }

  .allo {
    text-align: center;
  }

  .text-block-2-centred {
    text-align: left;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_lists {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_wrap {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .home-header_headings {
    max-width: 25rem;
  }

  .home-header_imgs-wrap {
    width: 80vw;
    height: auto;
    min-height: auto;
  }

  .home-header_label.archives {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .home-header_heading {
    font-size: 3.5rem;
  }

  .home-header_heading._3, .home-header_heading._2, .home-header_heading._1 {
    font-size: 4rem;
  }

  .brands_item-logo {
    height: 25%;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .container-medium {
    max-width: none;
  }

  .brands_head {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .section_home-header-2 {
    height: 120vh;
  }

  .image-10 {
    max-width: 15vw;
  }

  .div-block-22 {
    width: 15vw;
  }

  .image-13 {
    width: 70%;
  }

  .text-block-17 {
    font-size: 11px;
  }

  .text-block-18 {
    font-size: 15px;
  }

  .slideshow---wrap {
    height: 40rem;
  }

  .slide---radius {
    width: 11rem;
  }

  .container-2, .container-3, .container-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .footer_links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .footer_loop-image {
    max-height: 10rem;
  }

  .padding-global-2 {
    padding-top: 0;
  }

  .footer_loop-text {
    max-height: 6rem;
  }

  .footer_links_column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_loop-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer_modo-copy {
    max-height: 6rem;
  }

  .grid-13 {
    grid-column-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .grid-13.less-gap {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .navigation-link-2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
  }

  .navigation-link-2.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .navigation-link-2.for-button {
    font-size: 3rem;
  }

  .footer-normal {
    grid-row-gap: 20px;
    height: 100vh;
    min-height: auto;
    padding-top: 0%;
    padding-bottom: 0;
    bottom: 0%;
  }

  .navigation-link-3 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
  }

  .navigation-link-3.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .navigation-link-3.for-button {
    font-size: 3rem;
  }

  .footer-rose {
    grid-row-gap: 20px;
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 0;
  }

  .projets {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .projets.with-dark-color {
    padding-top: 70px;
  }

  .projets.with-light-color.second {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .projets.with-light-color.less-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .projets.with-work-page.second {
    padding-top: 89px;
  }

  .page-inner.contact {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .c2c-txt.cp.contact {
    font-size: 1.75rem;
  }

  .c2c-icon._30 {
    height: 20px;
    font-size: 20px;
  }

  .c2c-icon-done._30 {
    height: 20px;
  }

  .lottie-animation-4 {
    width: 30vw;
  }

  .fixed-footer {
    height: 100vh;
  }

  .category-title-2 {
    font-size: 1rem;
  }

  .projets-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .top-hero-2 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-left: 2vw;
    display: flex;
  }
}

@media screen and (max-width: 767px) {

  body {
    --fourth-color: #fff7f7;
    --font--primary-font: Inter, sans-serif;
    --first-color: #171515;
    --second-color: #ff9df5;
    --button--button-color: white;
    --button--font-size: 14px;
    --page-container--width: 100%;
    --page-container--container: 95%;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Playfair Display", sans-serif;
    --page-margin--margin-30px: 30px;
    --page-margin--margin-20px: 20px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --color--first-color: white;
    --page-margin--margin-50px: 50px;
    --section--padding-left-right: 2%;
    --page-margin--margin-15px: 15px;
    --section--padding-top-bottom: 60px;
    --page-margin--margin-200px: 100px;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-40px: 40px;
    --third-color: #ffffffb3;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-150px: 100px;
    --color--second-color: #000;
  }

  .section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.with-work-page {
    padding-top: 39px;
  }

  .section.with-about {
    padding-top: 163px;
  }

  .display-1.second {
    font-size: 2rem;
  }

  .display-1.second.with-vw.no-gsap {
    width: 90vw;
    font-size: 3.5rem;
  }

  .project-circle {
    width: 90px;
    height: 90px;
  }

  .faq-item-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .utility-page-wrap {
    padding-top: 175px;
    padding-bottom: 155px;
  }

  .navigation-wrapper-main {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-content {
    padding-left: 15px;
  }

  .navigation-link.full {
    bottom: -23px;
  }

  .navigation-link.full.view-all {
    justify-content: center;
    align-items: flex-start;
    font-size: 5rem;
    line-height: 1.5;
  }

  .navigation-link.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-text.first {
    font-size: .75rem;
  }

  .top-hero {
    padding-top: 0;
  }

  .top-hero.for-inner {
    margin-top: 0;
    padding-top: 110px;
  }

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

  .simple-text.first.hide {
    display: none;
  }

  .scroll-trigger.white-bg {
    padding-top: 108px;
    padding-bottom: 41px;
  }

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

  .main-text {
    grid-column-gap: 30px;
  }

  .image-wrap {
    min-height: 500px;
  }

  .image-wrap._100vh {
    min-height: 400px;
  }

  .div-block {
    margin-right: auto;
  }

  .draggable-card {
    width: 14em;
    height: 15em;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    font-size: 5.5em;
    line-height: .7;
  }

  .alligned-right {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .image {
    width: 200px;
  }

  .heading-3.black {
    font-size: 1.5rem;
  }

  .section-15 {
    height: auto;
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .text-block-12 {
    font-size: 80px;
    line-height: 80px;
  }

  .image-9 {
    width: 90px;
  }

  .allo {
    text-align: center;
    font-size: 11px;
  }

  .text-block-2-centred {
    text-align: left;
    font-size: 11px;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_template-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .footer_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_social-media {
    width: 1.25rem;
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .home-header_img {
    height: 6.5rem;
    font-size: 50%;
  }

  .home-header_headings {
    max-width: 18rem;
  }

  .home-header_imgs-wrap {
    width: 80vw;
  }

  .button_inner {
    padding: 1.25rem 1.75rem;
  }

  .spacer-custom-1.is-mobile-small {
    padding-top: .75rem;
  }

  .home-header_imgs-wrapper {
    display: none;
  }

  .section_home-header {
    height: auto;
    min-height: auto;
  }

  .home-header_location-globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-header_text {
    font-size: 1rem;
  }

  .home-header_label, .home-header_label.mobile, .home-header_label.archives {
    font-size: .75rem;
  }

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

  .button-2 {
    border-radius: 1.25rem;
  }

  .home-header_heading {
    font-size: 2rem;
  }

  .home-header_heading._3, .home-header_heading._2, .home-header_heading._1 {
    font-size: 3rem;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .home-header_imgs-wrapper-2 {
    align-self: center;
    display: flex;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .section_home-header-2 {
    height: 120vh;
    min-height: auto;
  }

  .label_line {
    width: 1.75rem;
  }

  .section-18 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slideshow---wrap {
    height: 26rem;
    transform: rotateX(60deg)rotateY(0)rotateZ(0);
  }

  .slideshow---image {
    border-radius: .25rem;
  }

  .slide---radius {
    width: 7rem;
  }

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

  .slideshow---image-2 {
    border-radius: .25rem;
  }

  .container-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slideshow---image-3 {
    border-radius: .25rem;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer_loop-image {
    max-height: 7.5rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_loop-text {
    max-height: 4rem;
  }

  .footer_loop-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .container-large.is-footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_modo-copy {
    max-height: 4rem;
  }

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

  .navigation-link-2.full {
    bottom: -23px;
  }

  .navigation-link-2.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-normal {
    height: 100vh;
    padding-top: 0%;
    bottom: 0%;
  }

  .navigation-link-3.full {
    bottom: -23px;
  }

  .navigation-link-3.for-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .projets {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .projets.with-work-page {
    padding-top: 39px;
  }

  .projets.with-about {
    padding-top: 163px;
  }

  .link {
    font-size: .75rem;
  }

  .transition {
    grid-template-columns: repeat(6, 1fr);
  }

  .page-inner {
    justify-content: center;
    align-items: center;
  }

  .fixed-footer {
    height: 100vh;
  }

  .projets-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .top-hero-2 {
    padding-top: 0;
  }

  .top-hero-2.for-inner {
    margin-top: 0;
    padding-top: 110px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --fourth-color: #fff7f7;
    --font--primary-font: Inter, sans-serif;
    --first-color: #171515;
    --second-color: #ff9df5;
    --button--button-color: white;
    --button--font-size: 14px;
    --page-container--width: 100%;
    --page-container--container: 95%;
    --backdrop-filter--backdrop-size: 40px;
    --page-margin--margin-60px: 60px;
    --font--second-font: "Playfair Display", sans-serif;
    --page-margin--margin-30px: 30px;
    --page-margin--margin-20px: 20px;
    --backdrop-filter--blur-color: #f8f8f31a;
    --color--first-color: white;
    --page-margin--margin-50px: 50px;
    --section--padding-left-right: 2%;
    --page-margin--margin-15px: 15px;
    --section--padding-top-bottom: 60px;
    --page-margin--margin-200px: 100px;
    --page-margin--margin-10px: 10px;
    --page-margin--margin-80px: 80px;
    --page-margin--margin-40px: 40px;
    --third-color: #ffffffb3;
    --button--round-corners: 3rem;
    --button--circle-round-corners: 10rem;
    --backdrop-filter--backdrop-size-second: 15px;
    --page-container--round-corners: .4rem;
    --page-margin--margin-5px: 5px;
    --page-margin--margin-70px: 70px;
    --page-margin--margin-90px: 90px;
    --page-margin--margin-100px: 100px;
    --page-margin--margin-150px: 100px;
    --color--second-color: #000;
  }

  .section.with-light-color.second {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section.with-light-color.less-padding {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.with-work-page {
    padding-top: 14px;
  }

  .display-1 {
    font-size: 34px;
  }

  .display-1.second.with-padding {
    padding: 18px;
  }

  .display-1.second.with-vw.no-gsap {
    font-size: 4rem;
  }

  .display-1.second {
    font-size: 1.6rem;
  }

  .display-1.second.with-vw {
    font-size: 2rem;
  }

  .display-1.second.with-vw.no-gsap {
    width: 95vw;
    font-size: 3rem;
  }

  .other-font.big {
    font-size: 55vw;
  }

  .project-circle {
    width: 70px;
    height: 70px;
  }

  .hero_pricing-link {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 111px;
    padding-bottom: 54px;
  }

  .utility-page-wrap._01 {
    padding-bottom: 326px;
  }

  .input-first {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input-first::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .subhead {
    font-size: 16px;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .part-2 {
    order: -1;
  }

  .navlinks {
    font-size: 50px;
  }

  .navigation-content {
    grid-template-columns: .5fr 1fr;
    justify-content: space-between;
    padding-top: 17px;
    padding-left: 12px;
  }

  .footer-main {
    padding-top: 100px;
  }

  .last-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-link.full {
    bottom: -7px;
  }

  .navigation-link.full.view-all {
    font-size: 3.5rem;
    line-height: 1.5;
  }

  .nav-text.first {
    align-self: flex-end;
    font-size: 1rem;
    overflow: hidden;
  }

  .nav-text.first.white, .nav-text.first.black {
    font-size: 3.5rem;
  }

  .nav-text.second.white, .nav-text.second.black {
    font-size: 3.5rem;
  }

  .nav-text.second {
    align-self: flex-end;
    font-size: 1rem;
    overflow: visible;
  }

  .top-hero {
    align-self: center;
    padding-top: 0;
  }

  .top-hero.for-inner {
    align-self: flex-start;
    margin-top: 14vh;
    margin-left: 2vw;
    padding-top: 0;
  }

  .top-hero.hp {
    height: 100vh;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .grid-12.more-gap.with-color {
    grid-row-gap: var(--page-margin--margin-20px);
  }

  .background-video {
    min-width: 160px;
    min-height: 200px;
  }

  .scroll-trigger.white-bg {
    padding-top: 91px;
    padding-bottom: 6px;
  }

  .big-text {
    letter-spacing: -1.7rem;
    margin-left: -18vw;
    font-size: 55vw;
  }

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

  .category-title.second.hide, .category-title.hide {
    display: none;
  }

  .category-title.black {
    text-align: left;
    font-size: .75rem;
  }

  .work-wrapper-first {
    justify-content: center;
  }

  .vertical-flex {
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 9px;
  }

  .flex-tag-main.second {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .margin-80.make-40 {
    margin-top: var(--page-margin--margin-40px);
  }

  .subhead-main.about-text {
    font-size: 17px;
  }

  .social-content {
    display: none;
  }

  .image-wrap {
    aspect-ratio: 1;
    min-height: 300px;
  }

  .image-wrap._100vh {
    min-height: 340px;
  }

  .blog-title {
    font-size: 1.9rem;
  }

  .grid-inside {
    flex-flow: column;
    display: flex;
  }

  .lottie-animation-3 {
    max-width: 50px;
    margin-left: 16px;
  }

  .hero {
    display: block;
  }

  .heading-style-h1.text-weight-black.line-height_88 {
    text-align: center;
    font-size: 15vw;
  }

  .heading-style-h1.blanc {
    font-size: 22vw;
  }

  .heading-style-h1.footer-pink {
    color: var(--fourth-color);
    font-family: Featuredisplay Copy, Impact, sans-serif;
    font-size: 27vw;
  }

  .hero-home {
    background-color: var(--fourth-color);
    position: relative;
  }

  .alligned-right {
    justify-content: space-between;
    align-items: flex-end;
  }

  .alligned-right.more-gap.with-color {
    grid-row-gap: var(--page-margin--margin-20px);
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .section-15 {
    height: auto;
    padding: 35vh 20px;
  }

  .text-block-12 {
    font-size: 50px;
    line-height: 60px;
  }

  .image-9 {
    width: 60px;
  }

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

  .allo {
    text-align: center;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    overflow: visible;
  }

  .text-block-2-centred {
    text-align: center;
    white-space: normal;
    max-width: none;
    font-size: 11px;
    text-decoration: none;
    overflow: visible;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

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

  .footer_wrap {
    padding-bottom: 1.5rem;
  }

  .footer_legal-wrap {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_main {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-header_img {
    border-radius: 0;
    width: 6vh;
    height: auto;
  }

  .home-header_headings {
    max-width: 15rem;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50vh;
  }

  .home-header_imgs-wrapper {
    display: flex;
  }

  .section_home-header {
    min-height: 100vh;
  }

  .home-header_label.mobile {
    display: none;
  }

  .home-header_label.archives {
    font-size: .75rem;
  }

  .home-header_labels-wrap {
    bottom: 1.25rem;
  }

  .home-header_component {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header_imgs-wrapper-2 {
    display: none;
  }

  .section_home-header-2 {
    height: 85vh;
    min-height: 70vh;
  }

  .section-18 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: column;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .image-13 {
    width: 65%;
  }

  .text-block-17 {
    font-size: 12px;
  }

  .text-block-18 {
    font-size: 15px;
    line-height: 22px;
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slideshow---wrap {
    height: 100vw;
  }

  .columns---slideshow {
    transform-origin: 0%;
    align-self: auto;
    transform: translate(0, -50%)scale(.7);
  }

  .page---main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 100vh;
    padding-top: 50vh;
    display: flex;
  }

  .container-4 {
    align-self: center;
    width: 100%;
    max-width: 50rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-header_labels_home {
    padding-bottom: 25px;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer_links_column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: flex-start;
  }

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

  .div-block-24 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .div-block-25 {
    min-width: 13vw;
    padding-top: 25px;
    padding-left: 0;
  }

  .navigation-link-2.full {
    bottom: -7px;
  }

  .footer-normal {
    height: 100vh;
    padding-top: 100px;
    bottom: 0%;
  }

  .footer-normal.pink {
    bottom: 0%;
  }

  .navigation-link-3.full {
    bottom: -7px;
  }

  .footer-rose {
    padding-top: 100px;
  }

  .projets {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .projets.with-light-color.second {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .projets.with-light-color.less-padding {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .projets.with-work-page {
    padding-top: 14px;
  }

  .link {
    font-size: .75rem;
  }

  .cloneable.cadeau {
    height: 100vh;
    min-height: auto;
  }

  .transition {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-inner {
    width: 100%;
  }

  .c2c-txt.cp.contact {
    font-size: 1rem;
  }

  .c2c-icon {
    min-width: 15px;
    min-height: 15px;
  }

  .c2c-icon._30, .c2c-icon-done._30 {
    height: 15px;
  }

  .code-embed-2 {
    align-self: flex-start;
  }

  .lottie-animation-4 {
    width: 50vw;
  }

  .fixed-footer {
    height: 100vh;
  }

  .section-19 {
    align-self: center;
  }

  .work-wrapper-first-2 {
    justify-content: center;
  }

  .category-title-2 {
    text-align: center;
  }

  .category-title-2.black {
    text-align: left;
    font-size: .75rem;
  }

  .category-title-2.hide {
    display: none;
  }

  .projets-2 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .top-hero-2 {
    align-self: center;
    padding-top: 0;
  }

  .top-hero-2.for-inner {
    align-self: flex-start;
    margin-top: 14vh;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-28 {
    grid-row-gap: 3vh;
    flex-flow: column;
  }

  .div-block-30 {
    align-self: flex-start;
    width: 35vw;
  }

  .section-20 {
    flex-flow: column;
    align-self: flex-start;
  }

  .div-block-34, .div-block-35 {
    font-size: 1rem;
  }
}

#w-node-f189f6a5-3e5c-c1bb-bd81-cc5af570ebcc-36df6c28 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_4112baf1-5cdd-c155-3e6e-4646204aa3e5-36df6c28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c87f3fd7-02cf-6eeb-a233-5af9713f059f-36df6c28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_20588182-f5e9-8898-b767-647a7b04b3b4-36df6c28 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: center end;
}

#w-node-ef097edb-6089-0183-c14a-b5ba715e3cc6-715e3c97 {
  place-self: auto;
}

#w-node-cdcb0ebe-6184-0899-ea51-5038671515ce-671515cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fe7ad9ab-cfe7-a42f-2eb1-79b67c170b89-671515cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cdcb0ebe-6184-0899-ea51-5038671515d2-671515cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7f82d498-7ee7-6ad8-d323-8824fa7cd544-fc5749cb {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: auto;
}

#w-node-_6ae6693b-14d9-5da1-4ef6-7c1f2a8b5376-2a8b5347 {
  place-self: auto;
}

#w-node-_9526b639-851d-08fb-976f-cd0cfc0b6f9a-fc0b6f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9526b639-851d-08fb-976f-cd0cfc0b6f9c-fc0b6f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9526b639-851d-08fb-976f-cd0cfc0b6f9d-fc0b6f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7f82d498-7ee7-6ad8-d323-8824fa7cd544-da1f5218 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2eaf168a-9bf7-68b8-03cc-51da8735d7b0-ba33135f, #w-node-_981447ee-46c6-8983-9540-dca95c62a08e-4b18da8e, #w-node-f6995ac3-98de-9443-e212-bc255eba9709-56c24263, #w-node-a4553e6b-1892-dee1-1413-e25b14abbf1d-c94da9be, #w-node-_0c2712c7-b19a-2b06-cef8-e1ec42a486cf-06f8b3ec, #w-node-_2ab8d89b-ea28-bc36-d485-670a1d2fd452-64583f57, #w-node-_0c2712c7-b19a-2b06-cef8-e1ec42a486cf-41174947 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: auto;
}

#w-node-_9da3de58-c71d-f392-75fa-b8845b553c32-eff20df2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9218b420-d660-a3d6-1b83-47805e4a2139-eff20df2 {
  justify-self: end;
}

#w-node-_7f82d498-7ee7-6ad8-d323-8824fa7cd544-3b6c98b8 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2ab8d89b-ea28-bc36-d485-670a1d2fd452-c8205e4b, #w-node-_0c2712c7-b19a-2b06-cef8-e1ec42a486cf-eb20fa90 {
  grid-area: 1 / 1 / 2 / 13;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-f189f6a5-3e5c-c1bb-bd81-cc5af570ebcc-36df6c28 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-c87f3fd7-02cf-6eeb-a233-5af9713f059f-36df6c28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cdcb0ebe-6184-0899-ea51-5038671515ce-671515cb, #w-node-_9526b639-851d-08fb-976f-cd0cfc0b6f9a-fc0b6f97 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f189f6a5-3e5c-c1bb-bd81-cc5af570ebcc-36df6c28 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f189f6a5-3e5c-c1bb-bd81-cc5af570ebcc-36df6c28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c87f3fd7-02cf-6eeb-a233-5af9713f059f-36df6c28 {
    grid-area: 1 / 1 / 2 / 4;
  }
}


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