@charset "UTF-8";
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "TKW-Bold";
  src: url("../../fonts/TWKEverett-Bold-web.woff") format("woff"), url("../../fonts/TWKEverett-Bold-web.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TKW-Light";
  src: url("../fonts/TWKEverett-Light-web.woff") format("woff"), url("../fonts/TWKEverett-Light-web.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TKW-Thin";
  src: url("../fonts/TWKEverett-Thin-web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
:root {
  --main-width: 1400px;
  --heading-font: TKW-Light;
  --body-font: TKW-Light;
  --body-font-thin: TKW-Thin;
  --default-font-size: clamp(16px, 15px + 0.25vw, 18px);
  --heading-size-xs: clamp(16px, 15px + 0.25vw, 18px);
  --heading-size-sm: clamp(18px, 16px + 0.5vw, 22px);
  --heading-size-md: clamp(20px, 16px + 1vw, 28px);
  --heading-size-lg: clamp(24px, 18px + 1.5vw, 36px);
  --heading-size-xl: clamp(28px, 20px + 2vw, 44px);
  --heading-size-ul: clamp(32px, 22px + 2.5vw, 52px);
  --body-size-xs: clamp(12px, 11px + 0.25vw, 14px);
  --body-size-sm: clamp(16px, 15px + 0.25vw, 18px);
  --body-size-md: clamp(16px, 12px + 1vw, 24px);
  --body-size-lg: clamp(24px, 18px + 1.5vw, 36px);
  --body-size-xl: clamp(20px, 18px + 0.5vw, 24px);
  --body-size-ul: clamp(28px, 24px + 1vw, 36px);
  --space-navbar: clamp(45px, 42.5px + 0.625vw, 50px);
  --space-1: 2px;
  --space-2: 6px;
  --space-3: 12px;
  --space-4: 24px;
  --space-5: 36px;
  --space-6: 48px;
  --space-7: 96px;
  --space-8: 48px;
  --space-9: 48px;
  --color-black: #1b1b1b;
  --color-white: #fdfdfd;
  --color-primary: #4473e9;
  --color-secondary: #0c318f;
  --color-tertiary: rgb(255, 22, 251);
  --color-black-0: rgba(27, 27, 27, 0);
  --color-white-0: rgba(253, 253, 253, 0);
  --color-primary-0: rgba(68, 115, 233, 0);
  --color-secondary-0: rgba(12, 49, 143, 0);
  --color-tertiary-0: rgba(255, 22, 251, 0);
  --color-black-10: rgba(27, 27, 27, 0.1);
  --color-white-10: rgba(253, 253, 253, 0.1);
  --color-primary-10: rgba(68, 115, 233, 0.1);
  --color-secondary-10: rgba(12, 49, 143, 0.1);
  --color-tertiary-10: rgba(255, 22, 251, 0.1);
  --color-black-20: rgba(27, 27, 27, 0.2);
  --color-white-20: rgba(253, 253, 253, 0.2);
  --color-primary-20: rgba(68, 115, 233, 0.2);
  --color-secondary-20: rgba(12, 49, 143, 0.2);
  --color-tertiary-20: rgba(255, 22, 251, 0.2);
  --color-black-30: rgba(27, 27, 27, 0.3);
  --color-white-30: rgba(253, 253, 253, 0.3);
  --color-primary-30: rgba(68, 115, 233, 0.3);
  --color-secondary-30: rgba(12, 49, 143, 0.3);
  --color-tertiary-30: rgba(255, 22, 251, 0.3);
  --color-black-40: rgba(27, 27, 27, 0.4);
  --color-white-40: rgba(253, 253, 253, 0.4);
  --color-primary-40: rgba(68, 115, 233, 0.4);
  --color-secondary-40: rgba(12, 49, 143, 0.4);
  --color-tertiary-40: rgba(255, 22, 251, 0.4);
  --color-black-50: rgba(27, 27, 27, 0.5);
  --color-white-50: rgba(253, 253, 253, 0.5);
  --color-primary-50: rgba(68, 115, 233, 0.5);
  --color-secondary-50: rgba(12, 49, 143, 0.5);
  --color-tertiary-50: rgba(255, 22, 251, 0.5);
  --color-black-60: rgba(27, 27, 27, 0.6);
  --color-white-60: rgba(253, 253, 253, 0.6);
  --color-primary-60: rgba(68, 115, 233, 0.6);
  --color-secondary-60: rgba(12, 49, 143, 0.6);
  --color-tertiary-60: rgba(255, 22, 251, 0.6);
  --color-black-70: rgba(27, 27, 27, 0.7);
  --color-white-70: rgba(253, 253, 253, 0.7);
  --color-primary-70: rgba(68, 115, 233, 0.7);
  --color-secondary-70: rgba(12, 49, 143, 0.7);
  --color-tertiary-70: rgba(255, 22, 251, 0.7);
  --color-black-80: rgba(27, 27, 27, 0.8);
  --color-white-80: rgba(253, 253, 253, 0.8);
  --color-primary-80: rgba(68, 115, 233, 0.8);
  --color-secondary-80: rgba(12, 49, 143, 0.8);
  --color-tertiary-80: rgba(255, 22, 251, 0.8);
  --color-black-90: rgba(27, 27, 27, 0.9);
  --color-white-90: rgba(253, 253, 253, 0.9);
  --color-primary-90: rgba(68, 115, 233, 0.9);
  --color-secondary-90: rgba(12, 49, 143, 0.9);
  --color-tertiary-90: rgba(255, 22, 251, 0.9);
  --color-accent-1: rgb(101, 138, 46);
  --color-accent-2: rgb(200, 178, 35);
  --color-accent-3: rgb(154, 79, 154);
  --color-accent-4: rgb(181, 89, 58);
  --blur: 100px;
  --blur2: 50px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--body-font), sans-serif;
  font-size: var(--body-size-md);
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.scroll-smooth {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Page-wide */
html, body, main {
  /* Firefox */
  scrollbar-width: none;
  /* IE/old Edge */
  -ms-overflow-style: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar { /* Chrome/Safari */
  display: none;
}

.text-body-xs,
.text-body-sm,
.text-body-md {
  font-family: var(--body-font);
}

.text-body-lg,
.text-body-xl,
.text-body-ul {
  font-family: var(--body-font);
}

.text-body-xs {
  font-size: var(--body-size-xs);
}

.text-body-sm {
  font-size: var(--body-size-sm);
}

.text-body-md {
  font-size: var(--body-size-md);
}

.text-body-lg {
  font-size: var(--body-size-lg);
}

.text-body-xl {
  font-size: var(--body-size-xl);
}

.text-body-ul {
  font-size: var(--body-size-ul);
}

canvas {
  touch-action: none;
}

a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration-color: rgb(0, 0, 0);
}

p p {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: var(--space-sm) var(--space-md);
  transition: all 0.2s;
}
button:hover {
  background-color: var(--color-primary-80);
}

svg {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

img {
  width: 100%;
  user-drag: none; /* Safari */
  -webkit-user-drag: none;
}

video {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
}

.loader {
  background-color: var(--color-white);
  z-index: 999;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  flex-wrap: nowrap;
  animation-delay: 0.2s;
}
.loader .a-placeholder {
  display: none;
}
.loader > div {
  opacity: 0;
  animation-name: fade-in-loader;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.loader img {
  width: 40px;
  aspect-ratio: 1/1;
}

@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: var(--color-primary);
  opacity: 0;
  transform: translate3d(0, calc(-100% * var(--overlay-direction, 1)), 0);
  pointer-events: none;
}

.logo {
  width: 200px;
}
.logo img, .logo svg {
  width: 100%;
  height: auto;
}

/* Slightly move main content */
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.white {
  color: var(--color-white);
  text-decoration-color: var(--color-white);
}

.rotate {
  animation: spin360 1s linear infinite;
  transform-origin: center center; /* ensures it spins around its center */
}

.text-body-s {
  font-size: var(body-size-sm);
}

.text-body-m {
  font-size: var(--body-size-md);
}

.text-body-l {
  font-size: var(--body-size-lg);
}

.logo-mobile {
  display: none;
}

.logo-desktop {
  display: block;
}

.overflow-locked {
  overflow-y: hidden;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-bottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-loader {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(30px);
  }
}
@keyframes fade-in-loader {
  from {
    opacity: 0;
    filter: blur(30px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fade-out-top {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fade-out-bottom {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes fade-out-bottom {
  0% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-text {
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.5s ease-in-out, filter 0.7s ease-out;
}

.fade-text.visible {
  opacity: 1;
  filter: blur(0);
}

@keyframes unblur-landing {
  0% {
    filter: blur(100px);
    opacity: 1;
  }
  99% {
    filter: blur(0px);
    opacity: 1;
  }
  99% {
    filter: blur(0px);
    opacity: 0;
  }
}
@keyframes blur-in-landing {
  from {
    filter: blur(100px);
    opacity: 0;
  }
  to {
    filter: blur(0px);
    opacity: 1;
  }
}
.fade-landing-text {
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.5s ease-in-out, filter 0.7s ease-out;
}

.fade-landing-text.visible {
  opacity: 1;
  filter: blur(0);
}

/* FOR SAFARI DESKTOP */
.safari .fade-landing-text {
  filter: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, filter 0.7s ease-out;
}
.safari .fade-landing-text.visible {
  filter: none;
  opacity: 1;
}
.safari .fade-text {
  filter: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, filter 0.7s ease-out;
}
.safari .fade-text.visible {
  filter: none;
  opacity: 1;
}

html.is-changing .transition-text {
  transition: filter 1s ease-out, opacity 1s ease-in-out;
  opacity: 1;
  filter: blur(0px);
}

html.is-animating .transition-text {
  filter: blur(30px);
  opacity: 0;
}

html.is-leaving .transition-text {
  filter: blur(30px);
  opacity: 0;
}

html.to-back {
  /* --overlay-direction: -1; */
}

html.is-changing .transition-image {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

html.is-animating .transition-image {
  opacity: 0;
}

html.is-leaving .transition-image {
  opacity: 0;
}

html.to-back {
  /* --overlay-direction: -1; */
}

/* –––––––––––––––––––––––––––––––––––––– */
/* FOR SAFARI DESKTOP */
html.is-changing .safari .transition-text {
  transition: filter 1s ease-out, opacity 1s ease-in-out;
  opacity: 1;
}

html.is-animating .safari .transition-text {
  opacity: 0;
}

html.is-leaving .safari .transition-text {
  opacity: 0;
}

html.to-back {
  /* --overlay-direction: -1; */
}

body.disableAnimations * {
  animation: none !important;
  transition: none !important;
}
body.disableAnimations * .loader .a-placeholder {
  display: block;
}

body.hideImages img:not(.logo img):not(.logo > img):not(.logo *) {
  display: none !important;
}
body.hideImages .image-container .background {
  display: none !important;
}
body.hideImages canvas {
  display: none !important;
}
body.hideImages video:not(.no-img) {
  display: none !important;
}
body.hideImages .case-asset {
  aspect-ratio: 16/9;
  background-color: var(--color-black-70);
}
body.hideImages .case-asset .a-text {
  display: block;
  padding: 15px;
  color: var(--color-white);
}
body.hideImages * {
  background-image: none !important;
}

body.biggerTexts * {
  font-size: 1.5rem;
}
body.biggerTexts .heading h2 {
  -moz-columns: 1;
       columns: 1;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: space-between;
  /* Accessing the mixin through namespace */
  gap: var(--space-md);
}

input,
textarea,
select {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  transition: all 0.2s ease-in-out;
}

input {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(27, 27, 27, 0.5) 2px solid;
  padding: 5px 30px;
  margin-bottom: 40px;
}
input[type=radio], input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: rgba(27, 27, 27, 0.5) 2px solid;
  border-radius: 3px; /* Apply a small border radius */
  background-color: transparent;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: rgb(81, 0, 255); /* Optional: Highlight when checked */
  border-color: rgb(81, 0, 255);
}
input:focus {
  border-color: rgb(81, 0, 255);
}

textarea {
  width: 100%;
  display: block;
  background-color: transparent;
  border: rgba(27, 27, 27, 0.5) 2px solid;
  padding: 5px 30px;
  margin-bottom: 40px;
}

main {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  width: 100%;
  z-index: 200;
  padding: 30px 30px;
}
header.home {
  align-items: start;
  padding: 30px 30px;
  position: absolute;
  top: 0;
}
header .logo {
  pointer-events: initial;
}
header .logo img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav {
  pointer-events: initial;
}
header nav a,
header nav span {
  color: inherit;
}
header nav a {
  cursor: pointer;
}
header nav a:hover {
  text-underline-offset: 4px;
}
header nav span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
header nav.white a {
  text-decoration-color: rgba(255, 255, 255, 0);
}
header nav.white a:hover {
  text-decoration-color: rgb(255, 255, 255);
}

footer {
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
footer ul {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.section-big {
  padding: 100px 180px;
}

.text-container {
  margin-bottom: 60px;
  min-height: 75vh;
}
.text-container h1 {
  margin-bottom: 40px;
}
.text-container .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
.text-container .flex-container .left {
  flex: 0 0 60%;
}
.text-container .flex-container .left p,
.text-container .flex-container .left strong {
  font-size: inherit;
}
.text-container .flex-container .left p {
  margin-bottom: 15px;
}
.text-container .flex-container .left strong {
  display: inline-block;
  margin: 15px 0;
}
.text-container .flex-container .right {
  flex: 1;
}
.text-container .flex-container.accessibility {
  gap: 40px;
}

form label {
  display: flex;
  flex-direction: row;
  margin: 0;
  align-items: center;
}
form input[type=checkbox] {
  accent-color: var(--color-black);
  margin: 0 15px 0 0;
  display: inline;
  padding: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-black);
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
form input[type=checkbox]:checked {
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
}
form button {
  margin-top: 40px;
  padding: 15px 30px;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  transition: background-color 0.3s ease-in-out;
}
form button:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
form .arrow-container:hover {
  transform: translate(-50%, -80%);
}
form .change-note {
  opacity: 0;
  padding: 15px 0;
  color: var(--color-accent-4);
  animation-name: none;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.arrow:hover {
  transform: translate(-50%, -80%);
}

#scroll-to-top {
  cursor: pointer;
}

.orientation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: none;
}
.orientation-overlay.visible {
  display: block;
}

body:not(.disableAnimations) .cases-container .blur-object .case-image {
  filter: blur(var(--blur));
}
body:not(.disableAnimations) .cases-container .blur-object .background {
  filter: blur(var(--blur2));
}

.landing {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100svh;
}
.landing .landing-image {
  background-color: transparent;
  z-index: 2;
}
.landing .landing-image.visible .case-image {
  opacity: 0;
  transition: all 2s ease-in-out;
  filter: blur(0);
}
.landing .landing-image.visible .background {
  filter: blur(0);
  opacity: 0;
  transition: all 2s ease-in-out;
}
.landing .blur-object {
  position: absolute;
  top: 0;
  height: 100svh;
}
.landing .blur-object .case-image {
  filter: blur(var(--blur));
  transition: none;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100svh;
  background-position: center;
  background-size: cover;
}
.landing .blur-object .background {
  filter: blur(var(--blur2));
  transition: none;
}
.landing .text {
  position: absolute;
  bottom: 35px;
  left: 30px;
  line-height: 1.5;
  z-index: 100;
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cases-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 30px;
}
.cases-container canvas {
  aspect-ratio: 16/9;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.cases-container .case {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cases-container .case .text {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}
.cases-container .case .text p {
  color: var(--color-white);
  text-transform: uppercase;
}

.image-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  background-color: var(--color-black-70);
}
.image-container.landing-image {
  height: 100svh;
}
.image-container .case-image {
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  filter: blur(100px);
  height: 100%;
}
.image-container .background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  position: absolute;
  filter: blur(30px);
}
.image-container.safari-background {
  display: none;
}

.safari .image-container.safari-background {
  display: inherit;
  position: absolute;
}
.safari .image-container.safari-background .background {
  filter: blur(0);
}
.safari .image-container.safari-background .case-image {
  filter: blur(0);
}
.safari .image-container.safari-overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  will-change: opacity; /* hint: make a layer */
  -webkit-transform: translateZ(0); /* force GPU layer in WebKit */
}
.safari .image-container.safari-overlay.hidden {
  opacity: 0;
}

.credits-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: space-around;
  gap: 30px;
  padding: 30px;
  padding-bottom: 50px;
}

.logos {
  margin-bottom: 100px;
}

.mobile .landing .blur-object .case-image {
  opacity: 1;
  transition: all 2s ease-in-out;
  filter: blur(0);
}
.mobile .landing .blur-object .background {
  filter: blur(0);
  opacity: 1;
  transition: all 2s ease-in-out;
}
.mobile .mobile-blur-object .background {
  transition: all 0.7s ease-in-out;
}
.mobile .mobile-blur-object .case-image {
  transition: all 0.7s ease-in-out;
}

.safari .landing .blur-object .case-image {
  opacity: 1;
  transition: all 2s ease-in-out;
  filter: blur(0);
}
.safari .landing .blur-object .background {
  filter: blur(0);
  opacity: 1;
  transition: all 2s ease-in-out;
}

.mobile .credits-container p,
.safari .credits-container p {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.quote-block {
  min-height: 56vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-block div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.heading {
  margin-bottom: 30px;
}
.heading h1 {
  margin-bottom: 40px;
}
.heading h2 {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.heading h1 *,
.heading h2 * {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.case-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.case-images .a-text {
  display: none;
}
.case-images .case-asset {
  aspect-ratio: 16/9;
}
.case-images .case-asset video {
  height: 100%;
  width: 100%;
  background-color: var(--color-black);
}

.donate {
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.donate img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  filter: blur(var(--blur));
}
.donate a {
  vertical-align: center;
  text-decoration-color: rgba(255, 255, 255, 0);
}
.donate a:hover {
  text-decoration-color: rgb(255, 255, 255);
}

.credits-container {
  display: flex;
  flex-direction: row;
}
.credits-container > * {
  flex: 1;
  aspect-ratio: 2/1;
}

@media screen and (max-width: 1100px) {
  .flex-container {
    flex-direction: column-reverse !important;
  }
  .flex-container.accessibility {
    gap: 50px !important;
  }
}
@media screen and (max-width: 1000px) {
  .section-big {
    padding: 40px 100px;
  }
}
@media screen and (max-width: 1050px) {
  footer {
    margin-top: 50px;
  }
  footer .arrow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 700px) {
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
  .logos {
    margin-top: 100px;
  }
  .credits-container {
    flex-direction: column;
    padding-bottom: 0;
  }
  .credits-container > * {
    min-width: 0;
    flex: 1 1 0;
    aspect-ratio: initial !important;
  }
  .credits-container p {
    overflow-wrap: anywhere; /* stronger than break-word */
    word-break: normal; /* avoid non-standard 'break-word' */
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
  }
  .heading h2 {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .section-big {
    padding: 40px 30px;
  }
  footer {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: start;
    margin-top: 100px;
  }
  footer ul {
    flex-direction: column;
    gap: 15px;
  }
  footer .arrow {
    top: -10%;
  }
}/*# sourceMappingURL=main.css.map */