@charset "UTF-8";
/*! Handmade with love by https://esmes.fi */ /* RESET */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
textarea {
  border: 0;
  border-radius: 0;
  font: inherit;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* HTML5 for old-ie */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

template {
  display: none;
}

address,
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

a img {
  border-style: none;
}

/* Responsive SVG */
img[src*=".svg"] {
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "PPNeueMontreal";
  src: url("../fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Bold.woff") format("woff"), url("../fonts/PPNeueMontreal-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "PPNeueMontreal";
  src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Regular.woff") format("woff"), url("../fonts/PPNeueMontreal-Regular.ttf") format("truetype");
  font-weight: 400;
}
:root {
  font-size: 16px;
  --font-body: "Lexend Deca", Arial, sans-serif;
  --font-heading: "PPNeueMontreal", Arial, sans-serif;
  --app-height: 100vh;
  --body-text-size: Max(0.875rem, 12px);
  --body-text-line-height: 140%;
  --h1-text-size: 3.25rem;
  --h2-text-size: 2.625rem;
  --h3-text-size: Max(1.4375rem, 16px);
  --h4-text-size: Max(1.125rem, 14px);
  --heading-line-height: 120%;
  --strong-text-font-weight: 600;
  --heading-text-font-weight: normal;
  --safety-padding: 5rem;
}

@property --buttonGradientColor {
  syntax: "<color>";
  initial-value: #344971;
  inherits: false;
}
:root {
  font-size: 1.1111111111vw;
}

@media screen and (min-width: 1440px) {
  :root {
    font-size: 16px;
  }
}
/*
//Fluid scale to huge screens
@media screen and (min-width: ($layout_width * 1px)){
  :root {
    font-size: math.div(100vw, $layout_width) * 16; //Enables fluid scaling
    //--container-max-width: 1440px; //Limit content area scaling
  }
}

//Fluid scale to smaller screens
@media screen and (max-width: ($tablet_breakpoint * 1px)){
  :root {
    font-size: math.div(100vw, $tablet_breakpoint) * 16; //Enables fluid scaling
  }
}
*/
html {
  height: 100%;
}

body {
  min-height: 100%;
  overflow-wrap: break-word;
}

p {
  line-height: var(--body-text-line-height);
}

h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: var(--heading-line-height);
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b {
  font-weight: 600;
}

h1 {
  font-size: var(--h1-text-size);
  line-height: 115%;
}

h2 {
  font-size: var(--h2-text-size);
}

h3 {
  font-size: var(--h3-text-size);
}

h4 {
  line-height: var(--heading-line-height);
}

strong {
  font-weight: var(--strong-text-font-weight);
}

.text-styles {
  font-size: var(--body-text-size);
  font-weight: var(--body-text-font-weight);
}
.text-styles em {
  font-weight: 500;
  font-size: max(1.0625rem, 13px);
  font-style: normal;
  margin-bottom: 1em;
  display: inline-block;
  line-height: 140%;
}
.text-styles h1 {
  margin-bottom: 0.5em;
}
.text-styles h2 {
  margin-bottom: 0.5em;
}
.text-styles h3 {
  margin-bottom: 1em;
}
.text-styles h4 {
  margin-bottom: 1em;
}
.text-styles a {
  color: inherit;
}
.text-styles a:not(.cta-button):not(.link__button):not(.link__arrow):not(.button) {
  color: inherit;
}
.text-styles p {
  margin-bottom: 1.5em;
}
.text-styles p:last-child {
  margin-bottom: 0;
}
.text-styles blockquote {
  margin-bottom: 1.5em;
  padding-left: 7.5rem;
  font-family: "PPNeueMontreal", Arial, sans-serif;
  padding-top: 1.875rem;
  margin-top: 2.8125rem;
  margin-bottom: 3.4375rem;
  position: relative;
  font-weight: 600;
}
.text-styles blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: 3.75rem;
  height: 2.8125rem;
  background-color: #1a1d24;
  background: linear-gradient(-20deg, #0D131A 0%, #45586F 100%);
  -webkit-mask: url("../svg/quote.svg") no-repeat 50% 50%;
          mask: url("../svg/quote.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.text-styles blockquote:last-child {
  margin-bottom: 0;
}
.text-styles blockquote p {
  font-size: max(1.375rem, 14px);
  line-height: 120%;
  letter-spacing: -0.01em;
}
.text-styles img {
  max-width: 100%;
  height: auto;
}
.text-styles img.size-large, .text-styles img.size-full {
  width: 100%;
}
.text-styles ul, .text-styles ol {
  font-weight: var(--body-text-font-weight);
  margin-bottom: 1em;
}
.text-styles ul li, .text-styles ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.text-styles small, .text-styles small p {
  font-size: max(0.625rem, 8px);
  line-height: 100%;
}
.text-styles div.line-block {
  padding: 1.5em 2em;
  padding-right: 0;
  border-left: 2px solid #1B1D2B;
  margin-bottom: 1.5em;
}

body {
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-body);
  font-size: var(--body-text-size);
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
}
body.--popup-open {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
  overflow: hidden;
  overflow: clip;
}

a.button, button.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  --border: 1px;
  --border-radius: 1.25rem;
  --transition-time: 0.4s;
  display: inline-block;
  position: relative;
  color: #4990F6;
  padding: 0 1.25rem;
  z-index: 0;
  line-height: 3.25rem;
  transition: color var(--transition-time);
  font-size: max(1rem, 10px);
}
a.button::before, button.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: calc(0.5 * var(--border));
  left: calc(0.5 * var(--border));
  right: calc(0.5 * var(--border));
  bottom: calc(0.5 * var(--border));
  border-radius: var(--border-radius);
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
}
a.button::after, button.button::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: var(--border);
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, #1a1b1e 0%, var(--buttonGradientColor) 100%);
  transition: --buttonGradientColor var(--transition-time);
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
a.button:hover, button.button:hover {
  color: #b82285;
}
a.button:hover::after, button.button:hover::after {
  --buttonGradientColor: #b82285;
}
a.button.--round, button.button.--round {
  --border-radius: 1.625rem;
}

a.secondary-button, button.secondary-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  text-decoration: none;
  --border: 1px;
  --border-radius: 0.625rem;
  --transition-time: 0.4s;
  display: inline-block;
  position: relative;
  color: #4990F6;
  padding: 0 1.125rem;
  z-index: 0;
  line-height: 2.5625rem;
  transition: color var(--transition-time);
  font-size: max(0.8125rem, 10px);
  text-transform: uppercase;
}
a.secondary-button::after, button.secondary-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: var(--border);
  border-radius: var(--border-radius);
  background: linear-gradient(220deg, #393939 0%, #1B1D21 100%);
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
a.secondary-button:hover, button.secondary-button:hover {
  color: #b82285;
}

.embed-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.embed-wrap__container {
  position: relative;
  padding-top: 56.25%;
}
.embed-wrap__container embed, .embed-wrap__container iframe, .embed-wrap__container object {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.embed-wrap__container iframe[src] {
  z-index: 2;
}
.embed-wrap__placeholder {
  pointer-events: none;
  --background-image: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-image: var(--background-image);
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.embed-wrap__placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  background: url("../svg/play.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.embed-wrap__placeholder.--youtube::after {
  background-image: url("../svg/play-youtube.svg");
  left: 44%;
  width: 12%;
}
.embed-wrap__placeholder.--processed {
  pointer-events: auto;
}
.embed-wrap__placeholder.--processed::after {
  opacity: 1;
}

img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
img[loading=lazy].--loaded {
  opacity: 1;
}

.carousel-indicator {
  --indicator-size: 0.75rem;
  position: absolute;
  bottom: var(--safety-padding);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.carousel-indicator[data-count="1"] {
  display: none;
}
.carousel-indicator__item {
  width: var(--indicator-size);
  height: var(--indicator-size);
  background-color: rgba(27, 29, 43, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50% 50%;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.carousel-indicator__item.--active {
  pointer-events: none;
  background-color: white;
  border: 2px solid #FFFFFF;
}

.link__button {
  display: inline-block;
  padding: 0 1.25rem;
  line-height: 3.125rem;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.link__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D846A6;
  border-radius: 0.625rem;
  z-index: -1;
  transform: scale(1, 1);
  transition: transform 0.4s;
}
.link__button:hover::before {
  transform: scale(1.05, 1.05);
}

a.link__arrow {
  display: inline-block;
  position: relative;
  line-height: 1.25rem;
  padding-left: 3.4375rem;
  color: #c1278a;
  text-decoration: none;
  font-weight: 600;
}
a.link__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../svg/arrow.svg") no-repeat 0 50%;
  background-size: 100% auto;
  width: 2.375rem;
  height: 100%;
  transition: transform 0.4s;
}
a.link__arrow:hover {
  text-decoration: underline;
}
a.link__arrow:hover::before {
  transform: translateX(0.3125rem);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transform: translateY(0);
  transition: transform 0.2s;
  font-size: max(1rem, 12px);
  color: rgba(255, 255, 255, 0.8);
}
.header .container {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 5rem;
  padding-top: 1.75rem;
  z-index: 2;
  position: relative;
}
.header .container .language-selector {
  text-align: right;
  font-size: max(0.6875rem, 9px);
  margin-bottom: 0.875rem;
  padding-right: 1.5rem;
  color: #727A83;
}
.header .container .language-selector span {
  display: inline-block;
  margin: 0 0.75rem;
}
.header .container .language-selector a {
  color: inherit;
  text-decoration: none;
}
.header .container .language-selector a.active {
  font-weight: 700;
  color: #fff;
}
.header .container .language-selector a:hover {
  text-decoration: underline;
}
.header .container .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .bar .logo {
  color: transparent;
  font-size: 0;
}
.header .container .bar .logo img {
  display: block;
  width: 12.5rem;
  height: auto;
}
.header .container .bar .menu-toggle {
  display: none;
}
.header nav.menu {
  width: 100%;
}
.header nav.menu .language-selector {
  display: none;
}
.header nav.menu .menu-container .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 6.25rem;
  gap: 1.5625rem;
}
.header nav.menu .menu-container .menu li {
  display: block;
}
.header nav.menu .menu-container .menu li .sub-menu {
  display: none;
}
.header nav.menu .menu-container .menu li a {
  color: inherit;
  text-decoration: none;
}
.header nav.menu .menu-container .menu li a:hover {
  text-decoration: underline;
}
.header nav.menu .menu-container .menu li.current-menu-item:not(.button), .header nav.menu .menu-container .menu li.--menu-open {
  position: relative;
}
.header nav.menu .menu-container .menu li.current-menu-item:not(.button) a, .header nav.menu .menu-container .menu li.--menu-open a {
  text-decoration: none;
}
.header nav.menu .menu-container .menu li.current-menu-item:not(.button)::after, .header nav.menu .menu-container .menu li.--menu-open::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3125rem;
  height: 0.125rem;
  background: #4162a0;
}
.header nav.menu .menu-container .menu li.button a {
  text-decoration: none;
  --border: 1px;
  --border-radius: 1.125rem;
  --transition-time: 0.4s;
  display: inline-block;
  position: relative;
  color: #4990F6;
  padding: 0 1.25rem;
  z-index: 0;
  line-height: 3.25rem;
  transition: color var(--transition-time);
}
.header nav.menu .menu-container .menu li.button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: calc(0.5 * var(--border));
  left: calc(0.5 * var(--border));
  right: calc(0.5 * var(--border));
  bottom: calc(0.5 * var(--border));
  border-radius: var(--border-radius);
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
}
.header nav.menu .menu-container .menu li.button a::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: var(--border);
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, #1a1b1e 0%, var(--buttonGradientColor) 100%);
  transition: --buttonGradientColor var(--transition-time);
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
.header nav.menu .menu-container .menu li.button a:hover {
  color: #b82285;
}
.header nav.menu .menu-container .menu li.button a:hover::after {
  --buttonGradientColor: #b82285;
}
.header .industries-menu {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8.75rem;
  padding-bottom: 1.875rem;
  transition: transform 0.7s;
  transform: translateY(-105%);
}
.header .industries-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200vh;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 59%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s;
  z-index: 1;
}
.header .industries-menu .lifts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 60rem;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s 0s;
}
.header .industries-menu .lifts .lift {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
  min-width: 33.33%;
  flex-shrink: 0;
  flex-basis: 0;
}
.header .industries-menu .lifts .lift .container {
  display: block;
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  transition: border-color 0.7s;
  background-color: #000;
  padding: 1.875rem;
  padding-bottom: 1.25rem;
  position: relative;
  color: inherit;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
.header .industries-menu .lifts .lift .container .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 9.375rem;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.header .industries-menu .lifts .lift .container .image img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .industries-menu .lifts .lift .container h3 {
  font: var(--font-body);
  font-weight: 500;
  font-size: max(1.125rem, 13px);
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}
.header .industries-menu .lifts .lift .container:hover {
  border-color: #4990F6;
}

body.single-reference .header nav.menu .menu-container .menu li.references {
  position: relative;
}
body.single-reference .header nav.menu .menu-container .menu li.references a {
  text-decoration: none;
}
body.single-reference .header nav.menu .menu-container .menu li.references::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3125rem;
  height: 0.125rem;
  background: #4162a0;
}

body.--industries-menu-open .header .industries-menu {
  transform: translateY(0);
}
body.--industries-menu-open .header .industries-menu::after {
  opacity: 0.6;
}
body.--industries-menu-open .header .industries-menu .lifts {
  transition: opacity 0.5s 0.3s;
  opacity: 1;
}

body.single-industry .header nav.menu .menu-container .menu li.industries {
  position: relative;
}
body.single-industry .header nav.menu .menu-container .menu li.industries a {
  text-decoration: none;
}
body.single-industry .header nav.menu .menu-container .menu li.industries::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3125rem;
  height: 0.125rem;
  background: #4162a0;
}

body.single-post .header nav.menu .menu-container .menu li.news {
  position: relative;
}
body.single-post .header nav.menu .menu-container .menu li.news a {
  text-decoration: none;
}
body.single-post .header nav.menu .menu-container .menu li.news::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3125rem;
  height: 0.125rem;
  background: #4162a0;
}

