/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "neue-montreal-book";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Book.woff2") format("woff2");
}
@font-face {
  font-family: "neue-montreal-medium";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "neue-montreal-bold";
  src: url("../assets/bdr/fonts/pp-neue-montreal/woff/PPNeueMontreal-Bold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  cursor: none;
}

h1, h2, h3, h4, p {
  font-weight: normal;
  font-style: normal;
  color: #191919;
}

h1 {
  font-family: "neue-montreal-medium", sans-serif;
  font-size: 3.4rem;
  line-height: 3.4rem;
}

h2, input, textarea {
  font-family: "neue-montreal-medium", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5rem;
}

h3 {
  font-family: "neue-montreal-bold", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

h4 {
  font-family: "neue-montreal-bold", sans-serif;
  font-size: 0.9rem;
  line-height: 1.25rem;
}

p, sub {
  font-family: "neue-montreal-book", sans-serif;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}

h1, h2, p {
  padding: 0;
  margin: 0 0 1rem 0;
}

h3, h4 {
  padding: 0;
  margin: 0;
}

h1.dark, h2.dark, h3.dark, h4.dark, p.dark {
  color: #ffffff;
}

form input, form textarea {
  padding: 0;
  margin: 0;
  line-height: 1.15rem;
}
form input[type=submit] {
  padding: 0;
  text-decoration: none;
  height: 1.15rem;
  line-height: 1.15rem;
  background-color: transparent;
}
form input[type=submit]:focus {
  background-color: transparent;
  text-decoration: none;
}
form input[type=submit] > p {
  padding: 0;
  background-color: transparent;
  text-decoration: none;
}

iframe {
  width: 100%;
  height: 50%;
  border: none;
}

#glowCookies-banner h3 {
  font-family: "neue-montreal-book", sans-serif;
  color: #f73d2e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  display: none;
}
#glowCookies-banner p {
  font-family: "neue-montreal-book", sans-serif;
  color: #191919;
  text-align: left !important;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
}
#glowCookies-banner p a {
  margin-top: 1rem;
}
#glowCookies-banner button {
  font-family: "neue-montreal-book", sans-serif !important;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
}

a {
  cursor: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a:hover p {
  color: #f73d2e;
}

a:active {
  text-decoration: none;
}

#cursor {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #f73d2e;
  border-radius: 4px;
}

section, footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
section.full-height, footer.full-height {
  min-height: 100vh;
}
section.half-height, footer.half-height {
  min-height: 50vh;
}
section .column, footer .column {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
section .columns, footer .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section .columns.three .grid-column, footer .columns.three .grid-column {
  padding-top: 4rem;
  width: 33.3%;
}
section .columns.three .grid-column.double, footer .columns.three .grid-column.double {
  width: 66.6%;
}
section .columns.three .grid-column .container, footer .columns.three .grid-column .container {
  padding: 0 6rem 2rem 0;
}
section .columns.four .grid-column, footer .columns.four .grid-column {
  padding-top: 4rem;
  width: 25%;
}
section .columns.four .grid-column.double, footer .columns.four .grid-column.double {
  width: 50%;
}
section .columns.four .grid-column .container, footer .columns.four .grid-column .container {
  padding: 0 6rem 2rem 0;
}

.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  padding: 1rem;
  margin-bottom: 2%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.tile.scrolled {
  opacity: 1;
}

.title {
  text-transform: uppercase;
  margin: 1.5rem;
}
.title.top {
  position: absolute;
  width: 30%;
  height: auto;
}
.title.bottom {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
}
.title.bottom.lifted {
  margin-bottom: 4rem;
}
.title.right {
  right: 0;
  text-align: right;
}

.button {
  text-transform: uppercase;
  padding: 0;
}
.button h2 {
  margin: 0;
  padding-bottom: 0.2rem;
  width: auto;
  border-bottom: 3px solid #191919;
}
.button h2.dark {
  border-bottom: 3px solid #ffffff;
}
.button:hover h2, .button.text:hover h2 {
  color: #f73d2e;
  border-bottom: 3px solid #f73d2e;
}

#landing {
  background: #f9f7f3;
  box-sizing: border-box;
  min-height: 100vh;
}
#landing nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 1rem;
}
#landing nav .spacer {
  flex-grow: 1;
}
#landing nav .button {
  flex-shrink: 0;
  align-self: flex-end;
}
#landing img {
  margin: 1.5rem;
}
#landing img.brand-mark {
  height: auto;
}
#landing img.brand-mark.desktop {
  display: block;
}
#landing img.brand-mark.mobile {
  display: none;
}
#landing img.logotype {
  position: absolute;
  margin: 1.5rem;
  width: 12%;
  min-width: 120px;
  height: auto;
  bottom: 0;
  right: 0;
}

