@charset "UTF-8";
/*! Handmade with love by http://esmes.fi */
/*=== RESET */
*,
::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;
}

/* Assumes 16px/100% root font size */
/*
@-ms-viewport {
  width: 320px;
}
//*/
/* === TYPOGRAPHY — Brand 3.0 ===============================================
 * JetBrains Mono  headings, subtitles, numbers, labels
 * General Sans    body text, captions
 * (deck p.29; faces self-hosted by scripts/fetch-fonts.mjs)
 *
 * The old Hurme webfonts carried weight in the family NAME
 * ('…-Bold', '…-SemiBold'), so call sites only ever set `font-family`.
 * These faces carry a real weight axis instead, so a role now has to emit
 * both properties — hence the mixin. Call sites use `@include type(role)`.
 */
.only-phone {
  display: none !important;
}

.only-desktop {
  display: block;
}

html {
  font-size: 0.5555555556vw;
  margin: 0 !important;
}

@media (min-aspect-ratio: 2880/1800) {
  html {
    font-size: 0.8888888889vh;
  }
}
h1, h2, h3, h4 {
  font-weight: normal;
}

body {
  background: #F7F5F3;
  color: #2B2D31;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
}
body.disallow-scroll {
  overflow-y: hidden;
}

.root {
  overflow: hidden;
}

a {
  color: inherit;
}

/* Nexus Blue for links (deck p.28) is deferred to Phase 2 — deliberately.
 * A `.page .content a` rule looks safe but is not: the Case Studies and News
 * lists are unclassed anchors sitting on a Deep Maroon ground, where Nexus
 * Blue is close to illegible. Doing this properly needs per-surface handling
 * (blue on ivory, ivory/lime on maroon), not one global rule. */
.scroll {
  position: relative;
}
.scroll .scroll-container {
  position: relative;
  overflow: hidden;
  margin-right: 7.8125rem;
}
.scroll .scroll-container > .scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  right: -17px !important;
  padding-right: 17px !important;
}
#menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9000;
}
#menu > .heading {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
#menu > .heading svg {
  width: 49.0625rem;
  height: 15.64375rem;
}
#menu > .heading img {
  display: block;
  width: 11.875rem;
  height: auto;
}
#menu > .heading > .logo {
  display: inline-block;
  margin-bottom: 3.125rem;
}
#menu > .heading > .logo.on-dark {
  background: transparent;
  padding: 1.125rem 1rem;
}
#menu > .heading > .logo > a {
  display: block;
}
#menu > .heading > .logo > a > svg .cls-1 {
  fill: #fff;
  transition: fill 0.3s;
}
#menu > .heading {
  transform-origin: 0 0;
  transform: translate(6rem, 6rem);
}
#menu > .heading > .subtitle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#menu > .opener {
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
  width: 5.625rem;
  height: 3.75rem;
  cursor: pointer;
  z-index: 9100;
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: 2s;
}
#menu > .opener i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  background: #2B2D31;
  opacity: 1;
  transition: transform 0.5s, opacity 0.2s 0.1s;
}
#menu > .opener i:nth-child(1) {
  top: 0;
}
#menu > .opener i:nth-child(2) {
  top: 50%;
  margin-top: -0.3125rem;
}
#menu > .opener i:nth-child(3) {
  bottom: 0;
}
#menu > .floater {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.4s;
  transition-delay: 2s;
  backface-visibility: hidden;
}
#menu > .floater > .container > .content {
  position: absolute;
  top: 4vw;
  right: 7vw;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0s 0.6s, opacity 0.3s 0s;
  opacity: 0;
}
#menu > .floater > .container > .content .menu-main {
  font-size: 4.375rem;
  line-height: 8.125rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2B2D31;
  text-transform: uppercase;
  text-align: right;
}
#menu > .floater > .container > .content .menu-main li {
  display: block;
  text-align: right;
  white-space: nowrap;
}
#menu > .floater > .container > .content .menu-main li a {
  text-decoration: none;
}
#menu > .floater > .container > .content .menu-main li.current-menu-item {
  text-decoration: underline;
}
#menu > .floater > .container > .content .menu-main li.search a {
  margin-left: auto;
  height: 11.25rem;
  width: 11.25rem;
  color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#menu > .floater > .container > .content .menu-main li.search {
  font-size: 0;
  position: relative;
}
#menu > .floater > .container > .content .menu-main li.search::before, #menu > .floater > .container > .content .menu-main li.search::after {
  display: block;
  position: absolute;
  content: "";
  left: calc(100% - 4.6875rem);
  top: 3.75rem;
}
#menu > .floater > .container > .content .menu-main li.search::before {
  width: 5.75rem;
  height: 1.375rem;
  background: #2B2D31;
  border-radius: 0.6875rem;
  transform-origin: 100% 50%;
  transform: translate(-100%, -50%) rotate(-45deg);
}
#menu > .floater > .container > .content .menu-main li.search::after {
  width: 5.75rem;
  height: 5.75rem;
  background: #BEF274;
  border: 0.9375rem solid #2B2D31;
  border-radius: 50% 50%;
  transform: translate(-50%, -50%);
}
#menu > .floater::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0%;
  right: 0%;
  background: #BEF274;
  border-radius: 50% 50%;
  backface-visibility: hidden;
  height: 120vw;
  width: 120vw;
  transform: translate(50%, -50%) scale(0.13);
  transition: transform 0.4s 0.2s;
}
#menu.open > .opener i {
  transition: transform 0.5s, opacity 0.2s 0s;
}
#menu.open > .opener i:nth-child(1) {
  transform: translateY(1.5625rem) rotate(-45deg);
}
#menu.open > .opener i:nth-child(2) {
  opacity: 0;
}
#menu.open > .opener i:nth-child(3) {
  transform: translateY(-1.5625rem) rotate(45deg);
}
#menu.open > .floater > .container > .content {
  max-height: 100%;
  transition: max-height 0s 0s, opacity 0.3s 0.3s;
  transform: translate(0, 0);
  opacity: 1;
}
#menu.open > .floater::after {
  transform: translate(50%, -50%) scale(1);
  transition: transform 0.4s 0s;
}

body.home #menu > .heading > .logo > a > svg .cls-1, body.page-template-template-work-page #menu > .heading > .logo > a > svg .cls-1 {
  fill: #fff !important;
}

body.home.page-scrolled-down > .heading > .logo > a > svg .cls-1 {
  fill: #55111F !important;
}

/* Was here: a whole #menu re-colouring (white logo, maroon reveal circle,
 * maroon search-icon dot) that existed only to keep the nav legible against
 * this page's old solid Nexus Blue background. Once the background is Calm
 * Ivory like every other page (see .page.search below), the nav needs no
 * special case at all — it gets the same lime reveal as everywhere else. */
#corona {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #55111F;
  z-index: 9200;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  height: 100vh;
  transition: opacity 0.4s 0s, max-height 0s 0.4s;
}
#corona.visible {
  transition: opacity 0.4s 0s, max-height 0s 0s;
  max-height: 100vh;
  opacity: 1;
  overflow: visible;
}
#corona > .container {
  margin: 0 auto;
  max-width: 187.5rem;
  position: relative;
  max-height: 100vh;
}
#corona > .container .close {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 2;
  cursor: pointer;
}
#corona > .container .close::before, #corona > .container .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.5rem;
  transform-origin: 50% 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#corona > .container .close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#corona > .container > .wrapper {
  position: relative;
  min-height: 100vh;
  color: #fff;
  padding: 12.5rem 9.375rem;
  padding-right: 30%;
}
#corona > .container > .wrapper::after {
  content: "";
  position: absolute;
  right: 6.25rem;
  top: 10.625rem;
  width: 18.75rem;
  height: 18.75rem;
  background: #fff;
  border-radius: 50% 50%;
}
#corona > .container > .wrapper > .content {
  max-width: 106.25rem;
}
#corona > .container > .wrapper h1 {
  font-size: 6.25rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  line-height: 1.05em;
  margin-bottom: 0.7em;
}
#corona > .container > .wrapper p {
  font-size: 3.4375rem;
  margin-bottom: 1.5em;
}
#corona > .container > .wrapper .continue {
  cursor: pointer;
  font-size: 3.125rem;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#corona > .container > .wrapper .continue::after {
  content: " >";
}
#corona > .container .logo {
  position: absolute;
  right: 6.25rem;
  bottom: 6.25rem;
  height: auto;
  width: 18.75rem;
}
#corona > .container .logo svg {
  width: 100%;
  height: auto;
}

#intro-animation {
  display: none;
}

body.home.intro-in-progress #menu > .heading > .logo > a > svg .cls-1 {
  fill: #fff !important;
}
body.home #intro-animation {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #F7F5F3;
  z-index: 8000;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 1s 2s, max-height 0s 3s;
}
body.home #intro-animation > .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101vw;
  height: 101vw;
}
body.home.intro-state #menu > .heading {
  transform: translate(50vw, 50vh) translate(-50%, -50%) translate(-1.25rem, 6.875rem) scale(1);
}
body.home.intro-state #menu > .heading > .subtitle {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
body.home.intro-state #menu > .opener, body.home.intro-state #menu > .floater {
  opacity: 0;
}
body.home.intro-state #intro-animation {
  opacity: 1;
  max-height: 100vh;
}
body.home.animate #menu > .heading {
  transition: transform 0.8s;
  transition-delay: 0.6s;
}
body.home.animate #menu > .heading > .subtitle {
  transition: opacity 0.4s, visibility 0s 0.4s;
}
body.home {
  /*#menu {
    display: none;
  }

  #menu.show {
    display: block;
  }*/
}

.arrow {
  display: inline-block;
  width: 5.625rem;
  margin-top: 4.375rem;
  cursor: pointer;
}
.arrow svg {
  width: 100%;
  height: auto;
}

.more {
  display: inline-block;
  color: #383EE9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 700;
}