.footer {
  --body-text-size: Max(1rem, 12px);
  font-size: var(--body-text-size);
  flex-shrink: 0;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  position: relative;
  max-width: 90rem;
  padding: 3.75rem 5.625rem;
  padding-bottom: 2.8125rem;
  margin: 0 auto;
}
.footer .container::before {
  content: "";
  width: 87.5rem;
  height: 62.5rem;
  opacity: 0.3;
  position: absolute;
  left: 5%;
  bottom: 0;
  transform: translateX(-50%) scale(1, 0.7) translateY(13.4375rem);
  background: radial-gradient(circle farthest-side at top 70% left 50% in oklch, #336c93 0%, rgba(80, 80, 160, 0) 80%);
  pointer-events: none;
  z-index: -1;
  margin-left: 6.25rem;
}
.footer .container::after {
  content: "";
  width: 87.5rem;
  height: 62.5rem;
  opacity: 0.2;
  position: absolute;
  left: 5%;
  bottom: 0;
  transform: translateX(-50%) scale(1, 0.7) translateY(13.4375rem);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
  margin-left: 6.25rem;
}
.footer .container .content-container {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
}
.footer .container .content-container .content .logo {
  width: 12.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.footer .container .content-container .content .logo img {
  width: 100%;
  height: auto;
}
.footer .container .content-container .content h2 {
  font-size: max(1.5rem, 20px);
  line-height: 130%;
  letter-spacing: 0.02em;
}
.footer .container .content-container .panes {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
  padding-top: 1rem;
  padding-right: 2.1875rem;
}
.footer .container .content-container .panes .pane p {
  line-height: 180%;
}
.footer .container .content-container .panes .pane:first-child {
  padding-right: 0.625rem;
}
.footer .container .content-container .panes .pane h3 {
  font-family: var(--font-body);
  font-size: 1em;
  line-height: 140%;
  font-weight: 400;
  color: #727A83;
  margin-bottom: 1.5rem;
}
.footer .container .navigation {
  --body-text-size: Max(0.875rem, 12px);
  font-size: var(--body-text-size);
  margin-top: 5.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.25rem;
}
.footer .container .navigation .small-links {
  display: flex;
  gap: 1.25rem;
}
.footer .container .navigation .small-links .copyright {
  color: #727A83;
}
.footer .container .navigation .social {
  padding-right: 0.625rem;
  display: flex;
  gap: 1rem;
}
.footer .container .navigation .social .link {
  color: transparent;
  font-size: 0;
  text-indent: -9999em;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
}
.footer .container .navigation .social .link.--facebook {
  -webkit-mask-image: url("../svg/icon-facebook.svg");
          mask-image: url("../svg/icon-facebook.svg");
}
.footer .container .navigation .social .link.--linkedin {
  -webkit-mask-image: url("../svg/icon-linkedin.svg");
          mask-image: url("../svg/icon-linkedin.svg");
}

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

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

br.only-phone {
  display: none;
}
@media screen and (max-width: 800px) {
  br.only-phone {
    display: initial;
  }
}

@media screen and (max-width: 800px) {
  br.only-desktop {
    display: none;
  }
}

section.post-list {
  --thumbnail-aspect-ratio: calc(260 / 400 * 100%);
  --body-text-line-height: 145%;
  padding: 0 var(--safety-padding);
  padding-bottom: 4.375rem;
  --lift-gap: 1.875rem;
  --lift-bottom-margin: 2.5rem;
  position: relative;
}
section.post-list::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  top: 12.5rem;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.post-list::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 12.5rem;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.post-list .wrapper {
  position: relative;
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.post-list .wrapper .categoryselectors {
  position: absolute;
  right: 0;
  top: -2.25rem;
  display: flex;
  gap: 0.6875rem;
  transform: translateY(-100%);
  z-index: 2;
}
section.post-list .wrapper .categoryselectors .categoryselector {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #727A83;
  text-transform: uppercase;
  padding: 0.625rem 1.125rem;
  border-radius: 0.625rem;
  border: 1px solid #2E3239;
}
section.post-list .wrapper .categoryselectors .categoryselector.active {
  border: 1px solid transparent;
  background: linear-gradient(-4deg, #0D131A 0%, #111821 100%);
  color: #D60093;
}
section.post-list h2 {
  margin-bottom: 3.75rem;
}
section.post-list .articles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  margin-bottom: calc(-1 * var(--lift-bottom-margin));
}
section.post-list .articles article {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  min-width: 33.33%;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
section.post-list .articles article.--hidden {
  display: none;
}
section.post-list .articles article .link {
  padding: 1.5625rem;
  padding-top: 1.25rem;
  width: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  border: 1px solid #1a1b1e;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section.post-list .articles article .link .image {
  position: relative;
  padding-top: var(--thumbnail-aspect-ratio);
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
}
section.post-list .articles article .link .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.post-list .articles article .link .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
section.post-list .articles article .link .meta {
  font-size: max(0.75rem, 10px);
  line-height: 150%;
  color: #727A83;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
section.post-list .articles article .link .heading {
  font-family: var(--font-body);
  margin-bottom: 1.25rem;
  font-size: max(1.125rem, 14px);
  line-height: 1.33em;
  font-weight: 500;
}
section.post-list .articles article .link .excerpt {
  font-size: max(0.875rem, 12px);
  line-height: 150%;
  color: #727A83;
}
section.post-list .articles article .link .link-arrow {
  margin-top: auto;
}
section.post-list .articles article .link .link-arrow span {
  font-size: max(0.875rem, 12px);
  display: inline-block;
  position: relative;
  line-height: 150%;
  color: #5a83ed;
  text-decoration: none;
}
section.post-list .articles article .link .link-arrow span:hover {
  text-decoration: underline;
}
section.post-list nav.pagination {
  margin-top: 1.25rem;
  z-index: 2;
  position: relative;
  top: 2.5rem;
  font-family: "PPNeueMontreal", Arial, sans-serif;
  line-height: 3.125rem;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  font-size: max(1.5rem, 16px);
}
section.post-list nav.pagination:empty {
  display: none;
}
section.post-list nav.pagination button {
  color: #727A83;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}
section.post-list nav.pagination button.active {
  color: #fff;
}
section.post-list nav.pagination .current {
  color: #b82285;
}
section.post-list nav.pagination .next, section.post-list nav.pagination .prev {
  display: none;
}
section.post-list.news .articles article .link .image {
  margin-bottom: 1.25rem;
}
section.post-list[data-emergence] h2, section.post-list[data-emergence] .articles {
  opacity: 0;
  transition: opacity 0.6s;
}
section.post-list[data-emergence=visible] h2, section.post-list[data-emergence=visible] .articles {
  opacity: 1;
  transition-delay: 0.1s;
}
section.post-list[data-emergence=visible] .articles {
  transition-delay: 0.2s;
}

.cky-btn-revisit-wrapper {
  visibility: hidden;
  pointer-events: none;
}

.cookie-settings {
  text-decoration: none;
  cursor: pointer;
}
.cookie-settings:hover {
  text-decoration: underline;
}

[id^=wpcf7].wpcf7 {
  max-width: max(31.25rem, 500px);
  margin: 0 auto;
  text-align: left;
}
[id^=wpcf7].wpcf7 p {
  position: relative;
}
[id^=wpcf7].wpcf7 .wpcf7-form-control-wrap {
  font-weight: var(--body-text-font-weight);
}
[id^=wpcf7].wpcf7 .wpcf7-list-item {
  margin: 0;
}
[id^=wpcf7].wpcf7 .wpcf7-list-item label {
  display: flex;
}
[id^=wpcf7].wpcf7 .wpcf7-list-item label input {
  flex-shrink: 0;
}
[id^=wpcf7].wpcf7 .wpcf7-list-item label span {
  margin-left: 1.25rem;
  display: inline-block;
}
[id^=wpcf7].wpcf7 label:has([data-name=acceptance-gdpr]) {
  display: block;
  padding-right: 2.5rem;
  font-size: max(0.875rem, 12px);
}
[id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]), [id^=wpcf7].wpcf7 textarea {
  font-weight: var(--body-text-font-weight);
  width: 100%;
  margin: 0.3125rem 0;
  padding: 0.8125rem 1.125rem;
  border: 1px solid #7C6FAC;
  border-radius: 0.5rem;
}
[id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]):last-child, [id^=wpcf7].wpcf7 textarea:last-child {
  margin-bottom: 0;
}
[id^=wpcf7].wpcf7 p {
  margin-bottom: 0.8em;
}
[id^=wpcf7].wpcf7 input[type=checkbox] {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.3125rem;
}
[id^=wpcf7].wpcf7 textarea {
  resize: none;
  height: 8rem;
}
[id^=wpcf7].wpcf7 p:has(button.button) {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
[id^=wpcf7].wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 0.0625rem));
}
[id^=wpcf7].wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0.8em 1em;
  text-align: center;
}
[id^=wpcf7].wpcf7 .wpcf7-not-valid-tip {
  color: #ff3535;
}
[id^=wpcf7].wpcf7 form.spam .wpcf7-response-output {
  border-color: #ff3535;
}
[id^=wpcf7].wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
}

section.single-content {
  padding: 6.25rem var(--safety-padding);
  padding-top: 3rem;
  position: relative;
}
section.single-content::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 50%;
  top: 12.5rem;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.single-content::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 12.5rem;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.single-content .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.single-content .wrapper .content {
  width: 34.0625rem;
  --body-text-line-height: 145%;
  --h2-text-size: Max(1.25rem, 15px);
  --h3-text-size: Max(1rem, 13px);
}
section.single-content .wrapper .content > p:first-child {
  font-weight: 500;
  position: relative;
  margin-right: -0.4375rem;
  font-size: max(1.0625rem, 13px);
}
section.single-content .wrapper .content h1, section.single-content .wrapper .content h2, section.single-content .wrapper .content h3 {
  font-weight: 600;
}
section.single-content .wrapper .content h2 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
section.single-content .wrapper .featured-image {
  position: sticky;
  top: 5rem;
  width: 38.75rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
section.single-content .wrapper .featured-image img {
  width: 100%;
  display: block;
  height: auto;
}
section.single-content[data-emergence] .content, section.single-content[data-emergence] .featured-image {
  opacity: 0;
  transition: opacity 0.6s;
}
section.single-content[data-emergence=visible] .content, section.single-content[data-emergence=visible] .featured-image {
  opacity: 1;
  transition-delay: 0.1s;
}
section.single-content[data-emergence=visible] .featured-image {
  transition-delay: 0.2s;
}

section.experts {
  padding: 3.125rem var(--safety-padding);
}
section.experts .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.625rem;
  border: 1px solid #1a1b1e;
  padding: 3.125rem;
}
section.experts .wrapper > .heading {
  text-align: center;
  margin-bottom: 3.125rem;
}
section.experts .wrapper > .heading h2 {
  font-size: 2.625rem;
  font-weight: normal;
}
section.experts .wrapper .experts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5.625rem;
}
section.experts .wrapper .experts .expert {
  width: 10.875rem;
  min-width: 130px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: max(0.875rem, 12px);
}
section.experts .wrapper .experts .expert .image {
  position: relative;
  margin: 0 auto;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  border-radius: 50% 50%;
  margin-bottom: 1.875rem;
}
section.experts .wrapper .experts .expert .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.experts .wrapper .experts .expert .heading {
  margin-bottom: 0.75rem;
  font-size: max(1.3125rem, 14px);
  line-height: 120%;
  font-weight: 600;
}
section.experts .wrapper .experts .expert .contact {
  font-weight: 500;
}
section.experts .wrapper .experts .expert .contact a {
  text-decoration: none;
  white-space: nowrap;
}
section.experts[data-emergence] h2, section.experts[data-emergence] .experts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.experts[data-emergence=visible] h2, section.experts[data-emergence=visible] .experts {
  opacity: 1;
  transition-delay: 0.1s;
}
section.experts[data-emergence=visible] .experts {
  transition-delay: 0.2s;
}

section.related-articles {
  padding-top: 1.25rem;
}
section.related-articles::before, section.related-articles::after {
  left: auto;
  right: 50%;
  transform: translateX(6.25rem) translateY(-55%) scale(1, 0.7);
}
section.related-articles h2 {
  margin-bottom: 2.5rem;
  font-size: max(2rem, 21px);
}