#about {
  position: relative;
  background-image: url("../assets/bdr/jpg/about.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#about .column {
  border-left: none;
  border-right: none;
}

#how {
  position: relative;
  background-color: #ebebeb;
}
#how .column {
  clear: right;
  border-left: none;
  border-right: none;
}
#how .title {
  margin-top: 6rem;
  width: 27%;
}
#how .logo-dots-mixed {
  float: right;
  width: 60%;
  height: auto;
  right: 0;
  transform: translateX(12%);
  margin: 6rem 0;
}
#how .logo-dots-mobile {
  display: none;
  margin-bottom: 2rem;
}

#framework {
  position: relative;
  padding: 4rem 0 0 0;
}
#framework #diagram-mobile, #framework #copy1-mobile {
  display: none;
}
#framework #framework-diagram {
  align-self: center;
  margin: 4rem 6rem 4rem 0;
  max-width: 700px;
}
#framework #four-pillars .container p {
  margin-bottom: 3rem;
}
#framework .title {
  max-width: 400px;
  margin-top: 4rem;
}
#framework .title.mobile {
  display: none;
}
#framework .grid-column .container {
  padding-bottom: 0;
}

#team {
  background-color: #f9f7f3;
}
#team .column .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0;
  padding: 2% 0 0 0;
}
#team .column .container .tile.team-member {
  padding: 3rem;
}
#team .column .container .tile.team-member .job-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 2rem 3rem;
}
#team .column .container .tile.team-member .job-title.dark h2, #team .column .container .tile.team-member .job-title.dark p {
  color: #ffffff;
}
#team .column .container .tile.team-member.ale {
  background-image: url("/assets/bdr/profile/ale.jpg");
}
#team .column .container .tile.team-member.manu {
  background-image: url("/assets/bdr/profile/manu.jpg");
}
#team .column .container .tile.team-member.stephan {
  background-image: url("/assets/bdr/profile/stephan.jpg");
}
#team .column .container .tile.team-member.noel {
  background-image: url("/assets/bdr/profile/noel.jpg");
}
#team .column .container .tile.team-member.elena {
  background-image: url("/assets/bdr/profile/elena.jpg");
}
#team .column .container .tile.team-member.pina {
  background-image: url("/assets/bdr/profile/pina.jpg");
}
#team .column .container .tile.team-member.lauren {
  background-image: url("/assets/bdr/profile/lauren.jpg");
}
#team .column .container .tile.team-member h2 {
  margin-bottom: 0;
}
#team .column .container .tile.team-member .button {
  margin-top: auto;
  margin-left: auto;
}
#team .column .container .tile.team-quote {
  background-color: #f73d2e;
  padding: 3rem;
}
#team .column .container .tile.team-quote img.quote {
  width: 8%;
  height: 8%;
  margin-bottom: 2rem;
}
#team .column .container .tile.team-quote h2 {
  width: 50%;
}
#team .column .container .tile.team-quote p {
  margin: auto 0 0 auto;
}

#work {
  background-color: #191919;
}
#work .grid-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#work .grid-column img {
  max-width: 40%;
  margin: 3rem;
}