.slider {
  background: #2B2D31;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100vh;
  position: relative;
}
.slider > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.slider > .wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  white-space: nowrap;
  z-index: 1;
}
.slider > .wrapper > .content > .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.slider > .wrapper > .content > .slide > .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55111F;
  isolation: isolate;
}
.slider > .wrapper > .content > .slide > .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(75deg, rgba(43, 45, 49, 0.62) 0%, rgba(43, 45, 49, 0.2) 48%, rgba(43, 45, 49, 0.42) 100%);
  pointer-events: none;
}
.slider > .wrapper > .content > .slide > .background > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
  mix-blend-mode: luminosity;
  filter: grayscale(1) contrast(0.78) brightness(0.78);
  opacity: 0.92;
}
.slider > .wrapper > .content > .slide > .background > img.mobile {
  display: none;
}
.slider > .wrapper > .content > .slide > .fullscreen.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.slider > .wrapper > .content > .slide > .badge {
  width: 61rem;
  height: 61rem;
  position: absolute;
  backface-visibility: hidden;
  z-index: 3;
  bottom: 0;
  overflow: hidden;
}
.slider > .wrapper > .content > .slide > .badge > .wrapper {
  width: 122rem;
  height: 122rem;
  position: absolute;
  top: 0;
  border-radius: 50% 50%;
  backface-visibility: hidden;
}
.slider > .wrapper > .content > .slide > .badge > .wrapper > a {
  display: block;
  position: absolute;
  width: 23.75rem;
  bottom: calc(50% + 11.25rem);
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.875rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
  white-space: normal;
  opacity: 0;
}
.slider > .wrapper > .content > .slide > .badge.red > .wrapper {
  background: rgba(85, 17, 31, 0.85);
}
.slider > .wrapper > .content > .slide > .badge.red > .wrapper > a {
  background-image: url("../img/carousel-arrow-white.svg");
  color: #fff;
}
.slider > .wrapper > .content > .slide > .badge.white > .wrapper {
  background: rgba(255, 255, 255, 0.85);
}
.slider > .wrapper > .content > .slide > .badge.white > .wrapper > a {
  background-image: url("../img/carousel-arrow-red.svg");
  color: #55111F;
}
.slider > .wrapper > .content > .slide > .badge.yellow > .wrapper {
  background: rgba(190, 242, 116, 0.85);
}
.slider > .wrapper > .content > .slide > .badge.yellow > .wrapper > a {
  background-image: url("../img/carousel-arrow-black.svg");
  color: #2B2D31;
}
.slider > .wrapper > .content > .slide > .badge.blue > .wrapper {
  background: rgba(56, 62, 233, 0.85);
}
.slider > .wrapper > .content > .slide > .badge.blue > .wrapper > a {
  background-image: url("../img/carousel-arrow-white.svg");
  color: #fff;
}
.slider > .wrapper > .content > .slide > .badge.black > .wrapper {
  background: rgba(247, 245, 243, 0.94);
}
.slider > .wrapper > .content > .slide > .badge.black > .wrapper > a {
  background-image: url("../img/carousel-arrow-red.svg");
  color: #55111F;
}
.slider > .wrapper > .content > .slide > .content {
  position: absolute;
  bottom: 0;
  white-space: normal;
  text-align: left;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 4.5rem;
  color: #fff;
  opacity: 0;
}
.slider > .wrapper > .content > .slide > .content .more {
  color: #fff;
}
.slider > .wrapper > .content > .slide > .content.black {
  color: #2B2D31;
}
.slider > .wrapper > .content > .slide > .content.black .more {
  color: #2B2D31;
}
.slider > .wrapper > .content > .slide > .content h1, .slider > .wrapper > .content > .slide > .content h2 {
  /* There was a per-line background slab here — `display: inline`
   * plus `background: rgba($color-burgundy, 0.86)` and
   * `box-decoration-break: clone`, so each wrapped line got its own
   * hugging rectangle.
   *
   * Removed per review: "no need of text highlight colour as the
   * background already matches". Literally so — `$color-burgundy`
   * IS `$color-deep-maroon`, the same value `.slide > .background`
   * paints. The slab was only visible because that ground also
   * carries the charcoal `::after` scrim, and the slab sat ON TOP of
   * the scrim in un-darkened maroon. The result was ragged lighter
   * rectangles behind the headline, on a slide with no photograph at
   * all.
   *
   * The scrim stays — it, not the slab, is what keeps white type
   * legible over a real frame. */
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.75rem;
  line-height: 1.5;
  letter-spacing: -0.035em;
  margin-bottom: 3.125rem;
  white-space: normal;
  color: #fff;
}
.slider > .wrapper > .content > .slide > .content .more {
  margin: 4.375rem 0;
}
.slider > .wrapper > .content > .slide.left > .content {
  width: 50%;
  right: 0;
  padding-right: 10.3125rem;
  bottom: 18.75rem;
}
.slider > .wrapper > .content > .slide.left > .badge {
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
  left: 0;
}
.slider > .wrapper > .content > .slide.left > .badge > .wrapper {
  right: 0;
}
.slider > .wrapper > .content > .slide.left > .badge > .wrapper a {
  left: calc(50% + 13.75rem);
}
.slider > .wrapper > .content > .slide.right > .content {
  width: 50%;
  left: 0;
  padding-left: 6rem;
  bottom: 12.5rem;
}
.slider > .wrapper > .content > .slide.right > .badge {
  transform-origin: 100% 100%;
  transform: rotate(90deg);
  right: 0;
}
.slider > .wrapper > .content > .slide.right > .badge > .wrapper {
  left: 0;
}
.slider > .wrapper > .content > .slide.right > .badge > .wrapper a {
  right: calc(50% + 14.375rem);
}
.slider > .wrapper > .content > .slide.animate-in > .content {
  transition: opacity 0.8s 1s;
  opacity: 1;
}
.slider > .wrapper > .content > .slide.animate-in > .badge {
  transition: transform 0.6s;
  transform: rotate(0) translate3d(0, 0, 0);
}
.slider > .wrapper > .content > .slide.animate-in > .badge > .wrapper > a {
  transition: opacity 0.8s 0.6s;
  opacity: 1;
}
.slider > .wrapper > .controllers {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
.slider > .wrapper > .controllers > .slidecontrollers {
  position: absolute;
  left: 50%;
  bottom: 4.6875rem;
  transform: translateX(-50%);
}
.slider > .wrapper > .controllers > .slidecontrollers > .slidecontroller {
  margin: 0 0.875rem;
  background: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  display: inline-block;
  vertical-align: middle;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider > .wrapper > .controllers > .slidecontrollers > .slidecontroller.active {
  cursor: default;
  background: white;
}
.slider.animate > .wrapper > .content {
  transition: transform 0.5s;
}

/* Pages */
.page.lobby .scroll .scroll-arrow {
  left: 55%;
  right: auto;
}
.page.lobby {
  background: #2B2D31;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 100vh;
  position: relative;
}
.page.lobby > .background {
  position: absolute;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
}
.page.lobby > .background > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transition: opacity 0.3s;
}
.page.lobby > .background > img.loaded.show {
  opacity: 1;
}
.page.lobby > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.page.lobby > .wrapper > .container {
  position: absolute;
  background: #F7F5F3;
  overflow: hidden;
  border-radius: 50% 50%;
  backface-visibility: hidden;
  width: 150vh;
  height: 150vh;
  top: 50%;
  left: calc(45% - 50vh);
  font-size: 0;
  transform: translate(-50%, -50%);
}
.page.lobby > .wrapper > .container > .content {
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translateX(-5vh) translateY(-50%);
  font-size: 2.5rem;
  width: 100vh;
}
.page.lobby > .wrapper > .container > .content .scroll .scroll-container {
  height: 65vh;
}
.page.lobby > .wrapper > .container > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.625rem;
  margin-bottom: 6.25rem;
}
.page.lobby > .wrapper > .container > .content .description {
  max-width: 75rem;
  margin-bottom: 7.5rem;
}
.page.lobby > .wrapper > .container > .content .posts {
  max-width: 75rem;
}
.page.lobby > .wrapper > .container > .content .posts article {
  margin-top: 7.5rem;
}
.page.lobby > .wrapper > .container > .content .posts article:first-child {
  margin-top: 0;
}
.page.lobby > .wrapper > .container > .content .posts article a {
  text-decoration: none;
  display: block;
}
.page.lobby > .wrapper > .container > .content .posts article a .title {
  position: relative;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 3.4375rem;
  margin-bottom: 0.9375rem;
}
.page.lobby > .wrapper > .container > .content .posts article a span {
  opacity: 0.7;
  display: block;
  font-size: 2.5rem;
  line-height: 1.35em;
}
.page.lobby > .wrapper > .container > .content .posts article.hover a span {
  opacity: 1;
}
.page.lobby > .wrapper > .container > .content .posts article.hover a .title::after {
  content: "";
  position: absolute;
  left: calc(100% + 4rem);
  top: 0.8em;
  height: 0.5rem;
  width: 200vw;
  background: #55111F;
}

@media screen and (min-width: 1200px) and (min-aspect-ratio: 16/10) {
  .scroll .scroll-arrow {
    left: 30vw !important;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 50%;
    transform: translateX(-10vw) translateY(-50%);
    min-width: 120vw;
  }
}
@media screen and (min-width: 1300px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-11vw) translateY(-50%);
  }
}
@media screen and (min-width: 1400px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-12vw) translateY(-50%);
  }
  .page.lobby > .wrapper > .container > .content .posts {
    max-width: 80rem;
  }
}
@media screen and (min-width: 1500px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-12vw) translateY(-50%);
  }
}
@media screen and (min-width: 1600px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-14vw) translateY(-50%);
  }
}
@media screen and (min-width: 1700px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-15vw) translateY(-50%);
  }
  .page.lobby > .wrapper > .container > .content .posts {
    max-width: 90rem;
  }
}
@media screen and (min-width: 1800px) and (min-aspect-ratio: 16/10) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-16vw) translateY(-50%);
  }
}
@media screen and (min-width: 1900px) {
  .page.lobby > .wrapper > .container > .content {
    transform: translateX(-17vw) translateY(-50%);
  }
}
@media (max-aspect-ratio: 15/10) {
  .page.lobby .scroll .scroll-arrow {
    left: 50%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 51%;
  }
}
@media (max-aspect-ratio: 14/10) {
  .scroll .scroll-arrow {
    left: 48%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 51%;
  }
}
@media (max-aspect-ratio: 13/10) {
  .scroll .scroll-arrow {
    left: 45%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 54%;
  }
}
@media (max-aspect-ratio: 12/10) {
  .page.lobby .scroll .scroll-arrow {
    left: 42%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 57%;
  }
}
@media (max-aspect-ratio: 11/10) {
  .page.lobby .scroll .scroll-arrow {
    left: 40%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 60%;
  }
}
@media (max-aspect-ratio: 10/10) {
  .page.lobby .scroll .scroll-arrow {
    left: 36%;
  }
  .page.lobby > .wrapper > .container > .content {
    left: 63%;
    transform: translateY(-50%);
  }
}
/* Was a solid Climate Lime page — the only content surface on the site that
 * wasn't Calm Ivory (DESIGN-PLAN.md: "Ivory = every content surface"). Lime
 * is measurement/active-state, never furniture this large, so both
 * background overrides are dropped; the hover accent falls back to the base
 * .page.lobby rule's $color-red (maroon), same as Case Studies already gets
 * via its own explicit override below. */
