.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: korolev, sans-serif;
  color: #3d3d3d;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

.section-title-divider {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h2-label {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.h2-label.dark {
  display: inline-block;
  margin-bottom: 10px;
  color: #313131;
}

.linea-divider-lunga {
  border: 1px solid #b7b7b7;
  color: #707070;
}

.linea-divider-lunga.dark {
  border-color: #313131;
}

.paragraph {
  height: 150px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.09px;
}

.paragraph.medium {
  height: auto;
  margin-bottom: 80px;
  font-family: korolev, sans-serif;
  color: #d8d8d8;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 300;
}

.paragraph.light {
  height: auto;
  color: #adadb3;
}

.paragraph.light.medium {
  font-size: 1.5em;
}

.content {
  display: block;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 55vh;
  padding-right: 6vw;
  padding-bottom: 44px;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #313131;
  font-family: korolev, sans-serif;
}

.wh-heading {
  width: 100%;
  margin-bottom: 0px;
  font-size: 8vh;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4px;
}

.wh-heading.light {
  position: relative;
  margin-top: 0px;
  color: #d8d8d8;
}

.wh-heading.light.sopra {
  z-index: 11;
}

.navbar-black-button {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  color: #d8d8d8;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-black-button:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-black-button:active {
  color: #d8d8d8;
  text-decoration: none;
}

.navbar-black-button.w--current {
  color: #d8d8d8;
}

.navbar-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 14px 25px 8px;
  background-color: transparent;
  font-size: 17px;
}

.navbar-white-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar-white-menu {
  color: #707070;
  font-size: 20px;
}

.navbar-white-button {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  opacity: 0.8;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #313131;
  font-weight: 500;
}

.navbar-white-button:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

.navbar-white-button:active {
  color: #0a0a0a;
}

.navbar-white-button.w--current {
  color: #0a0a0a;
}

.navbar-white-button.w--current:hover {
  color: #0a0a0a;
}

.navbar-slash {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.menu-button-3.black.w--open {
  background-color: transparent;
}

.nav-bar-black-logo {
  mix-blend-mode: normal;
}

.div-block-102 {
  color: #d8d8d8;
}

.lottie-animation-2 {
  width: 34px;
  height: 30px;
}

.body-dark {
  overflow: visible;
}

.navbar-dark {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  padding: 21px 32px 0px;
  background-color: transparent;
}

.page-title {
  position: absolute;
  z-index: 1;
  margin-bottom: 324px;
  font-size: 20vw;
  line-height: 1;
  text-transform: uppercase;
}

.page-title.greystroke.loop {
  position: relative;
  margin-bottom: 14px;
  font-size: 25vw;
  white-space: nowrap;
}

.lottie-animation-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.project-content-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  max-width: 1144px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
}

.project-brief {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-info {
  margin-bottom: 24px;
  padding-right: 40px;
  color: #fff;
}

.info-headline {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #a3a2a7;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}

.info-text {
  color: #d8d8d8;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

.project-details {
  position: static;
  margin-top: -24px;
  color: #d8d8d8;
}

.project-details p {
  font-size: 1.3em;
  line-height: 1.5;
}

.next-project-2 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a3a2a7;
}

.next-project-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 8vw;
  text-decoration: none;
  cursor: none;
}

.next-project-image {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 50vw;
  height: 50vh;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.traniction {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.transiction-div {
  width: 33.3%;
  background-color: #313131;
  box-shadow: 0 -1px 40px 2px #000;
}

.transiction-div.tran1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1d1d1d;
}

.transiction-div.tran2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0a0a0a;
  box-shadow: 0 1px 30px 2px #000;
}

.transiction-div.tran3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-28 {
  display: inline-block;
  width: 110px;
}

.inverter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.brand-footer {
  position: relative;
  z-index: 4;
}

._1-2-grid-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 141px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 60px 0.5fr 1fr 60px;
  grid-template-columns: 60px 0.5fr 1fr 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._1-2-grid-copy.txt-light {
  margin-top: 71px;
  margin-bottom: 71px;
  grid-column-gap: 0px;
  grid-row-gap: 6vh;
  -ms-grid-columns: 6vw 0.75fr 6vw 1fr 6vw;
  grid-template-columns: 6vw 0.75fr 6vw 1fr 6vw;
  color: #d8d8d8;
}

.image-content-right {
  display: block;
  width: 100%;
}

.button.dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 30px;
  padding-top: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #313131;
  color: #313131;
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.body-8 {
  line-height: 1;
}

.sticky {
  position: relative;
  background-color: #fff;
}

.section {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding: 8em 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.dark {
  background-color: #272727;
}

.section.dark.is-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #313131;
}

.section.hero-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #313131;
}

.section.no-tp {
  padding-top: 0em;
}

.section.no-tp.bg-dark {
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.top-bot-pad {
  padding-top: 6.1em;
  padding-bottom: 6.8em;
}

.section.project-gallery {
  background-color: #313131;
}

.section.light {
  background-color: #a3a2a7;
}

.section.light.carousel {
  display: block;
  overflow: hidden;
  padding: 8.7em 0vw 18em;
}

.section.is--header {
  z-index: auto;
  height: 100vh;
  padding: 0em;
  background-color: #1d1d1d;
}

.container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7.08em;
  padding-left: 7.08em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.no-top-pad {
  padding-top: 0vh;
}

.button-6 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -3px;
  margin-left: -3px;
  padding: 20px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.button-6:hover {
  background-color: #1f1f1f;
  color: #fff;
}

.vw-heading {
  font-size: 7.5em;
  line-height: 1em;
}

.vw-heading.footer-brand {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d8d8d8;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.vw-heading.footer-brand {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f6f4ef;
  font-size: 3em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
}

.body {
  font-size: 1em;
  line-height: 1.3;
  cursor: default;
}

.label {
  color: #d8d8d8;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-141 {
  width: 70%;
}

.footer-divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-skew {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #313131;
  box-shadow: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.div-block-142 {
  position: absolute;
  left: -24%;
  top: -35%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160%;
  height: 160%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.parallax-section {
  position: relative;
  z-index: 4;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #313131;
}

.brand-name-hp {
  position: relative;
  z-index: 2;
  color: #d8d8d8;
  font-size: 250px;
  line-height: 0.7;
  letter-spacing: -10px;
}

.brand-name-hp.building {
  z-index: 4;
  color: #d8d8d8;
}

.brand-name-hp.team {
  z-index: 0;
  color: #d8d8d8;
}

.brand-name-hp.new {
  color: #d8d8d8;
}

.brand-name-hp.enter {
  z-index: 0;
  display: none;
  color: #d8d8d8;
}

.section-18 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313131;
}

.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}

.menu.open {
  position: relative;
  z-index: 2;
}

.menu.close {
  position: absolute;
  opacity: 0;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: auto;
}

.brand {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 11px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu-click {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 17px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: korolev, sans-serif;
  color: #d8d8d8;
  font-size: 1.3vh;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-click:hover {
  color: #e1ff00;
  font-weight: 500;
  text-decoration: underline;
}

.menu-click.w--open {
  background-color: transparent;
}

.switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.n-embed {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #adadb3;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.link-nav-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: all 900ms cubic-bezier(.23, 1, .32, 1);
  transition: all 900ms cubic-bezier(.23, 1, .32, 1);
  font-family: korolev, sans-serif;
  color: #313131;
  font-size: 7vw;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -4px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e1ff00;
  mix-blend-mode: normal;
}

.nav-link.w--current {
  color: #e1ff00;
}

.linknav-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 50vw;
  height: 100%;
  mix-blend-mode: color-dodge;
}

.linknav-img._1 {
  display: none;
  mix-blend-mode: normal;
}

.linknav-img._2 {
  top: 287px;
  display: none;
  height: auto;
  mix-blend-mode: normal;
}

.linknav-img._3 {
  left: 50px;
  top: auto;
  display: none;
  width: 40vw;
  height: auto;
  mix-blend-mode: normal;
}

.linknav-img._4 {
  top: auto;
  display: none;
  height: auto;
  mix-blend-mode: normal;
}

.linknav-img._5 {
  top: auto;
  bottom: 277px;
  display: none;
  height: auto;
  -webkit-filter: brightness(133%) invert(100%);
  filter: brightness(133%) invert(100%);
  mix-blend-mode: luminosity;
}

.linknav-img._6 {
  top: auto;
  bottom: 238px;
  display: none;
  height: auto;
  mix-blend-mode: normal;
}

.circle-arrow {
  position: absolute;
  left: auto;
  top: 40%;
  right: -6%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.circle-arrow.desktop {
  top: auto;
  bottom: 12%;
}

.toggle {
  padding: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.toggle.grid {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #171717;
  cursor: pointer;
}

.toggle.grid:hover {
  color: #171717;
}

.toggle.list {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  cursor: pointer;
}

.toggle.list:hover {
  color: hsla(0, 0%, 100%, 0.46);
}

.h1-project {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a3a2a7;
  font-size: 5vw;
  line-height: 1.3;
}

.knob {
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.link-over-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.link-over-card:hover {
  text-decoration: none;
}

.link-over-card.desktop {
  z-index: 10;
  margin-bottom: 185px;
  cursor: pointer;
}

.link-over-card.desktop:active {
  text-decoration: none;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow-hidden {
  z-index: 5;
  overflow: hidden;
}

.overflow-hidden.stick {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.project-year {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 2vw;
}

.project-year.desktop {
  color: #fff;
  font-size: 1.5vw;
}

.project-title {
  color: #fff;
  font-size: 5.5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.project-title.desktop {
  font-weight: 700;
}

.project-title.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10vw;
  font-weight: 700;
}

.page-wrap {
  position: relative;
  z-index: 2;
  background-color: #313131;
}

.page-wrap.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.half-screen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.color-load {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e1ff00;
}

.project-client {
  margin-bottom: 1vw;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.3em;
  line-height: 1;
  text-transform: none;
}

.project-client.desktop {
  margin-top: 1vw;
  margin-bottom: 0vw;
  color: #fff;
}

.switch-2 {
  position: relative;
  z-index: 991;
  display: none;
  width: 90px;
  height: 50px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-year-overflow {
  position: absolute;
  left: auto;
  top: 1%;
  right: -7%;
  bottom: auto;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.project-full-screen {
  position: relative;
  padding: 10vh 18.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 35vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-title-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.project-title-wrap.desktop {
  position: absolute;
  padding: 3.6em 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.social-link.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 97.3%, 0.2);
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.social-link.nav:hover {
  border-color: transparent;
  background-color: #3b3b3b;
  color: #e1ff00;
}

.social-link.nav.no--space {
  margin-right: 0em;
  color: #fff;
}

.social-link.nav.no--space:hover {
  color: #e1ff00;
}

.footer-flex {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
  text-align: left;
}

.footer-idea {
  position: relative;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
  text-align: left;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #dfd3c3;
}

.footer-head {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8vw;
  text-transform: uppercase;
}

.footer-head.cta {
  display: inline-block;
  margin-bottom: 48px;
  padding-left: 0.5vw;
  color: #dfd3c3;
  font-size: 4vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-head.cta.stroke-light {
  margin-bottom: 0px;
  color: transparent;
}

.footer-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 85px 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.social-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-text {
  display: inline;
  margin-right: 1em;
  font-weight: 400;
}

.cta-text.big {
  margin-right: 24px;
  font-size: 2em;
  text-decoration: none;
}

.arrow-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a3a2a7;
}

.arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding: 0.5em 0.5em 0.5em 0em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  text-align: right;
}

.arrow-button:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

.arrow-button.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #d8d8d8;
  text-decoration: none;
}

.arrow-button.big:hover {
  color: #e1ff00;
}

.footer-text {
  display: block;
  padding-left: 0.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 0.9em;
}

.text-wrap {
  max-width: 1200px;
}

.text-wrap.lab-copy {
  color: #adadb3;
  font-size: 1.5em;
  line-height: 1.2;
}

.img01 {
  position: absolute;
  left: 12%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 35%;
}

.img01.bis {
  left: auto;
  top: -25%;
  right: 4%;
  width: 30%;
}

.about-intro-wrap {
  position: relative;
}

.img05 {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 50%;
  margin-bottom: 5em;
  opacity: 0.42;
}

.img04 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 1%;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 25%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resume-wrap {
  position: relative;
  z-index: 4;
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
}

.resume-contain {
  margin-top: 2em;
  color: #171717;
}

.img-track {
  width: 100%;
  height: 100%;
  background-color: #313131;
}

.about-headline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  padding-right: 5em;
  padding-left: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resume-body {
  padding-right: 31px;
  padding-left: 31px;
}

.text-animate {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-text {
  color: #d8d8d8;
  font-size: 14px;
}

.label-text.black {
  color: #171717;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.about-text {
  position: relative;
  z-index: 4;
  max-width: 20em;
  margin-bottom: 117px;
  font-size: 1.8em;
  line-height: 1.5;
}

.resume-section-head {
  margin-bottom: 27px;
  color: #171717;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.resume-block-head {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: underline;
}

.resume-column {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 25px 0px;
}

.section-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8em;
  margin-left: 4em;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-line-overflow {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.resume-sections {
  padding: 6.9em 3em 4em;
  background-color: #a3a2a7;
}

.resume-head {
  overflow: hidden;
  padding-right: 31px;
  padding-left: 31px;
}

.label-circle {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #d8d8d8;
}

.label-circle.black {
  background-color: #171717;
}

.img02 {
  position: absolute;
  left: auto;
  top: 24%;
  right: 10%;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 22%;
}

.img02.bis {
  width: 22%;
}

.div-line {
  height: 0.5px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #171717;
}

.resume-text {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 1.2em;
  line-height: 1.6;
}

.text-scroll-wrap {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}

.text-scroll-wrap.sticky {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  margin-top: 50px;
  background-color: transparent;
}

.text-scroll-wrap.contact {
  margin-top: 0px;
  padding-top: 0.9em;
  background-color: #272727;
}

.about-img-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-text-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8em;
  padding-right: 10em;
  padding-bottom: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #313131;
}

.about-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4vw;
  line-height: 63px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cursor-html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.cursor_hover {
  display: none;
  width: 8em;
  height: 8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e1ff00;
}

.cursor-drag {
  display: none;
  width: 8em;
  height: 8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e1ff00;
}

.drag-text {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.cursor_dot {
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e1ff00;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-143 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.success-message-wrap {
  margin-bottom: 2em;
  padding: 1em;
  background-color: #2c2c2c;
}

.link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1.1em 2.6em;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 100vw;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.link.is--submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
  border-radius: 0vw;
}

.link.is--submit:hover {
  color: #e1ff00;
}

.shapes {
  margin-bottom: 4em;
  margin-left: -0.8em;
  padding-bottom: 2em;
}

.shapes.submit-contain {
  padding-top: 4em;
  padding-bottom: 0em;
}

.radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #d8d8d8;
  border-radius: 0px;
  opacity: 0;
}

.radio-button:hover {
  opacity: 1;
}

.field_parent {
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  color: #fff;
  font-size: 2.3em;
}

.label-2 {
  display: none;
}

.link_move {
  position: relative;
  z-index: 6;
}

.form-header {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.5em;
}

.group {
  padding-top: 1.5em;
}

.success-message {
  background-color: transparent;
}

.cta-text-2 {
  display: inline;
  margin-right: 1em;
  color: #e1ff00;
  font-weight: 400;
}

.arrow-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #e1ff00;
}

.arrow-cta-2.send {
  color: #fff;
}

.utility-text {
  color: #000;
  font-weight: 500;
}

.utility-text.success {
  color: #fff;
}

.link_wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.scroll-text-2 {
  margin-right: 10px;
  padding-right: 0px;
  color: #a3a2a7;
  font-size: 4vw;
  white-space: nowrap;
}

.link_container {
  display: inline-block;
  padding: 0.8em;
}

.link_container.is--submit {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link_container.is--submit.disable {
  -webkit-transition: all 200ms ease, opacity 300ms ease;
  transition: all 200ms ease, opacity 300ms ease;
}

.field {
  height: 3em;
  margin-bottom: 0em;
  padding: 0em;
  border: 0px solid #000;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 300;
}

.field:hover {
  padding-left: 0.4em;
  background-color: rgba(39, 39, 39, 0.42);
}

.field:focus {
  padding-left: 0.4em;
  background-color: #272727;
}

.field::-webkit-input-placeholder {
  color: #a3a2a7;
}

.field:-ms-input-placeholder {
  color: #a3a2a7;
}

.field::-ms-input-placeholder {
  color: #a3a2a7;
}

.field::placeholder {
  color: #a3a2a7;
}

.field.your-name:hover {
  color: #d8d8d8;
}

.field.your-name:active {
  color: #d8d8d8;
}

.link_text {
  color: #d8d8d8;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.link_text.is--2nd {
  position: absolute;
}

.link_text.is--1st {
  margin-bottom: 0px;
}

.link_circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  min-height: 6em;
  margin-bottom: 5.9em;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: margin 400ms ease, border-radius 250ms ease;
  transition: margin 400ms ease, border-radius 250ms ease;
}

.text-span-4 {
  letter-spacing: -0.02em;
}

.error-message {
  background-color: #ff4545;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit {
  margin-right: 24px;
  margin-bottom: 0.2em;
  padding: 0em;
  background-color: transparent;
  color: #fff;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.submit:hover {
  color: #e1ff00;
}

.text-scroll-move {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
}

.text-scroll-move.offset {
  margin-left: -200px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.div-block-144 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-145 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-146 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-56 {
  position: relative;
  margin-bottom: 17px;
  color: #a3a2a7;
  font-size: 2vw;
}

.desk-cover {
  display: block;
}

.bg-dark {
  position: relative;
  background-color: #1d1d1d;
}

.bg-dark.space-20vh {
  z-index: 1;
  height: 10vh;
}

.footer-project {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 3vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  text-align: left;
}

.next-p {
  color: #1d1d1d;
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.next-p.next-title {
  position: relative;
  z-index: 3;
  font-size: 10vw;
}

.image-26 {
  display: none;
}

.image-27 {
  display: none;
}

.hidden__def {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.level-2__def {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 93px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main__def {
  position: relative;
}

.main__def.grafite {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #313131;
}

.main__def.light-main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #a3a2a7;
}

.text_def {
  max-width: 30ch;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #272626;
  opacity: 1;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 500;
}

.text_def.long {
  max-width: 50ch;
  font-size: 1.5em;
}

.title-page-position {
  position: absolute;
  z-index: 2;
  margin-bottom: 324px;
}

.title-page-position.text-stroke-light-2 {
  top: 266px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17vw;
  line-height: 1.2;
}

.title-page-position.text-stroke-dark-2 {
  margin-bottom: 0px;
  font-size: 17vw;
  line-height: 1;
}

.label-text-uppercase {
  padding-left: 10px;
  font-size: 1.5vh;
  line-height: 1;
  font-weight: 500;
}

.wh-heading__def {
  width: 100%;
  margin-bottom: 0px;
  font-size: 6vh;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4px;
}

.divider-line-2 {
  width: 100%;
  height: 1px;
  background-color: #313131;
}

.divi_def {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5em;
  margin-top: 0em;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-cover-wrapper__def {
  position: absolute;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: none;
}

.taglio-grey__def {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 20vh;
  background-color: #d8d8d8;
  box-shadow: 0 0 250px 50px rgba(0, 0, 0, 0.4);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.taglio-grey__def.divider-service {
  background-color: #313131;
}

.level-3__def {
  position: relative;
  z-index: 4;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.divider-wrap__def {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider-wrap__def.divider-3 {
  position: relative;
  overflow: visible;
  height: 45vh;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-hero-block {
  position: relative;
  overflow: visible;
  width: 100%;
}

.switch__def {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 592px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.switch__def.switch-service {
  top: -396px;
  margin-top: 0px;
}

.container__def {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 85%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12vh;
  padding-bottom: 12vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2px;
}

.container__def.first-container {
  padding-top: 20vh;
  padding-bottom: 5vh;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sticky-cover__def {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-cover__def.service-cover-stick {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.taglio-l2 {
  position: relative;
  width: 100%;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1d1d1d;
  box-shadow: -1px -1px 50px 10px rgba(0, 0, 0, 0.69);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: skew(0deg, 5deg);
  -ms-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.taglio-l2.taglio-cp {
  background-color: #adadb3;
}

.bg-l2 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-l2.dark-bg-l2 {
  height: 30vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1d1d1d;
}

.bg-l2.cp {
  height: 30vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #adadb3;
}

.wrapper__def {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper__def.light-wrapper {
  z-index: 2;
  background-color: #d8d8d8;
}

.c70_def {
  width: 70%;
}

.mask-parent__def {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mask-parent__def.page-title-mask__def {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mask-parent__def.page-title-mask__def.title-service {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-cover {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
}

.page-cover.company-page {
  position: relative;
  bottom: auto;
}

.page-cover.service-page {
  position: relative;
  bottom: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.scroll-text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 25em;
  height: 35em;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.is--wide {
  width: 35em;
  height: 25em;
}

.link-item {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: korolev, sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -5px;
  text-decoration: none;
}

.link-item.stroke-light {
  padding-right: 58px;
  padding-left: 58px;
}

.link-item.stroke-light:hover {
  color: #adadb3;
}

.conta {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.heading-link {
  font-size: 6em;
  text-transform: uppercase;
}

.exhibit-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enter-animation-in {
  display: block;
  height: 100vh;
}

.text-scroll-style {
  color: #e1ff00;
  font-size: 1.7em;
  line-height: 32px;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-scroll-style.is--first {
  margin-right: 0.5em;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #e1ff00;
}

.link-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  padding-right: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  mix-blend-mode: exclusion;
}

.link-wrapper:hover {
  opacity: 1;
  color: #a3a2a7;
}

.link-wrapper.is--two {
  display: block;
  padding-right: 0em;
  padding-left: 6em;
  cursor: pointer;
}

.subhead-description {
  position: relative;
  width: 60em;
}

.case-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(43vw, 0px);
  -ms-transform: translate(43vw, 0px);
  transform: translate(43vw, 0px);
}

.case-image.is--left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-image.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(43vw, 0px);
  -ms-transform: translate(43vw, 0px);
  transform: translate(43vw, 0px);
}

.scroll-text-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 13.3em;
  margin-right: 3em;
  margin-bottom: 0.5em;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.sezion.is--projects {
  display: none;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #313131;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-wrappa {
  z-index: 2;
  overflow: visible;
  background-color: #252525;
}

.intro-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.bg-intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  cursor: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.preload {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #313131;
}

.side-text-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

.side-text {
  position: absolute;
  left: auto;
  top: 12.7em;
  right: 4em;
  bottom: auto;
  display: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  mix-blend-mode: normal;
}

.link-11 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-11:hover {
  color: #8a8a8a;
}

.intro-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.5em 4em 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlay-intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #252525;
}

.intro-stop-motion {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.stroke-light.next {
  margin-bottom: 24px;
  font-size: 4vw;
  line-height: 1;
}

.div-block-148 {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.3fr 1fr;
  grid-template-columns: 0.3fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-light {
  color: #adadb3;
  font-size: 1.3em;
}

.bold.med {
  font-size: 1.3em;
}

.div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mail-big {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #adadb3;
  font-size: 1.4em;
  line-height: 1.7;
}

.mail-big:hover {
  color: #e1ff00;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  padding-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #a3a2a7;
}

.trigger-cover {
  height: 150vh;
}

.lightbox-link {
  margin-bottom: 82px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-type {
  padding-left: 10px;
}

.brand-txt-hide {
  overflow: hidden;
}

.trigger-brand-txt-out {
  position: absolute;
  left: 0%;
  top: 60vh;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.lower {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  height: 100%;
  cursor: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -1%;
  z-index: 4;
  width: 100%;
  height: 100%;
  cursor: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.topper-harley {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-150 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.cursor-enter {
  display: none;
  width: 8em;
  height: 8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e1ff00;
}

.enter-txt {
  position: absolute;
  z-index: 1000;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.label-last {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e1ff00;
  font-size: 22px;
}

.vector-animatik {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.22;
}

.scroll-inner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-hide {
  position: relative;
  overflow: hidden;
  font-size: 1.5em;
  text-decoration: none;
}

.div-hide.text-stroke-light-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-hide.text-stroke-light-2:hover {
  color: #e1ff00;
}

.work-hp-h3 {
  margin-top: 0px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.work-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40em;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d8d8d8;
}

.scroll-parent.four {
  width: 25%;
  height: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #1d1d1d;
}

.scroll-parent.four:hover {
  background-color: #e1ff00;
  color: #313131;
}

.scroll-parent.two {
  color: #d8d8d8;
}

.work-home-text-conatin {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-home-text-conatin.center-text.text-white {
  width: auto;
}

.img-child {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.img-child.is-bettys {
  background-image: url('../images/lab-object.jpg');
}

.img-child.is-eyecan {
  background-image: url('../images/company-image2.jpg');
}

.img-child.is-novac {
  background-image: url('../images/nbt-project-le-logge-02.jpg');
}

.lottie-sm-icon {
  width: 3em;
  height: 3em;
}

.footer-logo-link-2 {
  margin-bottom: 10px;
}

.footer-logo-link-2.clear-bottom {
  margin-bottom: 0px;
}

.footer-logo-link-2.clear-bottom.mr-25 {
  margin-right: 25px;
}

.footer-copyright-text {
  margin-bottom: 0px;
  color: #fffffe;
  font-size: 15px;
}

.footer-copyright-text.light {
  color: #94a1b2;
}

.footer-copyright-text.light.small {
  padding-right: 173px;
  padding-left: 173px;
  color: #d8d8d8;
  font-size: 13px;
}

.footer-link-social {
  margin-bottom: 25px;
  opacity: 0.7;
}

.footer-link-social.ig-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  background-image: url('../images/instagram-fill.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.ig-icon:hover {
  opacity: 1;
}

.footer-link-social.ig-icon.inline {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-link-social.linkedin-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  background-image: url('../images/linkedin-box-fill.svg');
  background-position: 0% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.linkedin-icon:hover {
  opacity: 1;
}

.footer-link-social.linkedin-icon.inline {
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-link-social.fb-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/facebook-box-fill.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.fb-icon:hover {
  opacity: 1;
}

.footer-link-social.fb-icon.inline {
  margin-right: 13px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #1d1d1d;
}

.footer-logo {
  width: 100px;
}

.footer-link-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link-column.footer-column-link--social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link-column.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.important {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}

.stacco-company {
  height: 40vh;
  background-image: url('../images/stacco-company.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-151 {
  position: relative;
  height: 55vh;
  min-height: 55vh;
}

.cs-std-img {
  width: 100%;
  height: 45em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  -o-object-fit: cover;
  object-fit: cover;
}

.year-scroll-about-ph {
  margin-top: 0em;
  font-size: 5em;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
}

.year-scroll-about-ph:hover {
  color: #d8d8d8;
}

.sticky-container {
  position: relative;
  width: 100%;
  height: 800vh;
  background-color: #313131;
}

.img-child-v {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-parent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-child-2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-child-2.ab3 {
  background-image: url('../images/gioponti-2.jpg');
}

.img-child-2.ab1 {
  background-image: url('../images/nbt-project-le-logge-cover.jpg');
}

.img-child-2.ab2 {
  background-image: url('../images/cortesi_p.zle_fedro_1.jpg');
}

.img-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent.card-about {
  position: relative;
  display: block;
  overflow: hidden;
  width: 55vw;
  height: 40vh;
}

.left-scroll-about-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34vw;
  padding-right: 1.2em;
  padding-left: 1.2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-scroll-about-contain._1 {
  width: auto;
}

.left-scroll-about-contain._3 {
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-scroll-about-contain._2 {
  width: auto;
}

.abouttext-scroll-contain {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slide-service-1 {
  background-image: url('../images/stacco-servizi.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-service-2 {
  background-image: url('../images/servizi-slide2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-service-3 {
  background-image: url('../images/servizi-slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-service-0 {
  background-image: url('../images/servizi-slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-service-4 {
  background-image: url('../images/servizi-slide4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  opacity: 0.5;
}

.right-arrow {
  opacity: 0.5;
}

._50 {
  position: relative;
  left: -429px;
  width: 50%;
}

.about-cta {
  width: 100%;
  margin-bottom: 0px;
  color: #d8d8d8;
  font-size: 8vh;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -4px;
}

.section-label-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-label-parent.light {
  color: #d8d8d8;
}

.section-intro-parent {
  display: block;
  width: 45%;
  padding-top: 37px;
}

.section-intro-txt {
  font-size: 1.4em;
  line-height: 1.6;
}

.section-intro-txt.light {
  color: #d8d8d8;
}

.link-all {
  margin-top: 0px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-intro.is--sticky {
  padding-top: 6.8em;
  padding-right: 6em;
  padding-left: 6em;
}

.fs-cc-prefs_form {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  padding: 39px 32px;
  border-top: 1px solid #a3a2a7;
}

.fs-cc-prefs_title {
  color: #313131;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
  color: #313131;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: #fff;
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.fs-cc-prefs_button {
  margin-right: 8px;
  padding: 10px 20px;
  border: 2px none #000;
  border-radius: 500px;
  background-color: #adadb3;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-style: solid;
  border-color: #a3a2a7;
  background-color: #fff;
  color: #adadb3;
}

.fs-cc-banner_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;
  padding: 10px;
  border-radius: 100%;
  background-color: #f5f6ff;
  box-shadow: -1px 1px 12px 0 rgba(51, 51, 51, 0.1);
  color: #333;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-banner_close {
  margin-left: 12px;
  padding: 10px;
  border-radius: 500px;
  background-color: #a3a2a7;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: #021a7c;
}

.fs-cc-prefs_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid #adadb3;
  color: #d8d8d8;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #313131;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-manager_button {
  display: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 500px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  cursor: pointer;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fs-cc-prefs_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;
  border-radius: 999px;
  background-color: #ccc;
}

.fs-cc-banner_button {
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e1ff00;
  border-radius: 500px;
  background-color: #d8d8d8;
  color: #272727;
  font-size: 16px;
  text-align: center;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: #a3a2a7;
  background-color: hsla(0, 0%, 96.1%, 0.61);
  color: #313131;
}

.fs-cc-banner_text {
  margin-right: 24px;
  color: #adadb3;
  font-size: 0.8em;
  font-weight: 300;
}

.fs-cc-prefs_trigger {
  display: none;
}

.div-block-152 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 10, 10, 0.47);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media screen and (min-width: 1280px) {
  .next-project-2 {
    background-color: #a3a2a7;
  }

  .nav-menu {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .nav-link {
    font-size: 10vh;
  }

  .footer-project {
    position: relative;
  }

  .text_def {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    position: relative;
    z-index: 1;
    padding-top: 96px;
  }

  .menu {
    font-weight: 500;
  }

  .circle-arrow.desktop:hover {
    background-color: #e1ff00;
  }

  .color-load {
    display: block;
    background-color: #e1ff00;
  }

  .main__def.grafite {
    background-color: #313131;
  }

  .text_def {
    font-size: 1.2em;
  }

  .taglio-grey__def {
    background-color: #d8d8d8;
  }

  .bg-l2.cp {
    background-color: #adadb3;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    height: 140px;
  }

  .wh-heading {
    max-width: 1155px;
    color: #fff;
  }

  .navbar-white-button {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .navbar-white-button:hover {
    color: #0a0a0a;
    text-decoration: underline;
  }

  ._1-2-grid-copy {
    grid-column-gap: 140px;
  }

  .section.light.carousel {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .parallax-section {
    padding-top: 120px;
  }

  .brand-name-hp.building {
    font-size: 270px;
    line-height: 0.9;
  }

  .brand-name-hp.team {
    font-size: 270px;
    line-height: 0.9;
  }

  .brand-name-hp.new {
    font-size: 270px;
    line-height: 0.9;
  }

  .nav-menu {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .project-year.desktop {
    font-size: 1vw;
  }

  .footer-head.cta.stroke-light {
    font-size: 6vw;
    line-height: 1;
  }

  .footer-cta {
    padding-top: 216px;
    padding-bottom: 216px;
  }

  .about-img-wrap {
    height: 85%;
  }

  .wh-heading__def {
    max-width: 1155px;
  }

  .sticky-cover__def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-cover.company-page {
    max-height: 80%;
  }

  .page-cover.service-page {
    max-height: 80%;
  }

  .div-block-148 {
    grid-column-gap: 46px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .team-grid {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .work-container {
    height: 55em;
    max-width: none;
  }

  .footer-bottom.py-25 {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .img-parent.card-about {
    height: 60vh;
  }

  .left-scroll-about-contain._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-scroll-about-contain._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-cta {
    max-width: 1155px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    height: auto;
  }

  .content {
    padding-left: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wh-heading.light {
    width: auto;
    font-size: 6vh;
  }

  .navbar-black-button {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 43px;
    line-height: 72px;
  }

  .navbar-black-button.black {
    display: none;
  }

  .navbar-black {
    padding: 28px 30px;
    background-color: transparent;
  }

  .navbar-white-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-white-menu {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d8d8d8;
  }

  .navbar-white-button {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 43px;
    line-height: 72px;
  }

  .navbar-slash {
    display: none;
  }

  .menu-button-2 {
    max-height: 25px;
    max-width: 25px;
    padding: 0px;
    color: #0a0a0a;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .menu-button-3 {
    padding: 0px;
    color: #269dff;
  }

  .menu-button-3.black.w--open {
    background-color: #0a0a0a;
  }

  .div-block-101 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-102 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lottie-animation-2 {
    max-width: 30px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .navbar-dark {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    background-color: #f6f4ef;
  }

  .project-content-wrapper {
    grid-row-gap: 36px;
  }

  .project-details p {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .next-project-2 {
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #a3a2a7;
  }

  .next-project-link {
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .next-project-image {
    width: auto;
    height: auto;
  }

  .link-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    height: 110px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .lottie-animation-5 {
    position: relative;
  }

  ._1-2-grid-copy {
    grid-auto-columns: auto;
    grid-column-gap: 0px;
    -ms-grid-columns: 40px 1fr 1fr 1fr 40px;
    grid-template-columns: 40px 1fr 1fr 1fr 40px;
  }

  ._1-2-grid-copy.txt-light {
    margin-top: 19px;
    -ms-grid-columns: 6vw 0.25fr 6vw 1fr 6vw;
    grid-template-columns: 6vw 0.25fr 6vw 1fr 6vw;
  }

  .section.dark.is-right {
    overflow: visible;
    padding-top: 4.9em;
    padding-bottom: 2.3em;
  }

  .section.dark.tablet-red-pad {
    padding-top: 2.5em;
  }

  .section.no-tp.bg-dark {
    overflow: visible;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .container {
    width: 95%;
    padding-top: 6vh;
    padding-right: 2.68em;
    padding-left: 2.68em;
  }

  .button-6 {
    padding: 18px 42px;
    font-size: 17px;
  }

  .button-6:hover {
    background-color: #fff;
    color: #000;
  }

  .vw-heading {
    font-size: 7em;
  }

  .div-block-141 {
    width: 90%;
  }

  .parallax-section {
    padding-top: 40px;
  }

  .brand-name-hp.building {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 160px;
  }

  .brand-name-hp.team {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 160px;
    line-height: 0.7;
  }

  .brand-name-hp.new {
    font-size: 160px;
  }

  .brand-name-hp.enter {
    display: block;
    color: #e1ff00;
    font-size: 160px;
  }

  .menu.close {
    font-weight: 500;
  }

  .menu-click {
    font-size: 1.3vh;
    font-weight: 500;
    letter-spacing: 3px;
  }

  .nav-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .link-nav-wrap {
    width: auto;
    padding-left: 61px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-link {
    font-size: 10vw;
  }

  .circle-arrow {
    position: absolute;
    left: auto;
    top: 40%;
    right: -10%;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .h1-project {
    font-size: 3vw;
  }

  .link-over-card.desktop:hover {
    text-decoration: none;
  }

  .overflow-hidden {
    line-height: 1.3;
  }

  .project-year {
    color: rgba(223, 211, 195, 0.7);
  }

  .project-year.desktop {
    color: hsla(0, 0%, 100%, 0.6);
  }

  .project-title {
    color: #dfd3c3;
  }

  .project-title.desktop {
    color: #fff;
    font-weight: 400;
  }

  .half-screen {
    height: 30vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project-client {
    margin-bottom: 1vw;
    color: rgba(223, 211, 195, 0.7);
  }

  .project-client.desktop {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 1.2em;
  }

  .project-year-overflow {
    right: -9%;
  }

  .project-title-wrap {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
  }

  .project-title-wrap.desktop {
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .social-link.nav {
    width: 50px;
    height: 50px;
    padding: 0em;
  }

  .footer-idea {
    position: relative;
    height: auto;
    padding-top: 3vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .footer-wrap {
    height: auto;
  }

  .footer-head {
    color: #dfd3c3;
    font-size: 7vw;
    text-align: left;
    text-transform: uppercase;
  }

  .footer-cta {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-right: 42px;
    padding-left: 42px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-text.big {
    font-size: 1.7em;
  }

  .arrow-button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .arrow-button.big {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    padding-top: 0px;
  }

  .resume-body {
    padding-right: 0px;
  }

  .about-text {
    padding: 0em;
    font-size: 1.3em;
  }

  .resume-section-head {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .resume-block-head {
    font-size: 1rem;
    text-transform: uppercase;
  }

  .section-label {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 3em;
  }

  .resume-sections {
    padding: 4em 3em;
  }

  .resume-head {
    padding-left: 0px;
  }

  .resume-text {
    font-size: 1em;
    line-height: 1.4;
  }

  .about-text-wrap {
    min-height: 90vw;
    padding: 7em 3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-header {
    font-size: 5vw;
  }

  .cursor {
    display: none;
  }

  .form_contain {
    width: 100%;
  }

  .field_parent {
    height: auto;
  }

  .label-2 {
    font-size: 12px;
  }

  .scroll-text-2 {
    margin-right: 10px;
    font-size: 5vw;
  }

  .field {
    height: 3em;
  }

  .field.your-name {
    height: 3em;
  }

  .link_text.is--1st {
    margin-bottom: 0px;
    font-size: 1em;
  }

  .div-block-144 {
    height: auto;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-146 {
    height: auto;
    min-height: 35vh;
    padding-right: 37px;
    padding-left: 37px;
  }

  .text-block-56 {
    font-size: 2vw;
  }

  .desk-cover {
    position: relative;
    display: none;
  }

  .footer-project {
    position: relative;
    height: auto;
    padding-top: 3vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .image-26 {
    display: block;
  }

  .image-27 {
    display: block;
    height: 60%;
  }

  .level-2__def {
    min-height: 50vh;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text_def {
    font-size: 2em;
  }

  .title-page-position.text-stroke-light-2 {
    font-size: 14vw;
  }

  .switch__def {
    margin-top: 0px;
    background-color: transparent;
  }

  .taglio-l2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: none;
  }

  .bg-l2.dark-bg-l2 {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bg-l2.cp {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mask-parent__def {
    padding-bottom: 3.5px;
  }

  .mask-parent__def.page-title-mask__def {
    height: 100vh;
    padding-top: 201px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mask-parent__def.page-title-mask__def.title-service {
    padding-top: 0px;
  }

  .page-cover {
    bottom: 8%;
  }

  .conta {
    padding-top: 3.5em;
    padding-bottom: 0em;
  }

  .link-wrapper {
    font-size: 2vw;
  }

  .subhead-description {
    width: 85%;
  }

  .case-image {
    display: none;
  }

  .sezion.is--projects {
    display: none;
  }

  .intro-element {
    padding-bottom: 105px;
    padding-left: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bg-intro {
    height: 70vh;
  }

  .preload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .body-11 {
    font-size: 1em;
  }

  .div-block-148 {
    grid-column-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-149 {
    padding-left: 34px;
  }

  .mail-big {
    font-size: 1.2em;
  }

  .lightbox-link {
    margin-bottom: 54px;
  }

  .image-30 {
    display: none;
    opacity: 0.45;
  }

  .label-last {
    position: relative;
    margin-bottom: 88px;
  }

  .work-container {
    overflow: scroll;
  }

  .footer-copyright-text.light.small {
    padding-right: 33px;
    padding-left: 33px;
  }

  .footer-bottom.py-25 {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-link-column {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-link-column.footer-column-link--social.row {
    width: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer-link-column.row {
    width: auto;
  }

  .img-parent.card-about {
    width: 75vw;
    height: 60vh;
  }

  .left-scroll-about-contain._1 {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .left-scroll-about-contain._3 {
    text-align: center;
  }

  .left-scroll-about-contain._2 {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    opacity: 0.5;
  }

  .right-arrow {
    opacity: 0.5;
  }

  ._50 {
    left: 10px;
    width: 70%;
  }

  .about-cta {
    font-size: 7vh;
  }

  .section-intro-parent {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .section-title-divider {
    margin-top: 100px;
  }

  .paragraph {
    position: static;
    height: auto;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wh-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-bar-black-logo {
    padding-left: 0px;
  }

  .div-block-101 {
    padding-top: 30px;
  }

  .navbar-dark {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._1-2-grid-copy {
    position: static;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section {
    padding: 60px 20px;
  }

  .button-6 {
    padding: 16px 38px;
    font-size: 16px;
  }

  .parallax-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .menu {
    -webkit-transition: -webkit-transform 600ms ease-in-out;
    transition: -webkit-transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out;
    font-size: 10.5vw;
  }

  .menu.open {
    font-size: 3vw;
  }

  .circle-arrow {
    right: -5%;
    width: 15vw;
    height: 15vw;
  }

  .toggle.list {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .half-screen {
    padding-left: 2em;
  }

  .project-client.desktop {
    margin-top: 2vw;
    font-size: 1.1em;
  }

  .switch-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.75em;
  }

  .img-cover {
    height: 100%;
  }

  .project-full-screen {
    position: relative;
    left: 0%;
    right: auto;
    bottom: auto;
    padding-left: 0vw;
  }

  .project-img-wrap.desktop {
    height: 50vw;
  }

  .project-title-wrap.desktop {
    margin-left: 2em;
    padding-bottom: 0em;
  }

  .social-link.nav {
    width: 45px;
    height: 45px;
  }

  .footer-idea {
    height: auto;
  }

  .footer-wrap {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-head {
    font-size: 6vw;
  }

  .footer-head.cta {
    font-size: 6vw;
    font-style: normal;
  }

  .footer-cta {
    display: block;
    margin-bottom: 4vw;
  }

  .cta-text {
    font-size: 1rem;
  }

  .cta-text.big {
    font-size: 1.3em;
  }

  .arrow-button.big {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    padding-top: 0px;
  }

  .about-headline-wrap {
    padding-right: 4em;
    padding-left: 4em;
  }

  .about-text {
    font-size: 1.5em;
  }

  .resume-section-head {
    font-size: 2em;
    font-weight: 500;
  }

  .resume-column {
    padding: 0px;
  }

  .section-label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .resume-sections {
    padding: 2em;
  }

  .label-circle {
    width: 12px;
    height: 12px;
  }

  .about-text-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .field_parent {
    font-size: 1.7em;
  }

  .cta-text-2 {
    font-size: 1rem;
  }

  .scroll-text-2 {
    margin-right: 10px;
    font-size: 6vw;
    line-height: 1;
  }

  .submit {
    font-size: 1.7em;
  }

  .text-scroll-move {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .footer-project {
    height: auto;
  }

  .text_def {
    font-size: 2.2em;
  }

  .wh-heading__def {
    font-size: 20px;
    line-height: 24px;
  }

  .enter-animation-in {
    display: none;
  }

  .subhead-description {
    width: 80%;
  }

  .scroll-text-3 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .preload {
    display: none;
  }

  .footer-link-social.ig-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .footer-link-social.linkedin-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .footer-link-social.fb-icon {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .footer-bottom.py-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-column {
    width: 50%;
    margin-bottom: 20px;
  }

  .footer-link-column.footer-column-link--social {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-cta {
    font-size: 20px;
    line-height: 24px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-right: 8px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.medium {
    font-size: 1.1em;
  }

  .content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wh-heading.light.sopra {
    font-size: 2vh;
    line-height: 1;
    letter-spacing: 0px;
  }

  .navbar-white-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-white-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0a0a0a;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-bar-black-logo {
    height: 55px;
  }

  .lottie-animation {
    max-height: 50px;
    max-width: 50px;
  }

  .image-container {
    width: 80vw;
    height: 50vh;
  }

  .project-content-wrapper {
    display: block;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-brief {
    margin-bottom: 40px;
  }

  .project-details p {
    font-size: 1em;
  }

  .next-project-2 {
    height: auto;
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #a3a2a7;
  }

  .next-project-link {
    height: 40vh;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #a3a2a7;
    font-size: 18vw;
  }

  .next-project-image {
    display: none;
    width: 80vw;
    height: 50vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  ._1-2-grid-copy {
    margin-top: 0px;
    grid-row-gap: 46px;
    -ms-grid-columns: 26px 1fr 25px;
    grid-template-columns: 26px 1fr 25px;
  }

  ._1-2-grid-copy.txt-light {
    margin-top: -44px;
  }

  .section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.light.carousel {
    overflow: visible;
    padding-right: 0px;
    padding-bottom: 13.5em;
  }

  .container {
    width: 90%;
    padding-right: 0.48em;
    padding-left: 0.48em;
  }

  .button-6 {
    padding: 15px 35px;
    font-size: 15px;
  }

  .parallax-section {
    padding-bottom: 60px;
  }

  .brand-name-hp {
    font-size: 70px;
    letter-spacing: 0px;
  }

  .brand-name-hp.building {
    font-size: 70px;
  }

  .brand-name-hp.team {
    font-size: 70px;
  }

  .brand-name-hp.new {
    font-size: 70px;
  }

  .brand-name-hp.enter {
    margin-bottom: -5px;
    font-size: 50px;
  }

  .menu {
    font-size: 16px;
  }

  .menu.close {
    opacity: 0;
    font-size: 16px;
  }

  .navbar {
    position: fixed;
    z-index: 99;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .brand {
    padding-top: 0px;
  }

  .menu-click {
    z-index: 999999;
    padding-right: 16px;
    padding-left: 15px;
    font-size: 1vh;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .link-nav-wrap {
    width: 100%;
    margin-left: 0%;
    padding-left: 36px;
  }

  .nav-link {
    font-size: 10vw;
    letter-spacing: 0px;
  }

  .circle-arrow {
    width: 4em;
    height: 4em;
  }

  .h1-project {
    color: #a3a2a7;
    font-size: 6vw;
  }

  .link-over-card.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-over-card.desktop:focus {
    font-style: normal;
    text-decoration: none;
  }

  .project-year.desktop {
    font-size: 5vw;
  }

  .project-title.desktop {
    font-size: 10vw;
  }

  .page-wrap {
    position: relative;
    z-index: 2;
  }

  .page-wrap.projects {
    padding-top: 40px;
  }

  .half-screen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .color-load {
    z-index: 500;
    display: block;
  }

  .project-client.desktop {
    margin-top: 4vw;
    font-size: 1em;
  }

  .switch-2 {
    display: none;
  }

  .project-year-overflow {
    right: -17%;
    display: none;
  }

  .project-img-wrap.desktop {
    height: 90vw;
  }

  .social-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer-idea {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10vw;
  }

  .footer-head.cta {
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10vw;
    text-align: center;
  }

  .footer-head.cta.stroke-light {
    margin-bottom: 49px;
    text-align: left;
  }

  .footer-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-link-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cta-text {
    font-size: 1rem;
    text-align: left;
  }

  .footer-text {
    margin-top: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-wrap.lab-copy {
    font-size: 1.2em;
  }

  .img01 {
    left: 10%;
    display: block;
    width: 50%;
  }

  .img05 {
    display: block;
    width: 20%;
  }

  .img04 {
    right: 10%;
    width: 55%;
  }

  .resume-wrap {
    position: relative;
  }

  .about-headline-wrap {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 1rem;
  }

  .resume-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-text {
    max-width: none;
    padding: 0em;
    font-size: 1.5em;
  }

  .resume-section-head {
    font-size: 1.4em;
    font-weight: 500;
  }

  .resume-block-head {
    font-size: 1rem;
    line-height: 1.3;
  }

  .resume-column {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-label {
    margin-left: 2em;
  }

  .resume-head {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img02 {
    display: block;
    width: 24%;
  }

  .resume-text {
    font-size: 1em;
    line-height: 1.2;
  }

  .about-img-wrap {
    height: 40%;
  }

  .about-text-wrap {
    position: relative;
    top: 0px;
    min-height: auto;
    padding: 5em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-header {
    color: #fff;
    font-size: 10vw;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
  }

  .link {
    margin-bottom: 20px;
    padding: 1em 1.2em;
    font-size: 0.9em;
  }

  .shapes {
    margin-bottom: 1em;
    margin-left: -1vw;
  }

  .field_parent {
    font-size: 1.3em;
  }

  .form-header {
    font-size: 1.2em;
  }

  .cta-text-2 {
    font-size: 1rem;
    text-align: left;
  }

  .scroll-text-2 {
    margin-right: 8px;
    font-size: 32px;
    text-transform: none;
  }

  .link_container {
    display: inline-block;
    padding: 1vw;
  }

  .field {
    height: 4em;
  }

  .text-scroll-move {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-144 {
    height: auto;
    min-height: 40vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-146 {
    min-height: 25vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-56 {
    font-size: 4vw;
  }

  .bg-dark.space-20vh {
    display: none;
  }

  .footer-project {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-p.next-title {
    margin-top: 31px;
    color: #313131;
    font-size: 13vw;
  }

  .image-27 {
    height: auto;
  }

  .text_def {
    font-size: 3.3em;
  }

  .text_def.long {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .wh-heading__def {
    font-size: 31px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .divi_def {
    margin-top: -0.1em;
    margin-bottom: -0.1em;
  }

  .container__def.first-container {
    width: 100%;
    padding-top: 4vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c70_def {
    width: 100%;
    padding-top: 92px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .mask-parent__def {
    display: none;
    padding-bottom: 2px;
    line-height: 12.2;
  }

  .mask-parent__def.page-title-mask__def {
    height: 60vh;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mask-parent__def.page-title-mask__def.title-service {
    padding-left: 0px;
  }

  .enter-animation-in {
    display: block;
  }

  .subhead-description {
    width: 100%;
  }

  .scroll-text-3 {
    display: none;
  }

  .sezion.is--projects {
    display: none;
  }

  .intro-element {
    padding-bottom: 43px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bg-intro {
    height: 90vh;
  }

  .preload {
    display: block;
  }

  .stroke-light.next {
    font-size: 11vw;
  }

  .body-11 {
    font-size: 1em;
  }

  .div-block-148 {
    grid-row-gap: 36px;
  }

  .div-block-149 {
    padding-left: 0px;
  }

  .image-28 {
    max-width: 80%;
  }

  .lightbox-link {
    margin-bottom: 34px;
  }

  .div-block-150 {
    height: 50%;
  }

  .label-last {
    margin-bottom: 61px;
  }

  .vector-animatik {
    overflow: hidden;
  }

  .image-31 {
    max-width: 200%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .scroll-inner {
    position: static;
    width: 80em;
    height: 55vh;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-container {
    position: static;
    display: block;
    overflow: scroll;
    width: 100%;
    height: auto;
    margin-top: 5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-parent {
    width: 22%;
    height: 100%;
    margin-right: 1.5em;
    margin-left: 0.1em;
  }

  .scroll-parent.four {
    width: 22%;
    height: 42%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .work-home-text-conatin.center-text.text-white {
    width: 90%;
  }

  .lottie-sm-icon {
    width: 10em;
    height: 10em;
  }

  .footer-logo-link-2.clear-bottom.mr-25 {
    margin-right: 0px;
  }

  .footer-copyright-text.light.small {
    margin-top: 15px;
    padding-left: 0px;
  }

  .footer-bottom.py-25 {
    padding-top: 42px;
    padding-bottom: 42px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link-column.footer-column-link--social.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-link-column.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cs-std-img {
    height: auto;
  }

  .year-scroll-about-ph {
    font-size: 45px;
  }

  .left-scroll-about-contain {
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .abouttext-scroll-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50 {
    width: 100%;
  }

  .about-cta {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0px;
    white-space: normal;
  }

  .section-intro-parent {
    width: 100%;
  }

  .section-intro-txt {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .link-all {
    font-size: 27px;
  }

  .section-intro {
    padding-right: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-intro.is--sticky {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }
}

#w-node-d8661377-9ab9-e32b-68ca-854fac22b6c9-d9646838 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c195733f-72cd-f1e9-49b6-a40d11a773a1-d9646838 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_21f5ad39-6d9b-9b3b-54d4-00e5d961705a-32646845 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_58c9b641-910a-6664-c3e7-f8f5371d7ac5-8b64683b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_58c9b641-910a-6664-c3e7-f8f5371d7ace-8b64683b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_21f5ad39-6d9b-9b3b-54d4-00e5d961705a-32646845 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e89-d2906508 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e94-d2906508 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e89-b4541f1b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e94-b4541f1b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e89-196cbd2e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-da8811ec-51e7-6087-71fa-94730f4a3e94-196cbd2e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8661377-9ab9-e32b-68ca-854fac22b6c9-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c195733f-72cd-f1e9-49b6-a40d11a773a1-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c712d197-d1d3-1d80-a21b-c9a923a918b4-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7cbfa6de-ddf0-4426-93cc-f340ab587bcf-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cf961fc-506f-9334-2996-6b6b300c22a7-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cf961fc-506f-9334-2996-6b6b300c22ad-d9646838 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_21f5ad39-6d9b-9b3b-54d4-00e5d961705a-32646845 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}