#testimonials {
  background-color: #f9f7f3;
}
#testimonials .column .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0;
  padding: 2% 0 0 0;
}
#testimonials .column .container .tile.team-quote {
  background-color: #f73d2e;
  padding: 3rem;
}
#testimonials .column .container .tile.team-quote img.quote {
  width: 8%;
  height: 8%;
  margin-bottom: 2rem;
}
#testimonials .column .container .tile.team-quote h2 {
  width: 50%;
}
#testimonials .column .container .tile.team-quote .credit {
  margin: auto 0 0 auto;
}
#testimonials .column .container .tile.team-quote .credit p {
  margin: 0;
}
#testimonials .column .container .tile.team-quote .credit p:first-child {
  font-weight: bold;
}
#testimonials .column .container .tile:nth-child(even) {
  background-color: #ffffff;
}

#hatchery {
  position: relative;
  background-image: url("../assets/bdr/jpg/hatchery-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#hatchery .filter {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 0;
}
#hatchery .column {
  position: relative;
  z-index: 10;
  padding-top: 4rem;
}
#hatchery h1.title {
  width: 33%;
  max-width: 300px;
  text-align: left;
}

footer {
  min-height: 100vh;
  overflow: hidden;
  background-color: #191919;
  display: flex;
  flex-flow: column;
}
footer .footer-logo {
  width: 120px;
  margin: 3rem 0 0 3rem;
}
footer .column {
  flex-grow: 1;
}
footer .column .columns .grid-column {
  padding: 0;
  margin: 0;
}
footer .social-link {
  width: 50%;
  max-width: 120px;
  margin: 2rem 0;
}
footer .button.contact {
  padding: 0;
  margin: 0;
}
footer .button.contact h2 {
  margin: 0;
  padding: 0 0 0.2rem 0;
  width: auto;
  border-bottom: 3px solid #ffffff;
  float: left;
}
footer .button.contact:hover h2, footer .button.contact.text:hover h2 {
  color: #f73d2e;
}
footer .legal {
  display: flex;
  flex-flow: row nowrap;
  padding: 2rem;
  justify-content: space-between;
}
footer .legal p {
  color: #ffffff;
}
footer .legal .statement {
  align-content: flex-start;
}
footer .legal .statement .tea-logo {
  width: 150px;
  height: auto;
  margin-bottom: 2.4rem;
}
footer .legal .statement .wxo-logo {
  width: 100px;
  height: auto;
  margin-bottom: 2.4rem;
}
footer .legal .links {
  align-content: flex-end;
  align-items: end;
  display: flex;
  flex-flow: row nowrap;
}
footer .legal .links > * {
  margin-left: 2rem;
}
footer .legal .links a:hover p {
  color: #f73d2e;
}

#privacy .column .container h1 {
  margin: 4rem 0rem 2rem 0rem;
}
#privacy .column .container p {
  margin-bottom: 2rem;
}