.page.lobby.careers .scroll .scroll-container {
  height: 40vh !important;
}
.page.lobby.careers > .wrapper > .container > .content h1 {
  margin-bottom: 3.125rem;
}
.page.lobby.careers > .wrapper > .container > .content .posts article {
  margin-top: 3.75rem;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
.page.lobby.careers > .wrapper > .container > .content .posts article:first-child {
  margin-top: 0;
}

.page.lobby.work {
  background: #F7F5F3;
}
.page.lobby.work .scroll .scroll-arrow::before, .page.lobby.work .scroll .scroll-arrow::after {
  background: #2B2D31 !important;
  border-radius: 0.125rem 0.25rem;
}
.page.lobby.work > .wrapper > .container {
  background: #F7F5F3;
  color: #2B2D31;
}
.page.lobby.work > .wrapper > .container > .content .posts article {
  margin-top: 3.75rem;
}
.page.lobby.work > .wrapper > .container > .content .posts article:first-child {
  margin-top: 0;
}
.page.lobby.work > .wrapper > .container > .content .posts article .client {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.125rem;
}
.page.lobby.work > .wrapper > .container > .content .posts article.hover a .title::after {
  background: #55111F;
}

.page.contact {
  min-height: 100vh;
  position: relative;
  padding: 14.375rem 6rem;
  padding-top: 20rem;
  text-align: center;
}
.page.contact > .wrapper {
  margin: 0 auto;
  max-width: 139.75rem;
}
.page.contact > .wrapper > .content {
  font-size: 2.75rem;
  line-height: 3.875rem;
}
.page.contact > .wrapper > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.625rem;
  text-align: left;
  margin-bottom: 10rem;
}
.page.contact > .wrapper > .content a {
  display: inline-block;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  color: #383EE9;
  position: relative;
  left: 2rem;
  line-height: 5.625rem;
}
.page.contact > .wrapper > .content a::before, .page.contact > .wrapper > .content a::after {
  content: "";
  position: absolute;
  right: -4rem;
  top: calc(50% - 0.25rem);
  width: 2.25rem;
  height: 0.5rem;
  background: #383EE9;
}
.page.contact > .wrapper > .content a::before {
  transform-origin: 100% 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.page.contact > .wrapper > .content a::after {
  transform-origin: 100% 50%;
  transform: rotate(45deg) translateY(50%);
}
.page.contact > .wrapper > .content > .contacts {
  text-align: left;
  margin: 0 -9.875rem;
  font-size: 0;
  margin-bottom: 13.75rem;
}
.page.contact > .wrapper > .content > .contacts .contact {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 9.875rem;
  font-size: 2.75rem;
  line-height: 3.875rem;
  margin-bottom: 4.375rem;
}
.page.contact > .wrapper > .content > .contacts .contact .title {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-weight: 700;
}
.page.contact > .wrapper > .content > .contacts .contact .info {
  font-style: italic;
}
.page.contact > .wrapper > .content > .contacts .contact .info a {
  color: #383EE9;
  display: inline;
  font-style: italic;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  left: auto;
  line-height: inherit;
  position: static;
}
.page.contact > .wrapper > .content > .contacts .contact .info a::before, .page.contact > .wrapper > .content > .contacts .contact .info a::after {
  content: none;
}

/* Was here: `background: $color-blue; color: #fff;` — a solid Nexus Blue
 * page, the only content surface on the site that wasn't Calm Ivory
 * (DESIGN-PLAN.md: "Ivory = every content surface"; separately, blue is
 * documented as "interaction, and only interaction" — a full-page wash was
 * the bigger violation of the two). Removed entirely rather than recoloured:
 * `body { background: $color-calm-ivory; color: $color-firm-charcoal; }` is
 * already the global default, so Search now just inherits it like every
 * other page instead of restating identical values. */
body.page-template-search .page.search > .wrapper > .content .searchform input[type=text] {
  width: 100%;
  font-size: 3rem;
  padding: 1.5625rem 2.8125rem;
  max-width: 66.875rem;
}

.page.search {
  min-height: 100vh;
  position: relative;
  padding: 13.75rem 6rem;
  padding-top: 26.25rem;
}
.page.search > .wrapper {
  margin: 0 auto;
  max-width: 117.5rem;
}
.page.search > .wrapper > .content {
  padding-left: 9.375rem;
  font-size: 3rem;
}
.page.search > .wrapper > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 8.125rem;
  margin-bottom: 3.125rem;
  position: relative;
  padding-left: 10.625rem;
}
.page.search > .wrapper > .content h1::before, .page.search > .wrapper > .content h1::after {
  display: block;
  position: absolute;
  content: "";
  left: 4.6875rem;
  top: 3.75rem;
}
.page.search > .wrapper > .content h1::before {
  width: 5.75rem;
  height: 1.375rem;
  background: #2B2D31;
  border-radius: 0.6875rem;
  transform-origin: 100% 50%;
  transform: translate(-100%, -50%) rotate(-45deg);
}
.page.search > .wrapper > .content h1::after {
  width: 5.75rem;
  height: 5.75rem;
  background: #383EE9;
  border: 0.9375rem solid #F7F5F3;
  border-radius: 50% 50%;
  transform: translate(-50%, -50%);
}
.page.search > .wrapper > .content .searchform {
  margin-bottom: 8.75rem;
}
.page.search > .wrapper > .content .searchform label {
  display: none;
}
.page.search > .wrapper > .content .searchform input {
  display: none;
}
.page.search > .wrapper > .content .searchform input[type=text] {
  box-sizing: border-box;
  width: 100%;
  max-width: 66.875rem;
  display: block;
  font-size: 3rem;
  padding: 1.5625rem 2.8125rem;
}
.page.search > .wrapper > .content h2 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.625rem;
  text-align: left;
  margin-bottom: 5rem;
}
.page.search > .wrapper > .content .search-result {
  padding-bottom: 2.5rem;
  margin-bottom: 3.125rem;
  position: relative;
}
.page.search > .wrapper > .content .search-result a {
  text-decoration: none;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.page.search > .wrapper > .content .search-result a:hover {
  text-decoration: underline;
}
.page.search > .wrapper > .content .search-result::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #55111F;
  width: 25.625rem;
  height: 0.5625rem;
}

.page.solution-stack .solution-stack-picture, .page.about > .wrapper > .scroll-content > .picture {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 7.1875rem;
}

.page.solution-stack .solution-stack-intro-content, .page.about > .wrapper > .scroll-content > .content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 6.25rem;
  font-size: 2.75rem;
  line-height: 1.5em;
  text-align: left;
}
.page.solution-stack .solution-stack-intro-content h1, .page.about > .wrapper > .scroll-content > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 8.125rem;
  line-height: 1.2em;
  margin-bottom: 1.25rem;
}
.page.solution-stack .solution-stack-intro-content h2, .page.about > .wrapper > .scroll-content > .content h2 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.2em;
  margin-bottom: 3.125rem;
}
.page.solution-stack .solution-stack-intro-content p, .page.about > .wrapper > .scroll-content > .content p {
  margin-bottom: 1em;
}
.page.solution-stack .solution-stack-intro-content ul, .page.about > .wrapper > .scroll-content > .content ul, .page.solution-stack .solution-stack-intro-content ol, .page.about > .wrapper > .scroll-content > .content ol {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.page.solution-stack .solution-stack-intro-content ul li, .page.about > .wrapper > .scroll-content > .content ul li, .page.solution-stack .solution-stack-intro-content ol li, .page.about > .wrapper > .scroll-content > .content ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.page.about {
  background: #fff;
  text-align: center;
  position: relative;
}
.page.about > .wrapper {
  padding: 0 6rem;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  /*overflow: hidden;
  overflow-y: scroll;
  margin-right: -20px;
  padding-right: 20px;*/
}
.page.about > .wrapper > .scroll-content {
  position: relative;
  max-width: 168rem;
  font-size: 0;
}
.page.about > .wrapper > .scroll-content > .picture {
  padding-top: 20rem;
  padding-bottom: 32.5rem;
  max-width: 60vh;
}
.page.about > .wrapper > .scroll-content > .picture img {
  max-width: 100% !important;
  height: auto !important;
  position: relative;
  transform: translateY(5%);
}
.page.about > .wrapper > .scroll-content > .content {
  padding-top: 17.5rem;
  padding-bottom: 32.5rem;
}

.scroll-prompt {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 37.5rem;
  height: 37.5rem;
  overflow: hidden;
  z-index: 3;
}
.scroll-prompt > .wrapper {
  cursor: pointer;
  padding-top: 15.625rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  padding-left: calc(37.5rem + 6.25rem);
  text-align: left;
  width: 75rem;
  height: 75rem;
  background: #F7F5F3;
  border-radius: 50% 50%;
  border: 1px solid rgba(43, 45, 49, 0.16);
  backface-visibility: hidden;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 4.375rem;
  letter-spacing: -0.03em;
  color: #2B2D31;
}

.groups-container {
  z-index: 2;
  position: relative;
  background: #F7F5F3;
  padding: 18.125rem 20rem;
  padding-bottom: 62.5rem;
  color: #2B2D31;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.groups-container .groupselectors {
  font-size: 5.625rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 700;
  margin-bottom: 4.375rem;
}
.groups-container .groupselectors .groupselector {
  cursor: pointer;
  margin-left: 6.875rem;
  display: inline-block;
  color: rgba(43, 45, 49, 0.5);
}
.groups-container .groupselectors .groupselector.active {
  color: #2B2D31;
}
.groups-container .groupselectors .groupselector:first-child {
  margin-left: 0;
}
.groups-container .groups {
  position: relative;
  margin: 0 -3.4375rem;
  min-height: 75rem;
}
.groups-container .groups .group .member {
  padding: 0 3.4375rem;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  min-height: 30rem;
  padding-bottom: 0.625rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
  transition: z-index 0.4s step-end;
  cursor: pointer;
}
.groups-container .groups .group .member > .wrapper {
  position: relative;
}
.groups-container .groups .group .member > .wrapper .picture {
  position: relative;
  padding-top: 100%;
  border-radius: 50% 50%;
  backface-visibility: hidden;
  overflow: hidden;
  margin-bottom: 1.875rem;
  z-index: 10;
}
.groups-container .groups .group .member > .wrapper .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%);
  transition: filter 0.2s;
  border-radius: 50% 50%;
  backface-visibility: hidden;
  overflow: hidden;
}
.groups-container .groups .group .member > .wrapper .picture a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.groups-container .groups .group .member > .wrapper .title {
  position: relative;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 0.625rem;
  z-index: 10;
  transition: color 0.2s 0.2s;
}
.groups-container .groups .group .member > .wrapper .subtitle {
  position: relative;
  font-size: 2.125rem;
  padding: 0 1.25rem;
  z-index: 10;
  transition: color 0.2s 0.2s;
}
.groups-container .groups .group .member > .wrapper .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 50%;
  z-index: 5;
}
.groups-container .groups .group .member > .wrapper .details > .accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.groups-container .groups .group .member > .wrapper .details > .accordion > .wrapper {
  font-size: 2.125rem;
  text-align: left;
  color: #fff;
  padding: 0 2.5rem;
  padding-top: calc(50% + 13.75rem);
  padding-bottom: 1.875rem;
  background: #55111F;
  position: relative;
}
.groups-container .groups .group .member > .wrapper .details::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding-top: 100%;
  border-radius: 50% 50%;
  backface-visibility: hidden;
  transform: translateY(50%);
  z-index: -1;
  opacity: 0;
  background: #55111F;
  transition: opacity 0s 0.4s;
}
.groups-container .groups .group .member.open {
  transition: z-index 0.4s step-start;
  z-index: 20;
  color: #fff;
}
.groups-container .groups .group .member.open > .wrapper .picture img {
  filter: grayscale(0%);
}
.groups-container .groups .group .member.open > .wrapper .title {
  transition: color 0.2s 0s;
}
.groups-container .groups .group .member.open > .wrapper .subtitle {
  transition: color 0.2s 0s;
}
.groups-container .groups .group .member.open > .wrapper .details > .accordion {
  max-height: 187.5rem;
}
.groups-container .groups .group .member.open > .wrapper .details::after {
  opacity: 1;
  transition: opacity 0s 0s;
}
.groups-container .groups .group .member.open:hover {
  z-index: 30;
}
.groups-container .groups .group[data-color=red] .member > .wrapper .details > .accordion > .wrapper {
  background: #55111F;
}
.groups-container .groups .group[data-color=red] .member > .wrapper .details::after {
  background: #55111F;
}
.groups-container .groups .group[data-color=blue] .member > .wrapper .details > .accordion > .wrapper {
  background: #383EE9;
}
.groups-container .groups .group[data-color=blue] .member > .wrapper .details::after {
  background: #383EE9;
}
.groups-container .groups .group[data-color=black] .member > .wrapper .details > .accordion > .wrapper {
  background: #2B2D31;
}
.groups-container .groups .group[data-color=black] .member > .wrapper .details::after {
  background: #2B2D31;
}

