@font-face {
  font-family: "aeonik-fono";
  src: url("../fonts/aeonikfono-light.woff2") format("woff2"), url("../fonts/aeonikfono-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-fono";
  src: url("../fonts/aeonikfono-regular.woff2") format("woff2"), url("../fonts/aeonikfono-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "aeonik-fono";
  src: url("../fonts/aeonikfono-semibold.woff2") format("woff2"), url("../fonts/aeonikfono-semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100vw;
  z-index: 10000000001;
  background: #191919;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#preloader-home {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100vw;
  z-index: 10000000001;
  background: #F5F5F0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  transition: all 0.125s ease-in-out;
  cursor: none;
}

img {
  display: block;
  width: 100%;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
}

body.noScroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
*, ::before, ::after {
  border-style: none;
  border-width: 0;
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: clamp(18px, 1.389vw, 34px);
  font-family: "Loretta", sans-serif;
  font-weight: 300;
  color: #191919;
  line-height: 1.4;
  background: #F5F5F0;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  text-wrap: pretty;
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 80px);
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .contain {
    width: calc(100% - 40px);
  }
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: flex !important;
  }
}
a {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  color: #191919;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a {
    transition: all 0.25s ease-in-out;
  }
  a img {
    transition: all 0.25s ease-in-out;
  }
  a svg {
    transition: all 0.25s ease-in-out;
  }
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  a:after {
    transition: all 0.25s ease-in-out;
  }
}

a:visited {
  color: #191919;
}

a:active {
  color: #191919;
}

a:hover {
  color: #191919;
}

a:focus {
  outline: none;
}

a:not(.btn, .contact-btn) {
  outline-color: transparent;
}

a:not(.btn, .contact-btn):focus-visible {
  outline: 1px solid #7EC75C;
  border-radius: 5px;
}

.btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  font-family: "aeonik-fono", sans-serif;
  font-size: clamp(14px, 1.111vw, 20px);
  line-height: 1;
  max-width: fit-content;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  letter-spacing: 0.1em;
  padding: 18px 30px;
  box-sizing: border-box;
  border-radius: 50px;
  box-sizing: border-box;
  font-weight: 400;
}
.btn .link-mask {
  height: clamp(14px, 1.111vw, 20px);
}
.btn.btn-arrow svg {
  display: block;
  margin: -2px 0 0 15px;
}
.btn.btn-arrow svg path {
  stroke: #F5F5F0;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn.btn-arrow:hover svg path {
    stroke: #191919;
  }
}
.btn.btn-solid {
  color: #F5F5F0;
  background: #191919;
}
.btn.btn-solid:focus-visible {
  background: #7EC75C;
  color: #191919;
}
.btn.btn-solid:focus-visible svg path {
  stroke: #191919;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .btn.btn-solid:hover {
    background: #7EC75C;
    color: #191919;
  }
}
.btn.btn-white {
  color: #191919;
  background: #F5F5F0;
}
.btn.btn-white svg path {
  stroke: #191919;
}

.aeonik {
  font-family: "aeonik-fono", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}

h1, .h1 {
  font-size: clamp(60px, 5.556vw, 150px);
  font-weight: 500;
  font-family: "aeonik-fono", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}

h2, .h2 {
  font-size: clamp(26px, 2.917vw, 100px);
  font-weight: 300;
}

h3, .h3 {
  font-weight: 400;
  font-family: "aeonik-fono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1;
}

h4, .h4 {
  font-weight: 500;
  font-family: "aeonik-fono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 1.389vw, 36px);
  line-height: 1.4;
}

h5, .h5 {
  font-weight: 500;
  font-family: "aeonik-fono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(14px, 0.972vw, 18px);
}

.body42 {
  font-size: clamp(26px, 2.917vw, 100px);
}

.body28 {
  font-size: clamp(18px, 1.944vw, 100px);
}

@media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 14px;
  }
  .btn {
    padding: 15px 25px;
  }
  .btn.btn-arrow svg {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  body {
    font-size: 16px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 9.9vw;
  }
}
img.lazyload,
img.lazyautosizes {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

img.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
  right: 0;
  padding: 30px 0;
  font-family: "aeonik-fono", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  line-height: 1;
  font-weight: 400;
}
header.header-home .contain {
  opacity: 0;
  animation: home-hero-load 1s ease-in-out forwards;
  animation-delay: 2.75s;
}
header.scrollUp {
  transform: translateY(-200%);
  border: none;
}
header.h-scroll {
  padding: 15px 0;
  background: #F5F5F0;
}
header.h-scroll:not(.scrollUp) {
  transform: translateY(0);
  border-bottom: 1px solid #C8C8BE;
}
header.light-header.h-top .logo svg path {
  fill: #FFFFFF;
}
header.light-header.h-top .contain a:not(.logo) {
  color: #FFFFFF;
}
header.light-header.h-top #navBtn {
  color: #F5F5F0;
}
header.subpage-header.h-top .contain .contact {
  border-color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header.subpage-header.h-top .contain .contact:hover {
    background: #FFFFFF;
    color: #191919;
  }
}
header.subpage-header.h-top #navBtn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
header .logo {
  margin-right: auto;
  width: 100px;
}
header .logo svg {
  display: block;
  width: 100%;
}
header .logo svg path {
  fill: #191919;
  transition: all 0.25s ease-in-out;
}
header .contain {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .contain a:not(.logo) {
  display: block;
  color: #191919;
}
header .contain ul {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  margin: 0 auto;
}
header .contain .contact {
  display: flex !important;
  margin-left: auto;
  border: 1px solid #7EC75C;
  border-radius: 50px;
  box-sizing: border-box;
  align-self: stretch;
  align-items: center;
  padding: 0 25px;
  position: relative;
}
header .contain .contact:focus-visible {
  background: #7EC75C;
  color: #191919 !important;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  header .contain .contact:hover {
    background: #7EC75C;
  }
}
header #navBtn {
  display: none;
}
@media only screen and (max-width: 991px) {
  header {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  header {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  header:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100svh;
    background: #191919;
    z-index: 1;
    transform: translateX(100%);
    transition: all 0.25s ease-in-out;
  }
  header.nav-open {
    height: 100svh;
    overflow-y: scroll;
  }
  header.nav-open:after {
    transform: translateX(0);
  }
  header.nav-open .contain {
    max-height: 100svh;
  }
  header.nav-open .contain ul li, header.nav-open .contain ul li a, header.nav-open .contain .contact {
    opacity: 1;
    visibility: visible;
  }
  header.nav-open .logo path {
    fill: #F5F5F0;
  }
  header.nav-open #navBtn {
    color: #F5F5F0;
  }
  header.nav-open #navBtn .link-text {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
  }
  header.nav-open #navBtn .link-text-close {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
  }
  header .logo {
    width: 90px;
    z-index: 2;
  }
  header #navBtn {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    border: 1px solid #7EC75C;
    border-radius: 50px;
    box-sizing: border-box;
    align-self: stretch;
    align-items: center;
    padding: 7px 20px;
    font-size: 14px;
    font-family: "aeonik-fono", sans-serif;
    text-transform: uppercase;
    color: #191919;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in-out;
  }
  header #navBtn .link-text-close {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
  }
  header .contain {
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-height: 35px;
    overflow: hidden;
  }
  header .contain ul {
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 60px auto 0;
  }
  header .contain ul li {
    transition: all 0.25s ease-in-out;
  }
  header .contain ul li, header .contain ul a {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.125s;
  }
  header .contain ul li a {
    border-top: 1px solid #F5F5F0;
    padding: 15px 0 30px;
    color: #F5F5F0 !important;
    font-size: 28px;
    font-weight: 500;
  }
  header .contain .contact {
    border: 0;
    border-top: 1px solid #F5F5F0;
    border-radius: unset;
    padding: 15px 0 30px;
    position: relative;
    color: #F5F5F0 !important;
    font-size: 28px;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.125s;
  }
}

footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 100vh;
  height: 100svh;
  overflow: visible;
  background: #191919;
  color: #F5F5F0;
  font-size: clamp(14px, 1.111vw, 20px);
  line-height: 1.25;
  box-sizing: border-box;
}
footer .footer--inner {
  background: #191919;
  display: flex;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  align-content: stretch;
}
footer a:link, footer a:visited {
  color: #FFFFFF;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  footer a:hover, footer a:active {
    color: #7EC75C;
  }
}
footer .contain {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
}
footer h5 {
  color: #7EC75C;
}
footer .row-1 {
  padding-top: 80px;
}
footer .row-1 .col-lt a {
  margin-top: 1.5vw;
  color: #FFFFFF;
}
footer .row-1 .col-lt a svg {
  position: absolute;
  height: 100%;
  top: 0;
  width: auto;
  right: -1vw;
  transform: translateX(100%);
  transition: all 0.25s ease-in-out;
}
footer .row-1 .col-lt a svg path {
  stroke: #7EC75C;
  stroke-width: 2px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  footer .row-1 .col-lt a:hover {
    color: #7EC75C;
  }
}
footer .row-1 .col-rt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .row-1 .footer-group {
  width: 50%;
  margin-bottom: 50px;
}
footer .row-1 ul {
  margin-top: 10px;
}
footer .row-1 ul li {
  padding: 3px 0;
}
footer .row-2 {
  padding-bottom: 30px;
  font-size: clamp(10px, 0.833vw, 16px);
  align-items: flex-end;
}
footer .row-2 .logo {
  display: block;
  width: 8.333vw;
  min-width: 100px;
}
footer .row-2 .logo svg {
  width: 100%;
  display: block;
}
footer .row-2 .logo svg path {
  fill: #F5F5F0;
}
footer .row-2 .col-rt {
  display: flex;
}
footer .row-2 .col-rt > span {
  width: 50%;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  footer {
    position: relative;
  }
  footer .row-1 {
    padding-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
  }
  footer .row-1 .col-lt a {
    margin-top: 20px;
  }
  footer .row-1 .col-lt a svg {
    right: -10px;
  }
  footer .row-1 .col-lt a svg path {
    stroke-width: 1px;
  }
  footer .row-1 .footer-group {
    margin-bottom: 35px;
  }
  footer .row-1 ul {
    margin-top: 10px;
  }
  footer .row-1 ul li {
    padding: 3px 0;
  }
  footer .row-2 {
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 25px;
  }
  footer .row-2 .logo {
    width: 120px;
  }
  footer .row-2 .col-rt {
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .row-2 .col-rt > span {
    width: 100%;
  }
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-image img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-wrap {
  position: relative;
  z-index: 3;
  min-height: 100svh;
}

.col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.col-wrap .col {
  box-sizing: border-box;
  margin: 0 20px;
}
.col-wrap .col-span-1 {
  width: calc(8.3333333333% - 40px);
}
.col-wrap .col-span-2 {
  width: calc(16.6666666667% - 40px);
}
.col-wrap .col-span-3 {
  width: calc(25% - 40px);
}
.col-wrap .col-span-4 {
  width: calc(33.3333333333% - 40px);
}
.col-wrap .col-span-5 {
  width: calc(41.6666666667% - 40px);
}
.col-wrap .col-span-6 {
  width: calc(50% - 40px);
}
.col-wrap .col-span-7 {
  width: calc(58.3333333333% - 40px);
}
.col-wrap .col-span-8 {
  width: calc(66.6666666667% - 40px);
}
.col-wrap .col-span-9 {
  width: calc(75% - 40px);
}
.col-wrap .col-span-10 {
  width: calc(83.3333333333% - 40px);
}
.col-wrap .col-span-11 {
  width: calc(91.6666666667% - 40px);
}
.col-wrap .col-span-12 {
  width: calc(100% - 20px);
}
.col-wrap .spacer {
  height: 0;
}
@media only screen and (max-width: 1199px) {
  .col-wrap {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .col-wrap .col {
    box-sizing: border-box;
    margin: 0 10px;
  }
  .col-wrap .col-span-1 {
    width: calc(8.3333333333% - 20px);
  }
  .col-wrap .col-span-2 {
    width: calc(16.6666666667% - 20px);
  }
  .col-wrap .col-span-3 {
    width: calc(25% - 20px);
  }
  .col-wrap .col-span-4 {
    width: calc(33.3333333333% - 20px);
  }
  .col-wrap .col-span-5 {
    width: calc(41.6666666667% - 20px);
  }
  .col-wrap .col-span-6 {
    width: calc(50% - 20px);
  }
  .col-wrap .col-span-7 {
    width: calc(58.3333333333% - 20px);
  }
  .col-wrap .col-span-8 {
    width: calc(66.6666666667% - 20px);
  }
  .col-wrap .col-span-9 {
    width: calc(75% - 20px);
  }
  .col-wrap .col-span-10 {
    width: calc(83.3333333333% - 20px);
  }
  .col-wrap .col-span-11 {
    width: calc(91.6666666667% - 20px);
  }
  .col-wrap .col-span-12 {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .col-wrap {
    margin: 0;
    width: 100%;
  }
  .col-wrap .col {
    margin: 0;
    width: 100%;
  }
  .col-wrap .spacer {
    display: none;
  }
}

.page-intro {
  position: relative;
  padding-top: clamp(220px, 18.75vw, 800px);
}
.page-intro .market {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1vw;
}
.page-intro .market h3 {
  text-align: right;
  border-bottom: 1px solid #191919;
  padding-bottom: 8px;
  display: table;
  width: auto;
}
.page-intro h1.copy-intro {
  font-family: "Loretta", sans-serif;
  font-weight: 300;
  font-size: clamp(26px, 2.917vw, 100px);
  text-transform: unset;
  letter-spacing: unset;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .page-intro .market {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .page-intro .market h3 {
    padding: 20px 0 5px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  .page-intro {
    padding-top: 150px;
  }
  .page-intro .market {
    margin-bottom: 35px;
  }
  .page-intro .market h3 {
    padding: 15px 0 5px;
  }
}

.banner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.banner img, .banner video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/**SCROLLING IMGS**/
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/**HOMEPAGE LOAD**/
@keyframes home-hero-load {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**CURSOR**/
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  body {
    cursor: none;
  }
  body a:hover {
    cursor: none;
  }
  .custom-cursor {
    position: fixed;
    z-index: 10001;
    opacity: 100%;
    pointer-events: none;
    mix-blend-mode: difference;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5F5F0;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(0.25);
  }
  .custom-cursor--link {
    transform: translate(-50%, -50%) scale(1);
  }
  .custom-cursor--next {
    transform: translate(-50%, -50%) scale(1.5);
    mix-blend-mode: unset;
    background: #F5F5F0 url(../img/arrow-rt.svg) no-repeat center center;
    background-size: 40% auto;
  }
  .custom-cursor--prev {
    transform: translate(-50%, -50%) scale(1.5);
    mix-blend-mode: unset;
    background: #F5F5F0 url(../img/arrow-lt.svg) no-repeat center center;
    background-size: 40% auto;
  }
}
/**ROTATING LINKS**/
.link-r .link-mask {
  overflow: hidden;
  display: block;
  position: relative;
}
.link-r .title {
  display: block;
  transition: all 0.25s ease-in-out;
}
.link-r .title-2 {
  transform: translateY(100%);
  position: absolute;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .link-r:hover .title-1 {
    transform: translateY(-100%);
  }
  .link-r:hover .title-2 {
    transform: translateY(-100%);
  }
}

#hero-home {
  height: 90svh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  top: 0;
  position: relative;
  position: sticky;
  background: #F5F5F0;
}
#hero-home #hero-home--headline {
  display: block;
  width: 100%;
  padding-bottom: 50px;
  opacity: 0;
  animation: home-hero-load 1s ease-in-out forwards;
  animation-delay: 2.75s;
  display: block;
}
#hero-home h1 {
  font-size: 7.292vw;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  font-weight: 500;
}
#hero-home h1 .headline-row {
  width: 100%;
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#hero-home h1 .arrow-down {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #7EC75C;
  aspect-ratio: 1/1;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero-home h1 .arrow-down svg {
  width: 2.5vw;
  display: block;
}
#hero-home h1 .arrow-down svg path {
  stroke: #7EC75C;
  stroke-width: 1;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #hero-home h1 .arrow-down:hover svg {
    transform: rotate(-45deg);
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #hero-home #hero-home--headline {
    padding-bottom: 20px;
  }
  #hero-home h1 {
    font-size: 60px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #hero-home {
    height: calc(100svh - 56.25vw);
  }
  #hero-home #hero-home--headline {
    padding-bottom: 20px;
  }
  #hero-home h1 {
    position: relative;
    font-size: 11.705vw;
    gap: 12px;
  }
  #hero-home h1 .headline-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  #hero-home h1 .headline-row--2 span:first-of-type {
    margin-left: auto;
  }
  #hero-home h1 .arrow-down {
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 40px;
    height: 40px;
    border-width: 1px;
  }
  #hero-home h1 .arrow-down svg {
    width: 4vw;
  }
  #hero-home h1 .arrow-down svg path {
    stroke-width: 1;
  }
}

#main-reel {
  position: sticky;
  z-index: 3;
  top: 0;
  height: 100svh;
  background: #F5F5F0;
}
#main-reel #reel-wrap {
  display: block;
  height: 100svh;
  width: 100%;
  opacity: 0;
  animation: home-hero-load 1s ease-in-out forwards;
  animation-delay: 2.75s;
  background: #000;
}
#main-reel video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #main-reel {
    height: auto;
  }
  #main-reel #reel-wrap {
    height: auto;
  }
  #main-reel video {
    height: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-reel {
    height: 56.25vw;
  }
  #main-reel #reel-wrap {
    height: 56.25vw;
  }
}

#main-intro {
  background: #F5F5F0;
  text-align: center;
  padding: clamp(150px, 14vw, 300px) 0;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 4;
}
#main-intro h2 {
  font-weight: 200;
  margin: 0 auto;
  font-size: clamp(26px, 2.917vw, 100px);
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  #main-intro {
    position: relative;
  }
  #main-intro h2 {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-intro {
    position: relative;
    padding: 40px 0 100px;
  }
  #main-intro h2 {
    padding: 0;
    text-align: left;
  }
}
#main-intro:before {
  border-style: none;
  border-width: 0;
  content: "";
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  background: #F5F5F0;
  z-index: -1;
}

.ivory-mask {
  background: #F5F5F0;
}

#main-work {
  background: transparent;
  z-index: 5;
  align-items: center;
  position: relative;
}
#main-work #work-wrap.main-work--inner {
  background: transparent;
}
#main-work #work-wrap {
  padding-bottom: 0;
}
#main-work .controls {
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: stretch;
  pointer-events: none;
  z-index: 2;
  position: sticky;
  top: 0;
  left: 0;
}
#main-work .controls .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-work .controls h3.side-link {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  pointer-events: all;
}
#main-work .controls a.side-link {
  writing-mode: vertical-lr;
  pointer-events: all;
}
#main-work .controls a.side-link .title-2 {
  transform: translateX(-200%);
}
#main-work .controls a.side-link:hover .title-1 {
  transform: translateX(100%);
}
#main-work .controls a.side-link:hover .title-2 {
  transform: translateX(-100%);
}
#main-work #work-carousel {
  z-index: 1;
  display: flex;
  margin-top: -100svh;
  flex-direction: column;
}
#main-work #work-carousel .slide {
  display: flex;
  align-items: center;
  height: 100svh;
}
#main-work #work-carousel .slide a {
  margin: 0 auto;
  transition: none;
}
#main-work #work-carousel .slide figure {
  height: 80vh;
  transition: none;
}
#main-work #work-carousel .slide figure img, #main-work #work-carousel .slide figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: none;
}
#main-work #work-carousel .slide .details {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: clamp(14px, 1.111vw, 20px);
}
@media only screen and (max-width: 991px) {
  #main-work {
    background: #F5F5F0;
    padding-bottom: 100px;
  }
  #main-work #work-wrap.main-work--inner {
    position: relative;
    top: unset;
    height: auto;
    overflow: auto;
    background: #F5F5F0;
  }
  #main-work .controls {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    top: auto;
    left: auto;
  }
  #main-work .controls .contain {
    border-top: 1px solid #191919;
    padding-top: 20px;
    display: block;
  }
  #main-work .controls h3.side-link {
    writing-mode: unset;
    transform: unset;
  }
  #main-work #work-carousel {
    padding: 10px 20px 0;
    margin-top: unset;
  }
  #main-work #work-carousel .slide {
    margin-top: 30px;
    height: auto;
  }
  #main-work #work-carousel .slide figure {
    height: auto;
  }
  #main-work #work-carousel .slide figure img, #main-work #work-carousel .slide figure video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
  #main-work #work-carousel .slide .details {
    display: block;
    margin-top: 10px;
  }
  #main-work #work-carousel .slide .details span {
    display: block;
  }
  #main-work #work-carousel .slide .details .market {
    margin-top: 3px;
    color: #7EC75C;
  }
  #main-work .btn {
    margin: 50px 0 0 20px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #main-work {
    padding-bottom: 0px;
  }
  #main-work .btn {
    margin: 35px 0 0 20px;
  }
}

