@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ppneuemontrealmono;
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeditorialnew;
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-contact-scroll: #0006;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  color: #222;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1;
}

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

.hero-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: fixed;
}

.navbar.black, .navbar.white {
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 10px 16px;
  font-size: .94em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.is-active {
  color: #fff;
  background-color: #222;
}

.nav-link.is-active.black {
  background-color: #111;
}

.nav-link.is-dark {
  color: #222;
  border-color: #222;
}

.nav-link.black {
  border-color: #111;
}

.nav-link.black.is-last, .nav-link.is-last {
  margin-right: 0;
}

.nav-link.xtra-padding {
  padding: 12px 20px;
}

.logo {
  cursor: pointer;
  width: 135px;
  max-width: 135px;
  position: relative;
}

.nav {
  display: flex;
}

.text-block {
  z-index: 2;
  color: #fff;
  font-size: 13.5px;
  position: relative;
}

.text-block.black {
  color: #111;
}

.about-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 12em 30px;
  display: flex;
  position: relative;
}

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

.about-title {
  width: 41.66%;
  margin-right: 1.04em;
}

.small-tag {
  color: #999;
  letter-spacing: -.02em;
  width: 44.44%;
  font-size: 1.04em;
  font-weight: 500;
}

.small-tag.xtra-margin {
  cursor: default;
  width: 100%;
  line-height: 1.5;
}

.small-tag.margin-btm {
  cursor: default;
  width: 100%;
  margin-bottom: 1em;
}

.small-tag.mg-btm {
  margin-bottom: 1em;
}

.div-block-5 {
  width: 58.33%;
}

.par-bg {
  letter-spacing: -.02em;
  font-size: 48.02px;
  font-weight: 500;
  line-height: .95;
}

.par-sm {
  font-size: 1.04em;
  line-height: 1.2;
}

.par-sm.center {
  text-align: center;
}