/* The Solution Stack page previously carried ~435 lines of CSS for class names
 * that either don't exist in the markup (.solution-stack-hero/-body/-card/
 * -media/-block/-focus/-overview…) or were scoped to `.page.solution-stack`
 * while the elements they targeted live in `.solution-stack-section`, its
 * SIBLING. None of it applied. Removed; the live rules are below. */
.page.solution-stack {
  background: #fff;
  color: #2B2D31;
  text-align: center;
  padding: 0;
  position: relative;
}
.page.solution-stack > .wrapper {
  padding: 0 6rem;
  min-height: 100vh;
  max-width: none;
}
.page.solution-stack > .wrapper > .scroll-content {
  font-size: 0;
  margin: 0 auto;
  max-width: 168rem;
  position: relative;
}
.page.solution-stack {
  /* Review: "Replicate circles as Old About page" + "Make the circles a bit
   * more condensed and smaller by 50%".
   *
   * The old About page's artwork was measured rather than eyeballed
   * (scopeimpact.fi/about at 1440x900, About.jpg fitted per circle):
   *
   *   circle          diameter          centre (% of the square artwork)
   *   large  top-left  224px (46.3%)     24.7, 22.9
   *   small  top-right 190px (39.3%)     79.9, 27.0
   *   mid    bottom-l  207px (42.8%)     35.9, 78.1
   *
   * Two things made this hero's circles read so much larger than those. The
   * column: About's `.picture` is capped at `max-width: 60vh` (540px at
   * 1440x900) and this one was not, so it ran to the full 672px half-column.
   * And the diameters: 56%/52%/52% of that wider box, i.e. 376px against
   * About's 224px. Matching both lands each bubble within a pixel of its
   * About counterpart — a ~40% reduction, close to the 50% asked for.
   *
   * `padding-top` is 100%, not 96%: `top` percentages resolve against this
   * box's HEIGHT and `width` against its WIDTH, so anything other than a
   * square silently skews the layout below. About's artwork is square too. */
}
.page.solution-stack .solution-stack-picture {
  margin-top: 11.25rem;
  margin-bottom: 8.75rem;
  max-width: 60vh;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}