#main-expertise {
  background: #F5F5F0;
  z-index: 5;
  position: relative;
  align-items: center;
  padding: 5vw 0 clamp(150px, 14vw, 300px) 0;
}
#main-expertise .contain {
  border-top: 1px solid #191919;
  padding-top: 40px;
}
#main-expertise .expertise {
  display: block;
  font-size: clamp(26px, 2.917vw, 100px);
  margin-top: -35px;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #main-expertise .expertise:hover li:not(:hover) {
    opacity: 0.3;
  }
}
#main-expertise .expertise li {
  padding: 25px 0;
  width: 100%;
  border-bottom: 1px solid #191919;
  transition: all 0.25s ease-in-out;
  position: relative;
}
#main-expertise .expertise li span {
  position: relative;
  z-index: 2;
}
#main-expertise .expertise li:not(:first-of-type):before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #191919;
  content: "";
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #main-expertise .expertise li:hover:not(:first-of-type):before {
    opacity: 1;
    visibility: visible;
  }
  #main-expertise .expertise li:hover > .menu-img {
    opacity: 1;
    visibility: visible;
  }
}
#main-expertise .expertise li .menu-img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
  width: 17.5vw;
  transition: all 0.12s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#main-expertise .expertise li .menu-img img {
  display: block;
  margin: 0 auto;
  height: auto;
}
#main-expertise .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  #main-expertise .contain {
    border-top: 0;
    padding-top: 0;
  }
  #main-expertise .expertise {
    margin-top: 30px;
    border-top: 1px solid #191919;
  }
  #main-expertise .expertise li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-expertise {
    padding: 130px 0;
  }
  #main-expertise .btn {
    margin-top: 35px;
  }
}

#img-marquee {
  margin-top: 40px;
}
#img-marquee .marquee {
  --gap: 20px;
  gap: var(--gap);
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
#img-marquee .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 15s linear infinite reverse;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#img-marquee .marquee .marquee__content img {
  width: 45vw;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #img-marquee {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #img-marquee .marquee .marquee__content img {
    width: 62vw;
  }
}

#main-clients {
  background: #F5F5F0;
  z-index: 5;
  position: relative;
}
#main-clients .contain {
  border-top: 1px solid #191919;
  padding-top: 40px;
}
#main-clients p {
  font-size: clamp(18px, 1.944vw, 100px);
  line-height: 1.6;
}
#main-clients .marquee {
  --gap: 10vw;
  gap: var(--gap);
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 2;
  margin-top: clamp(80px, 8vw, 300px);
}
#main-clients .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 45s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#main-clients .marquee .marquee__content li {
  display: flex;
  align-items: center;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1;
}
#main-clients .marquee .marquee__content li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3.5vw;
  width: 13vw;
}
#main-clients .marquee .marquee__content li figure svg, #main-clients .marquee .marquee__content li figure img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main-clients .marquee .marquee__content li figure.vertical-logo {
  height: 6.25vw;
}
#main-clients .marquee .marquee__content li figure.vertical-logo svg, #main-clients .marquee .marquee__content li figure.vertical-logo img {
  max-height: 100%;
}
#main-clients .marquee .marquee__content li figure.wide-logo {
  width: 15vw;
}
@media only screen and (max-width: 991px) {
  #main-clients .contain {
    border-top: 1px solid #191919;
    padding-top: 20px;
  }
  #main-clients h3 {
    margin-bottom: 30px;
  }
  #main-clients .marquee .marquee__content {
    animation: scroll 20s linear infinite;
  }
  #main-clients .marquee .marquee__content li figure {
    max-width: 18vw;
    height: 5vw;
  }
  #main-clients .marquee .marquee__content li figure.vertical-logo {
    height: 8vw;
  }
  #main-clients .marquee .marquee__content li figure.vertical-logo svg, #main-clients .marquee .marquee__content li figure.vertical-logo img {
    width: auto;
  }
  #main-clients .marquee .marquee__content li figure.wide-logo {
    max-width: 24vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-clients .marquee {
    --gap: 15vw;
    margin-top: 60px;
  }
  #main-clients .marquee .marquee__content {
    animation: scroll 30s linear infinite;
  }
  #main-clients .marquee .marquee__content li figure {
    max-width: 35vw;
    height: 10vw;
  }
  #main-clients .marquee .marquee__content li figure.vertical-logo {
    height: 15vw;
  }
  #main-clients .marquee .marquee__content li figure.wide-logo {
    max-width: 50vw;
  }
}

#main-collage {
  position: relative;
  z-index: 6;
  background: #F5F5F0;
  padding: 22.5vw 0 0;
  pointer-events: none;
  margin-top: -1px;
}
#main-collage .col-span-8 {
  margin: 2vw auto;
}
#main-collage .main-collage--cta {
  position: relative;
  z-index: 3;
  pointer-events: all;
}
#main-collage h2 {
  font-size: clamp(40px, 5.556vw, 200px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
#main-collage .btn {
  margin: 50px 0 0;
}
#main-collage .collage-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#main-collage .collage-row figure {
  position: relative;
  will-change: transform;
  transition: transform 0.1s linear;
}
#main-collage .collage-row figure img {
  display: block;
  width: 100%;
  height: auto;
}
#main-collage .collage-row .on-top {
  z-index: 2;
}
#main-collage .collage-row.row-2 {
  transform: translateY(16vw);
}
#main-collage .collage-row .img1 {
  width: 24.5vw;
  margin-top: 14vw;
}
#main-collage .collage-row .img2 {
  width: 29.5vw;
  margin-left: auto;
}
#main-collage .collage-row .img2 img {
  transform: translateX(6vw);
}
#main-collage .collage-row .img3 {
  width: 22.5vw;
  margin-right: 10.5vw;
  margin-top: 7vw;
}
#main-collage .collage-row .img4 {
  width: 32vw;
  margin-left: 10.5vw;
  margin-top: 16vw;
}
#main-collage .collage-row .img5 {
  width: 15vw;
  margin-right: auto;
  margin-top: -2vw;
}
#main-collage .collage-row .img5 img {
  transform: translateX(-4vw);
}
#main-collage .collage-row .img6 {
  width: 24.5vw;
  margin-top: 30vw;
}
@media only screen and (max-width: 991px) {
  #main-collage {
    pointer-events: all;
    padding: 22.5vw 0;
  }
  #main-collage .col-span-8 {
    margin: 0 auto;
  }
  #main-collage .main-collage--cta {
    box-sizing: border-box;
    padding: 120px 100px 60px;
  }
  #main-collage .btn {
    margin: 30px 0 0;
  }
  #main-collage .collage-row.row-2 {
    transform: unset;
  }
  #main-collage .collage-row .img1 {
    margin-top: 14vw;
  }
  #main-collage .collage-row .img3 {
    margin-top: 7vw;
  }
  #main-collage .collage-row .img4 {
    margin-top: 10vw;
  }
  #main-collage .collage-row .img5 {
    margin-top: 20vw;
  }
  #main-collage .collage-row .img6 {
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #main-collage {
    padding: 140px 0 120px;
  }
  #main-collage .main-collage--cta {
    padding: 100px 30px 60px;
  }
  #main-collage .collage-row {
    flex-wrap: wrap;
  }
  #main-collage .collage-row .img1 {
    margin-top: -20vw;
    width: 37vw;
    order: 3;
  }
  #main-collage .collage-row .img2 {
    width: 47.5vw;
    order: 1;
  }
  #main-collage .collage-row .img3 {
    width: 37vw;
    margin-top: 15vw;
    margin-right: 0;
    order: 2;
  }
  #main-collage .collage-row .img4 {
    width: 52.5vw;
    margin-top: 30vw;
    margin-left: 0;
    order: 1;
  }
  #main-collage .collage-row .img5 {
    width: 31.5vw;
    margin-top: -7vw;
    order: 3;
    margin-right: unset;
    margin-left: 45vw;
    transform: none;
  }
  #main-collage .collage-row .img6 {
    width: 31.5vw;
    margin-top: 0vw;
    order: 2;
  }
}

#intro-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1000001;
  background: #F5F5F0;
  transition: all 1s ease-in-out;
  transform-origin: center center;
  pointer-events: none;
}
#intro-grid.fade-out {
  opacity: 0;
  transform: scale(2);
  visibility: hidden;
}
#intro-grid .inner-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.39vw 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
#intro-grid .inner-grid figure {
  align-items: center;
  justify-content: center;
  padding: 1.39vw 2.78vw;
  box-sizing: border-box;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease-in-out;
}
#intro-grid .inner-grid figure.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
#intro-grid .inner-grid figure.square {
  padding: 2.08vw;
}
#intro-grid .inner-grid figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #intro-grid .inner-grid {
    padding: 20px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  #intro-grid .inner-grid figure {
    padding: 20px 40px;
  }
  #intro-grid .inner-grid figure.square {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #intro-grid .inner-grid {
    padding: 10px 0;
  }
  #intro-grid .inner-grid figure {
    padding: 15px;
  }
  #intro-grid .inner-grid figure.square {
    padding: 15px;
  }
}

