.swup-progress-bar,
.swup-transition-overlay {
  z-index: 9003 !important;
}
.swup-progress-bar {
  background-color: #000;
  height: 4px;
}
html.lenis {
  height: auto;
}
html.lenis.lenis-smooth {
  scroll-behavior: auto;
}
html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
html.lenis.lenis-stopped {
  overflow: hidden;
}
.mf-cursor,
html.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.mf-cursor {
  contain: layout style size;
  direction: ltr;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, color 0.4s;
  z-index: 5000;
}
.mf-cursor:before {
  background: var(--color--1);
  border-radius: 50%;
  content: "";
  display: block;
  height: 48px;
  left: -24px;
  position: absolute;
  top: -24px;
  transform: scale(0.2);
  transition: transform 0.25s ease-in-out, opacity 0.1s;
  width: 48px;
}
.mf-cursor.-inverse {
  color: var(--color--2);
}
.mf-cursor.-pointer:before {
  transform: scale(0.8);
}
.mf-cursor.-smaller:before {
  transform: scale(0.4);
}
.mf-cursor.-text:before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgb(0 0 0 / 0.15);
  opacity: 0.85;
  transform: scale(1.7);
}
.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}
.mf-cursor.-icon:before {
  transform: scale(1.5);
}
.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}
.mf-cursor.-hidden:before {
  transform: scale(0);
}
.mf-cursor.-icon .mf-cursor-text,
.mf-cursor.-text .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.mf-cursor.-media:before {
  display: none;
}
.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s, 0s;
  transition-duration: 0.4s, 0.4s;
}
.mf-cursor.-wider .mf-cursor-text {
  transform: translateX(10px);
}
.mf-cursor.-wider .mf-cursor-text:before {
  height: 38px;
  left: -54px;
  width: 118px;
}
@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: #fff;
  }
}
.mf-cursor-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 36px;
  justify-content: center;
  left: -18px;
  line-height: 20px;
  line-height: 1.25rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -18px;
  transform: scale(0) rotate(10deg);
  transition: opacity 0.4s, transform 0.3s;
  width: 36px;
  z-index: 2;
}
.mf-cursor-text:before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgb(0 0 0 / 0.15);
  border-radius: 100px;
  content: "";
  display: block;
  height: 38px;
  left: -44px;
  opacity: 0.85;
  position: absolute;
  top: -1px;
  transform: scale(1);
  transition: transform 0.25s ease-in-out, opacity 0.1s;
  width: 96px;
  z-index: -1;
}
.mf-cursor-media {
  height: 32px;
  margin: -16px 0 0 -58px;
  position: absolute;
  width: 32px;
  z-index: 3;
}
.mf-cursor-media img,
.mf-cursor-media video {
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img,
  .mf-cursor-media video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: static;
    transform: translateZ(0);
    width: 100%;
  }
}
.mf-cursor-media-box {
  border-radius: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 1px;
  position: relative;
  transform: scale(0) translateZ(0);
  transition: transform 0.35s, opacity 0.2s 0.2s;
  width: 100%;
}
@media (--lg-down), (hover: none) {
  .mf-cursor {
    display: none !important;
  }
}
:where(
    :not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(
        audio
      ):not(svg *):not(symbol *)
  ) {
  all: unset;
  display: revert;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
menu,
ol,
summary,
ul {
  list-style: none;
}
img {
  max-height: 100%;
  max-width: 100%;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: inherit;
}
::placeholder {
  color: inherit;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  word-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
:root[theme="dark"] {
  --color--1: #fff;
  --color--2: #000;
  --rgb--1: 255, 255, 255;
  --rgb--2: 0, 0, 0;
  --bg-brightness: brightness(1);
  --filter-overlay-opacity: 0.5;
  --filter-invert: invert(0);
  --blend-difference: none;
}
:root[theme="light"] {
  --color--1: #000;
  --color--2: #fff;
  --rgb--1: 0, 0, 0;
  --rgb--2: 255, 255, 255;
  --bg-brightness: brightness(0.6);
  --filter-overlay-opacity: 0.2;
  --filter-invert: invert(1);
  --blend-difference: difference;
}
:root .persistent--color-white {
  color: #fff !important;
}
:root .persistent--border-white {
  border-color: #fff !important;
}
:root {
  --family--1: "Neue Haas Grotesk";
  --family-fallback: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial,
    sans-serif;
  --container-max-width-1: 1440px;
  --container-max-width-2: 1360px;
  --container-max-width-3: 1260px;
  --container-max-width-4: 1160px;
  --container-max-width-5: 1060px;
  --container-padding-xl: 64px;
  --container-padding-lg: 64px;
  --container-padding-sm: 24px;
  --base--text-color: var(--color--1);
  --base--bg-color: var(--color--2);
  --base--font-family: var(--family--1);
  --swup-overlay-theme-color: var(--color--1);
  --swup-overlay-theme-duration: 0.6s;
  --swup-overlay-theme-delay: 0.1s;
  --swup-overlay-theme-scale: 1;
  --swup-overlay-theme-skew: 0deg;
  --scroller-width: 6px;
  --scroller-height: calc(var(--dvh, 1vh) * 40);
  --scroller-distance-right: 10px;
  --scroller-distance-color: hsla(0, 0%, 100%, 0.078);
  --scroller-indicator-color: var(--color--1);
  --scroller-indicator-color-hover: var(--color--1);
  --scroller-transition-duration: 0.4s;
  --scroller-background-color: hsla(0, 0%, 100%, 0.05);
  --scroller-background-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.031))
    drop-shadow(0 8px 5px rgba(0, 0, 0, 0.078));
  --scroller-background-blur: blur(20px);
  --scroller-background-padding-x: 6px;
  --scroller-background-padding-y: 6px;
  --dvh: 1vh;
  --svh: 100svh;
  --lvh: 1vh;
  --grid-overlay-color: hsla(0, 59%, 77%, 0.231);
  --grid-overlay-column: 6;
  --grid-overlay-gutter: var(--container-padding-sm);
  --grid-overlay-width: var(--container-max-width-1);
  --grid-overlay-zindex: 100;
}
@font-face {
  font-display: swap;
  font-family: Neue Haas Grotesk;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/c405b9932b5bd5f60c80.woff2) format("woff2"),
    url(../fonts/be83b4ea307182f911d9.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Neue Haas Grotesk;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/013ecb8506981b7def3f.woff2) format("woff2"),
    url(../fonts/94d285efd33f9c90916b.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Neue Haas Grotesk;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/23faf645464ea57261f1.woff2) format("woff2"),
    url(../fonts/0dc7226347a9b4a016e3.woff) format("woff");
}
body,
html {
  background: #000;
  background: var(--color--2, #000);
  color: #fff;
  color: var(--color--1, #fff);
  font: 16px/100% Neue Haas Grotesk, -apple-system, BlinkMacSystemFont,
    avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu,
    roboto, noto, arial, sans-serif;
  font: 16px/100% var(--base--font-family), var(--family-fallback);
  font-weight: 400;
  max-width: 100%;
  min-width: 320px;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  min-height: 100%;
}
html {
  scroll-behavior: auto;
  -webkit-tap-highlight-color: #fff0;
  overflow-y: auto;
  scrollbar-color: #000 #e0e0e0;
  scrollbar-width: thin;
}
main[data-load-container] {
  min-height: 100vh;
  width: 100%;
}
.modal_close,
a,
body,
button,
input,
select,
textarea {
  cursor: none !important;
}
:root[theme="dark"] {
  --filter-inverse: invert(1);
}
:root[theme="light"] {
  --filter-inverse: invert(0);
}
.u-btn--1 {
  --outline-color: var(--color--1);
  --outline-offset: 4px;
  --outline-width: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  outline: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.u-btn--1:focus-visible {
  outline: var(--outline-width) dashed var(--outline-color);
  outline-offset: var(--outline-offset);
}
.u-btn--1 {
  align-items: center;
  background-color: #fff0;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-btn--1:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' d='m10.902 2.47-9.871 9.87-.848-.848 9.871-9.871H.631L.614.437H12.1v11.487l-1.185-.017z'/%3E%3C/svg%3E")
    50% /13px 13px no-repeat;
  background-color: #fff;
  height: 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: width 0.55s ease, height 0.55s ease, opacity 0.2s ease;
  width: 0;
}
.u-btn--1:after,
.u-btn--1:before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
}
.u-btn--1:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23fff' d='m10.902 2.47-9.871 9.87-.848-.848 9.871-9.871H.631L.614.437H12.1v11.487l-1.185-.017z'/%3E%3C/svg%3E")
    50% /13px 13px no-repeat;
  height: 44px;
  opacity: 1;
  transition: width 0.55s ease, height 0.55s ease, opacity 0.2s ease,
    transform 0.55s ease;
  width: 44px;
}
.u-btn--1 .btn_label {
  align-items: center;
  border: 1px solid var(--color--1);
  border-radius: 100px;
  box-shadow: inset 0 0 0 0 #fff;
  color: var(--color--1);
  display: inline-flex;
  font-size: calc(16.94118px + 0.4902vw);
  font-size: calc(1.05882rem + 0.4902vw);
  font-weight: 400;
  line-height: 1em;
  min-height: 44px;
  overflow: visible;
  padding: 9px 16px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.15s ease, box-shadow 0.55s ease;
  z-index: 1;
}
.u-btn--1 .btn_label:before {
  background-color: var(--color--1);
  border-radius: inherit;
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: clip-path 0.55s ease;
  width: calc(100% + 2px);
  z-index: -1;
}
.u-btn--1.--no-icon {
  align-items: center;
}
.u-btn--1.--no-icon:before {
  display: none;
}
.u-btn--1.--no-icon:after {
  height: 0;
  opacity: 0;
  width: 0;
}
.u-btn--1.--no-icon .btn_label {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 0;
  min-height: auto;
}
.u-btn--1.-persistent:after,
.u-btn--1.-persistent:before {
  border: 1px solid #fff !important;
  filter: none !important;
}
.u-btn--1.-persistent .btn_label {
  border: 1px solid #fff;
  color: #fff;
}
.u-btn--1.-persistent .btn_label:before {
  background-color: #fff;
}
.u-btn--1.-plus-icon:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23000' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
  background-color: #fff;
  filter: var(--filter-invert);
  transform: rotate(0deg);
}
.u-btn--1.-plus-icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
}
.u-btn--1.-minus-icon:before {
  transform: rotate(0deg);
}
.u-btn--1.-minus-icon:after,
.u-btn--1.-minus-icon:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 1.09h20'/%3E%3C/svg%3E")
    50% /20px 2px no-repeat;
}
.u-btn--1.-down-arrow:after,
.u-btn--1.-down-arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M8.193 14.022V.062h1.2v13.96l6.663-6.663.85.826-8.122 8.123L.66 8.185l.85-.826z'/%3E%3C/svg%3E")
    50% /17px 17px no-repeat;
}
.u-btn--2 {
  align-items: center;
  background-color: #fff0;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-btn--2:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23000' d='m10.902 2.47-9.871 9.87-.848-.848 9.871-9.871H.631L.614.437H12.1v11.487l-1.185-.017z'/%3E%3C/svg%3E")
    50% /13px 13px no-repeat;
  background-color: #fff;
  height: 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: width 0.55s ease, height 0.55s ease, opacity 0.2s ease;
  width: 0;
}
.u-btn--2:after,
.u-btn--2:before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
}
.u-btn--2:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none'%3E%3Cpath fill='%23fff' d='m10.902 2.47-9.871 9.87-.848-.848 9.871-9.871H.631L.614.437H12.1v11.487l-1.185-.017z'/%3E%3C/svg%3E")
    50% /13px 13px no-repeat;
  flex-shrink: 0;
  height: 40px;
  opacity: 1;
  transition: width 0.55s ease, height 0.55s ease, opacity 0.2s ease,
    transform 0.55s ease;
  width: 40px;
}
.u-btn--2 .btn_label {
  align-items: center;
  border: 1px solid var(--color--1);
  border-radius: 100px;
  box-shadow: inset 0 0 0 0 #fff;
  display: inline-flex;
  max-height: 40px;
  overflow: visible;
  padding: 8px 6px;
  position: relative;
  transition: box-shadow 0.55s ease;
}
.u-btn--2 .btn_label .btn_icon {
  filter: var(--filter);
  margin-left: auto;
  margin-right: auto;
  transition: filter 0.2s ease;
}
.u-btn--2 .btn_label:before {
  background-color: var(--color--1);
  border-radius: inherit;
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: clip-path 0.55s ease;
  width: calc(100% + 2px);
}
.u-btn--2.-persistent:after,
.u-btn--2.-persistent:before {
  border: 1px solid #fff;
  filter: none;
}
.u-btn--2.-persistent .btn_label {
  border: 1px solid #fff;
}
.u-btn--2.-persistent .btn_label:before {
  background-color: #fff;
}
.u-btn--2.-persistent .btn_label .btn_icon {
  filter: none;
}
.u-btn--3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-btn--3 .btn_label {
  font-size: calc(16.82353px - 0.19608vw);
  font-size: calc(1.05147rem - 0.19608vw);
  font-weight: 400;
  line-height: 1em;
  opacity: 0.5;
  text-transform: uppercase;
  transition: opacity 0.15s ease;
}
.u-btn--4 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-btn--4 .btn_label {
  font-size: calc(13.88235px + 0.98039vw);
  font-size: calc(0.86765rem + 0.98039vw);
  font-weight: 400;
  line-height: 1em;
  transition: opacity 0.15s ease;
}
.u-btn--4:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /14px 14px no-repeat;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 14px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  width: 14px;
}
.u-btn--4.-persistent .btn_label {
  color: #fff;
}
.u-btn--4.is-story {
  display: none;
}
.u-btn--4.-size-smaller {
  align-items: center;
  display: flex;
}
.u-btn--4.-size-smaller .btn_label {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.u-btn--4.-size-smaller:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /12px 12px no-repeat;
  height: 13px;
  width: 13px;
}
.u-btn--4.-size-small {
  align-items: center;
  display: flex;
}
.u-btn--4.-size-small .btn_label {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.u-btn--4.-size-small:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /12px 12px no-repeat;
  height: 12px;
  width: 12px;
}
.u-btn--4.-big--arrow:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /18px 18px no-repeat;
  height: 18px;
  width: 18px;
}
.u-underline {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.u-underline:before {
  background-color: var(--color--1);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom right;
  transition: transform 0.45s ease-out, background-color 0.45s ease-out;
  width: 100%;
}
.u-underline.-inverse:before {
  transform: scaleX(0);
}
.u-underline.-persistent:before {
  background-color: #fff;
}
.u-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.u-container--pad {
  padding-left: 24px;
  padding-left: var(--container-padding-sm, 4.5vw);
  padding-right: 24px;
  padding-right: var(--container-padding-sm, 4.5vw);
}
.u-container--1 {
  --width: var(--container-max-width-1);
  max-width: 1440px;
  max-width: var(--container-max-width-1);
}
.u-container--2 {
  --width: var(--container-max-width-2);
  max-width: 1360px;
  max-width: var(--container-max-width-2);
}
.u-container--3 {
  --width: var(--container-max-width-3);
  max-width: 1260px;
  max-width: var(--container-max-width-3);
}
.u-container--4 {
  --width: var(--container-max-width-4);
  max-width: 1160px;
  max-width: var(--container-max-width-4);
}
.u-container--5 {
  --width: var(--container-max-width-5);
  max-width: 1060px;
  max-width: var(--container-max-width-5);
}
.u-cover-img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.u-default {
  color: var(--color--1);
  display: block;
  font-size: 0;
  overflow: clip;
  position: relative;
  width: 100%;
}
.u-default[class*="u-z-index--"] {
  overflow: visible;
}
:root[theme="dark"] {
  --scrollbar-track: #3a3a3a;
}
:root[theme="light"] {
  --scrollbar-track: #cecece;
}
.u-form--1 form {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}
.u-form--1 form .group {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
}
.u-form--1 form .row {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  width: 100%;
}
.u-form--1 form .col {
  flex: 1;
  position: relative;
}
.u-form--1 form .col.no-underline:after,
.u-form--1 form .col.no-underline:before {
  display: none;
}
.u-form--1 form .col:after {
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease 0.1s;
}
.u-form--1 form .col:after,
.u-form--1 form .col:before {
  background: var(--color--1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.u-form--1 form .col:before {
  transform: scaleX(1);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}
.u-form--1 form .col.is-active:after {
  transform: scaleX(1);
}
.u-form--1 form .col.is-active:before {
  transform: scaleX(0);
}
.u-form--1 form .col.is-active .label_text {
  transform: scale(0.8);
}
.u-form--1 form label {
  font-size: calc(17.17647px + 0.19608vw);
  font-size: calc(1.07353rem + 0.19608vw);
  line-height: 1em;
}
.u-form--1 form label[for="details"] {
  display: block;
  margin-bottom: 16px;
}
.u-form--1 form .label_text {
  display: inline-block;
  transform-origin: bottom left;
  transition: transform 0.2s ease;
}
.u-form--1 form input[type="email"],
.u-form--1 form input[type="text"],
.u-form--1 form input[type="url"] {
  padding: 16px 0;
  width: 100%;
}
.u-form--1 form input[type="email"]::-moz-placeholder,
.u-form--1 form input[type="text"]::-moz-placeholder,
.u-form--1 form input[type="url"]::-moz-placeholder {
  opacity: 0.8;
}
.u-form--1 form input[type="email"]::placeholder,
.u-form--1 form input[type="text"]::placeholder,
.u-form--1 form input[type="url"]::placeholder {
  opacity: 0.8;
}
.u-form--1 form input[type="email"]:-webkit-autofill,
.u-form--1 form input[type="email"]:-webkit-autofill:active,
.u-form--1 form input[type="email"]:-webkit-autofill:focus,
.u-form--1 form input[type="email"]:-webkit-autofill:hover,
.u-form--1 form input[type="text"]:-webkit-autofill,
.u-form--1 form input[type="text"]:-webkit-autofill:active,
.u-form--1 form input[type="text"]:-webkit-autofill:focus,
.u-form--1 form input[type="text"]:-webkit-autofill:hover,
.u-form--1 form input[type="url"]:-webkit-autofill,
.u-form--1 form input[type="url"]:-webkit-autofill:active,
.u-form--1 form input[type="url"]:-webkit-autofill:focus,
.u-form--1 form input[type="url"]:-webkit-autofill:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--color--1);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.u-form--1 form input[type="file"] {
  color: var(--color--1);
  padding: 24px 0 18px;
  width: 100%;
}
.u-form--1 form input[type="file"]::-webkit-file-upload-button {
  background: var(--color--1);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--2);
  cursor: pointer;
  display: block;
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  line-height: 1em;
  margin-bottom: 12px;
  outline: none;
  padding: 8px 13px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.u-form--1 form input[type="file"]::-webkit-file-upload-button:hover {
  background: var(--color--2);
  color: var(--color--1);
}
.u-form--1 form textarea {
  line-height: 1.3em;
  min-height: 180px;
  resize: vertical;
  width: 100%;
}
.u-form--1 form textarea::-webkit-scrollbar {
  width: 6px;
}
.u-form--1 form textarea::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}
.u-form--1 form textarea::-webkit-scrollbar-thumb {
  background: var(--color--1);
}
.u-form--1 form .terms {
  margin-top: 46px;
}
.u-form--1 form .checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.u-form--1 form .checkbox {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
}
.u-form--1 form .checkbox label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  opacity: 0.6;
}
.u-form--1 form input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff0;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 18px;
  margin-right: 16px;
  outline: none;
  width: 18px;
}
.u-form--1 form input[type="checkbox"]:checked {
  background-color: var(--color--1);
}
.u-form--1 form .file-drop-area {
  align-items: center;
  border: 1px solid var(--color--1);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin-top: 42px;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  transition: 0.2s;
}
.u-form--1 form .fake-btn {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
  line-height: 1.2 em;
  text-align: center;
}
.u-form--1 form .file-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.u-form--1 form .submit_btn {
  margin-left: 0;
  margin-top: 64px;
}
.u-form--1 form #status-response {
  display: block;
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  line-height: 1.3em;
  margin-top: 36px;
}
.u-form--1 form #status-response span {
  display: block;
  padding: 45px 0;
}
.u-ff--1 {
  font-family: Neue Haas Grotesk;
  font-family: var(--family--1);
}
.u-ff--2 {
  font-family: var(--family--2);
}
.u-fsz--1 {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
}
.u-fstyle--1 {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.u-wysiwyg-lists--1 {
  --list-indent: 0.425em;
  --list-pad: 1.5em;
  --list-gap: 0.5em;
  --list-ul-marker: "\2022";
}
.u-wysiwyg-lists--1 ol,
.u-wysiwyg-lists--1 ul {
  display: grid;
  grid-gap: 1em;
  grid-gap: var(--list-gap, 1em);
  list-style-type: none;
  margin: 0;
  margin: 0 0 0 var(--list-indent, 0);
  padding: 0;
}
.u-wysiwyg-lists--1 li {
  padding-left: 1em;
  padding-left: var(--list-pad, 1em);
  position: relative;
}
.u-wysiwyg-lists--1 ol li:before,
.u-wysiwyg-lists--1 ul li:before {
  color: var(--color--1);
  left: 0;
  position: absolute;
  transform: translateX(-100%);
  white-space: pre;
}
.u-wysiwyg-lists--1 ul li:before {
  content: "\2022";
  content: var(--list-ul-marker, "\2022");
}
.u-wysiwyg-lists--1 ol li:before {
  content: counter(list-item) ".";
  counter-increment: list-item;
}
.u-wysiwyg-text--1 {
  --bold-weight: 600;
  --underline-offset: 0.25em;
}
.u-wysiwyg-text--1 p {
  display: block;
}
.u-wysiwyg-text--1 u {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-underline-offset: var(--underline-offset, 0.25em);
}
.u-wysiwyg-text--1 s {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.u-wysiwyg-text--1 em,
.u-wysiwyg-text--1 i {
  font-style: italic;
}
.u-wysiwyg-text--1 a {
  color: var(--color--1);
  -webkit-text-decoration: none;
  text-decoration: none;
  text-underline-offset: 0.25em;
  text-underline-offset: var(--underline-offset, 0.25em);
}
.u-wysiwyg-text--1 hr {
  background-color: var(--color--1);
  border: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.u-wysiwyg-text--1 blockquote {
  border-left: 1px solid $c--2;
  margin-bottom: 30px;
  padding-left: 28px;
}
.u-wysiwyg-text--1 code,
.u-wysiwyg-text--1 pre {
  background: rgb(52 67 72 / 0.2);
  border-radius: 3px;
  font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console,
    monospace;
  padding: 0.25em 0.4em;
  white-space: normal;
}
.u-wysiwyg-text--1 blockquote b,
.u-wysiwyg-text--1 blockquote strong,
.u-wysiwyg-text--1 code b,
.u-wysiwyg-text--1 code strong,
.u-wysiwyg-text--1 ol b,
.u-wysiwyg-text--1 ol strong,
.u-wysiwyg-text--1 p b,
.u-wysiwyg-text--1 p strong,
.u-wysiwyg-text--1 pre b,
.u-wysiwyg-text--1 pre strong,
.u-wysiwyg-text--1 ul b,
.u-wysiwyg-text--1 ul strong {
  font-weight: 600;
  font-weight: var(--bold-weight, 600);
}
.u-wysiwyg-headings--1 {
  --headings-weight: 400;
  --headings-bold-weight: 600;
  --headings-wrap: balance;
}
.u-wysiwyg-headings--1 h1,
.u-wysiwyg-headings--1 h2,
.u-wysiwyg-headings--1 h3,
.u-wysiwyg-headings--1 h4,
.u-wysiwyg-headings--1 h5,
.u-wysiwyg-headings--1 h6 {
  display: block;
  font-weight: 400;
  font-weight: var(--headings-weight, 400);
  text-wrap: pretty;
}
.u-wysiwyg-headings--1 h1 b,
.u-wysiwyg-headings--1 h1 strong,
.u-wysiwyg-headings--1 h2 b,
.u-wysiwyg-headings--1 h2 strong,
.u-wysiwyg-headings--1 h3 b,
.u-wysiwyg-headings--1 h3 strong,
.u-wysiwyg-headings--1 h4 b,
.u-wysiwyg-headings--1 h4 strong,
.u-wysiwyg-headings--1 h5 b,
.u-wysiwyg-headings--1 h5 strong,
.u-wysiwyg-headings--1 h6 b,
.u-wysiwyg-headings--1 h6 strong {
  font-weight: 600;
  font-weight: var(--headings-bold-weight, 600);
}
.u-wysiwyg-font-sizes--1 h3 {
  font-size: calc(21.2px + 0.66667vw);
  font-size: calc(1.325rem + 0.66667vw);
  line-height: 1.2em;
}
.u-wysiwyg-font-sizes--1 h4 {
  font-size: calc(19.9px + 0.5vw);
  font-size: calc(1.24375rem + 0.5vw);
  line-height: 1.2em;
}
.u-wysiwyg-font-sizes--1 h5 {
  font-size: calc(18.6px + 0.33333vw);
  font-size: calc(1.1625rem + 0.33333vw);
  line-height: 1.2em;
}
.u-wysiwyg-font-sizes--1 h6 {
  font-size: calc(18.3px + 0.16667vw);
  font-size: calc(1.14375rem + 0.16667vw);
  line-height: 1.2em;
}
.u-wysiwyg-font-sizes--1 blockquote,
.u-wysiwyg-font-sizes--1 code,
.u-wysiwyg-font-sizes--1 ol,
.u-wysiwyg-font-sizes--1 p,
.u-wysiwyg-font-sizes--1 pre,
.u-wysiwyg-font-sizes--1 ul {
  font-size: calc(16.3px + 0.16667vw);
  font-size: calc(1.01875rem + 0.16667vw);
  line-height: 1.35em;
}
.u-wysiwyg-media--1 .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwyg-media--1 .alignleft {
  float: left;
  margin-right: 20px;
}
.u-wysiwyg-media--1 .alignright {
  float: right;
  margin-left: 20px;
}
.u-wysiwyg-media--1 .wp-caption {
  max-width: 100%;
  text-align: left;
}
.u-wysiwyg-media--1 .wp-caption-text {
  color: var(--base--text-color);
  font-size: calc(11.3px + 0.16667vw);
  font-size: calc(0.70625rem + 0.16667vw);
  font-style: italic;
  line-height: 1.2em;
  margin: 0;
  opacity: 0.6;
  padding: 8px 0 0;
}
.u-visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.u-invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}
.u-screen-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.u-hidden {
  display: none !important;
  visibility: hidden !important;
}
.u-z-index--4 {
  z-index: 4 !important;
}
.u-z-index--3 {
  z-index: 3 !important;
}
.u-z-index--2 {
  z-index: 2 !important;
}
.u-z-index--1 {
  z-index: 1 !important;
}
.u-z-index--0 {
  z-index: 0 !important;
}
.u-z-index--sub1 {
  z-index: -1 !important;
}
.u-label {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  display: block;
  flex-shrink: 0;
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  letter-spacing: 0.08em;
  line-height: 1em;
  padding: 8px 13px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
}
.u-label.is-inline {
  display: inline-block;
  margin-right: 88px;
  margin-top: -6px;
  vertical-align: middle;
}
.u-label.is-center {
  margin-left: auto;
  margin-right: auto;
}
.e-media {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.e-media .e-media_colour,
.e-media .e-media_pattern,
.e-media .e-media_video,
.e-media canvas,
.e-media img,
.e-media picture,
.e-media video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.e-media.-ratio--16x9 {
  aspect-ratio: 16/9;
}
.e-media.-ratio--1x1 {
  aspect-ratio: 1;
}
.e-media.-ratio--3x4 {
  aspect-ratio: 3/4;
}
.e-media:not([class*="-ratio"]) {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
c-404[cid] {
  --padding-top: 76px;
  --padding-bottom: 64px;
  --padding-top-md: 112px;
  --padding-bottom-md: 72px;
}
c-404[cid] .c_inner {
  align-items: center;
  display: grid;
  min-height: 100svh;
  padding: var(--padding-top) 0 var(--padding-bottom) 0;
}
c-404[cid] .c_content {
  grid-area: 1/1;
  position: relative;
  z-index: 2;
}
c-404[cid] .c_content .c_heading {
  font-size: calc(25.64706px + 6.27451vw);
  font-size: calc(1.60294rem + 6.27451vw);
  line-height: 0.85em;
  margin-top: 38px;
  text-align: center;
  text-transform: uppercase;
}
c-404[cid] .c_content .c_subheading {
  font-size: calc(17.17647px + 0.19608vw);
  font-size: calc(1.07353rem + 0.19608vw);
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  max-width: 403px;
  text-align: center;
}
c-404[cid] .c_background {
  grid-area: 1/1;
}
c-404[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-404[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-404[cid] .c_background video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-accordions[cid] {
  padding: 110px 0 110px 4.5vw;
}
c-accordions[cid] .c_accordions {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-left: auto;
  max-width: 1230px;
  width: 70%;
}
c-accordions[cid] .c_accordions .accord {
  transform: translateX(110%);
}
c-accordions[cid] .c_accordions .line {
  background-color: var(--color--1);
  height: 1px;
  opacity: 0.6;
  transform-origin: right;
  width: 100%;
}
c-accordions[cid] .c_accordions .accord_head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 36px;
  padding-right: 24px;
  padding-right: var(--container-padding-sm);
  padding-top: 36px;
  position: relative;
  width: 100%;
}
c-accordions[cid] .c_accordions .accord_head .head_title {
  display: inline-block;
  font-size: calc(16.23529px + 11.37255vw);
  font-size: calc(1.01471rem + 11.37255vw);
  line-height: 0.9em;
  text-transform: uppercase;
}
c-accordions[cid] .c_accordions .accord_head .sub_title {
  display: inline-block;
  font-size: calc(22.94118px + 2.15686vw);
  font-size: calc(1.43382rem + 2.15686vw);
  line-height: 0.9em;
  opacity: 0.6;
  text-align: right;
  text-transform: uppercase;
}
c-accordions[cid] .c_accordions .accord_view {
  overflow-x: visible !important;
  overflow-y: clip !important;
}
c-accordions[cid] .c_accordions .accord_view .view_inner {
  font-size: calc(15.17647px + 0.19608vw);
  font-size: calc(0.94853rem + 0.19608vw);
  line-height: 1.35em;
  padding-bottom: 62px;
}
c-accordions[cid] .c_accordions .accord_view .view_inner p {
  max-width: 500px;
}
c-footer[cid] {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 120px 0 40px;
}
c-footer[cid] .c_inner {
  gap: 68px;
}
c-footer[cid] .c_group,
c-footer[cid] .c_inner {
  display: flex;
  justify-content: space-between;
}
c-footer[cid] .c_group {
  flex-direction: column;
  gap: 62px;
  opacity: 0;
}
c-footer[cid] .c_group:last-child {
  max-width: 600px;
  width: 100%;
}
c-footer[cid] .c_top {
  display: flex;
  gap: 54px;
}
c-footer[cid] .c_col:last-child {
  display: flex;
  flex-direction: column;
}
c-footer[cid] .c_middle {
  margin-top: 16px;
}
c-footer[cid] .c_middle .c_email {
  font-size: calc(12.23529px + 1.37255vw);
  font-size: calc(0.76471rem + 1.37255vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-footer[cid] .c_bottom {
  align-items: center;
  display: flex;
  gap: 24px;
}
c-footer[cid] .c_bottom .c-button:before {
  opacity: 0.5;
}
c-footer[cid] .c_bottom .c_copyright {
  font-size: calc(16.82353px - 0.19608vw);
  font-size: calc(1.05147rem - 0.19608vw);
  line-height: 1em;
  opacity: 0.5;
  text-transform: uppercase;
}
c-footer[cid] .menu_item {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
}
c-footer[cid] .menu_item:not(:last-child) {
  margin-bottom: 8px;
}
c-footer[cid] .c_cta .c-button {
  margin-left: 0;
  margin-right: 0;
}
c-footer[cid] .c_locations {
  display: flex;
  gap: 54px;
}
c-footer[cid] .c_locations .c_location {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
c-footer[cid] .c_locations .c_location .location-name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
}
c-footer[cid] .c_locations .c_location .location-address {
  line-height: 1.35em;
  margin-top: 6px;
  opacity: 0.5;
}
c-footer[cid] .c_locations .c_location .location-address,
c-footer[cid] .c_locations .c_location .location-phone {
  font-size: calc(11.76471px + 0.29412vw);
  font-size: calc(0.73529rem + 0.29412vw);
}
c-footer[cid] .c_locations .c_location .location-phone {
  line-height: 1em;
}
c-footer[cid] .c_contact-label {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  text-transform: uppercase;
}
c-footer[cid] .c_social-medias {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}
c-footer[cid] .c_social-media {
  align-items: center;
  border: 1px solid var(--color--1);
  border-radius: 100px;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1em;
  min-width: 44px;
  overflow: visible;
  padding: 8px 14px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.4s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
c-footer[cid] .c_social-media:after {
  background-color: var(--color--1);
  border-radius: inherit;
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: clip-path 0.55s ease;
  width: calc(100% + 2px);
  z-index: -1;
}
c-footer[cid] .c_marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
c-footer[cid] .marquee_wrapper {
  display: flex;
  position: relative;
  white-space: nowrap;
}
c-footer[cid] .marquee_inner {
  display: flex;
  flex-shrink: 0;
}
c-footer[cid] .marquee_item {
  flex-shrink: 0;
  padding: 0 20px;
}
c-footer[cid] .marquee_item img {
  filter: var(--filter);
  height: auto;
  width: auto;
}
c-form-aside[cid] {
  padding: 188px 0 112px;
}
c-form-aside[cid] .c_inner {
  position: relative;
  z-index: 2;
}
c-form-aside[cid] .c_inner.is-hidden {
  position: static;
}
c-form-aside[cid] .c_inner.is-hidden .c_heading {
  height: 0;
  opacity: 0;
}
c-form-aside[cid] .c_inner.is-hidden .columns {
  opacity: 0;
  pointer-events: none;
}
c-form-aside[cid] .c_inner.is-hidden .c_background {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
c-form-aside[cid] .c_heading {
  font-size: calc(-6.35294px + 29.60784vw);
  font-size: calc(-0.39706rem + 29.60784vw);
  left: 50%;
  line-height: 0.9em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
c-form-aside[cid] .columns {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  padding-top: 120px;
  position: relative;
}
c-form-aside[cid] .column {
  position: relative;
  width: 50%;
  z-index: 2;
}
c-form-aside[cid] .column:first-child {
  max-width: 480px;
}
c-form-aside[cid] .c_description {
  font-size: calc(22.35294px + 0.39216vw);
  font-size: calc(1.39706rem + 0.39216vw);
  line-height: 1.3em;
  margin-top: 20px;
}
c-form-aside[cid] .c_contacts {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 44px;
}
c-form-aside[cid] .c_contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-transform: uppercase;
}
c-form-aside[cid] .contact_title {
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  line-height: 1em;
  opacity: 0.4;
}
c-form-aside[cid] .contact_link {
  font-size: calc(14.58824px + 0.09804vw);
  font-size: calc(0.91176rem + 0.09804vw);
  line-height: 1em;
}
c-form-aside[cid] .c_background {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 0;
}
c-form-aside[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-form-aside[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-form-aside[cid] .c_background video {
  width: auto;
}
c-form-aside[cid] .e-contact-form {
  max-width: 730px;
}
c-form-aside[cid] .c_confirmation {
  display: none;
  flex-direction: column;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding: 148px 0 184px;
  width: 100%;
  z-index: 2;
}
c-form-aside[cid] .c_confirmation.is-visible {
  display: flex !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
c-form-aside[cid] .c_confirmation .confirmation-label {
  margin-left: auto;
  margin-right: auto;
}
c-form-aside[cid] .c_confirmation .confirmation-title {
  font-size: calc(17.17647px + 6.86275vw);
  font-size: calc(1.07353rem + 6.86275vw);
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
c-form-aside[cid] .c_confirmation .confirmation-description {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}
c-form-aside[cid] .c_error-message {
  align-items: center;
  display: none;
  font-size: calc(17.17647px + 3.52941vw);
  font-size: calc(1.07353rem + 3.52941vw);
  justify-content: center;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 284px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
c-form-aside[cid]:has(+ c-media-text) {
  padding-bottom: 0;
}
c-fs-media-article[cid] .c_medias {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
c-fs-media-article[cid] .e-media {
  border-radius: 12px;
  overflow: hidden;
}
c-fs-media-article[cid] .e-media picture,
c-fs-media-article[cid] .e-media video {
  transform: scale(1.1);
}
c-fs-media-article[cid]:has(+ c-media-text) {
  margin-bottom: 202px;
}
c-fs-media[cid] {
  margin: 70px 0;
}
c-fs-media[cid].--smaller .c_inner {
  min-height: 680px;
}
c-fs-media[cid].--smaller .e-media {
  border-radius: 12px;
}
c-fs-media[cid].--smaller .e-media img {
  transform: scale(1.1);
}
c-fs-media[cid].--animation .c-button,
c-fs-media[cid].--animation .text_link {
  filter: var(--filter) !important;
}
c-fs-media[cid].--animation .c_background video {
  left: 50%;
  width: auto;
}
c-fs-media[cid].--animation .c_background.is-dark {
  display: var(--displayDark);
}
c-fs-media[cid].--animation .c_background.is-light {
  display: var(--displayLight);
}
c-fs-media[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  left: 50%;
  min-height: 780px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
c-fs-media[cid] .c_text {
  font-size: calc(15.76471px + 1.96078vw);
  font-size: calc(0.98529rem + 1.96078vw);
  line-height: 1.25em;
  margin-left: auto;
  margin-right: auto;
  max-width: 854px;
  pointer-events: all;
  text-align: center;
  text-transform: uppercase;
}
c-fs-media[cid] .c_text.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.1em;
}
c-fs-media[cid] .c_text .text_link {
  --underline-height: 1px;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-size: 100% var(--underline-height);
  display: inline;
  transition: background-size 1.2s cubic-bezier(0.32, 0.72, 0, 1);
}
c-fs-media[cid] .c_text .text_link:hover {
  background-size: 0 var(--underline-height);
}
c-fs-media[cid] .c-button {
  pointer-events: all;
}
c-fs-media[cid] .e-media {
  height: 100%;
  overflow: visible;
}
c-fs-media[cid] .e-media img,
c-fs-media[cid] .e-media video {
  transform: scale(1.1);
}
c-fs-media[cid]:has(+ c-media-text) {
  margin-bottom: 0;
}
c-fs-media[cid]:has(+ c-media-text.no-text) {
  margin-bottom: 0 !important;
}
:root[theme="dark"] {
  --theme-toggle-transform: translateX(100%);
  --theme-toggle-bg: #000;
}
:root[theme="light"] {
  --theme-toggle-transform: translateX(0%);
  --theme-toggle-bg: #fff;
}
c-header[cid] {
  --inlineHeight: 134px;
}
c-header[cid] .header_inline {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: var(--inlineHeight);
  left: 0;
  mix-blend-mode: exclusion;
  padding-left: 24px;
  padding-left: var(--container-padding-sm);
  padding-right: 24px;
  padding-right: var(--container-padding-sm);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2001;
}
c-header[cid] .inline_logo {
  position: relative;
}
c-header[cid] .logo_anchor {
  display: inline-flex;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
c-header[cid] .logo_anchor.is-default {
  transition: opacity 0.3s ease-in-out 0.3s;
}
c-header[cid] .logo_anchor.is-alternate {
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
c-header[cid] .logo_anchor.is-alternate .logo-src {
  width: 200px;
  height: 90px;
}
c-header[cid] .logo-src {
  height: auto;
  transition: filter 0.45s ease-in-out;
  width: auto;
}
c-header[cid] .inline_menu {
  text-align: right;
}
c-header[cid] .menu_btn {
  height: 28px;
  padding: 12px;
  pointer-events: auto;
  position: relative;
  width: 28px;
}
c-header[cid] .menu_btn:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 14h28M14 28V0'/%3E%3C/svg%3E")
    no-repeat 50% /100%;
  content: "";
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.45s ease-in-out, filter 0.45s ease-in-out;
  width: 28px;
}
c-header[cid] .menu_btn:hover:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
c-header[cid] .header_popup {
  background: var(--color--2);
  bottom: 0;
  color: var(--color--1);
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 70px 0 44px;
  pointer-events: none;
  position: fixed;
  right: 0;
  scroll-behavior: auto;
  scrollbar-width: none;
  text-align: center;
  top: 0;
  -ms-overflow-style: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  visibility: hidden;
  z-index: 2000;
}
c-header[cid] .header_popup::-webkit-scrollbar {
  display: none;
}
c-header[cid] .header_popup .popup_inner {
  align-items: center;
  gap: 22px;
}
c-header[cid] .header_popup .popup_inner,
c-header[cid] .header_popup .popup_menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
c-header[cid] .header_popup .popup_menu {
  position: relative;
  z-index: 3;
}
c-header[cid] .header_popup .menu_list {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  row-gap: 12px;
}
c-header[cid] .header_popup .list_item {
  color: var(--color--1);
  overflow: hidden;
  transition: opacity 0.2s ease-in-out, color 0.45s ease-in-out;
}
c-header[cid] .header_popup .list_item:not(.is-current) {
  opacity: 0.5;
}
c-header[cid] .header_popup .list_item .item_btn {
  display: inline-flex;
  font-size: calc(36.76636px + 4.57944vw);
  font-size: calc(2.2979rem + 4.57944vw);
  letter-spacing: 0.02em;
  line-height: 0.8em;
  text-transform: uppercase;
  transform: translateY(110%);
}
c-header[cid] .header_popup .list_item .item_btn .prepend_label {
  display: none;
}
c-header[cid] .header_popup .popup_footer {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  opacity: 0;
  padding-left: 24px;
  padding-left: var(--container-padding-sm);
  padding-right: 24px;
  padding-right: var(--container-padding-sm);
  position: relative;
  width: 100%;
  z-index: 3;
}
c-header[cid] .header_popup .footer_contacts {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
c-header[cid] .header_popup .c_email {
  font-size: calc(14.58824px + 0.09804vw);
  font-size: calc(0.91176rem + 0.09804vw);
  line-height: 1em;
  margin-top: 12px;
  text-transform: uppercase;
  transition: color 0.45s ease-in-out;
}
c-header[cid] .header_popup .c_social-media {
  display: flex;
  gap: 8px;
}
c-header[cid] .header_popup .social_link {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(13.58824px + 0.09804vw);
  font-size: calc(0.84926rem + 0.09804vw);
  line-height: 0.8em;
  min-width: 44px;
  overflow: hidden;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 1;
}
c-header[cid] .header_popup .c_theme-toggle {
  align-items: center;
  background-color: var(--theme-toggle-bg);
  border: 1px solid var(--color--1);
  border-radius: 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 3px;
  position: relative;
}
c-header[cid] .header_popup .c_theme-toggle .theme_btn {
  font-size: calc(13.58824px + 0.09804vw);
  font-size: calc(0.84926rem + 0.09804vw);
  line-height: 0.8em;
  padding: 8px 10px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.45s ease-in-out;
  z-index: 1;
}
c-header[cid] .header_popup .c_theme-toggle .theme_btn.is-active {
  color: var(--color--2);
}
c-header[cid] .header_popup .c_theme-toggle .theme_bg {
  background-color: var(--color--1);
  border-radius: 76px;
  bottom: 4px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: var(--theme-toggle-transform);
  transition: transform 0.35s cubic-bezier(0.488, 0.02, 0.467, 0.286),
    background-color 0.35s cubic-bezier(0.488, 0.02, 0.467, 0.286);
  width: calc(50% - 4px);
}
c-header[cid] .header_popup .c-button {
  margin-right: 0;
}
c-header[cid] .header_popup .c_background {
  background-color: var(--color--2);
  transition: background-color 0.45s ease-in-out;
}
c-header[cid] .header_popup .c_background.-type--video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-header[cid] .header_popup .c_background.is-dark {
  display: var(--displayDark);
}
c-header[cid] .header_popup .c_background.is-light {
  display: var(--displayLight);
}
c-header[cid].is-open .header_inline {
  mix-blend-mode: normal;
}
c-header[cid].is-open .logo-src {
  filter: var(--filter);
}
c-header[cid].is-open .menu_btn:before {
  filter: var(--filter);
  transform: translate(-50%, -50%) rotate(135deg);
}
c-header[cid].is-open .header_popup {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
body.is-alternate-logo c-header[cid] .header_inline .logo_anchor.is-default {
  opacity: 0;
  transition-delay: 0s;
}
body.is-alternate-logo c-header[cid] .header_inline .logo_anchor.is-alternate {
  display: inline-flex;
  opacity: 1;
  transition-delay: 0.3s;
}
c-heading[cid] .c_inner {
  position: relative;
  text-align: center;
}
c-heading[cid] .c_heading {
  line-height: 0.9em;
  text-transform: uppercase;
  width: 100%;
}
c-heading[cid] .c_heading.size--1 {
  font-size: calc(7.05882px + 21.17647vw);
  font-size: calc(0.44118rem + 21.17647vw);
}
c-heading[cid] .c_heading.size--2 {
  font-size: calc(16.47059px + 22.7451vw);
  font-size: calc(1.02941rem + 22.7451vw);
}
c-heading[cid] .c_heading.size--3 {
  font-size: calc(-10.82353px + 26.86275vw);
  font-size: calc(-0.67647rem + 26.86275vw);
}
c-heading[cid] .c_heading.size--4 {
  font-size: calc(72.70588px + 24.11765vw);
  font-size: calc(4.54412rem + 24.11765vw);
}
c-heading[cid] .c_heading.size--5 {
  font-size: calc(-6.35294px + 29.60784vw);
  font-size: calc(-0.39706rem + 29.60784vw);
}
c-heading[cid] .c_heading.padding-top--1 {
  padding-top: 0;
}
c-heading[cid] .c_heading.padding-top--2 {
  padding-top: 46px;
}
c-heading[cid] .c_heading.padding-top--3 {
  padding-top: 82px;
}
c-heading[cid] .c_heading.padding-top--4 {
  padding-top: 108px;
}
c-heading[cid] .c_heading.padding-bottom--1 {
  padding-bottom: 0;
}
c-heading[cid] .c_heading.padding-bottom--2 {
  padding-bottom: 46px;
}
c-heading[cid] .c_heading.padding-bottom--3 {
  padding-bottom: 82px;
}
c-heading[cid] .c_heading.padding-bottom--4 {
  padding-bottom: 108px;
}
c-hero-center-simple[cid] {
  padding: 234px 0 88px;
}
c-hero-center-simple[cid] .c_heading {
  font-size: calc(25.64706px + 6.27451vw);
  font-size: calc(1.60294rem + 6.27451vw);
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
c-hero-center-simple[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-hero-center-simple[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
c-hero-center-text[cid] {
  height: 100svh;
}
c-hero-center-text[cid] .u-container {
  height: 100%;
  position: relative;
}
c-hero-center-text[cid] .c_inner {
  height: 100%;
}
c-hero-center-text[cid] .c_content {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
c-hero-center-text[cid] .c_heading {
  font-size: calc(29.76471px + 1.96078vw);
  font-size: calc(1.86029rem + 1.96078vw);
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 0.1em;
}
c-hero-center-text[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-hero-center-text[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
c-hero-center-text[cid] .c-button {
  margin-top: 36px;
  opacity: 0;
  pointer-events: auto;
}
c-hero-center-text[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-hero-center-text[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-hero-center-text[cid] .c_background video {
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
c-hero-center-text + c-heading {
  margin-top: -30px;
}
c-hero-heading-center[cid] {
  height: 100svh;
  overflow: visible;
}
c-hero-heading-center[cid] .u-container {
  height: 100%;
  position: relative;
}
c-hero-heading-center[cid] .c_inner {
  height: 100%;
}
c-hero-heading-center[cid] .c_content {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
c-hero-heading-center[cid] .c_heading {
  font-size: calc(20px + 6.66667vw);
  font-size: calc(1.25rem + 6.66667vw);
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
}
c-hero-heading-center[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-hero-heading-center[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
c-hero-heading-center[cid] .append {
  font-size: calc(4.94118px + 2.15686vw);
  font-size: calc(0.30882rem + 2.15686vw);
  line-height: 0.9em;
  opacity: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0.2em;
  transform: translateX(100%);
}
c-hero-heading-center[cid] .c_background {
  opacity: 0;
  transform: scale(0.9);
}
c-hero-heading-center[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-hero-heading-center[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-hero-heading-center[cid] .c_background video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
c-hero-top-heading[cid] {
  --padding-top: 196px;
  padding: 196px 0 146px;
  padding: var(--padding-top) 0 146px 0;
}
c-hero-top-heading[cid] .c_content {
  position: relative;
  z-index: 2;
}
c-hero-top-heading[cid] .c_heading-wrap {
  position: sticky;
  top: var(--padding-top);
}
c-hero-top-heading[cid] .c_heading {
  font-size: calc(-8.58824px + 21.56863vw);
  font-size: calc(-0.53676rem + 21.56863vw);
  left: 50%;
  line-height: 1em;
  margin-bottom: -0.38em;
  max-width: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
c-hero-top-heading[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-hero-top-heading[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
c-hero-top-heading[cid] .c_media {
  margin-top: 280px;
  overflow: visible;
}
c-hero-top-heading[cid] .c_background {
  border-radius: 12px;
  height: 100vh;
  margin-top: -145px;
  overflow: hidden;
  position: relative;
  transform: scale(0.7);
  width: 100vw;
}
c-hero-top-heading[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-hero-top-heading[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-hero-top-heading[cid] .c_background video {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-hero-two-headings[cid] {
  padding: 0 0 110px;
}
c-hero-two-headings[cid] .c_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  mix-blend-mode: var(--blend-difference);
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  position: sticky;
  top: 0;
  transform: scale(0.4);
  z-index: 2;
}
c-hero-two-headings[cid] .top_svg {
  overflow: hidden;
}
c-hero-two-headings[cid] .top_svg .img-src {
  margin: 0 auto;
  max-height: 250px;
  max-width: 900px;
  transform: translateY(110%);
  width: 100%;
}
c-hero-two-headings[cid] .bottom_svg {
  overflow: hidden;
}
c-hero-two-headings[cid] .bottom_svg .img-src {
  margin: 16px auto 0;
  max-height: 250px;
  max-width: 900px;
  transform: translateY(110%);
  width: 100%;
}
c-hero-two-headings[cid] .c_background {
  border-radius: 12px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transform: scale(0.7);
  width: 100vw;
}
c-hero-with-cta[cid] {
  background-color: var(--color--2);
}
c-hero-with-cta[cid] .c_content {
  min-height: 100svh;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
c-hero-with-cta[cid] .c_content .scroll {
  bottom: 46px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
c-hero-with-cta[cid] .c_content .scroll .scroll_inner {
  align-items: center;
  border: 1px solid var(--color--1);
  border-radius: 100px;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 98px;
}
c-hero-with-cta[cid] .c_content .scroll .scroll_label {
  color: var(--color--1);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}
c-hero-with-cta[cid] .c_content .scroll .scroll_dot {
  background-color: var(--color--1);
  border-radius: 100%;
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
c-hero-with-cta[cid] .c_content .c-button {
  bottom: 46px;
  margin: 0;
  position: absolute;
  right: 24px;
  right: var(--container-padding-sm);
  z-index: 2;
}
c-hero-with-cta[cid] .thumb_video_wrap {
  height: 100vh;
  position: relative;
  z-index: 4;
}
c-hero-with-cta[cid] .thumb_video {
  align-items: center;
  border-radius: 12px;
  bottom: calc(100% + 46px);
  display: flex;
  justify-content: center;
  left: 24px;
  left: var(--container-padding-sm);
  overflow: hidden;
  position: absolute;
  z-index: 4;
}
c-hero-with-cta[cid] .thumb_video video {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-hero-with-cta[cid] .c_background {
  opacity: 0;
}
c-hero-with-cta[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-hero-with-cta[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-intro[cid] {
  padding: 140px 0;
}
c-intro[cid].is-story {
  padding: 32px 0;
}
c-intro[cid].is-story .u-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
c-intro[cid].is-story .c_text {
  font-size: calc(15.05882px + 1.17647vw);
  font-size: calc(0.94118rem + 1.17647vw);
  width: 100% !important;
}
c-intro[cid].is-story .c_extra-text {
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  width: 100% !important;
}
c-intro[cid].-text-center .c_inner {
  row-gap: 120px;
}
c-intro[cid].-text-center .c_text {
  text-align: center;
  text-wrap: pretty;
}
c-intro[cid].-text-center .animation_video {
  transform: translate(-50%, -55%);
}
c-intro[cid].-text-center .c-button {
  margin-top: 0;
}
c-intro[cid] .c_inner {
  display: flex;
  flex-direction: column;
  row-gap: 104px;
}
c-intro[cid] .c_inner:has(.c_extra-text) {
  row-gap: 64px;
}
c-intro[cid] .c_spline {
  aspect-ratio: 1;
  left: 50%;
  max-width: 1080px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
c-intro[cid] .c_spline.is-dark {
  display: var(--displayDark);
}
c-intro[cid] .c_spline.is-light {
  display: var(--displayLight);
}
c-intro[cid] .c_text {
  font-size: calc(15.76471px + 1.96078vw);
  font-size: calc(0.98529rem + 1.96078vw);
  line-height: 1.25em;
  position: relative;
}
c-intro[cid] .c_text p:not(:last-child) {
  margin-bottom: 24px;
}
c-intro[cid] .c_text .lineParent {
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  z-index: 2;
}
c-intro[cid] .c_text .lineChild {
  perspective-origin: 50%;
}
c-intro[cid] .c_text .u-label {
  margin-bottom: 8px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
c-intro[cid] .c_text .u-label.is-visible {
  opacity: 1;
}
c-intro[cid] .c-button {
  margin-top: -26px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 20;
}
c-intro[cid] .c-button.is-visible {
  opacity: 1;
}
c-intro[cid] .c_columns {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
}
c-intro[cid] .c_columns .column_text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
c-intro[cid] .c_columns .column_text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
c-intro[cid] .c_extra-text {
  font-size: calc(19.52941px + 0.58824vw);
  font-size: calc(1.22059rem + 0.58824vw);
  line-height: 1.35em;
  opacity: 0;
  text-align: center;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
c-intro[cid] .c_extra-text.is-visible {
  opacity: 0.6;
  transform: translateY(0);
}
c-intro[cid] .c_extra-text p:not(:first-child) {
  margin-top: 64px;
}
c-intro[cid] .animation_video {
  left: 50%;
  max-width: 550px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 0;
}
c-intro[cid] .animation_video.is-dark {
  display: var(--displayDark);
}
c-intro[cid] .animation_video.is-light {
  display: var(--displayLight);
}
c-intro[cid]:has(+ c-webgl-scroll) {
  padding-bottom: 0;
}
c-intro[cid]:has(+ c-process-scroll) {
  padding-bottom: 48px;
}
c-intro[cid]:has(+ c-quote) {
  padding-bottom: 48px;
}
c-hero-top-heading + c-intro[cid] {
  padding-top: 0;
}
c-intro[cid]:has(.c_spline) {
  overflow: visible;
}
c-hero-with-cta[cid] + c-intro[cid]:has(.c_spline) {
  padding-top: 440px;
}
c-job-form[cid] {
  padding: 70px 0 88px;
}
c-job-form[cid] .c_inner {
  display: flex;
  gap: 68px;
  justify-content: space-between;
}
c-job-form[cid] .c_inner.is-hidden,
c-job-form[cid] .c_inner.is-hidden .c_details,
c-job-form[cid] .c_inner.is-hidden .c_form {
  opacity: 0;
  pointer-events: none;
}
c-job-form[cid] .c_details {
  width: 40%;
}
c-job-form[cid] .c_form {
  width: 60%;
}
c-job-form[cid] .c_description {
  font-size: calc(25.17647px + 0.19608vw);
  font-size: calc(1.57353rem + 0.19608vw);
  line-height: 1.3em;
  margin-top: 32px;
  max-width: 370px;
}
c-job-form[cid] .c_email {
  display: block;
  font-size: calc(21.17647px + 0.19608vw);
  font-size: calc(1.32353rem + 0.19608vw);
  line-height: 1.3em;
  margin-top: 32px;
  text-transform: uppercase;
}
c-job-form[cid] .c-button {
  margin-left: 0 !important;
}
c-job-form[cid] .c_confirmation {
  display: none;
  flex-direction: column;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding: 148px 0 184px;
  width: 100%;
  z-index: 2;
}
c-job-form[cid] .c_confirmation.is-visible {
  display: flex !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
c-job-form[cid] .c_confirmation .confirmation-label {
  margin-left: auto;
  margin-right: auto;
}
c-job-form[cid] .c_confirmation .confirmation-title {
  font-size: calc(17.17647px + 6.86275vw);
  font-size: calc(1.07353rem + 6.86275vw);
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
c-job-form[cid] .c_confirmation .confirmation-description {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}
c-job-form[cid] .c_confirmation .c_background {
  filter: var(--filter);
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  z-index: -1;
}
c-job-form[cid] .c_error-message {
  align-items: center;
  display: none;
  font-size: calc(17.17647px + 3.52941vw);
  font-size: calc(1.07353rem + 3.52941vw);
  justify-content: center;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 284px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
c-job-form[cid]:has(+ c-media-text) {
  padding-bottom: 0;
}
c-job-text-aside[cid] {
  --padding-top: 178px;
  padding: 178px 0 70px;
  padding: var(--padding-top) 0 70px 0;
}
c-job-text-aside[cid] .c_inner {
  display: flex;
  gap: 68px;
  justify-content: space-between;
}
c-job-text-aside[cid] .c_details {
  width: 40%;
}
c-job-text-aside[cid] .c_details .details_group {
  max-width: 404px;
}
c-job-text-aside[cid] .c_details .title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1em;
  text-transform: uppercase;
}
c-job-text-aside[cid] .c_details .details_subgroup {
  font-size: calc(15.17647px + 0.19608vw);
  font-size: calc(0.94853rem + 0.19608vw);
  line-height: 1em;
  margin-top: 32px;
}
c-job-text-aside[cid] .c_details .c_table {
  display: flex;
  flex-direction: column;
  gap: 0;
}
c-job-text-aside[cid] .c_details .c_table .row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 24px;
}
c-job-text-aside[cid] .c_details .c_table .row:not(:first-child) {
  padding-top: 24px;
}
c-job-text-aside[cid] .c_details .c_table .row:not(:last-child) {
  border-bottom: 1px solid #949492;
}
c-job-text-aside[cid] .c_details .c_table .row-title {
  text-transform: uppercase;
}
c-job-text-aside[cid] .c_details .c_table .row-value {
  color: #949492;
  text-transform: capitalize;
}
c-job-text-aside[cid] .c_details .c-button {
  margin-left: 0;
  margin-top: 40px;
}
c-job-text-aside[cid] .c_content {
  display: flex;
  flex-direction: column;
  gap: 88px;
  width: 60%;
}
c-job-text-aside[cid] .c_content .description {
  font-size: calc(21.17647px + 0.19608vw);
  font-size: calc(1.32353rem + 0.19608vw);
  line-height: 1.35em;
}
c-job-text-aside[cid] .c_content .description p:not(:first-child) {
  margin-top: 1em;
}
c-job-text-aside[cid] .c_content .section_text {
  font-size: calc(17.17647px + 0.19608vw);
  font-size: calc(1.07353rem + 0.19608vw);
  line-height: 1.35em;
  margin-top: 32px;
}
:root[theme="dark"] {
  --icon-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23fff' d='M28.852 6.207 2.927 32.133.699 29.905 26.625 3.98H1.875L1.831.867H32v30.17l-3.113-.046z'/%3E%3C/svg%3E")
    no-repeat center center / contain;
}
:root[theme="light"] {
  --icon-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' fill='none'%3E%3Cpath fill='%23000' d='M28.852 6.207 2.927 32.133.699 29.905 26.625 3.98H1.875L1.831.867H32v30.17l-3.113-.046z'/%3E%3C/svg%3E")
    no-repeat center center / contain;
}
c-jobs-list[cid] {
  padding: 48px 0;
}
c-jobs-list[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 98px;
  position: relative;
}
c-jobs-list[cid] .c_positions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
c-jobs-list[cid] .c_positions .position {
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
c-jobs-list[cid] .c_positions .position .position_bg {
  background-color: var(--color--1);
  content: "";
  height: 100%;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
c-jobs-list[cid] .c_positions .position_link {
  border-bottom: 1px solid var(--color--1);
  cursor: pointer;
  display: block;
  padding: 36px 32px;
}
c-jobs-list[cid] .c_positions .position_inner {
  align-items: center;
  display: flex;
  gap: 68px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
c-jobs-list[cid] .c_positions .position_title {
  font-size: calc(19.05882px + 1.17647vw);
  font-size: calc(1.19118rem + 1.17647vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-jobs-list[cid] .c_positions .position_details {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}
c-jobs-list[cid] .c_positions .position_label {
  font-size: calc(11.52941px + 0.58824vw);
  font-size: calc(0.72059rem + 0.58824vw);
  line-height: 1em;
  opacity: 0.6;
}
c-jobs-list[cid] .c_positions .position_icon:before {
  background: var(--icon-arrow);
  content: "";
  display: block;
  height: 32px;
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
  width: 32px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  transform-origin: center;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .c_before_arrow {
  transform: scale(1);
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .c_before_arrow:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .filter_toggle-label {
  position: absolute;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .c_filters {
  background-color: #000;
  color: #fff;
  padding: 4px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .filter_toggle {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .filter_options {
  opacity: 1 !important;
  transition-delay: 0.25s !important;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .c_after_arrow {
  border-width: 0;
  transform: scale(0);
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.is-open .c_after_arrow:before {
  opacity: 0;
  transform: translate(-200%, -50%);
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.hidden .filter_options {
  width: 0;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop.hidden .filter_options_inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_before_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  left: -40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.6s ease-in-out;
  width: 40px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_before_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M16.725 10.7H.308V9.29h16.417L8.89 1.454l.971-1 9.553 9.552L9.86 19.56l-.971-1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-200%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters {
  align-items: center;
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 138px;
  color: #fff;
  display: flex;
  padding: 4px 16px;
  position: relative;
  transition: background-color 0.6s ease-in-out, color 0.3s ease-in-out,
    padding 0.6s ease-in-out;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_toggle {
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.25s;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_options {
  align-items: center;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0s;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_options_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_btn {
  border-radius: 100px;
  flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 2px 12px;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_filters .filter_btn.is-active {
  background-color: #fff;
  color: #000;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_after_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: 0;
  transition: transform 0.6s ease-in-out, border-width 0.4s ease-in-out;
  width: 40px;
}
c-jobs-list[cid] .c_overlay_filter.is-desktop .c_after_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M2.79 9.3h16.418v1.41H2.79l7.836 7.836-.972 1L.103 9.994 9.655.44l.972 1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile {
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  padding: 32px;
  transition: background-color 0.45s ease-in-out;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile.is-open {
  background-color: var(--color--2);
}
c-jobs-list[cid] .c_overlay_filter.is-mobile.is-open .c_filters {
  opacity: 1;
  transition-delay: 0.2s;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .filter_toggle {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .filter_toggle.is-plus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .filter_toggle.is-minus:after,
c-jobs-list[cid] .c_overlay_filter.is-mobile .filter_toggle.is-plus:after {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 44px;
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease,
    transform 0.4s ease;
  width: 44px;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .filter_toggle.is-minus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 1.09h20'/%3E%3C/svg%3E")
    50% /20px 2px no-repeat;
}
c-jobs-list[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle_inner {
  align-items: center;
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  display: flex;
  justify-content: center;
  padding: 9px 16px;
}
c-jobs-list[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-transform: uppercase;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .c_filters {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.45s ease-in-out;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .c_filters .filter_options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 54px;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .c_filters .filter_btn {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 8px 13px;
  text-align: center;
  text-transform: uppercase;
}
c-jobs-list[cid] .c_overlay_filter.is-mobile .c_filters .filter_btn.is-active {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-jobs-list[cid]:has(+ c-fs-media) {
  padding-bottom: 120px;
}
c-legal-hero[cid] {
  padding: 210px 0 72px;
}
c-legal-hero[cid] .c_heading {
  font-size: calc(-24px + 30vw);
  font-size: calc(-1.5rem + 30vw);
  left: 50%;
  line-height: 0.85em;
  max-width: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-legal-hero[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-legal-hero[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
c-legal-text[cid] {
  padding-bottom: 210px;
}
c-legal-text[cid] .c_heading {
  align-items: center;
  display: flex;
  min-height: 100svh;
}
c-legal-text[cid] .c_heading .heading_inner {
  font-size: calc(-24px + 30vw);
  font-size: calc(-1.5rem + 30vw);
  left: 50%;
  line-height: 0.85em;
  max-width: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%);
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
c-legal-text[cid] .c_heading .heading_inner .lineParent {
  overflow: hidden;
}
c-legal-text[cid] .c_heading .heading_inner .lineChild {
  transform: translateY(110%);
}
c-legal-text[cid] .c_filters.is-desktop {
  align-items: center;
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  bottom: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  padding: 4px;
  position: fixed;
  transform: translate(-50%, 100%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1900;
}
c-legal-text[cid] .c_filters.is-desktop .filter_btn {
  border: 1px solid var(--color--2);
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 6px 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
c-legal-text[cid] .c_filters.is-desktop .filter_btn.is-active {
  background-color: var(--color--1);
  border-color: var(--color--1);
  color: var(--color--2);
}
c-legal-text[cid] .filter_page-overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.45s ease-in-out;
  width: 100%;
  z-index: 1899;
}
c-legal-text[cid] .c_filters_overlay.is-mobile {
  background-color: transparent;
  border-radius: 12px;
  bottom: 6px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  left: 50%;
  opacity: 0;
  padding: 32px;
  position: fixed;
  transform: translate(-50%);
  transition: background-color 0.45s ease-in-out, transform 0.45s ease-in-out;
  z-index: 1900;
}
c-legal-text[cid] .c_filters_overlay.is-mobile.is-open {
  background-color: var(--color--2);
  transform: translate(-50%, -36px);
}
c-legal-text[cid] .c_filters_overlay.is-mobile.is-open .c_filters {
  opacity: 1;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .filter_toggle {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .filter_toggle.is-plus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
  background-color: #000;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .filter_toggle.is-minus:after,
c-legal-text[cid] .c_filters_overlay.is-mobile .filter_toggle.is-plus:after {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 44px;
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease,
    transform 0.4s ease;
  width: 44px;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .filter_toggle.is-minus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 1.09h20'/%3E%3C/svg%3E")
    50% /20px 2px no-repeat;
  background-color: #000;
}
c-legal-text[cid]
  .c_filters_overlay.is-mobile
  .filter_toggle
  .filter_toggle_inner {
  align-items: center;
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  display: flex;
  justify-content: center;
  padding: 9px 16px;
}
c-legal-text[cid]
  .c_filters_overlay.is-mobile
  .filter_toggle
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-transform: uppercase;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .c_filters {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.45s ease-in-out;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .c_filters .filter_options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 54px;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .c_filters .filter_btn {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 8px 13px;
  text-align: center;
  text-transform: uppercase;
}
c-legal-text[cid] .c_filters_overlay.is-mobile .c_filters .filter_btn.active {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-legal-text[cid] .c_pages {
  display: grid;
  margin-top: 172px;
  opacity: 0;
}
c-legal-text[cid] .c_pages .page {
  grid-area: 1/1;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  visibility: hidden;
}
c-legal-text[cid] .c_pages .page.is-active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
c-legal-text[cid] .c_pages .c_title {
  font-size: calc(38.35294px + 0.39216vw);
  font-size: calc(2.39706rem + 0.39216vw);
  line-height: 1em;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 0.15em;
}
c-legal-text[cid] .c_pages .c_sections {
  display: flex;
  flex-direction: column;
  gap: 98px;
  margin-top: 196px;
}
c-legal-text[cid] .c_pages .section {
  display: flex;
  gap: 68px;
  justify-content: space-between;
}
c-legal-text[cid] .c_pages .column:first-child {
  width: 40%;
}
c-legal-text[cid] .c_pages .column:last-child {
  width: 60%;
}
c-legal-text[cid] .c_pages .section_title {
  display: flex;
  font-size: calc(13.41176px + 1.56863vw);
  font-size: calc(0.83824rem + 1.56863vw);
  gap: 8px;
  line-height: 1.1em;
  text-transform: uppercase;
}
c-legal-text[cid] .c_pages .section_text {
  font-size: calc(17.17647px + 0.19608vw);
  font-size: calc(1.07353rem + 0.19608vw);
  line-height: 1.35em;
}
c-legal-text[cid] .c_pages .section_text p:not(:first-child) {
  margin-top: 1em;
}
c-legal-text[cid]:has(+ c-media-text) {
  padding-bottom: 22px;
}
c-legal-text[cid]
  .filter_page-overlay:has(+ .c_filters_overlay.is-mobile.is-open) {
  opacity: var(--filter-overlay-opacity);
}
c-marquee[cid] {
  padding: 46px 0;
}
c-marquee[cid] .c_marquee {
  display: flex;
  overflow-x: clip;
  width: 100%;
}
c-marquee[cid] .c_marquee:not(:last-child) {
  margin-bottom: 12px;
}
c-marquee[cid] .c_marquee .marquee-part {
  align-items: stretch;
  display: flex;
  transform: translateZ(0);
  white-space: nowrap;
}
c-marquee[cid] .marquee_item {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 22px;
  text-align: center;
}
c-marquee[cid] .marquee_item .marquee_tag {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  font-size: calc(14.58824px + 1.76471vw);
  font-size: calc(0.91176rem + 1.76471vw);
  line-height: 1em;
  padding: 12px 22px;
  text-transform: uppercase;
}
:root[theme="dark"] {
  --blend-mode: initial !important;
}
:root[theme="light"] {
  --blend-mode: exclusion !important;
}
c-media-heading[cid] {
  padding: 88px 0;
}
c-media-heading[cid] .c_inner {
  position: relative;
}
c-media-heading[cid] .c_heading {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2em;
  justify-content: center;
  left: 50%;
  line-height: 0.9em;
  mix-blend-mode: var(--blend-mode);
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}
c-media-heading[cid] .c_heading.-smaller {
  font-size: calc(-2.11765px + 10.98039vw);
  font-size: calc(-0.13235rem + 10.98039vw);
}
c-media-heading[cid] .c_heading.-bigger {
  font-size: calc(5.41176px + 11.56863vw);
  font-size: calc(0.33824rem + 11.56863vw);
}
c-media-heading[cid] .e-media {
  border-radius: 12px;
}
c-media-heading[cid] .c-button {
  bottom: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
c-media-text[cid] {
  padding-top: 145px;
}
c-media-text[cid] .c_inner {
  position: relative;
  z-index: 2;
}
c-media-text[cid] .c_heading {
  left: 50%;
  line-height: 1em;
  margin-bottom: -120px;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-media-text[cid] .c_heading.size--1 {
  font-size: calc(-4.23529px + 21.96078vw);
  font-size: calc(-0.26471rem + 21.96078vw);
}
c-media-text[cid] .c_heading.size--2 {
  font-size: calc(-6.11765px + 24.31373vw);
  font-size: calc(-0.38235rem + 24.31373vw);
}
c-media-text[cid] .c_heading.size--3 {
  font-size: calc(-8px + 26.66667vw);
  font-size: calc(-0.5rem + 26.66667vw);
}
c-media-text[cid] .c_heading.size--4 {
  font-size: calc(-12px + 30vw);
  font-size: calc(-0.75rem + 30vw);
}
c-media-text[cid] .c_heading.size--5 {
  font-size: calc(-30.05882px + 37.15686vw);
  font-size: calc(-1.87868rem + 37.15686vw);
}
c-media-text[cid] .c_studio {
  position: relative;
}
c-media-text[cid] .c_studio:not(:first-child) {
  margin-top: 80px;
}
c-media-text[cid] .c_content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
c-media-text[cid] .c_content .c_text {
  font-size: calc(13.35294px + 2.05882vw);
  font-size: calc(0.83456rem + 2.05882vw);
  line-height: 1.35em;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  text-align: center;
  text-transform: uppercase;
  text-wrap: pretty;
}
c-media-text[cid] .c_content .c_text .lineParent {
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  z-index: 2;
}
c-media-text[cid] .c_content .c_text .lineChild {
  perspective-origin: 50%;
}
c-media-text[cid] .c_content .c_title {
  font-size: calc(49.41176px + 3.23529vw);
  font-size: calc(3.08824rem + 3.23529vw);
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
c-media-text[cid] .c_content .c_address {
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  line-height: 1.1em;
  margin-top: 12px;
  text-align: center;
}
c-media-text[cid] .c_content .c-button.opacity {
  opacity: 0;
}
c-media-text[cid] .c_content .c-button.studio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
c-media-text[cid] .c_content .c-button.studio:before {
  bottom: -4px;
  opacity: 0.7;
}
c-media-text[cid] .c_media {
  border-radius: 12px;
  overflow: hidden;
}
c-media-text[cid] .c_media picture,
c-media-text[cid] .c_media video {
  transform: scale(1.2);
}
c-media-text[cid].contact .c_media {
  margin-top: 38px;
}
c-media-text[cid].contact:not(:has(.c_text)) {
  padding-top: 0;
}
c-media-text[cid].contact:not(:has(.c_text)) .heading_wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  mix-blend-mode: var(--blend-difference);
  position: sticky;
  top: 0;
  z-index: 5;
}
c-media-text[cid].contact:not(:has(.c_text)) .c_media {
  height: 100vh;
  transform: scale(0.7);
  width: 100vw;
}
c-media-text[cid].contact .text-link {
  --underline-height: 1px;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-size: 100% var(--underline-height);
  display: inline;
  transition: background-size 1.2s cubic-bezier(0.32, 0.72, 0, 1);
}
c-media-text[cid].contact .text-link:hover {
  background-size: 0 var(--underline-height);
}
c-media-text[cid]:has(+ c-project-banner) {
  padding-bottom: 200px;
}
c-posts-archive + c-media-text[cid] {
  padding-top: 0;
}
c-partners-cols[cid] {
  padding: 112px 0 142px;
}
c-partners-cols[cid] .c_heading {
  font-size: calc(14.11765px + 5.68627vw);
  font-size: calc(0.88235rem + 5.68627vw);
  line-height: 1.25em;
  margin-bottom: 80px;
  perspective: 1000px;
  perspective-origin: 50%;
  text-transform: uppercase;
}
c-partners-cols[cid] .c_partners {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  grid-gap: 36px;
  gap: 36px;
}
c-partners-cols[cid] .c_partner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  opacity: 0;
}
c-partners-cols[cid] .partner_name {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
  line-height: 1.35em;
}
c-partners[cid] {
  padding: 112px 0 142px;
}
c-partners[cid] .c_inner {
  align-items: flex-start;
  -moz-column-gap: 36px;
  column-gap: 36px;
  display: flex;
  justify-content: space-between;
}
c-partners[cid] .c_partners {
  font-size: calc(17.70588px + 2.45098vw);
  font-size: calc(1.10662rem + 2.45098vw);
  line-height: 1.25em;
  margin-top: -6px;
  max-width: 715px;
}
c-partners[cid] .c_partners .partner {
  display: inline-flex;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
c-partners[cid] .c_partners .partner:not(:last-child):after {
  content: "/";
  padding: 0 8px;
}
c-partners[cid] .c_partners .partner.is-active {
  opacity: 1;
}
c-post-divider[cid] {
  padding: 60px 0;
}
c-post-divider[cid].is-story {
  padding: 40px 0;
}
c-post-divider[cid].is-story .u-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
c-post-divider[cid] .c_divider {
  background-color: var(--color--1);
  height: 1px;
  margin: 0 auto;
  width: 100px;
}
c-post-hero[cid] {
  padding: 340px 0 250px;
}
c-post-hero[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 4.5vw;
  position: relative;
  z-index: 2;
}
c-post-hero[cid] .c_heading {
  color: #fff;
  font-size: calc(33.41176px + 1.56863vw);
  font-size: calc(2.08824rem + 1.56863vw);
  line-height: 1em;
  max-width: 950px;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 0.15em;
}
c-post-hero[cid] .c_terms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 4.5vw;
}
c-post-hero[cid] .c_terms .post_category,
c-post-hero[cid] .c_terms .post_date,
c-post-hero[cid] .c_terms .reading-time {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 14px;
  text-transform: uppercase;
}
c-post-hero[cid] .c_terms .post_category {
  background-color: #fff;
  color: #000;
}
c-post-hero[cid] .c_featured-image {
  bottom: 0;
  filter: brightness(0.6);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
c-post-hero[cid] .c_featured-image .img_src {
  background-position: 50%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-post-related[cid] {
  padding: 80px 0 0;
}
c-post-related[cid] .c_heading {
  font-size: calc(72.70588px + 24.11765vw);
  font-size: calc(4.54412rem + 24.11765vw);
  left: 50%;
  line-height: 0.9em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%, 110%);
  width: -moz-max-content;
  width: max-content;
}
c-post-related[cid] .c_content {
  position: relative;
  z-index: 2;
}
c-post-related[cid] .c_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  grid-gap: 36px;
  gap: 36px;
}
c-post-related[cid] .c_articles .c_article {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  position: relative;
}
c-post-related[cid]
  .c_articles
  .c_article.is-inactive
  .article_row:first-of-type {
  opacity: 0;
  transform: translateY(-80%);
}
c-post-related[cid]
  .c_articles
  .c_article.is-inactive
  .article_row:nth-of-type(2) {
  opacity: 0;
  transform: translateY(80%);
}
c-post-related[cid] .c_articles .c_article[data-type="story"] .article_content {
  background: linear-gradient(to top, var(--color--2) 30%, transparent 100%);
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
c-post-related[cid] .c_articles .c_article[data-type="story"] .thumb_img img,
c-post-related[cid] .c_articles .c_article[data-type="story"] .thumb_img video,
c-post-related[cid] .c_articles .c_article[data-type="story"] .thumb_video img,
c-post-related[cid]
  .c_articles
  .c_article[data-type="story"]
  .thumb_video
  video {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-post-related[cid] .c_articles .thumb_link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
c-post-related[cid] .c_articles .article_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 32px;
}
c-post-related[cid] .c_articles .article_row {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
c-post-related[cid] .c_articles .article_row:last-child {
  margin-top: 64px;
}
c-post-related[cid] .c_articles .post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
c-post-related[cid] .c_articles .post_category {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-post-related[cid] .c_articles .reading-time {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-post-related[cid] .c_articles .article_title {
  font-size: calc(30.35294px + 0.39216vw);
  font-size: calc(1.89706rem + 0.39216vw);
  line-height: 1.2em;
  margin-top: 24px;
}
c-post-related[cid] .c_articles .post_date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-post-related[cid] .c_articles .link_icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /18px 18px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  width: 18px;
}
c-post-related[cid] .c_articles .thumb_img {
  aspect-ratio: 394/360;
  overflow: hidden;
  position: relative;
}
c-post-related[cid] .c_articles .thumb_img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
c-post-related[cid] .c_articles .thumb_video {
  aspect-ratio: 394/360;
  overflow: hidden;
  position: relative;
}
c-post-related[cid] .c_articles .thumb_video video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
c-post-related[cid] .swiper-pagination {
  bottom: -24px;
  transform: translateY(100%);
}
c-post-related[cid] .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--color--1);
  height: 14px;
  margin: 0 6px;
  opacity: 1;
  width: 14px;
}
c-post-related[cid]
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color--1);
}
c-post-related[cid]
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
c-post-related[cid] .c-button {
  margin-top: 120px;
}
c-post-share[cid] {
  padding: 60px 0;
}
c-post-share[cid].is-story {
  padding: 32px 0 80px;
}
c-post-share[cid].is-story .u-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
c-post-share[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
c-post-share[cid] .c_heading {
  font-size: calc(28.70588px + 0.78431vw);
  font-size: calc(1.79412rem + 0.78431vw);
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
c-post-share[cid] .c_share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
c-post-share[cid] .c_share .links_btn {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(21.17647px + 0.19608vw);
  font-size: calc(1.32353rem + 0.19608vw);
  line-height: 1.1em;
  min-width: 72px;
  padding: 10px 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
c-post-share[cid] .c_share .links_btn .copy-tooltip {
  color: var(--color--1);
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  opacity: 0;
  position: absolute;
  right: -70%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
}
c-post-share[cid] .c_share .links_btn .copy-tooltip.is-visible {
  opacity: 1;
}
c-post-share[cid] .c_featured-image {
  bottom: 0;
  filter: brightness(0.6);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
c-post-share[cid] .c_featured-image .img_src {
  background-position: 50%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-posts-archive-hero[cid] .c_heading {
  font-size: calc(7.76471px + 28.62745vw);
  font-size: calc(0.48529rem + 28.62745vw);
  left: 50%;
  line-height: 1em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-posts-archive-hero[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-posts-archive-hero[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
:root[theme="dark"] {
  --featured-card-bg: rgba(0, 0, 0, 0.7);
  --featured-icon-filter: invert(0);
}
:root[theme="light"] {
  --featured-card-bg: hsla(0, 0%, 100%, 0.85);
  --featured-icon-filter: invert(1);
}
c-posts-archive[cid] {
  padding-bottom: 186px;
}
c-posts-archive[cid] .c_top {
  align-items: center;
  bottom: 88px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  left: var(--filter-padding);
  opacity: 0;
  position: fixed;
  right: var(--filter-padding);
  z-index: 1900;
}
c-posts-archive[cid] .c_views {
  align-items: center;
  border-radius: 100px;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 3px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
c-posts-archive[cid] .c_views:has(.view_btn:first-child.active) {
  --view-toggle-transform: translateX(0);
}
c-posts-archive[cid] .c_views:has(.view_btn:last-child.active) {
  --view-toggle-transform: translateX(100%);
}
c-posts-archive[cid] .c_views .view_btn {
  border: none;
  border-radius: 0;
  font-size: calc(13.58824px + 0.09804vw);
  font-size: calc(0.84926rem + 0.09804vw);
  line-height: 0.8em;
  padding: 8px 10px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}
c-posts-archive[cid] .c_views .view_btn.active {
  color: #000;
  filter: var(--invert-filters);
}
c-posts-archive[cid] .c_views:after {
  background-color: var(--color--1);
  border-radius: 76px;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  top: 4px;
  transform: var(--view-toggle-transform);
  transition: transform 0.3s ease-in-out;
  width: calc(50% - 4px);
}
c-posts-archive[cid] .c_featured_article {
  margin-top: 88px;
  padding-bottom: 74px;
  padding-top: 74px;
  position: relative;
}
c-posts-archive[cid] .c_featured_article .thumb_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
}
c-posts-archive[cid] .c_featured_article .article_content {
  background-color: var(--featured-card-bg);
  border: 1px solid #949492;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  opacity: 0;
  padding: 32px;
  position: relative;
  z-index: 2;
}
c-posts-archive[cid] .c_featured_article .article_row {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
c-posts-archive[cid] .c_featured_article .article_row:not(.is-details) {
  margin-bottom: 24px;
}
c-posts-archive[cid] .c_featured_article .article_row:last-child {
  margin-top: 64px;
}
c-posts-archive[cid] .c_featured_article .post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
c-posts-archive[cid] .c_featured_article .post_category {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-posts-archive[cid] .c_featured_article .reading-time {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-posts-archive[cid] .c_featured_article .article_title {
  font-size: calc(30.35294px + 0.39216vw);
  font-size: calc(1.89706rem + 0.39216vw);
  line-height: 1.2em;
  margin-top: 24px;
  --underline-height: 1px;
  background-image: linear-gradient(var(--color--1), var(--color--1));
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-size: 0 var(--underline-height);
  display: inline;
  transition: background-size 0.6s cubic-bezier(0.32, 0.72, 0, 1);
}
c-posts-archive[cid] .c_featured_article .post_date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-posts-archive[cid] .c_featured_article .link_icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /18px 18px no-repeat;
  content: "";
  display: inline-block;
  filter: var(--featured-icon-filter);
  height: 18px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  width: 18px;
}
c-posts-archive[cid] .c_featured_article .thumb_img {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
c-posts-archive[cid] .c_featured_article .thumb_img img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
c-posts-archive[cid] .c_articles {
  margin-top: 122px;
}
c-posts-archive[cid] .c_articles[data-view="grid"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  gap: 32px;
}
c-posts-archive[cid] .c_articles[data-view="grid"] .c_article {
  min-height: 600px;
}
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article
  .article_row:not(.is-details) {
  margin-bottom: 24px;
}
c-posts-archive[cid] .c_articles[data-view="grid"] .c_article .article_title {
  --underline-height: 1px;
  background-image: linear-gradient(var(--color--1), var(--color--1));
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-size: 0 var(--underline-height);
  display: inline;
  transition: background-size 0.6s cubic-bezier(0.32, 0.72, 0, 1);
}
c-posts-archive[cid] .c_articles[data-view="grid"] .c_article .thumb_link {
  width: 100%;
}
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article
  .thumb_link:hover
  .article_title {
  background-size: 100% var(--underline-height);
}
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .article_content {
  background: linear-gradient(
    to top,
    var(--color--2) 30%,
    transparent 65%,
    transparent 100%
  );
  justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 2;
}
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_img,
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_img
  img,
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_img
  video,
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_video
  img,
c-posts-archive[cid]
  .c_articles[data-view="grid"]
  .c_article[data-type="story"]
  .thumb_video
  video {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-posts-archive[cid] .c_articles[data-view="list"] {
  display: flex;
  flex-direction: column;
  gap: 0;
}
c-posts-archive[cid] .c_articles[data-view="list"] .c_article {
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--color--1);
  overflow: visible;
}
c-posts-archive[cid] .c_articles[data-view="list"] .c_article:last-child {
  border-bottom: 1px solid var(--color--1);
}
c-posts-archive[cid]
  .c_articles[data-view="list"]
  .c_article[data-type="story"]
  .thumb_img
  img,
c-posts-archive[cid]
  .c_articles[data-view="list"]
  .c_article[data-type="story"]
  .thumb_img
  video,
c-posts-archive[cid]
  .c_articles[data-view="list"]
  .c_article[data-type="story"]
  .thumb_video
  img,
c-posts-archive[cid]
  .c_articles[data-view="list"]
  .c_article[data-type="story"]
  .thumb_video
  video {
  max-height: none;
  max-width: none;
  width: 100%;
}
c-posts-archive[cid] .c_articles[data-view="list"] .thumb_link {
  overflow: visible;
  width: 100%;
}
c-posts-archive[cid] .c_articles[data-view="list"] .article_content {
  padding: 60px 0;
}
c-posts-archive[cid] .c_articles[data-view="list"] .article_top {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
c-posts-archive[cid] .c_articles[data-view="list"] .article_row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
c-posts-archive[cid] .c_articles[data-view="list"] .article_row:last-child {
  display: none;
}
c-posts-archive[cid] .c_articles[data-view="list"] .article_title {
  font-size: calc(18.82353px + 3.13725vw);
  font-size: calc(1.17647rem + 3.13725vw);
  line-height: 1.2em;
  margin-top: 0;
  width: 70%;
}
c-posts-archive[cid] .c_articles[data-view="list"] .thumb_img,
c-posts-archive[cid] .c_articles[data-view="list"] .thumb_video {
  aspect-ratio: 600/430;
  border-radius: 12px;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 50%;
}
c-posts-archive[cid] .c_articles[data-view="list"] .thumb_img .video_src,
c-posts-archive[cid] .c_articles[data-view="list"] .thumb_video .video_src {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
}
c-posts-archive[cid] .c_articles .c_article {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  position: relative;
}
c-posts-archive[cid]
  .c_articles
  .c_article.is-inactive
  .article_row:first-of-type {
  opacity: 0;
  transform: translateY(-80%);
}
c-posts-archive[cid]
  .c_articles
  .c_article.is-inactive
  .article_row:nth-of-type(2) {
  opacity: 0;
  transform: translateY(80%);
}
c-posts-archive[cid] .c_articles .thumb_link {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
c-posts-archive[cid] .c_articles .article_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 32px;
}
c-posts-archive[cid] .c_articles .article_row {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
c-posts-archive[cid] .c_articles .article_row:last-child {
  margin-top: 64px;
}
c-posts-archive[cid] .c_articles .post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
c-posts-archive[cid] .c_articles .post_category {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-posts-archive[cid] .c_articles .reading-time {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-posts-archive[cid] .c_articles .article_title {
  font-size: calc(30.35294px + 0.39216vw);
  font-size: calc(1.89706rem + 0.39216vw);
  line-height: 1.2em;
  margin-top: 24px;
}
c-posts-archive[cid] .c_articles .post_date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1em;
}
c-posts-archive[cid] .c_articles .link_icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
    50% /18px 18px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  width: 18px;
}
c-posts-archive[cid] .c_articles .thumb_img {
  aspect-ratio: 394/360;
  overflow: hidden;
  position: relative;
}
c-posts-archive[cid] .c_articles .thumb_img img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
c-posts-archive[cid] .c-button {
  margin-top: 64px;
}
c-posts-archive[cid] .c_articles_overlay {
  background: linear-gradient(to top, var(--color--2) 50%, transparent 100%);
  bottom: 0;
  height: 500px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
c-posts-archive[cid] .story_modal {
  background-color: var(--color--2);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  top: 0;
  transform-origin: center;
  transition: opacity 0.3s ease-in-out 0.15s;
  width: 100%;
  z-index: 2002;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
c-posts-archive[cid] .story_modal.-is-open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out 0s;
}
c-posts-archive[cid] .story_modal .modal_close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='m7.004 7.134 14.143 14.142m-14.015.001L21.274 7.135'/%3E%3C/svg%3E")
    no-repeat 50% /30px 30px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 54px;
  top: 60px;
  width: 30px;
  z-index: 1000;
}
c-posts-archive[cid] .story_modal .modal_inner {
  height: 100%;
  padding-bottom: 120px;
  padding-top: 120px;
}
c-posts-archive[cid] .story_modal .modal_inner > div {
  align-items: center;
  display: flex;
  gap: 68px;
  height: 100%;
  justify-content: space-between;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_video {
  aspect-ratio: 394/700;
  border: 1px solid var(--color--1);
  border-radius: 12px;
  overflow: hidden;
  width: 30%;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_video .video-src {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_content {
  width: 60%;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_title {
  font-size: calc(13.41176px + 1.56863vw);
  font-size: calc(0.83824rem + 1.56863vw);
  line-height: 1.1em;
  margin-bottom: 32px;
  max-width: 600px;
  text-transform: uppercase;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_detiails,
c-posts-archive[cid] .story_modal .modal_inner > div .post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
c-posts-archive[cid] .story_modal .modal_inner > div .post_category {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-posts-archive[cid] .story_modal .modal_inner > div .post_category,
c-posts-archive[cid] .story_modal .modal_inner > div .post_date,
c-posts-archive[cid] .story_modal .modal_inner > div .reading-time {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-posts-archive[cid] .story_modal .modal_inner > div .modal_description {
  font-size: calc(13.88235px + 0.98039vw);
  font-size: calc(0.86765rem + 0.98039vw);
  line-height: 1.35em;
  margin-top: 64px;
}
c-posts-archive[cid] .story_modal .modal_inner > div .c-button {
  margin-left: 0;
  margin-top: 64px;
}
c-posts-archive[cid] .story_modal .modal_inner > div .c-button .btn_label {
  font-size: calc(14.76471px + 0.29412vw);
  font-size: calc(0.92279rem + 0.29412vw);
}
c-posts-archive[cid] .c_overlay_filter.is-desktop {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  transform-origin: center;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .c_before_arrow {
  height: 38px;
  opacity: 1;
  width: 38px;
}
c-posts-archive[cid]
  .c_overlay_filter.is-desktop.is-open
  .c_before_arrow:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .filter_toggle-label {
  position: absolute;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .c_filters {
  background-color: #000;
  color: #fff;
  padding: 4px;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .filter_toggle {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .filter_options {
  opacity: 1 !important;
  transition-delay: 0.25s !important;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.is-open .c_after_arrow {
  border-width: 0;
  height: 0;
  opacity: 0;
  width: 0;
}
c-posts-archive[cid]
  .c_overlay_filter.is-desktop.is-open
  .c_after_arrow:before {
  opacity: 0;
  transform: translate(-200%, -50%);
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.hidden .filter_options {
  width: 0;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop.hidden .filter_options_inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_before_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s ease-in-out, width 0.6s ease-in-out,
    height 0.6s ease-in-out, opacity 0.45s ease-in-out;
  width: 0;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_before_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M16.725 10.7H.308V9.29h16.417L8.89 1.454l.971-1 9.553 9.552L9.86 19.56l-.971-1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-200%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_filters {
  align-items: center;
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 138px;
  color: #fff;
  display: flex;
  padding: 4px 16px;
  position: relative;
  transition: background-color 0.6s ease-in-out, color 0.3s ease-in-out,
    padding 0.6s ease-in-out;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_filters .filter_toggle {
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.25s;
}
c-posts-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_filters .filter_options {
  align-items: center;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0s;
}
c-posts-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_options_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_filters .filter_btn {
  border-radius: 100px;
  flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 2px 12px;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
c-posts-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_btn.active {
  background-color: #fff;
  color: #000;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_after_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 38px;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s ease-in-out, border-width 0.4s ease-in-out,
    width 0.6s ease-in-out, height 0.6s ease-in-out, opacity 0.45s ease-in-out;
  width: 38px;
}
c-posts-archive[cid] .c_overlay_filter.is-desktop .c_after_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M2.79 9.3h16.418v1.41H2.79l7.836 7.836-.972 1L.103 9.994 9.655.44l.972 1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-posts-archive[cid] .filter_page-overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.45s ease-in-out;
  width: 100%;
  z-index: 1899;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile {
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  padding: 32px;
  transition: background-color 0.45s ease-in-out, transform 0.45s ease-in-out;
  z-index: 1900;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile.is-open {
  background-color: var(--color--2);
  transform: translateY(-36px);
}
c-posts-archive[cid] .c_overlay_filter.is-mobile.is-open .c_filters {
  opacity: 1;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .filter_toggle {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .filter_toggle.is-plus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
  background-color: #000;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .filter_toggle.is-minus:after,
c-posts-archive[cid] .c_overlay_filter.is-mobile .filter_toggle.is-plus:after {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 44px;
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease,
    transform 0.4s ease;
  width: 44px;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .filter_toggle.is-minus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 1.09h20'/%3E%3C/svg%3E")
    50% /20px 2px no-repeat;
  background-color: #000;
}
c-posts-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle_inner {
  align-items: center;
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  display: flex;
  justify-content: center;
  padding: 9px 16px;
}
c-posts-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-transform: uppercase;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .c_filters {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.45s ease-in-out;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .c_filters .filter_options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 54px;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .c_filters .filter_btn {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 8px 13px;
  text-align: center;
  text-transform: uppercase;
}
c-posts-archive[cid] .c_overlay_filter.is-mobile .c_filters .filter_btn.active {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-posts-archive[cid]
  .filter_page-overlay:has(+ .c_overlay_filter.is-mobile.is-open) {
  opacity: var(--filter-overlay-opacity);
}
c-preloader[cid] {
  height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2500;
}
c-preloader[cid] .c_top {
  background-color: var(--color--2);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  height: 50%;
}
c-preloader[cid] .c_top img {
  filter: var(--filter);
  opacity: 0;
  transform: translate(-100vw, -2vh);
}
c-preloader[cid] .c_bottom {
  background-color: var(--color--2);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  height: calc(50% + 1px);
  justify-content: flex-end;
  margin-top: -1px;
}
c-preloader[cid] .c_bottom img {
  filter: var(--filter);
  opacity: 0;
  transform: translate(100vw, 2vh);
}
c-preloader[cid] img {
  max-width: none;
  width: 110vw;
}
c-process-list[cid] {
  padding: 112px 0;
}
c-process-list[cid] .c_processes {
  display: flex;
  flex-direction: column;
  gap: 0;
}
c-process-list[cid] .c_processes .line {
  background-color: var(--color--1);
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  width: 100%;
}
c-process-list[cid] .c_processes .process {
  display: flex;
  flex-direction: column;
}
c-process-list[cid] .c_processes .process_inner {
  display: flex;
  gap: 68px;
  justify-content: space-between;
  overflow: hidden;
  padding: 36px 12px;
}
c-process-list[cid] .c_processes .process_title {
  align-items: flex-start;
  display: flex;
  margin-bottom: auto;
  margin-top: auto;
  transform: translateY(200%);
  width: 55%;
}
c-process-list[cid] .c_processes .process_title .count {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  margin-right: 8px;
}
c-process-list[cid] .c_processes .process_title .text {
  display: inline-block;
  font-size: calc(20px + 6.66667vw);
  font-size: calc(1.25rem + 6.66667vw);
  line-height: 0.85em;
  text-transform: uppercase;
}
c-process-list[cid] .c_processes .process_text {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  line-height: 1.35em;
  opacity: 0;
  width: 45%;
}
c-process-list[cid] .c_processes .process_text p:not(:first-child) {
  margin-top: 1em;
}
c-process-scroll[cid] .c_inner.is-desktop {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 100svh;
  position: sticky;
  top: 0;
}
c-process-scroll[cid] .c_inner.is-mobile .swiper {
  opacity: 0;
  overflow: visible;
}
c-process-scroll[cid] .c_inner.is-mobile .swiper-slide {
  background-color: var(--color--2);
}
c-process-scroll[cid]
  .c_inner.is-mobile
  .swiper-slide:not(.swiper-slide-fully-visible) {
  opacity: 0 !important;
}
c-process-scroll[cid] .c_inner.is-mobile .swiper-pagination {
  bottom: -54px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  z-index: 4;
}
c-process-scroll[cid]
  .c_inner.is-mobile
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  opacity: 1;
  width: 14px;
}
c-process-scroll[cid]
  .c_inner.is-mobile
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color--1);
}
c-process-scroll[cid]
  .c_inner.is-mobile
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
c-process-scroll[cid] .c_headings {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding-top: 68px;
  position: relative;
  z-index: 2;
}
c-process-scroll[cid] .c_heading {
  align-items: center;
  display: flex;
  opacity: 0.6;
  position: relative;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 50%;
}
c-process-scroll[cid] .c_heading:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='39' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='6' d='M0 19h38M19 38.125v-38'/%3E%3C/svg%3E")
    no-repeat 50% / contain;
  content: "";
  display: inline-block;
  filter: var(--filter);
  flex-shrink: 0;
  height: 38px;
  transition: width 0.3s ease-in-out;
  width: 0;
}
c-process-scroll[cid] .c_heading.active {
  opacity: 1;
  transform: translateX(16px);
}
c-process-scroll[cid] .c_heading.active:before {
  width: 38px;
}
c-process-scroll[cid] .c_heading.active .heading_inner {
  transform: translateX(18px);
}
c-process-scroll[cid] .heading_inner {
  align-items: flex-start;
  display: flex;
  transition: transform 0.3s ease-in-out;
}
c-process-scroll[cid] .count {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  margin-right: 6px;
}
c-process-scroll[cid] .count .count_total {
  opacity: 0.6;
}
c-process-scroll[cid] .title {
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 0.8em;
  text-transform: uppercase;
}
c-process-scroll[cid] .c_details {
  display: grid;
  flex-shrink: 0;
  max-width: 450px;
  width: 50%;
}
c-process-scroll[cid] .c_detail {
  display: flex;
  flex-direction: column;
  gap: 36px;
  grid-area: 1/1;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
c-process-scroll[cid] .c_detail.active {
  opacity: 1;
}
c-process-scroll[cid] .c_text {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  line-height: 1.35em;
  position: relative;
  z-index: 2;
}
c-process-scroll[cid] .c_video {
  aspect-ratio: 1;
  margin: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
c-process-scroll[cid] .c_video.is-dark {
  display: var(--displayDark);
}
c-process-scroll[cid] .c_video.is-light {
  display: var(--displayLight);
}
c-process-scroll[cid] .c_video video {
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
c-project-banner[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 68px;
  justify-content: space-between;
  min-height: 700px;
  padding: 140px 0 112px;
  position: relative;
  z-index: 2;
}
c-project-banner[cid] .c_image {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
c-project-banner[cid] .c_top-left-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  margin-right: auto;
  text-transform: uppercase;
}
c-project-banner[cid] .c-button {
  margin-left: auto;
  margin-right: 0;
}
c-project-banner[cid] .c_background {
  filter: brightness(0.8);
  z-index: 0;
}
c-project-details[cid] {
  padding: 128px 0 140px;
}
c-project-details[cid] .c_inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0;
  gap: 0;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
}
c-project-details[cid] .c_left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0;
  padding-right: 64px;
  width: 100%;
}
c-project-details[cid] .c_left > :not(:last-child) {
  margin-bottom: 48px;
}
c-project-details[cid] .c_left .c_left-heading {
  margin-bottom: 24px !important;
}
c-project-details[cid] .c_left .c_left-heading .heading_text {
  font-size: calc(17.29412px + 2.54902vw);
  font-size: calc(1.08088rem + 2.54902vw);
  line-height: 1.25em;
}
c-project-details[cid] .c_left .c_left-group {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
c-project-details[cid]
  .c_left
  .c_left-group:not(:last-child):has(+ .c_left-group) {
  margin-bottom: 28px;
}
c-project-details[cid] .c_left .group_title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.2em;
  opacity: 0.6;
  text-transform: uppercase;
  width: 100%;
}
c-project-details[cid] .c_left .group_text {
  font-size: calc(14.35294px + 0.39216vw);
  font-size: calc(0.89706rem + 0.39216vw);
  line-height: 1.25em;
  width: 100%;
}
c-project-details[cid] .c_left .u-underline {
  align-items: center;
  display: inline-flex;
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  gap: 8px;
  letter-spacing: 0.08em;
  line-height: 1em;
  overflow: visible;
  position: relative;
  text-transform: uppercase;
}
c-project-details[cid] .c_left .u-underline:before {
  bottom: -3px;
}
c-project-details[cid] .c_left .u-underline:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M10.793 2.05.854 12 0 11.145l9.94-9.95H.45L.434 0H12v11.58l-1.193-.018z'/%3E%3C/svg%3E")
    no-repeat 50% /12px 12px;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 12px;
  transition: transform 0.35s ease;
  width: 12px;
}
c-project-details[cid] .c_left .c_left-metrics {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
c-project-details[cid] .c_left .metric_item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
c-project-details[cid] .c_left .metric_item .item_value {
  font-size: calc(17.29412px + 2.54902vw);
  font-size: calc(1.08088rem + 2.54902vw);
  line-height: 1.25em;
}
c-project-details[cid] .c_left .metric_item .item_label {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  line-height: 1.2em;
}
c-project-details[cid] .c_left .metric_item .item_label.-lower {
  opacity: 0.6;
}
c-project-details[cid] .c_right {
  width: 100%;
}
c-project-details[cid] .c_right .c_description {
  height: 400px;
  overflow: hidden;
  position: relative;
}
c-project-details[cid] .c_right .c_description.is-collapsed {
  -webkit-mask-image: linear-gradient(0deg, transparent, #fff 25%);
  mask-image: linear-gradient(0deg, transparent, #fff 25%);
}
c-project-details[cid]
  .c_right
  .c_description
  .description_content
  > :not(:last-child) {
  margin-bottom: 24px !important;
}
c-project-details[cid] .c_right .c_description .description_content ol,
c-project-details[cid] .c_right .c_description .description_content ul {
  display: grid;
  grid-gap: 0.5em;
  margin: 0;
  padding: 0 0 0 48px;
}
c-project-details[cid] .c_right .c_description .description_content li {
  color: rgba(var(--rgb--1), 0.6);
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  line-height: 1.35em;
  padding-left: 0.5em;
}
c-project-details[cid]
  .c_right
  .c_description
  .description_content
  ul
  li::marker {
  color: rgba(var(--rgb--1), 0.6);
  content: "\2022";
}
c-project-details[cid]
  .c_right
  .c_description
  .description_content
  ol
  li::marker {
  color: rgba(var(--rgb--1), 0.6);
  content: counter(list-item) ".";
}
c-project-details[cid]
  .c_right
  .c_description
  .description_content
  ol
  li:before {
  display: none;
}
c-project-details[cid] .c_right .c_description p {
  color: rgba(var(--rgb--1), 0.6);
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  line-height: 1.35em;
}
c-project-details[cid] .c_right .c_description p b,
c-project-details[cid] .c_right .c_description p strong {
  color: var(--color--1);
  font-size: calc(16.70588px + 0.78431vw);
  font-size: calc(1.04412rem + 0.78431vw);
  font-weight: 400;
  line-height: 1.35em;
}
c-project-details[cid] .c_right .c-button {
  margin-left: 0;
  margin-top: 56px;
}
c-project-details[cid] .c_right .c-button:before {
  height: 0 !important;
  opacity: 0 !important;
  width: 0 !important;
}
c-project-details[cid] .c_right .c-button:after {
  height: 44px !important;
  opacity: 1 !important;
  width: 44px !important;
}
c-project-hero[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  min-height: 100vh;
  position: sticky;
  top: 0;
}
c-project-hero[cid] .c_heading {
  font-size: calc(32.58824px + 1.76471vw);
  font-size: calc(2.03676rem + 1.76471vw);
  line-height: 1.2em;
  padding: 0 4.5vw;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-transform: uppercase;
  text-underline-offset: 0.15em;
}
c-project-hero[cid] .c_terms {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 4.5vw;
}
c-project-hero[cid] .c_terms .project_discipline,
c-project-hero[cid] .c_terms .project_sector {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-project-hero[cid] .c_terms .project_discipline {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-project-hero[cid] .c_featured-media {
  aspect-ratio: 1440/810;
  border-radius: 20px;
  height: 100%;
  margin-top: 46px;
  overflow: hidden;
  transform: scale(0.6);
  transform-origin: center;
  width: 100%;
}
c-project-hero[cid] .c_featured-media .media_wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
c-project-hero[cid] .c_featured-media .media_src,
c-project-hero[cid] .c_featured-media picture,
c-project-hero[cid] .c_featured-media video {
  background-position: 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
c-project-hero[cid] .c_featured-media picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-project-hero[cid] .c_loading-images {
  align-content: center;
  align-items: center;
  background-color: var(--color--2);
  bottom: 0;
  display: grid;
  height: 100svh;
  justify-content: center;
  justify-items: center;
  left: 0;
  place-content: center;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 4950;
}
c-project-hero[cid] .c_loading-images .loading_image {
  aspect-ratio: 533/300;
  border-radius: 12px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  grid-area: 1/1;
  max-height: 300px;
  max-width: 533px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: perspective(300px) scale(0) rotateX(-90deg);
}
c-project-hero[cid] .c_loading-images .loading_image.-scale-y {
  transform-origin: top;
}
c-project-media[cid] {
  padding-left: 9px;
  padding-right: 9px;
}
c-project-media[cid] .c_medias {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  grid-gap: 18px;
  gap: 18px;
  text-align: center;
}
c-project-media[cid] .item_media {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
c-project-media[cid] .item_media img {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-project-related[cid] {
  padding: 46px 0 24px;
}
c-project-related[cid] .heading_parent {
  align-items: center;
  display: flex;
  height: 100svh;
  justify-content: center;
  position: sticky;
  top: 0;
}
c-project-related[cid] .c_heading {
  font-size: calc(3.05882px + 37.84314vw);
  font-size: calc(0.19118rem + 37.84314vw);
  left: 50%;
  line-height: 0.9em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%, 110%);
  transition: opacity 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
c-project-related[cid] .c_heading.is-hidden {
  opacity: 0;
}
c-project-related[cid] .c_content {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
c-project-related[cid] .c_projects {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
c-project-related[cid] .c_projects .c_project {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-in-out;
}
c-project-related[cid] .c_projects .c_project.is-inactive .project_content {
  opacity: 0;
  transform: translateY(-50%);
}
c-project-related[cid] .c_projects .thumb_link {
  overflow: hidden;
  position: relative;
  transition: border-radius 0.3s ease-in-out;
}
c-project-related[cid] .c_projects .thumb_link:before {
  background: linear-gradient(0deg, #000 0, transparent);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
c-project-related[cid] .c_projects .thumb_video {
  aspect-ratio: 16/9;
  width: 100%;
}
c-project-related[cid] .c_projects picture {
  display: block;
}
c-project-related[cid] .c_projects .thumb_img {
  aspect-ratio: 1035/580;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
c-project-related[cid] .c_projects .thumb_img img,
c-project-related[cid] .c_projects .thumb_img video {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  transform: scale(1.2);
  width: 100%;
}
c-project-related[cid] .c_projects .project_content {
  align-items: flex-start;
  bottom: 32px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  left: 32px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
}
c-project-related[cid] .c_projects .project_details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
c-project-related[cid] .c_projects .project_discipline,
c-project-related[cid] .c_projects .project_sector {
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-project-related[cid] .c_projects .project_sector {
  background-color: #fff;
  color: #000;
}
c-project-related[cid] .c_projects .project_discipline {
  color: #fff;
}
c-project-related[cid] .c-button {
  margin-top: 140px;
}
c-projects-archive-hero[cid] {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 198px 0 88px;
}
c-projects-archive-hero[cid] .c_inner {
  position: sticky;
  top: 0;
}
c-projects-archive-hero[cid] .c_heading {
  font-size: calc(41.64706px + 26.27451vw);
  font-size: calc(2.60294rem + 26.27451vw);
  left: 50%;
  line-height: 1em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-projects-archive-hero[cid] .c_heading .lineParent {
  overflow: hidden;
}
c-projects-archive-hero[cid] .c_heading .lineChild {
  transform: translateY(110%);
}
:root[theme="dark"] {
  --invert-filters: invert(0);
  --filter-bg: rgba(0, 0, 0, 0.15);
}
:root[theme="light"] {
  --invert-filters: invert(1);
  --filter-bg: hsla(0, 0%, 100%, 0.15);
}
c-projects-archive[cid] {
  padding-bottom: 224px;
}
c-projects-archive[cid] .c_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  position: sticky;
  top: 0;
}
c-projects-archive[cid] .c_heading .heading_inner {
  font-size: calc(-12px + 30vw);
  font-size: calc(-0.75rem + 30vw);
  left: 50%;
  line-height: 1em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-projects-archive[cid] .c_projects_featured {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 102px;
}
c-projects-archive[cid] .c_projects_featured .project_content {
  pointer-events: none;
}
c-projects-archive[cid] .c_projects {
  margin-top: 102px;
}
c-projects-archive[cid] .c_projects.is-hidden {
  display: none !important;
}
c-projects-archive[cid] .c_projects.is-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
c-projects-archive[cid] .c_projects.is-list .project_content {
  pointer-events: none;
}
c-projects-archive[cid] .c_projects.is-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  grid-row-gap: 64px;
  row-gap: 64px;
}
c-projects-archive[cid] .c_projects.is-grid .project_content {
  pointer-events: none;
}
c-projects-archive[cid] .c_projects.is-grid .project_title {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
}
c-projects-archive[cid] .c_projects.is-grid .c_projects_overlay {
  background: linear-gradient(to top, var(--color--2) 0, transparent 100%);
  bottom: -100px;
  height: 450px;
  left: -200px;
  pointer-events: none;
  position: absolute;
  right: -200px;
  width: calc(100% + 400px);
  z-index: 2;
}
c-projects-archive[cid] .c_project {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-in-out;
}
c-projects-archive[cid] .c_project:not(.is-featured) {
  opacity: 0;
}
c-projects-archive[cid] .c_project.is-inactive .project_content {
  opacity: 0;
  transform: translateY(-50%);
}
c-projects-archive[cid] .thumb_link {
  position: relative;
}
c-projects-archive[cid] picture {
  display: block;
}
c-projects-archive[cid] .thumb_img,
c-projects-archive[cid] .thumb_video {
  aspect-ratio: 1035/580;
  position: relative;
}
c-projects-archive[cid] .thumb_img:before,
c-projects-archive[cid] .thumb_video:before {
  background: linear-gradient(0deg, #000 0, transparent);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
c-projects-archive[cid] .thumb_img img,
c-projects-archive[cid] .thumb_img video,
c-projects-archive[cid] .thumb_video img,
c-projects-archive[cid] .thumb_video video {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
c-projects-archive[cid] .project_content {
  align-items: center;
  bottom: 32px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  left: 32px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
}
c-projects-archive[cid] .project_details {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
c-projects-archive[cid] .project_discipline,
c-projects-archive[cid] .project_sector {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-projects-archive[cid] .project_discipline {
  background-color: #fff;
  color: #000;
}
c-projects-archive[cid] .c-button {
  bottom: -126px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop {
  align-items: center;
  bottom: 88px;
  display: flex;
  justify-content: center;
  left: 50%;
  opacity: 0;
  position: fixed;
  transform: translate(-50%, 100%);
  transform-origin: center;
  z-index: 1900;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.is-open .c_before_arrow {
  left: 0;
  transform: scale(1);
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop.is-open
  .c_before_arrow:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop.is-open
  .filter_toggle-label {
  position: absolute;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.is-open .c_filters {
  margin-left: 38px;
  padding: 4px;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.is-open .filter_toggle {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.is-open .filter_options {
  opacity: 1 !important;
  transition-delay: 0.25s !important;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.is-open .c_after_arrow {
  border-width: 0;
  transform: scale(0);
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop.is-open
  .c_after_arrow:before {
  opacity: 0;
  transform: translate(-200%, -50%);
}
c-projects-archive[cid] .c_overlay_filter.is-desktop.hidden .filter_options {
  width: 0;
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop.hidden
  .filter_options_inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_before_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 38px;
  left: -38px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out;
  width: 38px;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_before_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23000' d='M16.725 10.7H.308V9.29h16.417L8.89 1.454l.971-1 9.553 9.552L9.86 19.56l-.971-1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  filter: invert(1);
  height: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-200%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_filters {
  align-items: center;
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 138px;
  color: #fff;
  display: flex;
  margin-left: -38px;
  padding: 4px 16px;
  position: relative;
  transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out,
    margin-left 0.6s ease-in-out, padding 0.6s ease-in-out;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_filters .filter_toggle {
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0.25s;
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_options {
  align-items: center;
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0s;
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_options_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_filters .filter_btn {
  border-radius: 100px;
  flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 2px 12px;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
c-projects-archive[cid]
  .c_overlay_filter.is-desktop
  .c_filters
  .filter_btn.active {
  background-color: #fff;
  color: #000;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_after_arrow {
  background-color: #000;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  flex-shrink: 0;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: -38px;
  top: 0;
  transition: transform 0.6s ease-in-out, border-width 0.4s ease-in-out;
  width: 38px;
}
c-projects-archive[cid] .c_overlay_filter.is-desktop .c_after_arrow:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M2.79 9.3h16.418v1.41H2.79l7.836 7.836-.972 1L.103 9.994 9.655.44l.972 1z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.6s ease-in-out, opacity 0.25s ease-in-out;
  width: 20px;
}
c-projects-archive[cid] .filter_page-overlay {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.45s ease-in-out;
  width: 100%;
  z-index: 1899;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile {
  align-items: center;
  background-color: transparent;
  border-radius: 12px;
  bottom: 6px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  justify-content: center;
  left: 50%;
  opacity: 0;
  padding: 32px;
  position: fixed;
  transform: translate(-50%);
  transition: background-color 0.45s ease-in-out, transform 0.45s ease-in-out;
  width: 78%;
  z-index: 1900;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile.is-open {
  background-color: var(--color--2);
  transform: translate(-50%, -36px);
}
c-projects-archive[cid] .c_overlay_filter.is-mobile.is-open .c_filters {
  opacity: 1;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile .filter_toggle {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle.is-plus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 10.09h20M10.089 20V0'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
  background-color: #000;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle.is-minus:after,
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle.is-plus:after {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: inline-block;
  filter: var(--filter);
  height: 44px;
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease,
    transform 0.4s ease;
  width: 44px;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle.is-minus:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='2' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.25' d='M0 1.09h20'/%3E%3C/svg%3E")
    50% /20px 2px no-repeat;
  background-color: #000;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle_inner {
  align-items: center;
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  display: flex;
  justify-content: center;
  padding: 9px 16px;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .filter_toggle
  .filter_toggle-label {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-transform: uppercase;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile .c_filters {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.45s ease-in-out;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile .c_filters .filter_options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 54px;
}
c-projects-archive[cid] .c_overlay_filter.is-mobile .c_filters .filter_btn {
  background-color: var(--color--2);
  border: 1px solid var(--color--1);
  border-radius: 100px;
  color: var(--color--1);
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 8px 13px;
  text-align: center;
  text-transform: uppercase;
}
c-projects-archive[cid]
  .c_overlay_filter.is-mobile
  .c_filters
  .filter_btn.active {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-projects-archive[cid]:has(+ c-media-text):has(.c_projects.is-list) {
  padding-bottom: 20px;
}
c-projects-archive[cid]:has(+ c-media-text):has(.c_projects.is-grid) {
  padding-bottom: 160px;
}
c-projects-archive[cid]
  .filter_page-overlay:has(+ .c_overlay_filter.is-mobile.is-open) {
  opacity: var(--filter-overlay-opacity);
}
c-projects-landing[cid] {
  padding: 120px 0 68px;
}
c-projects-landing[cid] .heading_parent {
  padding-bottom: 120px;
  position: sticky;
  top: 25%;
}
c-projects-landing[cid] .heading_inner {
  left: 50%;
  max-width: none;
  position: relative;
  transform: translate(-50%);
  width: 100%;
}
c-projects-landing[cid] .c_heading {
  font-size: calc(-1.82353px + 35.19608vw);
  font-size: calc(-0.11397rem + 35.19608vw);
  left: 50%;
  line-height: 0.9em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%, 110%);
  transition: opacity 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
c-projects-landing[cid] .c_content {
  position: relative;
  z-index: 2;
}
c-projects-landing[cid] .c_projects_list {
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-top: 88px;
}
c-projects-landing[cid] .c_projects_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 66px;
  position: relative;
  grid-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  grid-row-gap: 54px;
  row-gap: 54px;
}
c-projects-landing[cid] .c_projects_grid .project_title {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
c-projects-landing[cid] .c_projects_grid .c_projects_overlay {
  background: linear-gradient(to top, var(--color--2) 30%, transparent 100%);
  bottom: 0;
  height: 500px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
c-projects-landing[cid] .c_project {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-in-out;
}
c-projects-landing[cid] .c_project.is-inactive .project_content {
  opacity: 0;
  transform: translateY(-50%);
}
c-projects-landing[cid] .thumb_link {
  position: relative;
}
c-projects-landing[cid] picture {
  display: block;
}
c-projects-landing[cid] .thumb_img,
c-projects-landing[cid] .thumb_video {
  aspect-ratio: 1035/580;
  position: relative;
}
c-projects-landing[cid] .thumb_img:before,
c-projects-landing[cid] .thumb_video:before {
  background: linear-gradient(0deg, #000 0, transparent);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
c-projects-landing[cid] .thumb_img img,
c-projects-landing[cid] .thumb_img video,
c-projects-landing[cid] .thumb_video img,
c-projects-landing[cid] .thumb_video video {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
c-projects-landing[cid] .project_content {
  align-items: flex-start;
  bottom: 32px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  left: 32px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
}
c-projects-landing[cid] .project_details {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
c-projects-landing[cid] .project_discipline,
c-projects-landing[cid] .project_sector {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-projects-landing[cid] .project_discipline {
  background-color: #fff;
  color: #000;
}
c-projects-landing[cid] .c-button {
  margin-top: 0;
  z-index: 3;
}
c-projects-list[cid] {
  padding-bottom: 68px;
}
c-projects-list[cid] .heading_parent {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
c-projects-list[cid] .heading_inner {
  left: 50%;
  max-width: var(--container-width);
  position: relative;
  transform: translate(-50%, 110%);
  width: 100%;
}
c-projects-list[cid] .c_heading {
  font-size: calc(-1.82353px + 35.19608vw);
  font-size: calc(-0.11397rem + 35.19608vw);
  line-height: 0.9em;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
c-projects-list[cid] .c_heading.is-hidden {
  opacity: 0;
}
c-projects-list[cid] .c_content {
  position: relative;
  z-index: 2;
}
c-projects-list[cid] .c_projects {
  display: flex;
  flex-direction: column;
  gap: 82px;
}
c-projects-list[cid] .c_projects .c_project {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-in-out;
}
c-projects-list[cid] .c_projects .c_project.is-inactive .project_content {
  opacity: 0;
  transform: translateY(-50%);
}
c-projects-list[cid] .c_projects .thumb_link {
  position: relative;
}
c-projects-list[cid] .c_projects picture {
  display: block;
}
c-projects-list[cid] .c_projects .thumb_img,
c-projects-list[cid] .c_projects .thumb_video {
  aspect-ratio: 1035/580;
  position: relative;
}
c-projects-list[cid] .c_projects .thumb_img:before,
c-projects-list[cid] .c_projects .thumb_video:before {
  background: linear-gradient(0deg, #000 0, transparent);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
c-projects-list[cid] .c_projects .thumb_img img,
c-projects-list[cid] .c_projects .thumb_img video,
c-projects-list[cid] .c_projects .thumb_video img,
c-projects-list[cid] .c_projects .thumb_video video {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}
c-projects-list[cid] .c_projects .project_content {
  align-items: flex-start;
  bottom: 32px;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  left: 32px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 2;
}
c-projects-list[cid] .c_projects .project_details {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
c-projects-list[cid] .c_projects .project_discipline,
c-projects-list[cid] .c_projects .project_sector {
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: calc(9.76471px + 0.29412vw);
  font-size: calc(0.61029rem + 0.29412vw);
  line-height: 1.1em;
  padding: 8px 13px;
  text-transform: uppercase;
}
c-projects-list[cid] .c_projects .project_discipline {
  background-color: #fff;
  color: #000;
}
c-projects-list[cid] .c-button {
  margin-top: 120px;
}
c-quote[cid] {
  padding: 32px 0 60px;
  text-align: center;
}
c-quote[cid].is-story {
  padding: 32px 0;
}
c-quote[cid].is-story .u-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
c-quote[cid].is-story .c_quote {
  font-size: calc(15.52941px + 0.58824vw);
  font-size: calc(0.97059rem + 0.58824vw);
  width: 100% !important;
}
c-quote[cid] .c_quote {
  font-style: italic;
  margin: 0 auto;
  transform: translateY(20px);
  width: 95%;
}
c-quote[cid] .c_person,
c-quote[cid] .c_quote {
  font-size: calc(20.70588px + 0.78431vw);
  font-size: calc(1.29412rem + 0.78431vw);
  line-height: 1.25em;
  opacity: 0;
}
c-quote[cid] .c_person {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 32px;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
c-quote[cid] .c_person .person-company,
c-quote[cid] .c_person.is-visible {
  opacity: 0.6;
}
c-read-more[cid] {
  padding: 60px 0;
}
c-read-more[cid].is-story {
  padding: 32px 0 40px;
}
c-read-more[cid].is-story .u-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
c-read-more[cid].is-story .c_heading {
  font-size: calc(17.41176px + 1.56863vw);
  font-size: calc(1.08824rem + 1.56863vw);
}
c-read-more[cid].is-story .c-button {
  margin-left: 0 !important;
}
c-read-more[cid].is-story .c-button.is-story {
  display: block;
}
c-read-more[cid].is-story .c-button:not(.is-story) {
  display: none;
}
c-read-more[cid] .c_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
c-read-more[cid] .c_heading {
  font-size: calc(28.70588px + 0.78431vw);
  font-size: calc(1.79412rem + 0.78431vw);
  line-height: 1em;
  text-align: center;
}
c-read-more[cid] .c-button,
c-read-more[cid] .c_heading {
  text-transform: uppercase;
}
c-read-more[cid] .c-button.internal:before {
  bottom: -4px;
}
c-read-more[cid] .c-button.internal:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none'%3E%3Cpath fill='%23fff' d='M21.187 3.928 2.137 23 .5 21.361 19.55 2.29H1.364L1.331 0H23.5v22.194l-1.144-.017-1.143-.016z'/%3E%3C/svg%3E")
    50% /20px 20px no-repeat;
  height: 20px;
  margin-left: 6px;
  transition: transform 0.2s ease;
  width: 20px;
}
c-read-more[cid] .c-button.external:after,
c-read-more[cid] .c-button.external:before {
  transform: rotate(45deg);
}
:root[theme="dark"] c-service-cols[cid] .c_background.is-light,
:root[theme="light"] c-service-cols[cid] .c_background.is-dark {
  display: none;
}
c-service-cols[cid] {
  overflow: hidden;
  padding: 140px 0;
  position: relative;
}
c-service-cols[cid] .c_inner {
  position: relative;
  z-index: 2;
}
c-service-cols[cid] .c_heading {
  font-size: calc(7.05882px + 21.17647vw);
  font-size: calc(0.44118rem + 21.17647vw);
  line-height: 0.9em;
  margin: 0 auto;
  max-width: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
c-service-cols[cid] .c_cols {
  display: grid;
  margin-top: 88px;
  grid-gap: 68px 40px;
  gap: 68px 40px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}
c-service-cols[cid] .c_cols .col_text {
  font-size: calc(17.17647px + 0.19608vw);
  font-size: calc(1.07353rem + 0.19608vw);
  line-height: 1.45em;
  margin-top: 30px;
}
c-service-cols[cid] .c_background {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
c-service-cols[cid] .c_background:after {
  background: linear-gradient(to top, var(--color--2) 0, transparent 40%);
  bottom: 0;
}
c-service-cols[cid] .c_background:after,
c-service-cols[cid] .c_background:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
c-service-cols[cid] .c_background:before {
  background: linear-gradient(to bottom, var(--color--2) 0, transparent 40%);
  top: 0;
}
c-service-cols[cid] .c_background video {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
c-service-list[cid] .c_inner {
  position: relative;
  z-index: 2;
}
c-service-list[cid] .c_heading {
  font-size: calc(7.05882px + 21.17647vw);
  font-size: calc(0.44118rem + 21.17647vw);
  left: 50%;
  line-height: 1em;
  max-width: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-service-list[cid] .c_content {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  padding: 212px 0 148px;
}
c-service-list[cid] .c_label {
  font-size: calc(23.05882px + 1.17647vw);
  font-size: calc(1.44118rem + 1.17647vw);
  height: -moz-min-content;
  height: min-content;
  line-height: 1em;
  text-transform: uppercase;
}
c-service-list[cid] .c_label.is-mobile {
  margin-bottom: 42px;
}
c-service-list[cid] .c_sections {
  display: flex;
  flex-direction: column;
  gap: 180px;
  width: 55%;
}
c-service-list[cid] .c_service {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  opacity: 0.2;
  transform-origin: left;
}
c-service-list[cid] .c_service:not(:last-child) {
  margin-bottom: 30px;
}
c-service-list[cid] .service_count {
  font-size: calc(13.17647px + 0.19608vw);
  font-size: calc(0.82353rem + 0.19608vw);
  line-height: 1em;
  margin-top: 6px;
}
c-service-list[cid] .service_name {
  font-size: calc(25.41176px + 1.56863vw);
  font-size: calc(1.58824rem + 1.56863vw);
  line-height: 1em;
  text-transform: capitalize;
}
c-service-list[cid] .c_background {
  height: 100vh;
  position: sticky;
  top: 0;
  width: 100vw;
}
c-service-list[cid] .c_background.is-dark {
  display: var(--displayDark);
}
c-service-list[cid] .c_background.is-light {
  display: var(--displayLight);
}
c-service-list[cid] .c_spline {
  aspect-ratio: 16/9;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
c-service-list[cid] .c_spline.is-dark {
  display: var(--displayDark);
}
c-service-list[cid] .c_spline.is-light {
  display: var(--displayLight);
}
c-slider[cid] {
  padding: 110px 0;
}
c-slider[cid] .c_slider {
  position: relative;
  width: 100%;
}
c-slider[cid] .swiper-slide {
  aspect-ratio: 1031/624;
  border-radius: 12px;
  overflow: hidden;
}
c-slider[cid] .swiper-slide .e-media img {
  transform: scale(1.2);
  will-change: transform;
}
c-slider[cid] .swiper-pagination {
  background-color: rgba(var(--rgb--1), 0.3);
  bottom: -32px;
  height: 2px;
  left: 24px;
  left: var(--container-padding-sm);
  margin: 0 auto;
  position: absolute;
  right: 24px;
  right: var(--container-padding-sm);
  top: auto;
  transform: translateY(100%);
  width: calc(100% - 48px);
  width: calc(100% - var(--container-padding-sm) * 2);
}
c-slider[cid] .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--color--1);
}
c-slider[cid] .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--color--1);
  height: 14px;
  margin: 0 6px;
  opacity: 1;
  width: 14px;
}
c-slider[cid]
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color--1);
}
c-slider[cid]
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
c-statement[cid] {
  padding: 216px 0;
}
c-statement[cid] .c_statement {
  font-size: calc(-7.41176px + 11.76471vw);
  font-size: calc(-0.46324rem + 11.76471vw);
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
}
c-statement[cid] .c_statement .bottom_text,
c-statement[cid] .c_statement .top_text {
  will-change: transform;
}
c-statement[cid] .c_statement .bottom_text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}
c-statement[cid] .c_statement .bottom_text .append {
  font-size: calc(10.58824px + 1.76471vw);
  font-size: calc(0.66176rem + 1.76471vw);
  line-height: 0.9em;
  position: absolute;
  right: -0.05em;
  text-transform: uppercase;
  top: 0.2em;
  transform: translateX(100%);
}
c-story-heading[cid] {
  padding-bottom: 32px;
}
c-story-heading[cid] .c_title {
  font-size: calc(19.76471px + 1.96078vw);
  font-size: calc(1.23529rem + 1.96078vw);
  line-height: 1.1em;
  margin-bottom: 32px;
  text-transform: uppercase;
}
c-story-heading[cid] .c_detiails,
c-story-heading[cid] .post_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
c-story-heading[cid] .post_category {
  background-color: var(--color--1);
  color: var(--color--2);
}
c-story-heading[cid] .post_category,
c-story-heading[cid] .post_date,
c-story-heading[cid] .reading-time {
  border: 1px solid var(--color--1);
  border-radius: 100px;
  font-size: calc(11.17647px + 0.19608vw);
  font-size: calc(0.69853rem + 0.19608vw);
  line-height: 1.1em;
  padding: 7px 12px;
  text-transform: uppercase;
}
.c-story {
  display: flex;
  gap: 10%;
  padding-top: 180px;
}
.c-story .is-story-video {
  width: 25%;
}
.c-story .is-story-content {
  padding-top: 70px;
  width: 65%;
}
c-story-video[cid] {
  height: 100%;
}
c-story-video[cid] .c_inner {
  height: 100%;
  padding-bottom: 80px;
}
c-story-video[cid] .c_video {
  aspect-ratio: 394/700;
  border: 1px solid var(--color--1);
  border-radius: 12px;
  overflow: hidden;
  position: sticky;
  top: 140px !important;
}
c-story-video[cid] .c_video .video-src {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-team-marquee[cid] {
  overflow: clip;
  padding-top: 88px;
}
c-team-marquee[cid] .c_inner {
  position: relative;
}
c-team-marquee[cid] .c_heading {
  padding-bottom: 15%;
}
c-team-marquee[cid] .c_heading .heading_inner {
  font-size: calc(-25.17647px + 23.13725vw);
  font-size: calc(-1.57353rem + 23.13725vw);
  line-height: 0.9em;
  max-width: none;
  text-align: center;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
c-team-marquee[cid] .c_members_container {
  position: relative;
}
c-team-marquee[cid] .c_members {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
c-team-marquee[cid] .c_members .member {
  display: flex;
  flex-direction: column;
  gap: 20%;
  height: 100vh;
  justify-content: center;
}
c-team-marquee[cid] .c_members .marquee_top {
  position: relative;
  width: 100%;
}
c-team-marquee[cid] .c_members .marquee_top .marquee_item {
  flex-shrink: 0;
  padding-right: 50vw;
}
c-team-marquee[cid] .c_members .marquee_top .marquee_item .first_name {
  font-size: calc(64.47059px + 9.41176vw);
  font-size: calc(4.02941rem + 9.41176vw);
  line-height: 0.7em;
  text-transform: uppercase;
}
c-team-marquee[cid] .c_members .marquee_bottom {
  position: relative;
  width: 100%;
  z-index: 10;
}
c-team-marquee[cid] .c_members .marquee_bottom .marquee_item {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  gap: 30px;
  padding-left: 30vw;
}
c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .role {
  font-size: calc(7.05882px + 1.17647vw);
  font-size: calc(0.44118rem + 1.17647vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .last_name {
  font-size: calc(64.47059px + 9.41176vw);
  font-size: calc(4.02941rem + 9.41176vw);
  line-height: 0.7em;
  text-transform: uppercase;
}
c-team-marquee[cid] .c_members .marquee_wrapper {
  display: flex;
  position: relative;
  white-space: nowrap;
}
c-team-marquee[cid] .c_members .marquee_inner {
  display: flex;
  flex-shrink: 0;
}
c-team-marquee[cid] .c_members_images {
  height: 100%;
}
c-team-marquee[cid] .c_members_images .member_image {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: sticky;
  top: 0;
}
c-team-marquee[cid] .c_members_images .member_img {
  aspect-ratio: 569/772;
  border-radius: 12px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
c-team-marquee[cid] .c_members_images .member_img .img-src {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-team-marquee[cid] .c_list_members {
  background-color: var(--color--2);
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: -100vh;
  padding: 176px 0;
  position: relative;
}
c-team-marquee[cid] .c_list_members .pin-spacer {
  pointer-events: none !important;
}
c-team-marquee[cid] .c_list_members .list_member {
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease-in-out;
}
c-team-marquee[cid] .c_list_members .list_member .line {
  background-color: var(--color--1);
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 2;
}
c-team-marquee[cid] .c_list_members .list_member .position_bg {
  background-color: var(--color--1);
  content: "";
  height: 100%;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
c-team-marquee[cid] .c_list_members .list_member .list_member_inner {
  position: relative;
  z-index: 2;
}
c-team-marquee[cid] .c_list_members .list_member_inner {
  align-items: center;
  display: flex;
  gap: 68px;
  justify-content: space-between;
  opacity: 0;
  padding: 24px 0 24px 32px;
}
c-team-marquee[cid] .c_list_members .list_member_name {
  font-size: calc(19.76471px + 1.96078vw);
  font-size: calc(1.23529rem + 1.96078vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-team-marquee[cid] .c_list_members .list_member_role {
  text-align: center;
}
c-team-marquee[cid] .c_list_members .list_member_role,
c-team-marquee[cid] .member-tag {
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 6px 13px;
  text-transform: uppercase;
}
c-team-marquee[cid] .member-tag {
  bottom: 24px;
  color: #fff;
  left: 30px;
  position: absolute;
  text-align: left;
  z-index: 1;
}
c-team-marquee[cid] .c_list_member_images {
  display: grid;
  height: 33.33vw;
  left: 33.33vw;
  margin: auto;
  max-height: 480px;
  max-width: 416px;
  pointer-events: none;
  position: absolute;
  top: 90px;
  width: 28.89vw;
  z-index: 2;
}
c-team-marquee[cid] .c_list_member_images .list_member_image {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  grid-area: 1/1;
  height: 100%;
  pointer-events: none;
  position: relative;
  transition: clip-path 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}
c-team-marquee[cid] .c_list_member_images .list_member_image .img-src {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-team-marquee[cid] .c_list_members_mobile {
  background-color: var(--color--2);
  margin-top: -100vh;
  padding: 112px 0;
  position: relative;
  z-index: 10;
}
c-team-marquee[cid] .c_list_members_mobile .swiper {
  overflow: visible;
}
c-team-marquee[cid] .c_list_members_mobile .list_member_inner {
  aspect-ratio: 382/480;
  position: relative;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .list_member_inner
  .list_member_name {
  color: #fff;
  font-size: calc(16.23529px + 1.37255vw);
  font-size: calc(1.01471rem + 1.37255vw);
  letter-spacing: 0.04em;
  line-height: 1em;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: 24px;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .list_member_inner
  .list_member_role {
  border: 1px solid #fff;
  border-radius: 100px;
  bottom: 24px;
  color: #fff;
  font-size: calc(9.88235px + 0.98039vw);
  font-size: calc(0.61765rem + 0.98039vw);
  left: 24px;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .list_member_inner
  .list_member_image {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .list_member_inner
  .list_member_image
  .img-src {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-team-marquee[cid] .c_list_members_mobile .swiper-pagination {
  background-color: rgba(var(--rgb--1), 0.3);
  bottom: -32px;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
  z-index: 4;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: var(--color--1);
}
c-team-marquee[cid]
  .c_list_members_mobile
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--color--1);
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  opacity: 1;
  width: 14px;
}
c-team-marquee[cid]
  .c_list_members_mobile
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color--1);
}
c-team-marquee[cid]
  .c_list_members_mobile
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
c-team-montage[cid] {
  overflow: visible;
  padding: 88px 0;
}
c-team-montage[cid] .c_inner {
  position: relative;
}
c-team-montage[cid] .c_heading .heading_inner {
  font-size: calc(-25.17647px + 23.13725vw);
  font-size: calc(-1.57353rem + 23.13725vw);
  left: 50%;
  line-height: 0.9em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  transform: translate(-50%);
}
c-team-montage[cid] .c_members {
  position: relative;
  z-index: 2;
}
c-team-montage[cid] .c_members .member {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
c-team-montage[cid] .c_members .member.is-visible .member_img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
c-team-montage[cid] .c_members .member.is-visible .img-src {
  transform: scale(1);
}
c-team-montage[cid] .c_members .member.is-visible .member_info {
  opacity: 1;
}
c-team-montage[cid] .c_members .member_img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  overflow: hidden;
  transition: clip-path 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
c-team-montage[cid] .c_members .member_img .img-src {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transform: scale(1.4);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: auto;
}
c-team-montage[cid] .c_members .member_info {
  align-items: center;
  bottom: 18px;
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 22px;
  opacity: 0;
  position: absolute;
  right: 22px;
  transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
c-team-montage[cid] .c_members .member_info .member_name {
  font-size: calc(14.58824px + 0.09804vw);
  font-size: calc(0.91176rem + 0.09804vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-team-montage[cid] .c_members .member_info .member_role {
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  line-height: 0.8em;
  padding: 8px 12px 7px;
  text-transform: uppercase;
}
c-team-montage[cid] .c_list_members {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 88px;
  position: relative;
}
c-team-montage[cid] .c_list_members .list_member {
  display: flex;
  flex-direction: column;
  width: 100%;
}
c-team-montage[cid] .c_list_members .list_member .line {
  background-color: var(--color--1);
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}
c-team-montage[cid] .c_list_members .list_member_inner {
  align-items: center;
  display: flex;
  gap: 68px;
  justify-content: space-between;
  opacity: 0;
  padding: 24px 0 24px 32px;
}
c-team-montage[cid] .c_list_members .list_member_name {
  font-size: calc(19.76471px + 1.96078vw);
  font-size: calc(1.23529rem + 1.96078vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-team-montage[cid] .c_list_members .list_member_role {
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  line-height: 1em;
  padding: 6px 13px;
  text-align: center;
  text-transform: uppercase;
}
c-team-montage[cid] .c_list_member_images {
  display: grid;
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
c-team-montage[cid] .c_list_member_images .list_member_image {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  grid-area: 1/1;
  height: 33.33vw;
  max-height: 500px;
  max-width: 436px;
  transition: clip-path 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  width: 28.89vw;
}
c-team-montage[cid] .c_list_member_images .list_member_image .img-src {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
c-text-center[cid] {
  padding: 200px 0 140px;
}
c-text-center[cid] .c_inner {
  display: flex;
  flex-direction: column;
  row-gap: 68px;
}
c-text-center[cid] .c_text {
  font-size: calc(16.94118px + 2.15686vw);
  font-size: calc(1.05882rem + 2.15686vw);
  line-height: 1.25em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1212px;
  position: relative;
  text-align: center;
}
c-text-center[cid] .c_text .text_item {
  display: inline-flex;
  overflow: hidden;
}
c-text-center[cid] .c_text .text_item:not(:last-child) .item_text:after {
  content: "/";
  padding: 0 8px;
  transition: opacity 0.3s ease-in-out;
}
c-text-center[cid] .c_text .text_item.active .item_text:after,
c-text-center[cid] .c_text .text_item.active .item_text:before,
c-text-center[cid] .c_text .text_item.inactive .item_text {
  opacity: 0.3;
}
c-text-center[cid] .c_text .item_text {
  display: inline-flex;
  position: relative;
  transform: translateY(110%);
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
c-text-center[cid] .c_text .item_text:before {
  background-color: var(--color--1);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
c-text-center[cid] .c_text .item_icon {
  isolation: isolate;
  left: 50%;
  max-width: 500px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
  width: 50vw;
}
c-text-center[cid] .c_text .item_icon.active {
  opacity: 1;
}
c-text-center[cid] .c_text .item_icon.is-dark {
  display: var(--displayDark);
}
c-text-center[cid] .c_text .item_icon.is-light {
  display: var(--displayLight);
}
c-text-center[cid] .text_mobile {
  font-size: calc(20.70588px + 0.78431vw);
  font-size: calc(1.29412rem + 0.78431vw);
  line-height: 1.3em;
  text-align: center;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
c-text-scroll[cid] {
  padding: 88px 0;
}
c-text-scroll[cid] .c_heading {
  font-size: calc(1.52941px + 27.2549vw);
  font-size: calc(0.09559rem + 27.2549vw);
  left: 50%;
  line-height: 1em;
  max-width: none;
  position: relative;
  text-transform: uppercase;
  transform: translate(-50%);
  width: -moz-max-content;
  width: max-content;
}
c-text-scroll[cid] .c_lines {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 120px 0 36px;
}
c-text-scroll[cid] .c_line {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  opacity: 0.1;
  transform-origin: center;
}
c-text-scroll[cid] .line_index {
  font-size: calc(7.88235px + 0.98039vw);
  font-size: calc(0.49265rem + 0.98039vw);
  line-height: 1em;
}
c-text-scroll[cid] .line_text {
  font-size: calc(17.17647px + 3.52941vw);
  font-size: calc(1.07353rem + 3.52941vw);
  line-height: 1em;
  text-align: center;
  text-transform: capitalize;
}
:root[theme="dark"] {
  --filter: invert(0);
  --displayDark: block;
  --displayLight: none;
}
:root[theme="light"] {
  --filter: invert(1);
  --displayDark: none;
  --displayLight: block;
}
c-webgl-scroll[cid] {
  background-color: var(--color--2);
  padding-bottom: 202px;
}
c-webgl-scroll[cid] .c_sections {
  display: flex;
  flex-direction: column;
  gap: 146px;
  width: 50%;
}
c-webgl-scroll[cid] .c_sections .c_section {
  max-width: 510px;
}
c-webgl-scroll[cid] .c_sections .c_count {
  font-size: calc(12.58824px + 0.09804vw);
  font-size: calc(0.78676rem + 0.09804vw);
  line-height: 1em;
  margin-bottom: 24px;
  opacity: 0;
}
c-webgl-scroll[cid] .c_sections .c_count .c_count_total {
  opacity: 0.4;
}
c-webgl-scroll[cid] .c_sections .lineParent {
  overflow: hidden;
}
c-webgl-scroll[cid] .c_sections .c_heading {
  font-size: calc(48.35294px + 0.39216vw);
  font-size: calc(3.02206rem + 0.39216vw);
  line-height: 1em;
  text-transform: uppercase;
}
c-webgl-scroll[cid] .c_sections .c_text {
  font-size: calc(14.58824px + 0.09804vw);
  font-size: calc(0.91176rem + 0.09804vw);
  line-height: 1.35em;
  margin-top: 45px;
  opacity: 0;
}
c-webgl-scroll[cid] .c_sections .c_text p:not(:first-child) {
  margin-top: 1em;
}
c-webgl-scroll[cid] .c_animations {
  height: 100svh;
  position: relative;
  width: 100%;
}
c-webgl-scroll[cid] .c_animations .c_animation.is-dark {
  display: var(--displayDark);
}
c-webgl-scroll[cid] .c_animations .c_animation.is-light {
  display: var(--displayLight);
}
c-webgl-scroll[cid] .c_animations .c_animation video {
  left: 50%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
c-webgl-scroll[cid]:has(+ c-media-text) {
  padding-bottom: 48px;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-size: 1em;
  font-variation-settings: normal;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset,
legend,
menu,
ol,
ul {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inline {
  display: inline;
}
.grid {
  display: grid;
}
.text-center {
  text-align: center;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
@media screen and (min-width: 1440px) {
  .u-btn--1 .btn_label {
    font-size: 24px;
  }
  .u-btn--1.--no-icon .btn_label,
  .u-btn--3 .btn_label {
    font-size: 14px;
  }
  .u-btn--4 .btn_label {
    font-size: 28px;
  }
  .u-btn--4.-size-smaller .btn_label {
    font-size: 16px;
  }
  .u-btn--4.-size-small .btn_label {
    font-size: 14px;
  }
  .u-form--1 form label {
    font-size: 20px;
  }
  .u-form--1 form input[type="file"]::-webkit-file-upload-button {
    font-size: 16px;
  }
  .u-form--1 form .checkbox label {
    font-size: 14px;
  }
  .u-form--1 form .fake-btn {
    font-size: 20px;
  }
  .u-form--1 form #status-response {
    font-size: 24px;
  }
  %u-fsz--1 {
    font-size: 20px;
  }
  .u-label {
    font-size: 14px;
  }
  c-404[cid] .c_content .c_heading {
    font-size: 116px;
  }
  c-404[cid] .c_content .c_subheading {
    font-size: 20px;
  }
  c-accordions[cid] .c_accordions .accord_head .head_title {
    font-size: 180px;
  }
  c-accordions[cid] .c_accordions .accord_head .sub_title {
    font-size: 54px;
  }
  c-accordions[cid] .c_accordions .accord_view .view_inner {
    font-size: 18px;
  }
  c-footer[cid] .c_middle .c_email {
    font-size: 32px;
  }
  c-footer[cid] .c_bottom .c_copyright {
    font-size: 14px;
  }
  c-footer[cid] .c_locations .c_location .location-name,
  c-footer[cid] .menu_item {
    font-size: 32px;
  }
  c-footer[cid] .c_locations .c_location .location-address,
  c-footer[cid] .c_locations .c_location .location-phone {
    font-size: 16px;
  }
  c-footer[cid] .c_contact-label {
    font-size: 32px;
  }
  c-form-aside[cid] .c_heading {
    font-size: 420px;
  }
  c-form-aside[cid] .c_description {
    font-size: 28px;
  }
  c-form-aside[cid] .contact_title {
    font-size: 14px;
  }
  c-form-aside[cid] .contact_link {
    font-size: 16px;
  }
  c-form-aside[cid] .c_confirmation .confirmation-title {
    font-size: 116px;
  }
  c-form-aside[cid] .c_confirmation .confirmation-description {
    font-size: 20px;
  }
  c-form-aside[cid] .c_error-message {
    font-size: 68px;
  }
  c-fs-media[cid] .c_text {
    font-size: 44px;
  }
  c-header[cid] .header_popup .c_email {
    font-size: 16px;
  }
  c-header[cid] .header_popup .c_theme-toggle .theme_btn,
  c-header[cid] .header_popup .social_link {
    font-size: 15px;
  }
  c-heading[cid] .c_heading.size--1 {
    font-size: 312px;
  }
  c-heading[cid] .c_heading.size--2 {
    font-size: 344px;
  }
  c-heading[cid] .c_heading.size--3 {
    font-size: 376px;
  }
  c-heading[cid] .c_heading.size--4,
  c-heading[cid] .c_heading.size--5 {
    font-size: 420px;
  }
  c-hero-center-simple[cid] .c_heading {
    font-size: 116px;
  }
  c-hero-center-text[cid] .c_heading {
    font-size: 58px;
  }
  c-hero-heading-center[cid] .c_heading {
    font-size: 116px;
  }
  c-hero-heading-center[cid] .append {
    font-size: 36px;
  }
  c-hero-top-heading[cid] .c_heading {
    font-size: 302px;
  }
  c-intro[cid].is-story .c_text {
    font-size: 32px;
  }
  c-intro[cid].is-story .c_extra-text {
    font-size: 24px;
  }
  c-intro[cid] .c_text {
    font-size: 44px;
  }
  c-intro[cid] .c_columns .column_text {
    font-size: 18px;
  }
  c-intro[cid] .c_extra-text,
  c-job-form[cid] .c_description {
    font-size: 28px;
  }
  c-job-form[cid] .c_email {
    font-size: 24px;
  }
  c-job-form[cid] .c_confirmation .confirmation-title {
    font-size: 116px;
  }
  c-job-form[cid] .c_confirmation .confirmation-description {
    font-size: 20px;
  }
  c-job-form[cid] .c_error-message {
    font-size: 68px;
  }
  c-job-text-aside[cid] .c_details .title {
    font-size: 36px;
  }
  c-job-text-aside[cid] .c_details .details_subgroup {
    font-size: 18px;
  }
  c-job-text-aside[cid] .c_content .description {
    font-size: 24px;
  }
  c-job-text-aside[cid] .c_content .section_text {
    font-size: 20px;
  }
  c-jobs-list[cid] .c_positions .position_title {
    font-size: 36px;
  }
  c-jobs-list[cid] .c_positions .position_label {
    font-size: 20px;
  }
  c-legal-hero[cid] .c_heading,
  c-legal-text[cid] .c_heading .heading_inner {
    font-size: 408px;
  }
  c-legal-text[cid] .c_pages .c_title {
    font-size: 44px;
  }
  c-legal-text[cid] .c_pages .section_title {
    font-size: 36px;
  }
  c-legal-text[cid] .c_pages .section_text {
    font-size: 20px;
  }
  c-marquee[cid] .marquee_item .marquee_tag {
    font-size: 40px;
  }
  c-media-heading[cid] .c_heading.-smaller {
    font-size: 156px;
  }
  c-media-heading[cid] .c_heading.-bigger {
    font-size: 172px;
  }
  c-media-text[cid] .c_heading.size--1 {
    font-size: 312px;
  }
  c-media-text[cid] .c_heading.size--2 {
    font-size: 344px;
  }
  c-media-text[cid] .c_heading.size--3 {
    font-size: 376px;
  }
  c-media-text[cid] .c_heading.size--4 {
    font-size: 420px;
  }
  c-media-text[cid] .c_heading.size--5 {
    font-size: 505px;
  }
  c-media-text[cid] .c_content .c_text {
    font-size: 43px;
  }
  c-media-text[cid] .c_content .c_title {
    font-size: 96px;
  }
  c-media-text[cid] .c_content .c_address {
    font-size: 24px;
  }
  c-partners-cols[cid] .c_heading {
    font-size: 96px;
  }
  c-partners-cols[cid] .partner_name {
    font-size: 20px;
  }
  c-partners[cid] .c_partners {
    font-size: 53px;
  }
  c-post-hero[cid] .c_heading {
    font-size: 56px;
  }
  c-post-hero[cid] .c_terms .post_category,
  c-post-hero[cid] .c_terms .post_date,
  c-post-hero[cid] .c_terms .reading-time {
    font-size: 14px;
  }
  c-post-related[cid] .c_heading {
    font-size: 420px;
  }
  c-post-related[cid] .c_articles .post_category {
    font-size: 14px;
  }
  c-post-related[cid] .c_articles .article_title {
    font-size: 36px;
  }
  c-post-share[cid] .c_heading {
    font-size: 40px;
  }
  c-post-share[cid] .c_share .links_btn {
    font-size: 24px;
  }
  c-post-share[cid] .c_share .links_btn .copy-tooltip {
    font-size: 16px;
  }
  c-posts-archive-hero[cid] .c_heading {
    font-size: 420px;
  }
  c-posts-archive[cid] .c_views .view_btn {
    font-size: 15px;
  }
  c-posts-archive[cid] .c_featured_article .post_category {
    font-size: 14px;
  }
  c-posts-archive[cid] .c_featured_article .article_title {
    font-size: 36px;
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .article_title {
    font-size: 64px;
  }
  c-posts-archive[cid] .c_articles .post_category {
    font-size: 14px;
  }
  c-posts-archive[cid] .c_articles .article_title,
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_title {
    font-size: 36px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .post_category,
  c-posts-archive[cid] .story_modal .modal_inner > div .post_date,
  c-posts-archive[cid] .story_modal .modal_inner > div .reading-time {
    font-size: 14px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_description {
    font-size: 28px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .c-button .btn_label {
    font-size: 19px;
  }
  c-process-list[cid] .c_processes .process_title .count {
    font-size: 16px;
  }
  c-process-list[cid] .c_processes .process_title .text {
    font-size: 116px;
  }
  c-process-list[cid] .c_processes .process_text,
  c-process-scroll[cid] .c_text,
  c-process-scroll[cid] .count {
    font-size: 16px;
  }
  c-project-banner[cid] .c_top-left-text {
    font-size: 14px;
  }
  c-project-details[cid] .c_left .c_left-heading .heading_text {
    font-size: 54px;
  }
  c-project-details[cid] .c_left .group_text {
    font-size: 20px;
  }
  c-project-details[cid] .c_left .u-underline {
    font-size: 16px;
  }
  c-project-details[cid] .c_left .metric_item .item_value {
    font-size: 54px;
  }
  c-project-details[cid] .c_left .metric_item .item_label {
    font-size: 16px;
  }
  c-project-details[cid] .c_right .c_description .description_content li,
  c-project-details[cid] .c_right .c_description p {
    font-size: 24px;
  }
  c-project-details[cid] .c_right .c_description p b,
  c-project-details[cid] .c_right .c_description p strong {
    font-size: 28px;
  }
  c-project-hero[cid] .c_heading {
    font-size: 58px;
  }
  c-project-hero[cid] .c_terms .project_discipline,
  c-project-hero[cid] .c_terms .project_sector {
    font-size: 14px;
  }
  c-project-related[cid] .c_heading {
    font-size: 548px;
  }
  c-project-related[cid] .c_projects .project_discipline,
  c-project-related[cid] .c_projects .project_sector {
    font-size: 14px;
  }
  c-projects-archive-hero[cid] .c_heading,
  c-projects-archive[cid] .c_heading .heading_inner {
    font-size: 420px;
  }
  c-projects-archive[cid] .c_projects.is-grid .project_title {
    font-size: 16px;
  }
  c-projects-archive[cid] .project_discipline,
  c-projects-archive[cid] .project_sector {
    font-size: 14px;
  }
  c-projects-landing[cid] .c_heading {
    font-size: 505px;
  }
  c-projects-landing[cid] .c_projects_grid .project_title {
    font-size: 16px;
  }
  c-projects-landing[cid] .project_discipline,
  c-projects-landing[cid] .project_sector {
    font-size: 14px;
  }
  c-projects-list[cid] .c_heading {
    font-size: 505px;
  }
  c-projects-list[cid] .c_projects .project_discipline,
  c-projects-list[cid] .c_projects .project_sector {
    font-size: 14px;
  }
  c-quote[cid].is-story .c_quote {
    font-size: 24px;
  }
  c-quote[cid] .c_person,
  c-quote[cid] .c_quote {
    font-size: 32px;
  }
  c-read-more[cid] .c_heading,
  c-read-more[cid].is-story .c_heading {
    font-size: 40px;
  }
  c-service-cols[cid] .c_heading {
    font-size: 312px;
  }
  c-service-cols[cid] .c_cols .col_text {
    font-size: 20px;
  }
  c-service-list[cid] .c_heading {
    font-size: 312px;
  }
  c-service-list[cid] .c_label {
    font-size: 40px;
  }
  c-service-list[cid] .service_count {
    font-size: 16px;
  }
  c-service-list[cid] .service_name {
    font-size: 48px;
  }
  c-statement[cid] .c_statement {
    font-size: 162px;
  }
  c-statement[cid] .c_statement .bottom_text .append {
    font-size: 36px;
  }
  c-story-heading[cid] .c_title {
    font-size: 48px;
  }
  c-story-heading[cid] .post_category,
  c-story-heading[cid] .post_date,
  c-story-heading[cid] .reading-time {
    font-size: 14px;
  }
  c-team-marquee[cid] .c_heading .heading_inner {
    font-size: 308px;
  }
  c-team-marquee[cid] .c_members .marquee_top .marquee_item .first_name {
    font-size: 200px;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .role {
    font-size: 24px;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .last_name {
    font-size: 200px;
  }
  c-team-marquee[cid] .c_list_members .list_member_name {
    font-size: 48px;
  }
  c-team-marquee[cid] .c_list_members .list_member_role,
  c-team-marquee[cid] .member-tag {
    font-size: 14px;
  }
  c-team-marquee[cid]
    .c_list_members_mobile
    .list_member_inner
    .list_member_name {
    font-size: 36px;
  }
  c-team-marquee[cid]
    .c_list_members_mobile
    .list_member_inner
    .list_member_role {
    font-size: 24px;
  }
  c-team-montage[cid] .c_heading .heading_inner {
    font-size: 308px;
  }
  c-team-montage[cid] .c_members .member_info .member_name {
    font-size: 16px;
  }
  c-team-montage[cid] .c_members .member_info .member_role {
    font-size: 14px;
  }
  c-team-montage[cid] .c_list_members .list_member_name {
    font-size: 48px;
  }
  c-team-montage[cid] .c_list_members .list_member_role {
    font-size: 14px;
  }
  c-text-center[cid] .c_text {
    font-size: 48px;
  }
  c-text-center[cid] .text_mobile {
    font-size: 32px;
  }
  c-text-scroll[cid] .c_heading {
    font-size: 394px;
  }
  c-text-scroll[cid] .line_index {
    font-size: 22px;
  }
  c-text-scroll[cid] .line_text {
    font-size: 68px;
  }
  c-webgl-scroll[cid] .c_sections .c_count {
    font-size: 14px;
  }
  c-webgl-scroll[cid] .c_sections .c_heading {
    font-size: 54px;
  }
  c-webgl-scroll[cid] .c_sections .c_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .u-btn--1 .btn_label {
    font-size: 19px;
  }
  .u-btn--1.--no-icon .btn_label {
    font-size: 14px;
  }
  .u-btn--3 .btn_label {
    font-size: 16px;
  }
  .u-btn--4 .btn_label {
    font-size: 18px;
  }
  .u-btn--4.-size-smaller .btn_label {
    font-size: 16px;
  }
  .u-btn--4.-size-small .btn_label {
    font-size: 14px;
  }
  .u-form--1 form label {
    font-size: 18px;
  }
  .u-form--1 form input[type="file"]::-webkit-file-upload-button {
    font-size: 14px;
  }
  .u-form--1 form .checkbox label {
    font-size: 14px;
  }
  .u-form--1 form .fake-btn {
    font-size: 16px;
  }
  .u-form--1 form #status-response {
    font-size: 18px;
  }
  %u-fsz--1 {
    font-size: 16px;
  }
  .u-wysiwyg-font-sizes--1 h3 {
    font-size: 24px;
  }
  .u-wysiwyg-font-sizes--1 h4 {
    font-size: 22px;
  }
  .u-wysiwyg-font-sizes--1 h5 {
    font-size: 20px;
  }
  .u-wysiwyg-font-sizes--1 h6 {
    font-size: 19px;
  }
  .u-wysiwyg-font-sizes--1 blockquote,
  .u-wysiwyg-font-sizes--1 code,
  .u-wysiwyg-font-sizes--1 ol,
  .u-wysiwyg-font-sizes--1 p,
  .u-wysiwyg-font-sizes--1 pre,
  .u-wysiwyg-font-sizes--1 ul {
    font-size: 17px;
  }
  .u-wysiwyg-media--1 .wp-caption-text {
    font-size: 12px;
  }
  .u-label {
    font-size: 13px;
  }
  c-404[cid] .c_content .c_heading {
    font-size: 52px;
  }
  c-404[cid] .c_content .c_subheading {
    font-size: 18px;
  }
  c-accordions[cid] .c_accordions .accord_head .head_title {
    font-size: 64px;
  }
  c-accordions[cid] .c_accordions .accord_head .sub_title {
    font-size: 32px;
  }
  c-accordions[cid] .c_accordions .accord_view .view_inner {
    font-size: 16px;
  }
  c-footer[cid] .c_middle .c_email {
    font-size: 18px;
  }
  c-footer[cid] .c_bottom .c_copyright {
    font-size: 16px;
  }
  c-footer[cid] .c_locations .c_location .location-name,
  c-footer[cid] .menu_item {
    font-size: 32px;
  }
  c-footer[cid] .c_locations .c_location .location-address,
  c-footer[cid] .c_locations .c_location .location-phone {
    font-size: 13px;
  }
  c-footer[cid] .c_contact-label {
    font-size: 32px;
  }
  c-form-aside[cid] .c_heading {
    font-size: 118px;
  }
  c-form-aside[cid] .c_description {
    font-size: 24px;
  }
  c-form-aside[cid] .contact_title {
    font-size: 13px;
  }
  c-form-aside[cid] .contact_link {
    font-size: 15px;
  }
  c-form-aside[cid] .c_confirmation .confirmation-title {
    font-size: 46px;
  }
  c-form-aside[cid] .c_confirmation .confirmation-description {
    font-size: 16px;
  }
  c-form-aside[cid] .c_error-message {
    font-size: 32px;
  }
  c-fs-media[cid] .c_text {
    font-size: 24px;
  }
  c-header[cid] .header_popup .list_item .item_btn {
    font-size: 56px;
  }
  c-header[cid] .header_popup .c_email {
    font-size: 15px;
  }
  c-header[cid] .header_popup .c_theme-toggle .theme_btn,
  c-header[cid] .header_popup .social_link {
    font-size: 14px;
  }
  c-heading[cid] .c_heading.size--1 {
    font-size: 96px;
  }
  c-heading[cid] .c_heading.size--2 {
    font-size: 112px;
  }
  c-heading[cid] .c_heading.size--3 {
    font-size: 102px;
  }
  c-heading[cid] .c_heading.size--4 {
    font-size: 174px;
  }
  c-heading[cid] .c_heading.size--5 {
    font-size: 118px;
  }
  c-hero-center-simple[cid] .c_heading {
    font-size: 52px;
  }
  c-hero-center-text[cid] .c_heading {
    font-size: 38px;
  }
  c-hero-heading-center[cid] .c_heading {
    font-size: 48px;
  }
  c-hero-heading-center[cid] .append {
    font-size: 14px;
  }
  c-hero-top-heading[cid] .c_heading {
    font-size: 82px;
  }
  c-intro[cid].is-story .c_text {
    font-size: 20px;
  }
  c-intro[cid].is-story .c_extra-text {
    font-size: 18px;
  }
  c-intro[cid] .c_text {
    font-size: 24px;
  }
  c-intro[cid] .c_columns .column_text {
    font-size: 18px;
  }
  c-intro[cid] .c_extra-text {
    font-size: 22px;
  }
  c-job-form[cid] .c_description {
    font-size: 26px;
  }
  c-job-form[cid] .c_email {
    font-size: 22px;
  }
  c-job-form[cid] .c_confirmation .confirmation-title {
    font-size: 46px;
  }
  c-job-form[cid] .c_confirmation .confirmation-description {
    font-size: 16px;
  }
  c-job-form[cid] .c_error-message {
    font-size: 32px;
  }
  c-job-text-aside[cid] .c_details .title {
    font-size: 36px;
  }
  c-job-text-aside[cid] .c_details .details_subgroup {
    font-size: 16px;
  }
  c-job-text-aside[cid] .c_content .description {
    font-size: 22px;
  }
  c-job-text-aside[cid] .c_content .section_text {
    font-size: 18px;
  }
  c-jobs-list[cid] .c_positions .position_title {
    font-size: 24px;
  }
  c-jobs-list[cid] .c_positions .position_label {
    font-size: 14px;
  }
  c-legal-hero[cid] .c_heading,
  c-legal-text[cid] .c_heading .heading_inner {
    font-size: 102px;
  }
  c-legal-text[cid] .c_pages .c_title {
    font-size: 40px;
  }
  c-legal-text[cid] .c_pages .section_title {
    font-size: 20px;
  }
  c-legal-text[cid] .c_pages .section_text {
    font-size: 18px;
  }
  c-marquee[cid] .marquee_item .marquee_tag {
    font-size: 22px;
  }
  c-media-heading[cid] .c_heading.-smaller {
    font-size: 44px;
  }
  c-media-heading[cid] .c_heading.-bigger {
    font-size: 54px;
  }
  c-media-text[cid] .c_heading.size--1 {
    font-size: 88px;
  }
  c-media-text[cid] .c_heading.size--2 {
    font-size: 96px;
  }
  c-media-text[cid] .c_heading.size--3 {
    font-size: 104px;
  }
  c-media-text[cid] .c_heading.size--4 {
    font-size: 114px;
  }
  c-media-text[cid] .c_heading.size--5 {
    font-size: 126px;
  }
  c-media-text[cid] .c_content .c_text {
    font-size: 22px;
  }
  c-media-text[cid] .c_content .c_title {
    font-size: 63px;
  }
  c-media-text[cid] .c_content .c_address {
    font-size: 18px;
  }
  c-partners-cols[cid] .c_heading {
    font-size: 38px;
  }
  c-partners-cols[cid] .partner_name {
    font-size: 16px;
  }
  c-partners[cid] .c_partners {
    font-size: 28px;
  }
  c-post-hero[cid] .c_heading {
    font-size: 40px;
  }
  c-post-hero[cid] .c_terms .post_category,
  c-post-hero[cid] .c_terms .post_date,
  c-post-hero[cid] .c_terms .reading-time {
    font-size: 11px;
  }
  c-post-related[cid] .c_heading {
    font-size: 174px;
  }
  c-post-related[cid] .c_articles .post_category {
    font-size: 11px;
  }
  c-post-related[cid] .c_articles .article_title,
  c-post-share[cid] .c_heading {
    font-size: 32px;
  }
  c-post-share[cid] .c_share .links_btn {
    font-size: 22px;
  }
  c-post-share[cid] .c_share .links_btn .copy-tooltip {
    font-size: 14px;
  }
  c-posts-archive-hero[cid] .c_heading {
    font-size: 128px;
  }
  c-posts-archive[cid] .c_views .view_btn {
    font-size: 14px;
  }
  c-posts-archive[cid] .c_featured_article .post_category {
    font-size: 11px;
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .article_title,
  c-posts-archive[cid] .c_featured_article .article_title {
    font-size: 32px;
  }
  c-posts-archive[cid] .c_articles .post_category {
    font-size: 11px;
  }
  c-posts-archive[cid] .c_articles .article_title {
    font-size: 32px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_title {
    font-size: 20px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .post_category,
  c-posts-archive[cid] .story_modal .modal_inner > div .post_date,
  c-posts-archive[cid] .story_modal .modal_inner > div .reading-time {
    font-size: 11px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_description {
    font-size: 18px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .c-button .btn_label {
    font-size: 16px;
  }
  c-process-list[cid] .c_processes .process_title .count {
    font-size: 14px;
  }
  c-process-list[cid] .c_processes .process_title .text {
    font-size: 48px;
  }
  c-process-list[cid] .c_processes .process_text,
  c-process-scroll[cid] .c_text,
  c-process-scroll[cid] .count,
  c-project-banner[cid] .c_top-left-text {
    font-size: 14px;
  }
  c-project-details[cid] .c_left .c_left-heading .heading_text {
    font-size: 28px;
  }
  c-project-details[cid] .c_left .group_text {
    font-size: 16px;
  }
  c-project-details[cid] .c_left .u-underline {
    font-size: 14px;
  }
  c-project-details[cid] .c_left .metric_item .item_value {
    font-size: 28px;
  }
  c-project-details[cid] .c_left .metric_item .item_label {
    font-size: 14px;
  }
  c-project-details[cid] .c_right .c_description .description_content li,
  c-project-details[cid] .c_right .c_description p {
    font-size: 18px;
  }
  c-project-details[cid] .c_right .c_description p b,
  c-project-details[cid] .c_right .c_description p strong {
    font-size: 20px;
  }
  c-project-hero[cid] .c_heading {
    font-size: 40px;
  }
  c-project-hero[cid] .c_terms .project_discipline,
  c-project-hero[cid] .c_terms .project_sector {
    font-size: 11px;
  }
  c-project-related[cid] .c_heading {
    font-size: 162px;
  }
  c-project-related[cid] .c_projects .project_discipline,
  c-project-related[cid] .c_projects .project_sector {
    font-size: 11px;
  }
  c-projects-archive-hero[cid] .c_heading {
    font-size: 152px;
  }
  c-projects-archive[cid] .c_heading .heading_inner {
    font-size: 114px;
  }
  c-projects-archive[cid] .c_projects.is-grid .project_title {
    font-size: 14px;
  }
  c-projects-archive[cid] .project_discipline,
  c-projects-archive[cid] .project_sector {
    font-size: 11px;
  }
  c-projects-landing[cid] .c_heading {
    font-size: 146px;
  }
  c-projects-landing[cid] .c_projects_grid .project_title {
    font-size: 16px;
  }
  c-projects-landing[cid] .project_discipline,
  c-projects-landing[cid] .project_sector {
    font-size: 11px;
  }
  c-projects-list[cid] .c_heading {
    font-size: 146px;
  }
  c-projects-list[cid] .c_projects .project_discipline,
  c-projects-list[cid] .c_projects .project_sector {
    font-size: 11px;
  }
  c-quote[cid].is-story .c_quote {
    font-size: 18px;
  }
  c-quote[cid] .c_person,
  c-quote[cid] .c_quote,
  c-read-more[cid].is-story .c_heading {
    font-size: 24px;
  }
  c-read-more[cid] .c_heading {
    font-size: 32px;
  }
  c-service-cols[cid] .c_heading {
    font-size: 96px;
  }
  c-service-cols[cid] .c_cols .col_text {
    font-size: 18px;
  }
  c-service-list[cid] .c_heading {
    font-size: 96px;
  }
  c-service-list[cid] .c_label {
    font-size: 28px;
  }
  c-service-list[cid] .service_count {
    font-size: 14px;
  }
  c-service-list[cid] .service_name {
    font-size: 32px;
  }
  c-statement[cid] .c_statement {
    font-size: 42px;
  }
  c-statement[cid] .c_statement .bottom_text .append {
    font-size: 18px;
  }
  c-story-heading[cid] .c_title {
    font-size: 28px;
  }
  c-story-heading[cid] .post_category,
  c-story-heading[cid] .post_date,
  c-story-heading[cid] .reading-time {
    font-size: 12px;
  }
  c-team-marquee[cid] .c_heading .heading_inner {
    font-size: 72px;
  }
  c-team-marquee[cid] .c_members .marquee_top .marquee_item .first_name {
    font-size: 104px;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .role {
    font-size: 12px;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item .last_name {
    font-size: 104px;
  }
  c-team-marquee[cid] .c_list_members .list_member_name {
    font-size: 28px;
  }
  c-team-marquee[cid] .c_list_members .list_member_role,
  c-team-marquee[cid] .member-tag {
    font-size: 13px;
  }
  c-team-marquee[cid]
    .c_list_members_mobile
    .list_member_inner
    .list_member_name {
    font-size: 22px;
  }
  c-team-marquee[cid]
    .c_list_members_mobile
    .list_member_inner
    .list_member_role {
    font-size: 14px;
  }
  c-team-montage[cid] .c_heading .heading_inner {
    font-size: 72px;
  }
  c-team-montage[cid] .c_members .member_info .member_name {
    font-size: 15px;
  }
  c-team-montage[cid] .c_members .member_info .member_role {
    font-size: 13px;
  }
  c-team-montage[cid] .c_list_members .list_member_name {
    font-size: 28px;
  }
  c-team-montage[cid] .c_list_members .list_member_role {
    font-size: 13px;
  }
  c-text-center[cid] .c_text {
    font-size: 26px;
  }
  c-text-center[cid] .text_mobile {
    font-size: 24px;
  }
  c-text-scroll[cid] .c_heading {
    font-size: 116px;
  }
  c-text-scroll[cid] .line_index {
    font-size: 12px;
  }
  c-text-scroll[cid] .line_text {
    font-size: 32px;
  }
  c-webgl-scroll[cid] .c_sections .c_count {
    font-size: 13px;
  }
  c-webgl-scroll[cid] .c_sections .c_heading {
    font-size: 50px;
  }
  c-webgl-scroll[cid] .c_sections .c_text {
    font-size: 15px;
  }
}
@media (hover) {
  .u-btn--1:hover:before {
    height: 44px;
    opacity: 1;
    width: 44px;
  }
  .u-btn--1:hover:after {
    height: 0;
    opacity: 0;
    width: 0;
  }
  .u-btn--1:hover .btn_label {
    box-shadow: inset 0 0 0 1px #fff;
    color: var(--color--2);
  }
  .u-btn--1:hover .btn_label:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .u-btn--1:active {
    opacity: 0.75;
  }
  .u-btn--1.-persistent:hover .btn_label {
    color: #000;
  }
  .u-btn--1.-down-arrow:hover:after,
  .u-btn--1.-down-arrow:hover:before {
    transform: rotate(0);
  }
  .u-btn--2:hover:before {
    height: 40px;
    opacity: 1;
    width: 40px;
  }
  .u-btn--2:hover:after {
    height: 0;
    opacity: 0;
    width: 0;
  }
  .u-btn--2:hover .btn_label {
    box-shadow: inset 0 0 0 1px #fff;
  }
  .u-btn--2:hover .btn_label:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .u-btn--2:hover .btn_label .btn_icon {
    filter: var(--filter-inverse);
  }
  .u-btn--2:active {
    opacity: 0.75;
  }
  .u-btn--2.-persistent:hover .btn_label:before {
    transform: scaleY(1);
    transform-origin: top;
  }
  .u-btn--2.-persistent:hover .btn_label .btn_icon {
    filter: invert(1);
  }
  .u-btn--3:hover .btn_label {
    opacity: 1;
  }
  .u-btn--4:hover .btn_label {
    opacity: 0.8;
  }
  .u-btn--4:hover:after {
    transform: rotate(45deg);
  }
  .u-underline:hover:before {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  .u-underline.-inverse:hover:before {
    transform: scaleX(1);
  }
  c-header[cid] .header_popup .list_item:not(.is-current):hover {
    opacity: 1;
  }
  c-project-details[cid] .c_left .u-underline:hover:after {
    transform: rotate(45deg);
  }
  .u-wysiwyg-text--1 a:hover {
    text-decoration: underline;
  }
  c-footer[cid] .c_social-media:hover {
    color: var(--color--2);
  }
  c-footer[cid] .c_social-media:hover:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  c-header[cid] .header_popup .social_link:hover {
    background-color: var(--color--1);
    color: var(--color--2);
  }
  c-header[cid] .header_popup .c_theme-toggle .theme_btn:hover {
    color: var(--color--1);
  }
  c-header[cid] .header_popup .c_theme-toggle .theme_btn:hover.is-active {
    color: var(--color--2);
  }
  c-jobs-list[cid]
    .c_overlay_filter.is-desktop
    .c_filters
    .filter_options_inner:has(.filter_btn:hover)
    .filter_btn:not(:hover):not(.active) {
    opacity: 0.8;
  }
  c-legal-text[cid] .c_filters.is-desktop .filter_btn:not(.is-active):hover {
    opacity: 0.6;
  }
  c-post-related[cid] .c_articles .thumb_link:hover .link_icon:after {
    transform: rotate(45deg);
  }
  c-post-related[cid] .c_articles .thumb_link:hover img,
  c-post-related[cid] .c_articles .thumb_link:hover video {
    transform: scale(1.1);
  }
  c-post-share[cid] .c_share .links_btn:hover {
    background-color: var(--color--1);
    color: var(--color--2);
  }
  c-posts-archive[cid] .c_views .view_btn:hover {
    color: #ffffffc7;
  }
  c-posts-archive[cid] .c_views .view_btn:hover.active {
    color: #000000c7;
  }
  c-posts-archive[cid] .c_featured_article .thumb_link:hover .link_icon:after {
    transform: rotate(45deg);
  }
  c-posts-archive[cid] .c_featured_article .thumb_link:hover .article_title {
    background-size: 100% var(--underline-height);
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .thumb_link:hover img {
    transform: scale(1);
  }
  c-posts-archive[cid] .c_articles .thumb_link:hover .link_icon:after {
    transform: rotate(45deg);
  }
  c-posts-archive[cid] .c_articles .thumb_link:hover img {
    transform: scale(1.1);
  }
  c-posts-archive[cid]
    .c_overlay_filter.is-desktop
    .c_filters
    .filter_options_inner:has(.filter_btn:hover)
    .filter_btn:not(:hover):not(.active) {
    opacity: 0.8;
  }
  c-project-related[cid] .c_projects .c_project:hover,
  c-projects-archive[cid] .c_project:hover {
    transform: scale(1.05);
  }
  c-projects-archive[cid]
    .c_overlay_filter.is-desktop
    .c_filters
    .filter_options_inner:has(.filter_btn:hover)
    .filter_btn:not(:hover):not(.active) {
    opacity: 0.8;
  }
  c-projects-landing[cid] .c_project:hover,
  c-projects-list[cid] .c_projects .c_project:hover {
    transform: scale(1.05);
  }
  c-team-marquee[cid]
    .c_list_members
    .list_member_name:hover
    ~ .list_member_image,
  c-team-montage[cid]
    .c_list_members
    .list_member_name:hover
    ~ .list_member_image {
    opacity: 1;
  }
}
@media screen and (min-width: 1620px) {
  .u-wysiwyg-font-sizes--1 h3 {
    font-size: 32px;
  }
  .u-wysiwyg-font-sizes--1 h4 {
    font-size: 28px;
  }
  .u-wysiwyg-font-sizes--1 h5 {
    font-size: 24px;
  }
  .u-wysiwyg-font-sizes--1 h6 {
    font-size: 21px;
  }
  .u-wysiwyg-font-sizes--1 blockquote,
  .u-wysiwyg-font-sizes--1 code,
  .u-wysiwyg-font-sizes--1 ol,
  .u-wysiwyg-font-sizes--1 p,
  .u-wysiwyg-font-sizes--1 pre,
  .u-wysiwyg-font-sizes--1 ul {
    font-size: 19px;
  }
  .u-wysiwyg-media--1 .wp-caption-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 2560px) {
  c-header[cid] .header_popup .list_item .item_btn {
    font-size: 154px;
  }
}
@media (min-width: 1024px) and (max-height: 920px) {
  c-intro[cid]:has(+ c-process-scroll) {
    padding-bottom: 174px !important;
  }
}
@media (min-width: 1025px) and (max-height: 780px) {
  c-story-video[cid] .c_video {
    max-width: 280px;
  }
}
@media (min-width: 1281px) {
  :root {
    --grid-overlay-gutter: calc(var(--container-padding-xl) / 2);
  }
  .u-container--pad {
    padding-inline: var(--container-padding-xl, 50px);
  }
  .u-container--1.u-container--pad,
  .u-container--2.u-container--pad,
  .u-container--3.u-container--pad,
  .u-container--4.u-container--pad,
  .u-container--5.u-container--pad {
    max-width: calc(var(--width) + var(--container-padding-xl, 50px) * 2);
  }
  c-hero-with-cta[cid] .c_content .c-button {
    right: var(--container-padding-xl);
  }
  c-hero-with-cta[cid] .thumb_video {
    height: calc(100vh - var(--container-padding-xl) * 2);
    left: var(--container-padding-xl);
    width: calc(100% - var(--container-padding-xl) * 2);
  }
  :root {
    --filter-padding: var(--container-padding-xl);
  }
  c-team-montage[cid] .c_heading {
    padding-bottom: 120px;
    position: sticky;
    top: 20%;
  }
  c-team-montage[cid] .c_heading .heading_inner {
    left: 50%;
    max-width: none;
    position: relative;
    transform: translate(-50%);
    width: -moz-max-content;
    width: max-content;
  }
  c-team-montage[cid] .c_members .member:first-child {
    margin-left: auto;
    margin-right: 2.8%;
  }
  c-team-montage[cid] .c_members .member:nth-child(2) {
    margin-left: 9%;
    margin-top: -46px;
  }
  c-team-montage[cid] .c_members .member:nth-child(3) {
    margin-left: auto;
    margin-right: -50px;
    margin-top: -230px;
  }
  c-team-montage[cid] .c_members .member:nth-child(4) {
    margin-left: -4%;
    margin-top: -180px;
  }
  c-team-montage[cid] .c_members .member:nth-child(5) {
    margin-left: auto;
    margin-right: 4%;
    margin-top: -80px;
  }
  c-team-montage[cid] .c_members .member_img {
    max-height: 575px;
    max-width: 575px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --grid-overlay-gutter: calc(var(--container-padding-lg) / 2);
  }
  .u-container--pad {
    padding-inline: var(--container-padding-lg, 40px);
  }
  .u-container--1.u-container--pad,
  .u-container--2.u-container--pad,
  .u-container--3.u-container--pad,
  .u-container--4.u-container--pad,
  .u-container--5.u-container--pad {
    max-width: calc(var(--width) + var(--container-padding-lg, 40px) * 2);
  }
  c-hero-with-cta[cid] .thumb_video {
    height: auto;
    position: relative;
    top: 0;
    width: calc(100% - var(--container-padding-xl) * 2);
  }
  :root {
    --filter-padding: var(--container-padding-lg);
  }
  c-service-list[cid] .c_sections {
    width: 66%;
  }
}
@media (min-width: 1025px) {
  :root {
    --grid-overlay-column: 12;
  }
  c-accordions[cid] .c_accordions .accord_head {
    padding-right: var(--container-padding-xl);
  }
  c-form-aside[cid] .column .column_sticky {
    left: 0;
    position: sticky;
    top: 140px;
  }
  c-header[cid] .header_inline,
  c-header[cid] .header_popup .popup_footer {
    padding-inline: var(--container-padding-xl);
  }
  c-intro[cid] .c_extra-text {
    margin: 0 auto;
    width: 95%;
  }
  c-intro[cid]:has(+ c-quote) {
    padding-bottom: 32px;
  }
  c-intro[cid]:has(+ c-partners-cols) {
    padding-bottom: 90px;
  }
  c-job-form[cid] {
    padding: 70px 0 80px;
  }
  c-job-text-aside[cid] .c_details .details_inner {
    position: sticky;
    top: var(--padding-top);
  }
  c-jobs-list[cid] .c_overlay_filter.is-mobile,
  c-legal-text[cid] .c_filters_overlay.is-mobile,
  c-legal-text[cid] .filter_page-overlay {
    display: none;
  }
  c-marquee[cid] .c_marquee:not(:last-child) {
    margin-bottom: 22px;
  }
  c-media-text[cid] .heading_wrapper.-sticky {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: sticky;
    top: 0;
  }
  c-media-text[cid] .heading_wrapper.-sticky .c_heading {
    left: auto;
    margin-bottom: 0;
    transform: translate(0);
  }
  c-media-text[cid].contact:has(.c_text) .heading_wrapper {
    margin-bottom: -88px;
  }
  c-partners-cols + c-media-text[cid]:has(.heading_wrapper.-sticky) {
    padding-top: 0;
  }
  c-post-related[cid] .swiper-pagination {
    display: none;
  }
  c-posts-archive[cid] .c_top {
    transform: translateY(100%);
  }
  c-posts-archive[cid] .c_views {
    background-color: var(--color--2);
    border: 1px solid var(--color--1);
  }
  c-posts-archive[cid]
    .c_articles[data-view="list"]
    .c_article:nth-child(odd)
    .article_top {
    flex-direction: row-reverse;
  }
  c-posts-archive[cid]
    .c_articles[data-view="list"]
    .c_article:nth-child(odd)
    .article_row {
    align-items: flex-end;
  }
  c-posts-archive[cid] .c_articles_overlay {
    background: linear-gradient(to top, var(--color--2) 65%, transparent 100%);
  }
  c-posts-archive[cid] .c_overlay_filter.is-mobile,
  c-posts-archive[cid] .filter_page-overlay {
    display: none;
  }
  c-process-scroll[cid] .u-container {
    min-height: 100vh;
  }
  c-process-scroll[cid] .c_inner.is-mobile,
  c-projects-archive[cid] .c_overlay_filter.is-mobile,
  c-projects-archive[cid] .filter_page-overlay {
    display: none;
  }
  c-projects-list[cid]:has(+ c-intro) {
    padding-bottom: 16px;
  }
  c-service-cols[cid] .c_cols .col {
    padding: 0 58px;
  }
  c-service-list[cid] .c_label {
    opacity: 0;
    position: sticky;
    top: 45vh;
  }
  c-service-list[cid] .c_label.is-mobile,
  c-slider[cid] .swiper-pagination {
    display: none;
  }
  c-text-center[cid]:has(+ c-heading) {
    padding-bottom: 88px;
  }
  c-webgl-scroll[cid] .c_animations .c_animation {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .u-btn--4.-big--arrow:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M15.065 2.882 1.417 16.53.244 15.357 13.892 1.71H.863L.84.071h15.882v15.882l-1.639-.024z'/%3E%3C/svg%3E")
      50% /14px 14px no-repeat;
    height: 13px;
    width: 13px;
  }
  .u-form--1 form .row {
    flex-direction: column;
    row-gap: 54px;
  }
  c-404[cid] .c_inner {
    padding: var(--padding-top-md) 0 var(--padding-bottom-md) 0;
  }
  c-404[cid] .c_content .c_subheading {
    margin-top: 44px;
    max-width: 280px;
  }
  c-accordions[cid] {
    padding: 48px 0 88px 4.5vw;
  }
  c-accordions[cid] .c_accordions {
    width: 100%;
  }
  c-accordions[cid] .c_accordions .accord:first-of-type .line {
    display: none;
  }
  c-accordions[cid] .c_accordions .line {
    transform: scaleX(1);
  }
  c-accordions[cid] .c_accordions .accord_head {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
  }
  c-accordions[cid] .c_accordions .accord_head .head_title {
    transform: translateY(0);
  }
  c-footer[cid] {
    gap: 54px;
    padding: 100px 0 36px;
  }
  c-footer[cid] .c_inner {
    align-items: center;
    flex-direction: column;
    gap: 54px;
  }
  c-footer[cid] .c_group {
    gap: 54px;
  }
  c-footer[cid] .c_top {
    flex-direction: column;
    gap: 64px;
  }
  c-footer[cid] .c_col:last-child,
  c-footer[cid] .c_top {
    align-items: center;
  }
  c-footer[cid] .c_middle {
    margin-top: 10px;
    text-align: center;
  }
  c-footer[cid] .c_bottom {
    flex-direction: column;
    gap: 12px;
  }
  c-footer[cid] .menu_item {
    text-align: center;
  }
  c-footer[cid] .c_cta {
    display: none;
  }
  c-footer[cid] .c_locations {
    align-items: center;
    flex-direction: column;
    gap: 48px;
  }
  c-footer[cid] .c_locations .c_location {
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  c-footer[cid] .c_locations .c_location .location-address {
    font-size: calc(16.82353px - 0.19608vw);
  }
  @media screen and (min-width: 1440px) {
    c-footer[cid] .c_locations .c_location .location-address {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 420px) {
    c-footer[cid] .c_locations .c_location .location-address {
      font-size: 16px;
    }
  }
  c-footer[cid] .c_locations .c_location .location-phone {
    font-size: calc(16.82353px - 0.19608vw);
  }
  @media screen and (min-width: 1440px) {
    c-footer[cid] .c_locations .c_location .location-phone {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 420px) {
    c-footer[cid] .c_locations .c_location .location-phone {
      font-size: 16px;
    }
  }
  c-footer[cid] .c_social-medias {
    margin-top: 18px;
  }
  c-form-aside[cid] .column:first-child {
    max-width: 340px;
  }
  c-form-aside[cid] .c_background {
    top: 13%;
    transform: translateY(0) scale(2.2);
  }
  c-fs-media-article[cid] .c_medias {
    gap: 24px;
  }
  c-fs-media[cid] {
    margin: 40px 0;
  }
  c-fs-media[cid].--smaller .c_inner {
    min-height: 240px;
  }
  c-fs-media[cid].--animation {
    padding-block: 162px;
  }
  c-fs-media[cid].--animation .c_background video {
    transform: translateX(-50%) scale(1.8) !important;
  }
  c-fs-media[cid]:has(+ c-media-text) {
    margin-bottom: 0;
  }
  c-fs-media[cid]:has(+ c-media-text.no-text) {
    margin-bottom: 0 !important;
  }
  .page-futures c-fs-media[cid] .c_background.-type--image {
    aspect-ratio: 1/1;
  }
  c-header[cid] .header_popup .list_item:not(.is-current) {
    opacity: 1;
  }
  c-header[cid] .header_popup .social_link .is-mobile {
    display: none;
  }
  c-heading[cid] .c_heading.padding-top--1 {
    padding-top: 0;
  }
  c-heading[cid] .c_heading.padding-top--2 {
    padding-top: 38px;
  }
  c-heading[cid] .c_heading.padding-top--3 {
    padding-top: 68px;
  }
  c-heading[cid] .c_heading.padding-top--4 {
    padding-top: 78px;
  }
  c-heading[cid] .c_heading.padding-bottom--1 {
    padding-bottom: 0;
  }
  c-heading[cid] .c_heading.padding-bottom--2 {
    padding-bottom: 38px;
  }
  c-heading[cid] .c_heading.padding-bottom--3 {
    padding-bottom: 68px;
  }
  c-heading[cid] .c_heading.padding-bottom--4 {
    padding-bottom: 78px;
  }
  c-hero-center-simple[cid] {
    padding: 264px 0 102px;
  }
  c-hero-center-text[cid] {
    height: calc(100svh - 64px);
    margin-top: 64px;
  }
  c-hero-center-text[cid] .c_content {
    padding-inline: 4.5vw;
  }
  c-hero-heading-center[cid] {
    height: calc(100svh - 98px);
    margin-top: 98px;
  }
  c-hero-heading-center[cid] .c_background {
    transform: scale(1.6);
  }
  c-hero-heading-center[cid] .c_background video {
    -o-object-fit: contain;
    object-fit: contain;
  }
  c-hero-top-heading[cid] {
    --padding-top: 210px;
    padding: var(--padding-top) 0 96px 0;
  }
  c-hero-top-heading[cid] .c_heading {
    margin-bottom: 16px;
  }
  c-hero-top-heading[cid] .c_media {
    margin-top: 220px;
  }
  c-hero-top-heading[cid] .c_background {
    aspect-ratio: 1;
  }
  c-hero-two-headings[cid] {
    padding: 0 0 96px;
  }
  c-hero-two-headings[cid] .c_background {
    aspect-ratio: 1;
  }
  c-hero-two-headings[cid]:has(+ c-intro) {
    padding-bottom: 0 !important;
  }
  c-hero-with-cta[cid] .c_content .c-button {
    display: none;
  }
  c-intro[cid].is-story {
    padding: 24px 0;
  }
  c-intro[cid].-text-center .c_inner {
    row-gap: 68px;
  }
  c-intro[cid].-text-center .animation_video {
    transform: translate(-50%, -62%) scale(1.5);
  }
  c-intro[cid] .c_inner {
    row-gap: 48px;
  }
  c-intro[cid] .c_inner:has(.c_extra-text) {
    row-gap: 48px;
  }
  c-intro[cid] .c_extra-text p:not(:first-child) {
    margin-top: 48px;
  }
  c-intro[cid] .animation_video {
    top: 60%;
    transform: translate(-50%, -50%) scale(1.5);
    width: 60vw;
  }
  c-jobs-list[cid] {
    padding: 0 0 48px;
  }
  c-jobs-list[cid] .c_inner {
    gap: 36px;
  }
  c-jobs-list[cid] .c_positions .position_link {
    padding: 36px 0;
  }
  c-jobs-list[cid] .c_positions .position_inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  c-jobs-list[cid] .c_positions .position_label {
    display: none;
  }
  c-jobs-list[cid] .c_positions .position_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  c-jobs-list[cid] .c_positions .position_icon:before {
    height: 26px;
    width: 26px;
  }
  c-jobs-list[cid]:has(+ c-fs-media) {
    padding-bottom: 0;
  }
  c-media-heading[cid] {
    padding: 64px 0 106px;
  }
  c-media-heading[cid] .c_heading {
    transform: translate(-50%, calc(-50% - 20px));
  }
  c-media-heading[cid]:has(+ c-intro) {
    padding: 64px 0;
  }
  c-intro[cid]:where(c-media-heading + c-intro[cid]) {
    padding-top: 64px !important;
  }
  c-media-text[cid] {
    padding-top: 32px;
  }
  c-media-text[cid] .c_heading {
    transform: translate(-50%, 36px);
  }
  c-media-text[cid] .c_content .c_text {
    margin-bottom: 24px;
  }
  c-media-text[cid] .c_content .c_address {
    margin-top: 8px;
  }
  c-media-text[cid].contact .c_media {
    aspect-ratio: 1/1;
    margin-top: 24px;
  }
  c-media-text[cid].contact:has(.c_text) .c_content {
    padding-inline: 10vw;
  }
  c-media-text[cid].contact:not(:has(.c_text)) {
    padding-top: 122px;
  }
  c-media-text[cid].contact:not(:has(.c_text)) .heading_wrapper {
    min-height: auto;
    padding-bottom: calc(50vh - 40px);
    top: calc(50vh - 40px);
  }
  c-media-text[cid].contact:not(:has(.c_text)) .c_heading {
    margin-top: 0;
  }
  c-media-text[cid].contact:not(:has(.c_text)) .c_media {
    aspect-ratio: 1;
    margin-top: -45vh;
  }
  c-media-text[cid].studio .c_inner {
    padding-inline: 0;
  }
  c-media-text[cid].studio .c_content {
    left: 0;
    margin: 122px 0;
    position: relative;
    top: 0;
    transform: none;
  }
  c-media-text[cid].studio .c_media {
    aspect-ratio: 430/366;
    border-radius: 0;
  }
  c-media-text[cid]:has(+ c-project-banner) {
    padding-bottom: 120px;
  }
  c-fs-media + c-media-text {
    padding-top: 0 !important;
  }
  c-partners-cols[cid] {
    padding: 60px 0 80px;
  }
  c-partners-cols[cid] .c_heading {
    margin-bottom: 48px;
  }
  c-partners-cols[cid] .c_partners {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 36px;
  }
  c-partners-cols[cid] .c_partner {
    gap: 16px;
  }
  c-partners-cols[cid] .c_partner_names {
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }
  c-partners-cols[cid] .partner_names-group {
    width: 50%;
  }
  c-partners[cid] {
    padding: 60px 0 80px;
  }
  c-partners[cid] .c_inner {
    flex-direction: column;
    row-gap: 48px;
  }
  c-fs-media + c-partners {
    padding-top: 0 !important;
  }
  c-post-divider[cid].is-story {
    padding: 30px 0;
  }
  c-post-hero[cid] {
    padding: 280px 0 170px;
  }
  c-post-hero[cid] .c_inner {
    gap: 42px;
  }
  c-post-hero[cid] .c_heading {
    line-height: 1.2em;
  }
  c-post-related[cid] {
    padding: 72px 0 68px;
  }
  c-post-related[cid] .c_heading {
    padding-bottom: 72px;
    transform: translate(-50%);
  }
  c-post-related[cid] .c_articles {
    grid-template-columns: repeat(1, 1fr);
  }
  c-post-related[cid] .c-button {
    margin-top: 98px;
  }
  c-post-share[cid] {
    padding: 48px 0;
  }
  c-post-share[cid].is-story {
    padding: 50px 0 60px;
  }
  c-post-share[cid] .c_inner {
    gap: 32px;
  }
  c-post-share[cid] .c_share {
    flex-direction: column;
    gap: 12px;
  }
  c-post-share[cid] .c_share .links_btn {
    min-width: 180px;
  }
  c-post-share[cid] .c_share .links_btn .is-desktop {
    display: none;
  }
  c-post-share[cid] .c_share .links_btn .copy-tooltip {
    right: 50%;
    top: 130%;
    transform: translate(50%);
  }
  c-posts-archive-hero[cid] {
    padding: 200px 0 33px;
  }
  c-posts-archive[cid] .c_featured_article {
    margin-top: 36px;
    padding-block: 0;
  }
  c-posts-archive[cid] .c_featured_article .thumb_link {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  c-posts-archive[cid] .c_featured_article .article_content {
    background-color: var(--color--2);
    margin-top: -122px;
  }
  c-posts-archive[cid] .c_featured_article .thumb_img {
    aspect-ratio: 1/1;
    height: auto;
    margin-inline: calc(var(--container-padding-sm) * -1);
    position: relative;
    width: calc(100% + var(--container-padding-sm) * 2);
  }
  c-posts-archive[cid] .c_featured_article .thumb_img img {
    height: 100%;
  }
  c-posts-archive[cid] .c_articles[data-view="grid"] {
    grid-template-columns: repeat(1, 1fr);
  }
  c-posts-archive[cid]
    .c_articles[data-view="grid"]
    .c_article[data-type="story"]
    .article_content {
    background: linear-gradient(to top, var(--color--2) 30%, transparent 60%);
  }
  c-preloader[cid] .c_top img {
    transform: translate(-110vw, -1vh);
  }
  c-preloader[cid] .c_bottom img {
    transform: translate(100vw, 1vh);
  }
  c-process-list[cid] {
    padding: 84px 0;
  }
  c-project-banner[cid] .c_inner {
    padding: 176px 0 162px;
  }
  c-project-banner[cid] .c_image.is-desktop {
    display: none;
  }
  c-project-hero[cid] .u-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 124px;
    justify-content: space-between;
    min-height: 100vh;
  }
  c-project-hero[cid] .c_inner {
    gap: 32px;
    height: 100%;
    min-height: unset;
    position: static;
  }
  c-project-hero[cid] .c_heading {
    line-height: 1.2em;
    padding-top: 258px;
  }
  c-project-hero[cid] .c_featured-media {
    aspect-ratio: 366/458;
    border-radius: 0;
    margin-top: 0;
    transform: scale(1);
  }
  c-project-hero[cid] .c_loading-images .loading_image {
    max-width: 300px;
  }
  c-project-related[cid] {
    padding: 122px 0 46px;
  }
  c-project-related[cid] .heading_parent {
    height: auto;
    padding-bottom: 5rem;
    position: relative;
  }
  c-project-related[cid] .c_heading {
    transform: translate(-50%);
  }
  c-project-related[cid] .c_content {
    margin-top: 0;
  }
  c-project-related[cid] .c_projects {
    gap: 32px;
  }
  c-project-related[cid] .c_projects .thumb_img {
    aspect-ratio: 366/458;
  }
  c-project-related[cid] .c_projects .thumb_img img,
  c-project-related[cid] .c_projects .thumb_img video {
    transform: scale(1);
  }
  c-project-related[cid] .c_projects .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
  c-project-related[cid] .c-button {
    margin-top: 77px;
  }
  c-projects-archive-hero[cid] {
    padding: 200px 0 0;
  }
  c-projects-archive[cid] {
    padding-bottom: 20px;
  }
  c-projects-archive[cid] .c_projects_featured {
    gap: 32px;
    margin-top: 88px;
  }
  c-projects-archive[cid] .c_projects_featured .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-archive[cid] .c_projects {
    margin-top: 88px;
  }
  c-projects-archive[cid] .c_projects.is-list {
    row-gap: 32px;
  }
  c-projects-archive[cid] .c_projects.is-list .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-archive[cid] .c_projects.is-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  c-projects-archive[cid] .c_projects.is-grid .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-archive[cid] .c_project {
    gap: 32px;
  }
  c-projects-archive[cid] .thumb_link {
    border-radius: 12px;
    overflow: hidden;
  }
  c-projects-archive[cid] .thumb_img,
  c-projects-archive[cid] .thumb_video {
    aspect-ratio: 366/458;
  }
  c-projects-archive[cid] .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-archive[cid] .c-button {
    bottom: -88px;
  }
  c-projects-landing[cid] {
    padding: 84px 0 68px;
  }
  c-projects-landing[cid] .heading_parent {
    padding-bottom: 48px;
    position: relative;
  }
  c-projects-landing[cid] .c_heading,
  c-projects-landing[cid] .heading_inner {
    transform: translate(-50%);
  }
  c-projects-landing[cid] .c_projects_list {
    gap: 32px;
    margin-top: 0;
  }
  c-projects-landing[cid] .c_projects_grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
    row-gap: 32px;
  }
  c-projects-landing[cid] .c_project {
    gap: 22px;
  }
  c-projects-landing[cid] .thumb_link {
    border-radius: 12px;
    overflow: hidden;
  }
  c-projects-landing[cid] .thumb_img,
  c-projects-landing[cid] .thumb_video {
    aspect-ratio: 366/458;
  }
  c-projects-landing[cid] .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-landing[cid] .c-button {
    margin-top: -134px;
  }
  c-projects-list[cid] {
    padding: 84px 0 68px;
  }
  c-projects-list[cid] .heading_parent {
    padding-bottom: 48px;
  }
  c-projects-list[cid] .heading_inner {
    transform: translate(-50%);
  }
  c-projects-list[cid] .c_projects {
    gap: 32px;
  }
  c-projects-list[cid] .c_projects .c_project {
    gap: 22px;
  }
  c-projects-list[cid] .c_projects .thumb_link {
    border-radius: 12px;
    overflow: hidden;
  }
  c-projects-list[cid] .c_projects .thumb_img,
  c-projects-list[cid] .c_projects .thumb_video {
    aspect-ratio: 366/458;
  }
  c-projects-list[cid] .c_projects .project_content {
    align-items: center;
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-quote[cid].is-story {
    padding: 24px 0 40px;
  }
  c-read-more[cid] {
    padding: 48px 0;
  }
  c-read-more[cid].is-story {
    padding: 40px 0 30px;
  }
  c-read-more[cid] .c_inner {
    gap: 32px;
  }
  c-read-more[cid] .c-button.internal:after {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
  }
  c-service-cols[cid] {
    padding: 84px 0;
  }
  c-service-cols[cid] .c_cols {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  c-service-cols[cid] .c_cols .col {
    text-align: center;
  }
  c-service-cols[cid] .c_cols .col_label {
    margin-inline: auto;
  }
  c-service-cols[cid] .c_background {
    transform: translate(-50%, -50%) scale(2.2);
  }
  c-slider[cid] {
    padding: 68px 0;
  }
  c-intro + c-slider {
    padding-top: 0 !important;
  }
  c-statement[cid] {
    padding: 96px 0;
  }
  c-statement[cid]:has(+ c-footer[cid]) {
    padding-bottom: 0 !important;
  }
  c-story-heading[cid] .c_title {
    text-align: center;
  }
  c-story-heading[cid] .c_detiails,
  c-story-heading[cid] .post_categories {
    justify-content: center;
  }
  .c-story {
    flex-direction: column;
    padding-top: 90px;
  }
  .c-story .is-story-video {
    padding-top: 70px;
    width: 100%;
  }
  .c-story .is-story-content {
    padding-top: 0;
    width: 100%;
  }
  c-team-marquee[cid] {
    padding-top: 48px;
  }
  c-team-marquee[cid] .c_heading {
    padding-bottom: 20%;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item {
    gap: 16px;
  }
  c-team-marquee[cid] .c_members_images .member_img {
    max-height: 700px;
  }
  c-team-marquee[cid] .c_list_members {
    display: none;
  }
  c-team-marquee[cid] .c_list_members .list_member_inner {
    gap: 36px;
    padding: 24px 0;
  }
  c-team-marquee[cid] .c_list_member_images {
    display: none;
  }
  c-team-montage[cid] {
    padding: 48px 0 88px;
  }
  c-team-montage[cid] .c_members {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 88px;
  }
  c-team-montage[cid] .c_members .member_img {
    height: 100%;
    width: 100%;
  }
  c-team-montage[cid] .c_list_members {
    margin-top: 48px;
  }
  c-team-montage[cid] .c_list_members .list_member_inner {
    gap: 36px;
    padding: 24px 0;
  }
  c-text-center[cid] {
    padding: 88px 0 54px;
  }
  c-text-center[cid] .c_inner {
    row-gap: 48px;
  }
  c-text-center[cid] .c_text {
    display: none;
  }
  c-text-scroll[cid] {
    padding: 64px 0;
  }
  c-text-scroll[cid] .c_lines {
    gap: 28px;
    padding-top: 68px;
  }
  c-text-scroll[cid]:has(+ c-fs-media) {
    padding-bottom: 0 !important;
  }
  c-webgl-scroll[cid]:has(+ c-media-text) {
    padding-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .u-form--1 form .group {
    row-gap: 54px;
  }
  .u-form--1 form .terms {
    margin-top: 54px;
    max-width: 510px;
  }
  .u-form--1 form .file-drop-area {
    margin-top: 54px;
  }
  .u-form--1 form .submit_btn {
    margin-left: auto;
    margin-top: 76px;
  }
  .u-form--1 form #status-response span {
    padding: 45px 0 15px;
  }
  .u-label.is-inline {
    display: block;
    margin-bottom: 36px !important;
    margin-right: 0;
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  c-form-aside[cid] {
    padding: 52px 0 112px;
  }
  c-form-aside[cid] .c_inner.is-hidden .columns {
    height: 90svh;
  }
  c-form-aside[cid] .c_inner.is-hidden .c_background {
    transform: translate(-50%, -50%) scale(2.8);
  }
  c-form-aside[cid] .c_heading {
    display: none !important;
  }
  c-form-aside[cid] .columns {
    flex-direction: column;
    gap: 98px;
  }
  c-form-aside[cid] .column {
    width: 100%;
  }
  c-form-aside[cid] .e-contact-form {
    max-width: 100%;
  }
  c-form-aside[cid]:has(+ c-media-text) {
    padding-bottom: 40px;
  }
  c-fs-media-article[cid]:has(+ c-media-text) {
    margin-bottom: 120px;
  }
  c-fs-media[cid].--smaller .e-media img {
    transform: scale(1.2);
  }
  c-fs-media[cid] .c_inner {
    gap: 24px;
    min-height: 75vw;
  }
  c-header[cid] .header_popup {
    bottom: 0;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  c-header[cid] .header_popup .popup_inner {
    gap: 36px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 140px 0 64px;
  }
  c-header[cid] .header_popup .popup_footer {
    gap: 36px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  c-header[cid] .header_popup .footer_contacts {
    align-items: center;
  }
  c-header[cid] .header_popup .c_theme-toggle {
    order: -1;
  }
  c-header[cid] .header_popup .c-button {
    margin-right: auto;
  }
  c-hero-with-cta[cid] .thumb_video {
    height: auto;
    position: relative;
    top: 0;
    width: calc(100% - var(--container-padding-sm) * 2);
  }
  c-intro[cid] {
    padding: 96px 0;
  }
  c-intro[cid] .c_columns {
    flex-direction: column;
    row-gap: 36px;
  }
  c-intro[cid]:has(+ c-partners-cols) {
    padding: 36px 0 24px;
  }
  c-hero-top-heading + c-intro[cid] {
    padding-top: 8px;
  }
  c-hero-with-cta[cid] + c-intro[cid]:has(.c_spline) {
    padding: 192px 0 96px;
  }
  c-projects-list + c-intro[cid] {
    padding-top: 68px;
  }
  c-job-form[cid] .c_inner {
    flex-direction: column;
  }
  c-job-form[cid] .c_inner.is-hidden {
    height: 90svh;
  }
  c-job-form[cid] .c_details,
  c-job-form[cid] .c_form {
    width: 100%;
  }
  c-job-form[cid] .c_description {
    margin-top: 20px;
    max-width: 100%;
  }
  c-job-form[cid] .c_confirmation .c_background {
    transform: translateY(-50%) scale(2);
  }
  c-job-form[cid]:has(+ c-media-text) {
    padding-bottom: 40px;
  }
  c-job-text-aside[cid] {
    padding: 190px 0 68px;
  }
  c-job-text-aside[cid] .c_inner {
    flex-direction: column;
    gap: 132px;
  }
  c-job-text-aside[cid] .c_details {
    width: 100%;
  }
  c-job-text-aside[cid] .c_content {
    gap: 76px;
    width: 100%;
  }
  c-jobs-list[cid] .c_overlay_filter.is-desktop {
    display: none;
  }
  c-legal-hero[cid] {
    padding: 268px 0 64px;
  }
  c-legal-text[cid] {
    padding-bottom: 148px;
  }
  c-legal-text[cid] .c_filters.is-desktop {
    display: none;
  }
  c-legal-text[cid] .c_pages {
    margin-top: 0;
  }
  c-legal-text[cid] .c_pages .c_sections {
    gap: 86px;
    margin-top: 120px;
  }
  c-legal-text[cid] .c_pages .section {
    flex-direction: column;
    gap: 32px;
  }
  c-legal-text[cid] .c_pages .column:first-child,
  c-legal-text[cid] .c_pages .column:last-child {
    width: 100%;
  }
  c-legal-text[cid]:has(+ c-media-text) {
    padding-bottom: 77px;
  }
  c-marquee[cid] .marquee_item {
    margin-right: 12px;
  }
  c-post-related[cid] .c_articles .thumb_img,
  c-post-related[cid] .c_articles .thumb_video {
    aspect-ratio: 366/260;
  }
  :root {
    --filter-padding: var(--container-padding-sm);
  }
  c-posts-archive[cid] {
    padding: 0 0 166px;
  }
  c-posts-archive[cid] .c_top {
    bottom: 6px;
  }
  c-posts-archive[cid] .c_views {
    display: none;
  }
  c-posts-archive[cid] .c_articles {
    margin-top: 54px;
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .article_top {
    flex-direction: column;
    gap: 32px;
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .article_row {
    flex-direction: row;
    justify-content: space-between;
  }
  c-posts-archive[cid] .c_articles[data-view="list"] .article_title {
    width: 100%;
  }
  c-posts-archive[cid] .c_articles .thumb_img {
    aspect-ratio: 366/260;
  }
  c-posts-archive[cid] .story_modal .modal_close {
    right: 32px;
    top: 38px;
  }
  c-posts-archive[cid] .story_modal .modal_inner {
    padding-bottom: 68px;
    padding-top: 102px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div {
    flex-direction: column;
    gap: 68px;
    height: auto;
    justify-content: flex-start;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_video {
    width: 100%;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_content {
    padding-bottom: 68px;
    width: 100%;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .modal_description {
    margin-top: 32px;
  }
  c-posts-archive[cid] .story_modal .modal_inner > div .c-button {
    margin-top: 48px;
  }
  c-posts-archive[cid] .c_overlay_filter.is-desktop {
    display: none;
  }
  c-process-list[cid] .c_processes .line {
    transform: scaleX(1);
  }
  c-process-list[cid] .c_processes .process_inner {
    flex-direction: column;
    gap: 28px;
  }
  c-process-list[cid] .c_processes .process_title {
    transform: translateY(0);
    width: 100%;
  }
  c-process-list[cid] .c_processes .process_text {
    opacity: 1;
    width: 100%;
  }
  c-process-scroll[cid] {
    padding: 88px 0;
  }
  c-process-scroll[cid] .c_inner.is-desktop {
    display: none;
  }
  c-process-scroll[cid] .count {
    margin-bottom: 24px;
    text-align: center;
  }
  c-process-scroll[cid] .title {
    font-size: calc(44.23529px + 4.70588vw);
    position: relative;
    text-align: center;
    z-index: 2;
  }
  @media screen and (min-width: 1440px) {
    c-process-scroll[cid] .title {
      font-size: 112px;
    }
  }
  @media screen and (max-width: 420px) {
    c-process-scroll[cid] .title {
      font-size: 64px;
    }
  }
  c-process-scroll[cid] .c_text {
    margin-inline: auto;
    max-width: 640px;
    position: relative;
    text-align: center;
    z-index: 2;
  }
  c-process-scroll[cid] .c_video {
    margin-block: -2vw;
    margin-inline: auto;
  }
  c-project-details[cid] {
    padding: 80px 0;
  }
  c-project-details[cid] .c_inner {
    display: flex;
    flex-direction: column;
  }
  c-project-details[cid] .c_left {
    max-width: 100%;
    padding-right: 0;
  }
  c-project-details[cid] .c_left .c_left-group.-disciplines .group_text {
    -moz-columns: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  c-project-details[cid] .c_right .c-button {
    margin-top: 48px;
  }
  c-project-media[cid] .c_medias {
    gap: 14px;
    grid-auto-flow: row;
    padding: 7px 0;
  }
  c-project-media[cid] .item_media {
    height: unset;
  }
  c-projects-archive[cid] .c_overlay_filter.is-desktop {
    display: none;
  }
  c-quote[cid] {
    padding: 48px 0;
  }
  c-quote[cid] .c_person {
    margin-top: 24px;
  }
  c-service-list[cid] {
    padding-top: 102px;
  }
  c-service-list[cid] .c_content {
    flex-direction: column;
    gap: 42px;
    padding: 112px 0;
  }
  c-service-list[cid] .c_label.is-desktop {
    display: none;
  }
  c-service-list[cid] .c_sections {
    gap: 120px;
    width: 100%;
  }
  c-service-list[cid] .c_service:not(:last-child) {
    margin-bottom: 18px;
  }
  c-service-list[cid] .c_background {
    height: calc(100vh - 300px);
    top: 150px;
  }
  c-slider[cid] .u-container {
    padding: 0;
  }
  c-slider[cid] .swiper-slide {
    border-radius: 0;
  }
  c-story-heading[cid] {
    padding-bottom: 24px;
  }
  c-story-video[cid] .c_video {
    width: 100%;
  }
  c-team-marquee[cid] .c_members .marquee_top {
    z-index: 10;
  }
  c-team-marquee[cid] .c_members .marquee_bottom .marquee_item,
  c-team-marquee[cid] .c_members .marquee_top .marquee_item {
    color: #fff;
  }
  c-webgl-scroll[cid] .c_sections {
    gap: 64px;
    width: 100%;
  }
  c-webgl-scroll[cid] .c_animations {
    height: 100%;
    padding: 114px 0 82px;
    width: 100%;
  }
  c-webgl-scroll[cid] .c_animations .c_animation video {
    margin-block: -38px;
    margin-inline: auto;
    position: static;
    transform: none;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  c-accordions[cid] .c_accordions .accord_head {
    padding-right: var(--container-padding-lg);
  }
  c-footer[cid] .marquee_item img {
    height: 95px;
    width: 1080px;
  }
  c-form-aside[cid] .column:first-child {
    max-width: 600px;
  }
  c-form-aside[cid] .c_background {
    top: 13%;
    transform: scale(1.8);
  }
  c-jobs-list[cid] {
    padding: 68px 0 48px;
    z-index: 2;
  }
  c-post-related[cid] .c_articles,
  c-posts-archive[cid] .c_articles[data-view="grid"],
  c-posts-archive[cid] .c_featured_article .thumb_link {
    grid-template-columns: repeat(2, 1fr);
  }
  c-service-cols[cid] .c_background {
    transform: translate(-50%, -50%) scale(1.8);
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  c-footer[cid] .marquee_item img {
    height: 65px;
    width: 720px;
  }
}
@media (max-width: 640px) {
  c-footer[cid] .marquee_item img {
    height: 50px;
    width: 540px;
  }
  c-project-details[cid] .c_inner {
    gap: 80px;
  }
  c-project-details[cid] .c_left .c_left-group:not(.-disciplines):not(.-button),
  c-project-details[cid] .c_left .c_left-metrics {
    display: none !important;
    margin-bottom: 0 !important;
  }
  c-project-details[cid] .c_right .c_description .description_content ol,
  c-project-details[cid] .c_right .c_description .description_content ul {
    padding-left: 24px;
  }
  c-project-media[cid] {
    padding-inline: 4.5vw;
  }
}
@media (min-width: 769px) {
  c-fs-media[cid].--animation .c_background video {
    transform: translateX(-50%) scale(1) !important;
  }
  c-header[cid] .header_popup .social_link .is-mobile {
    display: inline-table;
    inset: 0;
    opacity: 0;
    position: absolute;
  }
  c-hero-center-text + c-heading {
    margin-top: -100px;
  }
  c-intro[cid].is-story .c_extra-text,
  c-intro[cid].is-story .c_text {
    text-align: left !important;
  }
  c-jobs-list[cid] .c_positions .position:hover {
    color: var(--color--2);
  }
  c-jobs-list[cid] .c_positions .position:hover .position_icon:before {
    filter: invert();
    transform: rotate(45deg);
  }
  c-media-heading[cid] .c-button {
    display: none;
  }
  c-media-text[cid].studio .heading_wrapper {
    position: sticky;
    top: 30%;
  }
  c-media-text[cid].studio .heading_parent {
    padding-bottom: 120px;
  }
  @media (--md-down) {
    c-media-text[cid].studio .heading_parent {
      top: 45%;
    }
  }
  c-media-text[cid].studio .c_inner {
    margin-top: 0;
  }
  c-media-text[cid].studio .c-button,
  c-media-text[cid].studio .c_address,
  c-media-text[cid].studio .c_title {
    color: #fff;
  }
  c-media-text[cid].studio .c-button:before {
    background-color: #fff;
  }
  c-media-text[cid].studio .c-button:after {
    filter: invert(0);
  }
  c-post-divider[cid].is-story .c_divider {
    margin-left: 0 !important;
  }
  c-post-related[cid] .c_articles .c_article[data-type="story"] .thumb_img,
  c-post-related[cid] .c_articles .c_article[data-type="story"] .thumb_video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  c-post-share[cid].is-story .c_inner {
    align-items: flex-start;
  }
  c-post-share[cid] .c_share .links_btn .is-mobile {
    bottom: 0;
    display: inline-table;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  c-posts-archive-hero[cid] {
    align-items: center;
    display: flex;
    height: 100svh;
    justify-content: center;
  }
  c-posts-archive[cid] .c_featured_article {
    align-items: center;
    aspect-ratio: 1440/548;
    display: flex;
  }
  c-posts-archive[cid] .c_featured_article .thumb_img img {
    max-width: unset;
    transform: scale(1.1);
    width: 100vw;
  }
  c-project-banner[cid] .c_image.is-mobile {
    display: none;
  }
  c-projects-archive[cid] .c_projects.is-list .project_content,
  c-projects-archive[cid] .c_projects_featured .project_content {
    bottom: 32px;
    left: 32px;
    position: absolute;
    right: 32px;
  }
  c-projects-archive[cid] .c_projects.is-grid .project_content {
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
  }
  c-projects-landing[cid] .c_heading.is-hidden {
    opacity: 0;
  }
  c-projects-list[cid] .heading_parent {
    min-height: 100svh;
  }
  c-projects-list[cid] .c_projects .thumb_img img,
  c-projects-list[cid] .c_projects .thumb_img video,
  c-projects-list[cid] .c_projects .thumb_video img,
  c-projects-list[cid] .c_projects .thumb_video video {
    transform: scale(1.2);
  }
  c-quote[cid].is-story .c_quote {
    text-align: left !important;
  }
  c-quote[cid].is-story .c_person {
    justify-content: flex-start !important;
  }
  c-read-more[cid].is-story .c_inner {
    align-items: flex-start;
  }
  c-service-cols[cid] .c_cols .col {
    opacity: 0;
  }
  c-team-marquee[cid] .c_list_members .list_member:hover {
    color: var(--color--2);
  }
  c-team-marquee[cid] .c_list_members_mobile {
    display: none;
  }
  c-team-marquee[cid]:has(+ c-projects-list[cid]) {
    padding-bottom: 0;
  }
  c-team-marquee[cid]:has(+ c-projects-list[cid]) .c_list_members {
    padding-bottom: 0;
  }
  c-text-center[cid] .text_mobile {
    display: none;
  }
}
@media (max-height: 960px) and (min-width: 1025px) {
  c-header[cid] .header_popup {
    padding: 0;
  }
  c-header[cid] .header_popup .popup_inner {
    gap: 36px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding: 90px 0;
  }
  c-header[cid] .header_popup .popup_inner::-webkit-scrollbar {
    display: none;
  }
  c-header[cid] .header_popup .list_item .item_btn {
    font-size: calc(52.27907px + 2.7907vw);
  }
  @media screen and (min-width: 1280px) {
    c-header[cid] .header_popup .list_item .item_btn {
      font-size: 88px;
    }
  }
  @media screen and (max-width: 420px) {
    c-header[cid] .header_popup .list_item .item_btn {
      font-size: 64px;
    }
  }
  c-header[cid] .header_popup .popup_footer {
    bottom: 42px;
    left: 0;
    position: fixed;
    right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  c-hero-with-cta[cid] .c_content .c-button {
    right: var(--container-padding-lg);
  }
  c-partners-cols[cid] .c_partners {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 46px;
  }
  c-team-montage[cid] .c_heading {
    grid-column: 1/-1;
    width: 100%;
  }
  c-team-montage[cid] .c_members {
    -moz-column-gap: 48px;
    column-gap: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    row-gap: 68px;
  }
  c-team-montage[cid] .c_members .member_img {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1280px) {
  c-hero-with-cta[cid] .thumb_video_wrap {
    aspect-ratio: 16/9;
    height: auto;
    padding-top: 96px;
  }
  c-team-montage[cid] .c_heading {
    height: 35vw;
    position: relative;
  }
  c-team-montage[cid] .c_members .member {
    width: 100%;
  }
  c-team-montage[cid] .c_members .member_img .img-src {
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-height: 880px) {
  c-posts-archive[cid] .story_modal .modal_inner > div {
    gap: 68px;
    height: auto;
    justify-content: space-between;
    padding-bottom: 120px;
  }
}
@media (min-width: 1025px) and (max-height: 739px) {
  c-process-scroll[cid] .c_detail,
  c-process-scroll[cid] .c_headings {
    gap: 28px;
  }
  c-process-scroll[cid] .c_video {
    max-width: 320px;
  }
}
@media (min-width: 1025px) and (min-height: 740px) {
  c-process-scroll[cid] .title {
    font-size: calc(-16.29412px + 9.11765vw);
  }
  @media screen and (min-width: 1440px) {
    c-process-scroll[cid] .title {
      font-size: 115px;
    }
  }
  @media screen and (max-width: 420px) {
    c-process-scroll[cid] .title {
      font-size: 22px;
    }
  }
  c-process-scroll[cid] .c_video {
    transform: scale(1.2);
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  c-project-details[cid] .c_inner {
    gap: 64px;
  }
  c-project-details[cid] .c_left .c_left-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (min-width: 641px) {
  c-project-media[cid] .u-container.-reduced .c_medias {
    padding-block: 100px;
  }
  c-project-media[cid] .u-container.-reduced .item_media {
    max-width: 72%;
  }
}
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 100%; /* Ensures it aligns properly */
}
.video-overlay h4 {
  margin: 0;
  line-height: 0.9;
}

.unique-banner {
  padding: 216px 0;
}

.unique-banner .u_banner {
  font-size: calc(-7.41176px + 11.76471vw);
  font-size: calc(-0.46324rem + 11.76471vw);
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
}

.unique-banner .u_banner .bottom_text,
.unique-banner .u_banner .top_text {
  will-change: transform;
  font-size: inherit; /* Ensure these inherit from .u_banner */
}

.unique-banner .u_banner .bottom_text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}

.unique-banner .u_banner .bottom_text .append {
  font-size: calc(10.58824px + 1.76471vw);
  font-size: calc(0.66176rem + 1.76471vw);
  line-height: 0.9em;
  position: absolute;
  right: -0.05em;
  text-transform: uppercase;
  top: 0.2em;
  transform: translateX(100%);
}

/* Font size breakpoints */
.unique-banner .u_banner {
  font-size: 162px;
}

.unique-banner .u_banner .bottom_text .append {
  font-size: 36px;
}

.unique-banner .u_banner {
  font-size: 42px;
}

.unique-banner .u_banner .bottom_text .append {
  font-size: 18px;
}

.unique-banner {
  padding: 96px 0;
}

.unique-banner:has(+ c-footer[cid]) {
  padding-bottom: 0 !important;
}

/* Ensure the video overlay remains centered */
.new-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10; /* Ensures text stays above the video */
  width: 100%;
  color: white; /* Ensure text is visible */
  text-transform: uppercase;
}

/* New banner container */
custom-banner[cid] {
  padding: 216px 0;
}

/* New text styles matching the original */
custom-banner[cid] .u_banner {
  font-size: calc(-7.41176px + 11.76471vw);
  font-size: calc(-0.46324rem + 11.76471vw);
  line-height: 0.9em;
  text-align: center;
  text-transform: uppercase;
}

/* Ensure top and bottom text scales properly */
custom-banner[cid] .u_banner .top_text,
custom-banner[cid] .u_banner .bottom_text {
  will-change: transform;
  font-size: inherit; /* Keep same font size */
  line-height: 0.9em;
}

/* Adjust bottom text appearance */
custom-banner[cid] .u_banner .bottom_text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: min-content;
}

/* Adjust text append size */
custom-banner[cid] .u_banner .bottom_text .append {
  font-size: calc(10.58824px + 1.76471vw);
  font-size: calc(0.66176rem + 1.76471vw);
  line-height: 0.9em;
  position: absolute;
  right: -0.05em;
  text-transform: uppercase;
  top: 0.2em;
  transform: translateX(100%);
}

/* Ensure proper font sizing */
custom-banner[cid] .u_banner {
  font-size: 162px;
}

custom-banner[cid] .u_banner .bottom_text .append {
  font-size: 36px;
}

custom-banner[cid] .u_banner {
  font-size: 42px;
}

custom-banner[cid] .u_banner .bottom_text .append {
  font-size: 18px;
}

/* Adjust padding for footer */
custom-banner[cid] {
  padding: 96px 0;
}

custom-banner[cid]:has(+ c-footer[cid]) {
  padding-bottom: 0 !important;
}
.custom-banner .u_banner h1 {
  font-size: 100px !important; /* Force a huge size to test */
  color: red; /* Change color to confirm the styles are applied */
}