.page.solution-stack .solution-stack-core,
.page.solution-stack .solution-stack-bubble {
  border-radius: 50%;
  position: absolute;
}
.page.solution-stack .solution-stack-core {
  background: rgb(27, 68, 74);
  left: 27%;
  overflow: hidden;
  top: 25%;
  width: 48%;
}
.page.solution-stack .solution-stack-core::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page.solution-stack .solution-stack-core::after {
  background: url("../img/about-ribbon.png") center/100% auto no-repeat;
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.page.solution-stack .solution-stack-bubble {
  align-items: center;
  display: flex;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 700;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 1.2em;
  padding: 1.25rem;
  text-align: center;
  z-index: 1;
}
.page.solution-stack .solution-stack-bubble::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page.solution-stack .solution-stack-bubble span {
  position: relative;
  z-index: 1;
}
.page.solution-stack .solution-stack-bubble.large {
  background: rgba(56, 62, 233, 0.9);
  color: #fff;
  left: 5%;
  top: 12%;
  width: 37%;
  z-index: 3;
}
.page.solution-stack .solution-stack-bubble.small.top {
  background: rgba(85, 17, 31, 0.9);
  color: #fff;
  left: 56%;
  top: 16%;
  width: 34%;
  z-index: 2;
}
.page.solution-stack .solution-stack-bubble.small.bottom {
  background: rgba(190, 242, 116, 0.94);
  color: #2B2D31;
  left: 24%;
  top: 58%;
  width: 34%;
  z-index: 1;
}
.page.solution-stack .solution-stack-intro-content {
  padding-top: 17.5rem;
  padding-bottom: 8.75rem;
}
.page.solution-stack .solution-stack-hero,
.page.solution-stack .solution-stack-body,
.page.solution-stack .solution-stack-overview {
  max-width: none;
}
.page.solution-stack .solution-stack-overview > p {
  margin-bottom: 0;
}

.solution-stack-section {
  background: #F7F5F3;
  color: #2B2D31;
  padding: 18.125rem 20rem 11.25rem;
  position: relative;
  z-index: 2;
}
.solution-stack-section > .wrapper {
  margin: 0 auto;
  max-width: 106.25rem;
}
.solution-stack-section .solution-stack-empty {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin: 0 auto;
  max-width: 62.5rem;
  text-align: center;
}
.solution-stack-section {
  /* `.solution-stack-stage`, `.solution-stack-tabs`, `.solution-stack-
   * wireframe-panels` and `.solution-stack-panel` used to live here. The page
   * now composes About's `.groups-container` instead of its own tab strip, so
   * the nav is `.groupselectors`/`.groupscrollers` and the panel shell is
   * `.group` — none of those four elements are emitted any more, by the
   * template or by Storybook.
   *
   * The swap is not cosmetic. The tab strip was one control at every width;
   * `.groups-container` carries a second nav for phone, where every group is
   * shown at once and the strip would have had nothing to switch. */
}
.solution-stack-section .solution-stack-row {
  align-items: baseline;
  border-top: 1px solid rgba(43, 45, 49, 0.16);
  display: grid;
  gap: 2.5rem 4.875rem;
  grid-template-columns: 29.375rem minmax(0, 55rem);
  margin: 0;
  padding: 4rem 0;
}
.solution-stack-section .solution-stack-row.reverse .solution-stack-visual {
  order: 0;
}
.solution-stack-section .solution-stack-row:last-child {
  border-bottom: 1px solid rgba(43, 45, 49, 0.16);
}
.solution-stack-section .solution-stack-row > p:empty {
  display: none;
}
.solution-stack-section .solution-stack-visual {
  padding: 0;
}
.solution-stack-section .solution-stack-visual span {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 700;
  color: #55111F;
  display: block;
  font-size: 1.75rem;
  letter-spacing: 0.14em;
  line-height: 1.35em;
  text-transform: uppercase;
}
.solution-stack-section .solution-stack-copy {
  padding: 0;
}
.solution-stack-section .solution-stack-copy h3 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 2.625rem;
  letter-spacing: -0.03em;
  line-height: 1.25em;
  margin-bottom: 1.25rem;
}
.solution-stack-section .solution-stack-copy p {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 0;
  max-width: 62ch;
}
.solution-stack-section .solution-stack-copy p:empty {
  display: none;
}
.solution-stack-section {
  /* Halla Health's panel — a richer product-detail format (heading, product
   * illustration, alternating copy/media rows, CTA) than the plain
   * term/definition rows CHIP and CHART still use. `.solution-stack-phone`
   * is a CSS-drawn illustration, not a screenshot: there's no real Halla
   * Health app photography available as a static asset, and faking a
   * screenshot would misrepresent the product more than an abstract,
   * on-brand illustration does. */
}
.solution-stack-section .solution-stack-detail-heading {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
}
.solution-stack-section .solution-stack-detail-heading::-moz-selection {
  background: transparent;
}
.solution-stack-section .solution-stack-detail-heading::selection {
  background: transparent;
}
.solution-stack-section .solution-stack-detail-heading {
  font-size: 5.625rem;
  letter-spacing: -0.03em;
  line-height: 1.15em;
  margin-bottom: 1.5rem;
}
.solution-stack-section .solution-stack-detail-subtitle {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1.3em;
  margin-bottom: 2.5rem;
}
.solution-stack-section .solution-stack-detail-intro,
.solution-stack-section .solution-stack-detail-closing {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.6em;
  margin-bottom: 5.625rem;
}
.solution-stack-section .solution-stack-detail-closing {
  margin-top: -1.875rem;
}
.solution-stack-section .solution-stack-feature-row {
  align-items: center;
  display: grid;
  gap: 3.75rem 6.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 8.75rem;
}
.solution-stack-section .solution-stack-feature-row.reverse .solution-stack-feature-copy {
  order: 2;
}
.solution-stack-section .solution-stack-feature-row.reverse .solution-stack-media {
  order: 1;
}
.solution-stack-section .solution-stack-feature-row:last-of-type {
  margin-bottom: 5.625rem;
}
.solution-stack-section .solution-stack-feature-row.has-pair {
  margin-bottom: 20.625rem;
}
.solution-stack-section .solution-stack-feature-copy {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.6em;
}
.solution-stack-section .solution-stack-feature-copy strong {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  color: #2B2D31;
}
.solution-stack-section .solution-stack-media {
  display: flex;
  justify-content: center;
}
.solution-stack-section .solution-stack-media.single {
  margin: 0 auto 6.25rem;
}
.solution-stack-section .solution-stack-media.pair {
  height: 28.75rem;
  position: relative;
  width: 32.5rem;
}
.solution-stack-section .solution-stack-media.pair .solution-stack-phone,
.solution-stack-section .solution-stack-media.pair .solution-stack-uploaded-image {
  position: absolute;
  width: 18.75rem;
}
.solution-stack-section .solution-stack-media.pair .solution-stack-phone:first-child,
.solution-stack-section .solution-stack-media.pair .solution-stack-uploaded-image:first-child {
  left: 0;
  top: 1.25rem;
  transform: rotate(-6deg);
  z-index: 1;
}
.solution-stack-section .solution-stack-media.pair .solution-stack-phone:last-child,
.solution-stack-section .solution-stack-media.pair .solution-stack-uploaded-image:last-child {
  bottom: 0;
  right: 0;
  transform: rotate(6deg);
  z-index: 2;
}
.solution-stack-section .solution-stack-uploaded-image {
  display: block;
  height: auto;
  max-height: 38.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: min(100%, 26.25rem);
}
.solution-stack-section .solution-stack-phone {
  aspect-ratio: 9/19.5;
  background: #2B2D31;
  border-radius: 3.25rem;
  flex-shrink: 0;
  padding: 1rem;
  width: 26.25rem;
}
.solution-stack-section .solution-stack-phone__screen {
  background: #F7F5F3;
  border-radius: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  padding: 1.75rem 1.5rem;
}
.solution-stack-section .solution-stack-phone__topbar {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.solution-stack-section .solution-stack-phone__avatars {
  display: flex;
}
.solution-stack-section .solution-stack-phone__avatars span {
  border: 0.1875rem solid #F7F5F3;
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-left: -0.625rem;
  width: 1.75rem;
}
.solution-stack-section .solution-stack-phone__avatars span:first-child {
  background: #55111F;
  margin-left: 0;
}
.solution-stack-section .solution-stack-phone__avatars span:nth-child(2) {
  background: #383EE9;
}
.solution-stack-section .solution-stack-phone__avatars span:nth-child(3) {
  background: #BEF274;
}
.solution-stack-section .solution-stack-phone__label {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.solution-stack-section .solution-stack-phone__hero {
  background: linear-gradient(155deg, rgba(56, 62, 233, 0.22), rgba(190, 242, 116, 0.28));
  border-radius: 1.5rem;
  height: 42%;
}
.solution-stack-section .solution-stack-phone--warm .solution-stack-section .solution-stack-phone__hero {
  background: linear-gradient(155deg, rgba(85, 17, 31, 0.24), rgba(190, 242, 116, 0.22));
}
.solution-stack-section .solution-stack-phone--cool .solution-stack-section .solution-stack-phone__hero {
  background: linear-gradient(155deg, rgba(56, 62, 233, 0.3), rgba(56, 62, 233, 0.08));
}
.solution-stack-section .solution-stack-phone__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.solution-stack-section .solution-stack-phone__row {
  align-items: center;
  background: #fff;
  border-radius: 0.875rem;
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
}
.solution-stack-section .solution-stack-phone__icon {
  background: rgba(56, 62, 233, 0.2);
  border-radius: 0.5rem;
  flex-shrink: 0;
  height: 1.625rem;
  width: 1.625rem;
}
.solution-stack-section .solution-stack-phone__text {
  background: rgba(43, 45, 49, 0.14);
  border-radius: 0.375rem;
  flex: 1;
  height: 0.75rem;
}
.solution-stack-section .solution-stack-phone__search {
  background: rgba(43, 45, 49, 0.08);
  border-radius: 1.125rem;
  height: 2.25rem;
  margin-top: auto;
}
.solution-stack-section .solution-stack-cta {
  background: #383EE9;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  padding: 1.75rem 3.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.solution-stack-section .solution-stack-cta:hover {
  background: rgb(19.3254901961%, 21.3960784314%, 80.4078431373%);
}
.solution-stack-section .solution-stack-cta:focus-visible {
  outline: 0.25rem solid #55111F;
  outline-offset: 0.375rem;
}

/*
 * Where the two roots meet. The Solution Stack section carries BOTH
 * `.groups-container` and `.solution-stack-section` on one element:
 * `.groups-container` supplies the nav and layout, `.solution-stack-section`
 * supplies the product-body rules. They are on one element rather than nested
 * because both are descendant-selector roots — nesting would apply the p(320)
 * side padding twice.
 *
 * Most of the overlap resolves on source order without help, and lands on the
 * right value each time: `.solution-stack-section` is declared second, so its
 * padding (p(290) p(320) p(180), matching `.groups-container`'s p(290) p(320)
 * with a p(1000) foot) and its `$color-firm-charcoal` text both win. Both set
 * the same Calm Ivory background and the same z-index, so those are moot.
 *
 * What does NOT resolve is everything below: rules `.groups-container` sizes
 * for a grid of circular member portraits, which this section does not have.
 * Compound selector, so specificity (0,2,0) beats either root on its own and
 * placement is not load-bearing.
 */
.groups-container.solution-stack-section {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.groups-container.solution-stack-section .groupselectors .groupselector {
  background: transparent;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
}
.groups-container.solution-stack-section .groupselectors .groupselector:focus-visible {
  outline: 0.25rem solid #383EE9;
  outline-offset: 0.375rem;
}
.groups-container.solution-stack-section .groups {
  margin: 0;
  min-height: 0;
}
.groups-container.solution-stack-section .group {
  max-width: none;
  width: 100%;
}
.groups-container.solution-stack-section .solution-stack-feature-row {
  width: 100%;
}

/* The previous mobile block here had the same scope bug as the desktop rules:
 * it styled `.page.solution-stack .solution-stack-row/-tabs/-panel`, but those
 * elements live in `.solution-stack-section`, a sibling. Nothing collapsed, so
 * the two-column grid and the p(320) side padding survived down to 390px and
 * squeezed the copy to roughly one word per line. */
@media screen and (max-width: 700px) {
  .page.solution-stack {
    text-align: left;
  }
  .page.solution-stack > .wrapper {
    padding: 0 4.5rem;
  }
  .page.solution-stack .solution-stack-picture {
    margin: 7.5rem 0 5rem;
    padding-right: 0;
    max-width: 62.5rem;
    padding-right: 0;
    width: 100%;
  }
  .page.solution-stack .solution-stack-intro-content {
    padding: 0 0 6.875rem;
    width: 100%;
  }
  .solution-stack-section {
    padding: 12.5rem 4.5rem 7.5rem;
  }
  .solution-stack-section .solution-stack-row,
  .solution-stack-section .solution-stack-row.reverse {
    gap: 1.125rem;
    grid-template-columns: minmax(0, 1fr);
    padding: 3.25rem 0;
  }
  .solution-stack-section .solution-stack-visual span {
    font-size: 1.75rem;
  }
  .solution-stack-section .solution-stack-copy h3 {
    font-size: 3.25rem;
  }
  .solution-stack-section .solution-stack-copy p {
    font-size: 2.375rem;
  }
  .solution-stack-section .solution-stack-detail-heading {
    font-size: 4rem;
  }
  .solution-stack-section .solution-stack-detail-subtitle {
    font-size: 2.375rem;
  }
  .solution-stack-section .solution-stack-detail-intro,
  .solution-stack-section .solution-stack-detail-closing {
    font-size: 2.125rem;
    margin-bottom: 3.75rem;
  }
  .solution-stack-section .solution-stack-feature-row {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 5rem;
  }
  .solution-stack-section .solution-stack-feature-row.has-pair {
    margin-bottom: 5rem;
  }
  .solution-stack-section .solution-stack-feature-row.reverse .solution-stack-feature-copy, .solution-stack-section .solution-stack-feature-row.reverse .solution-stack-media,
  .solution-stack-section .solution-stack-feature-row .solution-stack-feature-copy,
  .solution-stack-section .solution-stack-feature-row .solution-stack-media {
    order: initial;
  }
  .solution-stack-section .solution-stack-feature-copy {
    font-size: 2rem;
  }
  .solution-stack-section .solution-stack-phone {
    width: 18.75rem;
  }
  .solution-stack-section .solution-stack-media.pair {
    height: 32.5rem;
    width: 23.75rem;
  }
  .solution-stack-section .solution-stack-media.pair .solution-stack-phone,
  .solution-stack-section .solution-stack-media.pair .solution-stack-uploaded-image {
    width: 13.75rem;
  }
  .solution-stack-section .solution-stack-cta {
    display: block;
    font-size: 1.875rem;
    text-align: center;
  }
  /*
   * Phone half of the two-root composition (see the desktop block above
   * `.page.single`'s predecessor). Both roots have a phone block, and here
   * source order does NOT land on the right value: `.groups-container`'s phone
   * rules are declared later in the file, so without this its p(145) side
   * padding and p(1100) foot — sized for the tail of a member grid — would
   * beat `.solution-stack-section`'s p(72)/p(120). The shared p(72) side
   * padding keeps hero and section aligned on mobile.
   *
   * Compound selector again, so this holds wherever it sits.
   */
  .groups-container.solution-stack-section {
    padding: 12.5rem 4.5rem 7.5rem;
  }
  .groups-container.solution-stack-section .groups {
    margin: 0;
    min-height: 0;
  }
  .groups-container.solution-stack-section .groups .groupscrollers {
    padding: 0;
  }
}
.page.single {
  padding: 0 6rem;
  text-align: center;
}
.page.single > .wrapper {
  padding-top: 17.5rem;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  max-width: 168rem;
  font-size: 0;
  overflow: hidden;
}
.page.single > .wrapper > .carousel {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  /*position: fixed;
  left: 0;
  right: 0;
  padding: 0 p(96);
  text-align: left;*/
}
.page.single > .wrapper > .carousel > .floater {
  text-align: center;
  padding-right: 7.8125rem;
  height: 100%;
}
.page.single > .wrapper > .carousel .caption {
  max-width: 43.9375rem;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 2.75rem;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 6.25rem;
}
.page.single > .wrapper > .carousel .videoplayer {
  padding-left: 6.875rem;
  padding-right: 4.375rem;
}
.page.single > .wrapper > .carousel .videoplayer .measurer {
  padding-top: 18.125rem;
  position: relative;
}
.page.single > .wrapper > .carousel .videoplayer .container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 4.375rem;
}
.page.single > .wrapper > .carousel .videoplayer .container .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.page.single > .wrapper > .carousel .videoplayer .container .placeholder > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
}
.page.single > .wrapper > .carousel .videoplayer .container .placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.25rem;
  height: 11.25rem;
  background: url("../img/play.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.page.single > .wrapper > .carousel .videoplayer .container .placeholder:hover::after {
  opacity: 0.9;
}
.page.single > .wrapper > .carousel .videoplayer .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page.single > .wrapper > .carousel .carousel-container {
  padding: 0 5rem;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper {
  position: relative;
  padding-top: 100%;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .carousel-controller {
  height: 4.125rem;
  width: 4.125rem;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: translateY(-50%);
  cursor: pointer;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .carousel-controller.left {
  left: -5rem;
  background-image: url("../img/left.svg");
  background-position: 0 50%;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .carousel-controller.right {
  right: -5rem;
  background-image: url("../img/right.svg");
  background-position: 100% 50%;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s 0s;
  padding-top: 2.8125rem;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .slide .picture {
  position: relative;
  padding-top: 100%;
  margin-bottom: 3.75rem;
  overflow: hidden;
  border-radius: 50% 50%;
  backface-visibility: hidden;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .slide .picture > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
}
.page.single > .wrapper > .carousel .carousel-container > .wrapper .slide.active {
  opacity: 1;
  visibility: 1;
  transition: opacity 0.4s 0.4s;
}
.page.single > .wrapper > .content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 2.1875rem;
  line-height: 2.6875rem;
  text-align: left;
  padding-right: 7.8125rem;
  position: relative;
  z-index: 2;
}
.page.single > .wrapper > .content a {
  outline: none;
}
.page.single > .wrapper > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.625rem;
  line-height: 1.2em;
  margin-bottom: 1.25rem;
}
.page.single > .wrapper > .content .excerpt {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 2.8125rem;
}
.page.single > .wrapper > .content .meta {
  margin: 0 -6.25rem;
  position: relative;
  margin-bottom: 2.8125rem;
  font-size: 0;
}
.page.single > .wrapper > .content .meta > div {
  padding-left: 4.6875rem;
  font-size: 2.25rem;
  line-height: 3.75rem;
  font-style: italic;
  margin: 0.625rem 6.25rem;
  background-repeat: no-repeat;
  background-size: auto 3.375rem;
  background-position: 0 0;
}
.page.single > .wrapper > .content .meta > div:empty {
  display: none;
}
.page.single > .wrapper > .content .meta > div.client {
  background-image: url("../img/ball.svg");
  background-size: auto 3rem;
}
.page.single > .wrapper > .content .meta > div.location {
  background-image: url("../img/location.svg");
  background-position: 0.3125rem 0;
}
.page.single > .wrapper > .content .meta > div.time {
  background-image: url("../img/calendar.svg");
}
.page.single > .wrapper > .content h2 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-weight: normal;
  font-size: 5.625rem;
  line-height: 5.625rem;
  margin-bottom: 3.125rem;
}
.page.single > .wrapper > .content h3, .page.single > .wrapper > .content h4 {
  font-size: 2.5rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-weight: normal;
  margin-bottom: 2.5rem;
}
.page.single > .wrapper > .content h5 {
  font-size: 2.1875rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-weight: normal;
}
.page.single > .wrapper > .content p {
  margin-bottom: 1em;
}
.page.single > .wrapper > .content b, .page.single > .wrapper > .content strong {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-weight: normal;
}
.page.single > .wrapper > .content img {
  margin: 2em 0;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.page.single > .wrapper > .content ul, .page.single > .wrapper > .content ol {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.page.single > .wrapper > .content ul li, .page.single > .wrapper > .content ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.page.single > .wrapper > .content {
  /*.scroll {
    max-width: p(1200);
    .scroll-container {
      height: 70vh;
    }
  }*/
}
.page.single > .wrapper > .content .infobox {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
  background: #383EE9;
  padding: 2.5rem 2.5rem;
  padding-top: 3.75rem;
  color: #fff;
}
.page.single > .wrapper > .content .infobox a {
  color: inherit;
}
.page.single > .wrapper > .content a.back {
  display: inline-block;
  margin-top: 2em;
  text-decoration: none;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  line-height: 4.375rem;
  text-transform: uppercase;
  margin-bottom: 6.25rem;
}
.page.single > .wrapper > .content a.back span {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 1.875rem;
  position: relative;
  border-radius: 50% 50%;
  background: #383EE9;
  color: #fff;
  vertical-align: middle;
}
.page.single > .wrapper > .content a.back span::before, .page.single > .wrapper > .content a.back span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.375rem;
  height: 1.875rem;
  background: #fff;
  left: 1.0625rem;
  top: 2.1875rem;
}
.page.single > .wrapper > .content a.back span::before {
  transform-origin: 50% 0%;
  transform: rotate(-135deg) translateX(-50%);
}
.page.single > .wrapper > .content a.back span::after {
  transform-origin: 50% 0%;
  transform: rotate(-45deg) translateX(50%);
}
.page.single > .wrapper > .content a.back.career span {
  background: #BEF274;
}
.page.single > .wrapper > .content a.back.career span::before, .page.single > .wrapper > .content a.back.career span::after {
  background: #000;
}
.page.single > .wrapper > .content a.back.work span {
  background: #55111F;
}

.page.page-template-default .root > .container {
  padding: 0 6rem;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
}
.page.page-template-default .root > .container > .content {
  max-width: 125rem;
  margin: 0 auto;
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
  font-size: 2.75rem;
  line-height: 3.875rem;
}
.page.page-template-default .root > .container > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 8.125rem;
  line-height: 8.125rem;
  margin-bottom: 1.25rem;
}
.page.page-template-default .root > .container > .content h2 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 3.125rem;
}
.page.page-template-default .root > .container > .content p {
  margin-bottom: 1em;
}
.page.page-template-default .root > .container > .content ul, .page.page-template-default .root > .container > .content ol {
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.page.page-template-default .root > .container > .content ul li, .page.page-template-default .root > .container > .content ol li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

/* Sections */
@media screen and (min-width: 701px) {
  body:not(.carousel-static) .page.single > .wrapper > .carousel {
    width: 100%;
    max-width: 168rem;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 17.5rem;
    height: 200px;
    vertical-align: top;
  }
  body:not(.carousel-static) .page.single > .wrapper > .carousel > .floater {
    text-align: center;
    height: 200px;
    width: 50%;
    padding-right: 7.8125rem;
    height: 100%;
  }
  body:not(.carousel-static) .page.single > .wrapper > .content {
    margin-left: 50%;
    width: 50%;
    padding-right: 7.8125rem;
  }
}
section .section-container {
  min-height: 100vh;
  background: #F7F5F3;
  position: relative;
  width: 100vw;
  padding: 0 20rem;
  padding-top: 18.75rem;
  padding-bottom: 12.5rem;
}
section .section-container > .wrapper {
  max-width: 150rem;
  margin: 0 auto;
  font-size: 0;
}
section .section-container > .wrapper > .container {
  position: relative;
}
section .section-container > .wrapper > .container > .subtitle {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10rem;
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 8.75rem;
  line-height: 1.2;
}
section .section-container > .wrapper > .container > .content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.45;
}
section .section-container > .wrapper > .container > .content > .container {
  position: relative;
  margin-right: -3.125rem;
}
section .section-container > .wrapper > .container > .content h1 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 8.125rem;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
section .section-container > .wrapper > .container > .content h2 {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-weight: 400;
  font-size: 5.625rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
section .section-container > .wrapper > .container > .content p {
  margin-bottom: 0.9em;
}
section .section-container > .wrapper > .container > .content ul {
  margin-left: 1em;
}
section .section-container > .wrapper > .container > .content ul li {
  margin-bottom: 0.45em;
}
section .section-container > .wrapper > .container > .content ul li strong {
  color: #55111F;
}
section .section-container > .wrapper > .container > .content ol li {
  display: block;
  margin-bottom: 0.45em;
}
section .section-container > .wrapper > .container > .content strong {
  font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-weight: 500;
}
section.has-picture .section-container > .wrapper > .container > .subtitle {
  width: 60%;
}
section.has-picture .section-container > .wrapper > .container > .picture {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding-right: 8.125rem;
  padding-top: 10rem;
}
section.has-picture .section-container > .wrapper > .container > .picture .picture-container {
  position: relative;
  margin-left: -14.0625rem;
}
section.has-picture .section-container > .wrapper > .container > .picture .picture-container > img {
  width: 100%;
  height: auto;
  margin-bottom: 16.25rem;
}
section.has-picture .section-container > .wrapper > .container > .content {
  width: 40%;
}

footer {
  background: #2B2D31;
  color: #fff;
  padding-top: 11.875rem;
  padding-bottom: 0;
  width: 100vw;
  position: relative;
  z-index: 3;
}
footer > .rail {
  margin-top: 7.5rem;
  background: #55111F;
  padding: 2.125rem 6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer > .rail svg {
  display: block;
  width: 2.875rem;
  height: auto;
}
footer > .wrapper {
  padding: 0 6rem;
  max-width: 180rem;
  margin: 0 auto;
}
footer > .wrapper > .panes {
  font-size: 0;
}
footer > .wrapper > .panes > .pane {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: bottom;
}
footer > .wrapper > .panes > .pane.logo {
  width: 20%;
}
footer > .wrapper > .panes > .pane.logo img {
  width: 100%;
  max-width: 19.375rem;
  position: relative;
  top: 1.25rem;
}
footer > .wrapper > .panes > .pane.left {
  width: 30%;
}
footer > .wrapper > .panes > .pane.right {
  width: 29%;
}
footer > .wrapper > .panes > .pane.social {
  width: 21%;
  text-align: right;
  padding-bottom: 2.5rem;
  line-height: 1;
}
footer > .wrapper > .panes > .pane.social a {
  font-size: 5.3125rem;
  display: inline-block;
  margin-left: 3.75rem;
}
footer > .wrapper > .panes > .pane.social a:first-child {
  margin-left: 0;
}

@media (max-aspect-ratio: 1/1) {
  body.home #intro-animation > .container {
    width: 101vh;
    height: 101vh;
  }
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

#footer-spacer {
  width: 100vw;
  background: transparent;
  position: static;
  z-index: 1;
}

body.page-template-template-approach-page.desktop-version {
  overflow: hidden;
}
body.page-template-template-approach-page.desktop-version section {
  background: #F7F5F3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  opacity: 0;
}
body.page-template-template-approach-page.desktop-version section > .scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
body.page-template-template-approach-page.desktop-version section.active {
  z-index: 100 !important;
}
body.page-template-template-approach-page.desktop-version section[data-section-id=scope] .section-container {
  opacity: 0;
  transition: opacity 0.3s 0.4s;
}
body.page-template-template-approach-page.desktop-version section .section-container > .wrapper {
  opacity: 0;
  transform: translateY(50vh);
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition-timing-function: ease-out;
}
body.page-template-template-approach-page.desktop-version section .section-container .arrow {
  opacity: 0;
  transition: opacity 1s 0.4s;
}
body.page-template-template-approach-page.desktop-version section .section-container .container > .picture, body.page-template-template-approach-page.desktop-version section .section-container .container > .subtitle {
  opacity: 0;
  transform: translateY(12.5rem);
  transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
}
body.page-template-template-approach-page.desktop-version section .section-container .container > .content {
  opacity: 0;
  transform: translateY(12.5rem);
  transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;
}
body.page-template-template-approach-page.desktop-version section.animate-in {
  opacity: 1;
  z-index: 300;
}
body.page-template-template-approach-page.desktop-version section.animate-in.active {
  z-index: 400;
}
body.page-template-template-approach-page.desktop-version section.animate-in .section-container {
  opacity: 1;
}
body.page-template-template-approach-page.desktop-version section.animate-in .section-container > .wrapper {
  opacity: 1;
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version section.animate-in .section-container .arrow {
  opacity: 1;
}
body.page-template-template-approach-page.desktop-version section.animate-in .section-container .container > .picture, body.page-template-template-approach-page.desktop-version section.animate-in .section-container .container > .subtitle {
  opacity: 1;
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version section.animate-in .section-container .container > .content {
  opacity: 1;
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version section.animate-out {
  z-index: 200;
}
body.page-template-template-approach-page.desktop-version section.animate-out .section-container > .wrapper {
  opacity: 0;
  transform: translateY(-50vh);
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease-in;
}
body.page-template-template-approach-page.desktop-version section.animate-out .section-container .arrow {
  opacity: 0;
  transition: opacity 0.3s 0s;
}
body.page-template-template-approach-page.desktop-version section[data-section-id=scope].animate-out .section-container {
  opacity: 0;
}
body.page-template-template-approach-page.desktop-version.reverse-direction section[data-section-id=scope] .section-container {
  transition: opacity 0.3s 0s;
}
body.page-template-template-approach-page.desktop-version.reverse-direction section .section-container > .wrapper {
  transform: translateY(-50vh);
}
body.page-template-template-approach-page.desktop-version.reverse-direction section .section-container .container > .picture, body.page-template-template-approach-page.desktop-version.reverse-direction section .section-container .container > .subtitle {
  transform: none !important;
}
body.page-template-template-approach-page.desktop-version.reverse-direction section .section-container .container > .content {
  transform: none !important;
}
body.page-template-template-approach-page.desktop-version.reverse-direction section.animate-in .section-container > .wrapper {
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version.reverse-direction section.animate-in .section-container .container > .picture, body.page-template-template-approach-page.desktop-version.reverse-direction section.animate-in .section-container .container > .subtitle {
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version.reverse-direction section.animate-in .section-container .container > .content {
  transform: translateY(0);
}
body.page-template-template-approach-page.desktop-version.reverse-direction section.animate-out .section-container > .wrapper {
  transform: translateY(50vh);
}
body.page-template-template-approach-page.desktop-version section[data-section-id=pathways-to-impact] {
  background: transparent;
}
body.page-template-template-approach-page.desktop-version section[data-section-id=pathways-to-impact] > .scroller.allow-scroll {
  overflow-y: scroll;
}
body.page-template-template-approach-page.desktop-version footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
}
body.page-template-template-approach-page.desktop-version footer.safari-fix {
  position: static;
}

@media screen and (max-width: 700px) {
  #corona > .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  #corona > .container .close {
    width: 4.375rem;
    height: 4.375rem;
  }
  #corona > .container > .wrapper {
    padding: 6.25rem 4.6875rem;
    overflow: auto;
    height: 100%;
  }
  #corona > .container > .wrapper::after {
    display: none;
  }
  #corona > .container .logo {
    position: static;
    margin-left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 15.625rem;
    margin-bottom: 17.1875rem;
  }
  #corona > .container .logo svg {
    width: 100%;
    height: auto;
  }
  html {
    font-size: 1.4222222222vw;
  }
  .only-phone {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }
  .arrow {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #menu.open > .heading > .logo > a > svg .cls-1 {
    fill: #fff !important;
  }
  #menu::after {
    content: "";
    position: absolute;
    left: -1vw;
    right: -1vw;
    top: -1vh;
    height: 16.875rem;
    background: #F7F5F3;
    z-index: -2;
    transition: background-color 0.3s, opacity 0.5s;
  }
  #menu > .heading {
    transform: translate(2.8125rem, 7.5rem);
  }
  #menu > .opener {
    position: absolute;
    top: 7.5rem;
    right: 3.125rem;
    z-index: 1;
  }
  #menu > .floater > .container > .content {
    top: 23vw;
    right: 13vw;
  }
  #menu > .floater > .container > .content .menu-main {
    font-size: 3.75rem;
    line-height: 6.875rem;
  }
  #menu > .floater::after {
    height: 300vw;
    width: 300vw;
    transform: translate(50%, -50%) scale(0.17);
  }
  body.home.intro-state #menu > .heading {
    transform: translate(50vw, 50vh) translate(-50%, -50%) translate(-1.0625rem, 7.5rem);
  }
  body.home #menu::after {
    opacity: 0;
    background: transparent;
  }
  body.home:not(.intro-in-progress) #menu::after {
    opacity: 1;
  }
  body.page-scrolled-down #menu::after {
    background: #F7F5F3;
  }
  body.page-scrolled-down #menu > .heading > .logo > a > svg .cls-1 {
    fill: #55111F !important;
  }
  body.page-scrolled-down #menu.open > .heading > .logo > a > svg .cls-1 {
    fill: #fff !important;
  }
  section .section-container {
    min-height: 0;
    padding: 0 6.5625rem;
    padding-top: 27.5rem !important;
    padding-bottom: 7.5rem;
  }
  section .section-container > .wrapper > .container > .subtitle {
    width: 100%;
    display: block;
    margin-bottom: 3.75rem;
    padding-right: 0;
  }
  section .section-container > .wrapper > .container > .content {
    width: 100%;
    display: block;
    font-size: 3.125rem;
    padding-top: 0 !important;
    top: auto !important;
  }
  section .section-container > .wrapper > .container > .content > .container {
    position: static;
    margin-right: 0;
  }
  section .section-container > .wrapper > .container > .content h1 {
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-weight: 400;
    font-size: 6.25rem;
    margin-bottom: 1.875rem;
    position: relative;
    z-index: 1;
  }
  section .section-container > .wrapper > .container > .content h2 {
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-weight: 400;
    font-size: 4.5rem;
    margin-bottom: 3.125rem;
    position: relative;
    z-index: 1;
  }
  section.has-picture .section-container > .wrapper > .container > .subtitle {
    width: 100%;
  }
  section.has-picture .section-container > .wrapper > .container > .picture {
    width: 100%;
    padding: 0;
  }
  section.has-picture .section-container > .wrapper > .container > .picture .picture-container {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
  section.has-picture .section-container > .wrapper > .container > .picture .picture-container > img {
    margin-bottom: 9.0625rem;
  }
  section.has-picture .section-container > .wrapper > .container > .content {
    width: 100%;
  }
  section[data-section-id=scope] .section-container {
    padding-top: 22.5rem;
    padding-bottom: 16.875rem;
  }
  section[data-section-id=scope] .section-container > .wrapper > .container > .update-info {
    position: static;
    margin-top: 7.5rem;
  }
  footer {
    padding-top: 9.375rem;
    padding-bottom: 5.625rem;
  }
  footer > .wrapper {
    padding: 0 6.5625rem;
  }
  footer > .wrapper > .panes > .pane {
    font-size: 2.5rem;
    display: block;
    width: 100% !important;
    margin-bottom: 2.5rem;
  }
  footer > .wrapper > .panes > .pane.logo img {
    max-width: 25rem;
    position: static;
  }
  footer > .wrapper > .panes > .pane.social {
    text-align: left;
    padding-bottom: 0;
    padding-top: 1.875rem;
  }
  footer > .wrapper > .panes > .pane.social a {
    font-size: 5.3125rem;
    display: inline-block;
    margin-left: 3.75rem;
  }
  footer > .wrapper > .panes > .pane.social a:first-child {
    margin-left: 0;
  }
  .slider {
    height: 85vh;
  }
  .slider > .wrapper > .content > .slide.has-mobile-picture > .background > img {
    display: none;
  }
  .slider > .wrapper > .content > .slide.has-mobile-picture > .background > img.mobile {
    display: block;
  }
  .slider > .wrapper > .content > .slide > .badge {
    width: 53.75rem;
    height: 53.75rem;
  }
  .slider > .wrapper > .content > .slide > .badge > .wrapper {
    width: 107.5rem;
    height: 107.5rem;
  }
  .slider > .wrapper > .content > .slide > .badge > .wrapper > a {
    width: 22.5rem;
    bottom: calc(50% + 13.75rem);
    font-size: 5.625rem;
    padding-bottom: 10rem;
  }
  .slider > .wrapper > .content > .slide > .content {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    font-size: 3.125rem;
    padding: 0 6.5625rem;
    padding-top: 20rem;
  }
  .slider > .wrapper > .content > .slide > .content h1, .slider > .wrapper > .content > .slide > .content h2 {
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: -0.035em;
    margin-bottom: 3.125rem;
    white-space: normal;
    padding: 0.2em 0.38em;
  }
  .slider > .wrapper > .content > .slide > .content h1 br, .slider > .wrapper > .content > .slide > .content h2 br {
    display: none;
  }
  .slider > .wrapper > .content > .slide > .content .more {
    margin: 4.375rem 0;
  }
  .slider > .wrapper > .content > .slide.left > .content {
    width: 100%;
  }
  .slider > .wrapper > .content > .slide.left > .badge > .wrapper a {
    left: calc(50% + 7.5rem);
  }
  .slider > .wrapper > .content > .slide.right > .content {
    width: 100%;
  }
  .slider > .wrapper > .content > .slide.right > .badge > .wrapper a {
    right: calc(50% + 7.5rem);
  }
  .page.contact {
    min-height: 85vh;
    padding: 6.5625rem 6rem;
    padding-top: 20rem;
  }
  .page.contact > .wrapper > .content a {
    left: 0;
  }
  .page.contact > .wrapper > .content > .contacts {
    margin-bottom: 7.5rem;
  }
  .page.contact > .wrapper > .content > .contacts .contact {
    width: 100%;
  }
  .page.search {
    min-height: 85vh;
    padding: 13.75rem 6.5625rem;
    padding-top: 20rem;
  }
  .page.search > .wrapper > .content {
    padding-left: 0;
  }
  .scroll-prompt {
    width: 20.3125rem;
    height: 20.3125rem;
  }
  .scroll-prompt > .wrapper {
    padding-top: 7.1875rem;
    padding-left: calc(20.3125rem + 3.125rem);
    width: 40.625rem;
    height: 40.625rem;
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  .page.about > .wrapper {
    padding: 0 6.5625rem;
    padding-top: 18.75rem;
    padding-bottom: 33.75rem;
  }
  .page.about > .wrapper > .scroll-content > .picture {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .page.about > .wrapper > .scroll-content > .picture img {
    margin: 0 auto;
    max-width: 70% !important;
    transform: none;
  }
  .page.about > .wrapper > .scroll-content > .content {
    padding: 0;
    padding-top: 6.25rem;
    width: 100%;
  }
  .page.page-template-default .root > .container > .content {
    padding-top: 25rem;
  }
  .groups-container {
    padding: 0 9.0625rem;
    padding-top: 12.5rem;
    padding-bottom: 68.75rem;
  }
  .groups-container .groupselectors {
    display: none;
  }
  .groups-container .groups {
    position: relative;
    margin: 0 -3.4375rem;
    min-height: 75rem;
  }
  .groups-container .groups .groupscrollers {
    padding: 0 3.4375rem;
    font-size: 4.375rem;
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 4.375rem;
  }
  .groups-container .groups .groupscrollers .groupscroller {
    cursor: pointer;
    margin-right: 3.125rem;
    display: block;
    color: rgba(43, 45, 49, 0.2);
  }
  .groups-container .groups .groupscrollers .groupscroller.active {
    color: #2B2D31;
    text-decoration: underline;
    font-size: 5.3125rem;
  }
  .groups-container .groups .group {
    display: block !important;
    padding-bottom: 6.25rem;
  }
  .groups-container .groups .group .member {
    padding: 0 3.4375rem;
    width: 100%;
    min-height: 37.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 5rem;
  }
  .groups-container .groups .group .member > .wrapper .title {
    font-size: 3.125rem;
    margin-bottom: 0.625rem;
  }
  .groups-container .groups .group .member > .wrapper .subtitle {
    font-size: 2.1875rem;
  }
  .groups-container .groups .group .member > .wrapper .details > .accordion > .wrapper {
    font-size: 2.1875rem;
    text-align: left;
    color: #fff;
    padding: 0 2.5rem;
    padding-top: calc(50% + 13.125rem);
    padding-bottom: 1.875rem;
    background: #55111F;
    position: relative;
  }
  .groups-container .groups .group .member > .wrapper .details::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding-top: 100%;
    border-radius: 50% 50%;
    transform: translateY(50%);
    z-index: -1;
    opacity: 0;
    background: #55111F;
    transition: opacity 0s 0.4s;
  }
  .groups-container .groups .group .member.open > .wrapper .details > .accordion {
    max-height: 187.5rem;
  }
  .groups-container .groups .group .member.open:hover {
    z-index: 30;
  }
  .groups-container .groups .group[data-color=red] .member > .wrapper .details > .accordion > .wrapper {
    background: #55111F;
  }
  .groups-container .groups .group[data-color=red] .member > .wrapper .details::after {
    background: #55111F;
  }
  .groups-container .groups .group[data-color=blue] .member > .wrapper .details > .accordion > .wrapper {
    background: #383EE9;
  }
  .groups-container .groups .group[data-color=blue] .member > .wrapper .details::after {
    background: #383EE9;
  }
  .groups-container .groups .group[data-color=black] .member > .wrapper .details > .accordion > .wrapper {
    background: #2B2D31;
  }
  .groups-container .groups .group[data-color=black] .member > .wrapper .details::after {
    background: #2B2D31;
  }
  .page.single {
    padding: 0 6.5625rem;
  }
  .page.single > .wrapper {
    padding-top: 20rem;
  }
  .page.single > .wrapper > .carousel {
    width: 90%;
    height: 80vw;
  }
  .page.single > .wrapper > .carousel.empty {
    display: none;
  }
  .page.single > .wrapper > .carousel > .floater {
    text-align: center;
    height: 80vw;
    padding-right: 0;
    padding-top: 0;
  }
  .page.single > .wrapper > .carousel .caption {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .page.single > .wrapper > .carousel .videoplayer {
    padding-left: 0;
    padding-right: 0;
  }
  .page.single > .wrapper > .carousel .videoplayer .measurer {
    padding-top: 3.125rem;
  }
  .page.single > .wrapper > .content {
    width: 100%;
    font-size: 2.75rem;
    line-height: 3.875rem;
    text-align: left;
    padding-right: 0;
  }
  .page.single > .wrapper > .content h1 {
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-weight: 400;
    font-size: 5.625rem;
    line-height: 1.2em;
    margin-bottom: 1.25rem;
  }
  .page.single > .wrapper > .content .excerpt {
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 3.875rem;
    margin-bottom: 2.8125rem;
  }
  .page.single > .wrapper > .content .meta {
    margin-left: 0;
    margin-right: 0;
  }
  .page.single > .wrapper > .content .meta > div {
    padding-left: 4.6875rem;
    font-size: 2.25rem;
    display: block;
    line-height: 3.75rem;
    background-size: auto 3.375rem;
    margin-left: 0;
    margin: 0.625rem 0;
  }
  .page.single > .wrapper > .content .meta > div.client {
    background-size: auto 3rem;
  }
  .page.single > .wrapper > .content h2 {
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-weight: 400;
    font-size: 5.625rem;
    line-height: 5.625rem;
    margin-bottom: 3.125rem;
  }
  .page.single > .wrapper > .content p {
    margin-bottom: 1em;
  }
  .page.single > .wrapper > .content img {
    margin: 2em 0;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  body.page-template-template-careers-page #menu::after,
  body.page-template-template-news-page #menu::after,
  body.page-template-template-work-page #menu::after {
    background: transparent;
  }
  body.page-template-template-careers-page #menu > .heading > .logo > a > svg .cls-1,
  body.page-template-template-news-page #menu > .heading > .logo > a > svg .cls-1,
  body.page-template-template-work-page #menu > .heading > .logo > a > svg .cls-1 {
    fill: #fff !important;
  }
  body.page-template-template-news-page.page-scrolled-down #menu::after {
    background: #F7F5F3;
  }
  body.page-template-template-news-page.page-scrolled-down #menu > .heading > .logo > a > svg .cls-1 {
    fill: #55111F !important;
  }
  body.page-template-template-careers-page #menu > .heading > .logo > a > svg .cls-1 {
    fill: #2B2D31 !important;
  }
  body.page-template-template-careers-page #menu.open > .heading > .logo > a > svg .cls-1 {
    fill: #fff !important;
  }
  body.page-template-template-careers-page.page-scrolled-down #menu::after {
    background: #BEF274;
  }
  body.page-template-template-work-page.page-scrolled-down #menu::after {
    background: #55111F;
  }
  body.page-template-template-work-page.page-scrolled-down #menu > .heading > .logo > a > svg .cls-1 {
    fill: #fff !important;
  }
  .page.mobile-lobby.careers > .content h1 {
    display: none;
  }
  .page.mobile-lobby.careers > .content h3 strong {
    font-weight: normal;
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
  }
  .page.mobile-lobby.careers > .content {
    background: #BEF274;
    color: #2B2D31;
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: 2.1875rem;
    padding: 6.5625rem;
    padding-top: 20rem;
  }
  .page.mobile-lobby.work > article > .content > .wrapper {
    background: #F7F5F3;
    color: #2B2D31;
  }
  .page.mobile-lobby > article {
    position: relative;
    padding-top: 100%;
  }
  .page.mobile-lobby > article > .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 25%;
  }
  .page.mobile-lobby > article > .background img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    font-family: "object-fit: cover; object-position: 50% 0%";
    width: 100% !important;
    height: 100% !important;
  }
  .page.mobile-lobby > article > .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 34.375rem;
    overflow: hidden;
    z-index: 1;
  }
  .page.mobile-lobby > article > .content > .wrapper {
    cursor: pointer;
    padding-top: 8.125rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 93.75rem;
    height: 93.75rem;
    background: #55111F;
    border-radius: 50% 50%;
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 2.1875rem;
    color: #fff;
  }
  .page.mobile-lobby > article > .content > .wrapper > a {
    text-align: center;
    display: block;
    width: 80vw;
    margin: 0 auto;
    text-decoration: none;
  }
  .page.mobile-lobby > article > .content > .wrapper > a .title {
    padding: 0 5vw;
    position: relative;
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    font-size: 3.4375rem;
    margin-bottom: 0.9375rem;
  }
  .page.mobile-lobby > article > .content > .wrapper > a span {
    display: block;
  }
  .page.mobile-lobby > article > .content > .wrapper > a .client {
    font-family: "General Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  .page.mobile-lobby.careers > article {
    padding-top: 105%;
  }
  .page.mobile-lobby.careers > article > .background {
    bottom: 25%;
  }
  .page.mobile-lobby.careers > article > .content {
    height: 34.375rem;
  }
  .page.mobile-lobby.careers > article > .content > .wrapper {
    background: #BEF274;
    color: #2B2D31;
    font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
    font-weight: 700;
  }
  .page.mobile-lobby.news > article {
    padding-top: 115%;
  }
  .page.mobile-lobby.news > article > .background {
    bottom: 35%;
  }
  .page.mobile-lobby.news > article > .content {
    height: 43.75rem;
  }
  .page.mobile-lobby.news > article > .content > .wrapper {
    background: #F7F5F3;
    color: #2B2D31;
  }
}
.mfp-bg {
  z-index: 9998;
  opacity: 0.7;
}

.mfp-wrap {
  z-index: 9999;
}

.mfp-container {
  padding: 0 40px;
}

.mfp-figure::after {
  background: #fff;
}

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