#work-wrap {
  background: #F5F5F0;
  padding-bottom: 100px;
}
#work-wrap .page-intro .contain {
  padding-bottom: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #191919;
}
#work-wrap .page-intro .display-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-bottom: 1.1vw;
}
#work-wrap .page-intro .toggle-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #7EC75C;
}
#work-wrap .page-intro .toggle-btn svg rect {
  fill: #7EC75C;
  transition: all 0.25s ease-in-out;
}
#work-wrap .page-intro .toggle-btn.toggle-active {
  color: #191919;
}
#work-wrap .page-intro .toggle-btn.toggle-active svg rect {
  fill: #191919;
}
#work-wrap #work-controls {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 30px;
}
#work-wrap #work-controls #reset-grid {
  position: absolute;
  right: 20px;
  top: 30px;
}
#work-wrap #work-controls .filter-label {
  color: #191919;
  display: flex;
  align-items: center;
  gap: 10px;
}
#work-wrap #work-controls .filter-label svg path {
  transition: all 0.25s ease-in-out;
  stroke: #191919;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-controls .filter-label:hover {
    color: #7EC75C;
  }
  #work-wrap #work-controls .filter-label:hover svg path {
    stroke: #7EC75C;
  }
}
#work-wrap #work-controls .filter-group {
  position: relative;
}
#work-wrap #work-controls .filter-group .active-filter-label {
  position: absolute;
  top: 31px;
  z-index: 0;
}
#work-wrap #work-controls .filter-group .active-filter-label a {
  display: none;
  color: #7EC75C;
  margin-left: 20px;
}
#work-wrap #work-controls .filter-group.open .filter-label {
  color: #7EC75C;
}
#work-wrap #work-controls .filter-group.open .filter-label svg path {
  stroke: #7EC75C;
}
#work-wrap #work-controls .filter-group.open ul {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
#work-wrap #work-controls .filter-group.active .filter-label {
  color: #7EC75C;
}
#work-wrap #work-controls .filter-group.active .filter-label svg path {
  stroke: #7EC75C;
}
#work-wrap #work-controls .filter-group ul {
  position: relative;
  z-index: 2;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  background: #F5F5F0;
  transition: all 0.25s ease-in-out;
}
#work-wrap #work-controls .filter-group ul li {
  padding: 15px 0 0;
}
#work-wrap #work-controls .filter-group ul li span {
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-controls .filter-group ul li span:hover {
    color: #7EC75C;
  }
}
#work-wrap .contain {
  overflow: hidden;
}
#work-wrap #work-grid {
  margin: 100px auto 0;
}
#work-wrap #work-grid .sizer {
  display: block;
}
#work-wrap #work-grid .sizer, #work-wrap #work-grid .grid-item {
  width: calc(50% - 20px);
}
#work-wrap #work-grid .grid-item {
  margin-bottom: 40px;
}
#work-wrap #work-grid .grid-item a {
  display: block;
}
#work-wrap #work-grid .grid-item figure {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1.4798;
  transition: opacity 0s;
}
#work-wrap #work-grid .grid-item figure img, #work-wrap #work-grid .grid-item figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#work-wrap #work-grid .grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.9);
  color: #F5F5F0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out, background 0s;
}
#work-wrap #work-grid .grid-item .overlay h2 {
  font-size: clamp(17px, 1.944vw, 100px);
  line-height: 1.25;
  font-weight: 300;
}
#work-wrap #work-grid .grid-item .overlay h2 br {
  display: none;
}
#work-wrap #work-grid .grid-item .overlay .market {
  display: none;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-grid .grid-item:hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s ease-in-out;
  }
}
#work-wrap #work-grid .grid-item:nth-of-type(8n + 1), #work-wrap #work-grid .grid-item:nth-of-type(8n + 2), #work-wrap #work-grid .grid-item:nth-of-type(8n + 5), #work-wrap #work-grid .grid-item:nth-of-type(8n + 6) {
  width: calc(50% - 20px);
}
#work-wrap #work-grid .grid-item:nth-of-type(8n + 3), #work-wrap #work-grid .grid-item:nth-of-type(8n + 8) {
  width: calc(33.3333333333% - 20px);
}
#work-wrap #work-grid .grid-item:nth-of-type(8n + 4), #work-wrap #work-grid .grid-item:nth-of-type(8n + 7) {
  width: calc(66.6666666667% - 20px);
}
#work-wrap #work-grid .grid-item:nth-child(8n+1 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+2 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+5 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+6 of .filter-shown) {
  width: calc(50% - 20px);
}
#work-wrap #work-grid .grid-item:nth-child(8n+3 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+8 of .filter-shown) {
  width: calc(33.3333333333% - 20px);
}
#work-wrap #work-grid .grid-item:nth-child(8n+4 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+7 of .filter-shown) {
  width: calc(66.6666666667% - 20px);
}
@media only screen and (max-width: 1199px) {
  #work-wrap #work-controls {
    padding-top: 20px;
  }
  #work-wrap #work-controls #reset-grid {
    right: 10px;
    top: 20px;
  }
  #work-wrap #work-controls .filter-group ul li {
    padding: 12px 0 0;
  }
  #work-wrap #work-controls .filter-group .active-filter-label {
    top: 26px;
  }
  #work-wrap #work-grid {
    margin: 50px auto 0;
  }
  #work-wrap #work-grid .sizer, #work-wrap #work-grid .grid-item {
    width: calc(50% - 10px);
  }
  #work-wrap #work-grid .grid-item {
    margin-bottom: 20px;
  }
  #work-wrap #work-grid .grid-item:nth-of-type(8n + 1), #work-wrap #work-grid .grid-item:nth-of-type(8n + 2), #work-wrap #work-grid .grid-item:nth-of-type(8n + 5), #work-wrap #work-grid .grid-item:nth-of-type(8n + 6) {
    width: calc(50% - 10px);
  }
  #work-wrap #work-grid .grid-item:nth-of-type(8n + 3), #work-wrap #work-grid .grid-item:nth-of-type(8n + 8) {
    width: calc(33.3333333333% - 10px);
  }
  #work-wrap #work-grid .grid-item:nth-of-type(8n + 4), #work-wrap #work-grid .grid-item:nth-of-type(8n + 7) {
    width: calc(66.6666666667% - 10px);
  }
  #work-wrap #work-grid .grid-item:nth-child(8n+1 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+2 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+5 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+6 of .filter-shown) {
    width: calc(50% - 10px);
  }
  #work-wrap #work-grid .grid-item:nth-child(8n+3 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+8 of .filter-shown) {
    width: calc(33.3333333333% - 10px);
  }
  #work-wrap #work-grid .grid-item:nth-child(8n+4 of .filter-shown), #work-wrap #work-grid .grid-item:nth-child(8n+7 of .filter-shown) {
    width: calc(66.6666666667% - 10px);
  }
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #work-wrap #work-grid .grid-item {
    margin-bottom: 40px;
  }
  #work-wrap #work-grid .grid-item .overlay {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    background: none;
    color: #191919;
    margin: 10px 0 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  #work-wrap #work-grid .grid-item .overlay h2 {
    font-family: "aeonik-fono", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 400;
  }
  #work-wrap #work-grid .grid-item .overlay .desc {
    margin-top: 3px;
    color: #7EC75C;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #work-wrap .page-intro .contain {
    padding-bottom: 10px;
  }
  #work-wrap #work-controls .filter-group {
    width: calc(50% - 10px);
  }
  #work-wrap #work-controls #reset-grid {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #work-wrap {
    padding-bottom: 60px;
  }
  #work-wrap .page-intro h1 {
    padding-bottom: 2px;
  }
  #work-wrap .page-intro .contain {
    padding-bottom: 5px;
  }
  #work-wrap .page-intro .display-toggle {
    gap: 15px;
    margin-bottom: 10px;
  }
  #work-wrap .page-intro .toggle-btn span {
    display: none;
  }
  #work-wrap #work-controls #reset-grid {
    display: none;
  }
  #work-wrap #work-controls .filter-group {
    width: 100%;
    border-bottom: 1px solid #191919;
    padding-bottom: 10px;
  }
  #work-wrap #work-controls .filter-group.active {
    min-height: 50px;
  }
  #work-wrap #work-controls .filter-group.active .active-filter-label {
    position: absolute;
    top: 26px;
  }
  #work-wrap #work-controls .filter-group.active .active-filter-label a {
    display: inline;
  }
  #work-wrap #work-controls .filter-group .active-filter-label a {
    color: #7EC75C;
    margin-left: 20px;
  }
  #work-wrap #work-controls .filter-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #work-wrap #work-controls #market-filter {
    margin-top: 20px;
  }
  #work-wrap #work-grid {
    margin-top: 30px;
  }
  #work-wrap #work-grid .sizer, #work-wrap #work-grid .grid-item, #work-wrap #work-grid .grid-item--width2, #work-wrap #work-grid .grid-item--width3 {
    width: 100% !important;
  }
  #work-wrap #work-grid .grid-item {
    margin-bottom: 40px;
  }
}

#work-wrap.list-view #work-controls {
  display: none;
}

#work-wrap .work-module {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0s ease;
  position: absolute;
  pointer-events: none;
}
#work-wrap .work-module.active {
  pointer-events: all;
  position: static;
  opacity: 1;
  transition: opacity 0.2s ease;
}
#work-wrap #work-grid-list {
  height: auto !important;
  margin-top: 0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-grid-list:hover > div:not(:hover) {
    opacity: 0.3;
  }
}
#work-wrap #work-grid-list > div:not(:first-of-type):before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #191919;
  content: "";
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-grid-list > div:not(:first-of-type):hover:before {
    opacity: 1;
    visibility: visible;
  }
}
#work-wrap #work-grid-list .grid-item {
  width: 100% !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  border-bottom: 1px solid #191919;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out, width 0s;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #work-wrap #work-grid-list .grid-item:hover figure {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
  }
}
#work-wrap #work-grid-list .grid-item a {
  width: 100%;
}
#work-wrap #work-grid-list .grid-item figure {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 1.4798;
  transition: opacity 0s;
}
#work-wrap #work-grid-list .grid-item figure img, #work-wrap #work-grid-list .grid-item figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#work-wrap #work-grid-list .grid-item figure {
  position: absolute;
  width: 17vw;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out, opacity 0s;
}
#work-wrap #work-grid-list .grid-item .overlay {
  display: flex;
  position: relative;
  opacity: 1;
  visibility: visible;
  background: none;
  color: #191919;
  padding: 15px 0;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}
#work-wrap #work-grid-list .grid-item .overlay:before {
  width: 1px;
  height: 15px;
  background: #191919;
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
#work-wrap #work-grid-list .grid-item .overlay:after {
  width: 15px;
  height: 1px;
  background: #191919;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
#work-wrap #work-grid-list .grid-item .overlay h2 {
  width: 50%;
  font-size: clamp(14px, 1.111vw, 20px);
}
#work-wrap #work-grid-list .grid-item .overlay .market {
  display: flex;
}
#work-wrap #work-grid-list .grid-item .overlay .desc {
  display: none;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #work-wrap #work-grid-list .grid-item .overlay {
    padding: 10px 0;
  }
  #work-wrap #work-grid-list .grid-item .overlay h2 {
    width: 80%;
  }
  #work-wrap #work-grid-list .grid-item .overlay .market {
    display: none;
  }
  #work-wrap #work-grid-list .grid-item .overlay:before {
    height: 11px;
    right: 5px;
  }
  #work-wrap #work-grid-list .grid-item .overlay:after {
    width: 11px;
  }
}