@media screen and (max-width: 800px) {
  section.single-content {
    padding: 1.875rem var(--safety-padding);
  }
  section.single-content::before, section.single-content::after {
    left: 70%;
    top: 6.25rem;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  }
  section.single-content .wrapper {
    flex-direction: column;
  }
  section.single-content .wrapper .content {
    width: 100%;
  }
  section.single-content .wrapper .content > p:first-child {
    margin-right: 0;
    font-size: 0.9375rem;
  }
  section.single-content .wrapper .featured-image {
    position: relative;
    top: 0;
    width: 100%;
    order: -1;
    margin-bottom: 1.25rem;
  }
  section.experts {
    padding: 0 var(--safety-padding);
  }
  section.experts .wrapper {
    padding: 3.125rem 2.1875rem;
    display: block;
  }
  section.experts .wrapper > .heading {
    width: 100%;
  }
  section.experts .wrapper > .heading h2 {
    font-size: 1.625rem;
  }
  section.experts .wrapper .experts {
    margin-top: 1.875rem;
    padding-right: 0;
    padding-left: 0;
    gap: 1.25rem;
  }
  section.experts .wrapper .experts .expert {
    padding: 0;
    width: calc(50% - 0.625rem);
    margin-bottom: 0.625rem;
  }
  section.experts .wrapper .experts .expert .image {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 0.9375rem;
  }
  section.experts .wrapper .experts .expert .heading {
    margin-bottom: 0.625rem;
    font-size: 1rem;
  }
  section.experts .wrapper .experts .expert .contact p {
    font-size: 0.8125rem;
  }
  section.related-articles {
    padding: 2.5rem var(--safety-padding);
    padding-top: 1.875rem;
  }
  section.related-articles h2 {
    margin-bottom: 2.1875rem;
    font-size: 1.625rem;
  }
}
section.hero {
  position: relative;
  --h1-text-size: 3.75rem;
  --body-text-size: Max(1rem, 13px);
  min-height: 47.5rem;
  padding: 0 var(--safety-padding);
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2.8125rem;
}
section.hero .media {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41.25rem;
  height: 41.25rem;
  transform: translate(-2.25rem, 2.8125rem);
  z-index: -1;
}
section.hero .media > img, section.hero .media > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
section.hero .media:has(video) > img {
  display: none;
}
section.hero .wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
  /*.video-container {
    position: relative;
    width: p(554);
    margin-right: p(12);
    .player {
      width: 100%;
      background-color: $color-dark;
      position: relative;
      border-radius: p(8);
      > video {
        width: 100%;
        height: auto;
        display: block;
        opacity: 1;
        transition: opacity 0.3s;
        border-radius: p(8);
      }
      > .embed-container {
        width: p(882);
        background-color: $color-dark;
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        border-radius: p(8);
        overflow: hidden;
        opacity: 0;
        transform: scale(0.6281, 0.6281);
        transition: opacity 0.3s, transform 0.3s;
        transform-origin: 100% 100%;
        z-index: 3;
        > .embed {
          position: relative;
          padding-top: calc(1080/1920*100%);
          > iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }
    .play {
      width: p(87);
      height: p(87);
      cursor: pointer;
      background: url('../svg/play-bg.svg') no-repeat 50% 50%;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 0;
      transform: translate(1.125rem, 0.6875rem) scale(1, 1);
      transition: transform 0.4s;
      z-index: 4;
      &:hover {
        transform: translate(1.125rem, 0.6875rem) scale(1.05, 1.05);
      }
      &::before {
        backface-visibility: hidden;
        opacity: 1;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: p(33);
        height: p(36);
        transform: translate(-50%, -50%) translateX(10%);
        background: url('../svg/play-play.svg') no-repeat 50% 50%;
        background-size: contain;
        transition: opacity 0.3s;
      }
      &::after {
        backface-visibility: hidden;
        opacity: 0;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: p(38);
        height: p(38);
        transform: translate(-50%, -50%);
        background: url('../svg/play-close.svg') no-repeat 50% 50%;
        background-size: contain;
        transition: opacity 0.3s;
      }
    }
    &.open {
      .player {
        > video {
          opacity: 0;
        }
        > .embed-container {
          opacity: 1;
          transform: scale(1, 1);
        }
      }
      .play {
        &::before {
          opacity: 0;          
        }
        &::after {
          opacity: 1;
        }
      }    
    }
  }*/
}
section.hero .wrapper .content {
  width: 38.75rem;
  min-height: 33.75rem;
  padding-top: 7.5rem;
}
section.hero .wrapper .content h1 {
  font-size: 3.25rem;
  line-height: 115%;
  letter-spacing: -0.01em;
  position: relative;
  margin-right: -1.25rem;
}
section.hero .wrapper .content h3 {
  font-family: var(--font-body);
  font-size: max(1.375rem, 14px);
  font-weight: 500;
}
section.hero .wrapper .link {
  position: relative;
  text-align: center;
  min-width: 15.5625rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-top: 5.1875rem;
  text-decoration: none;
}
section.hero .wrapper .link .icon {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateX(-50%);
}
section.hero .wrapper .link .icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.hero[data-emergence] h1, section.hero[data-emergence] p, section.hero[data-emergence] .link, section.hero[data-emergence] .media, section.hero[data-emergence] ul {
  opacity: 0;
  transition: opacity 0.6s;
}
section.hero[data-emergence=visible] h1, section.hero[data-emergence=visible] p, section.hero[data-emergence=visible] .link, section.hero[data-emergence=visible] .media, section.hero[data-emergence=visible] ul {
  opacity: 1;
}
section.hero[data-emergence=visible] p, section.hero[data-emergence=visible] .link {
  transition-delay: 0.8s;
}
section.hero[data-emergence=visible] ul {
  transition-delay: 1.2s;
}
section.hero[data-emergence=visible] .media {
  transition-delay: 0.4s;
}

