@font-face {
  font-family: Thicccboi;
  src: url("/assets/fonts/thicccboi-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url("/assets/fonts/thicccboi-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url("/assets/fonts/thicccboi-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url("/assets/fonts/thicccboi-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url("/assets/fonts/thicccboi-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almarai;
  src: url("/assets/fonts/almarai-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almarai;
  src: url("/assets/fonts/almarai-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Almarai;
  src: url("/assets/fonts/almarai-extrabold.ttf") format("truetype"), url("/assets/fonts/almarai-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url("/assets/fonts/spacegrotesk-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk;
  src: url("/assets/fonts/spacegrotesk-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space Grotesk;
  src: url("/assets/fonts/spacegrotesk-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/assets/fonts/montserrat-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: black;
  --paragraphs: #dad7d499;
  --light: #dad7d4;
  --border: #dad7d42e;
  --background: #dad7d412;
  --copy-of-colmena---primary: #f4f4f4;
  --copy-of-colmena---secondary: #204d9c;
  --optional: #dad7d470;
  --copy-of-colmena---secondary-opacity--60: #0027bab3;
  --copy-of-colmena---color-2: #a594f9;
  --dark-bg: #18181a;
  --copy-of-colmena---light-primary: #e8eaf1;
  --copy-of-colmena---color: #cdc1ff;
  --copy-of-colmena---color-3: white;
  --copy-of-colmena---color-4: #e5d9f2;
  --copy-of-colmena---dark-secondary: #0027ba;
  --copy-of-colmena---light-secondary: #f5efff;
  --copy-of-colmena---white: #f4f4f4;
  --copy-of-colmena---black: #000a32;
  --copy-of-colmena---black-opacity--10: #000a321a;
  --copy-of-colmena---primary-opacity--60: #ffb3c1b3;
  --copy-of-colmena---secondary-opacity--40: #0027ba66;
  --copy-of-colmena---secondary-opacity--10: #0027ba1a;
  --copy-of-colmena---secondary-opacity--7: #0027ba12;
  --copy-of-colmena---white-opacity--60: #f4f4f4b3;
  --copy-of-colmena---white-opacity--40: #f4f4f466;
  --copy-of-colmena---white-opacity--25: #f4f4f440;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--dark);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  line-height: 153%;
  display: flex;
}

h1 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 90%;
}

h2 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 48px;
  font-weight: 700;
  line-height: 95%;
}

h3 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 105%;
}

h5 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
}

p {
  margin-bottom: 35px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 36px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 700;
}

em {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--light);
  margin-bottom: 35px;
  margin-left: 18px;
  padding: 0 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

figure {
  border-radius: 14px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

figcaption {
  background-color: var(--background);
  text-align: center;
  margin-top: 0;
  padding: 18px 5%;
  font-size: 16px;
  line-height: 140%;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: inset 0 -26px 0 0 var(--light);
  color: var(--dark);
}

.rich-text-block {
  max-width: 800px;
  margin: 100px auto 65px;
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -26px 0 0 var(--light);
  color: var(--dark);
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 2.8vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.block-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav._3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.brand {
  padding: 10px 5px;
}

.logo {
  height: 40px;
}

.nav-link {
  color: var(--light);
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.nav-link:hover {
  background-color: var(--background);
  color: var(--copy-of-colmena---primary);
  border-radius: 100px;
}

.nav-link.w--current {
  color: var(--light);
}

.nav-link.purp {
  background-color: var(--copy-of-colmena---secondary);
  border-radius: 100px;
}

.nav-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: difference;
  background-color: #2d2c2d80;
  border-radius: 100px;
  flex-flow: row;
  padding: 4px;
  display: flex;
}

.hero-multiply {
  z-index: 100;
  background-color: var(--dark);
  mix-blend-mode: multiply;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: -15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-a {
  z-index: 100;
  background-color: var(--dark);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.section-hero-a {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 200vh;
  padding-bottom: 100vh;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  display: flex;
  position: relative;
}

.heading-hero-a {
  margin-bottom: 0;
  font-size: 13vw;
  display: inline-block;
}

.heading-hero-a.multiply {
  color: #fff;
}

.paragraph-hero-a {
  color: var(--light);
  max-width: 25ch;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 153%;
  display: inline-block;
}

.hero-project {
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  position: absolute;
  inset: 0%;
  transform: perspective(1000px);
}

.hero-project.top {
  padding-top: 5px;
  position: static;
}

.background-video {
  z-index: 0;
  background-color: var(--background);
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.block-project {
  z-index: 20;
  background-image: linear-gradient(#0000, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 95px 40px 35px;
  display: flex;
  position: absolute;
}

.block-project.small {
  padding: 85px 30px 25px;
}

.block-project._2 {
  background-image: linear-gradient(208deg, #0000 74%, #000000b3);
}

.heading-project {
  margin-bottom: 0;
}

.overflow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.overflow.to {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.overflow.space {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.overflow.new {
  justify-content: flex-start;
  align-items: center;
}

.subheading-project {
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.lightbox-link-hero {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.rounding {
  background-color: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 15px;
  margin-top: 2vw;
  margin-bottom: -1px;
  margin-right: .6px;
}

.section {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  display: flex;
}

.section.mob-only {
  display: none;
}

.section._2 {
  margin-top: 40px;
}

.grid-project-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
  margin-top: 1.2vw;
}

.lightbox-link-a {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 27vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-a.large-a {
  height: 54vw;
}

.section-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 20px 1.7vw;
  display: flex;
  overflow: hidden;
}

.footer {
  justify-content: center;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.link-footer {
  color: #dad7d466;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--light);
}

.section-call-to-action {
  padding-left: 1.7vw;
  padding-right: 1.7vw;
}

.call-to-action {
  border-bottom: 1px solid var(--border);
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 260px;
  padding-bottom: 30px;
  display: flex;
}

.heading-call-to-action {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
  display: inline-block;
}

.subheading-call-to-action {
  text-transform: none;
  text-shadow: 0 60px 0 var(--light);
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.link-call-to-action {
  line-height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.utility-page-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 110px 22px 50px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-hero-b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 1.7vw;
  display: flex;
}

.hero-b {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero-b {
  margin-bottom: 0;
  font-size: 5vw;
  display: inline-block;
}

.paragraph-hero-b {
  color: var(--light);
  max-width: 450px;
  margin-bottom: 0;
  font-weight: 500;
}

.grid-project-b {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-link-b {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 17vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-b.large-b {
  height: 100%;
}

.section-hero-c {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 280px 1.7vw 1.2vw;
  display: flex;
}

.hero-c {
  grid-column-gap: 1.2vw;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-hero-c {
  margin-bottom: 0;
  font-size: 6.4vw;
  display: inline-block;
}

.heading-accent-c {
  text-transform: none;
  margin-bottom: .7vw;
  font-family: Playfair Display, sans-serif;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}

.grid-project-c {
  grid-column-gap: 1.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lightbox-link {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.background-video-c {
  z-index: 0;
  background-color: var(--background);
  border-radius: 14px;
  width: 100%;
  height: 17vw;
  display: block;
}

.block-project-display {
  z-index: 20;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.block-project-display._2 {
  padding-top: 0;
}

.heading-project-display {
  text-shadow: 0 16px 0 var(--light);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.subheading-project-display {
  color: var(--optional);
  text-transform: none;
  text-shadow: 0 16px 0 var(--optional);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.section-hero-d {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding: 90px 1.7vw 240px;
  display: flex;
  overflow: hidden;
}

.grid-project-d {
  grid-column-gap: 4vw;
  grid-row-gap: 3vw;
  perspective: 1000px;
  grid-template-rows: 9vw 9vw 9vw 9vw 9vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 85vw;
  margin-top: 3vw;
}

.lightbox-link-d {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-d {
  z-index: 100;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1.7vw;
  padding-left: 1.7vw;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.heading-hero-d {
  margin-bottom: 0;
  font-size: 8vw;
  display: inline-block;
}

.section-top {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 240px 1.7vw 1.7vw;
  display: flex;
}

.section-top.small {
  padding-top: 120px;
}

.section-top._2 {
  background-image: linear-gradient(180deg, #0000, var(--copy-of-colmena---secondary-opacity--60)), var(--image-i47b9d2c6);
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-bottom: 20px;
}

.section-top._2._3 {
  background-image: linear-gradient(180deg, #0000, var(--copy-of-colmena---secondary-opacity--60)), var(--image-79c5d9e2);
}

.section-top._2._5 {
  background-image: linear-gradient(180deg, #0000, var(--copy-of-colmena---secondary-opacity--60)), var(--image-79c5d9e2);
  background-position: 0 0, 50%;
}

.heading-top {
  margin-bottom: 0;
  font-size: 13vw;
  display: inline-block;
}

.heading-top.small {
  font-size: 8vw;
}

.heading-top.small._2 {
  font-size: 6vw;
}

.grid-work-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.background-video-work-a {
  z-index: 0;
  background-color: var(--background);
  border-radius: 14px;
  width: 100%;
  height: 14vw;
  display: block;
}

.grid-work-b {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 130px;
}

.grid-work-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 0;
  margin-bottom: 200px;
}

.grid-work-c.noshow {
  display: none;
}

.background-video-work-c {
  z-index: auto;
  background-color: var(--background);
  border-radius: 14px;
  width: auto;
  height: auto;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.lightbox-link-work-c {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.heading-work-c {
  text-shadow: 0 60px 0 var(--light);
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.subheading-work-c {
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.grid-contact-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: minmax(30vh, min-content);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(40vh, min-content);
}

.link-contact-a {
  z-index: 10;
  background-color: var(--background);
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-contact {
  z-index: 10;
  color: var(--light);
  text-align: right;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 153%;
  position: relative;
}

.text-contact._2 {
  font-size: 13px;
}

.color-contact {
  z-index: -1;
  background-color: var(--copy-of-colmena---secondary);
  position: absolute;
  inset: 0%;
}

.color-contact.color-a1, .color-contact.color-a2 {
  background-color: var(--copy-of-colmena---color-2);
}

.color-contact.color-a3 {
  background-color: var(--copy-of-colmena---secondary);
}

.color-contact.color-a4 {
  background-color: #006bdc;
}

.color-contact.color-a5 {
  background-color: #1a99ee;
}

.heading-contact-a {
  text-shadow: 0 60px 0 var(--light);
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.text-span-accent-a {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 7.2vw;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.text-span-accent-b {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 6vw;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.text-span-accent-d {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 5vw;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
}

.form-block {
  width: 100%;
  max-width: 680px;
  margin-top: 50px;
  margin-bottom: 0;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--light);
}

.text-field::placeholder {
  color: #dad7d480;
}

.text-field.margin {
  margin-bottom: 28px;
}

.form {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  margin-bottom: 20px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--light);
}

.textarea::placeholder {
  color: #dad7d480;
}

.submit-button {
  border: 2px solid var(--light);
  color: var(--light);
  background-color: #0000;
  border-radius: 100px;
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--light);
  color: var(--dark);
}

.success-message {
  background-color: var(--background);
  border-radius: 14px;
  padding: 20px;
}

.text-message {
  color: var(--light);
  font-weight: 500;
}

.error-message {
  background-color: var(--background);
  border-radius: 14px;
  margin-top: 20px;
  padding: 20px;
}

.block-paragraph-hero-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: .7vw;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.block-paragraph-hero-b {
  margin-top: 30px;
  overflow: hidden;
}

.contact-b {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 240px;
  margin-bottom: 170px;
  display: flex;
}

.grid-contact-c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 250px;
  margin-bottom: 180px;
}

.link-contact-c {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.heading-contact-c {
  text-shadow: 0 130px 0 var(--light);
  margin-bottom: 0;
  font-size: 130px;
  line-height: 100%;
}

.image {
  border-radius: 14px;
  width: 100%;
}

.grid-subsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-subsection.border-none {
  border-bottom-style: none;
}

.grid-subsection.border-top {
  border-top: 1px solid var(--border);
}

.grid-subsection.small {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-subsection {
  text-transform: none;
  margin-bottom: 0;
  margin-right: 22px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.subsection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
}

.subsection.margin--35px {
  margin-bottom: -35px;
}

.clients-name, .award-name {
  margin-bottom: 15px;
}

.text-year {
  color: var(--optional);
  margin-top: 5px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
}

.awards-years {
  margin-bottom: 70px;
}

.awards-years.margin-0 {
  margin-bottom: 0;
}

.collection-list-gallery {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: var(--background);
  border-radius: 14px;
  padding: 20px;
}

.text-empty {
  color: var(--light);
  font-weight: 500;
}

.collection-list {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-blog {
  background-color: var(--background);
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20vw;
  min-height: 320px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-blog {
  z-index: 60;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-blog {
  margin-bottom: 0;
}

.subheading-blog {
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-year-blog {
  color: var(--optional);
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 115%;
}

.image-blog {
  z-index: 50;
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button {
  border: 2px solid var(--copy-of-colmena---color-2);
  background-color: var(--copy-of-colmena---color-2);
  color: var(--copy-of-colmena---primary);
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 600;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  border-color: var(--light);
  background-color: var(--light);
  color: var(--dark);
}

.button.too {
  border: 2px solid var(--copy-of-colmena---color-2);
  background-color: var(--background);
}

.button.too:hover {
  border-color: var(--paragraphs);
  background-color: var(--light);
}

.field-label {
  color: var(--light);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--dark);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 20px;
  display: flex;
}

.block-color.background {
  background-color: var(--background);
  border-color: #0000;
}

.block-color.border {
  background-color: var(--border);
  border-color: #0000;
}

.block-color.optional {
  background-color: var(--optional);
  border-color: #0000;
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
  border-color: #0000;
}

.block-color.light {
  background-color: var(--light);
  border-color: #0000;
}

.text-color {
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 115%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: .5;
  color: var(--light);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
}

.hex-color.dark {
  color: var(--dark);
}

.block-buttons {
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-alternative {
  border: 2px solid var(--light);
  background-color: var(--light);
  color: var(--dark);
  border-radius: 100px;
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-alternative:hover {
  color: var(--light);
  background-color: #0000;
}

.licensing {
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 146%;
}

.grid-licensing {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
}

.image-licensing {
  border-radius: 14px;
  width: 100%;
}

.thicccboi {
  margin-bottom: 15px;
}

.playfair-display {
  text-transform: none;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.grid-splash {
  grid-column-gap: 1.2vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  margin-bottom: 8vw;
}

.grid-splash._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.splash-subsection {
  border-top: 1px solid var(--border);
  padding-top: 30px;
  padding-bottom: 40px;
}

.heading-splash {
  color: var(--optional);
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.link-splash {
  background-color: var(--background);
  border-radius: 14px;
  width: 100%;
  margin-bottom: 15px;
  padding: 7% 12%;
  transition: background-color .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.link-splash:hover {
  background-color: #e06c3e;
}

.link-splash.color-b:hover {
  background-color: #c74e4e;
}

.link-splash.color-c:hover {
  background-color: #337993;
}

.link-splash.color-d:hover {
  background-color: #006bdc;
}

.heading-subsection-splash {
  text-transform: none;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.background-video-splash {
  z-index: 50;
  border-radius: 10px;
  height: 21vw;
}

.image-splash {
  border-radius: 10px;
  width: 100%;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 14px;
  width: 100%;
  max-width: none;
  height: 90.0992%;
  position: static;
  inset: 0;
  overflow: hidden;
}

.grid-work-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 2.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--dark);
}

.body-2 {
  background-color: var(--dark-bg);
}

.div-block {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 50vw;
  display: flex;
  overflow: clip;
}

.div-block.noshow {
  display: none;
}

.div-block-2 {
  background-color: var(--light);
  border-radius: 14px;
}

.body-3 {
  background-color: var(--dark-bg);
}

.block-scroll-down {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-scroll-down {
  border: 1px solid var(--optional);
  opacity: .5;
  border-radius: 10em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 17px;
  height: 22px;
  display: flex;
  box-shadow: inset 0 0 0 1px #0e0e0e;
}

.line-scroll-down {
  background-color: var(--light);
  width: 1px;
  height: 25%;
  margin-top: 25%;
}

.text-scroll-down {
  opacity: .4;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 110%;
}

.collection-list-work-b {
  grid-column-gap: 1.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0e0e0e0d;
  border-radius: 20em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .6em 1.6em;
}

.text-empty-2 {
  font-size: .9em;
  display: block;
}

.project-a {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.project-a:hover {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff0;
  box-shadow: 0 70px 90px -40px #0000002b;
}

.text-block-project-b {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  display: flex;
}

.wrapper-project-b {
  z-index: 20;
  background-color: #fff0;
  border-radius: .625em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -81px;
  padding: .6em .6em .6em 1.4em;
  display: flex;
  position: relative;
}

.direction-project-b {
  opacity: .5;
  color: #0e0e0e;
  font-size: 1em;
}

.icon-project-b {
  width: 1.37em;
  height: 1.37em;
}

.block-project-a {
  z-index: 10;
  background-color: #fff;
  border: 6px solid #fff;
  border-radius: 14px;
  width: 100%;
  height: 26vw;
  position: relative;
  overflow: hidden;
}

.block-project-a.work-b {
  background-color: #dad7d400;
  border-style: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.block-icon-project-b {
  background-color: var(--copy-of-colmena---color-2);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  display: flex;
}

.name-project-b {
  color: #0e0e0e;
  font-size: 1em;
  font-weight: 600;
}

.img-main-project-a {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: static;
  inset: 0%;
}

.section-2 {
  padding-top: 12em;
  padding-left: 2em;
  padding-right: 2em;
}

.section-2.top {
  padding-top: 0;
}

.section-2.top._3 {
  padding-top: 4em;
}

.rich-text-block-2 {
  color: var(--light);
  font-size: 17px;
  line-height: 110%;
}

.image-project {
  border: 6px solid var(--dark-bg);
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
}

.grid-project {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start stretch;
  position: relative;
}

.text-empty-3 {
  font-size: .9em;
  display: block;
}

.content {
  width: 100%;
  max-width: 1400px;
}

.grid-text-project {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.text-caption {
  opacity: .6;
  color: var(--copy-of-colmena---primary);
  font-size: .9em;
  font-weight: 500;
  line-height: 140%;
}

.block-text-project {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-color: var(--dark-bg);
  color: var(--light);
  border-radius: 1em;
  flex-flow: column;
  padding: 2.7em;
  display: flex;
}

.block-project-sticky {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 5em;
}

.text-content {
  color: var(--copy-of-colmena---primary);
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}

.block-image-project {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  display: flex;
}

.collection-list-more-image {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.footer-legal-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f4f4f4b3;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-legal-info._2 {
  margin-top: 0;
}

.image-3 {
  width: 70px;
}

.link-block {
  padding-bottom: 3px;
}

.line {
  border-bottom: 1px solid var(--border);
  width: 100%;
}

.nav-block {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffd9;
  border-radius: 1.25em;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
}

.navbar-2 {
  z-index: 777;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.8em 2em 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-icon {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.2em;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  height: 1.75em;
}

.nav-menu-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffd9;
  border-radius: 1.25em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
}

.nav-button {
  background-color: var(--copy-of-colmena---color-2);
  border-radius: 20em;
  padding: .6em 1.2em;
  text-decoration: none;
}

.nav-button-text {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 120%;
}

.nav-button-text.absolute {
  position: absolute;
  bottom: -100%;
}

.nav-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.nav-link-2 {
  padding: .6em 1.2em;
  text-decoration: none;
}

.link-icon {
  width: 1.125em;
  height: 1.125em;
}

.nav-link-text {
  color: #0e0e0e;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 120%;
}

.nav-link-text.absolute {
  position: absolute;
  bottom: -100%;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  margin-right: .6em;
  padding: .5em;
  display: flex;
}

.nav-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: none;
}

.form-input {
  color: #f4f4f4;
  letter-spacing: -.2px;
  background-color: #fff0;
  border: 1px solid #f4f4f440;
  border-radius: 12px;
  height: 69px;
  margin-bottom: 0;
  padding: 24px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 104%;
  transition: color .25s ease-out, border-color .25s ease-out;
}

.form-input:hover {
  border-color: #f4f4f4b3;
}

.form-input:active, .form-input:focus {
  border-color: #f4f4f4;
}

.form-input::placeholder {
  color: #f4f4f466;
}

.form-input.select {
  border-top-style: none;
  border-top-color: var(--border);
  border-right-style: none;
  border-right-color: var(--border);
  border-bottom-style: solid;
  border-bottom-color: var(--border);
  border-left-style: none;
  border-left-color: var(--border);
  color: var(--light);
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
}

.form-input.select:focus-visible, .form-input.select[data-wf-focus-visible] {
  color: #dad7d480;
}

.h3.about-block-heading {
  max-width: 500px;
}

.about-block-shape {
  filter: grayscale() invert();
  width: 80px;
  height: 80px;
}

.regular-s.faq-answer-text {
  max-width: 720px;
  margin-top: 20px;
  font-weight: 400;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 115%;
  position: absolute;
  inset: 0%;
}

.about-block-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.parallax-image-wrapper {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.about-block {
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  background-color: var(--border);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 32px;
  display: flex;
}

.medium-l-uppercase {
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  line-height: 104%;
}

.about-block-shape-and-number {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-blocks-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.grid-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #ececec;
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr 2.7fr;
  place-items: stretch stretch;
  padding: 2.2em;
}

.number-services {
  color: #0e0e0e;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 600;
  line-height: 110%;
}

.heading-services {
  margin-top: -.2em;
  font-size: 2em;
  line-height: 125%;
}

.paragraph-services {
  font-size: 1em;
  line-height: 160%;
}

.block-image-services {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-services {
  pointer-events: none;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 1em;
  width: 35vw;
  height: 20vw;
  position: absolute;
  inset: auto 4% auto auto;
  box-shadow: 0 70px 90px -40px #0000002b;
}

.faq-answer {
  overflow: hidden;
}

.medium-s-uppercase {
  color: var(--light);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 104%;
}

.section-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-icon {
  filter: grayscale() invert();
  width: 14px;
  height: 14px;
}

.section-chips-and-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.section-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 8px;
  display: flex;
}

.section-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 12px;
  flex-flow: column;
  padding: 56px 32px 32px;
  display: flex;
}

.section-block.light-secondary-block {
  color: #204d9c;
  background-color: #f5efff;
}

.h2 {
  text-transform: none;
}

.faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background);
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  transition: background-color .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.faq-item:hover {
  background-color: var(--border);
}

.faq-item:focus {
  background-color: #0027ba1a;
}

.faq-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.faq-question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  margin-top: 100px;
  margin-bottom: 0;
}

.marquee-images {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: clip;
}

.marquee-inner-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.single-marquee-images {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.marquee-image-item {
  border-radius: 16px;
  flex: none;
  width: 456px;
  height: 544px;
  overflow: hidden;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.parallax {
  height: 100%;
  transform: translate(0, -10%);
}

.icon-link {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #141414;
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-small {
  color: #f7f6f4;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  margin-right: 10px;
}

.div-block-7 {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn__circle-wrap {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.btn__circle {
  pointer-events: none;
  background-color: #d1fd88;
  border-radius: 50%;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 2em;
  display: flex;
  position: relative;
}

.btn__text {
  color: #efede3;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-text-p {
  color: currentColor;
  white-space: nowrap;
  margin-bottom: 0;
  padding-bottom: .05em;
  font-size: .4em;
  font-weight: 500;
  line-height: 1.2;
}

.img__founder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn__bg {
  background-color: #08181b;
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.before__100 {
  padding-top: 100%;
  display: block;
}

.btn__image {
  border-radius: 50%;
  width: 2.25em;
  height: 2.25em;
  margin-left: -.75em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.btn {
  cursor: pointer;
  border-radius: 1em;
  border-radius: calc(var(--btn-height) * .5);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 1.3em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .overflow.to._2 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 44px;
    margin-right: 10px;
  }

  .overflow.new.d3 {
    margin-top: 140px;
  }

  .overflow._43 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .section.small {
    margin-left: auto;
    margin-right: auto;
  }

  .section-top._2._5._6 {
    position: relative;
    inset: 0;
  }

  .background-video-work-c {
    width: auto;
    height: auto;
    position: relative;
  }

  .heading-subsection.mob {
    display: block;
  }

  .button {
    font-size: 1em;
  }

  .div-block.noshow {
    display: none;
  }

  .collection-list-work-b {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2.top {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    padding-left: 22px;
  }

  .regular-s {
    font-size: 16px;
    line-height: 122%;
  }

  .about-block-content {
    max-width: 600px;
  }

  .parallax-image-wrapper.about-block-image {
    width: 1415.25px;
  }

  .about-block {
    background-color: var(--dark-bg);
  }

  .about-blocks-grid {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .medium-s-uppercase {
    font-size: 18px;
    font-weight: 600;
  }

  .div-block-6 {
    z-index: 99;
    position: relative;
    inset: 0%;
  }

  .cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .rich-text-block {
    margin-top: 80px;
    margin-bottom: 45px;
  }

  .section-hero-a {
    min-height: 170vh;
  }

  .paragraph-hero-a {
    display: none;
  }

  .block-project {
    padding: 85px 30px 25px;
  }

  .block-project.small {
    padding: 50px 20px 20px;
  }

  .call-to-action {
    padding-top: 180px;
  }

  .heading-call-to-action {
    font-size: 50px;
  }

  .subheading-call-to-action {
    text-shadow: 0 50px 0 var(--light);
    font-size: 50px;
  }

  .section-hero-b {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .lightbox-link-b {
    height: 25vw;
  }

  .section-hero-c {
    padding-top: 220px;
  }

  .heading-project-display {
    font-size: 15px;
  }

  .section-top {
    padding-top: 220px;
  }

  .grid-work-a {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-video-work-a {
    height: 17vw;
  }

  .grid-work-b {
    grid-template-columns: 1fr 1fr;
  }

  .grid-work-c {
    margin-top: 220px;
    margin-bottom: 140px;
  }

  .heading-work-c {
    text-shadow: 0 50px 0 var(--light);
    font-size: 50px;
  }

  .link-contact-a {
    padding: 30px;
  }

  .heading-contact-a {
    text-shadow: 0 50px 0 var(--light);
    font-size: 50px;
  }

  .contact-b, .grid-contact-c {
    margin-top: 220px;
    margin-bottom: 140px;
  }

  .heading-contact-c {
    text-shadow: 0 90px 0 var(--light);
    font-size: 90px;
  }

  .grid-subsection {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-subsection.mob {
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-blog {
    padding: 30px;
  }

  .grid-colors {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .block-buttons {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-licensing {
    grid-template-columns: 1fr;
  }

  .grid-splash {
    margin-bottom: 10vw;
  }

  .grid-splash._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .splash-subsection {
    padding-bottom: 38px;
  }

  .lightbox-link-hero.to {
    height: auto;
  }

  .collection-list-work-b {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .direction-project-b {
    font-size: .9em;
  }

  .block-project-a {
    height: 35vw;
  }

  .block-project-a.work-b {
    height: auto;
  }

  .name-project-b {
    font-size: .9em;
  }

  .section-2 {
    padding-top: 9em;
  }

  .grid-project {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .block-project-sticky {
    position: static;
  }

  .block-image-project, .collection-list-more-image {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer-legal-info {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-2 {
    border-radius: 1em;
    padding-top: .7em;
    padding-bottom: .7em;
    left: 2em;
    right: 2em;
  }

  .nav-link-icon {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-button, .nav-link-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .menu-button-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #0e0e0e;
    background-color: #ffffffd9;
    border-radius: 100%;
    padding: .5em;
    font-size: 1.24em;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #0e0e0e;
  }

  .nav-2 {
    display: none;
  }

  .h3.about-block-heading {
    max-width: 240px;
  }

  .about-block-shape {
    width: 64px;
    height: 64px;
  }

  .heading-services {
    font-size: 1.7em;
  }

  .section-chips-and-heading {
    max-width: 360px;
  }

  .faq-grid {
    flex-flow: column;
  }

  .marquee-inner-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marquee-image-item {
    width: 260px;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .rich-text-block {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link {
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 50px;
    font-weight: 700;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: #000000bf;
    width: 100%;
    height: 100vh;
    padding: 15px;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    z-index: 200;
    color: var(--light);
    border-radius: 50%;
    padding: 0;
    font-size: 24px;
    line-height: 100%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon-menu {
    width: 20px;
  }

  .block-icon-menu {
    background-color: var(--background);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .section-hero-a {
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .paragraph-hero-a.show-mob {
    font-size: 3vw;
    display: block;
  }

  .hero-project, .section {
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .section.mob-only {
    display: block;
  }

  .grid-project-a {
    grid-template-columns: 1fr;
  }

  .lightbox-link-a {
    height: 54vw;
  }

  .section-footer {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .section-call-to-action {
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .call-to-action {
    padding-top: 160px;
  }

  .heading-call-to-action {
    font-size: 44px;
  }

  .subheading-call-to-action {
    text-shadow: 0 44px 0 var(--light);
    font-size: 44px;
  }

  .section-hero-b {
    padding: 190px 2.7vw 150px;
  }

  .heading-hero-b {
    font-size: 9vw;
  }

  .paragraph-hero-b {
    max-width: 410px;
  }

  .grid-project-b {
    grid-template-columns: 1fr;
  }

  .lightbox-link-b, .lightbox-link-b.large-b {
    height: 54vw;
  }

  .section-hero-c {
    padding: 190px 2.7vw 150px;
  }

  .hero-c {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .heading-hero-c {
    font-size: 9vw;
  }

  .heading-accent-c {
    margin-bottom: 1.7vw;
    font-size: 5vw;
  }

  .grid-project-c {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .background-video-c {
    height: 54vw;
  }

  .grid-project-d {
    grid-row-gap: 6vw;
    grid-template-rows: 30vw 30vw 30vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 6vw;
  }

  .hero-d {
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
  }

  .heading-hero-d {
    font-size: 10vw;
  }

  .section-top {
    padding: 190px 2.7vw 2.7vw;
  }

  .grid-work-a {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .background-video-work-a {
    height: 54vw;
  }

  .grid-work-b {
    grid-template-columns: 1fr;
    margin-top: 110px;
  }

  .grid-work-c {
    margin-top: 190px;
    margin-bottom: 110px;
  }

  .background-video-work-c {
    display: none;
  }

  .lightbox-link-work-c {
    grid-row-gap: 4px;
    border-top-style: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-work-c {
    text-shadow: none;
    font-size: 8vw;
  }

  .grid-contact-a {
    grid-template-columns: 1fr;
  }

  .heading-contact-a {
    text-shadow: 0 40px 0 var(--light);
    font-size: 40px;
  }

  .text-span-accent-d {
    font-size: 7vw;
  }

  .block-paragraph-hero-b {
    margin-top: 20px;
  }

  .contact-b, .grid-contact-c {
    margin-top: 190px;
    margin-bottom: 110px;
  }

  .link-contact-c {
    border-top-style: none;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .heading-contact-c {
    text-shadow: none;
    font-size: 13vw;
  }

  .grid-subsection {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-subsection {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .awards-years {
    margin-bottom: 50px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .link-block-blog {
    height: 57vw;
  }

  .grid-splash {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    margin-bottom: 18vw;
  }

  .grid-splash._3-columns {
    grid-template-columns: 1fr;
  }

  .splash-subsection {
    padding-bottom: 35px;
  }

  .background-video-splash {
    height: 41vw;
  }

  .collection-list-work-b {
    grid-template-columns: 1fr;
  }

  .block-project-a, .block-project-a.work-b {
    height: 60vw;
  }

  .section-2 {
    padding-top: 7em;
  }

  .block-text-project {
    padding: 2em;
  }

  .footer-legal-info {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-input {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h3.about-block-heading {
    max-width: 200px;
  }

  .about-block-shape {
    width: 48px;
    height: 48px;
  }

  .parallax-image-wrapper.about-block-image {
    aspect-ratio: 344 / 480;
    width: 100%;
    height: auto;
  }

  .about-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-blocks-grid, .grid-services {
    grid-template-columns: 1fr;
  }

  .image-services {
    pointer-events: auto;
    width: 100%;
    height: 40vw;
    margin-top: 1.2em;
    position: static;
  }

  .section-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-chips-and-heading {
    max-width: 256px;
  }

  .section-block {
    padding: 40px 24px 24px;
  }

  .marquee-image-item {
    width: 220px;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 17px;
  }

  .rich-text-block {
    margin-top: 45px;
    margin-bottom: 10px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-navbar {
    z-index: 11;
    position: relative;
  }

  .brand.w--current {
    z-index: 10;
  }

  .logo {
    mix-blend-mode: difference;
  }

  .nav-link {
    font-size: 45px;
  }

  .nav-link:hover {
    border-radius: 14px;
  }

  .nav-link.purp {
    background-color: #204d9c00;
  }

  .nav-menu {
    border-radius: 0;
    padding-top: 200px;
  }

  .block-icon-menu {
    background-color: #2d2c2d80;
  }

  .hero-multiply {
    margin-bottom: -5px;
  }

  .paragraph-hero-a.show-mob {
    font-size: 4vw;
    display: block;
  }

  .hero-project.top {
    padding-top: 10px;
    display: none;
  }

  .block-project {
    padding: 45px 25px 22px;
  }

  .overflow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .overflow.to {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .overflow.to._2 {
    width: auto;
  }

  .overflow.space {
    flex-flow: row;
  }

  .section-footer {
    flex-flow: wrap;
    align-items: baseline;
  }

  .link-footer {
    padding: 10px 18px;
    font-size: 12px;
  }

  .call-to-action {
    padding-top: 130px;
  }

  .heading-call-to-action {
    font-size: 36px;
  }

  .subheading-call-to-action {
    text-shadow: 0 36px 0 var(--light);
    font-size: 36px;
  }

  .section-hero-b, .section-hero-c {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .grid-project-c {
    grid-row-gap: 6vw;
  }

  .block-project-display {
    padding-top: 12px;
  }

  .section-top.small {
    padding-top: 240px;
  }

  .section-top._2 {
    margin-bottom: 18px;
  }

  .heading-top.small, .heading-top.small._2 {
    font-size: 11vw;
  }

  .grid-work-a {
    grid-row-gap: 6vw;
  }

  .grid-work-c {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .heading-work-c {
    font-size: 5.4vw;
  }

  .link-contact-a {
    padding: 20px;
  }

  .heading-contact-a {
    text-shadow: 0 36px 0 var(--light);
    font-size: 36px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .contact-b, .grid-contact-c {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .grid-subsection {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .grid-subsection.small {
    flex-flow: column;
    display: flex;
  }

  .link-block-blog {
    padding: 20px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .grid-work-a {
    grid-column-gap: 1.8vw;
  }

  .lightbox-link-hero.to {
    height: auto;
  }

  .collection-list-work-b {
    grid-column-gap: 1.2em;
    grid-row-gap: 2.2em;
  }

  .project-a {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
  }

  .text-block-project-b {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .wrapper-project-b {
    margin-top: -75px;
  }

  .direction-project-b {
    line-height: 120%;
  }

  .block-project-a.work-b {
    border-style: none;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .name-project-b {
    line-height: 120%;
  }

  .name-project-b.big {
    font-size: 1.3em;
  }

  .section-2 {
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-text-project {
    grid-template-columns: 1fr;
  }

  .div-block-3._3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-menu-2 {
    left: 1em;
    right: 1em;
  }

  .navbar-2 {
    padding: 1em .8em;
  }

  .nav-2 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    display: none;
  }

  .image-services {
    margin-top: .6em;
  }

  .marquee-inner-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .marquee-image-item {
    width: 200px;
    height: 240px;
  }

  .icon-link {
    width: 35px;
    height: 35px;
  }
}

#w-node-a0f6633a-37e4-807e-64ef-d92df88d4df5-7dd3d0cc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_40caf44d-10e7-d556-c316-013028bc3165-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4dfe-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e07-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e10-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e19-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e2b-7dd3d0cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f6633a-37e4-807e-64ef-d92df88d4e22-7dd3d0cc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-a0f6633a-37e4-807e-64ef-d92df88d4e34-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e3d-7dd3d0cc, #w-node-_3ee876da-52ea-c215-a24b-c7e9a4dd54d0-7dd3d0cc, #w-node-d0d36105-ef75-4f49-2108-08f0a158fe44-7dd3d0cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0f6633a-37e4-807e-64ef-d92df88d4df5-7dd3d0ce {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_40caf44d-10e7-d556-c316-013028bc3165-7dd3d0ce {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-a0f6633a-37e4-807e-64ef-d92df88d4dfe-7dd3d0ce {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f414342-7dd3d0ce {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f41434b-7dd3d0ce {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f414354-7dd3d0ce {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-_84403da5-a2ae-76b1-0847-995d79e678a2-7dd3d0ce {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_84403da5-a2ae-76b1-0847-995d79e678ab-7dd3d0ce {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-_84403da5-a2ae-76b1-0847-995d79e678b4-7dd3d0ce {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362db-7dd3d0ce {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362e4-7dd3d0ce {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362ed-7dd3d0ce {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-f518a90a-7d78-ef26-c445-ecb1f141dac5-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141dace-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141dad7-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141dae0-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141dae9-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141daf2-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141dafb-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141db04-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141db0d-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141db16-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141db1f-7dd3d0d1, #w-node-f518a90a-7d78-ef26-c445-ecb1f141db28-7dd3d0d1, #w-node-_4b769980-3690-8eca-ecb3-87065054ad36-7dd3d0d2, #w-node-b1468b14-8acf-5eb1-485c-f8a454472685-7dd3d0d2, #w-node-d8aaa59c-3f99-862b-8a93-389fa259e439-7dd3d0d2, #w-node-d282b8db-4bb8-a218-9076-92d43498415e-7dd3d0d2, #w-node-e3e1ea8f-7790-b8fd-5bda-8b1131cfe166-7dd3d0d2, #w-node-_4f8cfb0f-eebe-8d83-ccf6-c38821648315-7dd3d0d2, #w-node-e0bd64a1-1ad6-efb9-3dd1-633d87f26af9-7dd3d0d2, #w-node-_598a6f25-e794-3adf-7599-6b64db765b32-7dd3d0d2, #w-node-f17b3406-309a-bbf1-21db-7433d0bb795f-7dd3d0d2, #w-node-bb8ceda1-7302-c488-6b10-06f69f0384f7-7dd3d0d2, #w-node-bbc6669a-0bba-a1d7-95ee-98d1f056388e-7dd3d0d2, #w-node-_60fcba7f-d015-eeea-a041-f424fd49e624-7dd3d0d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Bericht.w-node-_459214b8-18db-9234-7a6b-1a00d5300365-7dd3d0d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_459214b8-18db-9234-7a6b-1a00d5300366-7dd3d0d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-a97b1431-0484-10b7-714c-f726aa8e9cad-7dd3d0d4, #w-node-_4844f3ff-2eaa-3cfd-bb2e-03ba353a888a-7dd3d0d4, #w-node-cc36c78b-2a1f-e560-b600-3de85fecc46d-7dd3d0d4, #Bericht.w-node-_88912c8a-02f7-3b68-0362-874db72f2eac-7dd3d0d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9f8b697-474a-8107-d630-0a8f61eab32d-7dd3d0d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d048fd58-785a-dca2-3e05-6cca01bf6b05-7dd3d0d6, #w-node-_9b021289-3794-bd5b-a80f-d074652f6079-7dd3d0d6, #w-node-_930066c4-c24a-dfef-5fcd-6329351a99ee-7dd3d0d6, #w-node-_27b362a4-0b2a-7c83-b637-a780aed1e490-7dd3d0d6, #w-node-e8810be6-70d0-7703-6b93-75d25bc7bd52-7dd3d0d6, #w-node-_9b20764b-8ec0-853f-7e4c-e2420149cf5a-7dd3d0d6, #w-node-f76765c2-0e10-2fb0-3389-9f878286d3aa-7dd3d0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f76765c2-0e10-2fb0-3389-9f878286d3ad-7dd3d0d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f76765c2-0e10-2fb0-3389-9f878286d3b1-7dd3d0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f76765c2-0e10-2fb0-3389-9f878286d3b4-7dd3d0d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa0d2d8c-ae9d-bf00-031f-f7a2918ad38d-7dd3d0d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_43a8484c-e82d-0850-d8c9-068bb0d4281c-7dd3d0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8cb01db-19ac-8839-e980-90ed89d1b4d1-7dd3d0d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b733023f-6f0d-03b1-aead-1f372b10c041-7dd3d0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b733023f-6f0d-03b1-aead-1f372b10c043-7dd3d0d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04205b8c-5141-fb86-7ccb-8c59cb2adc17-7dd3d0d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30d365f0-be85-02db-fac5-02fcd81e9c1f-7dd3d0dc, #w-node-e2ab6646-a870-8933-61da-8d8413cf4751-7dd3d0dc, #w-node-_156fa144-0993-a101-8d12-0c8593f4b70b-7dd3d0dc, #w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1c-7dd3d0dc, #w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1e-7dd3d0dc, #w-node-_5efd828c-1e0e-1df4-7c43-85564a772e79-7dd3d0dc, #w-node-e83800b4-5f73-e451-82e1-596cc4e689e5-7dd3d0dc, #w-node-_0be76481-5f14-8038-7aa9-00283824fec1-7dd3d0dc, #w-node-_5a47de7f-0433-e29a-0872-dc3f5c3a612e-7dd3d0dc, #w-node-d139b577-a797-eeb4-7d15-335c46bc5fbe-7dd3d0dc, #w-node-_314b78cc-ea5f-3bd7-d945-550390aad8a9-7dd3d0dc, #w-node-_5e319da0-5ad6-02c4-cc69-938bb3290b82-7dd3d0dc, #w-node-_5e319da0-5ad6-02c4-cc69-938bb3290b84-7dd3d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2ab6646-a870-8933-61da-8d8413cf4751-7dd3d0dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1c-7dd3d0dd, #w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1e-7dd3d0dd, #w-node-fbfa68a0-810d-f87e-f177-09f0a66afc78-7dd3d0dd, #w-node-_8b9612fc-0f83-8790-9fe3-30bc2509e693-7dd3d0dd, #w-node-f556a1c0-18db-3729-019d-e297347a075b-7dd3d0dd, #w-node-_82451860-e9c2-e9f2-23fa-9c900d928468-7dd3d0dd, #w-node-_24df7823-6721-ffe2-e26b-ef45112db1c0-7dd3d0dd, #w-node-_89f991ff-b2b2-8ccb-0ef7-a247e02c57a9-7dd3d0dd, #w-node-_7143ef8e-2667-b115-ec75-e17e0d32af52-7dd3d0dd, #w-node-_5e319da0-5ad6-02c4-cc69-938bb3290b82-7dd3d0dd, #w-node-_5e319da0-5ad6-02c4-cc69-938bb3290b84-7dd3d0dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d3752b-e554-2ced-247a-1099ae7d5cee-7dd3d0dd, #w-node-_84d3752b-e554-2ced-247a-1099ae7d5cef-7dd3d0dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fecd301d-111e-b7a0-b2e6-312604bbb05e-7dd3d0dd, #w-node-fecd301d-111e-b7a0-b2e6-312604bbb060-7dd3d0dd, #w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1c-7dd3d0de, #w-node-_515e0691-5a13-fe31-d3d7-357b0ad94d1e-7dd3d0de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-fa0d2d8c-ae9d-bf00-031f-f7a2918ad38d-7dd3d0d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_04205b8c-5141-fb86-7ccb-8c59cb2adc17-7dd3d0d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a97b1431-0484-10b7-714c-f726aa8e9cad-7dd3d0d4, #w-node-_4844f3ff-2eaa-3cfd-bb2e-03ba353a888a-7dd3d0d4, #w-node-cc36c78b-2a1f-e560-b600-3de85fecc46d-7dd3d0d4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_84d3752b-e554-2ced-247a-1099ae7d5cee-7dd3d0dd, #w-node-_84d3752b-e554-2ced-247a-1099ae7d5cef-7dd3d0dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a0f6633a-37e4-807e-64ef-d92df88d4df5-7dd3d0cc, #w-node-a0f6633a-37e4-807e-64ef-d92df88d4e22-7dd3d0cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a0f6633a-37e4-807e-64ef-d92df88d4df5-7dd3d0ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_40caf44d-10e7-d556-c316-013028bc3165-7dd3d0ce {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-a0f6633a-37e4-807e-64ef-d92df88d4dfe-7dd3d0ce {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f414342-7dd3d0ce {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f41434b-7dd3d0ce {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0bb0900e-513b-6dbf-4b71-5b5d1f414354-7dd3d0ce {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_84403da5-a2ae-76b1-0847-995d79e678a2-7dd3d0ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84403da5-a2ae-76b1-0847-995d79e678ab-7dd3d0ce {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_84403da5-a2ae-76b1-0847-995d79e678b4-7dd3d0ce {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362db-7dd3d0ce {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362e4-7dd3d0ce {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d65ee5f3-ed7b-56f0-5e47-6447bcb362ed-7dd3d0ce {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-a97b1431-0484-10b7-714c-f726aa8e9cad-7dd3d0d4, #w-node-_4844f3ff-2eaa-3cfd-bb2e-03ba353a888a-7dd3d0d4, #w-node-cc36c78b-2a1f-e560-b600-3de85fecc46d-7dd3d0d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f76765c2-0e10-2fb0-3389-9f878286d3ca-7dd3d0d7, #w-node-_9e257f62-10e2-754d-46df-886e9b195170-7dd3d0d7 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #Bericht.w-node-_459214b8-18db-9234-7a6b-1a00d5300365-7dd3d0d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_459214b8-18db-9234-7a6b-1a00d5300366-7dd3d0d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #Bericht.w-node-_88912c8a-02f7-3b68-0362-874db72f2eac-7dd3d0d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9f8b697-474a-8107-d630-0a8f61eab32d-7dd3d0d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e2ab6646-a870-8933-61da-8d8413cf4751-7dd3d0dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url("/assets/fonts/thicccboi-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url("/assets/fonts/thicccboi-medium.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url("/assets/fonts/thicccboi-semibold.woff2") format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url("/assets/fonts/thicccboi-bold.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url("/assets/fonts/thicccboi-extrabold.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url("/assets/fonts/almarai-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url("/assets/fonts/almarai-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Almarai';
  src: url("/assets/fonts/almarai-extrabold.ttf") format('truetype'), url("/assets/fonts/almarai-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url("/assets/fonts/spacegrotesk-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url("/assets/fonts/spacegrotesk-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url("/assets/fonts/spacegrotesk-medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/montserrat-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/montserrat-medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/montserrat-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url("/assets/fonts/montserrat-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}