#project-wrap {
  background: #F5F5F0;
}
#project-wrap .page-intro {
  position: sticky;
  top: 0;
}
#project-wrap .page-intro .col-wrap {
  align-items: flex-end;
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #project-wrap .page-intro {
    position: relative;
  }
}
#project-wrap #main-banner {
  position: relative;
  margin: 2.75vw auto 0;
}
#project-wrap #project-info {
  position: relative;
  background: #F5F5F0;
  padding: 6.944vw 0;
}
#project-wrap #project-info h2 {
  line-height: 1.2;
}
#project-wrap #project-info p:not(:last-of-type) {
  padding-bottom: 1.4vw;
}
#project-wrap #project-info #client-name {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#project-wrap #project-info #client-name p:not(:last-of-type) {
  padding: 0;
}
#project-wrap #project-info .row-2, #project-wrap #project-info .row-3 {
  margin-top: 3.472vw;
  padding-top: 1.736vw;
  border-top: 1px solid #191919;
}
#project-wrap #project-info .project-scope {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: space-between;
}
#project-wrap #project-info .project-scope li {
  width: calc(50% - 20px);
}
#project-wrap #project-gallery {
  position: relative;
  background: #F5F5F0;
}
#project-wrap #project-gallery .gallery-row {
  margin-bottom: 40px;
}
#project-wrap #project-gallery .gallery-row.full-width .col-wrap {
  width: 100%;
  margin: 0 auto;
}
#project-wrap #project-gallery .gallery-row.full-width .col-wrap .col-span-12 {
  width: 100%;
  margin: 0 auto;
}
#project-wrap #project-gallery .gallery-row .col img {
  height: auto;
}
#project-wrap #project-gallery .gallery-row .col video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#project-wrap #project-gallery > article:last-of-type {
  margin-bottom: 0;
}
#project-wrap #project-gallery .text-block {
  padding-bottom: 100px;
}
#project-wrap #project-gallery .text-block p:not(:last-of-type) {
  padding-bottom: 1.4vw;
}
#project-wrap #project-gallery .align-right {
  margin-left: auto;
}
#project-wrap #project-gallery .testimonial {
  font-size: clamp(26px, 2.5vw, 100px);
  padding-top: 40px;
}
#project-wrap #project-gallery .testimonial .attribution {
  border-top: 1px solid #191919;
  display: table;
  padding-top: 12px;
  margin-top: 20px;
}
#project-wrap .column-slider {
  padding: 10vw 11vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  width: 100%;
  background-color: #191919;
  position: relative;
}
#project-wrap .column-slider.video_bg .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
#project-wrap .column-slider.image_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#project-wrap .column-slider .item {
  position: relative;
  z-index: 4;
  display: inline-block;
  margin: 0 3vw;
}
#project-wrap .column-slider .item img, #project-wrap .column-slider .item video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: unset !important;
  object-fit: cover;
}
#project-wrap .column-slider .item video {
  border-radius: 1.042vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #project-wrap .column-slider .item video {
    border-radius: 15px;
  }
}
#project-wrap .full-width-slider .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  text-indent: -9999px;
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #project-wrap .full-width-slider .slick-arrow {
    display: none !important;
  }
}
#project-wrap .full-width-slider .slick-prev {
  left: 0;
  right: unset;
}
#project-wrap .full-width-slider .item {
  width: 100%;
}
#project-wrap .full-width-slider .item img, #project-wrap .full-width-slider .item video {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1.6;
  height: 62.5vw;
}
#project-wrap .full-width-slider .slick-counter {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #FFFFFF;
  font-family: "aeonik-fono", sans-serif;
  font-size: clamp(14px, 1.111vw, 20px);
  line-height: 1;
  font-weight: 400;
}
#project-wrap #project-gallery .grid-column-row .grid-column-wrap {
  align-items: stretch;
}
#project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child video, #project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child figure, #project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child object {
  width: 100%;
  height: auto;
}
#project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child + .text-block {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child + .text-block {
    padding-bottom: 100px;
  }
  #project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child.text-block:empty {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #project-wrap #project-gallery .grid-column-row .grid-column-wrap .grid-column .grid-column-child + .text-block {
    padding-bottom: 0px;
  }
}
#project-wrap #project-meta .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#project-wrap #project-meta .row-1 {
  margin-top: 3.472vw;
  padding-top: 1.736vw;
  border-top: 1px solid #191919;
}
#project-wrap #project-meta .row-1 .description {
  color: #7EC75C;
}
#project-wrap #project-meta .row-1 .credits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#project-wrap #project-meta .row-1 .credits > div {
  width: 50%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#project-wrap #project-meta .row-2 {
  margin-top: 20.5vw;
}
#project-wrap #project-meta .row-2 .h3 {
  display: block;
  margin-bottom: 10px;
}
#project-wrap #project-meta .row-2 .up-next {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#project-wrap #project-meta .row-2 .up-next span:first-of-type {
  width: 75%;
}
#project-wrap #project-meta .row-2 .up-next .arrow-right {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  width: 5.75vw;
  border: 2px solid #7EC75C;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
#project-wrap #project-meta .row-2 .up-next .arrow-right svg {
  width: 50%;
  display: block;
  transform: rotate(-90deg);
}
#project-wrap #project-meta .row-2 .up-next .arrow-right svg path {
  stroke: #7EC75C;
  stroke-width: 2;
  transition: all 0.25s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #project-wrap #project-meta .row-2 .up-next:hover {
    color: #7EC75C;
  }
  #project-wrap #project-meta .row-2 .up-next:hover .arrow-right svg {
    transform: rotate(-135deg);
  }
}
@media only screen and (max-width: 1199px) {
  #project-wrap #project-info {
    padding: 80px 0;
  }
  #project-wrap #project-info .row-2, #project-wrap #project-info .row-3 {
    margin-top: 40px;
    border-top: 1px solid #191919;
  }
  #project-wrap #project-info .project-scope li {
    width: calc(50% - 10px);
  }
  #project-wrap #project-gallery .gallery-row {
    margin-bottom: 20px;
  }
  #project-wrap #project-gallery .text-block {
    padding-bottom: 80px;
  }
  #project-wrap .column-slider .item {
    margin: 0 2vw;
  }
  #project-wrap #project-meta .row-1 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #project-wrap #main-banner {
    margin-top: 0;
  }
  #project-wrap #project-info {
    padding: 40px 0 60px;
  }
  #project-wrap #project-info h2 {
    margin-bottom: 20px;
  }
  #project-wrap #project-info .row-2, #project-wrap #project-info .row-3 {
    margin: 40px auto 0;
    padding: 0;
    border: 0;
  }
  #project-wrap #project-info .heading {
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #191919;
    margin-bottom: 15px;
  }
  #project-wrap #project-info .col-span-3 {
    width: calc(50% - 20px);
  }
  #project-wrap #project-info .project-scope {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
  }
  #project-wrap #project-info .project-scope li {
    width: calc(50% - 20px);
  }
  #project-wrap #project-gallery .gallery-row figure:not(:last-of-type), #project-wrap #project-gallery .gallery-row figure:not(:last-child), #project-wrap #project-gallery .gallery-row .row-inner > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #project-wrap #project-gallery .gallery-row.full-width {
    margin-left: 20px;
    margin-right: 20px;
  }
  #project-wrap #project-gallery .text-block {
    padding-bottom: 100px;
  }
  #project-wrap .grid-column-row .grid-column-wrap {
    align-items: stretch;
  }
  #project-wrap .grid-column-row .grid-column-wrap .grid-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  #project-wrap .grid-column-row .grid-column-wrap .grid-column .grid-column-child {
    order: 1;
  }
  #project-wrap .grid-column-row .grid-column-wrap .grid-column .grid-column-child video, #project-wrap .grid-column-row .grid-column-wrap .grid-column .grid-column-child figure, #project-wrap .grid-column-row .grid-column-wrap .grid-column .grid-column-child object {
    width: 100%;
    height: auto;
  }
  #project-wrap .grid-column-row .grid-column-wrap .grid-column .grid-column-child.text-block {
    order: 2;
  }
  #project-wrap .column-slider {
    min-height: unset;
    padding: 70px 11vw;
  }
  #project-wrap .full-width-slider .slick-counter {
    bottom: 20px;
    right: 20px;
  }
  #project-wrap #project-meta .row-1 {
    margin-top: 40px;
    border-top: 0;
    padding: 0;
  }
  #project-wrap #project-meta .row-1 h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #191919;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #project-wrap #project-meta .row-2 .h3 {
    margin-bottom: 15px;
  }
  #project-wrap #project-meta .row-2 .up-next .arrow-right {
    width: 8.5vw;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #project-wrap #project-info {
    padding-bottom: 50px;
  }
  #project-wrap #project-info p:not(:last-of-type) {
    padding-bottom: 15px;
  }
  #project-wrap #project-info .col-span-3 {
    width: 100%;
  }
  #project-wrap #project-info #location {
    margin-top: 10px;
  }
  #project-wrap #project-info .project-scope li {
    width: 100%;
  }
  #project-wrap #project-gallery .gallery-row.full-width {
    margin-left: 20px;
    margin-right: 20px;
  }
  #project-wrap #project-gallery .text-block {
    padding-bottom: 0px;
  }
  #project-wrap #project-gallery .text-block p:not(:last-of-type) {
    padding-bottom: 15px;
  }
  #project-wrap #project-gallery .testimonial {
    padding-bottom: 40px;
  }
  #project-wrap .column-slider {
    padding-top: 70px;
    padding-bottom: 70px;
    width: calc(100% + 40px) !important;
    margin: 0 -20px !important;
  }
  #project-wrap #project-meta .row-2 {
    margin-top: 140px;
  }
  #project-wrap #project-meta .row-2 .up-next span:first-of-type {
    width: 100%;
  }
  #project-wrap #project-meta .row-2 .up-next .arrow-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #project-wrap .column-slider {
    padding: 70px 0;
  }
  #project-wrap .column-slider .item {
    margin: 0 20px;
    width: calc(100vw - 140px);
  }
  #project-wrap #project-meta .row-1 .credits > div {
    width: 100%;
  }
}

