@charset "UTF-8";
/*!
Theme Name: SLAPS
Theme URI: https://brandingthatslaps.com/
Author: Yannick Gregoire
Author URI: https://yannickgregoire.nl
Description: SLAPS theme
Version: 1.0.0
Requires PHP: 8.2
Text Domain: SLAPS
Tags:
*/
/*--------------------------------------------------------------
# Defenitions
--------------------------------------------------------------*/
:root {
  --xl: 1920px;
  --lg: 1512px;
  --md: 1024px;
  --sm: 767px;
  --xs: 480px;
  --font-sans: "TradeGothicLTStd-Bold", sans-serif;
  --font-sans-italic: "TradeGothicLTStd-BoldObl", sans-serif;
  --font-condensed: "TradeGothicLTStd-BdCn20", sans-serif;
  --font-condensed-italic: "TradeGothicLTStd-BdCn20Obl", sans-serif;
  --font-code: "InputMono", monospace;
  --font-helvetica: "HelveticaNowDisplay", sans-serif;
  --font-satoshi-light: "Satoshi-Light", sans-serif;
  --font-satoshi-bold: "Satoshi-Bold", sans-serif;
  --font-satoshi-italic: "Satoshi-Italic", sans-serif;
  --font-satoshi-medium: "Satoshi-Medium", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-accent: #ff0000;
  --color-background: var(--color-white);
  --margin: 1.16rem;
  --gap: 0.8rem;
  --logo-height: 1.6rem;
  --nav-height: calc(var(--margin) + var(--logo-height) + var(--gap));
  --fs-p: 15px;
  --fs-p-sm: 0.8rem;
  --fs-p-md: 1.16rem;
  --fs-p-lg: 1.333333rem;
  --fs-h1: 9rem;
  --fs-h2: 2.35rem;
  --fs-h3: 1.5rem;
  --ls-heading: -0.085em;
  --transition-curve: cubic-bezier(0.005, 0.985, 0.22, 1);
  --transition-curve-inout: cubic-bezier(1, 0, 0, 1);
}
@media only screen and (max-width: 1920px) {
  :root {
    --fs-p: 15px;
  }
}
@media only screen and (max-width: 1512px) {
  :root {
    --fs-p: 10.125px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --fs-p: 12px;
  }
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-Light.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("./static/fonts/HelveticaNowDisplay-Black.woff2") format("woff2"),
    url("./static/fonts/HelveticaNowDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TradeGothicLTStd-Bold";
  font-weight: normal;
  font-style: normal;
  src: url("./static/fonts/TradeGothicLTStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: "TradeGothicLTStd-BoldObl";
  font-weight: normal;
  font-style: normal;
  src: url("./static/fonts/TradeGothicLTStd-BoldObl.otf") format("opentype");
}
@font-face {
  font-family: "TradeGothicLTStd-BdCn20";
  font-weight: normal;
  font-style: normal;
  src: url("./static/fonts/TradeGothicLTStd-BdCn20.otf") format("opentype");
}
@font-face {
  font-family: "TradeGothicLTStd-BdCn20Obl";
  font-weight: normal;
  font-style: normal;
  src: url("./static/fonts/TradeGothicLTStd-BdCn20Obl.otf") format("opentype");
}
@font-face {
  src: url("./static/fonts/InputMono-Regular.woff2") format("woff2"),
    url("./static/fonts/InputMono-Regular.woff") format("woff");
  font-family: "InputMono";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./static/fonts/Satoshi-Light.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Light.woff") format("woff"),
    url("./static/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./static/fonts/Satoshi-LightItalic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-LightItalic.woff") format("woff"),
    url("./static/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./static/fonts/Satoshi-Regular.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Regular.woff") format("woff"),
    url("./static/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./static/fonts/Satoshi-Italic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Italic.woff") format("woff"),
    url("./static/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./static/fonts/Satoshi-Medium.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Medium.woff") format("woff"),
    url("./static/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./static/fonts/Satoshi-MediumItalic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-MediumItalic.woff") format("woff"),
    url("./static/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./static/fonts/Satoshi-Bold.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Bold.woff") format("woff"),
    url("./static/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./static/fonts/Satoshi-BoldItalic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-BoldItalic.woff") format("woff"),
    url("./static/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./static/fonts/Satoshi-Black.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Black.woff") format("woff"),
    url("./static/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./static/fonts/Satoshi-BlackItalic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-BlackItalic.woff") format("woff"),
    url("./static/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("./static/fonts/Satoshi-Variable.woff2") format("woff2"),
    url("./static/fonts/Satoshi-Variable.woff") format("woff"),
    url("./static/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("./static/fonts/Satoshi-VariableItalic.woff2") format("woff2"),
    url("./static/fonts/Satoshi-VariableItalic.woff") format("woff"),
    url("./static/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes noise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
@keyframes thumbnail-in {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes thumbnail-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes delay-visible {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
  all: unset;
  cursor: pointer;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: initial;
  min-height: 100%;
  height: auto;
}

body {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: var(--color-black);
  text-transform: uppercase;
}
body.page-template-about-v1,
body.page-template-projects-v1,
body.page-template-projects-v2,
body.page-template-careers,
body.page-template-apply {
  color: var(--color-white);
  --color-background: var(--color-black);
}

a {
  color: var(--color-black);
  text-decoration: none;
}
a:hover {
  color: var(--color-black);
  text-decoration: underline;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--color-background);
  z-index: -1;
}

.noise {
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: 10;
  position: fixed;
  pointer-events: none;
  background-position: 50%;
  transform: translateZ(0);
  animation: noise 5s steps(5) infinite;
}

html,
body {
  font-size: var(--fs-p);
}

body {
  font-family: var(--font-code);
  line-height: 1.3em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: var(--font-condensed);
  line-height: 0.8em;
  font-weight: normal;
}

h1,
.h1 {
  font-size: var(--fs-h1);
  letter-spacing: var(--ls-heading);
}

h2,
.h2 {
  font-size: var(--fs-h2);
  letter-spacing: var(--ls-heading);
}

h3,
.h3 {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-heading);
}

h4,
.h4 {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-heading);
}

h5,
.h5 {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-heading);
}

h6,
.h6 {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-heading);
}

p {
  font-size: var(--fs-p);
  margin-top: 0;
  letter-spacing: var(--ls-heading);
}
p:last-of-type {
  margin-bottom: 0;
}

.small {
  font-size: var(--fs-p-sm);
}

button,
input,
select,
optgroup,
ul,
textarea {
  color: var(--black);
  font-family: var(--font-mono);
  font-size: 1rem;
  line-height: 1.6em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: var(--font-pre);
  margin-bottom: 1.6em;
  line-height: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  margin-top: 0;
}

code,
kbd,
tt,
var {
  font-family: var(--font-code);
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: var(--margin) var(--margin) var(--gap);
  height: var(--nav-height);
  text-transform: uppercase;
  color: var(--color-white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  z-index: 500;
}
@media only screen and (max-width: 480px) {
  .header {
    padding: var(--margin) var(--gap) var(--gap);
  }
}
.header > * {
  flex: 1;
}
.header .logo {
  line-height: 0;
}
.header .logo a {
  display: inline-block;
  height: var(--logo-height);
  line-height: 0;
}
.header .logo a svg {
  height: 100%;
  width: auto;
}
.header .navigation {
  text-align: center;
  font-family: var(--font-code);
  /* font-weight: bold; */
  font-size: var(--fs-p-md);
  line-height: 1;
  cursor: pointer;
}
.header .navigation .open {
  display: inline-block;
}
.header .navigation .close {
  display: none;
}
@media only screen and (max-width: 480px) {
  .header .navigation {
    text-align: right !important;
  }
}
.navigation-open .header .navigation .open {
  display: none;
}
.navigation-open .header .navigation .close {
  display: inline-block;
}
.header .scroll {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .header .scroll {
    display: none !important;
  }
}

.admin-bar .header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    margin-top: 46px;
  }
}

.header-overlay {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - var(--margin) * 2);
  height: 1px;
  opacity: 0;
  top: 0;
  left: 0;
  margin: var(--margin);
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 400;
  transition: height 0.3s var(--transition-curve);
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .header-overlay {
    align-items: flex-end;
    width: calc(100% - var(--gap) * 2);
    margin: var(--margin) var(--gap);
  }
}
.header-overlay nav {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .header-overlay nav {
    width: 100%;
    margin-bottom: calc(var(--margin) * 2);
  }
}
.header-overlay nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .header-overlay nav ul {
    padding-bottom: var(--margin);
  }
}
.header-overlay nav ul li {
  display: flex;
  overflow: hidden;
}
.header-overlay nav ul li a {
  font-family: var(--font-sans);
  font-size: 11.5rem;
  letter-spacing: var(--ls-heading);
  line-height: 1em;
  text-decoration: none;
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s var(--transition-curve);
  transition-duration: 0s;
  transition-delay: 0s;
}
@media only screen and (max-width: 480px) {
  .header-overlay nav ul li a {
    font-size: 7.1rem;
  }
}
.navigation-open .header-overlay {
  display: flex;
  height: calc(100dvh - var(--margin) * 2);
  opacity: 1;
  pointer-events: all;
}
.navigation-open .header-overlay nav ul li a {
  transform: translate3d(0, 0, 0);
}
.navigation-open .header-overlay nav ul li:nth-child(0) a {
  transition-duration: 0.2s;
  transition-delay: 0s;
}
.navigation-open .header-overlay nav ul li:nth-child(1) a {
  transition-duration: 0.7s;
  transition-delay: 0.05s;
}
.navigation-open .header-overlay nav ul li:nth-child(2) a {
  transition-duration: 1.2s;
  transition-delay: 0.1s;
}
.navigation-open .header-overlay nav ul li:nth-child(3) a {
  transition-duration: 1.7s;
  transition-delay: 0.15s;
}
.navigation-open .header-overlay nav ul li:nth-child(4) a {
  transition-duration: 2.2s;
  transition-delay: 0.2s;
}
.navigation-open .header-overlay nav ul li:nth-child(5) a {
  transition-duration: 2.7s;
  transition-delay: 0.25s;
}
.navigation-open .header-overlay nav ul li:nth-child(6) a {
  transition-duration: 3.2s;
  transition-delay: 0.3s;
}
.navigation-open .header-overlay nav ul li:nth-child(7) a {
  transition-duration: 3.7s;
  transition-delay: 0.35s;
}
.navigation-open .header-overlay nav ul li:nth-child(8) a {
  transition-duration: 4.2s;
  transition-delay: 0.4s;
}
.navigation-open .header-overlay nav ul li:nth-child(9) a {
  transition-duration: 4.7s;
  transition-delay: 0.45s;
}
.navigation-open .header-overlay nav ul li:nth-child(10) a {
  transition-duration: 5.2s;
  transition-delay: 0.5s;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.navigation ul li {
  margin-right: calc(var(--gap) * 2);
}
.navigation ul li a {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}
.navigation ul li:last-child {
  margin-right: 0;
}

.transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 100;
}
.transition .curtain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: var(--color-black);
  transform: translate3D(0, 100%, 0);
  backface-visibility: hidden;
  perspective: 1000;
}
.transition .curtain .animation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50vw;
}
.transition .curtain .animation .slides {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: green;
  transform-origin: center center;
}
.transition .curtain .animation .slides .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.transition .curtain .animation .slides .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.transition .curtain .animation .logo {
  position: relative;
  width: 100%;
  margin: auto;
}
.transition .curtain .animation .logo img {
  width: 100%;
  height: auto;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  padding: 10rem var(--margin) calc(var(--margin) * 1);
  color: var(--color-white);
  background: var(--color-background);
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: calc(var(--margin) * 2) var(--gap) calc(var(--margin) * 1);
    flex-wrap: wrap;
  }
}
.footer > * {
  mix-blend-mode: difference;
}
.footer a {
  color: var(--white);
}
.footer .logo {
  flex-basis: 25%;
  padding-bottom: calc(var(--margin) + var(--fs-p));
}
@media only screen and (max-width: 480px) {
  .footer .logo {
    order: 1;
    flex-basis: 60%;
  }
}
.footer .logo a {
  display: inline-block;
  width: auto;
  color: var(--color-white);
}
.footer .logo a img {
  height: 2rem;
  width: auto;
  margin-bottom: var(--gap);
}
.footer .logo p {
  margin: calc(var(--margin) * 1.5) 0;
  font-family: var(--font-condensed);
}
.footer .payoff {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .footer .payoff {
    order: 3;
    flex-basis: 10%;
  }
  .footer .payoff svg {
    display: none;
  }
}
.footer .payoff svg {
  width: auto;
  height: 5.6rem;
  padding-bottom: calc(var(--margin));
}
.footer .payoff svg path {
  fill: var(--color-white);
}
.footer .payoff p {
  font-size: var(--fs-p-sm);
}
.footer .social {
  flex-basis: 25%;
  padding-bottom: calc(var(--margin) + var(--fs-p));
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .footer .social {
    order: 2;
    flex-basis: 40%;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
}
.page-template-default .footer {
  color: var(--color-white);
  --color-background: var(--color-black);
}
.error404 .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  --color-background: transparent;
}