.par-sm.medium {
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: .9em;
  font-weight: 500;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.button-primary {
  z-index: 1;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 1000vw;
  padding: 1.5em 3em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-link {
  z-index: 2;
  color: #333;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
}

.projects-wrapper {
  z-index: 4;
  padding-bottom: 15em;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.projects-body {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4em;
  display: flex;
}

.project-title {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
  display: flex;
}

.project-title.padding {
  padding-left: 30px;
  padding-right: 30px;
}

.big-serif {
  color: #222;
  letter-spacing: -.08em;
  cursor: default;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 4.22em;
  font-weight: 200;
  display: block;
}

.line {
  background-color: #999;
  width: 100%;
  height: 1px;
  position: relative;
  inset: auto 0% 0%;
}

.line.white {
  background-color: #fff;
}

.project-1 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30.47em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57.76em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-bg {
  z-index: 1;
  background-color: #222;
  border-radius: 5000vw;
  width: 35em;
  height: 35em;
  transition: opacity .2s;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.circle-bg.black {
  background-color: #111;
}

.project-wrapper-1 {
  color: #333;
  width: 41.66%;
  margin-right: 1.04em;
  text-decoration: none;
}

.project-wrapper-2 {
  color: #333;
  width: 58.33%;
  text-decoration: none;
}

.div-block-10 {
  width: 42.8%;
}

.tag {
  color: #222;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 1.04em;
  font-weight: 700;
}

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

.image-2._3 {
  background-image: url('../images/15597_m_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2._1 {
  background-image: url('../images/Frame-357_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2._2 {
  background-image: url('../images/Frame-332-4-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.project-3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.33em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper-3 {
  color: #333;
  width: 33.33%;
  margin-right: 1.04em;
  text-decoration: none;
}

.div-block-12 {
  width: 8.33%;
  margin-right: 1.04em;
}

.projects-body-copy {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10.42em;
  display: flex;
}

.services-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
}

.text-block-3 {
  z-index: 2;
  position: relative;
}

.div-block-14 {
  width: 100%;
  height: 100vh;
  display: flex;
}

.service-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-column._3 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.question-text {
  text-align: center;
  letter-spacing: -.02em;
  width: 16em;
  max-width: 26em;
  padding-top: .5em;
  font-size: 3.33em;
  font-weight: 500;
  line-height: 1.05;
}

.question-text.white.btm-padding {
  padding-bottom: .6em;
}

.form-row {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.radio-text {
  z-index: 3;
  color: #222;
  text-transform: uppercase;
  position: relative;
}

.q {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7em 2em 8em;
  display: flex;
}

.q.is-2 {
  display: none;
  position: relative;
}

.q.is-3 {
  background-color: #222;
  border-radius: 15px 15px 0 0;
  width: 73.85em;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.q.is-1 {
  border-radius: 20px;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  margin-bottom: 2em;
  padding: 3em 1em;
  display: flex;
}

.q.is-2 {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 4em;
  padding: 3em 1em;
  display: flex;
}

.q.is-form {
  padding-top: 7em;
  padding-bottom: 4em;
}

.q.is-2 {
  border-radius: 20px;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  margin-bottom: 2em;
  padding: 3em 1em;
  display: flex;
}

.q.is-form {
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  padding: 3em 1em 0;
  display: flex;
}

.question-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.radio-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin: .5em;
  padding: 16px 40px;
  font-size: 1.04em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  background-color: #db4c44;
  margin-top: 0;
  padding: 0;
}

.radio {
  cursor: pointer;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio.w--redirected-focus {
  box-shadow: none;
}

.radio-buttons-wrap {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 82%;
  max-width: 880px;
  height: 100%;
  display: flex;
}

.contact-form-wrap {
  z-index: 40;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.txt-field {
  background-color: #3d3d3d;
  border: 1px #000;
  border-radius: 7px;
  min-height: 150px;
  margin-bottom: 1em;
  padding: 2em 1em 2em 1.3em;
  font-size: 1em;
  overflow: hidden;
}

.txt-field.is-half {
  width: 100%;
  min-height: 0;
}

.txt-field.email {
  min-height: 0;
}

.spline-scene-2 {
  height: 60vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-experience {
  z-index: 10;
  background-image: url('../images/Frame-3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.contact-welcome {
  z-index: 99;
  background-image: url('../images/Frame-4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.contact-page {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.nav-link-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.7em 3em;
  font-size: .94em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-hide.xtra-margin {
  z-index: 5;
  margin-bottom: .5em;
}

.div-hide._50 {
  max-width: 100%;
}

.div-hide.right {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.div-hide._2-12 {
  justify-content: flex-start;
  align-items: center;
  width: 16.66%;
}

.div-hide._2-12.is-last {
  justify-content: flex-end;
  align-items: center;
}

.div-hide._2-12.right {
  margin-bottom: 0;
}

.div-hide._2-12.center {
  justify-content: center;
  align-items: center;
}

.div-hide._4-12 {
  justify-content: center;
  align-items: center;
  width: 33.33%;
}

.div-hide.work-heading {
  margin-bottom: 30px;
  padding-left: 1em;
  padding-right: 1em;
}

.div-hide.work-heading.no-margin {
  margin-bottom: 10px;
}

.div-hide.work-heading-copy {
  margin-bottom: 8px;
}

.div-hide._1._25 {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
}

.div-hide._25 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}

.div-hide._10 {
  margin-top: 3px;
}

.white {
  color: #fff;
}

.white.h1-serif {
  text-transform: none;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 5.56em;
  font-weight: 200;
  line-height: 1.1;
}

.white.h1-serif.center {
  line-height: 1.2;
}

.white.center {
  text-align: center;
}

.spline-scene-3 {
  height: 240px;
}

.div-block-16 {
  z-index: 11;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.div-block-18 {
  max-width: 40%;
}

.div-block-18._70 {
  max-width: 60%;
}

.div-block-19 {
  z-index: 11;
  cursor: default;
  width: 100%;
  padding-bottom: 10em;
  position: relative;
}

.radio-buttons-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.contact-btm {
  z-index: 999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2em;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  display: flex;
  position: absolute;
  inset: auto 0% 2em;
}

.text-block-6.right {
  inset: auto 2em 2em auto;
}

.text-block-6.left {
  inset: auto auto 2em 2em;
}

.text-block-6.top {
  color: #888;
  text-transform: none;
  width: 100%;
  font-size: 1.04em;
  position: relative;
  bottom: 2em;
}

.text-block-6-copy {
  color: #fff;
  text-align: left;
  text-transform: none;
  flex-flow: column;
  width: 1.3em;
  font-family: "Ppeditorialnew Bf 644 B 21500 D 0 C 0";
  font-size: 2em;
  font-weight: 200;
  line-height: 1.2;
  position: relative;
}

.text-block-6-copy.abs {
  width: 1.4em;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  position: absolute;
  inset: 2em auto 0% 0%;
  transform: translate(-1rem);
}

.text-block-6-copy.grey {
  color: #fff;
  text-align: right;
  width: 1.4em;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
}

.text-block-6-copy.xtra-width {
  width: 1.4em;
  margin-bottom: 0;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
}

.back-icon-copy {
  z-index: 4;
  width: 15px;
  position: relative;
}

.back-icon-copy.abs {
  z-index: 2;
  position: absolute;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.radio-buttons-container-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14em;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
}

.radio-button-final {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 15em;
  margin: .5em .5em .05em 2em;
  padding: 16px 50px;
  font-size: 1.04em;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.q-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.q-wrap.is-2 {
  display: none;
  overflow: hidden;
}

.q-wrap.is-3 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 160vh;
  display: none;
  position: relative;
}

.div-block-22 {
  width: 49%;
}

.div-block-22.full {
  width: 100%;
}

.label {
  text-transform: uppercase;
  padding-bottom: .73em;
  font-size: 1.04em;
}

.radio-buttons-wrap-copy {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 880px;
  height: 70%;
  display: flex;
}

.back-arrow {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: .8em 1.25em;
  font-size: .94em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-arrow.is-2 {
  z-index: 1;
  display: none;
}

.back-arrow.is-3 {
  display: none;
}

.div-block-23 {
  display: flex;
  position: relative;
}

.recaptcha {
  margin-top: 2em;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.div-block-25 {
  opacity: 0;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.line-copy {
  background-color: #908f8f;
  width: 1px;
  height: 2.3em;
}

.circle-bg-contact-radio {
  z-index: 1;
  background-color: #fff;
  border-radius: 5000vw;
  width: 40em;
  height: 40em;
  transition: opacity .2s;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.circle-bg-contact-radio.dark {
  background-color: #222;
  width: 50em;
  height: 50em;
}

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

.succes-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 2em;
  display: none;
  position: relative;
}

.success {
  margin-bottom: 1em;
  font-size: 1.4em;
}

.transition {
  z-index: 10000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.transition-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.window-1 {
  background-color: #111;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.window-2 {
  background-color: #111;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.transition-logo {
  height: 2.6em;
  display: none;
}

.transition-logo.visible {
  display: block;
}

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

.dark-overlay {
  z-index: 4;
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100vw;
  height: 120vh;
  display: none;
  position: absolute;
}

.div-block-30 {
  z-index: 10;
  background-image: linear-gradient(#2220, #000000b3);
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

.app {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.service-title {
  z-index: 6;
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.88em;
  font-weight: 700;
  display: block;
  position: relative;
}

.services-details-wrapper {
  z-index: 3;
  flex-flow: column;
  width: 100%;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.services-details-container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.dark-overlay-services {
  z-index: 3;
  background-image: linear-gradient(#1110 11%, #111111e6);
  width: 100%;
  height: 200%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-container {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-35 {
  height: 20vh;
  display: none;
}

.decorative-text-code {
  color: #1f0;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: .5em;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

.decorative-text-code.is-dark {
  color: #0a5f04;
}

.decorative-text-code.is-dark.is-left {
  padding-right: 3em;
}

.decorative-text-code.is-left {
  margin-right: .5em;
}

.div-block-36 {
  z-index: 2;
  background-image: url('../images/image-199-1-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-37 {
  z-index: 2;
  background-color: #222d1f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-36-copy {
  z-index: 2;
  background-image: url('../images/image-200-1-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-37-copy {
  z-index: 2;
  background-color: #98a99f;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.mockups-container {
  z-index: 1;
  background-color: #438b94;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.image-1 {
  background-image: url('../images/Frame-48-5_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 390%;
  height: 24em;
  margin-bottom: 2em;
}

.image-22 {
  background-image: url('../images/Frame-335-4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 390%;
  height: 24em;
  margin-bottom: 2em;
}

.image-33 {
  background-image: url('../images/Frame-336_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 390%;
  height: 24em;
  margin-bottom: 2em;
}

.div-block-36-copy-copy {
  z-index: 2;
  background-image: url('../images/image-198-2-1-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-37-copy-copy {
  z-index: 2;
  background-color: #ff8eaa;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.keyholes-container {
  z-index: 1;
  background-color: #c9191d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.keyhole {
  height: 10.76em;
  position: absolute;
  bottom: 25%;
  left: 5%;
}

.keyhole._2 {
  height: 16em;
  display: inline-block;
  top: 7%;
  bottom: auto;
  left: 7%;
}

.keyhole._3 {
  height: 7.5em;
  inset: auto auto 10% 44%;
}

.about-page-wrapper {
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.about-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 68%;
  display: flex;
}

.content-main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.image-container {
  background-image: linear-gradient(#0003, #0003), url('../images/Frame-373_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.content-top-wrapper {
  width: 100%;
  display: flex;
}

.about-page-par {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 44.44%;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  letter-spacing: -.03em;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.paragraph.xtra-height {
  font-size: 1.46em;
  line-height: 1.1;
}

.about-page-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22.22%;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.about-page-services.is-last {
  margin-right: 0;
}

.div-block-38 {
  width: 11.11%;
}

.text-span {
  color: #888;
  font-size: .69em;
}

.content-bottom-wrapper {
  width: 100%;
  display: flex;
}

.link {
  color: #333;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.award-image {
  max-width: none;
  height: 18em;
  display: block;
}

.dark-overlay-service {
  z-index: 12;
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-abt {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.award-link {
  padding-bottom: 2px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2;
}

.award-link.abs {
  display: block;
  position: absolute;
}

.award-link.grey {
  color: gray;
}

.body-2 {
  color: #fff;
  background-color: #222;
}

.container-marquee {
  display: flex;
}

.project-info-title {
  margin-bottom: 1em;
}

.project-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.wrapper-project-info {
  justify-content: space-between;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: block;
}

.page-2-wrapper {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 6em;
  position: fixed;
}

.marquee {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 6em;
  overflow: hidden;
}

.marquee.projects {
  padding-top: 6em;
  padding-bottom: 6em;
}

.project-info-table {
  border-top: 1px solid #757575;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3em;
  font-size: 1.3em;
  display: flex;
}

.project-info-table.is-last {
  border-bottom: 1px solid #757575;
}

.marquee-text {
  white-space: nowrap;
  padding-right: .5em;
  font-size: 120px;
}

.project-info-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.par-details {
  margin-bottom: 30px;
  font-size: 20px;
}

.space-project--age {
  height: 88vh;
}

.wrapper-project-page {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.image-project-page {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-42 {
  z-index: 2;
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 45.28em;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.featured-dark-glass {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-container {
  z-index: 8;
  width: 60%;
  height: 60%;
  position: relative;
}

.footer {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-2 {
  opacity: 0;
  color: #fff;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4.79em;
  line-height: .98;
}

.heading-2.black {
  opacity: 1;
  color: #222;
  font-family: Neuemontreal, Arial, sans-serif;
  position: relative;
}

.heading-2.black.serif {
  text-transform: none;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 4.33em;
  font-weight: 200;
}

.heading-3 {
  opacity: 0;
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 4.33em;
  font-weight: 200;
  line-height: 1.15;
}

.keyhole-section {
  width: 100%;
  height: 300vh;
  position: relative;
}

.keyhole-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-btm {
  width: 100%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.pic2 {
  background-color: #000;
  background-image: url('../images/Frame-345-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22.99em;
  height: 27.29em;
  position: absolute;
  top: 20em;
  right: 9.86em;
}

.div-block-46 {
  height: 30vh;
}

.pic-1 {
  background-color: #000;
  background-image: url('../images/Frame-346-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15.35em;
  height: 20.28em;
  position: absolute;
  top: 31.32em;
  left: 9.86em;
}

.pic-3 {
  background-color: #000;
  background-image: url('../images/Frame-347.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14.17em;
  height: 15.9em;
  position: absolute;
  top: 55.83em;
  left: 26.32em;
}

.pic-4 {
  background-color: #000;
  background-image: url('../images/Frame-348.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.63em;
  height: 15.83em;
  position: absolute;
  top: 61.74em;
  right: 31.39em;
}

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

.keyhole-text-wrapper-1 {
  z-index: 2;
  position: absolute;
}

.code-embed-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.keyhole-text-wrapper-2 {
  z-index: 4;
  display: block;
  position: absolute;
}

.div-block-48 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-49 {
  border-top: 0 #888;
  border-bottom: 0 #888;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-49.no-stroke {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.link-footer {
  color: #222;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-footer.grey {
  color: #919191;
  white-space: nowrap;
}

.link-footer.white {
  color: #fff;
  white-space: nowrap;
}

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

.link-footer.abs.right {
  inset: 0% 0% 0% auto;
}

.paris-time {
  color: #3e3e3e;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
}

.button-primary-p {
  z-index: 1;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 1000vw;
  margin-bottom: 10em;
  padding: 1.5em 3em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-35 {
  display: block;
}

.background-video-2 {
  width: 63.61em;
  height: 34.31em;
}

.code-embed-4 {
  z-index: 1;
  background-color: #222;
  display: none;
  position: relative;
}

.slides {
  background-color: #111;
  width: 100%;
  height: 100vh;
}

.slide {
  background-color: #111;
  width: 100%;
  height: 100%;
  position: static;
}

.slide__img {
  background-color: #222;
  background-image: url('../images/Vogue-Italia---The-Chimera_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide__img._2 {
  background-image: url('../images/Frame-359-4_1.avif');
}

.slide__img._3 {
  background-image: url('../images/3_1.avif');
}

.slide__img._5 {
  background-image: url('../images/6_1.avif');
}

.slide__img._4 {
  background-image: url('../images/4_1.avif');
}

.slide__img._6 {
  background-image: url('../images/5_1.avif');
}

.code-embed-2-copy {
  z-index: 13;
  width: 31.772em;
  height: 24.4712em;
  position: relative;
}

.div-block-50 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2em;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.work-heading {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.work-heading.h1-serif {
  text-transform: none;
  font-family: "Ppeditorialnew Bf 644 B 21500 D 0 C 0";
  font-size: 80px;
  font-weight: 200;
  line-height: 1.1;
}

.work-heading.h1-serif.center {
  line-height: 1.2;
}

.work-heading.center {
  text-align: center;
}

.work-link-visit {
  margin-top: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.work-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16.51px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

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

.div-block-52 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 10em;
  display: flex;
}

.work-number-serif {
  color: #fff;
  white-space: nowrap;
  padding-top: .07em;
  padding-right: .07em;
  font-family: Ppeditorialnew, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.work-number-serif.black {
  color: #000;
}

.div-block-52-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 10em;
  display: flex;
  overflow: hidden;
}

.dark-overlay-work {
  z-index: 2;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-work {
  z-index: 999;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-work.fixed {
  display: flex;
  position: fixed;
  top: 0%;
}

.div-block-53 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 38%;
  display: flex;
}

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

.code-embed-6 {
  height: 17em;
}

.image-36 {
  display: none;
}

.image-37 {
  width: 15em;
  display: none;
  position: absolute;
  inset: 34% 0% 0% 44%;
}

.image-37.bg {
  width: 20em;
  display: none;
  top: 21%;
  left: 40%;
}

.paragraph-copy {
  color: #222;
  text-align: center;
  letter-spacing: -.02em;
  cursor: default;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 1.67em;
  font-weight: 500;
}

.about-page-par-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33em;
  display: flex;
  overflow: hidden;
}

.body-3 {
  background-color: #111;
}

.depthmap {
  z-index: 2;
  cursor: pointer;
  background-color: #8a8a8a;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.code-embed-7 {
  width: 100vw;
  height: 100vh;
}

.dark-overlay-text {
  z-index: 3;
  background-image: linear-gradient(#0000, #111111e6);
  width: 100%;
  height: 40vh;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.mobile-image {
  display: none;
}

.logo-img {
  cursor: pointer;
  max-width: 135px;
}

.logo-img.abs {
  mix-blend-mode: difference;
  position: absolute;
  inset: 0%;
}

.link-footer-wrapper {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-footer-wrapper.last {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-footer-wrapper.exp-1 {
  color: #fff;
  position: relative;
  bottom: 2em;
  left: 2em;
}

.link-footer-wrapper.exp-2 {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% 2em;
  overflow: hidden;
}

.image-split-1 {
  z-index: 3;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Frame-358_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-split-1._2 {
  background-image: url('../images/Desktop---272-2-2.webp');
}

.image-split-1._3 {
  background-image: url('../images/15597_m_1.avif');
}

.image-left-1 {
  background-image: url('../images/Frame-367_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-left-1._2 {
  background-image: url('../images/Frame-332-5-2-1-1-1_1.webp');
}

.image-right-1 {
  background-image: url('../images/Frame-366_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-right-1._2 {
  background-image: url('../images/Frame-332-5-2-1-3_1.webp');
}

.blurred-background {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(#000000b3, #000000b3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-left-2 {
  background-image: url('../images/Frame-332-5-2-1-1-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-left-2._2 {
  background-image: url('../images/Frame-332-5-2-1-1-1_1.webp');
}

.image-right-2 {
  background-image: url('../images/Frame-332-5-2-1-3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-right-2._2 {
  background-image: url('../images/Frame-332-5-2-1-3_1.webp');
}

.video-container-2 {
  z-index: 8;
  width: 38.26em;
  height: 29.72em;
  position: relative;
}

.image-left-3 {
  background-image: url('../images/Frame-369.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-left-3._2 {
  background-image: url('../images/Frame-332-5-2-1-1-1_1.webp');
}

.image-right-3 {
  background-image: url('../images/Frame-345-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.image-right-3._2 {
  background-image: url('../images/Frame-332-5-2-1-3_1.webp');
}

.pre-loader {
  z-index: 999;
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.number-load {
  color: #fff;
  position: absolute;
}

.noise-1 {
  background-image: url('../images/Frame-368-4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12em;
  height: 8em;
  position: absolute;
  top: 5em;
  left: 5em;
}

.noise-2 {
  background-image: url('../images/Frame-368-4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12em;
  height: 8em;
  position: absolute;
  top: 10em;
  right: 3em;
}

.noise-3 {
  background-image: url('../images/Frame-368-4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12em;
  height: 8em;
  position: absolute;
  bottom: 2em;
  left: 15em;
}

.noise-4 {
  background-image: url('../images/Frame-368-4_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12em;
  height: 8em;
  position: absolute;
  bottom: 20em;
  right: 5em;
}

.pre-loader-hero {
  z-index: 2;
  background-image: url('../images/Frame-346-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.black-overlay {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-57 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.page-trigger {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-trigger-right {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.page-trigger-left {
  z-index: 1;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cursor-wrapper {
  z-index: 9800;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.cursor-bg {
  z-index: 0;
  background-color: #dfdfdf99;
  border-radius: 1000vw;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cursor-text {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.div-hide-cursor {
  z-index: 2;
  position: relative;
}

.image-split-2 {
  z-index: 3;
  background-image: url('../images/Frame-332-5-2-1-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-split-2._2 {
  background-image: url('../images/Desktop---272-2-2.webp');
}

.image-split-2._3 {
  background-image: url('../images/15597_m_1.avif');
}

.image-split-3 {
  z-index: 3;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Frame-345-3_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-split-3._2 {
  background-image: url('../images/Desktop---272-2-2.webp');
}

.image-split-3._3 {
  background-image: url('../images/15597_m_1.avif');
}

.par-sm-copy {
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.04em;
  line-height: 1.2;
  text-decoration: none;
}

.par-sm-copy.center {
  text-align: center;
}

.par-sm-copy.medium {
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: .9em;
  font-weight: 500;
}

.heading-5 {
  color: #222;
  cursor: default;
}

.body-4 {
  cursor: default;
}

.navbar-copy {
  z-index: 999;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: fixed;
}

.navbar-copy.black, .navbar-copy.white {
  display: flex;
}

.pi-background-image {
  background-image: url('../images/image-55_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

.pi-background-image._2 {
  background-image: url('../images/Fiat-500-x-Bulgari-2-1-1-1_1.avif');
}

.pi-background-image._3 {
  background-image: url('../images/Desktop---279_1.avif');
}

.pi-background-image._4 {
  background-image: url('../images/Desktop---96-1-2.webp');
}

.pi-background-image._5 {
  background-image: url('../images/6_1.avif');
}

.pi-dark-overlay {
  background-image: linear-gradient(#000c, #000c);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.pi-background-wrapper {
  z-index: 1;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.div-block-58 {
  background-color: #fff;
  width: 100%;
}

.pi-wrapper-head {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 3.13em;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.pi-info-wrapper {
  width: 27.78em;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
  position: relative;
}

.text-block-8 {
  letter-spacing: -.02em;
  font-size: 1.11em;
  line-height: 1.2;
}

.div-block-60 {
  margin-bottom: 2em;
}

.pi-main-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 63.89em;
  padding: 3em 0;
  display: flex;
  position: relative;
}

.image-39 {
  width: 90%;
}

.pi-wrapper-2 {
  padding: 3em 30px;
}

.pi-wrapper-2.no-padding {
  padding-bottom: 0;
}

.pi2-image-container {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4em 0;
  display: flex;
}

.pi-wrapper-3 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px;
  display: flex;
}

.div-block-62 {
  width: 63.54em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.div-block-63 {
  width: 31.25em;
}

.pi3-image-container {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 63.89em;
  padding: 3em 0;
  display: flex;
}

.pi3-image-container.is-small {
  width: 31.25em;
  margin-left: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.spline-scene-3-copy {
  height: 240px;
  position: absolute;
  top: 28vh;
}

.footer-copy {
  z-index: 998;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.work-heading-copy {
  color: #333;
  text-align: center;
  padding-top: 10px;
}

.work-heading-copy.h1-serif {
  text-transform: none;
  font-family: "Ppeditorialnew Bf 644 B 21500 D 0 C 0";
  font-size: 80px;
  font-weight: 200;
  line-height: 1.1;
}

.work-heading-copy.h1-serif.center {
  line-height: 1.2;
}

.work-heading-copy.center {
  text-align: center;
}

.div-block-50-copy {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 15em;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.heading-6 {
  margin-bottom: 20px;
  font-size: 1.8em;
}

.pi-line {
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.pi-line.white {
  background-color: #fff;
}

.pi-nav-white {
  z-index: 999;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: fixed;
}

.pi-nav-white.black, .pi-nav-white.white {
  display: flex;
}

.keyhole-container2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-64 {
  background-image: linear-gradient(#0009, #0009), url('../images/Fiat-500-x-Bulgari-2-1-1-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100vw;
  height: 115vh;
}

.div-block-64._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/Desktop---279_1.avif');
  height: 115vh;
}

.div-block-64._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/Desktop---96-1-2.webp');
}

.div-block-64._4 {
  background-image: linear-gradient(#0009, #0009), url('../images/Frame-359-4_1.avif');
}

.div-block-64._5 {
  background-image: linear-gradient(#0009, #0009), url('../images/Desktop---98-1_1.avif');
}

.pi-footer {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.grey {
  color: #999;
}

.next {
  cursor: pointer;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.code-embed-8 {
  z-index: 10;
  width: 90%;
  height: 32em;
  position: relative;
}

.video-container-copy {
  z-index: 8;
  width: 90%;
  height: 32.7em;
  position: relative;
}

.video-container-large {
  z-index: 8;
  width: 90%;
  height: 48em;
  position: relative;
}

.circle-bg-btn {
  z-index: 1;
  background-color: #fff;
  border-radius: 5000vw;
  width: 30em;
  height: 30em;
  transition: opacity .2s;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.circle-bg-btn.black {
  background-color: #111;
}

.image-38-copy {
  display: block;
}

.txt-field-large {
  background-color: #3d3d3d;
  border: 1px #000;
  border-radius: 7px;
  min-height: 150px;
  margin-bottom: 1em;
  padding: 1.2em 1em 2em 1.3em;
  font-size: 1em;
  overflow: hidden;
}

.txt-field-large.is-half {
  width: 100%;
  min-height: 0;
}

.txt-field-large.email {
  min-height: 0;
}

.text-block-9 {
  color: #fff;
  width: 1em;
  height: 100%;
  font-size: 1em;
}

.navbar-mobile {
  z-index: 999;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: none;
  position: fixed;
}

.navbar-mobile.black, .navbar-mobile.white {
  display: flex;
}

.navbar-mobile.work {
  inset: 0% 0% auto;
}

.menu-tag {
  color: #999;
  letter-spacing: -.02em;
  width: 44.44%;
  font-size: 1.04em;
  font-weight: 500;
}

.menu-tag.xtra-margin {
  cursor: default;
  width: 100%;
}

.menu-tag.margin-btm {
  cursor: default;
  width: 100%;
  margin-bottom: 1em;
}

.menu-tag.mg-btm {
  margin-bottom: 1em;
}

.menu-par {
  font-size: 1.04em;
  line-height: 1.2;
}

.menu-par.center {
  text-align: center;
}

.menu-par.medium {
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: .9em;
  font-weight: 500;
}

.page-wrap {
  width: 100%;
  padding-top: 15em;
  padding-left: 30px;
  padding-right: 30px;
}

.legal-wrapper {
  width: 63.4em;
  padding-bottom: 11.81em;
}

.legal-par {
  padding-top: 2em;
  font-size: 1.39em;
  line-height: 1.15;
}

.legal-title {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 2.78em;
  line-height: 1;
}

.space-20 {
  height: 20em;
}

.menu-icon {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 4vw;
  left: 5vw;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.burger-1 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b1-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.b1-bar2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.b1-middle {
  background-color: #858eca;
  width: 4px;
  height: 0;
}

.b1-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 4px;
}

.fallback-image {
  z-index: 9;
  background-image: url('../images/Frame-346-1_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.loader-done {
  width: 0;
  height: 0;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.depth-mobile._5 {
  display: none;
}

.button-primary-copy {
  z-index: 1;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 1000vw;
  padding: 1.5em 3em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-primary-copy-copy {
  z-index: 1;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #000;
  border-radius: 1000vw;
  padding: 1.5em 3em;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.cursor-trigger {
  z-index: auto;
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
}

.button-text-exp {
  z-index: 2;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
}

.link-exp {
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.link-exp.grey {
  color: #919191;
  white-space: nowrap;
}

.link-exp.white {
  color: #fff;
  white-space: nowrap;
}

.link-exp.abs {
  text-align: center;
  position: absolute;
  inset: 0%;
}

.link-exp.abs.right {
  inset: 0% 0% 0% auto;
}

.div-block-70 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 1.5em;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-71 {
  padding-bottom: 2em;
}

.work-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16.51px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
  position: absolute;
}

.work-link-2.abs {
  position: absolute;
  inset: 0%;
}

.hero-mb-wrapper {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7.5em;
  }

  .nav-link.is-last.w--current {
    padding: 15px 22px;
  }

  .logo.w--current {
    width: 19em;
    max-width: 20em;
  }

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

  .about-wrapper {
    padding-top: 15em;
    padding-bottom: 15em;
  }

  .small-tag.xtra-margin {
    font-size: 1.5em;
  }

  .small-tag.margin-btm, .small-tag.mg-btm {
    font-size: 1.3em;
  }

  .par-sm, .par-sm.center.white {
    font-size: 1.4em;
  }

  .par-sm.medium {
    font-size: 1.3em;
  }

  .button-primary {
    padding: 2em 4em;
  }

  .button-link {
    font-size: 1.3em;
    text-decoration: none;
  }

  .projects-body {
    padding-top: 3em;
  }

  .project-title {
    padding-bottom: 2em;
  }

  .big-serif {
    font-size: 6.2em;
  }

  .circle-bg {
    width: 30em;
  }

  .tag, .tag.white {
    font-size: 1.6em;
  }

  .div-block-11 {
    padding-top: 1.5em;
  }

  .question-text {
    font-size: 4em;
  }

  .radio-text {
    font-size: .92em;
  }

  .q.is-3 {
    padding-bottom: 2em;
  }

  .q.is-1, .q.is-2 {
    margin-bottom: 4em;
  }

  .radio-button {
    font-size: 1.6em;
  }

  .txt-field.is-half, .txt-field.email {
    font-size: 1.2em;
  }

  .div-hide._2-12.right {
    margin-bottom: 0;
  }

  .div-hide.work-heading.no-margin {
    margin-bottom: 20px;
  }

  .white.h1-serif {
    font-size: 6.675em;
  }

  .spline-scene-3 {
    margin-top: 2em;
    margin-bottom: 2em;
    transform: scale(.8);
  }

  .text-block-6 {
    font-size: 1.2em;
  }

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

  .text-block-6-copy.grey, .text-block-6-copy.xtra-width {
    font-size: 2.3em;
  }

  .radio-buttons-container-copy {
    padding-top: 2em;
  }

  .radio-button-final {
    font-size: 1.6em;
  }

  .q-wrap, .q-wrap.is-2 {
    display: none;
  }

  .q-wrap.is-3 {
    display: flex;
  }

  .label {
    font-size: 1.2em;
  }

  .back-arrow {
    padding: 1em 2.25em;
  }

  .line-copy {
    height: 4em;
  }

  .app {
    display: flex;
  }

  .service-title {
    font-size: 2.4em;
  }

  .decorative-text-code {
    font-size: 1.2em;
  }

  .image-1, .image-22, .image-33 {
    height: 30em;
  }

  .about-page-wrapper {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .about-main-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
  }

  .content-main-wrapper {
    width: 100%;
    height: 30%;
  }

  .image-container {
    height: 100%;
  }

  .paragraph.xtra-height {
    font-size: 2.5em;
    line-height: 1;
  }

  .link {
    display: none;
  }

  .image-abt {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-41 {
    width: 100%;
    height: 40%;
    margin-top: 4em;
  }

  .award-link {
    font-size: 1.3em;
  }

  .project-table-item {
    font-size: 1.6em;
  }

  .marquee {
    padding-top: 17.15em;
    padding-bottom: 22.25em;
  }

  .marquee.projects {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .project-info-table {
    height: 5.1em;
  }

  .image-project-page {
    width: 95%;
  }

  .heading-2 {
    font-size: 5.5em;
  }

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

  .footer-btm {
    padding-bottom: 1.5em;
  }

  .pic2 {
    top: 30em;
  }

  .div-block-46 {
    height: 30vh;
  }

  .pic-1 {
    top: 41.32em;
  }

  .pic-3 {
    top: 65.83em;
  }

  .pic-4 {
    top: 71.7em;
  }

  .link-footer, .paris-time {
    font-size: 1.2em;
  }

  .button-primary-p {
    padding: 2em 5em;
  }

  .paragraph-copy {
    font-size: 2.4em;
  }

  .about-page-par-copy {
    width: 43em;
  }

  .mobile-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/Frame-320-3_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .logo-img {
    width: 95%;
  }

  .par-sm-copy, .par-sm-copy.center.white {
    font-size: 1.3em;
  }

  .pi-wrapper-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-59 {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .text-block-8 {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .pi-main-wrapper {
    width: 60em;
  }

  .pi-wrapper-2, .pi-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spline-scene-3-copy {
    margin-top: 2em;
    margin-bottom: 2em;
    transform: scale(.8);
  }

  .heading-6 {
    font-size: 2.5em;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    display: flex;
  }

  .div-block-64._2 {
    height: 70vh;
  }

  .next {
    height: 70vh;
    text-decoration: none;
  }

  .circle-bg-btn {
    width: 30em;
  }

  .circle-bg-btn.x {
    background-color: #222;
  }

  .image-38-copy {
    width: 70%;
  }

  .menu-tag.xtra-margin, .menu-tag.margin-btm, .menu-par, .menu-par.center.white {
    font-size: 1.3em;
  }

  .legal-par {
    font-size: 2em;
  }

  .legal-title {
    font-size: 4em;
  }

  .menu-icon {
    top: 6vw;
    left: 6vw;
  }

  .button-primary-copy {
    padding: 2em 4em;
  }

  .button-primary-copy-copy {
    background-color: #fff;
    padding: 2em 4em;
  }

  .button-text-exp {
    font-size: 1.3em;
    text-decoration: none;
  }

  .link-exp {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 9em;
  }

  .navbar.white {
    display: none;
  }

  .logo.w--current {
    z-index: 1000;
    width: 180px;
    max-width: 180px;
  }

  .text-block {
    font-size: 13px;
  }

  .small-tag.xtra-margin {
    white-space: nowrap;
    font-size: 2em;
  }

  .small-tag.margin-btm {
    font-size: 1.8em;
  }

  .small-tag.mg-btm, .par-sm, .par-sm.center.white {
    font-size: 2em;
  }

  .par-sm.medium {
    font-size: 1.7em;
  }

  .button-link {
    font-size: 2em;
  }

  .projects-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-body {
    flex-flow: column;
  }

  .project-title.padding {
    padding-bottom: 3em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-serif {
    font-size: 7.5em;
  }

  .project-1, .project-2 {
    height: 74em;
  }

  .project-wrapper-1 {
    width: 100%;
    height: auto;
    padding-bottom: 4em;
  }

  .project-wrapper-2 {
    width: 100%;
    padding-bottom: 4em;
  }

  .tag {
    font-size: 2.4em;
  }

  .tag.white {
    font-size: 2em;
  }

  .div-block-11 {
    margin-top: .5em;
  }

  .project-3 {
    height: 74em;
  }

  .project-wrapper-3 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 9em;
  }

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

  .projects-body-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
  }

  .services-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-14 {
    flex-flow: column;
    height: auto;
  }

  .service-column {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-bottom: 0;
  }

  .question-text {
    margin-bottom: 40px;
    padding-top: .25em;
    font-size: 5.6em;
  }

  .question-text.white.btm-padding {
    margin-bottom: 20px;
  }

  .radio-text {
    font-size: 1.2em;
  }

  .q.is-2 {
    display: none;
  }

  .q.is-3 {
    padding-bottom: 9em;
    display: flex;
  }

  .q.is-1, .q.is-2, .q.is-2, .q.is-form {
    display: flex;
  }

  .radio-button {
    padding: 18px 30px;
  }

  .radio-buttons-wrap {
    width: 100%;
  }

  .txt-field.is-half, .txt-field.email {
    font-size: 1.8em;
  }

  .spline-scene-2 {
    height: 50vh;
  }

  .contact-welcome {
    display: flex;
  }

  .nav-link-copy {
    padding: 3em 5em;
  }

  .div-hide._2-12 {
    width: 33%;
  }

  .div-hide._2-12.is-last {
    display: flex;
  }

  .div-hide._2-12.right {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-hide._2-12.hidden {
    display: none;
  }

  .div-hide._4-12 {
    width: 33%;
    display: none;
  }

  .div-hide.xtra-btm-margin {
    margin-bottom: 1em;
  }

  .div-hide.mb {
    display: block;
    position: static;
  }

  .white.h1-serif {
    font-size: 8.01em;
  }

  .spline-scene-3 {
    margin-bottom: 8em;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .div-block-18 {
    max-width: 50%;
  }

  .radio-buttons-container {
    height: 15em;
  }

  .text-block-6 {
    font-size: 1.8em;
  }

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

  .text-block-6-copy.abs, .text-block-6-copy.grey, .text-block-6-copy.xtra-width {
    font-size: 4em;
  }

  .back-icon-copy, .back-icon-copy.abs {
    width: 20px;
    font-size: .4em;
  }

  .radio-button-final {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2em;
  }

  .q-wrap {
    display: flex;
  }

  .q-wrap.is-2, .q-wrap.is-3 {
    display: none;
  }

  .label {
    font-size: 1.8em;
  }

  .back-arrow {
    padding: 2em 4em;
  }

  .line-copy {
    height: 5em;
  }

  .app {
    display: none;
  }

  .service-title {
    font-size: 4em;
  }

  .services-details-wrapper {
    height: 42vh;
    padding-top: 1em;
    position: relative;
  }

  .decorative-text-code {
    font-size: 2em;
  }

  .image-1, .image-22, .image-33 {
    height: 50em;
  }

  .keyhole {
    height: 14em;
  }

  .keyhole._2 {
    height: 24em;
  }

  .keyhole._3 {
    height: 30em;
    bottom: -16%;
    left: 20%;
  }

  .about-page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-main-wrapper {
    height: 20%;
  }

  .image-container {
    background-image: linear-gradient(#0000, #0000), url('../images/Frame-373_1.webp');
    background-position: 0 0, 50% 52%;
  }

  .content-top-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph.xtra-height {
    font-size: 2.8em;
  }

  .about-page-services {
    margin-right: 0;
  }

  .div-block-38, .content-bottom-wrapper {
    display: none;
  }

  .div-block-41 {
    height: 50%;
    margin-top: 6em;
  }

  .award-link {
    font-size: 1.6em;
  }

  .project-table-item {
    font-size: 2.4em;
  }

  .project-info {
    width: 100%;
  }

  .marquee {
    padding-top: 20em;
    padding-bottom: 25em;
  }

  .marquee.projects {
    padding-top: 12em;
  }

  .project-info-table {
    height: 6em;
  }

  .marquee-text {
    font-size: 14em;
  }

  .project-info-container {
    flex-direction: column;
  }

  .par-details {
    width: 100%;
    padding-top: 2em;
  }

  .footer-btm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pic2 {
    top: 50em;
  }

  .div-block-46 {
    height: 20vh;
  }

  .pic-1 {
    top: 61.32em;
  }

  .pic-3 {
    top: 85.83em;
  }

  .pic-4 {
    top: 91.7em;
  }

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

  .div-block-49 {
    flex-flow: wrap-reverse;
    flex: 0 auto;
    display: flex;
  }

  .link-footer {
    font-size: 1.8em;
  }

  .paris-time {
    display: none;
  }

  .button-primary-p {
    padding: 3em 8em;
  }

  .div-block-50 {
    align-items: center;
    margin-bottom: 6em;
  }

  .div-block-52, .work-number-serif, .div-block-52-copy {
    display: none;
  }

  .nav-work {
    display: none;
    inset: 0% 0% auto;
  }

  .nav-work.fixed {
    display: none;
  }

  .paragraph-copy {
    font-size: 3em;
  }

  .about-page-par-copy {
    width: 55em;
  }

  .code-embed-7 {
    display: none;
  }

  .mobile-image {
    object-fit: cover;
    position: relative;
  }

  .logo-img {
    z-index: 20;
    width: 100%;
    position: relative;
  }

  .heading-4 {
    font-size: 9em;
  }

  .link-footer-wrapper {
    width: auto;
  }

  .par-sm-copy, .par-sm-copy.center.white {
    font-size: 2em;
  }

  .div-block-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .pi-wrapper-head {
    flex-flow: column;
    padding-top: 5em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pi-info-wrapper {
    width: 70em;
  }

  .div-block-59 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .text-block-8 {
    font-size: 2.2em;
  }

  .pi-main-wrapper {
    width: 100%;
    margin-top: 4em;
  }

  .pi-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pi-wrapper-3 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pi3-image-container {
    width: 100%;
  }

  .pi3-image-container.is-small {
    width: 100%;
    margin-top: 3em;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spline-scene-3-copy {
    margin-bottom: 8em;
  }

  .heading-6 {
    font-size: 3.6em;
  }

  .pi-nav-white {
    display: none;
  }

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

  .next {
    text-decoration: none;
  }

  .video-container-copy {
    height: 47em;
  }

  .circle-bg-btn {
    width: 70em;
    height: 70em;
  }

  .txt-field-large {
    font-size: 1.8em;
  }

  .navbar-mobile {
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    inset: 0% 0% auto;
  }

  .navbar-mobile.work {
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-65 {
    z-index: 1;
    background-color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
    display: flex;
    position: relative;
  }

  .menu-link {
    color: #fff;
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-size: 11.86em;
    font-weight: 700;
    text-decoration: none;
  }

  .menu-link.current {
    color: #888;
    text-decoration: none;
  }

  .menu-btm {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20vh;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .menu-tag {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1.9em;
  }

  .menu-tag.xtra-margin, .menu-tag.margin-btm {
    font-size: 1.8em;
  }

  .menu-tag.right {
    text-align: right;
  }

  .div-block-66 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
  }

  .menu-par {
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: .5em;
    font-size: 1.8em;
    text-decoration: none;
  }

  .menu-par.center.white {
    font-size: 2em;
  }

  .div-block-66-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 45%;
    display: flex;
  }

  .page-wrap {
    padding-top: 35em;
  }

  .legal-wrapper {
    width: 77em;
    padding-top: 2em;
    padding-bottom: 9em;
  }

  .legal-par {
    padding-top: 0;
    font-size: 2.7em;
  }

  .legal-title {
    font-size: 5em;
  }

  .menu-icon {
    z-index: 2000;
    position: relative;
    top: 0;
    left: 0;
  }

  .burger-1 {
    box-shadow: none;
    background-color: #fff0;
    width: 5em;
    height: 5em;
  }

  .b1-bar1 {
    background-color: #fff;
    width: 4em;
    height: 4px;
  }

  .b1-bar1.black {
    background-color: #222;
    width: 4em;
  }

  .b1-bar2 {
    background-color: #fff;
    width: 5em;
    height: 4px;
  }

  .b1-bar2.black {
    background-color: #222;
  }

  .b1-bar3 {
    background-color: #fff;
    width: 4em;
    height: 4px;
  }

  .b1-bar3.black {
    background-color: #222;
  }

  .fallback-image {
    display: none;
  }

  .depth-mobile {
    background-image: url('../images/image-55_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .depth-mobile._2 {
    background-image: url('../images/Fiat-500-x-Bulgari-2-1-1-1_1.avif');
  }

  .depth-mobile._3 {
    background-image: url('../images/Desktop---279_1.avif');
  }

  .depth-mobile._4 {
    background-image: url('../images/Desktop---96-1-2.webp');
  }

  .depth-mobile._5 {
    background-image: url('../images/Desktop---98-1_1.avif');
  }

  .div-block-67 {
    margin-bottom: 40px;
  }

  .button-primary-copy-copy {
    display: flex;
  }

  .div-block-68 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    display: flex;
  }

  .div-block-69 {
    z-index: 1;
    background-color: #222;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .button-text-exp {
    font-size: 2em;
  }

  .link-exp {
    font-size: 1.8em;
  }

  .div-block-70 {
    padding-bottom: 4em;
  }

  .hero-mb-wrapper {
    background-image: url('../images/Frame-320-4.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12em;
  }

  .hero-wrapper {
    height: 100vh;
  }

  .navbar {
    display: block;
  }

  .navbar.white {
    display: none;
  }

  .logo {
    z-index: 100;
  }

  .logo.w--current {
    width: 140px;
    max-width: 31em;
  }

  .nav {
    display: block;
  }

  .about-wrapper {
    padding-top: 22em;
    padding-bottom: 33em;
  }

  .small-tag.xtra-margin {
    font-size: 3.5em;
  }

  .small-tag.margin-btm {
    font-size: 2.4em;
  }

  .small-tag.mg-btm {
    font-size: 3.1em;
  }

  .par-sm {
    font-size: 3.2em;
    line-height: 1.4;
  }

  .par-sm.white {
    font-size: 3.4em;
  }

  .par-sm.white.center {
    font-size: 2.9em;
  }

  .par-sm.medium {
    margin-bottom: -1px;
    font-size: 2.6em;
  }

  .button-primary {
    margin-top: 3em;
    padding: 5em 8em;
  }

  .button-link {
    font-size: 3.4em;
    text-decoration: none;
  }

  .projects-wrapper {
    padding-bottom: 25em;
  }

  .projects-body {
    flex-flow: column;
    justify-content: center;
    padding-top: 8em;
  }

  .project-title {
    padding-bottom: 8em;
  }

  .project-title.padding {
    padding-bottom: 5em;
  }

  .big-serif {
    font-size: 7em;
    display: none;
  }

  .project-1, .project-2 {
    height: 90%;
  }

  .circle-bg {
    width: 45em;
    height: 45em;
  }

  .project-wrapper-1 {
    width: 100%;
    height: 80em;
    margin-right: 0;
  }

  .project-wrapper-2 {
    width: 100%;
    height: 80em;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .tag {
    font-size: 3em;
  }

  .tag.white {
    white-space: nowrap;
    margin-top: 1em;
    font-size: 3em;
    display: none;
  }

  .div-block-11 {
    margin-top: 1em;
    padding-top: 2em;
  }

  .project-3 {
    height: 90%;
  }

  .project-wrapper-3 {
    width: 100%;
    height: 80em;
    margin-bottom: 4em;
    margin-right: 0;
  }

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

  .projects-body-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .services-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .service-column {
    height: 70vh;
    margin-bottom: 0;
  }

  .question-text {
    width: 12em;
    margin-bottom: 10px;
    padding-bottom: .25em;
    font-size: 7.2em;
  }

  .question-text.white.btm-padding {
    font-size: 9em;
  }

  .radio-text {
    color: #fff;
    font-size: 2.1em;
  }

  .q.is-3 {
    width: 90em;
    height: 90vh;
    padding-bottom: 12em;
  }

  .q.is-1 {
    margin-bottom: 32em;
    padding-top: 0;
  }

  .q.is-2 {
    margin-bottom: 35em;
  }

  .radio-button {
    width: 70%;
    margin-top: .8em;
    margin-bottom: .8em;
    padding: 20px 15px;
  }

  .radio-buttons-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .txt-field.is-half, .txt-field.email {
    font-size: 16px;
  }

  .spline-scene-2 {
    height: 35vh;
  }

  .contact-welcome {
    display: none;
  }

  .nav-link-copy {
    padding: 4em 8em;
  }

  .div-hide {
    order: 1;
  }

  .div-hide.right {
    margin-bottom: 10px;
  }

  .div-hide.right._1st {
    order: -1;
  }

  .div-hide._2-12, .div-hide._2-12.is-last {
    width: 25%;
  }

  .div-hide._2-12.right {
    width: 37%;
  }

  .div-hide.work-heading {
    order: -1;
    margin-bottom: 10px;
  }

  .div-hide._1 {
    width: 23%;
  }

  .div-hide._1._25 {
    width: 30%;
  }

  .white.h1-serif {
    font-size: 10.68em;
  }

  .spline-scene-3 {
    height: 218px;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .div-block-16 {
    padding-bottom: 10vh;
  }

  .div-block-17 {
    flex-flow: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-18 {
    max-width: 100%;
    margin-bottom: 2em;
  }

  .div-block-18._70 {
    max-width: 90%;
    margin-bottom: 0;
  }

  .div-block-19 {
    padding-bottom: 19vh;
  }

  .radio-buttons-container {
    height: 83em;
    padding-top: 0;
  }

  .contact-btm {
    padding-bottom: 4em;
  }

  .text-block-6 {
    font-size: 2.4em;
  }

  .text-block-6.top {
    font-size: 3em;
  }

  .text-block-6-copy.abs, .text-block-6-copy.grey, .text-block-6-copy.xtra-width {
    font-size: 5em;
  }

  .back-icon-copy {
    width: 15px;
  }

  .radio-buttons-container-copy {
    height: 64em;
  }

  .radio-button-final {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    font-size: 3em;
    display: block;
  }

  .q-wrap, .q-wrap.is-2 {
    display: none;
  }

  .q-wrap.is-3 {
    height: 140vh;
    display: flex;
  }

  .label {
    font-size: 14px;
  }

  .back-arrow {
    margin-right: 0;
    padding: 2.5em 5em;
  }

  .line-copy {
    height: 6em;
  }

  .circle-bg-contact-radio, .transition {
    display: none;
  }

  .transition-logo {
    height: 8em;
  }

  .service-title {
    font-size: 5.2em;
  }

  .services-details-wrapper {
    height: 40vh;
  }

  .dark-overlay-services {
    background-image: linear-gradient(#1110 11%, #111111bf);
  }

  .decorative-text-code {
    font-size: 2.4em;
  }

  .image-1, .image-22, .image-33 {
    height: 60em;
  }

  .keyhole {
    height: 20em;
    bottom: 45%;
  }

  .keyhole._2 {
    height: 32em;
  }

  .keyhole._3 {
    bottom: 12%;
  }

  .content-main-wrapper {
    min-width: auto;
    height: auto;
  }

  .content-top-wrapper {
    flex-flow: wrap;
    padding-bottom: 4em;
  }

  .about-page-par {
    width: 100%;
    margin-right: 0;
    padding-bottom: 4em;
  }

  .paragraph.xtra-height {
    font-size: 5em;
  }

  .about-page-services {
    width: 50%;
  }

  .dark-overlay-service {
    display: block;
  }

  .div-block-41 {
    height: 40%;
    margin-top: 2em;
  }

  .award-link {
    font-size: 2.6em;
  }

  .project-table-item {
    font-size: 2.8em;
  }

  .project-info-table {
    height: 8em;
  }

  .marquee-text {
    font-size: 15em;
  }

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

  .heading-2 {
    font-size: 12em;
  }

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

  .keyhole-section {
    height: 250vh;
  }

  .pic2 {
    width: 34.485em;
    height: 40.935em;
    top: 100em;
  }

  .div-block-46 {
    height: 0;
  }

  .pic-1 {
    width: 23.025em;
    height: 30.42em;
    top: 80em;
  }

  .pic-3 {
    width: 31.8825em;
    height: 35.775em;
    top: 160em;
  }

  .pic-4 {
    width: 15.945em;
    height: 23.745em;
    top: 47em;
  }

  .link-footer, .link-footer.abs {
    font-size: 2.5em;
  }

  .button-primary-p {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block-50 {
    flex-flow: column;
    margin-bottom: 25em;
  }

  .work-heading {
    white-space: nowrap;
  }

  .div-block-52, .div-block-52-copy, .dark-overlay-work {
    display: none;
  }

  .paragraph-copy {
    font-size: 4.5em;
  }

  .about-page-par-copy {
    width: 80em;
  }

  .mobile-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-320-3_1.avif');
    background-position: 0 0, 50% 100%;
  }

  .logo-img {
    z-index: 100;
    max-width: 180px;
  }

  .logo-img.abs {
    max-width: 190px;
  }

  .video-container-2 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .par-sm-copy {
    font-size: 3em;
  }

  .par-sm-copy.center.white {
    font-size: 2.6em;
  }

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

  .navbar-copy {
    display: block;
  }

  .pi-background-wrapper {
    height: 30vh;
  }

  .pi-wrapper-head {
    padding-top: 10em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pi-info-wrapper {
    width: 100%;
    padding-bottom: 4em;
  }

  .div-block-59 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .text-block-8 {
    font-size: 3.4em;
  }

  .pi-main-wrapper {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .pi-wrapper-2 {
    padding-top: 8em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pi-wrapper-2.no-padding {
    padding-top: 8em;
  }

  .pi2-image-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .pi-wrapper-3 {
    padding-top: 5em;
    padding-left: 15px;
  }

  .pi3-image-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .pi3-image-container.is-small {
    margin-top: 8em;
  }

  .spline-scene-3-copy {
    margin-top: 0;
    margin-bottom: 5em;
  }

  .heading-6 {
    font-size: 4.6em;
  }

  .pi-nav-white {
    display: none;
  }

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

  .div-block-64._2 {
    height: 50vh;
  }

  .next {
    height: 50vh;
    text-decoration: none;
  }

  .circle-bg-btn {
    width: 85em;
    height: 85em;
  }

  .txt-field-large {
    font-size: 16px;
  }

  .navbar-mobile {
    z-index: 99;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-mobile.contact {
    z-index: 99999999;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-65 {
    height: 100vh;
    display: none;
  }

  .menu {
    z-index: 10;
  }

  .menu-btm {
    height: auto;
    padding-bottom: 16vh;
  }

  .menu-tag {
    font-size: 3.5em;
  }

  .menu-tag.xtra-margin, .menu-tag.margin-btm {
    font-size: 2.4em;
  }

  .menu-par, .menu-par.center.white {
    font-size: 2.6em;
  }

  .page-wrap {
    padding-top: 40em;
  }

  .legal-par {
    padding-top: 2em;
    font-size: 3em;
  }

  .legal-title {
    font-size: 6em;
  }

  .menu-icon {
    z-index: 1500;
    top: 0;
    left: 0;
  }

  .burger-1 {
    z-index: 100;
    box-shadow: none;
    width: 8em;
    height: 8em;
  }

  .b1-bar1, .b1-bar1.black {
    width: 6em;
  }

  .b1-bar2 {
    width: 7em;
  }

  .b1-bar3 {
    width: 6em;
  }

  .heading-7 {
    font-size: 12em;
  }

  .depth-mobile._5 {
    display: block;
  }

  .div-block-67 {
    margin-bottom: 0;
  }

  .button-primary-copy, .button-primary-copy-copy {
    width: 37em;
    margin-top: 3em;
    padding: 3em 6em;
  }

  .div-block-69 {
    height: 100vh;
    display: none;
  }

  .button-text-exp {
    font-size: 3.4em;
    text-decoration: none;
  }

  .link-exp, .link-exp.abs {
    font-size: 2.5em;
  }

  .div-block-70 {
    padding-bottom: 24em;
  }

  .hero-mb-wrapper {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: block;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}