#contact-wrap {
  background: #191919;
  color: #F5F5F0;
}
#contact-wrap .page-intro h1 span {
  color: #7EC75C;
}
#contact-wrap .page-intro #creating-roll {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  height: 1em;
  width: auto;
}
#contact-wrap .page-intro #creating-roll .item {
  display: block;
  white-space: nowrap;
  position: relative;
  margin: 0;
}
#contact-wrap #contact-main {
  color: #F5F5F0;
  margin: 4.167vw auto 0;
}
#contact-wrap #contact-main a {
  color: #F5F5F0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #contact-wrap #contact-main a:hover {
    color: #7EC75C;
  }
}
#contact-wrap #contact-main h3 {
  font-weight: 500;
  color: #7EC75C;
  margin-top: 5px;
}
#contact-wrap #contact-main > div {
  border-top: 1px solid #7EC75C;
  padding: 25px 0 80px;
}
#contact-wrap #contact-main > div:last-of-type {
  padding-bottom: 0;
}
#contact-wrap #contact-main .careers {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.694vw;
}
#contact-wrap #contact-main .careers svg {
  width: 2.222vw;
}
#contact-wrap #contact-main .careers svg path {
  stroke: #7EC75C;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #contact-wrap #contact-main .careers:hover svg {
    transform: rotate(-45deg);
  }
}
#contact-wrap #contact-main form, #contact-wrap #contact-main fieldset, #contact-wrap #contact-main textarea, #contact-wrap #contact-main input:not([type=checkbox], [type=submit]), #contact-wrap #contact-main textarea, #contact-wrap #contact-main .input_wrap, #contact-wrap #contact-main ::placeholder {
  font-family: "Loretta", serif;
  font-size: clamp(18px, 1.389vw, 34px);
  color: #F5F5F0;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}
#contact-wrap #contact-main form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#contact-wrap #contact-main form .wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  color: #BE80BF;
  font-family: "Loretta", serif;
  font-size: 14px;
  font-weight: 300;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}
#contact-wrap #contact-main form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  border-radius: 15px;
  padding: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: "aeonik-fono", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 24px;
  margin-top: 40px;
}
#contact-wrap #contact-main form.invalid .wpcf7-response-output, #contact-wrap #contact-main form.unaccepted .wpcf7-response-output, #contact-wrap #contact-main form.payment-required .wpcf7-response-output {
  border-color: #BE80BF;
  color: #F5F5F0;
}
#contact-wrap #contact-main form.sent .wpcf7-response-output {
  border-color: #7EC75C;
}
#contact-wrap #contact-main form legend {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
#contact-wrap #contact-main form .h3 {
  font-size: 14px;
}
#contact-wrap #contact-main form .input_wrap {
  padding: 15px 0;
  margin-top: 5px;
  position: relative;
  border-bottom: 1px solid #7EC75C;
}
#contact-wrap #contact-main form input:-webkit-autofill,
#contact-wrap #contact-main form input:-webkit-autofill:hover,
#contact-wrap #contact-main form input:-webkit-autofill:focus,
#contact-wrap #contact-main form input:-webkit-autofill:active {
  transition: background-color 1s ease-in-out 5000s;
  -webkit-text-fill-color: #fff !important;
  outline: none;
}
#contact-wrap #contact-main form input:focus-visible,
#contact-wrap #contact-main form textarea:focus-visible {
  outline: none;
}
#contact-wrap #contact-main form button, #contact-wrap #contact-main form input[type=submit] {
  margin: 40px 0 0;
}
#contact-wrap #contact-main form fieldset > div:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
#contact-wrap #contact-main form .error {
  border-bottom-color: #BE80BF;
}
#contact-wrap #contact-main form .field-toggle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  outline-color: transparent;
}
#contact-wrap #contact-main form .field-toggle:focus-visible {
  outline: 1px solid #7EC75C;
  border-radius: 5px;
}
#contact-wrap #contact-main form .field-toggle svg path {
  stroke: #F5F5F0;
  transition: all 0.25s ease-in-out;
}
#contact-wrap #contact-main form .fields-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding-top: 0;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item {
  width: calc(50% - 20px);
  margin: 0 0 12px;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item input {
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #F5F5F0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item input:focus-visible {
  border-color: #7EC75C;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item input:focus-visible + label {
  color: #7EC75C;
}
#contact-wrap #contact-main form .fields-hidden .wpcf7-form-control .wpcf7-list-item input:checked {
  background: #7EC75C;
  border-color: #7EC75C;
}
#contact-wrap #contact-main form .option_wrap.open .field-toggle svg {
  transform: rotate(180deg);
}
#contact-wrap #contact-main form .option_wrap.open .fields-hidden {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  padding-top: 20px;
}
#contact-wrap #studios {
  margin-top: 9.75vw;
}
#contact-wrap #studios h2 {
  margin-bottom: 2.1vw;
}
#contact-wrap #studios .title {
  font-size: clamp(18px, 1.944vw, 100px);
  display: block;
  margin: 25px 0 0;
}
#contact-wrap #studios a {
  color: #F5F5F0;
  font-size: clamp(14px, 1.111vw, 20px);
  margin: 10px 0 0;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #contact-wrap #studios a:hover {
    color: #7EC75C;
  }
}
#contact-wrap .banner {
  margin-top: 13.889vw;
}
@media only screen and (max-width: 1199px) {
  #contact-wrap #contact-main form .fields-hidden > div {
    width: calc(50% - 10px);
  }
  #contact-wrap #contact-main form .h3 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  #contact-wrap #contact-main {
    margin: 20px auto 0;
  }
  #contact-wrap #contact-main h3 {
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #7EC75C;
  }
  #contact-wrap #contact-main > div {
    border-top: none;
    padding: 25px 0;
  }
  #contact-wrap #contact-main > div a:first-of-type {
    margin: 15px 0 5px;
  }
  #contact-wrap #contact-main .careers {
    gap: 10px;
  }
  #contact-wrap #contact-main .careers svg {
    width: 22px;
  }
  #contact-wrap #contact-main form {
    margin-top: 15px;
  }
  #contact-wrap #studios {
    margin-top: 120px;
  }
  #contact-wrap #studios h2 {
    margin-bottom: 20px;
  }
  #contact-wrap #studios .title {
    margin: 20px 0 0;
  }
  #contact-wrap #studios a {
    margin: 5px 0 0;
  }
  #contact-wrap .detroit_studio {
    margin-top: 60px;
  }
  #contact-wrap .banner {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #contact-wrap #contact-main > div {
    padding: 25px 0 15px;
  }
  #contact-wrap #contact-main .careers svg {
    width: 20px;
  }
  #contact-wrap #contact-main form, #contact-wrap #contact-main fieldset, #contact-wrap #contact-main textarea, #contact-wrap #contact-main input:not([type=checkbox]), #contact-wrap #contact-main textarea, #contact-wrap #contact-main .input_wrap, #contact-wrap #contact-main ::placeholder {
    font-size: 16px;
  }
  #contact-wrap #contact-main form .fields-hidden > div {
    width: 100%;
  }
  #contact-wrap #studios {
    margin-top: 100px;
  }
  #contact-wrap .detroit_studio {
    margin-top: 50px;
  }
  #contact-wrap .banner {
    margin-top: 100px;
    height: 100vw;
  }
}