.slider {
  position: fixed;
  margin: 0 auto;
  width: 530px;
  height: 90vh;
  background-color: #f9f7f3;
  border: none;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  padding: 2rem;
}
.slider h2 {
  color: #191919;
  margin: 0;
}
.slider.close {
  top: 100%;
  z-index: 99;
}
.slider.previous {
  top: 10%;
  z-index: 100;
}
.slider.previous .title-bar .button.close {
  display: grid;
}
.slider.previous .title-bar .button.next {
  display: none;
}
.slider.open {
  top: 5%;
  z-index: 101;
}
.slider.open .title-bar .button.close {
  display: grid;
}
.slider.open .title-bar .button.next {
  display: none;
}
.slider.next {
  top: 100%;
  z-index: 102;
  transform: translate(-50%, -7rem);
  transition-delay: 0.3s;
}
.slider.next .title-bar .button.close {
  display: none;
}
.slider.next .title-bar .button.next {
  display: grid;
}
.slider .title-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.slider .title-bar .job-title {
  margin: 1rem 0;
  width: 300px;
  flex-flow: column;
}
.slider .title-bar .button {
  margin-bottom: auto;
}
.slider .team-card {
  position: relative;
  margin-bottom: 10rem;
}
.slider .team-card .scroll-content {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 18rem);
  margin-bottom: 100px;
  overflow: scroll;
  scrollbar-width: none;
}
.slider .team-card .scroll-content img {
  margin: 2rem 0;
  aspect-ratio: 1.8/1;
}
.slider .team-card .scroll-content img.profile {
  margin: 0 0 2rem 0;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.slider .team-card .scroll-content .contact-info {
  margin: 2rem 0;
}
.slider .team-card .scroll-content .contact-info p {
  color: #f9f7f3;
}
.slider .team-card .scroll-content .contact-info a:hover p {
  color: #f73d2e;
}
.slider .contact-card .title-bar {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 1rem;
}
.slider .contact-card form {
  margin: 2.4rem 0;
}
.slider .contact-card form .feedback-input {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}
.slider .contact-card form .feedback-input:focus {
  border: 1px solid #f9f7f3;
}
.slider .contact-card form textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
.slider .contact-card form [type=submit] {
  color: #191919;
  background: none;
  width: auto;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
  text-transform: uppercase;
}
.slider .contact-card form [type=submit] h2 {
  padding-bottom: 0.2rem;
  border-bottom: 3px solid #191919;
}
.slider .contact-card form [type=submit]:hover h2 {
  color: #f73d2e;
}
.slider .project-card .image-carousel-wrapper {
  width: 100%;
  margin-top: 2.4rem;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
}
.slider .project-card .image-carousel-wrapper img.carousel-image {
  width: 100%;
  border-radius: 0.75rem;
  margin: 0 0 2rem 0;
  aspect-ratio: 1.3;
  object-fit: cover;
}
.slider .project-card .carousel-controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.slider .project-card .carousel-controls .button-group {
  display: flex;
  flex-flow: row nowrap;
}
.slider .project-card .carousel-controls .button-group > * {
  margin-left: 2.4rem;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(200, 200, 200, 0.6);
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 20;
}
#modal.fade-up {
  pointer-events: all;
  animation: modal-fade-up 0.5s ease-in-out forwards;
}
#modal.fade-down {
  pointer-events: none;
  animation: modal-fade-down 0.5s ease-in-out forwards;
}