body.home section.hero {
  position: relative;
  --h1-text-size: 3.25rem;
  --body-text-size: Max(1rem, 13px);
  height: 51.25rem;
  margin-bottom: 4.375rem;
}
body.home section.hero .media {
  width: 51.25rem;
  height: 51.25rem;
  transform: translateX(-5.625rem);
}
body.home section.hero .wrapper .content {
  width: 36.375rem;
  min-height: 30.3125rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 800px) {
  section.hero {
    --h1-text-size: 2.125rem;
    --body-text-size: 1rem;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
    margin-bottom: 2.5rem;
    padding-top: 21.5625rem;
  }
  section.hero .media {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 0;
    width: 24.375rem;
    height: 24.375rem;
    transform: translateX(-50%);
  }
  section.hero .wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  section.hero .wrapper .content {
    width: 100%;
    padding-top: 0;
    min-height: 0 !important;
  }
  section.hero .wrapper .content h1 {
    font-size: 2.125rem;
    line-height: 115%;
    letter-spacing: -0.01em;
    position: relative;
    margin-right: -1.25rem;
  }
  section.hero .wrapper .content h3 {
    font-size: max(1.125rem, 14px);
  }
  section.hero .wrapper .link {
    min-width: 15.5625rem;
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
  body.home section.hero {
    --h1-text-size: 2.125rem;
    --body-text-size: 1rem;
    height: auto;
    margin-bottom: 2.5rem;
  }
  body.home section.hero .media {
    width: 24.375rem;
    height: 24.375rem;
    transform: translateX(-50%);
  }
  body.home section.hero .wrapper {
    min-height: 0;
  }
  body.home section.hero .wrapper .content {
    width: auto;
    padding-bottom: 0;
  }
}
section.heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.heading > .wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 90rem;
  padding: 2rem var(--safety-padding);
  padding-top: 17.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section.heading > .wrapper h1 {
  font-weight: 600;
  width: 100%;
  max-width: 49.6875rem;
}
section.heading > .wrapper .meta {
  white-space: nowrap;
  font-size: max(0.9375rem, 12px);
  opacity: 0.6;
}
section.heading[data-emergence] h1 {
  opacity: 0;
  transition: opacity 0.6s;
}
section.heading[data-emergence=visible] h1 {
  opacity: 1;
  transition-delay: 0.1s;
}

@media screen and (max-width: 800px) {
  section.heading {
    min-height: 18.75rem;
    padding-top: 3.75rem;
  }
  section.heading > .wrapper {
    padding: 1.5625rem var(--safety-padding);
    display: flex;
    flex-wrap: wrap;
  }
  section.heading > .wrapper h1 {
    width: 100%;
  }
  section.heading > .wrapper .meta {
    margin-top: 0.9375rem;
    width: 100%;
    white-space: normal;
    font-size: 0.75rem;
  }
}
section.image-lifts {
  --thumbnail-aspect-ratio: calc(175 / 250 * 100%);
  margin: 6.875rem 0;
  padding: 0 var(--safety-padding);
  --lift-gap: 1.875rem;
  --lift-bottom-margin: 5.625rem;
}
section.image-lifts .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.image-lifts .heading-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
section.image-lifts .lifts-container {
  position: relative;
}
section.image-lifts .lifts-container::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.image-lifts .lifts-container::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.image-lifts .lifts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  margin-bottom: calc(-1 * var(--lift-bottom-margin));
}
section.image-lifts .lifts .lift {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  min-width: 25%;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
section.image-lifts .lifts .lift .container {
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-top: 1.25rem;
  position: relative;
}
section.image-lifts .lifts .lift .container .image {
  position: relative;
  padding-top: var(--thumbnail-aspect-ratio);
  overflow: hidden;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
}
section.image-lifts .lifts .lift .container .image img {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.image-lifts .lifts .lift .container h3 {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-weight: 500;
  font-size: max(1.125rem, 12px);
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
section.image-lifts .lifts .lift .container .text {
  font-size: max(0.875rem, 12px);
  line-height: 150%;
  color: #727A83;
}
section.image-lifts .lifts .lift.--has-link:hover .container h3 {
  text-decoration: underline;
}
section.image-lifts .lifts .lift a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.image-lifts[data-emergence] h2, section.image-lifts[data-emergence] .lifts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.image-lifts[data-emergence=visible] h2, section.image-lifts[data-emergence=visible] .lifts {
  opacity: 1;
}
section.image-lifts[data-emergence=visible] .lifts {
  transition-delay: 0.4s;
}
section.image-lifts.--2-on-a-row .lifts .lift {
  min-width: 50%;
}

@media screen and (max-width: 800px) {
  section.image-lifts {
    --thumbnail-aspect-ratio: calc(177 / 250 * 100%);
    margin: 2.5rem 0;
    --lift-gap: 1.25rem;
    --lift-bottom-margin: 1.25rem;
  }
  section.image-lifts .wrapper {
    max-width: calc(1440px - 2 * var(--safety-padding));
    margin: 0 auto;
  }
  section.image-lifts .heading-container {
    flex-direction: column;
    margin-bottom: 2.8125rem;
    align-items: center;
  }
  section.image-lifts .heading-container .heading {
    width: 100%;
    text-align: center;
  }
  section.image-lifts .heading-container .heading h2 {
    font-size: 2rem;
  }
  section.image-lifts .heading-container .heading h2 br {
    display: none;
  }
  section.image-lifts .heading-container .link {
    margin-bottom: 4.375rem;
    order: -1;
  }
  section.image-lifts .lifts-container::before, section.image-lifts .lifts-container::after {
    left: 100%;
    top: 0;
  }
  section.image-lifts .lifts {
    padding: 0 1.6875rem;
  }
  section.image-lifts .lifts .lift {
    min-width: 100%;
  }
  section.image-lifts .lifts .lift .container {
    padding: 1.5rem;
  }
  section.image-lifts.--2-on-a-row .lifts .lift {
    min-width: 100%;
  }
}
section.testimonials {
  --thumbnail-aspect-ratio: calc(1 / 1 * 100%);
  --body-text-line-height: 145%;
  padding: 6.875rem var(--safety-padding);
  padding-top: 0.625rem;
}
section.testimonials .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.testimonials .testimonials {
  position: relative;
}
section.testimonials .testimonials .testimonial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  pointer-events: none;
  transition: opacity 0.4s 0s;
}
section.testimonials .testimonials .testimonial .image-container {
  width: 34.6875rem;
  flex-shrink: 0;
}
section.testimonials .testimonials .testimonial .image-container .image {
  position: relative;
  padding-top: var(--thumbnail-aspect-ratio);
  overflow: hidden;
  border-radius: 1.25rem;
}
section.testimonials .testimonials .testimonial .image-container .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05, 1.05);
  transition: opacity 1.2s, transform 1.2s;
  transition-delay: 0.4s;
}
section.testimonials .testimonials .testimonial .content-container {
  width: 100%;
  margin-left: 8.3125rem;
}
section.testimonials .testimonials .testimonial .content-container .content {
  width: 31.25rem;
  padding-top: 9.6875rem;
  position: relative;
}
section.testimonials .testimonials .testimonial .content-container .content::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: -2rem;
  width: 5.9375rem;
  height: 4.6875rem;
  background: linear-gradient(-40deg, #14171b 0%, #1a1d24 100%);
  -webkit-mask: url("../svg/quote.svg") no-repeat 50% 50%;
          mask: url("../svg/quote.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
section.testimonials .testimonials .testimonial .content-container .content p {
  font-family: "PPNeueMontreal", Arial, sans-serif;
  font-weight: 600;
  font-size: max(2rem, 21px);
  line-height: 120%;
  opacity: 0;
  transition: opacity 0.8s;
}
section.testimonials .testimonials .testimonial .content-container .content .author {
  color: #727A83;
  text-transform: uppercase;
  font-weight: 500;
  font-size: max(0.8125rem, 11px);
  line-height: 140%;
  margin-top: 2.25rem;
  opacity: 0;
  transition: opacity 0.8s;
}
section.testimonials .testimonials .testimonial.active {
  pointer-events: auto;
  position: relative;
  opacity: 1;
  z-index: 2;
  transition: opacity 0.6s 0.4s;
}
section.testimonials .testimonials .testimonial.active .image-container .image > img {
  transform: scale(1, 1);
  transition-delay: 0.4s;
  opacity: 1;
}
section.testimonials .testimonials .testimonial.active .content-container .content p {
  transition-delay: 1s;
  opacity: 1;
}
section.testimonials .testimonials .testimonial.active .content-container .content .author {
  transition-delay: 1.4s;
  opacity: 1;
}
section.testimonials .testimonials .indicators {
  position: absolute;
  bottom: 0.8125rem;
  right: 3.4375rem;
  display: flex;
  z-index: 5;
}
section.testimonials .testimonials .indicators .indicator {
  margin: 0 0.25rem;
  background-color: #1a1b1e;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: background-color 0.5s;
}
section.testimonials .testimonials .indicators .indicator.active {
  background-color: #b82285;
  pointer-events: none;
}
section.testimonials[data-emergence] .testimonials {
  opacity: 0;
  transition: opacity 0.6s;
}
section.testimonials[data-emergence=visible] .testimonials {
  opacity: 1;
  transition-delay: 0.2s;
}

@media screen and (max-width: 800px) {
  section.testimonials {
    padding: 3.75rem var(--safety-padding);
    padding-top: 2.5rem;
    --min-height: 34.375rem;
  }
  section.testimonials .testimonials {
    position: relative;
    min-height: var(--min-height);
  }
  section.testimonials .testimonials .testimonial {
    position: absolute;
    display: block;
  }
  section.testimonials .testimonials .testimonial .image-container {
    width: 16.25rem;
  }
  section.testimonials .testimonials .testimonial .content-container {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 0.625rem;
  }
  section.testimonials .testimonials .testimonial .content-container .content {
    width: auto;
    padding-top: 4.6875rem;
    position: relative;
    z-index: 2;
  }
  section.testimonials .testimonials .testimonial .content-container .content::before {
    content: "";
    position: absolute;
    top: 2.1875rem;
    left: -1.75rem;
    z-index: -1;
  }
  section.testimonials .testimonials .testimonial .content-container .content p {
    font-size: 1.5625rem;
  }
  section.testimonials .testimonials .indicators {
    bottom: -1.25rem;
    right: auto;
    left: 2.5rem;
  }
}
section.reference-lifts {
  --thumbnail-aspect-ratio: calc(260 / 450 * 100%);
  --body-text-line-height: 145%;
  padding: 0.9375rem var(--safety-padding);
  padding-top: 7.8125rem;
}
section.reference-lifts h2 {
  text-align: center;
  margin: 0 auto;
  max-width: 40.625rem;
  margin-bottom: 5.9375rem;
}
section.reference-lifts .references {
  position: relative;
  margin: 0 auto;
  max-width: 67.1875rem;
}
section.reference-lifts .references .reference {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.4375rem;
}
section.reference-lifts .references .reference .image-container {
  width: 28.125rem;
  flex-shrink: 0;
}
section.reference-lifts .references .reference .image-container .image {
  position: relative;
  padding-top: var(--thumbnail-aspect-ratio);
  overflow: hidden;
  border-radius: 1.25rem;
}
section.reference-lifts .references .reference .image-container .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 33%;
     object-position: 50% 33%;
}
section.reference-lifts .references .reference .content-container {
  width: 33.125rem;
  padding-top: 0.5rem;
}
section.reference-lifts .references .reference .content-container h3 {
  font-size: max(1.75rem, 20px);
  margin-bottom: 1.875rem;
}
section.reference-lifts .references .reference .content-container .link {
  margin-top: 2.5rem;
}
section.reference-lifts .references .reference .content-container .link a {
  display: inline-block;
  position: relative;
  line-height: 1.25rem;
  padding-left: 3.4375rem;
  color: #c1278a;
  text-decoration: none;
  font-weight: 600;
}
section.reference-lifts .references .reference .content-container .link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../svg/arrow.svg") no-repeat 0 50%;
  background-size: 100% auto;
  width: 2.375rem;
  height: 100%;
  transition: transform 0.4s;
}
section.reference-lifts .references .reference .content-container .link a:hover {
  text-decoration: underline;
}
section.reference-lifts .references .reference .content-container .link a:hover::before {
  transform: translateX(0.3125rem);
}
section.reference-lifts[data-emergence] h2, section.reference-lifts[data-emergence] .references {
  opacity: 0;
  transition: opacity 0.6s;
}
section.reference-lifts[data-emergence=visible] h2, section.reference-lifts[data-emergence=visible] .references {
  opacity: 1;
}
section.reference-lifts[data-emergence=visible] .references {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.reference-lifts {
    --thumbnail-aspect-ratio: calc(202 / 350 * 100%);
    padding: 2.1875rem var(--safety-padding);
    padding-top: 3rem;
  }
  section.reference-lifts h2 {
    text-align: left;
    margin-bottom: 2.5rem;
  }
  section.reference-lifts .references .reference {
    flex-direction: column;
    margin-bottom: 2.8125rem;
  }
  section.reference-lifts .references .reference:last-child {
    margin-bottom: 0;
  }
  section.reference-lifts .references .reference .image-container {
    order: -1;
    width: 100%;
    margin-bottom: 2.1875rem;
  }
  section.reference-lifts .references .reference .content-container {
    width: 100%;
    padding-top: 0;
  }
  section.reference-lifts .references .reference .content-container h3 {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  section.reference-lifts .references .reference .content-container .link {
    margin-top: 1.875rem;
  }
  section.reference-lifts .references .reference .content-container .link a {
    font-size: 0.8125rem;
  }
}
section.number-lifts {
  --body-text-line-height: 145%;
  padding: 3.75rem var(--safety-padding);
  padding-top: 0;
  --lift-gap: 3.75rem;
  --lift-bottom-margin: 3.75rem;
  text-align: center;
}
section.number-lifts > .wrapper {
  border-top: 1px solid #d4d4d4;
  padding-top: 5.625rem;
}
section.number-lifts h2 {
  margin-bottom: 3.75rem;
}
section.number-lifts .link {
  margin-top: 4.6875rem;
}
section.number-lifts .link a {
  text-decoration: none;
  display: inline-block;
  padding: 0 1.75rem;
  line-height: 3.75rem;
  position: relative;
  color: #fff;
}
section.number-lifts .link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D846A6;
  border-radius: 0.625rem;
  z-index: -1;
  transform: scale(1, 1);
  transition: transform 0.4s;
}
section.number-lifts .link a:hover::before {
  transform: scale(1.05, 1.05);
}
section.number-lifts .lifts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  margin-bottom: calc(-1 * var(--lift-bottom-margin));
}
section.number-lifts .lifts .lift {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
section.number-lifts .lifts .lift .container {
  min-width: max(13.25rem, 125px);
}
section.number-lifts .lifts .lift .container .number {
  font-family: "PPNeueMontreal", Arial, sans-serif;
  color: #5350FA;
  font-size: 6.25rem;
  line-height: 7.1875rem;
  margin-bottom: 1.5625rem;
}
section.number-lifts .lifts .lift .container p {
  font-size: max(0.875rem, 12px);
  letter-spacing: -0.01em;
}
section.number-lifts[data-emergence] h2, section.number-lifts[data-emergence] .lifts, section.number-lifts[data-emergence] .link {
  opacity: 0;
  transition: opacity 0.6s;
}
section.number-lifts[data-emergence=visible] h2, section.number-lifts[data-emergence=visible] .lifts, section.number-lifts[data-emergence=visible] .link {
  opacity: 1;
}
section.number-lifts[data-emergence=visible] .lifts {
  transition-delay: 0.4s;
}
section.number-lifts[data-emergence=visible] .link {
  transition-delay: 0.8s;
}

@media screen and (max-width: 800px) {
  section.number-lifts {
    --body-text-line-height: 145%;
    padding: 2.8125rem var(--safety-padding);
    padding-top: 0;
    --lift-gap: 3.75rem;
    --lift-bottom-margin: 1.25rem;
    text-align: center;
  }
  section.number-lifts > .wrapper {
    padding-top: 2.8125rem;
  }
  section.number-lifts h2 {
    margin-bottom: 1.25rem;
  }
  section.number-lifts .link {
    margin-top: 2.5rem;
  }
  section.number-lifts .lifts .lift .container .number {
    margin-bottom: 0.625rem;
  }
  section.number-lifts .lifts .lift .container p {
    font-size: 0.8125rem;
  }
}
section.logo-lifts {
  max-width: 90rem;
  margin: 8.125rem auto;
  padding: 0 var(--safety-padding);
  --lift-bottom-margin: 1.875rem;
  text-align: center;
}
section.logo-lifts .heading {
  margin-bottom: 4.375rem;
}
section.logo-lifts .heading h2 {
  font-size: 2.8125rem;
}
section.logo-lifts .wrapper {
  position: relative;
}
section.logo-lifts .wrapper::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: -5%;
  top: 10%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.logo-lifts .wrapper::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: -5%;
  top: 10%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.logo-lifts .lifts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 4.375rem 0;
}
section.logo-lifts .lifts .lift {
  width: 33.33%;
  padding: 0 2.125rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
section.logo-lifts .lifts .lift .logo {
  position: relative;
  margin: 0 auto;
  width: 15.625rem;
  height: 6.25rem;
  margin-bottom: 1.875rem;
}
section.logo-lifts .lifts .lift .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.logo-lifts .lifts .lift .quote {
  font-weight: 500;
  font-size: max(1.0625rem, 12px);
  margin-bottom: 1.875rem;
}
section.logo-lifts .lifts .lift .quoted-person {
  font-size: max(0.9375rem, 12px);
  color: #727A83;
  margin-top: auto;
}
section.logo-lifts[data-emergence] .lifts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.logo-lifts[data-emergence=visible] .lifts {
  opacity: 1;
  transition-delay: 0.2s;
}

@media screen and (max-width: 800px) {
  section.logo-lifts {
    margin: 5rem auto;
  }
  section.logo-lifts .heading {
    margin-bottom: 2.1875rem;
  }
  section.logo-lifts .heading h2 {
    font-size: 2rem;
  }
  section.logo-lifts .heading h2 br {
    display: none;
  }
  section.logo-lifts .wrapper::before, section.logo-lifts .wrapper::after {
    left: 0%;
    top: 0%;
  }
  section.logo-lifts .lifts {
    flex-direction: column;
    gap: 3.125rem 0;
  }
  section.logo-lifts .lifts .lift {
    width: 100%;
    padding: 0 1rem;
  }
  section.logo-lifts .lifts .lift .logo {
    width: 13.75rem;
    height: 5.625rem;
    margin-bottom: 2rem;
  }
  section.logo-lifts .lifts .lift .quote {
    font-size: 0.9375rem;
    margin-bottom: 2rem;
  }
  section.logo-lifts .lifts .lift .quoted-person {
    line-height: 150%;
  }
}
section.personnel-lifts {
  --body-text-line-height: 145%;
  margin-top: 6.875rem;
  margin-bottom: 5rem;
  padding: 0;
  --lift-gap: 1.25rem;
}
section.personnel-lifts .heading-container {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
  padding: 0 var(--safety-padding);
}
section.personnel-lifts .scroller {
  overflow: auto;
  cursor: grab;
}
section.personnel-lifts .panes {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
section.personnel-lifts .panes .pane {
  display: none;
}
section.personnel-lifts .panes .pane.active {
  display: block;
}
section.personnel-lifts .panes .pane .lifts {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  padding-bottom: 3.4375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.personnel-lifts .panes .pane .lift {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  width: 100%;
  min-width: 21.75rem;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
section.personnel-lifts .panes .pane .lift:first-child {
  margin-left: var(--safety-padding);
}
section.personnel-lifts .panes .pane .lift:last-child {
  min-width: calc(21.75rem + var(--safety-padding));
  padding-right: var(--safety-padding);
}
section.personnel-lifts .panes .pane .lift .container {
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.5rem;
  border: 1px solid #1a1b1e;
  padding: 1.25rem 1.875rem;
}
section.personnel-lifts .panes .pane .lift .container .image {
  position: relative;
  width: 7.625rem;
  height: 7.625rem;
  overflow: hidden;
  border-radius: 3.8125rem;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
section.personnel-lifts .panes .pane .lift .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.personnel-lifts .panes .pane .lift .container h3 {
  font-weight: 600;
  font-size: max(1.5rem, 16px);
  text-align: center;
  margin-bottom: 0;
}
section.personnel-lifts .panes .pane .lift .container .contact {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: max(1rem, 12px);
  line-height: 1.5em;
  margin-bottom: 1.25rem;
  text-align: center;
}
section.personnel-lifts .panes .pane .lift .container .contact a {
  text-decoration: none;
}
section.personnel-lifts .panes .pane .lift .container .information {
  font-size: max(0.78125rem, 11px);
  --body-text-line-height: 150%;
  color: #727A83;
}
section.personnel-lifts .simplebar-scrollbar::before {
  background: #78859e;
  opacity: 1;
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
}
section.personnel-lifts .simplebar-track {
  right: var(--safety-padding);
}
section.personnel-lifts .simplebar-track.simplebar-horizontal {
  left: var(--safety-padding);
}
section.personnel-lifts .simplebar-track::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  border-top: 1px solid #1a1b1c;
}
section.personnel-lifts[data-emergence] h2, section.personnel-lifts[data-emergence] .panes {
  opacity: 0;
  transition: opacity 0.6s;
}
section.personnel-lifts[data-emergence=visible] h2, section.personnel-lifts[data-emergence=visible] .panes {
  opacity: 1;
}
section.personnel-lifts[data-emergence=visible] .panes {
  transition-delay: 0.4s;
}
section.personnel-lifts.--no-scroll .panes .pane .lifts {
  justify-content: center;
}

section.personnel-lifts + section.personnel-lifts {
  padding-top: 0;
}

@media screen and (max-width: 800px) {
  section.personnel-lifts {
    --body-text-line-height: 150%;
    padding: 0;
    margin-bottom: 3.75rem;
    padding-top: 3.125rem;
    --lift-gap: 1rem;
  }
  section.personnel-lifts .heading-container {
    margin-bottom: 2.8125rem;
  }
  section.personnel-lifts .heading-container .link {
    display: none;
  }
  section.personnel-lifts h2 {
    font-size: 2rem;
    text-align: center;
  }
  section.personnel-lifts h2 br {
    display: none;
  }
  section.personnel-lifts .panes {
    position: relative;
  }
  section.personnel-lifts .panes .pane .lifts {
    padding-bottom: 1.875rem;
  }
  section.personnel-lifts .panes .pane .lift {
    min-width: 16.75rem;
  }
  section.personnel-lifts .panes .pane .lift:last-child {
    min-width: calc(16.75rem + var(--safety-padding));
  }
  section.personnel-lifts .panes .pane .lift .container {
    padding: 1.4375rem;
    padding-top: 0.9375rem;
  }
  section.personnel-lifts .panes .pane .lift .container .image {
    width: 5.875rem;
    height: 5.875rem;
    border-radius: 2.9375rem;
    margin-bottom: 1rem;
  }
  section.personnel-lifts .panes .pane .lift .container h3 {
    font-size: 1.25rem;
  }
  section.personnel-lifts .panes .pane .lift .container .contact {
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
  }
  section.personnel-lifts .panes .pane .lift .container .information {
    font-size: 0.6875rem;
  }
  section.personnel-lifts .panes .pane[data-role=supporters] .lift .container .contact, section.personnel-lifts .panes .pane[data-role=tukijat] .lift .container .contact {
    font-size: 0.875rem;
  }
  section.personnel-lifts .panes .indicators {
    top: -2.1875rem;
    right: auto;
    left: var(--safety-padding);
  }
}
section.contact-lift {
  position: relative;
  color: #fff;
  padding: 0 var(--safety-padding);
}
section.contact-lift .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.contact-lift .background > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
section.contact-lift .wrapper {
  margin: 0 auto;
  max-width: 30rem;
  position: relative;
  z-index: 2;
  padding-top: 10.3125rem;
  min-height: 39.375rem;
}
section.contact-lift .content {
  text-align: center;
}
section.contact-lift .content h2 {
  margin-bottom: 1.5625rem;
}
section.contact-lift .content .text {
  font-size: max(1rem, 12px);
  line-height: 125%;
}
section.contact-lift .lifts {
  margin-top: 2.5rem;
  padding-top: 2.1875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5.9375rem;
}
section.contact-lift .lifts .lift {
  font-weight: 500;
}
section.contact-lift .lifts .lift .title {
  font-size: max(0.9375rem, 12px);
  line-height: 160%;
}
section.contact-lift .lifts .lift .link a {
  color: #FDD354;
  font-size: max(1.25rem, 14px);
  line-height: 160%;
  text-decoration: none;
}
section.contact-lift .lifts .lift .link a:hover {
  text-decoration: underline;
}
section.contact-lift .bottom-link {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
section.contact-lift .bottom-link a {
  color: #FFD1EF;
  font-weight: 600;
  text-decoration: none;
  z-index: 3;
}
section.contact-lift .bottom-link a:hover {
  text-decoration: underline;
}
section.contact-lift[data-emergence] h2, section.contact-lift[data-emergence] .text, section.contact-lift[data-emergence] .lifts, section.contact-lift[data-emergence] .bottom-link {
  opacity: 0;
  transition: opacity 0.6s;
}
section.contact-lift[data-emergence=visible] h2, section.contact-lift[data-emergence=visible] .text, section.contact-lift[data-emergence=visible] .lifts, section.contact-lift[data-emergence=visible] .bottom-link {
  opacity: 1;
}
section.contact-lift[data-emergence=visible] .text {
  transition-delay: 0.4s;
}
section.contact-lift[data-emergence=visible] .lifts {
  transition-delay: 0.8s;
}
section.contact-lift[data-emergence=visible] .bottom-link {
  transition-delay: 1.2s;
}

@media screen and (max-width: 800px) {
  section.contact-lift .wrapper {
    padding-top: 4.6875rem;
    min-height: 25.3125rem;
  }
  section.contact-lift .content h2 {
    margin-bottom: 0.9375rem;
  }
  section.contact-lift .content .text {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
  section.contact-lift .lifts {
    margin-top: 2rem;
    padding-top: 1.75rem;
    gap: 3.125rem;
  }
  section.contact-lift .lifts .lift .title {
    font-size: 0.75rem;
    line-height: 1.1875rem;
  }
  section.contact-lift .lifts .lift .link a {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
  section.contact-lift .bottom-link {
    bottom: 1.75rem;
  }
}
section.half-lifts {
  padding: 5.625rem var(--safety-padding);
  padding-top: 0.625rem;
  --h2-text-size: 2.375rem;
  max-width: 90rem;
  margin: 0 auto;
}
section.half-lifts .lift {
  position: relative;
  margin-bottom: 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.half-lifts .lift .image {
  width: 37.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
}
section.half-lifts .lift .image img {
  width: 100%;
  height: auto;
  display: block;
}
section.half-lifts .lift .image.--gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(-3deg, black 0%, rgba(0, 0, 0, 0) 55%);
  opacity: 0.6;
}
section.half-lifts .lift .image.--gradient .quote-container .person {
  color: inherit;
}
section.half-lifts .lift .image .quote-container {
  padding: 2.5rem 2.8125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
section.half-lifts .lift .image .quote-container .quote {
  font-family: var(--font-heading);
  font-size: max(1.5625rem, 16px);
  line-height: 150%;
  max-width: 29.375rem;
}
section.half-lifts .lift .image .quote-container .quote::before {
  content: "“ ";
}
section.half-lifts .lift .image .quote-container .person {
  font-size: max(1.125rem, 12px);
  letter-spacing: -0.01em;
  max-width: 29.375rem;
  margin-top: 1.25rem;
  color: #727A83;
}
section.half-lifts .lift .image .quote-container .person::before {
  content: "- ";
}
section.half-lifts .lift .video-container {
  width: 50rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  left: calc(0.75 * var(--safety-padding));
}
section.half-lifts .lift .video-container .player {
  position: relative;
  padding-top: 56.25%;
  background-color: #1B1D2B;
}
section.half-lifts .lift .video-container .player:not(.loaded) {
  cursor: pointer;
}
section.half-lifts .lift .video-container .player::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.4375rem;
  height: 5.4375rem;
  cursor: pointer;
  background: url("../svg/play-bg.svg") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  transition: opacity 0.2s, transform 0.4s;
}
section.half-lifts .lift .video-container .player::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.4375rem;
  height: 5.4375rem;
  transform: translate(-50%, -50%) translateX(5%) scale(1, 1);
  background: url("../svg/play-play.svg") no-repeat 50% 50%;
  background-size: 2.0625rem auto;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.2s, transform 0.4s;
}
section.half-lifts .lift .video-container .player:hover::before {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}
section.half-lifts .lift .video-container .player:hover::after {
  transform: translate(-50%, -50%) translateX(5%) scale(1.05, 1.05);
}
section.half-lifts .lift .video-container .player > img, section.half-lifts .lift .video-container .player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.half-lifts .lift .video-container .player > img {
  opacity: 1;
  transition: opacity 0.5s;
}
section.half-lifts .lift .video-container .player > iframe {
  z-index: 4;
}
section.half-lifts .lift .video-container .player.loaded > img {
  opacity: 0;
}
section.half-lifts .lift .video-container .player.loaded::before, section.half-lifts .lift .video-container .player.loaded::after {
  opacity: 0;
}
section.half-lifts .lift .container {
  width: 39.25rem;
  flex-shrink: 0;
}
section.half-lifts .lift .container .content {
  padding-top: 0.625rem;
}
section.half-lifts .lift .container .content h2 {
  margin-top: 3.125rem;
  margin-bottom: 1.6875rem;
}
section.half-lifts .lift .container .content h2:first-child {
  margin-top: 0;
}
section.half-lifts .lift .container .content p {
  line-height: 145%;
}
section.half-lifts .lift .container .content ul, section.half-lifts .lift .container .content ol {
  font-weight: 500;
  font-size: max(1.0625rem, 12px);
  line-height: 140%;
  margin-bottom: 2.5rem;
}
section.half-lifts .lift .container .content ul li, section.half-lifts .lift .container .content ol li {
  margin-bottom: 1.25em;
}
section.half-lifts .lift.type-video .container {
  width: 26.5625rem;
}
section.half-lifts .lift.type-video.no-content {
  justify-content: center;
}
section.half-lifts .lift.type-video.no-content .video-container {
  left: calc(0.375 * var(--safety-padding));
}
section.half-lifts .lift.--larger .image {
  transform: translateX(-2.1875rem);
  width: 42.5rem;
  border-radius: 0.625rem;
}
section.half-lifts .lift.--larger .container {
  width: 33.4375rem;
  margin-right: 1.875rem;
}
section.half-lifts .lift.--larger .container .content {
  letter-spacing: -0.01em;
  font-size: max(1rem, 12px);
}
section.half-lifts .lift.--larger .container .content a {
  color: #4990F6;
  text-decoration: none;
}
section.half-lifts .lift.--larger .container .content a:hover {
  text-decoration: underline;
}
section.half-lifts .lift:last-child {
  margin-bottom: 0;
}
section.half-lifts .lift::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.half-lifts .lift::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.half-lifts .lift:nth-child(odd)::before, section.half-lifts .lift:nth-child(odd)::after {
  margin-top: -3.75rem;
  left: 0%;
}
section.half-lifts.alternate-order .lift::before, section.half-lifts.alternate-order .lift::after {
  margin-top: 0;
  left: 0%;
  top: 100%;
}
section.half-lifts.alternate-order .lift:nth-child(odd)::before, section.half-lifts.alternate-order .lift:nth-child(odd)::after {
  margin-top: 0;
  left: 100%;
}
section.half-lifts.alternate-order .lift:nth-child(odd) .container {
  order: -1;
}
section.half-lifts:not(.alternate-order) .lift:nth-child(even) .container {
  order: -1;
}
section.half-lifts[data-emergence] .container, section.half-lifts[data-emergence] .image, section.half-lifts[data-emergence] .video-container {
  opacity: 0;
  transition: opacity 0.6s;
}
section.half-lifts[data-emergence=visible] .container, section.half-lifts[data-emergence=visible] .image, section.half-lifts[data-emergence=visible] .video-container {
  opacity: 1;
}
section.half-lifts[data-emergence=visible] .container {
  transition-delay: 0.2s;
}

section.half-lifts + section.half-lifts {
  padding-top: 0rem;
  position: relative;
  margin-top: -0.3125rem;
}

@media screen and (max-width: 800px) {
  section.half-lifts {
    padding: 1.875rem var(--safety-padding);
    padding-top: 1.875rem;
  }
  section.half-lifts .lift {
    margin-bottom: 2.5rem;
    flex-direction: column;
  }
  section.half-lifts .lift .image {
    order: 2 !important;
    width: 100%;
    margin-top: 1.875rem;
  }
  section.half-lifts .lift .image .quote-container {
    padding: 1.875rem 1.875rem;
  }
  section.half-lifts .lift .image .quote-container .quote {
    font-size: 1.25rem;
    line-height: 130%;
  }
  section.half-lifts .lift .image .quote-container .person {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
  section.half-lifts .lift .video-container {
    order: 2 !important;
    width: 100%;
    left: auto;
    margin-top: 1.875rem;
  }
  section.half-lifts .lift .video-container .player::before {
    width: 3.75rem;
    height: 3.75rem;
  }
  section.half-lifts .lift .video-container .player::after {
    width: 3.75rem;
    height: 3.75rem;
    background-size: 1.5rem auto;
  }
  section.half-lifts .lift .container {
    order: -1 !important;
    width: 100%;
  }
  section.half-lifts .lift .container .content {
    padding-right: 0;
  }
  section.half-lifts .lift .container .content h2 {
    margin-bottom: 1.25rem;
  }
  section.half-lifts .lift .container .content ul, section.half-lifts .lift .container .content ol {
    font-size: 0.8125rem;
    margin-bottom: 1.875rem;
  }
  section.half-lifts .lift.type-video .container {
    width: 100%;
  }
  section.half-lifts .lift.type-video.no-content {
    justify-content: center;
  }
  section.half-lifts .lift.type-video.no-content .video-container {
    margin: 1.875rem 0;
    left: auto;
  }
  section.half-lifts .lift:last-child {
    margin-bottom: 0;
  }
  section.half-lifts .lift.--larger .image {
    transform: none;
    width: 100%;
  }
  section.half-lifts .lift.--larger .container {
    width: 100%;
    margin-right: 0;
  }
}
section.text-content > .wrapper .content {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}

/*body.page-template-template-static-page section.text-content {
  > .wrapper {
    .content {
      margin: 0;
    }
  }
}*/
section.contact {
  display: block;
  background: transparent;
  padding: 0 var(--safety-padding);
}
section.contact::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.4;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.8);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.contact::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-6.25rem) translateY(-50%) scale(1, 0.8);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.contact > .heading {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 26.625rem;
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.contact > .heading h1 {
  width: 100%;
  font-weight: 600;
  max-width: 49.6875rem;
}
section.contact > .wrapper {
  padding: 0;
  padding-top: 0.625rem;
  padding-bottom: 3.125rem;
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.contact > .wrapper .contact a {
  color: inherit;
  text-decoration: none;
}
section.contact > .wrapper .contact a:hover {
  text-decoration: underline;
}
section.contact > .wrapper .contact .details {
  color: #D60093;
}
section.contact > .wrapper .contact .details p {
  font-size: max(1.25rem, 14px);
  line-height: 150%;
}
section.contact > .wrapper .contact .offices {
  margin-top: 5rem;
  display: flex;
  justify-content: flex-start;
  gap: 4.25rem;
}
section.contact > .wrapper .contact .offices .office {
  min-width: 13.75rem;
  flex-grow: 0;
}
section.contact > .wrapper .contact .offices .office p {
  font-size: max(1rem, 12px);
  line-height: 150%;
}
section.contact > .wrapper .form-link {
  position: relative;
  min-width: 18.5rem;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-top: 6.25rem;
  text-align: center;
}
section.contact > .wrapper .form-link::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  transform: translateX(-50%);
  background: url("../svg/form.svg") no-repeat 50% 50%;
  background-size: contain;
}
section.contact[data-emergence] .heading > h1 {
  transition-delay: 0s;
}
section.contact[data-emergence] .heading, section.contact[data-emergence] > .wrapper {
  opacity: 0;
  transition: opacity 0.6s;
}
section.contact[data-emergence=visible] .heading, section.contact[data-emergence=visible] > .wrapper {
  opacity: 1;
  transition-delay: 0s;
}
section.contact[data-emergence=visible] > .wrapper {
  transition-delay: 0.2s;
}

.element.contact-people-lifts {
  --thumbnail-aspect-ratio: calc(212 / 267 * 100%);
  --body-text-line-height: 145%;
  padding: 3.125rem var(--safety-padding);
  padding-top: 1.625rem;
  --lift-gap: 4.375rem;
  --lift-bottom-margin: 3.4375rem;
}
.element.contact-people-lifts .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
.element.contact-people-lifts h2 {
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.element.contact-people-lifts .people {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  margin-bottom: calc(-1 * var(--lift-bottom-margin));
}
.element.contact-people-lifts .people .person {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  min-width: 25%;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
.element.contact-people-lifts .people .person .container {
  width: 100%;
  position: relative;
}
.element.contact-people-lifts .people .person .container .image {
  position: relative;
  padding-top: var(--thumbnail-aspect-ratio);
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
}
.element.contact-people-lifts .people .person .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element.contact-people-lifts .people .person .container .content h3 {
  font-weight: 600;
  font-size: max(1.5rem, 14px);
  margin-bottom: 1.25rem;
}
.element.contact-people-lifts .people .person .container .content .contact {
  font-size: max(0.875rem, 12px);
  font-weight: 500;
}
.element.contact-people-lifts .people .person .container .content a {
  text-decoration: none;
}
.element.contact-people-lifts .people .person .container .content a:hover {
  text-decoration: underline;
}
.element.contact-people-lifts[data-emergence] h2, .element.contact-people-lifts[data-emergence] .people {
  opacity: 0;
  transition: opacity 0.6s;
}
.element.contact-people-lifts[data-emergence=visible] h2, .element.contact-people-lifts[data-emergence=visible] .people {
  opacity: 1;
}
.element.contact-people-lifts[data-emergence=visible] .people {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.contact {
    padding: 0;
  }
  section.contact::before, section.contact::after {
    left: 80%;
    top: 70%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.8);
  }
  section.contact > .heading {
    padding: 1.5625rem var(--safety-padding);
    min-height: 18.75rem;
    padding-top: 3.75rem;
  }
  section.contact > .wrapper {
    padding: 0 var(--safety-padding);
    padding-top: 0.5rem;
    padding-bottom: 1.875rem;
    display: block;
  }
  section.contact > .wrapper .contact .offices {
    width: 100%;
    justify-content: space-between;
    margin-top: 2.5rem;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  section.contact > .wrapper .contact .offices .office {
    min-width: 8.75rem;
    flex-grow: initial;
  }
  section.contact > .wrapper .form-link {
    margin: 0 auto;
    max-width: 15.625rem;
    margin-top: 2.8125rem;
  }
  .element.contact-people-lifts {
    --thumbnail-aspect-ratio: calc(116 / 167 * 100%);
    padding: 2.5rem var(--safety-padding);
    padding-top: 1.875rem;
    --lift-gap: 1.25rem;
    --lift-bottom-margin: 2.5rem;
  }
  .element.contact-people-lifts h2 {
    margin-bottom: 1.875rem;
  }
  .element.contact-people-lifts .people .person {
    min-width: 50%;
  }
  .element.contact-people-lifts .people .person .container .image {
    margin-bottom: 0.9375rem;
  }
  .element.contact-people-lifts .people .person .container .content h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
section.contact-form {
  padding: 3.125rem var(--safety-padding);
  padding-top: 1.875rem;
}
section.contact-form h2 {
  margin-bottom: 3.125rem;
}
section.contact-form .wrapper {
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.625rem;
  border: 1px solid #1a1b1e;
  padding: 3.125rem;
}
section.contact-form .wrapper .content {
  font-size: max(0.875rem, 12px);
  text-align: center;
  margin: 0 auto;
  max-width: 31.25rem;
}
section.contact-form .wpcf7 {
  margin-top: 2.1875rem;
}
section.contact-form[data-emergence] .content, section.contact-form[data-emergence] .wpcf7 {
  opacity: 0;
  transition: opacity 0.6s;
}
section.contact-form[data-emergence=visible] .content, section.contact-form[data-emergence=visible] .wpcf7 {
  opacity: 1;
}
section.contact-form[data-emergence=visible] .wpcf7 {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.contact-form {
    padding: 3.125rem var(--safety-padding);
    padding-bottom: 2.5rem;
  }
  section.contact-form .wrapper {
    padding: 3.125rem 2.1875rem;
  }
  section.contact-form h2 {
    margin-bottom: 0.9375rem;
    font-size: 2rem;
  }
  section.contact-form .wpcf7 {
    margin-top: 1.875rem;
  }
  section.contact-form [id^=wpcf7].wpcf7 label:has([data-name=acceptance-gdpr]) {
    padding-right: 0;
    font-size: 0.75rem;
    line-height: 1.3em;
  }
  [id^=wpcf7].wpcf7 p {
    margin-bottom: 1em;
  }
  [id^=wpcf7].wpcf7 input:not([type=submit]):not([type=checkbox]), [id^=wpcf7].wpcf7 textarea {
    margin-top: 0;
  }
  .wpcf7-submit {
    margin-top: 1em;
  }
}
section.cta {
  padding: 3.75rem var(--safety-padding);
  padding-top: 1.25rem;
}
section.cta .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.625rem;
  border: 1px solid #1a1b1e;
  padding: 3.125rem;
  padding-top: 4.0625rem;
  text-align: center;
}
section.cta .wrapper > .heading {
  margin-bottom: 4.375rem;
}
section.cta .wrapper > .heading h2 {
  font-size: 2.625rem;
  font-weight: normal;
}
section.cta .wrapper .panes {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.75rem;
}
section.cta .wrapper .panes .pane {
  width: 15rem;
  color: #727A83;
}
section.cta .wrapper .panes .pane .content {
  font-size: max(1.125rem, 12px);
  letter-spacing: -0.01em;
}
section.cta .wrapper .link {
  margin-top: 3.125rem;
}
section.cta[data-panes-count="1"] .wrapper > .heading {
  margin-bottom: 3.125rem;
}
section.cta[data-panes-count="1"] .wrapper .panes .pane {
  width: 41.875rem;
  text-align: center;
}
section.cta[data-panes-count="1"] .wrapper .link {
  margin-top: 2.8125rem;
}
section.cta[data-emergence] h2, section.cta[data-emergence] .panes {
  opacity: 0;
  transition: opacity 0.6s;
}
section.cta[data-emergence=visible] h2, section.cta[data-emergence=visible] .panes {
  opacity: 1;
}
section.cta[data-emergence=visible] .panes {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.cta {
    padding: 0 var(--safety-padding);
    margin: 0;
    margin-top: 3.75rem;
  }
  section.cta .wrapper {
    padding: 3.125rem 0.875rem;
  }
  section.cta .wrapper > .heading {
    margin-bottom: 1.875rem;
  }
  section.cta .wrapper > .heading h2 {
    max-width: 17.5rem;
    margin: 0 auto;
    font-size: 1.75rem;
  }
  section.cta .wrapper > .heading h2 br {
    display: none;
  }
  section.cta .wrapper .panes {
    gap: 1.875rem;
  }
  section.cta .wrapper .panes .pane {
    width: 100%;
  }
  section.cta .wrapper .panes .pane .content {
    font-size: 1rem;
    text-align: center;
  }
  section.cta .wrapper .link {
    margin-top: 1.875rem;
  }
}
section.lifts {
  padding: 5.625rem var(--safety-padding);
  padding-top: 0.625rem;
}
section.lifts .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.lifts .wrapper > .heading {
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3.125rem;
}
section.lifts .wrapper > .heading h2 {
  font-size: 2.625rem;
  font-weight: normal;
}
section.lifts .wrapper > .container .content-container {
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
section.lifts .wrapper > .container .content-container .image {
  width: 25.6875rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.75rem;
}
section.lifts .wrapper > .container .content-container .image img {
  display: block;
  width: 100%;
  height: auto;
}
section.lifts .wrapper > .container .content-container .content {
  padding: 1.25rem 0;
  padding-right: 3.125rem;
  font-size: max(1.125rem, 12px);
  line-height: 150%;
  color: #727A83;
}
section.lifts .wrapper > .container .content-container .content p {
  margin-bottom: 1.875rem;
}
section.lifts .wrapper > .container .content-container .content p:last-child {
  margin-bottom: 0;
}
section.lifts .wrapper > .container .content-container .content strong {
  font-weight: 500;
  font-size: max(1.375rem, 14px);
  line-height: 150%;
  color: #fff;
}
section.lifts .wrapper > .container .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
section.lifts .wrapper > .container .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
section.lifts .wrapper > .container .lifts-container {
  position: relative;
}
section.lifts .wrapper > .container .lifts-container::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.lifts .wrapper > .container .lifts-container::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.lifts .wrapper > .container .lifts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin: 0 -0.9375rem;
  margin-top: 2.1875rem;
  gap: 0.9375rem 0;
}
section.lifts .wrapper > .container .lifts .lift {
  width: 33.33%;
  padding: 0 0.9375rem;
}
section.lifts .wrapper > .container .lifts .lift .container {
  height: 100%;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-top: 1.25rem;
}
section.lifts .wrapper > .container .lifts .lift .container .image {
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1.875rem;
}
section.lifts .wrapper > .container .lifts .lift .container .image img {
  width: 100%;
  height: auto;
  display: block;
}
section.lifts .wrapper > .container .lifts .lift .container .content {
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.3em;
}
section.lifts .video-lift {
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 5.3125rem;
  margin-bottom: 0.625rem;
}
section.lifts .video-lift .container {
  position: relative;
  display: flex;
  gap: 4.125rem;
  align-items: center;
}
section.lifts .video-lift .container::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: -10%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.lifts .video-lift .container::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: -10%;
  top: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.lifts .video-lift .container .media {
  width: 40rem;
  flex-shrink: 0;
  position: relative;
  z-index: -2;
}
section.lifts .video-lift .container .media > img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42.5rem;
  height: 42.5rem;
  transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
section.lifts .video-lift .container .media > video {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42.5rem;
  height: 42.5rem;
  transform: translateY(-50%);
}
section.lifts .video-lift .container .media:has(video) > img {
  display: none;
}
section.lifts .video-lift .container .content-container {
  padding-right: 1.875rem;
  min-height: 19.6875rem;
}
section.lifts .video-lift .container .content-container .content {
  font-size: max(0.9375rem, 12px);
  line-height: 150%;
}
section.lifts .video-lift .container .content-container .content h2 {
  font-size: 2.375rem;
  margin-bottom: 1.875rem;
}
section.lifts.--large-lifts-with-image .wrapper > .container .lifts .lift .container .content {
  font-weight: 400;
}
section.lifts.--small-lifts .wrapper > .container .content-container .image {
  width: 22.1875rem;
}
section.lifts.--small-lifts .wrapper > .container .content-container .content p {
  margin-bottom: 1.25rem;
}
section.lifts.--small-lifts .wrapper > .container .content-container .content p:last-child {
  margin-bottom: 0;
}
section.lifts.--small-lifts .wrapper > .container .lifts-container {
  position: relative;
}
section.lifts.--small-lifts .wrapper > .container .lifts-container::before, section.lifts.--small-lifts .wrapper > .container .lifts-container::after {
  left: 100%;
  top: 120%;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift {
  width: 25%;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container {
  padding-top: 1.5625rem;
  padding-bottom: 2.1875rem;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .image {
  border-radius: 0;
  height: 3.125rem;
  width: 6.25rem;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
  position: relative;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .content {
  text-align: center;
  font-size: max(1.0625rem, 12px);
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .content:hover + .popup-container .popup-content {
  opacity: 1;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .popup-container {
  position: relative;
  margin: 0 auto;
  margin-top: 0.625rem;
  height: 2.5rem;
  width: 2.5rem;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .popup-container .popup-opener {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 auto;
  cursor: pointer;
  background: url("../svg/info.svg") no-repeat 50% 50%;
  background-size: 1.25rem auto;
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .popup-container .popup-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-0.625rem);
  width: 27.375rem;
  padding: 1.5625rem;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  box-shadow: 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.4);
}
section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .popup-container:hover .popup-content {
  opacity: 1;
}
section.lifts[data-emergence] .heading, section.lifts[data-emergence] .content-container, section.lifts[data-emergence] .image-container, section.lifts[data-emergence] .lifts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.lifts[data-emergence=visible] .heading, section.lifts[data-emergence=visible] .content-container, section.lifts[data-emergence=visible] .image-container, section.lifts[data-emergence=visible] .lifts {
  opacity: 1;
}
section.lifts[data-emergence=visible] .content-container, section.lifts[data-emergence=visible] .image-container {
  transition-delay: 0.4s;
}
section.lifts[data-emergence=visible] .lifts {
  transition-delay: 0.8s;
}

@media screen and (max-width: 800px) {
  section.lifts {
    padding: 0 var(--safety-padding);
    margin: 4.375rem 0;
  }
  section.lifts .wrapper > .heading {
    margin-bottom: 2.75rem;
    text-align: center;
  }
  section.lifts .wrapper > .heading h2 {
    width: 100%;
    font-size: 2rem;
  }
  section.lifts .wrapper > .heading .link {
    display: none;
  }
  section.lifts .wrapper > .container {
    padding: 0 1.3125rem;
  }
  section.lifts .wrapper > .container .content-container {
    background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
    border-radius: 1.25rem;
    border: 1px solid #1a1b1e;
    padding: 1.5rem;
    padding-top: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
  }
  section.lifts .wrapper > .container .content-container .image {
    width: 100%;
  }
  section.lifts .wrapper > .container .content-container .content {
    padding: 0;
    font-size: 0.875rem;
    line-height: 150%;
  }
  section.lifts .wrapper > .container .content-container .content p {
    margin-bottom: 1.25rem;
  }
  section.lifts .wrapper > .container .content-container .content p:last-child {
    margin-bottom: 0;
  }
  section.lifts .wrapper > .container .content-container .content strong {
    font-size: 1.125rem;
    line-height: 140%;
  }
  section.lifts .wrapper > .container .lifts-container::before, section.lifts .wrapper > .container .lifts-container::after {
    content: "";
    left: 0%;
    top: 0%;
  }
  section.lifts .wrapper > .container .lifts {
    margin: 0 -0.9375rem;
    margin-top: 1.25rem;
    gap: 0.9375rem 0;
  }
  section.lifts .wrapper > .container .lifts .lift {
    width: 100%;
    padding: 0 0.9375rem;
  }
  section.lifts .wrapper > .container .lifts .lift .container .image {
    margin-bottom: 1.25rem;
  }
  section.lifts .video-lift {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
  section.lifts .video-lift .container {
    gap: 0.625rem;
    flex-direction: column;
  }
  section.lifts .video-lift .container::before {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.3;
    position: absolute;
    left: -10%;
    top: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
  section.lifts .video-lift .container::after {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.2;
    position: absolute;
    left: -10%;
    top: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: url("../img/noise.png");
    mix-blend-mode: darken;
    background-size: 1.25rem auto;
    z-index: -1;
  }
  section.lifts .video-lift .container .media {
    width: 23.4375rem;
    height: 23.4375rem;
  }
  section.lifts .video-lift .container .media > img, section.lifts .video-lift .container .media > video {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  section.lifts .video-lift .container .content-container {
    padding-right: 0;
    min-height: 0;
  }
  section.lifts .video-lift .container .content-container .content {
    font-size: 0.9375rem;
    line-height: 150%;
  }
  section.lifts .video-lift .container .content-container .content h2 {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
  section.lifts .video-lift .container .content-container .content h2 br {
    display: none;
  }
  section.lifts.--small-lifts .wrapper > .container .content-container .image {
    width: 100%;
  }
  section.lifts.--small-lifts .wrapper > .container .content-container .content p {
    margin-bottom: 1.25rem;
  }
  section.lifts.--small-lifts .wrapper > .container .content-container .content p:last-child {
    margin-bottom: 0;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts-container {
    position: relative;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts-container::before, section.lifts.--small-lifts .wrapper > .container .lifts-container::after {
    left: 100%;
    top: 120%;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts .lift {
    width: 50%;
    padding: 0 0.625rem;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts .lift .container {
    padding: 0.9375rem 0.625rem;
    padding-bottom: 1.125rem;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .image {
    height: 1.875rem;
    width: 3.75rem;
    margin-bottom: 0.9375rem;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .content {
    font-size: 0.75rem;
  }
  section.lifts.--small-lifts .wrapper > .container .lifts .lift .container .popup-container {
    display: none;
  }
}
section.problem-solving-lifts {
  margin: 4.375rem 0;
  padding: 0 var(--safety-padding);
}
section.problem-solving-lifts .wrapper {
  max-width: 70.3125rem;
  margin: 0 auto;
}
section.problem-solving-lifts .wrapper > .heading {
  margin-bottom: 3.125rem;
  text-align: center;
}
section.problem-solving-lifts .wrapper > .heading h2 {
  font-size: 2.8125rem;
  line-height: 1em;
  font-weight: normal;
}
section.problem-solving-lifts .wrapper > .container .lifts-container {
  position: relative;
}
section.problem-solving-lifts .wrapper > .container .lifts-container::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.problem-solving-lifts .wrapper > .container .lifts-container::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.problem-solving-lifts .wrapper > .container .lifts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin: 0 -2.1875rem;
  margin-top: 3.4375rem;
  gap: 3.4375rem 0;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift {
  position: relative;
  width: 33.33%;
  padding: 0 2.1875rem;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift.link-lift {
  text-align: center;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift.link-lift .link {
  text-transform: uppercase;
  font-size: max(0.875rem, 12px);
}
section.problem-solving-lifts .wrapper > .container .lifts .lift:nth-child(1) {
  transform: translate(-3.75rem, 0);
}
section.problem-solving-lifts .wrapper > .container .lifts .lift:nth-child(2) {
  transform: translate(0, 2.8125rem);
}
section.problem-solving-lifts .wrapper > .container .lifts .lift:nth-child(3) {
  transform: translate(4.375rem, -3.125rem);
}
section.problem-solving-lifts .wrapper > .container .lifts .lift:nth-child(6) {
  transform: translate(0, -1.875rem);
}
section.problem-solving-lifts .wrapper > .container .lifts .lift .container .content {
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.75rem;
  border: 1px solid #1a1b1e;
  display: flex;
  align-items: center;
  padding: 1.25rem;
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.33em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift .container .content .image {
  flex-shrink: 0;
  height: 1.875rem;
  width: 1.875rem;
  margin: 0 auto;
  position: relative;
  margin-right: 1.5625rem;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift .container .content .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift .container .description {
  position: relative;
  color: #727A83;
  padding: 1.25rem;
  font-size: max(0.9375rem, 12px);
  line-height: 150%;
}
section.problem-solving-lifts .wrapper > .container .lifts .lift .container .description::after {
  --border: 1px;
  --border-radius: 0.75rem;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: var(--border);
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, #1a1b1e 0%, #2C4362 100%);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
section.problem-solving-lifts[data-emergence] .heading, section.problem-solving-lifts[data-emergence] .content-container, section.problem-solving-lifts[data-emergence] .lifts .lift {
  opacity: 0;
  transition: opacity 0.6s;
}
section.problem-solving-lifts[data-emergence] .lifts .lift:nth-child(1) {
  transition-delay: 0s;
}
section.problem-solving-lifts[data-emergence] .lifts .lift:nth-child(3) {
  transition-delay: 0.2s;
}
section.problem-solving-lifts[data-emergence] .lifts .lift:nth-child(4) {
  transition-delay: 0.4s;
}
section.problem-solving-lifts[data-emergence] .lifts .lift:nth-child(2) {
  transition-delay: 0.6s;
}
section.problem-solving-lifts[data-emergence] .lifts .lift:nth-child(6) {
  transition-delay: 0.8s;
}
section.problem-solving-lifts[data-emergence=visible] .heading, section.problem-solving-lifts[data-emergence=visible] .content-container, section.problem-solving-lifts[data-emergence=visible] .lifts .lift {
  opacity: 1;
}
section.problem-solving-lifts[data-emergence=visible] .content-container {
  transition-delay: 0.4s;
}
section.problem-solving-lifts[data-emergence=visible] .lifts {
  transition-delay: 0.8s;
}

@media screen and (max-width: 800px) {
  section.problem-solving-lifts {
    position: relative;
    margin: 5rem 0;
    padding: 0 var(--safety-padding);
  }
  section.problem-solving-lifts .wrapper > .heading {
    margin-bottom: 2.1875rem;
  }
  section.problem-solving-lifts .wrapper > .heading h2 {
    font-size: 2rem;
  }
  section.problem-solving-lifts .wrapper > .container .lifts-container {
    position: static;
  }
  section.problem-solving-lifts .wrapper > .container .lifts-container::before, section.problem-solving-lifts .wrapper > .container .lifts-container::after {
    left: 120%;
    top: 6.25rem;
  }
  section.problem-solving-lifts .wrapper > .container .lifts {
    flex-direction: column;
    margin: 0 -2.1875rem;
    margin-top: 3.4375rem;
    gap: 1.25rem 0;
  }
  section.problem-solving-lifts .wrapper > .container .lifts .lift {
    width: 100%;
    transform: none !important;
    transition-delay: 0.2 !important;
  }
  section.problem-solving-lifts .wrapper > .container .lifts .lift.--hide-on-mobile {
    display: none;
  }
  section.problem-solving-lifts .wrapper > .container .lifts .lift.link-lift {
    padding-top: 1.25rem;
    order: 10;
  }
}
section.large-lift {
  padding: 0 var(--safety-padding);
  max-width: 90rem;
  margin: 5rem auto;
  margin-bottom: 3.4375rem;
}
section.large-lift .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
section.large-lift .wrapper .image {
  width: 38.75rem;
  flex-shrink: 0;
}
section.large-lift .wrapper .image > img {
  width: 100%;
  height: auto;
  display: block;
}
section.large-lift .wrapper .content-container {
  width: 100%;
  text-align: center;
}
section.large-lift .wrapper .content-container .content {
  margin-bottom: 3.75rem;
}
section.large-lift .wrapper .content-container .content:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  section.large-lift {
    margin: 3.75rem auto;
    margin-bottom: 0;
  }
  section.large-lift .wrapper {
    flex-direction: column;
    gap: 1.25rem;
  }
  section.large-lift .wrapper .image {
    display: none;
  }
  section.large-lift .wrapper .content-container {
    width: 100%;
    text-align: center;
    border-radius: 0.5rem;
    height: 100%;
    width: 100%;
    background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
    border-radius: 0.5rem;
    border: 1px solid #1a1b1e;
    padding: 3.125rem 2.125rem;
  }
  section.large-lift .wrapper .content-container .content {
    margin-bottom: 2.1875rem;
  }
  section.large-lift .wrapper .content-container .content h2 {
    font-size: 1.75rem;
  }
  section.large-lift .wrapper .content-container .content h2 br {
    display: none;
  }
  section.large-lift .wrapper .content-container .content:last-child {
    margin-bottom: 0;
  }
}
section.icon-lifts {
  padding: 5.625rem var(--safety-padding);
  padding-top: 0;
  margin-top: 7.8125rem;
}
section.icon-lifts .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.icon-lifts .wrapper > .heading {
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3.125rem;
}
section.icon-lifts .wrapper > .heading h2 {
  font-size: 2.625rem;
  font-weight: normal;
}
section.icon-lifts .wrapper > .container .lifts-container {
  position: relative;
}
section.icon-lifts .wrapper > .container .lifts-container::before {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.3;
  position: absolute;
  left: 100%;
  top: 120%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
  pointer-events: none;
  z-index: -1;
}
section.icon-lifts .wrapper > .container .lifts-container::after {
  content: "";
  width: 87.5rem;
  height: 87.5rem;
  opacity: 0.2;
  position: absolute;
  left: 100%;
  top: 120%;
  transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  background: url("../img/noise.png");
  mix-blend-mode: darken;
  background-size: 1.25rem auto;
  z-index: -1;
}
section.icon-lifts .wrapper > .container .lifts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin: 0 -0.9375rem;
  margin-top: 2.1875rem;
  gap: 0.9375rem 0;
}
section.icon-lifts .wrapper > .container .lifts .lift {
  width: 25%;
  padding: 0 0.9375rem;
}
section.icon-lifts .wrapper > .container .lifts .lift .container {
  height: 100%;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  padding: 1.5625rem;
  padding-bottom: 2.1875rem;
}
section.icon-lifts .wrapper > .container .lifts .lift .container .image {
  overflow: hidden;
  height: 3.125rem;
  width: 6.25rem;
  margin: 0 auto;
  margin-bottom: 1.5625rem;
  position: relative;
}
section.icon-lifts .wrapper > .container .lifts .lift .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.icon-lifts .wrapper > .container .lifts .lift .container .content {
  text-align: center;
  font-size: max(1.0625rem, 12px);
  line-height: 150%;
}
section.icon-lifts[data-emergence] .heading, section.icon-lifts[data-emergence] .lifts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.icon-lifts[data-emergence=visible] .heading, section.icon-lifts[data-emergence=visible] .lifts {
  opacity: 1;
}
section.icon-lifts[data-emergence=visible] .lifts {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.icon-lifts {
    padding: 0 var(--safety-padding);
    margin: 3.125rem 0;
  }
  section.icon-lifts .wrapper > .heading {
    margin-bottom: 2.75rem;
    text-align: center;
  }
  section.icon-lifts .wrapper > .heading h2 {
    width: 100%;
    font-size: 2rem;
  }
  section.icon-lifts .wrapper > .heading .link {
    display: none;
  }
  section.icon-lifts .wrapper > .container {
    padding: 0 1.3125rem;
  }
  section.icon-lifts .wrapper > .container .content-container {
    background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
    border-radius: 1.25rem;
    border: 1px solid #1a1b1e;
    padding: 1.5rem;
    padding-top: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
  }
  section.icon-lifts .wrapper > .container .content-container .image {
    width: 100%;
  }
  section.icon-lifts .wrapper > .container .content-container .content {
    padding: 0;
    font-size: 0.875rem;
    line-height: 150%;
  }
  section.icon-lifts .wrapper > .container .content-container .content p {
    margin-bottom: 1.25rem;
  }
  section.icon-lifts .wrapper > .container .content-container .content p:last-child {
    margin-bottom: 0;
  }
  section.icon-lifts .wrapper > .container .content-container .content strong {
    font-size: 1.125rem;
    line-height: 140%;
  }
  section.icon-lifts .wrapper > .container .lifts-container::before, section.icon-lifts .wrapper > .container .lifts-container::after {
    content: "";
    left: 0%;
    top: 0%;
  }
  section.icon-lifts .wrapper > .container .lifts {
    margin: 0 -0.9375rem;
    margin-top: 1.25rem;
    gap: 0.9375rem 0;
  }
  section.icon-lifts .wrapper > .container .lifts .lift {
    width: 100%;
    padding: 0 0.9375rem;
  }
  section.icon-lifts .wrapper > .container .lifts .lift .container .image {
    margin-bottom: 1.25rem;
  }
}
section.quote {
  padding: 0 var(--safety-padding);
  padding-top: 10.625rem;
  padding-bottom: 6.25rem;
  position: relative;
}
section.quote::before {
  content: "";
  position: absolute;
  top: 2.1875rem;
  left: 50%;
  width: 5.3125rem;
  height: 3.75rem;
  background-color: #1a1d24;
  background: linear-gradient(-20deg, #13171d 0%, #161e26 100%);
  -webkit-mask: url("../svg/quote.svg") no-repeat 50% 50%;
          mask: url("../svg/quote.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateX(-50%);
}
section.quote .wrapper {
  text-align: center;
  max-width: 51.875rem;
  margin: 0 auto;
}
section.quote .wrapper .quote {
  font-size: max(2rem, 20px);
  font-family: var(--font-heading);
  font-weight: 500;
}
section.quote .wrapper .quote-author {
  text-transform: uppercase;
  font: var(--font-body);
  font-weight: 500;
  color: #727A83;
  margin-top: 2.25rem;
  min-height: 2.3125rem;
  font-size: max(0.8125rem, 10px);
}
section.quote[data-emergence] .quote, section.quote[data-emergence] .quote-author {
  opacity: 0;
  transition: opacity 0.6s;
}
section.quote[data-emergence=visible] .quote, section.quote[data-emergence=visible] .quote-author {
  opacity: 1;
}
section.quote[data-emergence=visible] .quote-author {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.quote {
    padding: 0 var(--safety-padding);
    padding-top: 10.625rem;
    margin-bottom: 4.375rem;
  }
  section.quote::before {
    top: 3.75rem;
  }
  section.quote .wrapper {
    text-align: center;
    padding: 0 var(--safety-padding);
    margin: 0 auto;
  }
  section.quote .wrapper .quote {
    font-size: 1.625rem;
  }
  section.quote .wrapper .quote-author {
    text-transform: uppercase;
    font: var(--font-body);
    font-weight: 500;
    color: #727A83;
    margin-top: 2.25rem;
    min-height: 2.3125rem;
    font-size: max(0.8125rem, 10px);
  }
}
section.industries-lift {
  margin: 6.875rem 0;
  padding: 0 var(--safety-padding);
  --lift-gap: 2.5rem;
  --lift-bottom-margin: 2.5rem;
}
section.industries-lift .wrapper {
  max-width: calc(1440px - 2 * var(--safety-padding));
  margin: 0 auto;
}
section.industries-lift .heading-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
}
section.industries-lift .lifts {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  margin-bottom: calc(-1 * var(--lift-bottom-margin));
}
section.industries-lift .lifts .lift {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  min-width: 33.33%;
  flex-shrink: 0;
  flex-basis: 0;
}
section.industries-lift .lifts .lift .container {
  display: block;
  border-radius: 1.25rem;
  border: 1px solid #1a1b1e;
  background-color: #000;
  padding: 1.875rem;
  position: relative;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.7s;
  height: 100%;
}
section.industries-lift .lifts .lift .container .image {
  position: relative;
  overflow: hidden;
  width: 15.9375rem;
  height: 9.375rem;
  margin: 0 auto;
  margin-bottom: 0.9375rem;
  border-radius: 0.5rem;
}
section.industries-lift .lifts .lift .container .image img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.industries-lift .lifts .lift .container h3 {
  font: var(--font-body);
  font-weight: 500;
  font-size: max(1.375rem, 14px);
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}
section.industries-lift .lifts .lift .container .more {
  font-size: max(0.875rem, 12px);
  line-height: 150%;
  color: #4990F6;
}
section.industries-lift .lifts .lift .container:hover {
  border-color: #4990F6;
}
section.industries-lift[data-emergence] h2, section.industries-lift[data-emergence] .lifts {
  opacity: 0;
  transition: opacity 0.6s;
}
section.industries-lift[data-emergence=visible] h2, section.industries-lift[data-emergence=visible] .lifts {
  opacity: 1;
}
section.industries-lift[data-emergence=visible] .lifts {
  transition-delay: 0.4s;
}

@media screen and (max-width: 800px) {
  section.industries-lift {
    margin: 5rem 0;
    --lift-gap: 1.25rem;
    --lift-bottom-margin: 1.25rem;
  }
  section.industries-lift .wrapper {
    max-width: calc(1440px - 2 * var(--safety-padding));
    margin: 0 auto;
  }
  section.industries-lift .heading-container {
    flex-direction: column;
    margin-bottom: 2.8125rem;
    align-items: center;
  }
  section.industries-lift .heading-container .heading {
    width: 100%;
    text-align: center;
  }
  section.industries-lift .heading-container .heading h2 {
    font-size: 2rem;
  }
  section.industries-lift .heading-container .heading h2 br {
    display: none;
  }
  section.industries-lift .lifts {
    padding: 0 1.6875rem;
  }
  section.industries-lift .lifts .lift {
    min-width: 100%;
  }
  section.industries-lift .lifts .lift .container {
    padding: 1.5rem;
  }
  section.industries-lift .lifts .lift .container .image {
    width: 15.5rem;
    height: 9.6875rem;
  }
}
section.retailer-lifts {
  --body-text-line-height: 145%;
  margin-top: 6.875rem;
  margin-bottom: 5rem;
  padding: 0;
  --lift-gap: 1.25rem;
}
section.retailer-lifts .heading-container {
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.125rem;
  padding: 0 var(--safety-padding);
}
section.retailer-lifts .scroller {
  overflow: auto;
  cursor: grab;
}
section.retailer-lifts .panes {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
section.retailer-lifts .panes .pane {
  display: none;
}
section.retailer-lifts .panes .pane.active {
  display: block;
}
section.retailer-lifts .panes .pane .lifts {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-left: calc(-1 * var(--lift-gap));
  padding-bottom: 3.4375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section.retailer-lifts .panes .pane .lift {
  padding-left: var(--lift-gap);
  margin-bottom: var(--lift-bottom-margin);
  width: 100%;
  min-width: 21.75rem;
  flex-shrink: 0;
  flex-basis: 0;
  display: flex;
  align-items: stretch;
}
section.retailer-lifts .panes .pane .lift:first-child {
  margin-left: var(--safety-padding);
}
section.retailer-lifts .panes .pane .lift:last-child {
  min-width: calc(21.75rem + var(--safety-padding));
  padding-right: var(--safety-padding);
}
section.retailer-lifts .panes .pane .lift .container {
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  background: linear-gradient(-40deg, #0D131A 0%, #111821 100%);
  border-radius: 0.5rem;
  border: 1px solid #1a1b1e;
  padding: 1.25rem 1.875rem;
}
section.retailer-lifts .panes .pane .lift .container .image {
  position: relative;
  width: auto;
  height: 11.875rem;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
}
section.retailer-lifts .panes .pane .lift .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.retailer-lifts .panes .pane .lift .container h3 {
  font-weight: 600;
  font-size: max(1.5rem, 16px);
  text-align: center;
  margin-bottom: 0;
}
section.retailer-lifts .panes .pane .lift .container .contact {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: max(1rem, 12px);
  line-height: 1.5em;
  margin-bottom: 1.25rem;
  text-align: center;
}
section.retailer-lifts .panes .pane .lift .container .contact a {
  text-decoration: none;
}
section.retailer-lifts .panes .pane .lift .container .information {
  font-size: max(0.78125rem, 11px);
  --body-text-line-height: 150%;
  color: #727A83;
}
section.retailer-lifts .simplebar-scrollbar::before {
  background: #78859e;
  opacity: 1;
  top: 3px;
  bottom: 3px;
  left: 0;
  right: 0;
}
section.retailer-lifts .simplebar-track {
  right: var(--safety-padding);
}
section.retailer-lifts .simplebar-track.simplebar-horizontal {
  left: var(--safety-padding);
}
section.retailer-lifts .simplebar-track::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  border-top: 1px solid #1a1b1c;
}
section.retailer-lifts[data-emergence] h2, section.retailer-lifts[data-emergence] .panes {
  opacity: 0;
  transition: opacity 0.6s;
}
section.retailer-lifts[data-emergence=visible] h2, section.retailer-lifts[data-emergence=visible] .panes {
  opacity: 1;
}
section.retailer-lifts[data-emergence=visible] .panes {
  transition-delay: 0.4s;
}
section.retailer-lifts.--no-scroll .panes .pane .lifts {
  justify-content: center;
}

section.retailer-lifts + section.retailer-lifts {
  padding-top: 0;
}

@media screen and (max-width: 800px) {
  section.retailer-lifts {
    --body-text-line-height: 150%;
    padding: 0;
    margin-bottom: 3.75rem;
    padding-top: 3.125rem;
    --lift-gap: 1rem;
  }
  section.retailer-lifts .heading-container {
    margin-bottom: 2.8125rem;
  }
  section.retailer-lifts .heading-container .link {
    display: none;
  }
  section.retailer-lifts h2 {
    font-size: 2rem;
    text-align: center;
  }
  section.retailer-lifts h2 br {
    display: none;
  }
  section.retailer-lifts .panes {
    position: relative;
  }
  section.retailer-lifts .panes .pane .lifts {
    padding-bottom: 1.875rem;
  }
  section.retailer-lifts .panes .pane .lift {
    min-width: 16.75rem;
  }
  section.retailer-lifts .panes .pane .lift:last-child {
    min-width: calc(16.75rem + var(--safety-padding));
  }
  section.retailer-lifts .panes .pane .lift .container {
    padding: 1.4375rem;
    padding-top: 0.9375rem;
  }
  section.retailer-lifts .panes .pane .lift .container .image {
    height: 8rem;
    margin-bottom: 1rem;
  }
  section.retailer-lifts .panes .pane .lift .container h3 {
    font-size: 1.25rem;
  }
  section.retailer-lifts .panes .pane .lift .container .contact {
    margin-bottom: 1.25rem;
    font-size: 0.75rem;
  }
  section.retailer-lifts .panes .pane .lift .container .information {
    font-size: 0.6875rem;
  }
  section.retailer-lifts .panes .pane[data-role=supporters] .lift .container .contact, section.retailer-lifts .panes .pane[data-role=tukijat] .lift .container .contact {
    font-size: 0.875rem;
  }
  section.retailer-lifts .panes .indicators {
    top: -2.1875rem;
    right: auto;
    left: var(--safety-padding);
  }
}
@media screen and (max-width: 800px) {
  :root {
    font-size: 4.1025641026vw;
    --body-text-size: 0.8125rem;
    --body-text-line-height: 145%;
    --h1-text-size: 2rem;
    --h2-text-size: 1.625rem;
    --h3-text-size: 1rem;
    --h4-text-size: 0.875rem;
    --safety-padding: 1.25rem;
  }
  main {
    overflow: hidden;
  }
  .text-styles em {
    font-size: 0.9375rem;
  }
  .text-styles blockquote {
    padding-left: 4.6875rem;
    padding-top: 0.9375rem;
    margin-top: 1.875rem;
    margin-bottom: 3.125rem;
  }
  .text-styles blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.625rem;
    width: 2.5rem;
    height: 2.125rem;
  }
  .text-styles blockquote p {
    font-size: 1.25rem;
  }
  .header {
    font-size: 0.9375rem;
  }
  .header .container {
    margin: 0 auto;
    max-width: 90rem;
    padding: 0 1.25rem;
    padding-top: 1.875rem;
  }
  .header .container .language-selector {
    display: none;
  }
  .header .container .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .container .bar .logo {
    position: relative;
    z-index: 3;
  }
  .header .container .bar .logo img {
    width: 10rem;
  }
  .header .container .bar .menu-toggle {
    display: block;
    position: relative;
    z-index: 3;
    font-size: 0;
    color: transparent;
    -webkit-appearance: none;
    border: none;
    background: transparent url("../svg/menu.svg") no-repeat 50% 50%;
    background-size: 1.875rem auto;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.5rem;
    cursor: pointer;
  }
  .header nav.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--app-height);
    background-color: #000;
    padding: 3.4375rem;
    padding-top: 8.125rem;
    transform: translateY(-105%);
    transition: transform 0.4s;
    overflow: clip;
  }
  .header nav.menu::before {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.3;
    position: absolute;
    left: 95%;
    top: -5%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
  .header nav.menu::after {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.2;
    position: absolute;
    left: 95%;
    top: -5%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: url("../img/noise.png");
    mix-blend-mode: darken;
    background-size: 1.25rem auto;
    z-index: -1;
  }
  .header nav.menu .language-selector {
    display: block;
    position: absolute;
    top: 4.375rem;
    left: 3.625rem;
    opacity: 0;
    transition: opacity 0s 0.5s;
  }
  .header nav.menu .language-selector span {
    display: inline-block;
    margin: 0 0.75rem;
  }
  .header nav.menu .language-selector a.active {
    font-weight: 700;
  }
  .header nav.menu .menu-container {
    position: relative;
  }
  .header nav.menu .menu-container::before {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.3;
    position: absolute;
    left: 15%;
    top: 80%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: radial-gradient(circle closest-side in oklch, #336c93 0%, rgba(80, 80, 160, 0) 100%);
    pointer-events: none;
    z-index: -1;
  }
  .header nav.menu .menu-container::after {
    content: "";
    width: 87.5rem;
    height: 87.5rem;
    opacity: 0.2;
    position: absolute;
    left: 15%;
    top: 80%;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
    background: url("../img/noise.png");
    mix-blend-mode: darken;
    background-size: 1.25rem auto;
    z-index: -1;
  }
  .header nav.menu .menu-container .menu {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
    color: #fff;
    opacity: 0;
    transition: opacity 0s 0.5s;
  }
  .header nav.menu .menu-container .menu li:not(.button) {
    font-size: 1.875rem;
    font-family: "PPNeueMontreal", Arial, sans-serif;
    line-height: 150%;
  }
  .header nav.menu .menu-container .menu li:not(.button)::after {
    display: none;
  }
  .header nav.menu .menu-container .menu li.button {
    padding: 0;
    margin-top: 3.125rem;
    text-align: center;
  }
  .header nav.menu .menu-container .menu li.button a {
    font-size: 0.9375rem;
  }
  .header nav.menu .menu-container .menu li .sub-menu {
    display: block;
    margin-bottom: 0.3125rem;
  }
  .header nav.menu .menu-container .menu li .sub-menu li {
    padding-left: 1.125rem;
    font-size: 1.375rem;
    line-height: 130%;
  }
  .header .industries-menu {
    display: none;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .header nav.menu {
    transform: translateY(0);
  }
  body.menu-open .header nav.menu .language-selector, body.menu-open .header nav.menu .menu-container .menu {
    opacity: 1;
    transition: opacity 0.4s 0.4s;
  }
  .footer .container {
    padding: 3.75rem 1.25rem;
    padding-bottom: 2.8125rem;
  }
  .footer .container::before, .footer .container::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
    margin: 0;
  }
  .footer .container::before {
    background: radial-gradient(circle farthest-side at top 60% left 25% in oklch, #336c93 0%, rgba(80, 80, 160, 0) 80%);
  }
  .footer .container .content-container {
    flex-direction: column;
    gap: 2.625rem;
  }
  .footer .container .content-container .content {
    text-align: center;
  }
  .footer .container .content-container .content .logo {
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }
  .footer .container .content-container .content h2 {
    font-size: 1.375rem;
  }
  .footer .container .content-container .panes {
    padding: 0;
    gap: 1.875rem;
  }
  .footer .container .content-container .panes .pane {
    font-size: 1rem;
  }
  .footer .container .content-container .panes .pane p {
    font-size: 1em;
    line-height: 160%;
    margin-bottom: 0.3125rem;
  }
  .footer .container .content-container .panes .pane:first-child {
    display: none;
  }
  .footer .container .content-container .panes .pane h3 {
    font-size: 1em;
    margin-bottom: 1.25rem;
  }
  .footer .container .navigation {
    margin-top: 2.1875rem;
    gap: 2.5rem;
  }
  .footer .container .navigation .small-links {
    gap: 1.25rem;
  }
  .footer .container .navigation .small-links .copyright {
    display: none;
  }
  .footer .container .navigation .social .link {
    width: 1.25rem;
    height: 1.25rem;
  }
  section.post-list {
    --thumbnail-aspect-ratio: calc(202 / 350 * 100%);
    padding: 0 var(--safety-padding);
    padding-bottom: 1.25rem;
    --lift-gap: 1.25rem;
    --lift-bottom-margin: 1.25rem;
  }
  section.post-list::before, section.post-list::after {
    left: 70%;
    top: 0rem;
    transform: translateX(-50%) translateY(-50%) scale(1, 0.7);
  }
  section.post-list h2 {
    margin-bottom: 2.1875rem;
  }
  section.post-list .wrapper .categoryselectors {
    display: none;
  }
  section.post-list .articles article {
    min-width: 100%;
  }
  section.post-list .articles article .link .heading {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  section.post-list .articles article .link .image {
    margin-bottom: 1.5625rem;
  }
  section.post-list .articles article .link .excerpt {
    font-size: 0.75rem;
  }
  section.post-list nav.pagination {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    top: 0rem;
    font-family: "PPNeueMontreal", Arial, sans-serif;
    line-height: 1.25rem;
    display: flex;
    gap: 0.9375rem;
    justify-content: center;
    font-size: 1rem;
    color: #b8b7b7;
  }
  section.post-list nav.pagination a {
    color: inherit;
    text-decoration: none;
  }
  section.post-list nav.pagination .current {
    color: #5350FA;
  }
  section.post-list nav.pagination .next, section.post-list nav.pagination .prev {
    display: none;
  }
}
body.single-industry section.half-lifts .lift::before {
  display: none;
}
/*# sourceMappingURL=main.css.map */