#studio-wrap {
  background: #F5F5F0;
}
#studio-wrap .page-intro {
  position: sticky;
  top: 0;
}
#studio-wrap .page-intro .market {
  margin-top: 0.5vw;
  margin-bottom: unset;
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #studio-wrap .page-intro {
    position: relative;
  }
}
#studio-wrap #studio-banner {
  margin-top: clamp(50px, 6.944vw, 500px);
}
#studio-wrap #facts {
  padding-top: clamp(50px, 5.556vw, 500px);
}
#studio-wrap .numbers {
  margin-top: clamp(70px, 8.333vw, 500px);
  padding-top: 3.125vw;
  border-top: 1px solid #191919;
}
#studio-wrap .numbers .numbers-list > div:first-of-type {
  padding-top: 0;
}
#studio-wrap .numbers .list-row {
  padding: 35px 0;
  border-bottom: 1px solid #191919;
}
#studio-wrap .numbers .num {
  font-family: "aeonik-fono", sans-serif;
  font-size: clamp(40px, 5.556vw, 200px);
  font-weight: 100;
  line-height: 1;
}
#studio-wrap .numbers .desc {
  font-size: clamp(16px, 1.25vw, 24px);
}
#studio-wrap .numbers .desc span {
  display: block;
}
#studio-wrap .numbers .desc .copy {
  color: #878784;
}
#studio-wrap .numbers .btn {
  margin-top: 50px;
}
#studio-wrap .image-band {
  padding: clamp(80px, 10.417vw, 500px) 0 clamp(80px, 12.5vw, 500px) 0;
}
#studio-wrap .image-band img {
  height: auto;
}
#studio-wrap .image-band .oversized {
  width: calc(100% + 40px);
}
#studio-wrap .image-band#image-band-1 .oversized {
  margin-left: -40px;
}
#studio-wrap .image-band#image-band-2 .oversized {
  margin-right: -40px;
}
#studio-wrap #principles {
  padding-bottom: 3.472vw;
}
#studio-wrap #principles h3 {
  padding-bottom: 1.736vw;
}
#studio-wrap #principles ul {
  border-top: 1px solid #191919;
  overflow: hidden;
}
#studio-wrap #principles .row {
  border-bottom: 1px solid #191919;
  transition: all 0.25s ease-in-out;
}
#studio-wrap #principles .row.active {
  padding-bottom: 4.167vw;
}
#studio-wrap #principles .row.active .trigger svg {
  transform: rotate(180deg);
}
#studio-wrap #principles .row.active .trigger svg rect:first-of-type {
  opacity: 0;
  visibility: hidden;
}
#studio-wrap #principles .row.active .content {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #studio-wrap #principles .row:not(.active) .trigger:hover svg {
    transform: rotate(180deg);
  }
}
#studio-wrap #principles .col-wrap {
  justify-content: flex-end;
}
#studio-wrap #principles .trigger {
  position: relative;
  z-index: 2;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#studio-wrap #principles .trigger .title {
  font-size: clamp(26px, 2.917vw, 100px);
}
#studio-wrap #principles .trigger svg {
  transition: all 0.25s ease-in-out;
}
#studio-wrap #principles .content {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.25s ease-in-out;
}
#studio-wrap #principles .content > div {
  margin-top: -4.0838vw;
}
#studio-wrap #our-team {
  border-top: 1px solid #191919;
  padding-top: 3.125vw;
}
#studio-wrap #our-team .row-2 {
  margin-top: 5.556vw;
}
#studio-wrap #our-team aside {
  position: sticky;
  top: 40px;
}
#studio-wrap #our-team aside .team-thumbs img {
  transform: translateY(25px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  aspect-ratio: 0.8158;
  object-fit: cover;
  height: auto;
  width: 100%;
}
#studio-wrap #our-team aside .team-thumbs img.fade-up {
  opacity: 1;
  transform: translateY(0);
}
#studio-wrap #our-team #team-list {
  border-top: 1px solid #191919;
}
#studio-wrap #our-team #team-list li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #191919;
  padding: 12px 0;
}
#studio-wrap #our-team #team-list li span {
  width: 50%;
}
#studio-wrap #our-team #team-list li img {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#studio-wrap #careers {
  background: #191919;
  color: #F5F5F0;
  margin-top: clamp(100px, 10.5vw, 250px);
  padding: clamp(100px, 10.5vw, 250px) 0;
}
#studio-wrap #careers .row-1 a {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 20%;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #studio-wrap #careers .row-1 a:hover {
    color: #7EC75C;
  }
}
#studio-wrap #careers .row-2 {
  border-top: 1px solid #F5F5F0;
  margin-top: 6.944vw;
  padding-top: 3.125vw;
}
#studio-wrap #careers .row-2 .col-wrap > div > div:not(:last-child) {
  margin-bottom: 40px;
}
#studio-wrap #careers .row-2 a {
  color: #F5F5F0;
  border-bottom: 1px solid #F5F5F0;
  padding-bottom: 3px;
}
#studio-wrap #careers .row-2 .desc {
  margin: 20px 0;
  color: #878784;
}
@media only screen and (max-width: 1199px) {
  #studio-wrap #our-team aside {
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #studio-wrap .page-intro .market {
    order: 1;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #studio-wrap .page-intro .market h3 {
    padding-top: 0;
  }
  #studio-wrap .page-intro h1 {
    order: 2;
  }
  #studio-wrap #studio-banner {
    margin-top: 60px;
  }
  #studio-wrap #facts {
    padding-top: 60px;
  }
  #studio-wrap #facts p:not(:first-of-type) {
    margin-top: 15px;
  }
  #studio-wrap .numbers {
    margin-top: 80px;
    padding-top: 0;
    border-top: 0;
  }
  #studio-wrap .numbers h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #191919;
  }
  #studio-wrap .numbers .numbers-list > div:first-of-type {
    padding-top: 25px;
  }
  #studio-wrap .numbers .list-row {
    padding: 25px 0;
  }
  #studio-wrap .numbers .col-span-6 {
    width: 50%;
  }
  #studio-wrap .numbers .num {
    font-size: 60px;
  }
  #studio-wrap .numbers .btn {
    margin-top: 40px;
  }
  #studio-wrap .image-band {
    padding: 100px 0;
  }
  #studio-wrap .image-band .oversized {
    width: calc(100% + 20px);
  }
  #studio-wrap .image-band .col-span-3 {
    width: calc(25% - 20px);
  }
  #studio-wrap .image-band .col-span-7 {
    width: calc(58.3333333333% - 20px);
  }
  #studio-wrap .image-band#image-band-1 .oversized {
    margin-left: -20px;
  }
  #studio-wrap .image-band#image-band-2 .oversized {
    margin-right: -20px;
  }
  #studio-wrap #principles {
    padding-bottom: 0;
  }
  #studio-wrap #principles h3 {
    padding-bottom: 15px;
  }
  #studio-wrap #principles .row.active {
    padding-bottom: 40px;
  }
  #studio-wrap #principles .row .content > div {
    padding-top: 25px;
  }
  #studio-wrap #principles .trigger {
    padding: 20px 0;
  }
  #studio-wrap #principles .trigger svg {
    width: 22px;
  }
  #studio-wrap #our-team {
    border-top: unset;
    padding-top: unset;
  }
  #studio-wrap #our-team .row-1 h3 {
    border-bottom: 1px solid #191919;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #studio-wrap #our-team .row-2 {
    margin-top: 60px;
  }
  #studio-wrap #our-team aside {
    display: none;
  }
  #studio-wrap #our-team #team-list {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  #studio-wrap #our-team #team-list li {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    border: 0;
    padding: 0;
  }
  #studio-wrap #our-team #team-list li span {
    width: 100%;
    order: 2;
  }
  #studio-wrap #our-team #team-list li img {
    opacity: 1;
    visibility: visible;
    height: auto;
    order: 1;
    margin-bottom: 15px;
    aspect-ratio: 0.8158;
    object-fit: cover;
  }
  #studio-wrap #careers h3 {
    border-bottom: 1px solid #F5F5F0;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #studio-wrap #careers .row-2 {
    border-top: unset;
    margin-top: 60px;
    padding-top: unset;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #studio-wrap .page-intro {
    position: relative;
    transform: translateY(0) !important;
  }
  #studio-wrap #studio-banner {
    margin-top: 40px;
  }
  #studio-wrap #facts {
    padding-top: 40px;
  }
  #studio-wrap .numbers {
    margin-top: 80px;
    padding-top: 0;
    border-top: 0;
  }
  #studio-wrap .numbers .col-span-6 {
    width: 100%;
  }
  #studio-wrap .numbers .num {
    margin-bottom: 10px;
  }
  #studio-wrap .numbers .title {
    margin-bottom: 10px;
  }
  #studio-wrap .image-band {
    padding: 100px 0;
  }
  #studio-wrap .image-band .oversized, #studio-wrap .image-band .col-span-3, #studio-wrap .image-band .col-span-7 {
    width: 100%;
  }
  #studio-wrap .image-band#image-band-1 .oversized {
    margin-left: unset;
  }
  #studio-wrap .image-band#image-band-2 .oversized {
    margin-right: unset;
  }
  #studio-wrap .image-band .col-wrap {
    gap: 20px;
  }
  #studio-wrap #principles {
    padding-bottom: 0;
  }
  #studio-wrap #principles .row .content > div {
    padding-top: 15px;
  }
  #studio-wrap #principles .trigger svg {
    width: 18px;
  }
  #studio-wrap #our-team .row-2 {
    margin-top: 50px;
  }
  #studio-wrap #our-team #team-list {
    row-gap: 30px;
  }
  #studio-wrap #our-team #team-list li {
    width: 100%;
  }
  #studio-wrap #careers {
    margin-top: 80px;
  }
  #studio-wrap #careers .row-2 {
    margin-top: 50px;
  }
}