@keyframes modal-fade-up {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fade-down {
  0% {
    opacity: 1;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  section .column .columns.four .grid-column .container {
    padding: 2rem;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    color: var(--Black, #191919);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
  }
  h2 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }
  h3 {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
  }
  p, input, textarea {
    color: #191919;
    text-align: left;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 100% */
  }
  section.full-height {
    min-height: 75vh;
  }
  section .column .columns.four .grid-column {
    width: 50%;
  }
  section .column .columns.four .grid-column.empty {
    display: none;
  }
  section .column .columns.four .grid-column .container {
    padding: 0 2rem 2rem 2rem;
  }
  #landing .title {
    width: 50%;
  }
  #how .title {
    width: 30%;
  }
  #framework .title.desktop {
    display: none;
  }
  #framework .title.mobile {
    display: block;
  }
  #framework #copy1-desktop {
    order: 1;
    width: 100%;
    padding: 0 2rem;
  }
  #framework #copy1-desktop .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  #framework #copy1-desktop .container p {
    width: 45%;
  }
  #framework #diagram-desktop {
    order: 2;
    width: 100%;
    padding-top: 1rem;
    justify-content: center;
  }
  #framework #diagram-desktop img {
    margin: 0 auto;
  }
  #framework #diagram-mobile {
    width: 100%;
    align-content: center;
    justify-content: center;
    margin: 2rem;
  }
  #framework #diagram-mobile img {
    padding: 0;
    align-self: center;
    width: 100%;
    margin: 0 auto;
  }
  #framework #four-pillars {
    order: 3;
    width: 100%;
  }
  #framework #framework-diagram {
    margin: 0 1rem;
  }
  #glowCookies-banner h3 {
    display: none;
  }
  #glowCookies-banner p {
    font-family: "Suisse-medium", sans-serif;
    color: #191919;
    text-align: left;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 100% */
  }
  #glowCookies-banner p a {
    margin-top: 1rem;
  }
  #glowCookies-banner button {
    font-family: "Suisse-medium", sans-serif !important;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 100% */
  }
  #modal {
    pointer-events: none;
  }
  #work .grid-column img {
    max-width: 60%;
    margin: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    color: var(--Black, #191919);
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }
  h2 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }
  h3 {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
  }
  p, input, textarea {
    color: #191919;
    text-align: left;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 100% */
  }
  section .column .columns.four .grid-column {
    width: 50%;
  }
  section .column .columns.four .grid-column.empty {
    display: none;
  }
  section .column .columns.four .grid-column .container {
    padding: 0 2rem 2rem 2rem;
  }
  #landing .title {
    width: 50%;
  }
  #how .title {
    width: 35%;
  }
  #how .logo-dots-mixed {
    float: right;
    width: 60%;
    right: 0;
    transform: translateX(12%);
    margin: 6rem 0;
  }
  #testimonials {
    background-color: #f9f7f3;
  }
  #testimonials .column .container .tile.team-quote h2 {
    width: 75%;
  }
  footer .column .flex-container .grid-column {
    width: 100%;
    padding: 2rem;
    margin: 0;
  }
  footer .column .flex-container .grid-column.empty {
    display: none;
  }
  footer .legal {
    display: flex;
    flex-flow: column-reverse nowrap;
    padding: 2rem;
  }
  footer .legal p {
    color: #ffffff;
  }
  footer .legal .statement {
    margin-top: 1rem;
  }
  footer .legal .links {
    align-content: flex-start;
    align-items: start;
    display: flex;
    flex-flow: column nowrap;
  }
  footer .legal .links > * {
    margin: 0.2rem 0;
    line-height: 1.4rem;
  }
  footer .legal .links a:hover p {
    color: #f73d2e;
  }
}
@media only screen and (max-width: 800px) {
  #landing .title {
    width: 50%;
  }
  #team .column .container .tile.team-quote {
    padding: 3rem;
  }
  #team .column .container .tile.team-quote h2 {
    width: 100%;
  }
  #team .column .container .tile.team-quote p {
    margin: auto 0 0 auto;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
  }
  #landing .title {
    width: 60%;
  }
  #testimonials, #team {
    background-color: #f9f7f3;
  }
  #testimonials .column .container .tile, #team .column .container .tile {
    aspect-ratio: 1/1;
  }
  #testimonials .column .container .tile.team-quote, #team .column .container .tile.team-quote {
    padding: 2rem;
  }
  #testimonials .column .container .tile.team-quote img.quote, #team .column .container .tile.team-quote img.quote {
    width: 8%;
    height: 8%;
    margin-bottom: 1rem;
  }
  #testimonials .column .container .tile.team-quote h2, #team .column .container .tile.team-quote h2 {
    width: 100%;
    font-size: 0.8rem;
  }
  #testimonials .column .container .tile.team-quote p, #team .column .container .tile.team-quote p {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 600px) {
  body {
    cursor: default;
  }
  .title {
    text-transform: uppercase;
    margin: 2rem;
  }
  .title.top {
    position: relative;
    width: 60%;
    height: auto;
  }
  .title.bottom {
    position: relative;
    width: 60%;
    height: auto;
    bottom: 0;
  }
  .title.bottom.lifted {
    margin-bottom: 1rem;
  }
  .title.right {
    right: 0;
    text-align: left;
  }
  #landing .title {
    position: absolute;
  }
  .glowCookies__banner {
    bottom: 0;
    left: 0;
    right: 0 !important;
    margin: 7px;
    width: auto;
    max-width: none !important;
  }
  .slider {
    position: fixed;
    margin: 0 auto;
    width: 75vw;
    height: 100vh;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    padding: 2rem;
  }
  .slider.open {
    top: 1%;
    z-index: 101;
  }
  .slider.open .title-bar .button.close {
    display: grid;
  }
  .slider.open .title-bar .button.next {
    display: none;
  }
  #how .title {
    width: 50%;
    margin-top: 2rem;
  }
  #how .logo-dots-mixed {
    display: none;
  }
  #how .logo-dots-mobile {
    display: block;
  }
  #how .grid-column {
    padding-top: 1rem;
  }
  #framework #copy1-desktop {
    display: none;
    order: 4;
  }
  #framework #copy1-mobile {
    display: block;
    margin: 0 2rem;
    order: 1;
  }
  #framework #copy1-mobile .flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  #framework #copy1-mobile .flex-row p {
    width: 45%;
  }
  #framework #diagram-desktop {
    display: none;
  }
  #framework #diagram-mobile {
    display: block;
    order: 2;
    width: 100%;
    padding: 1rem 0 3rem 0;
  }
  #framework #four-pillars {
    order: 3;
    width: 100%;
    padding-top: 0;
  }
  #framework #four-pillars .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #framework #four-pillars .container .pillar {
    width: 50%;
  }
  #framework #framework-diagram {
    margin: 0 2rem;
  }
  #work {
    justify-content: end;
  }
  #work.full-height {
    min-height: 75vh;
  }
  #work .column .flex-container .grid-column {
    padding-top: 1rem;
  }
  #work p {
    margin-bottom: 4rem;
  }
  #cursor {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  h1 {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
  }
  h2 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }
  h3 {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
  }
  p, input, textarea {
    color: #191919;
    text-align: left;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem; /* 100% */
  }
  section.full-height {
    min-height: 75vh;
  }
  section .column .columns.four .grid-column {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
  section .column .columns.four .grid-column.empty {
    display: none;
  }
  section .column .columns.four .grid-column .container {
    padding: 0 2rem 2rem 2rem;
  }
  section .title {
    width: 80% !important;
  }
  .slider .team-card {
    position: relative;
    margin-bottom: 10rem;
  }
  .slider .team-card .scroll-content {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 18rem);
    margin-bottom: 100px;
    overflow: scroll;
    scrollbar-width: none;
  }
  .slider .team-card .scroll-content img {
    margin: 2rem 0;
    aspect-ratio: 1/1;
  }
  .slider .team-card .scroll-content img.profile {
    margin: 0 0 2rem 0;
    aspect-ratio: 1.5;
    object-fit: cover;
  }
  .tile {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    padding: 1rem;
    margin-bottom: 2%;
    opacity: 0;
  }
  .tile.team-member {
    aspect-ratio: 1/1;
  }
  .tile.team-member .title {
    margin: 1rem;
  }
  #landing .title {
    position: relative;
    width: 85%;
    padding-top: 2rem;
    margin: 2rem;
  }
  #landing img {
    margin: 1.5rem;
  }
  #landing img.brand-mark {
    height: auto;
  }
  #landing img.brand-mark.desktop {
    display: none;
  }
  #landing img.brand-mark.mobile {
    display: block;
  }
  #landing img.logotype {
    display: none;
  }
  #about .title {
    position: relative;
  }
  #how .title {
    margin-top: 2rem;
  }
  #how .logo-dots-mixed {
    float: right;
    width: 60%;
    height: auto;
    right: 0;
    transform: translateX(12%);
    margin: 2rem 0;
  }
}
@media only screen and (max-height: 430px) and (orientation: landscape) {
  #landing, #about {
    min-height: 130vh;
  }
}
section.article-title {
  min-height: calc(100vh - 7rem);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/assets/img/pics/infinity_room.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.article-title .column {
  max-width: 640px;
}
section.article-title .column .container {
  max-width: 640px;
}
section.article-title .column .container h1 {
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 4rem;
}
section.article-title .column .container sub {
  color: white;
}
section.article-title .column .container .subtitles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.article-title .column .container .break {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 3rem;
}

section.article-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section.article-body:last-of-type {
  padding-bottom: 6rem;
}

section.article-body h1, section.article-asset h1 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 4rem;
}
section.article-body h2, section.article-asset h2 {
  color: #191919;
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f9f7f3;
}
section.article-body h2:before, section.article-asset h2:before {
  content: "/";
  color: #f73d2e;
  margin-right: 6px;
}
section.article-body p, section.article-asset p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
section.article-body img, section.article-asset img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
section.article-body ol, section.article-asset ol {
  list-style: none;
  counter-reset: item;
}
section.article-body .column, section.article-asset .column {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}
section.article-body .break, section.article-asset .break {
  width: 100%;
  border-bottom: 1px solid #f9f7f3;
  margin-bottom: 3rem;
}

section.article-asset {
  background-color: #f9f7f3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.article-asset p {
  font-size: 0.8rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

/*# sourceMappingURL=home-dist.css.map */
