@charset "UTF-8";
@font-face {
  font-family: "PxGroteskCustom";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("../fonts/Px-Grotesk-Light.woff2") format("woff2"), url("../fonts/Px-Grotesk-Light.woff") format("woff"), url("../fonts/Px-Grotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "PxGroteskCustom";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("../fonts/Px-Grotesk-Regular.woff2") format("woff2"), url("../fonts/Px-Grotesk-Regular.woff") format("woff"), url("../fonts/Px-Grotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PxGroteskCustom";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("../fonts/Px-Grotesk-Bold.woff2") format("woff2"), url("../fonts/Px-Grotesk-Bold.woff") format("woff"), url("../fonts/Px-Grotesk-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GTAmericaMonoCustom";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("../fonts/GT-America-Mono.woff2") format("woff2"), url("../fonts/GT-America-Mono.woff") format("woff");
}
/* Tools */
/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
  color: black;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.show-on-mobile,
.show-on-tablet,
.show-on-small-desktop,
.show-on-large-desktop,
.show-on-mobile--flex,
.show-on-tablet--flex,
.show-on-small-desktop--flex,
.show-on-large-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 1280px) {
  .show-on-large-desktop {
    display: block !important;
  }
  .show-on-large-desktop--flex {
    display: flex !important;
  }
  .no-show-on-large-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 950px) {
  .no-show-on-small-desktop {
    display: none !important;
  }
  .show-on-small-desktop {
    display: block !important;
  }
  .show-on-small-desktop--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 860px) {
  .no-show-on-tablet {
    display: none !important;
  }
  .show-on-tablet {
    display: block !important;
  }
  .show-on-tablet--flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-show-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  .show-on-mobile--flex {
    display: flex !important;
  }
}
/* Structure */
/* Ocultar scrollbar solo en Webkit */
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 120%;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  max-width: 100vw;
  background-color: #ffffff;
}

a,
address,
p,
li {
  color: #000;
}

video,
picture,
img {
  aspect-ratio: var(--wdth)/var(--hgth);
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 860px) {
  video,
  picture,
  img {
    aspect-ratio: var(--wdthmb)/var(--hgthmb);
  }
}

picture {
  display: block;
}

@media only screen and (max-width: 860px) {
  main {
    overflow: hidden !important;
  }
}

.str-container {
  width: 100%;
  max-width: 2060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}
@media only screen and (max-width: 860px) {
  .str-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.str-grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1.2dvw;
       column-gap: 1.2dvw;
  row-gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .str-grid-12 {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.str-grid-24 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  -moz-column-gap: 0.6dvw;
       column-gap: 0.6dvw;
  row-gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .str-grid-24 {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.str-col-span-1 {
  grid-column: span 1;
}

.str-col-start-1 {
  grid-column-start: 1;
}

.str-col-span-2 {
  grid-column: span 2;
}

.str-col-start-2 {
  grid-column-start: 2;
}

.str-col-span-3 {
  grid-column: span 3;
}

.str-col-start-3 {
  grid-column-start: 3;
}

.str-col-span-4 {
  grid-column: span 4;
}

.str-col-start-4 {
  grid-column-start: 4;
}

.str-col-span-5 {
  grid-column: span 5;
}

.str-col-start-5 {
  grid-column-start: 5;
}

.str-col-span-6 {
  grid-column: span 6;
}

.str-col-start-6 {
  grid-column-start: 6;
}

.str-col-span-7 {
  grid-column: span 7;
}

.str-col-start-7 {
  grid-column-start: 7;
}

.str-col-span-8 {
  grid-column: span 8;
}

.str-col-start-8 {
  grid-column-start: 8;
}

.str-col-span-9 {
  grid-column: span 9;
}

.str-col-start-9 {
  grid-column-start: 9;
}

.str-col-span-10 {
  grid-column: span 10;
}

.str-col-start-10 {
  grid-column-start: 10;
}

.str-col-span-11 {
  grid-column: span 11;
}

.str-col-start-11 {
  grid-column-start: 11;
}

.str-col-span-12 {
  grid-column: span 12;
}

.str-col-start-12 {
  grid-column-start: 12;
}

@media only screen and (max-width: 860px) {
  .str-col-mob-span-1 {
    grid-column: span 1 !important;
  }
  .str-col-mob-span-2 {
    grid-column: span 2 !important;
  }
  .str-col-mob-span-3 {
    grid-column: span 3 !important;
  }
  .str-col-mob-span-4 {
    grid-column: span 4 !important;
  }
  .str-col-mob-full {
    grid-column: span 4 !important;
  }
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.h-title,
.h-title-xl,
h1 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(2.5rem, 3.984375vw, 4.6875rem);
  line-height: 73px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .h-title,
  .h-title-xl,
  h1 {
    font-size: clamp(1.625rem, 8.43125vw, 2.375rem);
    line-height: 40px;
  }
}

.h-subt,
.h-title-sub,
h4 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(1rem, 1.0625vw, 1.25rem);
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .h-subt,
  .h-title-sub,
  h4 {
    font-size: clamp(0.9375rem, 4.4375vw, 1.25rem);
    line-height: 22px;
  }
}

h2 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(1.5rem, 1.0625vw * 1.5, 2.25rem);
  line-height: 110%;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 860px) {
  h2 {
    font-size: clamp(1.125rem, 4.4375vw * 1.2, 1.75rem);
    line-height: 115%;
  }
}

h3 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(1.2rem, 1.0625vw * 1.2, 1.625rem);
  line-height: 115%;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 860px) {
  h3 {
    font-size: clamp(1.03125rem, 4.4375vw * 1.1, 1.5rem);
    line-height: 120%;
  }
}

.p-body,
p,
li,
span {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .p-body,
  p,
  li,
  span {
    font-size: clamp(0.8125rem, 3.55vw, 1rem);
    line-height: 18px;
  }
}
.p-body--tall,
p--tall,
li--tall,
span--tall {
  line-height: 170%;
}

.p-body-l,
.p-body--light {
  font-weight: 300;
}

.p-body-r,
.p-body--regular {
  font-weight: 400;
}

.p-body-b,
.p-body--bold,
h5 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 18px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .p-body-b,
  .p-body--bold,
  h5 {
    font-size: clamp(0.8125rem, 3.55vw, 1rem);
    line-height: 18px;
  }
}

.p-xs,
.p-text-xs,
h6 {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.6875rem, 0.6375vw, 0.75rem);
  line-height: 14px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .p-xs,
  .p-text-xs,
  h6 {
    font-size: clamp(0.6875rem, 2.6625vw, 0.75rem);
    line-height: 14px;
  }
}

a {
  color: #fff;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
  opacity: 50%;
}

a.ut-hv-90:hover, a.ut-hv-90:focus {
  opacity: 90%;
}