.fixed {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--margin);
  font-size: var(--font-size-s);
  color: var(--color-white);
  text-transform: uppercase;
  mix-blend-mode: difference;
  z-index: 500;
  line-height: 1em;
}
@media only screen and (max-width: 480px) {
  .fixed {
    padding: var(--margin) var(--gap);
  }
}
.fixed a {
  color: var(--color-white);
  text-decoration: none;
}
.fixed .times {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.fixed .times .time {
  margin-right: var(--gap);
}
@media only screen and (max-width: 480px) {
  .fixed .times .time {
    display: none;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.article--about--v1 section {
  padding: var(--margin) var(--margin) calc(var(--margin) * 8.75);
}
@media only screen and (max-width: 480px) {
  .article--about--v1 section {
    padding: var(--margin) var(--gap) calc(var(--margin) * 8.75);
  }
}
.article--about--v1 section h2 {
  font-size: var(--fs-p-lg);
  font-family: var(--font-mono);
  font-weight: normal;
  border-bottom: 1px solid var(--color-white);
  padding-bottom: var(--gap);
  margin-bottom: var(--margin);
}
.article--about--v1 section p {
  font-size: var(--fs-p-md);
}
.article--about--v1 section a {
  color: var(--color-white);
}
.article--about--v1 .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: calc(var(--nav-height) * 3) var(--margin) calc(var(--nav-height) * 2);
  margin-bottom: calc(var(--margin) * 8.75);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro br {
    display: none;
  }
}
.article--about--v1 .intro .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.article--about--v1 .intro .title h1 {
  font-family: var(--font-sans);
  font-size: 4.3rem;
  line-height: 1em;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .article--about--v1 .intro .title h1 {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro .title h1 {
    font-size: 2.3rem;
    width: 90%;
  }
}
.article--about--v1 .intro .surtitle {
  margin-bottom: calc(var(--gap));
  font-family: var(--font-sans);
  font-size: 7.3rem;
  line-height: 1em;
}
@media only screen and (max-width: 1024px) {
  .article--about--v1 .intro .surtitle {
    font-size: 5.3rem;
  }
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro .surtitle {
    font-size: 2.3rem;
  }
}
.article--about--v1 .intro .subtitle {
  justify-self: flex-end;
  width: 40%;
  font-size: var(--fs-p-lg);
}
@media only screen and (max-width: 767px) {
  .article--about--v1 .intro .subtitle {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro .subtitle {
    width: 100%;
    font-size: var(--fs-p-sm);
  }
}
.article--about--v1 .intro .mission {
  width: 100%;
}
.article--about--v1 .intro .mission h1 {
  margin-bottom: var(--gap);
  font-family: var(--font-sans);
  font-size: 10vw;
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro .mission h1 {
    line-height: 1em;
  }
}
.article--about--v1 .intro .mission h1 u {
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
}
.article--about--v1 .intro .arrow {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 85%;
  margin: 0 auto;
  bottom: calc(var(--margin) * 3);
}
.article--about--v1 .intro .arrow svg {
  width: 6.25rem;
  height: auto;
  align-self: flex-end;
  margin-top: var(--margin);
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .intro .arrow svg {
    display: none;
  }
}
.article--about--v1 .clients ul {
  position: relative;
  list-style: none;
  padding: 0;
  columns: 2;
  width: 50%;
}
.article--about--v1 .clients ul li .logo {
  position: absolute;
  width: 30vw;
  max-width: 300px;
  height: auto;
  top: 0;
  right: 0;
  transform: translateX(100%);
  overflow: hidden;
  visibility: hidden;
  animation: delay-visible 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .clients ul li .logo {
    display: none;
  }
}
.article--about--v1 .clients ul li .logo img {
  width: 100%;
  height: auto;
  transform: translate3d(100%, 0, 0);
  animation: thumbnail-out 1s var(--transition-curve);
  animation-fill-mode: forwards;
}
.article--about--v1 .clients ul li:hover .logo img {
  animation: thumbnail-in 1s var(--transition-curve);
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .clients ul {
    width: 100%;
  }
}
.article--about--v1 .roles p {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .roles p {
    width: 100%;
    font-size: var(--fs-p-sm);
  }
}
.article--about--v1 .thanks {
  margin-bottom: var(--margin);
}
.article--about--v1 .thanks .ticker-bar {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.article--about--v1 .thanks .ticker-bar .ticker-item {
  display: flex;
  animation: ticker 10s linear 0s infinite;
}
.article--about--v1 .image {
  width: 100%;
  height: 100vh;
  padding: var(--margin);
}
@media only screen and (max-width: 767px) {
  .article--about--v1 .image {
    height: 50vh;
  }
}
@media only screen and (max-width: 480px) {
  .article--about--v1 .image {
    padding: var(--gap);
  }
}
.article--about--v1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.article--about--v2 {
  overflow: hidden;
}
.article--about--v2 section {
  padding: var(--margin) var(--margin) calc(var(--margin) * 8.75);
}
@media only screen and (max-width: 480px) {
  .article--about--v2 section {
    padding: var(--margin) var(--gap) calc(var(--margin) * 8.75);
  }
}
.article--about--v2 .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10rem var(--margin) 5rem;

  text-align: center;
  position: relative !important;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .heading {
    padding: 100px var(--margin);
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .article--about--v2 .heading br {
    display: none;
  }
}
.article--about--v2 .heading h2 {
  margin-bottom: 6rem;
  font-size: 100px;
  font-family: var(--font-sans);
  line-height: 100px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .heading h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .heading h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.article--about--v2 .heading img,
.article--about--v2 .heading video {
  width: 100%;
  height: 70vh;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .heading img,
  .article--about--v2 .heading video {
    height: 40vh;
  }
}
.article--about--v2 .section {
  padding: 7.5rem var(--margin);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section {
    padding: 5rem var(--margin);
  }
}
.article--about--v2 .section h2 {
  font-size: 100px;
  margin-bottom: 5rem;
  font-family: var(--font-sans);
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.article--about--v2 .section h3 {
  font-size: 50px;
  font-family: var(--font-sans);
  line-height: 50px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.article--about--v2 .section .button {
  font-size: var(--fs-p-lg);
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section .button {
    font-size: 12px;
    line-height: 12px;
  }
}
/* .article--about--v2 .section.section-1 {
  padding-top: 200px;
} */
@media only screen and (max-width: 767px) {
  /* .article--about--v2 .section.section-1 {
    padding-top: 100px;
  } */
}
.article--about--v2 .section.section-2 {
  gap: 25px;
}
.article--about--v2 .section.section-2 .medias {
  height: auto;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.article--about--v2 .section.section-2 .medias .marquee {
  height: max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow: hidden;
}
.article--about--v2 .section.section-2 .medias .marquee .media {
  width: var(--media-width);
  height: var(--media-height);
  object-fit: cover;
}
.article--about--v2 .section.section-2 .medias .marquee .media img,
.article--about--v2 .section.section-2 .medias .marquee .media video {
  width: var(--media-width);
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}
.article--about--v2 .section.section-2 .button {
  margin-top: 100px;
}
.article--about--v2 .section.section-3 {
  gap: 10px;
}
.article--about--v2 .section.section-3 h2,
.article--about--v2 .section.section-3 h3 {
  width: 100%;
  text-align: left;
}
.article--about--v2 .section.section-3 .thumbnails {
  margin-top: 50px;
  width: 100%;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  row-gap: 50px;
  column-gap: 50px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-3 .thumbnails {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .article--about--v2 .section.section-3 .thumbnails {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-3 .thumbnails {
    grid-template-columns: 1fr;
  }
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail {
  align-items: stretch;
  container-type: inline-size;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail .media img,
.article--about--v2 .section.section-3 .thumbnails .thumbnail .media video {
  width: 100%;
  height: 45vh;
  object-fit: cover;
  display: block;
  aspect-ratio: 0.5;
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail .title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 5px 5px;
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail .title h4 {
  margin: 0;
  font-size: 40px;
  font-family: var(--font-sans);
  line-height: 40px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail .title h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail .title h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail .title p {
  font-size: 40px;
  font-family: var(--font-sans);
  line-height: 40px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail .title p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail .title p {
    font-size: 20px;
    line-height: 20px;
  }
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail ul {
  margin: 0;
  padding: 0 5px;
}
.article--about--v2 .section.section-3 .thumbnails .thumbnail ul li {
  font-size: 20px;
  line-height: 25px;
  font-family: var(--font-satoshi-medium);
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-3 .thumbnails .thumbnail ul li {
    font-size: 13px;
    line-height: 15px;
  }
}
.article--about--v2 .section.section-3 .button {
  margin-top: 100px;
}
.article--about--v2 .section.brand-headline {
  gap: 0;
  padding: 250px var(--margin);
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.brand-headline {
    padding: 50px 0;
  }
}
.article--about--v2 .section.brand-headline p:first-child {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 50px;
  font-family: var(--font-sans);
  line-height: 50px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.brand-headline p:first-child {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.brand-headline p:first-child {
    font-size: 12.5px;
    line-height: 15px;
  }
}
.article--about--v2 .section.brand-headline p:last-child {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 100px;
  font-family: var(--font-sans);
  line-height: 100px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.brand-headline p:last-child {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.brand-headline p:last-child {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
}
.article--about--v2 .section.section-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 0;
  row-gap: 20px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .article--about--v2 .section.section-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-4 {
    grid-template-columns: 1fr 1fr;
  }
}
.article--about--v2 .section.section-4 .brand {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article--about--v2 .section.section-4 .brand img,
.article--about--v2 .section.section-4 .brand video {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-4 .brand img,
  .article--about--v2 .section.section-4 .brand video {
    width: 75px;
    height: 75px;
  }
}
.article--about--v2 .section.section-5 {
  gap: 10px;
}
.article--about--v2 .section.section-5 h2,
.article--about--v2 .section.section-5 h3 {
  width: 100%;
  text-align: left;
}
.article--about--v2 .section.section-5 .places {
  margin-top: 50px;
  width: 100%;
  height: max-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  row-gap: 50px;
  column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-5 .places {
    grid-template-columns: 1fr;
  }
}
.article--about--v2 .section.section-5 .places .place {
  align-items: stretch;
  container-type: inline-size;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article--about--v2 .section.section-5 .places .place .media img,
.article--about--v2 .section.section-5 .places .place .media video {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  display: block;
  aspect-ratio: 0.5;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-5 .places .place .media img,
  .article--about--v2 .section.section-5 .places .place .media video {
    height: 30vh;
  }
}
.article--about--v2 .section.section-5 .places .place .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.article--about--v2 .section.section-5 .places .place .title h4 {
  margin: 0;
  font-size: 40px;
  font-family: var(--font-sans);
  line-height: 40px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-5 .places .place .title h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-5 .places .place .title h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
.article--about--v2 .section.section-5 .places .place p {
  width: 50%;
  font-size: 20px;
  line-height: 25px;
  font-family: var(--font-satoshi-medium);
  letter-spacing: -1.2px;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.section-5 .places .place p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.section-5 .places .place p {
    width: 70%;
    font-size: 13px;
    line-height: 15px;
  }
}
.article--about--v2 .section.contact {
  padding: 300px var(--margin);
  gap: 0;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.contact {
    padding: 100px var(--margin);
  }
}
.article--about--v2 .section.contact .row:first-child {
  border-top: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.contact .row:last-child {
    row-gap: 10px;
  }
}
.article--about--v2 .section.contact .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 42.5px 0;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.contact .row {
    padding: 20px 0;
    grid-template-columns: 1fr;
  }
}
.article--about--v2 .section.contact .row p,
.article--about--v2 .section.contact .row a {
  width: fit-content;
  font-size: 40px;
  line-height: 40px;
  font-family: var(--font-satoshi-medium);
  letter-spacing: -2.4px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1512px) {
  .article--about--v2 .section.contact .row p,
  .article--about--v2 .section.contact .row a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.contact .row p,
  .article--about--v2 .section.contact .row a {
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 12px;
  }
}
.article--about--v2 .section.contact .row a {
  cursor: pointer;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) {
  .article--about--v2 .section.contact .row a {
    text-underline-offset: 2px;
  }
}
.article--about--v2 .section.contact .row .label {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #6f6f6f;
}
.article--about--v2 .section.contact .row .links {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.article--archive {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 100%;
  height: 100vh;
}
.article--archive .video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article--archive .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--archive .projects {
  position: absolute;
  height: 50vh;
  top: 50%;
  margin-bottom: var(--margin);
  transform: translateY(-50%);
}
.article--archive .projects .project {
  --cms-width: 20vw;
  --cms-offset-x: 0;
  --width: var(--cms-width);
  --offset-x: calc(var(--width) / 100 * var(--cms-offset-x));
  height: 100%;
  width: var(--width);
  margin-left: var(--offset-x);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .article--archive .projects .project {
    --width: calc(var(--cms-width) * 1.5);
  }
}
@media only screen and (max-width: 480px) {
  .article--archive .projects .project {
    --width: calc(var(--cms-width) * 2);
  }
}
.article--archive .projects .project .attachment {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.article--archive .projects .project .attachment img,
.article--archive .projects .project .attachment video {
  --cms-offset-y: 0;
  --offset-y: var(--cms-offset-y);
  width: 100%;
  height: auto;
  transform: translateY(var(--offset-y));
}
.article--archive .projects .ticker-bar {
  --cms-speed: 100s;
  --speed: var(--cms-speed);
  transform: translateX(-50%);
  display: flex;
  height: 100%;
}
.article--archive .projects .ticker-bar .ticker-item {
  display: flex;
  will-change: transform;
}
.article--archive .project-details {
  display: none;
  position: relative;
  left: 0;
  bottom: 0;
  color: var(--color-white);
  align-self: center;
  justify-self: flex-end;
  margin-top: auto;
  width: 20%;
  margin-bottom: var(--margin);
  padding: 0 var(--gap);
}
@media only screen and (max-width: 767px) {
  .article--archive .project-details {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .article--archive .project-details {
    width: 100%;
  }
}
.article--archive .project-details p {
  margin-bottom: 0;
}

.page-template-archive footer {
  display: none;
}
.page-template-archive header .scroll {
  visibility: hidden;
}
.page-template-archive header,
.page-template-archive .fixed {
  mix-blend-mode: normal;
  color: var(--color-white);
}

.article--contact {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.article--contact a {
  color: var(--color-white);
}
.article--contact .video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .article--contact .video {
    display: none;
  }
}
.article--contact .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--contact .intro {
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: var(--margin);
  color: var(--color-white);
}
@media only screen and (max-width: 480px) {
  .article--contact .intro {
    display: none;
  }
}
.article--contact .intro .cta {
  margin-bottom: 1rem;
  color: var(--color-white);
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .article--contact .intro .cta {
    flex-basis: 100%;
  }
}
.article--contact .intro .cta svg {
  width: 6.25rem;
  height: auto;
  margin-bottom: var(--margin);
}
.article--contact .intro .cta h1 {
  font-size: 5.5rem;
  line-height: 1em;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
}
.article--contact .intro .social h2 {
  font-size: 3rem;
  margin-bottom: var(--gap);
}
.article--contact .intro .social section {
  display: flex;
  gap: var(--gap);
  text-align: left;
}
.article--contact .intro .social section p {
  flex-basis: 50%;
}
.article--contact .intro-mobile {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--contact .intro-mobile {
    display: block;
  }
}
.article--contact .intro-mobile a {
  color: var(--color-black);
}
.article--contact .intro-mobile h1 {
  margin-top: calc(var(--margin) * 4);
  font-size: 3rem;
  font-family: var(--font-sans);
}
.article--contact .intro-mobile h3 {
  font-family: var(--font-sans);
}
.article--contact .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s var(--transition-curve);
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(30px);
  z-index: 400;
}
@media only screen and (max-width: 480px) {
  .article--contact .form {
    justify-content: space-between;
    padding: 15vh var(--margin);
    transform: translate3d(0, 0, 0);
  }
}
.form-open .article--contact .form {
  transform: translate3d(0, 0, 0);
}
.article--contact .form .wpform {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .article--contact .form .wpform {
    width: 100%;
  }
}
.article--contact .form .wpform * {
  text-transform: uppercase;
  font-size: var(--fs-p);
}
.article--contact .form .wpform .wpforms-required-label {
  display: none;
}
.article--contact .form .wpform label.wpforms-error {
  margin-left: var(--gap);
  font-size: var(--fs-p);
  color: var(--color-black);
}
.article--contact .form .wpform input.wpforms-error {
  border: none !important;
}
@media only screen and (max-width: 480px) {
  .article--contact .form .wpform .wpforms-field {
    padding: calc(var(--gap) * 0.5) 0;
  }
}
.article--contact .form .wpform .wpforms-field-label {
  margin-right: var(--gap);
  font-size: var(--fs-p);
  font-weight: normal;
  margin: 0 var(--gap) 0 0;
}
.article--contact .form .wpform input[type="text"],
.article--contact .form .wpform input[type="email"],
.article--contact .form .wpform button[type="submit"],
.article--contact .form .wpform textarea {
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
}
.article--contact .form .wpform textarea {
  margin-top: var(--gap);
}
@media only screen and (max-width: 480px) {
  .article--contact .form .wpform textarea {
    height: 1rem !important;
  }
}
.article--contact .form .wpform button[type="submit"]:hover {
  padding: 0;
  background: transparent;
  border: none;
}
.article--contact .form .wpform .wpforms-submit-container {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--contact .form .wpform .wpforms-submit-container {
    text-align: right;
  }
}
.article--contact .form .wpform .wpforms-field.wpforms-field-email,
.article--contact .form .wpform .wpforms-field.wpforms-field-name {
  display: flex;
}
.article--contact .form .wpform .wpforms-field.wpforms-field-email input,
.article--contact .form .wpform .wpforms-field.wpforms-field-name input {
  flex: 1;
  max-width: none;
  font-size: var(--fs-p);
}
.article--contact .form .wpforms-confirmation-container-full {
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
}
.article--contact .fixed {
  justify-content: flex-end;
  text-align: right;
}

.page-template-contact header .scroll {
  visibility: hidden;
}
.page-template-contact .fixed {
  pointer-events: none;
}
.page-template-contact .fixed .tunes {
  display: none;
}

.form-open .header,
.form-open .fixed,
.form-open a {
  mix-blend-mode: normal;
  color: var(--color-black);
}
.form-open .article--contact .intro,
.form-open .article--contact .intro .cta {
  color: var(--color-black);
}
.form-open svg path {
  fill: var(--color-black);
}

.article--home {
  color: var(--color-white);
}
.article--home .video a {
  cursor: none !important;
}
.article--home .video {
  position: relative;
  //margin-bottom: calc(var(--gap) * 5);
  /* background: var(--color-black); */
  line-height: 0;
  cursor: none !important;
}
@media only screen and (max-width: 480px) {
  .article--home .video {
    display: none;
  }
}

.article--home .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .article--home .video video {
    height: 56.25vw;
    height: 70vh;
  }
}
.article--home .video .arrow {
  position: absolute;
  width: 90px;
  left: 50%;
  bottom: var(--margin);
  transform: translateX(-50%);
  mix-blend-mode: difference;
}
@media only screen and (max-width: 1920px) {
  .article--home .video .arrow {
    width: 60px;
  }
}
.article--home .video .arrow svg {
  width: 100%;
  height: auto;
}
.article--home .intro {
  position: absolute;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .article--home .intro {
    display: none;
  }
}
.article--home .intro canvas {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.article--home .payoff {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--margin) * 4) calc(var(--margin)) var(--margin);
  color: var(--color-black);
  background: var(--color-white);
  height: 100vh;
}
@media only screen and (max-width: 480px) {
  .article--home .payoff {
    padding: calc(var(--margin) * 2) calc(var(--gap)) var(--margin);
  }
}
.article--home .payoff .surtitle {
  margin: calc(var(--margin) * 2) 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--home .payoff .surtitle {
    display: none;
  }
}
.article--home .payoff .title {
  width: 100%;
  margin: auto 0;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .article--home .payoff .title {
    align-self: flex-end;
    margin: 80% 0 0;
  }
}
.article--home .payoff .title svg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .article--home .payoff .title svg {
    position: absolute;
    width: 80vh;
    left: var(--gap);
    bottom: var(--margin);
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-20%);
    text-align: left;
  }
}
.article--home .payoff .title a {
  display: inline-block;
  margin-top: calc(var(--margin) * 2);
  margin-right: 10%;
  font-size: var(--fs-p-lg);
}
@media only screen and (max-width: 480px) {
  .article--home .payoff .title a {
    font-size: var(--fs-p);
  }
}
.article--home .payoff .text {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.article--home .featured {
  color: var(--color-white);
}
.article--home .featured > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.article--home .featured > ul > li:first-child {
  display: none;
}
.article--home .featured > ul > li {
  display: block;
  width: 100%;
}
.article--home .featured > ul > li a {
  --blur: 30px;
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  color: var(--color-white);
  text-decoration: none;
  overflow: hidden;
  cursor: none !important;
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li:first-child {
    display: block;
  }
  .article--home .featured > ul > li a {
    height: auto;
    color: var(--color-black);
  }
}
.article--home .featured > ul > li a .attachment {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .attachment {
    position: relative;
  }
}
.article--home .featured > ul > li a .attachment img,
.article--home .featured > ul > li a .attachment video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, 0, 0) scale3d(1.1, 1.1, 1);
  backface-visibility: hidden;
  filter: blur(var(--blur));
  transition: filter 2s var(--transition-curve),
    transform 2s var(--transition-curve);
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .attachment img,
  .article--home .featured > ul > li a .attachment video {
    height: auto;
    filter: none;
    transform: none;
  }
}
.article--home .featured > ul > li a .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(var(--margin) * 2) var(--margin);
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: calc(var(--margin) * 1) var(--gap);
  }
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text h1 {
    font-size: 5rem;
    flex-basis: 50%;
  }
}
.article--home .featured > ul > li a .text h2 {
  font-family: var(--font-condensed-italic);
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text h2 {
    text-align: right;
  }
}
.article--home .featured > ul > li a .text .arrow svg {
  width: calc(var(--logo-height) * 2);
  height: auto;
  margin: var(--gap) 0;
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text .arrow svg {
    width: calc(var(--logo-height) * 1.2);
    margin: var(--gap) 0 0 0;
  }
  .article--home .featured > ul > li a .text .arrow svg path {
    fill: var(--color-black);
  }
}
.article--home .featured > ul > li a .text .arrow span {
  display: none;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text .arrow span {
    display: inline-block;
  }
}
.article--home .featured > ul > li a .text ul {
  font-size: var(--fs-p-sm);
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text ul {
    display: none;
  }
}
.article--home .featured > ul > li a .text .details {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a .text .details {
    flex-basis: 50%;
    align-items: flex-end;
  }
}
.article--home .featured > ul > li a ul {
  margin: var(--gap) 0;
  padding: 0;
  list-style: none;
}
.article--home .featured > ul > li a p {
  font-family: var(--font-sans);
}
@media only screen and (max-width: 480px) {
  .article--home .featured > ul > li a p {
    display: none;
  }
}
.article--home .featured > ul > li a.in-view img,
.article--home .featured > ul > li a.in-view video {
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.article--home .tagcloud {
  position: relative;
  width: 100%;
  color: var(--color-black);
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud {
    margin: calc(var(--margin) * 2) 0;
  }
}
.article--home .tagcloud .heading {
  position: absolute;
  width: 100%;
  top: calc(var(--margin) * 4);
  color: var(--color-black);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud .heading {
    top: var(--margin);
  }
}
.article--home .tagcloud .footing {
  position: absolute;
  width: 100%;
  bottom: calc(var(--margin) * 4);
  color: var(--color-black);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud .footing {
    bottom: var(--margin);
  }
}
.article--home .tagcloud .cloud {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.article--home .tagcloud .cloud .ticker-bar {
  --cms-speed: 100s;
  --speed: var(--cms-speed);
  display: flex;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%);
}
.article--home .tagcloud .cloud .ticker-bar .ticker-item {
  display: flex;
}
.article--home .tagcloud .cloud .title {
  position: absolute;
  top: 50%;
  font-family: var(--font-sans);
  font-size: 17rem;
  letter-spacing: var(--ls-heading);
  z-index: 75;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud .cloud .title {
    font-size: 4rem;
  }
}
.article--home .tagcloud .cloud .title span {
  line-height: 1em;
  display: inline-block;
  flex-wrap: nowrap;
  padding-right: calc(var(--margin) * 3);
}
.article--home .tagcloud .cloud .images {
  display: none;
}
.article--home .tagcloud .cloud .tags {
  margin: 0 auto;
}
.article--home .tagcloud .cloud .tags .tagcloud--item {
  width: 12.5vw;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud .cloud .tags .tagcloud--item {
    width: 22.5vw;
  }
}
.article--home .tagcloud .cloud .tags .tagcloud--item img {
  width: 100%;
  height: auto;
  transform: translateY(-25%);
  backface-visibility: hidden;
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud .cloud .tags .tagcloud--item img {
    transform: translateY(25%);
  }
}
.article--home .tagcloud a {
  font-size: var(--fs-p-lg);
}
@media only screen and (max-width: 480px) {
  .article--home .tagcloud a {
    font-size: var(--fs-p);
  }
}

.article--project .text {
  position: fixed;
  display: flex;
  width: calc(37.5vw - var(--margin));
  height: 100vh;
  margin: 0 var(--gap) 0 var(--margin);
  padding: var(--nav-height) 0 var(--margin);
  top: 0;
  left: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .article--project .text {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.article--project .text .jumbo {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .article--project .text .jumbo {
    display: inline-block;
  }
}
.article--project .text .jumbo .video {
  width: 100%;
  margin-bottom: calc(var(--gap) * 4);
}
.article--project .text .jumbo .video video {
  width: 100%;
  height: auto;
  margin: 0;
}
.article--project .text .jumbo .image {
  line-height: 0;
  margin-bottom: calc(var(--gap) * 2);
}
.article--project .text .jumbo .image img {
  width: 100%;
  height: auto;
}
.article--project .text .body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 20%;
}
@media only screen and (max-width: 1024px) {
  .article--project .text .body {
    display: inline-block;
    margin: var(--margin) var(--margin) calc(var(--margin) * 4);
  }
}
@media only screen and (max-width: 480px) {
  .article--project .text .body {
    margin: var(--margin) var(--gap) calc(var(--gap) * 4);
    padding-right: 0;
  }
}
.article--project .text .body .title {
  margin-bottom: var(--margin);
}
.article--project .text .body .title h1 {
  line-height: 0.8em;
  margin-bottom: 0%;
}
.article--project .text .body .title h2 {
  font-family: var(--font-condensed-italic);
  line-height: 0.7em;
}
.article--project .text .body .description {
  margin-bottom: var(--margin);
}
.article--project .text .body .categories p {
  margin-bottom: 1em;
}
.article--project .text .body .categories ul {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
.article--project .text .body .categories ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article--project .attachments {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: var(--nav-height) 0 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments {
    padding: 0;
  }
}
.article--project .attachments .video {
  line-height: 0;
  margin-bottom: calc(var(--gap) * 5);
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments .video:first-child {
    display: none;
  }
}
.article--project .attachments .video video {
  width: 100%;
  height: auto;
}
.article--project .attachments .video.video--small {
  align-self: flex-end;
  width: calc(62.5vw - var(--margin) - var(--gap));
  margin-right: var(--margin);
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments .video.video--small {
    margin-left: var(--margin);
    width: calc(100vw - var(--margin) * 2);
  }
}
@media only screen and (max-width: 480px) {
  .article--project .attachments .video.video--small {
    margin-left: var(--gap);
    margin-right: var(--gap);
    width: calc(100vw - var(--gap) * 2);
  }
}
.article--project .attachments .video.video--large {
  margin-left: var(--margin);
  margin-right: var(--margin);
}
@media only screen and (max-width: 480px) {
  .article--project .attachments .video.video--large {
    margin-left: var(--gap);
    margin-right: var(--gap);
  }
}
.article--project .attachments .video.video--large:first-child {
  height: calc(100vh - var(--nav-height) - var(--margin));
}
.article--project .attachments .video.video--large:first-child video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--project .attachments .image {
  line-height: 0;
  margin-bottom: calc(var(--gap) * 4);
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments .image {
    margin-bottom: calc(var(--gap) * 2);
  }
  .article--project .attachments .image:first-child {
    display: none;
  }
}
.article--project .attachments .image img {
  width: 100%;
  height: auto;
}
.article--project .attachments .image.image--small {
  align-self: flex-end;
  width: calc(62.5vw - var(--margin) - var(--gap));
  margin-right: var(--margin);
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments .image.image--small {
    margin-left: var(--margin);
    width: calc(100vw - var(--margin) * 2);
  }
}
@media only screen and (max-width: 480px) {
  .article--project .attachments .image.image--small {
    margin-left: var(--gap);
    margin-right: var(--gap);
    width: calc(100vw - var(--gap) * 2);
  }
}
.article--project .attachments .image.image--large {
  margin-left: var(--margin);
  margin-right: var(--margin);
}
@media only screen and (max-width: 480px) {
  .article--project .attachments .image.image--large {
    margin-left: var(--gap);
    margin-right: var(--gap);
  }
}
.article--project .attachments .image.image--large:first-child {
  height: calc(100vh - var(--nav-height) - var(--margin));
}
.article--project .attachments .image.image--large:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article--project .attachments .image.image--horizontal-panning {
  height: 300vh;
  margin-top: calc(var(--nav-height) * -1);
  margin-bottom: calc(var(--gap) * 4);
}
@media only screen and (max-width: 1024px) {
  .article--project .attachments .image.image--horizontal-panning {
    margin-bottom: calc(var(--gap) * 2);
  }
}
.article--project .attachments .image.image--horizontal-panning .container {
  position: sticky;
  top: 0;
  height: calc(100vh - var(--margin));
  padding: var(--nav-height) 0 0;
  overflow: hidden;
}
.article--project .attachments .image.image--horizontal-panning .container img {
  width: auto;
  height: 100%;
}
.article--project .attachments .image:last-of-type {
  margin-bottom: 0;
}
.article--project .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.article--project .back a {
  font-size: var(--fs-p-lg);
  margin: calc(var(--margin) * 5) 0 calc(var(--margin) * 3);
}

.article--projects--v1 {
  position: relative;
  padding-top: calc(var(--nav-height) * 2 + var(--gap));
  color: var(--color-white);
}
.article--projects--v1 ul {
  margin: 0;
  padding: 0 var(--margin);
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul {
    padding: 0 var(--gap);
  }
}
.article--projects--v1 ul li {
  position: relative;
  display: block;
  padding: var(--margin) 0;
  border-bottom: 1px solid var(--color-white);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul li {
    padding: var(--gap) 0;
  }
}
.article--projects--v1 ul li:first-child {
  border-top: 1px solid var(--color-white);
}
.article--projects--v1 ul li a {
  display: flex;
}
.article--projects--v1 ul li a .index {
  position: relative;
  flex: 0.666;
  font-family: var(--font-sans);
  font-size: 6.66rem;
  line-height: 1em;
  overflow: hidden;
}
.article--projects--v1 ul li a .index span {
  position: absolute;
  display: inline-block;
  margin-top: 0.175em;
}
@media only screen and (max-width: 767px), (max-width: 480px) {
  .article--projects--v1 ul li a .index {
    display: none;
  }
}
.article--projects--v1 ul li a .title {
  flex: 1.5;
  display: flex;
  justify-content: space-between;
  margin-left: var(--margin);
}
.article--projects--v1 ul li a .title .client {
  line-height: 0.8em;
  transform: translateY(0.11em);
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul li a .title .client {
    font-size: 2.5rem;
  }
}
.article--projects--v1 ul li a .title .project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  height: 100%;
}
.article--projects--v1 ul li a .title .project h2 {
  font-family: var(--font-condensed-italic);
  line-height: 1em;
  margin-right: 1px;
  margin-bottom: var(--gap);
  padding-right: 0.15em;
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul li a .title .project h2 {
    font-size: var(--fs-h3);
  }
}
.article--projects--v1 ul li a .title .project p {
  transition: font-size 0.5s var(--transition-curve);
  line-height: 1;
}
.article--projects--v1 ul li a .title .project p svg {
  display: inline-block;
  width: 0;
  height: auto;
  margin-right: var(--gap);
  transition: width 0.5s var(--transition-curve);
}
@media only screen and (max-width: 767px) {
  .article--projects--v1 ul li a .title .project p svg {
    opacity: 1;
    width: var(--fs-h3);
    height: var(--fs-h3);
  }
}
.article--projects--v1 ul li a .thumbnail {
  flex: 0.3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul li a .thumbnail {
    flex: 0.4;
  }
}
.article--projects--v1 ul li a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  transition: transform 1s var(--transition-curve);
}
@media only screen and (max-width: 480px) {
  .article--projects--v1 ul li a .thumbnail img {
    height: 100%;
  }
}
.article--projects--v1 ul li .attachment {
  position: absolute;
  width: 30vw;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.article--projects--v1 ul li .attachment img,
.article--projects--v1 ul li .attachment video {
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s var(--transition-curve);
}
@media only screen and (min-width: 767px) {
  .article--projects--v1 ul li:hover {
    z-index: 1;
  }
  .article--projects--v1 ul li:hover .title .project p {
    font-size: var(--fs-p);
  }
  .article--projects--v1 ul li:hover .title .project p svg {
    width: var(--fs-h2);
  }
  .article--projects--v1 ul li:hover .attachment {
    opacity: 1;
  }
  .article--projects--v1 ul li:hover .attachment img,
  .article--projects--v1 ul li:hover .attachment video {
    transform: translate3d(0, 0, 0);
  }
  .article--projects--v1 ul li:hover .thumbnail img {
    transform: translate3d(100%, 0, 0);
  }
}
.article--projects--v1 a {
  color: var(--color-white);
  text-decoration: none;
}

.article--projects--v2 {
  position: relative;
  padding-top: calc(var(--nav-height) + var(--gap));
  color: var(--color-white);
}
.article--projects--v2 .filters {
  padding: var(--margin);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
}
.article--projects--v2 .filters .selectors {
  display: flex;
  flex-direction: row;
  gap: calc(var(--gap) * 2);
}
.article--projects--v2 .filters .selectors p {
  font-size: var(--ls-heading);
  text-transform: uppercase;
  letter-spacing: var(--ls-heading);
  cursor: pointer;
  color: #5e5e5e;
}
.article--projects--v2 .filters .selectors p.active {
  color: white;
}
.article--projects--v2 .filters .selectors p.active::before {
  content: "[";
  margin-right: 5px;
}
.article--projects--v2 .filters .selectors p.active::after {
  content: "]";
  margin-left: 5px;
}
.article--projects--v2 .filters .results.clients-results,
.article--projects--v2 .filters .results.services-results,
.article--projects--v2 .filters .results.industries-results {
  height: 0;
  opacity: 0;
  width: 100%;
}
.article--projects--v2 .filters .results.clients-results nav,
.article--projects--v2 .filters .results.services-results nav,
.article--projects--v2 .filters .results.industries-results nav {
  width: 100%;
}
.article--projects--v2 .filters .results.clients-results ul,
.article--projects--v2 .filters .results.services-results ul,
.article--projects--v2 .filters .results.industries-results ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end;
  gap: var(--gap);
  padding: 0;
  margin: 0;
}
.article--projects--v2 .filters .results.clients-results ul li,
.article--projects--v2 .filters .results.services-results ul li,
.article--projects--v2 .filters .results.industries-results ul li {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-end;
}
.article--projects--v2 .filters .results.clients-results ul li p,
.article--projects--v2 .filters .results.services-results ul li p,
.article--projects--v2 .filters .results.industries-results ul li p {
  margin: 0;
  text-align: right;
  line-height: 1.5;
  cursor: pointer;
  color: #5e5e5e;
  white-space: nowrap;
}
.article--projects--v2 .filters .results.clients-results ul li p.active,
.article--projects--v2 .filters .results.services-results ul li p.active,
.article--projects--v2 .filters .results.industries-results ul li p.active {
  color: white;
}
.article--projects--v2 .filters .results.clients-results ul li p:hover,
.article--projects--v2 .filters .results.services-results ul li p:hover,
.article--projects--v2 .filters .results.industries-results ul li p:hover {
  color: white;
}
.article--projects--v2 .filters .results.clients-results ul li p::before,
.article--projects--v2 .filters .results.services-results ul li p::before,
.article--projects--v2 .filters .results.industries-results ul li p::before {
  content: "→";
  color: transparent;
  margin-right: 5px;
}
.article--projects--v2 .filters .results.clients-results ul li p:hover::before,
.article--projects--v2 .filters .results.clients-results ul li p.active::before,
.article--projects--v2 .filters .results.services-results ul li p:hover::before,
.article--projects--v2
  .filters
  .results.services-results
  ul
  li
  p.active::before,
.article--projects--v2
  .filters
  .results.industries-results
  ul
  li
  p:hover::before,
.article--projects--v2
  .filters
  .results.industries-results
  ul
  li
  p.active::before {
  color: white;
}
.article--projects--v2 ul {
  width: 100%;
  padding: 0 var(--margin);
  display: grid;
  list-style: none;
  grid-template-columns: auto auto auto;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
@media only screen and (max-width: 1512px) {
  .article--projects--v2 ul {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 1024px) {
  .article--projects--v2 ul {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .article--projects--v2 ul {
    grid-template-columns: auto;
  }
}
.article--projects--v2 ul li {
  position: relative;
  z-index: 0;
  max-width: 100%;
}
.article--projects--v2 ul li a {
  display: flex;
  position: relative;
}
.article--projects--v2 ul li a .preview {
  width: 100%;
  height: 30vh;
  position: relative;
}
.article--projects--v2 ul li a .preview img,
.article--projects--v2 ul li a .preview video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .article--projects--v2 ul li a .preview img,
  .article--projects--v2 ul li a .preview video {
    height: 100%;
  }
}
.article--projects--v2 ul li a .backdrop {
  z-index: 2;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 767px) {
  .article--projects--v2 ul li a .backdrop {
    opacity: 1;
  }
}
.article--projects--v2 ul li a .backdrop .project {
  padding: var(--gap);
}
.article--projects--v2 ul li a .backdrop .project h2 {
  line-height: 1em;
  font-size: x-large;
  margin-bottom: calc(var(--gap) / 2);
}
@media only screen and (max-width: 480px) {
  .article--projects--v2 ul li a .backdrop .project h2 {
    font-size: var(--fs-h3);
  }
}
.article--projects--v2 ul li a .backdrop .project h1 {
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: block;
  font-size: 70px;
  letter-spacing: -3px;
}
.article--projects--v2 ul li a .backdrop .see-case {
  position: absolute;
  bottom: var(--gap);
  right: var(--gap);
  font-size: 14px;
  line-height: 14px;
}
.article--projects--v2 ul li a .attachment {
  z-index: 1;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.article--projects--v2 ul li a .attachment img,
.article--projects--v2 ul li a .attachment video {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article--projects--v2 ul li:hover .backdrop {
  opacity: 1;
}
.article--projects--v2 ul li:hover .attachment {
  opacity: 1;
}
@media only screen and (min-width: 767px) {
  .article--projects--v2 ul li:hover {
    z-index: 1;
  }
  .article--projects--v2 ul li:hover .title .project p {
    font-size: var(--fs-p);
  }
  .article--projects--v2 ul li:hover .title .project p svg {
    width: var(--fs-h2);
  }
}
.article--projects--v2 a {
  color: var(--color-white);
  text-decoration: none;
}

.article-careers {
  padding-top: calc(var(--nav-height) * 2 + var(--gap));
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: calc(var(--gap) * 4);
}
.article-careers .article--header {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 var(--margin);
}
.article-careers .article--header p {
  font-family: var(--font-sans);
  line-height: calc(8rem + var(--gap));
  font-size: 8rem;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1512px) {
  .article-careers .article--header p {
    line-height: 7rem;
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1024px) {
  .article-careers .article--header p {
    line-height: 6rem;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-careers .article--header p {
    line-height: 5rem;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .article-careers .article--header p {
    line-height: 3rem;
    font-size: 2rem;
  }
}
.article-careers .article--jobs {
  width: 100%;
  position: relative;
  color: var(--color-white);
  cursor: pointer;
}
.article-careers .article--jobs .ul {
  width: 100%;
  margin: 0;
  padding: 0 var(--margin);
  list-style: none;
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul {
    padding: 0 var(--gap);
  }
}
.article-careers .article--jobs .ul .li {
  min-height: 85px !important;
  height: 85px;
  width: 100%;
  padding: var(--margin) 0;
  border-bottom: 1px solid var(--color-white);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul .li {
    padding: var(--gap) 0;
  }
}
.article-careers .article--jobs .ul .li:first-child {
  border-top: 1px solid var(--color-white);
}
.article-careers .article--jobs .ul .li .box {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-items: flex-start;
}
.article-careers .article--jobs .ul .li .box .index {
  display: flex;
  font-family: var(--font-sans);
  font-size: 6.66rem;
  align-items: end;
  width: 40%;
}
.article-careers .article--jobs .ul .li .box .index p {
  font-size: 40px;
  letter-spacing: var(--ls-heading);
  margin: 0;
  line-height: normal;
}
@media only screen and (max-width: 1512px) {
  .article-careers .article--jobs .ul .li .box .index p {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .article-careers .article--jobs .ul .li .box .index p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-careers .article--jobs .ul .li .box .index {
    width: 50%;
  }
  .article-careers .article--jobs .ul .li .box .index p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul .li .box .index {
    width: 50%;
  }
  .article-careers .article--jobs .ul .li .box .index p {
    font-size: 2rem;
  }
}
.article-careers .article--jobs .ul .li .box .capacity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 50%;
  font-size: 5rem;
}
@media only screen and (max-width: 1512px) {
  .article-careers .article--jobs .ul .li .box .capacity {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .article-careers .article--jobs .ul .li .box .capacity {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-careers .article--jobs .ul .li .box .capacity {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul .li .box .capacity {
    display: none;
  }
}
.article-careers .article--jobs .ul .li .box .job {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  gap: calc(var(--gap) * 2);
  height: 100%;
}
.article-careers .article--jobs .ul .li .box .job h2 {
  font-family: var(--font-condensed-italic);
  line-height: 1em;
  margin-right: 1px;
  margin-bottom: var(--gap);
  padding-right: 0.15em;
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul .li .box .job h2 {
    font-size: var(--fs-h3);
  }
}
.article-careers .article--jobs .ul .li .box .job p {
  transition: font-size 0.5s var(--transition-curve);
  line-height: 1;
}
.article-careers .article--jobs .ul .li .box .job p svg {
  display: inline-block;
  width: 0;
  height: auto;
  margin-right: var(--gap);
  transition: width 0.5s var(--transition-curve);
}
@media only screen and (max-width: 767px) {
  .article-careers .article--jobs .ul .li .box .job p svg {
    opacity: 1;
    width: var(--fs-h3);
    height: var(--fs-h3);
  }
}
@media only screen and (max-width: 767px) {
  .article-careers .article--jobs .ul .li .box .job {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .article-careers .article--jobs .ul .li .box .job {
    width: 50%;
  }
}
.article-careers .article--jobs .ul .li .box-content {
  visibility: hidden;
  height: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  padding: calc(var(--gap) * 2) 0;
  gap: 2%;
}
@media only screen and (max-width: 1024px) {
  .article-careers .article--jobs .ul .li .box-content {
    flex-direction: column;
    gap: calc(var(--gap) * 2);
  }
}
.article-careers .article--jobs .ul .li .box-content .description {
  display: flex;
  font-family: var(--font-code);
  width: 38%;
}
.article-careers .article--jobs .ul .li .box-content .description p {
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .article-careers .article--jobs .ul .li .box-content .description {
    width: 100%;
  }
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: var(--font-code);
  width: 50%;
  gap: var(--gap);
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  p {
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  letter-spacing: var(--ls-heading);
  margin: 0;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  p.italic {
  font-style: italic;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  p.bold {
  font-weight: bold !important;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  ul
  div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  ul
  li.italic {
  font-style: italic;
}
.article-careers
  .article--jobs
  .ul
  .li
  .box-content
  .responsibilities-and-qualifications
  ul
  li.bold {
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .article-careers
    .article--jobs
    .ul
    .li
    .box-content
    .responsibilities-and-qualifications {
    width: 100%;
  }
}
.article-careers .article--jobs .ul .li .box-content .apply {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  height: 100%;
  width: 12%;
  align-self: flex-end;
}
.article-careers .article--jobs .ul .li .box-content .apply p {
  transition: font-size 0.5s var(--transition-curve);
  line-height: 1;
}
.article-careers .article--jobs .ul .li .box-content .apply p svg {
  display: inline-block;
  width: 0;
  height: auto;
  margin-right: var(--gap);
  transition: width 0.5s var(--transition-curve);
}
@media only screen and (max-width: 767px) {
  .article-careers .article--jobs .ul .li .box-content .apply p svg {
    opacity: 1;
    width: var(--fs-h3);
    height: var(--fs-h3);
  }
}
@media only screen and (min-width: 767px) {
  .article-careers .article--jobs .ul .li:hover {
    z-index: 1;
  }
  .article-careers .article--jobs .ul .li:hover .apply p {
    font-size: var(--fs-p);
  }
  .article-careers .article--jobs .ul .li:hover .apply p svg {
    width: var(--fs-h2);
  }
}
.article-careers .article--jobs a {
  color: var(--color-white);
  text-decoration: none;
}

.page-apply {
  min-height: 70vh;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-apply div {
  height: 100%;
  width: 100%;
}

.article--404 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  text-align: center;
  color: var(--color-white);
  background: url("./static/img/404.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.article--404 h2 {
  width: 80%;
  margin: 0 auto;
  font-size: 7rem;
  font-family: var(--font-sans);
}
@media only screen and (max-width: 480px) {
  .article--404 h2 {
    font-size: 3.2rem;
  }
}
.article--404 h1 {
  width: 80%;
  margin: calc(var(--margin) * 2) auto calc(var(--margin) * 2);
  font-size: 14rem;
  font-family: var(--font-sans);
}
@media only screen and (max-width: 480px) {
  .article--404 h1 {
    font-size: 6.2rem;
  }
}
.article--404 p {
  font-size: var(--fs-p-md);
  line-height: 1.4em;
}
.article--404 a {
  color: var(--color-white);
  font-size: var(--fs-p-lg);
}
.article--404 section {
  padding: var(--margin) var(--margin) calc(var(--margin) * 8.75);
}

.error404 .header,
.error404 .footer,
.error404 .fixed {
  mix-blend-mode: normal;
  color: var(--color-white);
}
/* .error404 .scroll {
  visibility: hidden;
} */

.page--password--protected {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  top: 0;
  text-align: center;
}
.page--password--protected--content {
  position: fixed;
  height: 100dvh;
  display: flex !important;
  width: 100%;
  top: 0;
  left: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page--password--protected--content .page--title {
  text-align: center;
}
.page--password--protected--content .page--title h1 {
  line-height: 0.8em;
  margin-bottom: 0%;
}
.page--password--protected--content .page--title h2 {
  font-family: var(--font-condensed-italic);
  line-height: 0.7em;
}
.page--password--protected--content .password-form {
  margin: var(--margin) var(--margin) calc(var(--margin) * 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--password--protected--content .password-form .form-group {
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media only screen and (max-width: 480px) {
  .page--password--protected--content .password-form .form-group {
    flex-direction: column;
  }
}
.page--password--protected--content .password-form .form-group input {
  width: auto;
  text-align: center;
}
.page--password--protected--content
  .password-form
  .form-group
  input::placeholder {
  color: var(--color-black);
}
.page--password--protected--content .password-form .form-group input:focus {
  outline: none;
}
.page--password--protected--content .password-form input {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}
.page--password--protected--content .password-form input.password-box {
  width: 5vw;
}
.page--password--protected--content .password-form input[type="submit"] {
  margin: 1rem 0;
}
@media only screen and (max-width: 1024px) {
  .page--password--protected {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
}

.body--password--protected .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.body--password--protected .scroll {
  visibility: hidden;
}

/* Front Page */

.article--home .payoff__section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--margin) * 8) calc(var(--margin) * 2);
  color: var(--color-black);
  background: var(--color-white);
  height: 100vh;
}

.article--home .payoff__section .infos__section {
  position: relative;
  padding: 0 var(--margin);
  /* bottom: 5rem; */
  width: 100%;
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
}
.article--home .payoff__section .infos__section .description {
  text-align: center;
}
/* .article--home .payoff__section .infos__section .description p:before {
  content: " ";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */
.article--home .payoff__section .infos__section .description p {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1;
  font-family: var(--font-helvetica);
  color: var(--color-black);

  letter-spacing: 0;
  text-transform: none;
}
.article--home .payoff__section .infos__section .locations__times {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: var(--font-helvetica);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  line-height: 1;
  gap: 0.1rem;
  align-items: flex-start;
  color: var(--color-black);
}
.article--home .payoff__section .infos__section .locations__times span {
  display: inline;
}
.article--home .payoff__section .surtitle {
  margin: calc(var(--margin) * 2) 0;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .article--home .payoff__section .surtitle {
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .article--home .payoff__section {
    padding: calc(var(--margin) * 10) calc(var(--gap)) var(--margin);
  }
  .article--home .payoff__section .infos__section {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    gap: 2rem;
  }
  .article--home .payoff__section .infos__section .description {
    width: 100%;
    text-align: center;
  }
  .article--home .payoff__section .infos__section .description p {
    font-size: 1.75rem;
  }
  .article--home .payoff__section .infos__section .description p:before {
    width: 16px;
    height: 16px;
  }
  .article--home .payoff__section .infos__section .locations__times {
    width: 100%;
  }
  .article--home .payoff__section .infos__section .locations__times span {
    font-size: 1.5rem;
  }
}
.article--home .payoff__section .title svg {
  width: 100%;
  height: auto;
}
.article--home .payoff__section .title {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  /* padding: 0 calc(var(--margin) * 4); */
}

.article--home .payoff__section .title h3 {
  font-size: 12.5rem;
  font-weight: 400;
  margin-bottom: 4rem;
  text-align: center;

  text-transform: uppercase;
  color: var(--color-black);

  line-height: 0.9;
}

.article--home .payoff__section .title p.surtitle {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: var(--font-helvetica);

  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 10rem;
  line-height: 0.9;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .article--home .payoff__section .title {
    align-self: flex-end;
    padding: 0;
  }
  .article--home .payoff__section .title h3 {
    font-size: 5rem;
  }
  .article--home .payoff__section .title p.surtitle {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .article--home .payoff__section .title a {
    font-size: var(--fs-p);
  }
}
.article--home .payoff__section .text {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.text__hero {
  bottom: 3rem;
  left: 0rem;
  padding: calc(var(--margin) * 2) var(--margin);
  position: absolute;
}

.block__hero {
  margin-top: 3rem;
  padding: 1rem;
  height: calc(100dvh - 3rem - 4rem);
}
@media only screen and (max-width: 768px) {
  .block__hero {
    height: auto;
  }
}

.block__hero .hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__hero .hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__hero .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__hero .hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__project__content {
  margin: 7.5rem 0;
  padding: 0rem 1rem;
  display: flex;
  gap: 1rem;
}
.project__info {
  width: 50%;
  padding: 1rem 0 0 0;
}
.project__info h1 {
  font-size: 7.5rem;
  font-weight: 400;
}
.project__info h2 {
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic;
}
.project__description {
  width: 50%;
  padding: 0 7.5rem 0 0;
}
.project__description .description p {
  margin-bottom: 3rem;
  font-family: var(--font-helvetica);
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}

.project__description .services span {
  font-family: var(--font-helvetica) !important;
  font-size: 1.25rem;

  font-weight: bold;
  letter-spacing: 0;
  text-transform: none !important;
}

.project__description .services span:after {
  content: " ";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  margin-left: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.project__description .services p {
  line-height: 1.25;
  font-weight: bold;
  color: gray;
  letter-spacing: 0;
  text-transform: none !important;
}
@media only screen and (max-width: 768px) {
  .block__project__content {
    flex-direction: column;
  }
  .project__info {
    width: 100%;
    margin-bottom: 2rem;
  }
  .project__description {
    width: 100%;
    padding: 0;
  }
  .project__description .services span {
    font-size: 1.5rem;
  }
  .project__description .description p {
    font-size: 1.5rem;
  }
}
.block__columns {
  display: grid;
  padding: 3rem var(--margin);
}
.block__columns .columns-grid {
  display: grid;
  gap: 1rem;
}
.block__columns .columns-grid .column {
  width: 100%;
}
.block__columns .columns-grid .column .column__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__columns .columns-grid .column .column__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__columns .columns-grid .column .column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__columns .columns-grid .column .column__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.columns-grid--1 {
  grid-template-columns: 1fr;
}
.columns-grid--2 {
  grid-template-columns: 1fr 1fr;
}
.columns-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.columns-grid--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.columns-grid--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.columns-grid--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.featured__project__section {
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.featured__project__section a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.featured__project__section a .attachment__field {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.featured__project__section a .attachment__field .column__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__project__section a .attachment__field .column__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured__project__section .attachment__field .column__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured__project__section .block__text {
  position: absolute;
  padding: calc(var(--margin) * 2) var(--margin);
  top: 0;
  left: 0;
  color: var(--color-white);
}
.featured__project__section .block__text span {
  font-size: 1rem;
  display: block;
  margin-bottom: 4rem;
  font-weight: bold;
}
/* Responsive pour les grilles avec plus de 2 colonnes */
@media (max-width: 768px) {
  .columns-grid--3,
  .columns-grid--4,
  .columns-grid--5,
  .columns-grid--6 {
    grid-template-columns: 1fr;
  }
  .block__columns {
    padding: 2rem var(--margin);
  }
}

@media (max-width: 480px) {
  .columns-grid--3,
  .columns-grid--4,
  .columns-grid--5,
  .columns-grid--6 {
    grid-template-columns: 1fr;
  }
}

/*Contact v2*/

.contact__section {
  padding: 15rem var(--margin) 10rem var(--margin);
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  width: 100%;
}
.contact__item:first-child {
  width: 40%;
}
.contact__item:last-child {
  width: 60%;
}
.contact__item .logo__trademark svg {
  max-width: 40rem;
  width: 100%;
  height: auto;
}

.contact__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem 1rem;
  margin-bottom: 10rem;
}
.contact__list__item {
  position: relative;
}
.contact__list__item h5 {
  font-size: 4.5rem;
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: -0.085em;
  color: var(--color-black);
}
.contact__list__item a {
  font-size: 1.25rem;
  transition: all 0.3s ease;
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
  gap: 0.5em;
  color: var(--color-black);
  opacity: 0.5;
  align-items: end;
  font-weight: bold;
  cursor: pointer;
  font-family: var(--font-helvetica);
}
.contact__list__item a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.05em;
  transition: all 0.3s ease;
}
.contact__list__item::after {
  content: " ";
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='black'/%3E%3C/svg%3E%0A");
}

.contact__list__item a::after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Contact Form Section */
.contact__form__section {
  padding: 2rem var(--margin) 15rem var(--margin);
}

.contact__form__container {
  display: flex;
  align-items: end;
}

.contact__locations {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 4rem;
}
.contact__locations span {
  font-family: var(--font-helvetica);
  font-size: 1.35rem;
  color: var(--color-black);
  font-weight: 900;
}
.location__item:first-child {
  width: 40%;
}
.location__item:last-child {
  align-items: flex-end;
}

.location__item {
  display: flex;
  width: 30%;
  flex-direction: column;
  gap: 0.5rem;
}

.location__title {
  font-family: var(--font-condensed);
  font-size: 10rem;

  color: var(--color-black);
  margin: 0;
  line-height: 0.5;
}
.location__address {
  font-size: 1.25rem;
  text-transform: none !important;
}
.location__address,
.location__status {
  font-family: var(--font-helvetica);
  letter-spacing: 0;
  color: var(--color-black);
  font-weight: 800;
  text-transform: inherit;
  margin: 0;
}

.location__time {
  font-family: var(--font-helvetica);
  font-size: 1.5rem;
  color: var(--color-white);
}

.contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  /* max-width: 50rem; */
}

@media (max-width: 1024px) {
  .contact__list__item a {
    font-size: 1.75rem;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 0.05em;
  }
  .contact__item:first-child {
    width: 100%;
    margin-bottom: 3.5rem;
  }
  .contact__list__item a::after {
    display: none;
  }
  .contact__list__item::after {
    display: block;
  }
  .contact__list {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .contact__list__item {
    width: 100%;
  }
  .contact__item:last-child {
    width: 100%;
  }
  .contact__locations {
    flex-direction: column;
  }
  .location__item {
    width: 100%;
    gap: 1rem;
  }
  .location__item:first-child {
    width: 100%;
  }
  .location__item:last-child {
    width: 100%;
  }
  .location__item:last-child {
    align-items: flex-start;
  }
  .location__address {
    font-size: 1.75rem;
    line-height: 1;
  }
  .contact__locations span {
    font-size: 2rem !important;
  }
}

.form__title {
  font-family: var(--font-condensed);
  font-size: 4.5rem;
  text-transform: uppercase;
  letter-spacing: var(--ls-heading);
  color: var(--color-black);
  margin: 0;
  line-height: 0.9;
}

.contact__form__fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form__row {
  display: flex;
  gap: 1.5rem;
}

.form__row--full {
  flex-direction: column;
}

.form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form__field input,
.form__field textarea {
  border: none;
  padding: 1.5rem;
  color: var(--color-black);
  font-family: var(--font-helvetica);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  outline: none;
}

.form__field input::placeholder,
.form__field textarea::placeholder {
  color: var(--color-black);
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form__field input:focus,
.form__field textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form__field textarea {
  resize: vertical;
  min-height: 120px;
  font-family: var(--font-helvetica);
}

.form__submit {
  background-color: var(--color-black);
  color: var(--color-white);
  border: none;
  padding: 1.5rem 2rem;
  font-family: var(--font-helvetica);
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  align-self: flex-start;
  margin-top: 1rem;
}

.form__submit:hover {
  background-color: var(--color-black);
  transform: translateY(-2px);
}

.submit__arrow {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wpforms-container-full .wpforms-form .wpforms-first {
    width: 100% !important;
  }
  .wpforms-field-row-block.wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form__title {
    font-size: 4.5rem;
  }
  .contact__section {
    padding: 7.5rem var(--margin);
    flex-direction: column;
    gap: 4rem;
  }
  .contact__form__container {
    flex-direction: column;
    gap: 4rem;
  }
  .contact__item {
    width: 100%;
  }

  .contact__form__container {
    width: 100%;
    align-items: flex-start;
  }
  .contact__form {
    width: 100%;
    max-width: 100%;
  }
  .contact__locations {
    width: 100%;
  }
  .wpforms-container wpforms-container-full {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact__form__section {
    padding: 4rem var(--margin) 8rem var(--margin);
  }

  .form__row {
    flex-direction: column;
    gap: 1rem;
  }

  .contact__locations {
    gap: 10rem;
  }
}

@media (max-width: 480px) {
  .form__field input,
  .form__field textarea {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .form__submit {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* WPForms Custom Styling to match .contact__form__fields */
.contact__form .wpforms-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
  margin: 0 !important;
}

.contact__form .wpforms-field-layout-columns {
  display: flex !important;
  gap: 1.5rem !important;
}

.contact__form .wpforms-layout-column {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.contact__form .wpforms-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

.contact__form .wpforms-field-label {
  color: var(--color-white) !important;
  font-family: var(--font-helvetica) !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-weight: normal !important;
  margin-bottom: 0.5rem !important;
}

.contact__form .wpforms-required-label {
  color: var(--color-white) !important;
}
.contact__form .wpforms-field input[type="tel"] {
  padding-left: 6rem !important;
}

/* Specific padding for phone field in contact form */
.contact__form .wpforms-field-phone input[type="tel"] {
  padding-left: 48px !important;
}
.contact__form .wpforms-field input[type="text"],
.contact__form .wpforms-field input[type="email"],
.contact__form .wpforms-field input[type="tel"],
.contact__form .wpforms-field textarea {
  /* background-color: #1a1a1a !important; */
  border: none !important;
  padding: 1.5rem;
  color: var(--color-black) !important;
  font-family: var(--font-helvetica) !important;
  font-size: 1rem !important;

  font-weight: bold !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  width: 100% !important;
  border-bottom: 1px solid #999999 !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  border-radius: 0 !important;
  height: auto !important;
}
.contact__form .wpforms-field-row {
  max-width: 100% !important;
}

.contact__form .wpforms-field input::placeholder,
.contact__form .wpforms-field textarea::placeholder {
  color: var(--color-black) !important;
  opacity: 0.7 !important;
}

.contact__form .wpforms-field input:focus,
.contact__form .wpforms-field textarea:focus {
  /* background-color: #2a2a2a !important; */
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.contact__form .wpforms-field textarea {
  resize: vertical !important;
  min-height: 120px !important;
  font-family: var(--font-helvetica) !important;
}

.contact__form .wpforms-submit-container {
  margin-top: 1rem !important;
}

.contact__form .wpforms-submit:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='black'/%3E%3C/svg%3E%0A");
}

.contact__form .wpforms-submit::after {
  content: " ";
  opacity: 1;

  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='white'/%3E%3C/svg%3E%0A");

  color: var(--color-black) !important;
}

.contact__form .wpforms-submit {
  position: relative !important;
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border: none !important;
  padding: 1.5rem 2rem !important;
  font-family: var(--font-helvetica) !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  letter-spacing: 0em !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  gap: 1rem !important;
  width: 100% !important;
  max-width: 20rem !important;
  height: auto !important;
  display: flex !important;
  justify-content: space-between !important;
  border-radius: 3px !important;
}

.contact__form .wpforms-submit:hover {
  border: 1px solid var(--color-black) !important;
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
}

/* Hide WPForms default labels and use placeholders instead */
.contact__form .wpforms-field-label {
  display: none !important;
}

.contact__form .wpforms-field input[type="text"]::placeholder,
.contact__form .wpforms-field input[type="email"]::placeholder,
.contact__form .wpforms-field input[type="tel"]::placeholder,
.contact__form .wpforms-field textarea::placeholder {
  font-weight: bold !important;
  color: #929292 !important;
}

/* Style for name fields to match the layout */
.contact__form .wpforms-field-name .wpforms-field-row {
  display: flex !important;
  gap: 1.5rem !important;
}

.contact__form .wpforms-field-row-block {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.contact__form .wpforms-field-sublabel {
  display: none !important;
}

/* Phone field styling */
.contact__form .wpforms-field-phone .iti {
  width: 100% !important;
}

.contact__form .wpforms-field-phone .iti__selected-flag {
  border: none !important;
}

.contact__form .wpforms-field-phone .iti__arrow {
  border-top-color: #999999 !important;
}

.contact__form .wpforms-field-phone .iti__country-list {
  border: 1px solid #999999 !important;
}

.contact__form .wpforms-field-phone .iti__country {
  color: #999999 !important;
}

.contact__form .wpforms-field-phone .iti__country:hover {
  background-color: #2a2a2a !important;
}

.contact__form .wpforms-field-phone .iti__country.iti__active {
  background-color: #2a2a2a !important;
}

/* Ensure the country dropdown is scrollable and above other content */
/* .contact__form .wpforms-field-phone .iti {
  position: relative !important;
}

.contact__form .wpforms-field-phone .iti__flag-container {
  z-index: 10000 !important;
} */

/* .contact__form .wpforms-field-phone .iti__country-list {
  max-height: 260px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 9999 !important;
  overscroll-behavior: contain;
} */

.wpforms-confirmation-container-full {
  justify-content: start !important;
  text-align: left !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact__form .wpforms-submit::after {
    width: 15px;
    height: 15px;
  }
  .contact__form .wpforms-field-layout-columns {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .contact__form .wpforms-field input[type="text"],
  .contact__form .wpforms-field input[type="email"],
  .contact__form .wpforms-field input[type="tel"],
  .contact__form .wpforms-field textarea {
    padding: 1rem;
    font-size: 1rem !important;
  }

  .contact__form .wpforms-submit {
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .contact__form .wpforms-field-name .wpforms-field-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
}
/* 404 Page */

.article--404 {
  position: relative;
}

/* Footer */

.footer__slaps {
  background-color: var(--color-black);
  color: var(--color-white);
}
.footer__slaps .footer__content__slaps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem var(--margin);
}

/* Section Newsletter */
.footer__slaps .newsletter__section {
  width: 50%;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer__slaps .newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 20rem;
  margin: 0;
}

.footer__slaps .email__input__container {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-white);
  padding: 1rem;
  max-width: 400px;
  width: 100%;
}

.footer__slaps .email__input {
  background: transparent;
  border: none;
  color: var(--color-white);
  font-family: var(--font-code);
  font-size: var(--fs-p);
  text-transform: uppercase;
  outline: none;
  flex: 1;
  padding: 0;
}

.footer__slaps .email__input::placeholder {
  color: var(--color-white);
  opacity: 1;
}

.footer__slaps .submit-btn {
  background: none;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  padding: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__slaps .submit-btn svg {
  width: 16px;
  height: 16px;
  /* transform: rotate(-45deg); */
}

.footer__slaps .submit-btn svg path {
  fill: var(--color-white);
}

.footer__slaps .newsletter-text {
  font-family: var(--font-code);
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-white);
  margin: 0.5rem 0 0 0;
  text-transform: uppercase;
  text-align: left;
}

/* Styles pour le formulaire WPForms dans la newsletter */
.footer__slaps .newsletter__form .wpforms-container {
  display: flex;
  margin: 0;
  width: auto;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-white);
  padding: 1rem;
  flex-direction: column;
}

.footer__slaps .newsletter__form .wpforms-field-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
}

.footer__slaps .newsletter__form .wpforms-form {
  width: 100% !important;
  display: flex !important;
}

.footer__slaps .newsletter__form .wpforms-field-label {
  display: none !important;
}

.footer__slaps .newsletter__form .wpforms-field-email {
  padding: 0 !important;
}
.footer__slaps .newsletter__form .wpforms-field-email input {
  background: transparent !important;
  border: none !important;
  color: var(--color-white) !important;
  font-family: var(--font-code) !important;
  font-size: var(--fs-p) !important;
  text-transform: uppercase;
  outline: none !important;
  max-width: 100% !important;
  flex: 1 !important;
  padding: 0 !important;
  width: 100% !important;
}

.footer__slaps .newsletter__form .wpforms-field-email input::placeholder {
  color: var(--color-white) !important;
  opacity: 1 !important;
}

.footer__slaps .newsletter__form .wpforms-confirmation-container-full p,
div[submit-success] > .wpforms-confirmation-container-full p {
  color: white !important;
}

.footer__slaps .newsletter__form .wpforms-submit-container {
  position: relative;
  margin: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

.footer__slaps
  .newsletter__form
  .wpforms-submit-container
  .wpforms-submit::after {
  content: " ";
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.344 6.1V0.621999L15.71 3.724V15.076H4.072L0.97 11.864H6.668C7.9 11.864 9.022 11.886 9.99 11.908L1.432 3.592L3.764 1.062L12.388 9.422C12.344 8.454 12.344 7.354 12.344 6.1Z' fill='white'/%3E%3C/svg%3E%0A");
}

.footer__slaps .newsletter__form .wpforms-submit {
  background: none !important;
  border: none !important;
  color: var(--color-white) !important;
  cursor: pointer !important;
  padding: 0.5rem 2rem 0.5rem 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  font-family: var(--font-code) !important;
  font-size: var(--fs-p) !important;
  text-transform: uppercase !important;
  position: relative;
}

.footer__slaps .newsletter__form .wpforms-submit svg {
  width: 16px !important;
  height: 16px !important;
}

.footer__slaps .newsletter__form .wpforms-submit svg path {
  fill: var(--color-white) !important;
}

/* Masquer le spinner par défaut */
.footer__slaps .newsletter__form .wpforms-submit-spinner {
  display: none !important;
}

/* Styles pour le texte de la newsletter */
.footer__slaps .newsletter__form .newsletter-text {
  font-family: var(--font-code);
  font-size: var(--fs-p);

  color: var(--color-white);
  margin: 0.5rem 0 0 0;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}

/* Styles pour les animations de texte */
.footer__slaps .newsletter__form .newsletter-text .word,
.footer__slaps .newsletter__form .newsletter-text .char {
  display: inline-block;
}

.footer__slaps .newsletter__form .newsletter-text .whitespace {
  display: inline;
}

.footer__slaps .footer__content__slaps .contact__infos__section {
  width: 50%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
}

.footer__slaps
  .footer__content__slaps
  .contact__infos__section
  .contact__group {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.25rem;
}

.footer__slaps
  .footer__content__slaps
  .contact__infos__section
  .contact__group
  .contact__title {
  color: var(--color-white);
  /* font-weight: bold; */
}

.footer__slaps
  .footer__content__slaps
  .contact__infos__section
  .contact__group
  a {
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-code);
  font-size: var(--fs-p);
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.footer__slaps
  .footer__content__slaps
  .contact__infos__section
  .contact__group
  a:hover {
  opacity: 0.7;
}

.footer__slaps .footer__bottom__slaps {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  position: relative;
  padding: 5rem var(--margin) 4rem var(--margin);
}
.footer__slaps .footer__bottom__slaps .footer__logo {
  width: 100%;
}
.footer__slaps .footer__bottom__slaps .footer__logo img {
  width: 100%;
  height: auto;
}

.footer__slaps .footer__bottom__slaps .footer__infos {
  position: absolute;
  display: flex;
  padding: 0 var(--margin);
  right: 0;
  left: 0;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;

  /* height: 100%; */
}
.footer__slaps .footer__bottom__slaps .footer__infos .footer__locations {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer__slaps .footer__bottom__slaps .footer__infos .footer__socials {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.25rem;
}
.footer__slaps .footer__bottom__slaps .footer__infos .footer__socials a {
  color: var(--color-white);
}

@media only screen and (max-width: 1024px) {
  .footer__slaps {
    padding-bottom: 4rem;
  }
  .footer__slaps .footer__content__slaps {
    flex-direction: column;

    gap: 4rem;
  }
  .footer__slaps .footer__content__slaps .newsletter__section {
    width: 100%;
  }
  .footer__slaps .footer__content__slaps .contact__infos__section {
    width: 100%;
    align-items: flex-start !important;
  }
  .footer__slaps .footer__content__slaps .contact__group {
    align-items: flex-start !important;
  }
  .footer__slaps .footer__bottom__slaps {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 0 var(--margin);
    gap: 2rem;
  }
  .footer__slaps .footer__bottom__slaps .footer__infos {
    position: relative;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100%;
    padding: 0;
    gap: 2rem;
  }
  .footer__slaps .footer__bottom__slaps .footer__infos .footer__socials {
    align-items: flex-start !important;
    width: 100%;
  }
  .footer__slaps .footer__bottom__slaps .footer__infos .footer__locations {
    align-items: flex-start !important;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# List Clients Section
--------------------------------------------------------------*/
.article--home .list__clients {
  padding: calc(var(--margin) * 15) var(--margin);
}
.article--home .title__client {
  width: 100%;
  text-align: center;
}
.article--home .title__client h3 {
  font-size: 10rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--color-black);
}
.article--home .description__client {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.article--home .description__client h3 {
  font-size: 10rem;
  font-weight: 400;

  text-align: center;
  color: var(--color-black);
}
.article--home .list__clients__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7rem;
  align-items: center;
  justify-items: center;
  padding: calc(var(--margin) * 15) 0;
  position: relative;
  width: 100%;
  color: var(--color-black);
  overflow: hidden;
  min-height: 400px;
  padding-bottom: calc(var(--margin) * 15);
}
.article--home .list__clients .client__item {
  max-width: 128px;
  width: 100%;
  max-height: 64px;
}
.article--home .list__clients .client__item img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .article--home .list__clients {
    padding: calc(var(--margin) * 5) var(--margin) calc(var(--margin) * 2)
      var(--margin);
  }
  .article--home .title__client h3 {
    font-size: 3.5rem;
    text-align: left;
  }
  .article--home .description__client h3 {
    font-size: 3.5rem;
    text-align: left;
  }
  .article--home .description__client {
    margin: 0;
  }
  .article--home .list__clients__container {
    margin: calc(var(--margin) * 2) 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 0;
    padding: calc(var(--margin) * 2) 0;
  }
}
@media only screen and (max-width: 480px) {
  .article--home .list__clients__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

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