#expertise-wrap {
  background: #F5F5F0;
}
#expertise-wrap .page-intro {
  position: sticky;
  top: 0;
}
#expertise-wrap .page-intro .market {
  margin-top: 0.5vw;
  margin-bottom: unset;
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #expertise-wrap .page-intro {
    position: relative;
  }
}
#expertise-wrap #exp-scroll .marquee {
  margin: 10.417vw 0;
}
#expertise-wrap #exp-scroll .col-wrap {
  justify-content: flex-end;
}
#expertise-wrap #exp-scroll #img-marquee {
  margin: 0;
}
#expertise-wrap #exp-scroll #img-marquee .marquee {
  --gap: 5.556vw;
  gap: var(--gap);
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
#expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content li:nth-child(odd) img {
  aspect-ratio: 1.525;
}
#expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content li:nth-child(even) img {
  aspect-ratio: 1;
}
#expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content img {
  width: 29vw;
  height: auto;
  object-fit: cover;
}
#expertise-wrap #capabilities {
  padding: 11.111vw 0 12.5vw;
}
#expertise-wrap #capabilities h3 {
  padding-bottom: 1.736vw;
}
#expertise-wrap #capabilities ul {
  border-top: 1px solid #191919;
  overflow: hidden;
}
#expertise-wrap #capabilities .row {
  border-bottom: 1px solid #191919;
  transition: all 0.25s ease-in-out;
}
#expertise-wrap #capabilities .row.active {
  padding-bottom: 4.167vw;
}
#expertise-wrap #capabilities .row.active .trigger svg {
  transform: rotate(180deg);
}
#expertise-wrap #capabilities .row.active .trigger svg rect:first-of-type {
  opacity: 0;
  visibility: hidden;
}
#expertise-wrap #capabilities .row.active .content {
  opacity: 1;
  visibility: visible;
  max-height: 2500px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #expertise-wrap #capabilities .row:not(.active) .trigger:hover svg {
    transform: rotate(180deg);
  }
}
#expertise-wrap #capabilities .row-1 {
  justify-content: flex-end;
}
#expertise-wrap #capabilities .trigger {
  position: relative;
  z-index: 2;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#expertise-wrap #capabilities .trigger .title {
  font-size: clamp(26px, 2.917vw, 100px);
}
#expertise-wrap #capabilities .trigger svg {
  transition: all 0.25s ease-in-out;
}
#expertise-wrap #capabilities .content {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.25s ease-in-out;
}
#expertise-wrap #capabilities .content .row-1 > div {
  margin-top: -4.0838vw;
}
#expertise-wrap #capabilities .content ul {
  margin: 30px 0 0;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  color: #878784;
}
#expertise-wrap #capabilities .content ul li {
  width: 50%;
}
#expertise-wrap #capabilities .content .row-2 {
  padding: 70px 0 30px;
}
#expertise-wrap #capabilities .content .project {
  color: #191919 !important;
}
#expertise-wrap #capabilities .content .project figure {
  aspect-ratio: 1.5;
  overflow: hidden;
}
#expertise-wrap #capabilities .content .project figure img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
#expertise-wrap #capabilities .content .project h3 {
  margin-top: 15px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #expertise-wrap #capabilities .content .project:hover figure img {
    transform: scale(1.07);
    transition: all 0.5s ease;
  }
}
#expertise-wrap #clients {
  background: #191919;
  color: #F5F5F0;
  padding: 12.5vw 0;
}
#expertise-wrap #clients .col-wrap {
  justify-content: flex-end;
}
#expertise-wrap #clients .col-wrap ul {
  column-count: 3;
  column-gap: 0;
  border-top: 1px solid #F5F5F0;
  padding-top: 35px;
  margin-top: 30px;
}
#expertise-wrap #clients .col-wrap ul li {
  padding-right: 10px;
  box-sizing: border-box;
  padding: 5px 0;
}
#expertise-wrap #form {
  background: #191919;
  color: #F5F5F0;
  padding: 6.25vw 0 0;
}
#expertise-wrap #form .h1 {
  font-size: clamp(80px, 7.292vw, 200px);
}
#expertise-wrap #form .image-pair {
  padding: 6.944vw 0;
}
#expertise-wrap #form .image-pair img {
  height: auto;
}
#expertise-wrap #form .row-3 {
  justify-content: flex-end;
}
#expertise-wrap #form .btn {
  margin: 3.5vw 0 0;
}
#expertise-wrap #form .banner {
  margin-top: 17vw;
}
#expertise-wrap #form #form-slider .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 2;
  text-indent: -9999px;
}
@media all and (pointer: coarse) and (max-width: 1199px) {
  #expertise-wrap #form #form-slider .slick-arrow {
    display: none !important;
  }
}
#expertise-wrap #form #form-slider .slick-prev {
  left: 0;
  right: unset;
}
#expertise-wrap #form #form-slider .item {
  width: 100%;
  position: relative;
}
#expertise-wrap #form #form-slider .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.5;
}
#expertise-wrap #form #form-slider .item img, #expertise-wrap #form #form-slider .item video {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1.8;
  height: 100%;
}
#expertise-wrap #form #form-slider h3 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1001;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.25s ease-in-out;
  transition-delay: 0.5s;
}
#expertise-wrap #form #form-slider .slick-current h3 {
  opacity: 1;
  transform: unset;
}
#expertise-wrap #form #form-slider .slick-counter {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #FFFFFF;
  font-family: "aeonik-fono", sans-serif;
  font-size: clamp(14px, 1.111vw, 20px);
  line-height: 1;
  font-weight: 400;
}
#expertise-wrap #cta {
  min-height: 100svh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 6.944vw;
  padding-bottom: 6.944vw;
  box-sizing: border-box;
}
#expertise-wrap #cta figure img {
  height: auto;
}
#expertise-wrap #cta .col-wrap {
  align-items: center;
}
#expertise-wrap #cta .row-1 {
  margin-top: auto;
}
#expertise-wrap #cta .row-2 {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 2.083vw 0;
}
#expertise-wrap #cta .row-3 {
  margin-bottom: auto;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #expertise-wrap .page-intro .market {
    order: 1;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #expertise-wrap .page-intro .market h3 {
    padding-top: 0;
  }
  #expertise-wrap .page-intro h1 {
    order: 2;
  }
  #expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content {
    animation: scroll 35s linear infinite;
  }
  #expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content img {
    width: 50vw;
  }
  #expertise-wrap #capabilities h3 {
    padding-bottom: 15px;
  }
  #expertise-wrap #capabilities .row.active {
    padding-bottom: 40px;
  }
  #expertise-wrap #capabilities .row .content > div {
    padding-top: 25px;
  }
  #expertise-wrap #capabilities .trigger {
    padding: 20px 0;
  }
  #expertise-wrap #capabilities .trigger svg {
    width: 22px;
  }
  #expertise-wrap #capabilities .row-2 {
    gap: 60px;
    padding-top: 40px !important;
  }
  #expertise-wrap #form .row-1 {
    gap: 30px;
  }
  #expertise-wrap #form .image-pair .col-span-4 {
    width: calc(33.3333333333% - 20px);
  }
  #expertise-wrap #form .image-pair .col-span-7 {
    width: calc(58.3333333333% - 20px);
  }
  #expertise-wrap #form .row-3 .btn {
    margin-top: 40px;
  }
  #expertise-wrap #form #form-slider .item:after {
    height: 75%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0.75;
  }
  #expertise-wrap #form #form-slider .item img, #expertise-wrap #form #form-slider .item video {
    aspect-ratio: 1.5;
  }
  #expertise-wrap #form #form-slider h3 {
    bottom: 20px;
    left: 20px;
    transform: translateY(10px);
  }
  #expertise-wrap #form #form-slider .slick-counter {
    bottom: 20px;
    right: 20px;
  }
  #expertise-wrap #cta {
    min-height: unset;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #expertise-wrap #cta .row-2 {
    padding: 80px 0;
  }
  #expertise-wrap #cta .col-wrap .col.col-span-6 {
    width: 60%;
  }
  #expertise-wrap #cta .col-wrap .col.col-span-4 {
    width: 40%;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content img {
    width: 40vw;
  }
  #expertise-wrap #form #form-slider .item img, #expertise-wrap #form #form-slider .item video {
    aspect-ratio: 1.8;
  }
  #expertise-wrap #cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #expertise-wrap .page-intro {
    position: relative;
    transform: translateY(0) !important;
  }
  #expertise-wrap #exp-scroll #img-marquee .marquee {
    margin: 50px 0;
  }
  #expertise-wrap #exp-scroll #img-marquee .marquee .marquee__content {
    animation: scroll 24s linear infinite;
  }
  #expertise-wrap #capabilities {
    padding: 80px 0;
  }
  #expertise-wrap #capabilities .row .content > div {
    padding-top: 15px;
  }
  #expertise-wrap #capabilities .content ul li {
    width: 100%;
  }
  #expertise-wrap #capabilities .content .row-2 {
    gap: 40px;
    padding-bottom: 0;
  }
  #expertise-wrap #capabilities .trigger svg {
    width: 18px;
  }
  #expertise-wrap #clients {
    padding: 80px 0;
  }
  #expertise-wrap #clients .col-wrap ul {
    padding-top: 25px;
    margin-top: 20px;
    column-count: 1;
  }
  #expertise-wrap #clients .col-wrap ul li {
    padding: 2px 0;
  }
  #expertise-wrap #form .h1 {
    font-size: 60px;
  }
  #expertise-wrap #form .image-pair {
    gap: 20px;
    padding: 50px 0;
  }
  #expertise-wrap #form .image-pair .col-span-4, #expertise-wrap #form .image-pair .col-span-7 {
    width: 100%;
  }
  #expertise-wrap #form .row-3 .btn {
    margin-top: 40px;
  }
  #expertise-wrap #form .banner {
    margin-top: 80px;
  }
  #expertise-wrap #form #form-slider .item:after {
    display: none;
  }
  #expertise-wrap #form #form-slider .item img, #expertise-wrap #form #form-slider .item video {
    aspect-ratio: 1.25;
  }
  #expertise-wrap #form #form-slider h3 {
    display: none;
  }
  #expertise-wrap #cta .row-2 {
    padding: 40px 0;
  }
  #expertise-wrap #cta .col.col-span-6 {
    width: 70% !important;
  }
  #expertise-wrap #cta .col.col-span-4 {
    width: 28% !important;
  }
}

#exp-single-wrap {
  background: #F5F5F0;
}
#exp-single-wrap #service-hero {
  position: sticky;
  height: 100svh;
  display: block;
  top: 0;
  margin: 0 auto;
  background: #000;
}
#exp-single-wrap #service-hero .contain {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#exp-single-wrap #service-hero .arrow-down {
  margin-bottom: 40px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  aspect-ratio: 1/1;
  width: 5.9vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#exp-single-wrap #service-hero .arrow-down svg {
  width: 2.5vw;
  display: block;
}
#exp-single-wrap #service-hero .arrow-down svg path {
  stroke: #FFFFFF;
  stroke-width: 1;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #exp-single-wrap #service-hero .arrow-down:hover svg {
    transform: rotate(-45deg);
  }
}
#exp-single-wrap #service-hero figure {
  width: 100%;
  height: 100svh;
  position: relative;
  z-index: 1;
}
#exp-single-wrap #service-hero figure:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  content: "";
}
#exp-single-wrap #service-hero figure img, #exp-single-wrap #service-hero figure video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#exp-single-wrap #service-hero .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #FFFFFF;
}
#exp-single-wrap #service-hero .market {
  margin-top: 1vw;
  margin-bottom: unset;
  justify-content: flex-start;
}
#exp-single-wrap #service-hero .market h3 {
  border-bottom-color: #FFFFFF;
}
#exp-single-wrap #main {
  padding-top: 6.944vw;
  background: #F5F5F0;
  display: block;
  z-index: 3;
  position: relative;
}
#exp-single-wrap .intro {
  line-height: 1.2;
}
#exp-single-wrap .row-2 {
  padding-top: 6.944vw;
}
#exp-single-wrap .row-2 h3 {
  margin-top: 40px;
}
#exp-single-wrap .row-2 ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  color: #878784;
}
#exp-single-wrap .row-2 ul li {
  width: 50%;
}
#exp-single-wrap .row-2 .btn {
  margin-top: 50px;
}
#exp-single-wrap #project-grid {
  margin-top: 12.5vw;
  padding-top: 30px;
  border-top: 1px solid #191919;
}
#exp-single-wrap #project-grid .col-wrap {
  row-gap: 8.333vw;
  margin-top: 6.944vw;
}
#exp-single-wrap #project-grid .centered {
  margin: 0 auto;
}
#exp-single-wrap #project-grid a figure {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.4768;
}
#exp-single-wrap #project-grid a figure img, #exp-single-wrap #project-grid a figure video {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  #exp-single-wrap #project-grid a:hover img, #exp-single-wrap #project-grid a:hover video {
    transform: scale(1.07);
    transition: all 0.5s ease;
    will-change: transform;
  }
}
#exp-single-wrap #project-grid .title {
  display: block;
  margin-top: 15px;
}
#exp-single-wrap #cta {
  padding: 17.5vw 0;
}
#exp-single-wrap #cta .col-span-8 {
  margin: 0 auto;
}
#exp-single-wrap #cta h2 {
  font-size: clamp(40px, 5.556vw, 200px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
#exp-single-wrap #cta .btn {
  margin: 50px 0 0;
}
@media only screen and (max-width: 991px) {
  #exp-single-wrap #service-hero .arrow-down {
    margin-bottom: 20px;
    width: 54px;
  }
  #exp-single-wrap #service-hero .market {
    margin-top: 0;
    margin-bottom: 25px;
  }
  #exp-single-wrap #main {
    padding-top: 80px;
  }
  #exp-single-wrap .row-2 {
    padding-top: 30px;
  }
  #exp-single-wrap #project-grid {
    margin-top: 100px;
  }
  #exp-single-wrap #project-grid .col-wrap {
    margin-top: 60px;
  }
  #exp-single-wrap #project-grid .title {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (max-height: 400px) {
  #exp-single-wrap #main {
    padding-top: 50px;
  }
  #exp-single-wrap .row-2 {
    padding-top: 20px;
  }
  #exp-single-wrap #project-grid {
    margin-top: 80px;
    padding-top: 20px;
  }
  #exp-single-wrap #project-grid .col-wrap {
    margin-top: 40px;
    row-gap: 30px;
  }
  #exp-single-wrap #cta {
    padding: 100px;
  }
  #exp-single-wrap #cta .btn {
    margin-top: 30px;
  }
}
@media all and (pointer: coarse) and (max-width: 991px) and (orientation: landscape) {
  #exp-single-wrap #service-hero .link-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #exp-single-wrap #service-hero {
    height: 75svh;
  }
  #exp-single-wrap #service-hero .bg {
    height: 75svh;
  }
  #exp-single-wrap #service-hero .content .arrow-down {
    width: 40px;
  }
  #exp-single-wrap #service-hero .content .arrow-down svg {
    width: 4vw;
  }
  #exp-single-wrap .row-2 ul li {
    width: 100%;
  }
  #exp-single-wrap .row-2 .btn {
    margin-top: 30px;
  }
  #exp-single-wrap #cta {
    padding: 100px 30px;
  }
}

/*# sourceMappingURL=styles.css.map */