/* Atoms */
.a-checkbox {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0.75rem;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.8125rem, 3.55vw, 1rem);
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}
.a-checkbox:last-child {
  margin-bottom: 0;
}
.a-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.a-checkbox__box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1.5px solid #000000;
  border-radius: 50%;
  margin-right: 0.4rem;
  vertical-align: -2px;
  background-color: transparent;
  transition: border-color 0.2s ease;
  position: relative;
}
.a-checkbox__box::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.a-checkbox__input:checked + .a-checkbox__box::after {
  opacity: 1;
  transform: scale(1);
}
.a-checkbox__input:focus-visible + .a-checkbox__box {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.a-checkbox a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  transition: opacity 0.2s ease;
}
.a-checkbox a:hover {
  opacity: 0.6;
}

/* Molecules */
.m-header {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.m-header--white:not(.is-scrolled-past-hero) .m-header__logo svg path {
  fill: #FFFFFF !important;
}
.m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li a {
  color: #FFFFFF !important;
}
.m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li.current-menu-item a, .m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li.current_page_item a, .m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li.current-menu-ancestor a, .m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li.is-active a,
.m-header--white:not(.is-scrolled-past-hero) .m-header__menu-list li a.is-active {
  color: rgba(255, 255, 255, 0.5) !important;
}
.m-header--white:not(.is-scrolled-past-hero) .m-header__toggle {
  color: #FFFFFF !important;
}
.m-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.m-header__logo {
  display: inline-block;
  line-height: 0;
}
.m-header__logo img, .m-header__logo svg {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.m-header__logo img path, .m-header__logo svg path {
  transition: fill 0.3s ease;
}
@media only screen and (max-width: 860px) {
  .m-header__logo img, .m-header__logo svg {
    width: 80px;
  }
}
.m-header__menu-list {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-header__menu-list li {
  margin: 0;
}
.m-header__menu-list li a {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.2s ease;
}
.m-header__menu-list li a:hover {
  opacity: 0.6;
}
.m-header__menu-list li.current-menu-item a, .m-header__menu-list li.current_page_item a, .m-header__menu-list li.current-menu-ancestor a, .m-header__menu-list li.is-active a,
.m-header__menu-list li a.is-active {
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 400;
}
.m-header__toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.8125rem, 3.55vw, 1rem);
  font-weight: 400;
  color: #000;
  outline: none;
  transition: color 0.3s ease;
}
.m-header__toggle-text {
  display: inline-block;
}

.m-footer {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: transparent;
  margin-top: auto;
}
@media only screen and (max-width: 860px) {
  .m-footer {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.m-footer__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 1.2dvw;
       column-gap: 1.2dvw;
  row-gap: 2rem;
  align-items: end;
}
@media only screen and (max-width: 860px) {
  .m-footer__inner {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.m-footer__group--left {
  grid-column: span 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (max-width: 860px) {
  .m-footer__group--left {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
  }
}
.m-footer__group--right {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 2fr 1.2fr 2fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: end;
}
@media only screen and (max-width: 860px) {
  .m-footer__group--right {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    align-items: flex-start;
  }
}
.m-footer__col p {
  margin-bottom: 0.15rem;
}
.m-footer__col p:last-child {
  margin-bottom: 0;
}
.m-footer__col--copyright {
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .m-footer__col--copyright {
    text-align: left;
  }
}
.m-footer__address {
  font-style: normal;
  line-height: inherit;
  color: #000;
}
.m-footer__address span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.m-footer__plain-link {
  color: #000 !important;
  text-decoration: none !important;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: opacity 0.2s ease;
}
.m-footer__plain-link:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
.m-footer__legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-footer__legal-menu li {
  margin-bottom: 0.15rem;
}
.m-footer__legal-menu li:last-child {
  margin-bottom: 0;
}
.m-footer__lang-wrapper {
  position: relative;
  display: inline-block;
}
.m-footer__lang-toggle {
  background: transparent;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: opacity 0.2s ease;
}
.m-footer__lang-toggle:hover {
  opacity: 0.6;
}
.m-footer__lang-toggle::after {
  content: "↓";
  font-size: 0.8em;
}
.m-footer__lang-dropdown {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.4rem 0;
  list-style: none;
  margin: 0;
  min-width: 100px;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.m-footer__lang-dropdown.is-open {
  display: block;
}
.m-footer__lang-dropdown li a {
  display: block;
  padding: 0.3rem 0.8rem;
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
}
.m-footer__lang-dropdown li a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.m-footer__lang-dropdown li.is-active a {
  font-weight: 700;
}

.m-header__drawer-wrapper {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.4s ease;
}
.m-header__drawer-wrapper.is-open {
  pointer-events: auto;
  visibility: visible;
}

.m-header__drawer-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
.m-header__drawer-wrapper.is-open .m-header__drawer-backdrop {
  opacity: 1;
}

.m-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 82vw;
  max-width: 440px;
  height: 100vh;
  height: 100dvh;
  background-color: #D8D8D8;
  z-index: 10000;
  padding: 1.5rem 10px 2.5rem;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 10px 0 35px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 860px) {
  .m-header__drawer {
    padding: 1.5rem 1.6vw 2.5rem;
  }
}
.m-header__drawer-wrapper.is-open .m-header__drawer {
  transform: translateX(0);
}
.m-header__drawer-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}
.m-header__drawer-statement {
  margin-bottom: 2.5rem;
  max-width: 90%;
}
.m-header__drawer-statement p {
  font-weight: 700;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 130%;
  color: #000000;
  margin: 0;
}
.m-header__drawer-nav {
  margin-bottom: 2.5rem;
}
.m-header__drawer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-header__drawer-nav ul li {
  margin-bottom: 0.9rem;
}
.m-header__drawer-nav ul li a {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.m-header__drawer-nav ul li.current-menu-item a, .m-header__drawer-nav ul li.current_page_item a, .m-header__drawer-nav ul li.current-menu-ancestor a, .m-header__drawer-nav ul li.is-active a,
.m-header__drawer-nav ul li a.is-active,
.m-header__drawer-nav ul li a:hover {
  color: #ffffff !important;
}
.m-header__drawer-languages {
  margin-bottom: 2.5rem;
}
.m-header__drawer-languages ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-header__drawer-languages ul li {
  margin-bottom: 0.4rem;
}
.m-header__drawer-languages ul li a {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.m-header__drawer-languages ul li.is-active a, .m-header__drawer-languages ul li.current-lang a, .m-header__drawer-languages ul li:hover a {
  color: #ffffff !important;
  font-weight: 700;
}
.m-header__drawer-contact {
  margin-top: auto;
  padding-top: 1.5rem;
}
.m-header__drawer-contact p {
  margin-bottom: 0.3rem;
}
.m-header__drawer-contact p a {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}

/* Sections - Organisms */
.s-wyswyg {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 860px) {
  .s-wyswyg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.s-wyswyg__content {
  margin-top: 20px;
}
@media only screen and (max-width: 860px) {
  .s-wyswyg__content {
    margin-top: 20px;
  }
}
.s-wyswyg__content h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.s-wyswyg__content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.s-wyswyg__content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.s-wyswyg__content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.s-wyswyg__content p {
  margin-bottom: 1.5rem;
}
.s-wyswyg__content a {
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.2s ease-in-out;
}
.s-wyswyg__content a:hover {
  opacity: 0.7;
}
.s-wyswyg__content ul, .s-wyswyg__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.s-wyswyg__content ul li, .s-wyswyg__content ol li {
  margin-bottom: 0.5rem;
  list-style: inherit;
}
.s-wyswyg__content ul {
  list-style-type: disc;
}
.s-wyswyg__content ol {
  list-style-type: decimal;
}
.s-wyswyg__content blockquote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #000;
  font-style: italic;
}
.s-wyswyg__content img, .s-wyswyg__content figure {
  margin: 2rem 0;
  max-width: 100%;
  height: auto;
}

body.page-template-page-contact {
  background-color: #D9D9D9 !important;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 860px) {
  body.page-template-page-contact {
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body.page-template-page-contact main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 860px) {
  body.page-template-page-contact {
    height: auto;
    overflow-y: auto;
  }
}

.s-contact-page-wrapper {
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .s-contact-page-wrapper {
    padding-bottom: 2.5rem;
  }
}

.m-header--contact {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .m-header--contact {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .m-header--contact .m-header__inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  .m-header--contact .m-header__inner .m-header__logo {
    flex: 0 0 auto;
  }
  .m-header--contact .m-header__inner .m-header__toggle {
    flex: 0 0 auto;
    margin-left: auto;
  }
}
.m-header--contact .m-header__contact-inner {
  align-items: flex-start;
}
.m-header--contact .m-header__contact-subgrid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.m-header--contact .m-header__contact-subgrid .m-header__contact-item {
  flex: 0 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.m-header--contact .m-header__contact-subgrid-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.m-header--contact .m-header__contact-subgrid-2 .m-header__contact-item {
  flex: 0 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.m-header--contact .m-header__contact-group-2 {
  padding-right: clamp(2.5rem, 3.8vw, 4.5rem);
}
@media only screen and (max-width: 860px) {
  .m-header--contact .m-header__contact-group-2 {
    padding-right: 0;
  }
}
.m-header--contact .m-header__contact-group-1 p, .m-header--contact .m-header__contact-group-1 a, .m-header--contact .m-header__contact-group-1 address,
.m-header--contact .m-header__contact-group-2 p,
.m-header--contact .m-header__contact-group-2 a,
.m-header--contact .m-header__contact-group-2 address {
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 135%;
  margin: 0;
}
.m-header--contact .m-header__contact-nav-col {
  display: flex;
  justify-content: flex-end;
}
.m-header--contact .m-header__contact-nav-col .m-header__menu-list {
  gap: 0.5rem !important;
  justify-content: flex-end;
}
@media only screen and (max-width: 860px) {
  .m-header--contact .m-header__contact-nav-col {
    justify-content: flex-between;
  }
}

.s-contact {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.s-contact__mob-info {
  margin-top: 12rem;
  margin-bottom: 12rem;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 860px) {
  .s-contact__mob-info {
    display: none !important;
  }
}
.s-contact__mob-info p, .s-contact__mob-info a, .s-contact__mob-info address {
  font-size: clamp(0.8125rem, 3.55vw, 1rem);
  line-height: 135%;
  margin: 0;
}
.s-contact__mob-footer {
  margin-top: 1rem;
  padding-top: 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 860px) {
  .s-contact__mob-footer {
    display: none !important;
  }
}
.s-contact__mob-footer p, .s-contact__mob-footer a, .s-contact__mob-footer address {
  font-size: clamp(0.8125rem, 3.55vw, 1rem);
  line-height: 135%;
  margin: 0;
}
.s-contact__grid {
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  .s-contact__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 860px) {
  .s-contact__logo-col {
    order: 3;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 15rem;
    margin-bottom: 2.5rem;
  }
}
.s-contact__text-col {
  padding-right: clamp(2.5rem, 3.8vw, 4.5rem);
}
@media only screen and (max-width: 860px) {
  .s-contact__text-col {
    width: 80% !important;
    max-width: 80% !important;
    order: 1;
    padding-right: 0;
    margin-bottom: 3.5rem;
  }
}
.s-contact__form-col {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 860px) {
  .s-contact__form-col {
    width: 80% !important;
    max-width: 80% !important;
    order: 2;
    align-self: auto;
    height: auto;
    margin-bottom: 4rem;
  }
}
.s-contact__giant-logo {
  width: 100%;
  line-height: 0;
}
.s-contact__giant-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.s-contact__giant-logo svg path {
  fill: #000000;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.s-contact__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.8rem;
}
.s-contact__description p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.s-contact__form {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: space-between;
  gap: 0;
}
.s-contact__field {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
}
.s-contact__field--textarea {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.s-contact .a-input--line,
.s-contact .a-textarea--line {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0.5rem 0;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  font-weight: 300;
  line-height: 135%;
  color: #000000;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}
.s-contact .a-input--line::-moz-placeholder, .s-contact .a-textarea--line::-moz-placeholder {
  color: #000000;
  opacity: 0.75;
  font-weight: 300;
}
.s-contact .a-input--line::placeholder,
.s-contact .a-textarea--line::placeholder {
  color: #000000;
  opacity: 0.75;
  font-weight: 300;
}
.s-contact .a-input--line:focus,
.s-contact .a-textarea--line:focus {
  outline: none;
}
.s-contact .a-textarea--line {
  flex: 1;
  resize: none;
  min-height: 60px;
}
.s-contact__submit-wrapper {
  margin-top: 0;
  border-top: 1px solid #000000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.s-contact__submit-btn {
  background: transparent;
  border: none;
  padding: 0;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-transform: capitalize;
}
.s-contact__privacy {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

.str-grid-24 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  -moz-column-gap: clamp(10px, 1vw, 20px);
       column-gap: clamp(10px, 1vw, 20px);
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .str-grid-24 {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 3.5vw;
         column-gap: 3.5vw;
    row-gap: 3rem;
  }
}

.s-home-wrapper {
  width: 100%;
  position: relative;
}

.s-home-hero {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}
.s-home-hero__slides-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-home-hero__slide {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  will-change: transform;
}
.s-home-hero__img {
  width: 100%;
  height: 100%;
  display: block;
}
.s-home-hero__img picture, .s-home-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-home-hero__placeholder-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
}
.s-home-hero__words-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.s-home-hero__words-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  width: 100%;
  height: 100%;
  row-gap: 1.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.s-home-hero__word {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  display: flex;
  align-items: center;
}
.s-home-hero__word span {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(0.875rem, 0.85vw, 1rem);
  line-height: 135%;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.s-home-hero__word.pos_1 {
  grid-row: 1;
  grid-column: 1;
  justify-content: flex-start;
}
.s-home-hero__word.pos_2 {
  grid-row: 1;
  grid-column: 2;
  justify-content: center;
}
.s-home-hero__word.pos_3 {
  grid-row: 1;
  grid-column: 3;
  justify-content: flex-end;
}
.s-home-hero__word.pos_4 {
  grid-row: 2;
  grid-column: 1;
  justify-content: flex-start;
}
.s-home-hero__word.pos_5 {
  grid-row: 2;
  grid-column: 2;
  justify-content: center;
}
.s-home-hero__word.pos_6 {
  grid-row: 2;
  grid-column: 3;
  justify-content: flex-end;
}
.s-home-hero__word.pos_7 {
  grid-row: 3;
  grid-column: 1;
  justify-content: flex-start;
}
.s-home-hero__word.pos_8 {
  grid-row: 3;
  grid-column: 2;
  justify-content: center;
}
.s-home-hero__word.pos_9 {
  grid-row: 3;
  grid-column: 3;
  justify-content: flex-end;
}
.s-home-hero__word.pos_10 {
  grid-row: 4;
  grid-column: 1;
  justify-content: flex-start;
}
.s-home-hero__word.pos_11 {
  grid-row: 4;
  grid-column: 2;
  justify-content: center;
}
.s-home-hero__word.pos_12 {
  grid-row: 4;
  grid-column: 3;
  justify-content: flex-end;
}

.s-home-content {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
}

.s-home-about {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.s-home-about.has-padding-top {
  padding-top: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-about.has-padding-top {
    padding-top: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-about.has-padding-bottom {
  padding-bottom: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-about.has-padding-bottom {
    padding-bottom: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-about__grid {
  align-items: flex-start;
}
.s-home-about__title-col {
  grid-column: 1/span 3;
}
@media only screen and (max-width: 860px) {
  .s-home-about__title-col {
    grid-column: 1/span 5;
  }
}
.s-home-about__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.s-home-about__text-col-1 {
  grid-column: 4/span 5;
}
@media only screen and (max-width: 860px) {
  .s-home-about__text-col-1 {
    grid-column: 1/span 4;
  }
}
.s-home-about__text-col-2 {
  grid-column: 10/span 5;
}
@media only screen and (max-width: 860px) {
  .s-home-about__text-col-2 {
    grid-column: 1/span 4;
  }
}
.s-home-about__text p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.s-home-about__graphic-col {
  grid-column: 18/span 7;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  .s-home-about__graphic-col {
    grid-column: 2/span 4;
    width: 140%;
    max-width: 140%;
    margin-right: -40%;
    margin-top: 2rem;
  }
}
.s-home-about__graphic {
  width: 100%;
  height: auto;
  display: block;
}
.s-home-about__graphic img, .s-home-about__graphic svg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-home-about__placeholder-graphic {
  width: 100%;
  max-width: 450px;
}
.s-home-about__placeholder-graphic svg {
  width: 100%;
  height: auto;
}

.s-home-quote {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.s-home-quote.has-padding-top {
  padding-top: 6rem;
}
@media only screen and (max-width: 860px) {
  .s-home-quote.has-padding-top {
    padding-top: 4rem;
  }
}
.s-home-quote.has-padding-bottom {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 860px) {
  .s-home-quote.has-padding-bottom {
    padding-bottom: 4rem;
  }
}
.s-home-quote__grid {
  align-items: flex-start;
}
.s-home-quote__title-col {
  grid-column: 1/span 3;
}
@media only screen and (max-width: 860px) {
  .s-home-quote__title-col {
    grid-column: 1/span 5;
  }
}
.s-home-quote__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.s-home-quote__statement {
  grid-column: 11/span 14;
  margin: 0;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 860px) {
  .s-home-quote__statement {
    grid-column: 2/span 4;
  }
}
.s-home-quote__statement p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(26px, 6vw, 75px);
  line-height: 110%;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.015em;
  margin: 0;
}
.s-home-quote__statement p .quote-word {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 0.15;
  transition: opacity 0.45s ease-out;
  will-change: opacity;
}

.s-home-fullscreen {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.s-home-fullscreen.has-padding-top {
  padding-top: 6rem;
}
@media only screen and (max-width: 860px) {
  .s-home-fullscreen.has-padding-top {
    padding-top: 4rem;
  }
}
.s-home-fullscreen.has-padding-bottom {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 860px) {
  .s-home-fullscreen.has-padding-bottom {
    padding-bottom: 4rem;
  }
}
.s-home-fullscreen__inner {
  width: 100%;
  height: auto;
}
.s-home-fullscreen__img {
  width: 100%;
  height: auto;
  display: block;
}
.s-home-fullscreen__img picture, .s-home-fullscreen__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.s-home-methodology {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.s-home-methodology.has-padding-top {
  padding-top: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-methodology.has-padding-top {
    padding-top: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-methodology.has-padding-bottom {
  padding-bottom: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-methodology.has-padding-bottom {
    padding-bottom: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-methodology__grid {
  align-items: flex-start;
}
.s-home-methodology__title-col {
  grid-column: 1/span 5;
  grid-row: 1;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__title-col {
    grid-column: 1/span 5;
    grid-row: 1;
  }
}
.s-home-methodology__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
.s-home-methodology__text-col {
  grid-column: 11/span 14;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__text-col {
    grid-column: 1/span 4;
    grid-row: 2;
  }
}
.s-home-methodology__text p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.s-home-methodology__thumb-col {
  width: 100%;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__thumb-col {
    display: none;
  }
}
.s-home-methodology__thumb {
  width: 100%;
}
.s-home-methodology__thumb picture, .s-home-methodology__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-home-methodology__inline-thumb {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__inline-thumb {
    display: block;
    width: 65%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: auto;
    padding: 0;
    list-style: none;
  }
}
.s-home-methodology__inline-thumb picture, .s-home-methodology__inline-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-home-methodology__awards-col {
  grid-column: 7/span 4;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__awards-col {
    grid-column: 1/span 5;
    grid-row: 3;
    max-width: 100%;
  }
}
.s-home-methodology__awards-title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 135%;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__awards-title {
    margin-left: 40%;
  }
}
.s-home-methodology__awards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 75%;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__awards-list {
    max-width: 100%;
  }
}
.s-home-methodology__awards-list li:not(.s-home-methodology__inline-thumb) {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 135%;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 860px) {
  .s-home-methodology__awards-list li:not(.s-home-methodology__inline-thumb) {
    margin-left: 40%;
  }
}
.s-home-methodology__awards-list li:not(.s-home-methodology__inline-thumb) .year {
  display: block;
  color: #000000;
  font-weight: 400;
}
.s-home-methodology__awards-list li:not(.s-home-methodology__inline-thumb) .text {
  display: block;
  color: #000000;
  font-weight: 400;
}

.s-home-how-we-work {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.s-home-how-we-work.has-padding-top {
  padding-top: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work.has-padding-top {
    padding-top: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-how-we-work.has-padding-bottom {
  padding-bottom: clamp(5rem, 8vw, 9rem);
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work.has-padding-bottom {
    padding-bottom: clamp(3.5rem, 9vw, 6rem);
  }
}
.s-home-how-we-work__grid {
  align-items: flex-start;
  row-gap: 3.5rem;
}
.s-home-how-we-work__img-col-1 {
  grid-column: 7/span 9;
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work__img-col-1 {
    grid-column: 1/span 5;
    order: 1;
  }
}
.s-home-how-we-work__img-col-1 picture, .s-home-how-we-work__img-col-1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-home-how-we-work__intro-col {
  grid-column: 1/span 5;
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work__intro-col {
    grid-column: 1/span 4;
    order: 2;
    margin-top: 2rem;
    margin-bottom: 7rem;
  }
}
.s-home-how-we-work__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}
.s-home-how-we-work__intro-text p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 140%;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.s-home-how-we-work__img-col-2 {
  grid-column: 16/span 9;
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work__img-col-2 {
    grid-column: 2/span 4;
    order: 3;
    margin-bottom: 2rem;
  }
}
.s-home-how-we-work__img-col-2 picture, .s-home-how-we-work__img-col-2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-home-how-we-work__quote {
  grid-column: 1/span 15;
  margin-top: 2rem;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 860px) {
  .s-home-how-we-work__quote {
    grid-column: 1/span 5;
    order: 4;
    margin-top: 1rem;
  }
}
.s-home-how-we-work__quote p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(26px, 6vw, 75px);
  line-height: 110%;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.015em;
  margin: 0;
}
.s-home-how-we-work__quote p .quote-word {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 0.15;
  transition: opacity 0.45s ease-out;
  will-change: opacity;
}

.building-line-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.building-line-wrap.is-br {
  height: 1.25em;
}

.building-line {
  display: block;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  transform: translateY(110%);
  opacity: 0;
  will-change: transform, opacity, clip-path;
}

.s-press-archive {
  padding-top: 360px;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 860px) {
  .s-press-archive {
    padding-top: 120px;
    padding-bottom: 6rem;
  }
}

.s-press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 6.5rem;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .s-press-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .s-press-grid {
    grid-template-columns: 1fr;
    row-gap: 4.5rem;
  }
}

.s-press-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s-press-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .s-press-card__top {
    font-size: 0.6875rem;
    margin-bottom: 0.4rem;
  }
}
.s-press-card__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .s-press-card__links {
    gap: 1.25rem;
  }
}
.s-press-card__link {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.s-press-card__link:hover {
  opacity: 0.6;
}
.s-press-card__link--external {
  margin-right: 0;
}
.s-press-card__link--project {
  margin-left: 0;
}
.s-press-card__image-wrap {
  width: 100%;
  aspect-ratio: 600/750;
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}
.s-press-card__image-wrap picture, .s-press-card__image-wrap img, .s-press-card__image-wrap .s-press-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-press-card__image-wrap img {
  transition: transform 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.s-press-card__image-wrap:hover img {
  transform: scale(1.02);
}
.s-press-card__body {
  margin-top: 45px;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #000;
}
@media only screen and (max-width: 860px) {
  .s-press-card__body {
    margin-top: 30px;
  }
}
.s-press-card__text {
  margin: 0;
}
.s-press-card__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.s-press-card__dash {
  font-weight: 400;
  color: #000;
}
.s-press-card__desc {
  font-weight: 400;
  color: #111;
}

.s-press-pagination {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.str-grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: clamp(12px, 1.25vw, 24px);
       column-gap: clamp(12px, 1.25vw, 24px);
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .str-grid-12 {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 3.5vw;
         column-gap: 3.5vw;
    row-gap: 2.5rem;
  }
}

.s-about-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}

.s-about-top {
  width: 100%;
  margin-top: 9vh;
  margin-bottom: clamp(4rem, 20vh, 20rem);
}
.s-about-top__statement-col {
  grid-column: 7/span 6;
}
@media only screen and (max-width: 860px) {
  .s-about-top__statement-col {
    grid-column: 1/span 4;
  }
}
.s-about-top__statement-text {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.s-about-hero {
  width: 100%;
  position: relative;
  margin-bottom: clamp(7rem, 12vw, 13rem);
}
.s-about-hero__grid {
  align-items: flex-start;
  position: relative;
}
.s-about-hero__left {
  grid-column: 1/span 5;
}
@media only screen and (max-width: 860px) {
  .s-about-hero__left {
    grid-column: 1/span 3;
  }
}
.s-about-hero__label {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
}
.s-about-hero__photo-wrapper {
  width: 100%;
  max-width: 753px;
  aspect-ratio: 753/832;
  overflow: hidden;
}
.s-about-hero__photo-wrapper picture, .s-about-hero__photo-wrapper img, .s-about-hero__photo-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-about-hero__right {
  grid-column: 7/span 6;
  padding-top: 15vh;
}
@media only screen and (max-width: 860px) {
  .s-about-hero__right {
    grid-column: 4/span 2;
    margin-left: 0;
    padding-top: 0;
  }
}
.s-about-hero__founders-title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(32px, 3.8vw, 64px);
  line-height: 108%;
  font-weight: 400;
  color: #000000;
  margin: 0 0 clamp(3rem, 5vw, 5.5rem) 0;
  letter-spacing: -0.01em;
}
.s-about-hero__founders-title .quote-word {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  opacity: 0.15;
  transition: opacity 0.45s ease-out;
  will-change: opacity;
}
.s-about-hero__founders-title--mobile {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-about-hero__founders-title--mobile {
    display: block;
    font-size: clamp(18px, 4.5vw, 24px);
    line-height: 115%;
    margin-bottom: 1rem;
  }
}
.s-about-hero__founders-title--desktop {
  display: block;
}
@media only screen and (max-width: 860px) {
  .s-about-hero__founders-title--desktop {
    display: none;
  }
}
.s-about-hero__cv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 58%;
  -moz-column-gap: clamp(14px, 1.8vw, 32px);
       column-gap: clamp(14px, 1.8vw, 32px);
  row-gap: 2.5rem;
}
@media only screen and (max-width: 860px) {
  .s-about-hero__cv-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 3rem;
  }
}
.s-about-hero__cv-col {
  width: 100%;
}
.s-about-hero__cv-title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 135%;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 1.8rem 0;
}
.s-about-hero__cv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-about-hero__cv-list li {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 135%;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 2.2rem;
}
.s-about-hero__cv-list li:last-child {
  margin-bottom: 0;
}
.s-about-hero__cv-list li .year {
  display: block;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.s-about-hero__cv-list li .text {
  display: block;
  color: #000000;
  font-weight: 400;
}

.s-about-lower {
  width: 100%;
}
.s-about-lower__grid {
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.s-about-lower__label {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  display: block;
}
.s-about-lower__label--habitatge {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__label--habitatge {
    display: block;
    order: 1;
    grid-column: 1/span 1;
    grid-row: auto;
  }
}
.s-about-lower__label--bim {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__label--bim {
    display: block;
    order: 4;
    grid-column: 1/span 1;
    grid-row: auto;
  }
}
.s-about-lower__label--lorem {
  grid-column: 1/span 1;
  grid-row: 3;
  align-self: flex-start;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__label--lorem {
    order: 7;
    grid-row: auto;
  }
}
.s-about-lower__label--tipologies {
  grid-column: 1/span 1;
  grid-row: 3;
  align-self: flex-start;
  margin-top: 550px;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__label--tipologies {
    order: 9;
    grid-row: auto;
    margin-top: 0;
  }
}
.s-about-lower__residencial-statement-col {
  grid-column: 2/span 4;
  grid-row: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__residencial-statement-col {
    order: 2;
    grid-column: 2/span 4;
    grid-row: auto;
    margin-bottom: 1.5rem;
  }
}
.s-about-lower__bimand-statement-col {
  grid-column: 7/span 4;
  grid-row: 1;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__bimand-statement-col {
    order: 5;
    grid-column: 2/span 4;
    grid-row: auto;
    margin-bottom: 1.5rem;
  }
}
.s-about-lower__residencial-title-col {
  grid-column: 2/span 4;
  grid-row: 2;
  margin-bottom: clamp(3rem, 5vw, 6rem);
}
@media only screen and (max-width: 860px) {
  .s-about-lower__residencial-title-col {
    order: 3;
    grid-column: 2/span 4;
    grid-row: auto;
    margin-bottom: 3rem;
  }
}
.s-about-lower__bimand-title-col {
  grid-column: 7/span 4;
  grid-row: 2;
  margin-bottom: clamp(3rem, 5vw, 6rem);
}
@media only screen and (max-width: 860px) {
  .s-about-lower__bimand-title-col {
    order: 6;
    grid-column: 2/span 4;
    grid-row: auto;
    margin-bottom: 3rem;
  }
}
.s-about-lower__drawing-1 {
  grid-column: 2/span 3;
  grid-row: 3;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__drawing-1 {
    order: 8;
    grid-column: 2/span 4;
    grid-row: auto;
    margin-bottom: 3rem;
  }
}
.s-about-lower__drawing-1-wrapper {
  width: 100%;
  max-width: 541px;
  aspect-ratio: 541/882;
  overflow: hidden;
  background: transparent !important;
}
.s-about-lower__drawing-1-wrapper picture {
  background-image: none !important;
  background: transparent !important;
}
.s-about-lower__drawing-1-wrapper picture, .s-about-lower__drawing-1-wrapper img, .s-about-lower__drawing-1-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-about-lower__drawing-2 {
  grid-column: 4/span 3;
  grid-row: 3;
  display: flex;
  justify-content: flex-end;
  margin-top: 110%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__drawing-2 {
    order: 10;
    grid-column: 3/span 3;
    grid-row: auto;
    margin-top: 0;
    margin-bottom: 3rem;
    justify-content: flex-start;
  }
}
.s-about-lower__drawing-2-wrapper {
  width: 100%;
  max-width: 398px;
  aspect-ratio: 398/898;
  overflow: hidden;
  background: transparent !important;
}
.s-about-lower__drawing-2-wrapper picture {
  background-image: none !important;
  background: transparent !important;
}
.s-about-lower__drawing-2-wrapper picture, .s-about-lower__drawing-2-wrapper img, .s-about-lower__drawing-2-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-about-lower__bimand-text-col {
  grid-column: 7/span 4;
  grid-row: 3;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__bimand-text-col {
    order: 11;
    grid-column: 1/span 5;
    grid-row: auto;
  }
}
.s-about-lower__bimand-text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(16px, 2vw, 36px);
       column-gap: clamp(16px, 2vw, 36px);
  row-gap: 2rem;
}
@media only screen and (max-width: 860px) {
  .s-about-lower__bimand-text-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.s-about-lower__statement {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 135%;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.s-about-lower__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(36px, 4.8vw, 75px);
  line-height: 105%;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin: 0;
}
.s-about-lower__bimand-p p {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 140%;
  font-weight: 700;
  color: #333333;
  margin: 0;
}

.s-archive-projects {
  padding-top: 240px;
  padding-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects {
    padding-top: 180px;
    padding-bottom: 3rem;
  }
}
.s-archive-projects__grid {
  align-items: stretch;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__grid {
    display: grid !important;
    grid-template-columns: 1fr 1.1fr !important;
    -moz-column-gap: 1.2rem !important;
         column-gap: 1.2rem !important;
  }
}
.s-archive-projects__thumbs-col {
  grid-column: 1/span 2;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__thumbs-col {
    grid-column: 1 !important;
    margin-bottom: 0;
    height: 100% !important;
    overflow: hidden !important;
  }
}
.s-archive-projects__thumbs-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.s-archive-projects__thumb-item {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__thumb-item {
    margin-bottom: 1.8rem;
    width: 100%;
  }
}
.s-archive-projects__thumb-item:last-child {
  margin-bottom: 0;
}
.s-archive-projects__thumb-box {
  position: relative;
  width: 100%;
  aspect-ratio: 5/7;
  overflow: visible;
  background-color: #f2f2f2;
  flex-shrink: 0;
}
.s-archive-projects__thumb-item:hover .s-archive-projects__thumb-box, .s-archive-projects__thumb-item.is-active .s-archive-projects__thumb-box {
  overflow: hidden;
}
.s-archive-projects__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.35;
  filter: grayscale(20%);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.s-archive-projects__thumb-item:hover .s-archive-projects__thumb-img, .s-archive-projects__thumb-item.is-active .s-archive-projects__thumb-img {
  opacity: 1;
  filter: grayscale(0%);
}
.s-archive-projects__thumb-num {
  position: absolute;
  bottom: 2px;
  right: -24px;
  z-index: 5;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  pointer-events: none;
  transition: color 0.3s ease, right 0.3s ease, bottom 0.3s ease, font-weight 0.3s ease;
}
.s-archive-projects__thumb-item:hover .s-archive-projects__thumb-num, .s-archive-projects__thumb-item.is-active .s-archive-projects__thumb-num {
  bottom: 6px;
  right: 8px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.s-archive-projects__titles-col {
  grid-column: 6/span 3;
  padding-top: 130px;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__titles-col {
    grid-column: 2 !important;
    padding-top: 150px !important;
  }
}
.s-archive-projects__titles-list {
  display: flex;
  flex-direction: column;
}
.s-archive-projects__title-item {
  margin-bottom: 3.2rem;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__title-item {
    margin-bottom: 1.8rem;
  }
}
.s-archive-projects__title-item:last-child {
  margin-bottom: 0;
}
.s-archive-projects__title-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #000;
  transition: color 0.2s ease;
}
.s-archive-projects__title-num {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.2rem;
}
.s-archive-projects__title-text {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
  width: 100%;
  word-wrap: break-word;
  transition: font-weight 0.15s ease, opacity 0.2s ease;
}
.s-archive-projects__title-item:hover .s-archive-projects__title-text, .s-archive-projects__title-item.is-active .s-archive-projects__title-text {
  font-weight: 700;
}
.s-archive-projects__preview-col {
  grid-column: 17/span 8;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__preview-col {
    display: none !important;
  }
}
.s-archive-projects__preview-sticky {
  position: sticky;
  top: 140px;
  width: 100%;
  aspect-ratio: 5/7;
  max-height: calc(100vh - 180px);
}
.s-archive-projects__preview-stack {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}
.s-archive-projects__preview-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.45s ease;
}
.s-archive-projects__preview-item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.s-archive-projects__thumb-link {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: inherit;
  width: calc(100% - 24px);
  max-width: 110px;
  flex-shrink: 0;
}
@media only screen and (max-width: 860px) {
  .s-archive-projects__thumb-link {
    width: 75%;
    max-width: 95px;
  }
}
.s-archive-projects__preview-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.s-archive-projects__preview-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-project {
  overflow-x: hidden;
  overflow-y: auto;
}
body.single-project .m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  transition: opacity 0.3s ease;
}
body.single-project .m-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  margin-top: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 860px) {
  body.single-project .m-footer {
    display: none !important;
  }
}
@media only screen and (max-width: 860px) {
  body.single-project {
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
  }
}

body.is-lightbox-open .m-header,
body.is-lightbox-open .m-footer,
body.is-lightbox-open .s-single-project__info-toggle {
  opacity: 0.35 !important;
  pointer-events: none !important;
}
body.is-lightbox-open .s-single-project__track {
  visibility: hidden !important;
}

.s-single-project {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
@media only screen and (max-width: 860px) {
  .s-single-project {
    height: 100vh !important;
    height: 100dvh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }
}
.s-single-project__info-toggle {
  position: fixed;
  top: 100px;
  right: 1.6vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  z-index: 1050;
  white-space: nowrap;
  will-change: transform;
  transition: opacity 0.3s ease;
}
.s-single-project__info-toggle:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 860px) {
  .s-single-project__info-toggle {
    position: absolute !important;
    top: 70px !important;
    right: 1.5rem !important;
    z-index: 2050 !important;
  }
}
.s-single-project__pinned-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media only screen and (max-width: 860px) {
  .s-single-project__pinned-wrapper {
    position: relative !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    z-index: 100 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}
.s-single-project__content-frame {
  width: 100%;
  height: 625px;
  max-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .s-single-project__content-frame {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    position: relative !important;
    padding-top: 70px !important;
    padding-bottom: 1.25rem !important;
    box-sizing: border-box !important;
  }
}
.s-single-project__gallery-row {
  height: 625px;
  max-height: calc(100vh - 200px);
  width: 100%;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 860px) {
  .s-single-project__gallery-row {
    width: 100% !important;
    flex: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    display: flex !important;
    align-items: stretch !important;
    margin-top: 0 !important;
  }
}
.s-single-project__track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}
@media only screen and (max-width: 860px) {
  .s-single-project__track {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    height: 100% !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    transform: none !important;
  }
}
.s-single-project__summary-col {
  width: 8.0666666667vw;
  max-width: 170px;
  flex-shrink: 0;
  margin-right: 1.5rem;
  height: 100%;
}
@media only screen and (max-width: 860px) {
  .s-single-project__summary-col {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 1.5rem !important;
    margin-bottom: 0.75rem !important;
    z-index: 20 !important;
    pointer-events: none !important;
    height: auto !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
  }
}
.s-single-project__summary-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.15;
  color: #000000;
}
@media only screen and (max-width: 860px) {
  .s-single-project__summary-box {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    font-size: 0.75rem !important;
  }
}
.s-single-project__summary-top, .s-single-project__summary-bottom {
  font-size: 0.8125rem;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0;
}
.s-single-project__summary-top p, .s-single-project__summary-bottom p {
  margin: 0;
  padding: 0;
  line-height: 1.15;
}
@media only screen and (max-width: 860px) {
  .s-single-project__summary-top, .s-single-project__summary-bottom {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
  }
}
@media only screen and (max-width: 860px) {
  .s-single-project__summary-bottom {
    padding-right: 4rem !important;
  }
}
.s-single-project__num {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.15;
}
.s-single-project__location {
  font-size: 0.8125rem;
  line-height: 1.15;
  font-weight: 700;
  color: #000000;
  white-space: pre-line;
}
@media only screen and (max-width: 860px) {
  .s-single-project__location {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
  }
}
.s-single-project__photo-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  margin-right: clamp(180px, 17.18vw, 330px);
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    height: 100% !important;
    max-height: none !important;
    width: auto !important;
    margin-right: 1.5rem !important;
    flex-shrink: 0 !important;
    scroll-snap-align: center !important;
    position: relative !important;
  }
}
.s-single-project__photo-item--last {
  margin-right: 0 !important;
}
.s-single-project__photo-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  flex-shrink: 0;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-wrapper {
    flex: 1 !important;
    height: auto !important;
    width: auto !important;
    max-width: calc(100vw - 3rem) !important;
    aspect-ratio: auto !important;
    border-radius: 0;
    overflow: hidden !important;
  }
}
.s-single-project__photo-img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.s-single-project__photo-wrapper:hover .s-single-project__photo-img {
  transform: scale(1.02);
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-img {
    width: auto !important;
    height: 100% !important;
    max-width: calc(100vw - 3rem) !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.s-single-project__zoom-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  z-index: 25;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.s-single-project__zoom-btn svg {
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4));
}
.s-single-project__zoom-btn:hover {
  transform: scale(1.25);
  opacity: 0.9;
}
@media only screen and (max-width: 860px) {
  .s-single-project__zoom-btn {
    display: none !important;
  }
}
.s-single-project__photo-code {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  color: #888888;
  margin-left: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 0;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-code {
    display: none !important;
  }
}
.s-single-project__photo-bottom {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 8px !important;
    font-size: 0.75rem !important;
    color: #888888 !important;
  }
}
.s-single-project__photo-bottom-code {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-bottom-code {
    display: inline-block !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #888888 !important;
  }
}
.s-single-project__photo-scroll-text {
  display: none;
}
@media only screen and (max-width: 860px) {
  .s-single-project__photo-scroll-text {
    display: inline-block !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #888888 !important;
  }
}
.s-single-project__related-col {
  flex-shrink: 0;
  margin-left: clamp(400px, 57.29vw, 1100px);
  width: 320px;
  height: 100%;
}
@media only screen and (max-width: 860px) {
  .s-single-project__related-col {
    width: 85vw !important;
    max-width: 320px !important;
    margin-left: 2rem !important;
    height: auto !important;
    flex-shrink: 0 !important;
    scroll-snap-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}
.s-single-project__related-title {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 2.5rem;
  color: #000;
  margin-top: -35px;
}
@media only screen and (max-width: 860px) {
  .s-single-project__related-title {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
}
.s-single-project__related-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 860px) {
  .s-single-project__related-list {
    gap: 1.5rem !important;
  }
}
.s-single-project__related-item {
  display: flex;
}
.s-single-project__related-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.s-single-project__related-link:hover .s-single-project__related-name {
  font-weight: 700;
}
.s-single-project__related-link:hover .s-single-project__related-thumb img {
  transform: scale(1.05);
}
.s-single-project__related-info {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.s-single-project__related-num {
  font-size: 0.75rem;
  font-weight: 700;
}
.s-single-project__related-name {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.s-single-project__related-loc {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
}
.s-single-project__related-thumb {
  width: 110px;
  aspect-ratio: 5/7;
  overflow: hidden;
  background-color: #f2f2f2;
  flex-shrink: 0;
}
.s-single-project__related-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.s-single-project__info-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 625px;
  max-height: calc(100vh - 200px);
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  overflow-y: auto;
  will-change: transform, opacity, visibility;
}
.is-info-open .s-single-project__info-drawer {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 860px) {
  .s-single-project__info-drawer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    background-color: rgba(255, 255, 255, 0.96) !important;
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important;
    z-index: 2000 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    transition: opacity 0.4s ease, visibility 0.4s ease !important;
  }
  .s-single-project__info-drawer.is-info-open, .is-info-open .s-single-project__info-drawer {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.s-single-project__drawer-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.5rem 1.6vw;
}
@media only screen and (max-width: 860px) {
  .s-single-project__drawer-inner {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 100% !important;
    padding: 100px 1.5rem 40px 1.5rem !important;
    display: flex !important;
    align-items: center !important;
  }
}
.s-single-project__drawer-grid {
  display: grid;
  grid-template-columns: 240px 240px 1fr 220px;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
  align-items: start;
}
@media only screen and (max-width: 860px) {
  .s-single-project__drawer-grid {
    display: flex !important;
    flex-direction: row !important;
    gap: 2rem !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: 100% !important;
    align-items: center !important;
  }
}
@media only screen and (max-width: 860px) {
  .s-single-project__drawer-col, .s-single-project__drawer-drawings, .s-single-project__drawer-team {
    width: 80vw !important;
    max-width: 320px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: center !important;
    height: auto !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
  }
}
.s-single-project__drawer-col {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #222222;
}
.s-single-project__drawer-subtitle {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  color: #000000;
}
.s-single-project__drawer-text {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #333333;
}
.s-single-project__drawer-drawings {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.s-single-project__drawings-card {
  position: relative;
  background-color: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-single-project__drawings-inset {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 95px;
  background-color: #ffffff;
  padding: 0.4rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.s-single-project__drawer-team {
  font-size: 0.8125rem;
  align-self: end;
}
.s-single-project__team-heading {
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000000;
}
.s-single-project__team-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-single-project__team-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8125rem;
}
.s-single-project__team-role {
  color: #666666;
}
.s-single-project__team-name {
  color: #000000;
}
.s-single-project__lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: none;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.s-single-project__lightbox.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.s-single-project__lightbox-close {
  position: absolute;
  top: 30px;
  right: 1.6vw;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.s-single-project__lightbox-close svg {
  display: block;
  pointer-events: none;
}
.s-single-project__lightbox-close:hover {
  opacity: 0.6;
  transform: scale(1.2);
}
.s-single-project__lightbox-content {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-single-project__lightbox-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-single-project__lightbox-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.s-single-project__lightbox-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.s-single-project__lightbox-img-wrap {
  position: relative;
  max-width: 82vw;
  max-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-single-project__lightbox-click-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 15;
}
.s-single-project__lightbox-click-zone--prev {
  left: 0;
  cursor: w-resize;
}
.s-single-project__lightbox-click-zone--next {
  right: 0;
  cursor: e-resize;
}
.s-single-project__lightbox-img {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.s-policy {
  width: 100%;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: #ffffff;
  min-height: 80vh;
}
@media only screen and (max-width: 860px) {
  .s-policy {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.s-policy__col {
  display: flex;
  flex-direction: column;
}
.s-policy__title {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(2.2rem, 3.2vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 860px) {
  .s-policy__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.s-policy__content {
  font-family: "PxGroteskCustom", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #222222;
}
.s-policy__content p {
  margin-bottom: 1.25rem;
  line-height: 1.45;
}
.s-policy__content h2 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.s-policy__content h3 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000000;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.s-policy__content ul, .s-policy__content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}
.s-policy__content ul li, .s-policy__content ol li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.s-policy__content strong {
  font-weight: 700;
  color: #000000;
}
.s-policy__content code {
  font-family: monospace;
  background-color: #f4f4f4;
  padding: 0.15rem 0.35rem;
  font-size: 0.75rem;
}
.s-policy__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.35;
}
.s-policy__table th {
  text-align: left;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 0.75rem;
  border-bottom: 1.5px solid #000000;
}
.s-policy__table td {
  padding: 0.75rem 0.5rem 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  color: #333333;
}
.s-policy__table tr:last-child td {
  border-bottom: 1px solid #000000;
}

/* Utilities */
.is-shown {
  display: block !important;
}

.is-shown--flex {
  display: flex !important;
}

.is-hidden {
  display: none !important;
}

.is-not-visible {
  opacity: 0;
  visibility: hidden !important;
}

.non-scrolling {
  overflow: hidden;
}

.ut-nobg {
  background-color: transparent;
}
.ut-nobg img {
  background-color: transparent;
}

.ut-upper {
  text-transform: uppercase;
}

.ut-text-light {
  color: #FCFAF6;
}

.ut-full-width {
  width: 100vw;
  margin-left: calc((100vw - 2060px) / 2 * -1 - 1.6vw);
}
@media only screen and (max-width: 2060px) {
  .ut-full-width {
    margin-left: -1.6vw;
  }
}
@media only screen and (max-width: 1550px) {
  .ut-full-width {
    margin-left: -2vw;
  }
}
@media only screen and (max-width: 860px) {
  .ut-full-width {
    margin-left: -2vw;
  }
}
.ut-full-width img.ut-full-width {
  margin-left: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-fade-in {
  animation: fade-in 1s ease-in-out;
}

picture.lazy-blur {
  position: relative;
  display: block;
  overflow: hidden;
}

picture.lazy-blur.loaded {
  background-image: none;
}

.lazy-img-blur {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  filter: none !important;
  transition: opacity 0.4s ease-in-out;
}

picture.lazy-blur.loaded .lazy-img-blur {
  filter: none !important;
  opacity: 1;
}

.js-reveal {
  background: transparent;
  text-decoration: underline;
}

.js-reveal__target {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.js-reveal__visible {
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 860px) {
  .ut-desk-only {
    display: none !important;
  }
}

.ut-mob-only {
  display: none !important;
}
@media only screen and (max-width: 860px) {
  .ut-mob-only {
    display: block !important;
  }
}

/*# sourceMappingURL=webcooking.min.css.map*/