@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Medium-1.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000c;
  --white-60: #fff9;
  --black-51: black;
  --the-blue: #0025ff;
  --white-61: white;
  --white-15: #fff0;
  --white: #fff;
  --transparent: #fff0;
  --black-10: #0000001a;
  --ice: #88bbfd;
  --white-smoke: #f5f5f5;
  --black-50: #00000080;
  --50px-width-pad: 15px;
  --color: white;
  --_tech-grey---tech-grey: #f5f5f5;
  --18: 18px;
  --light-grey: var(--black-50);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

p {
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

a {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

ul {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

label {
  color: var(--black);
  text-align: left;
  margin-bottom: 5px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

sup {
  font-size: .7rem;
}

.hero-background-video {
  background-color: #7575751f;
  width: 100%;
  height: 95svh;
  margin-top: 70px;
  position: absolute;
}

.hero-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  height: 100svh;
  padding: 0 3rem 3rem;
  display: flex;
  position: relative;
}

._12-column-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

._12-column-grid.large-gap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: relative;
}

.standard-text {
  color: var(--black);
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.white-60 {
  color: var(--white-60);
  display: none;
}

.standard-text.white {
  color: var(--black);
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Aeonik, sans-serif;
  position: relative;
  left: 0;
}

.standard-text.white.w--current {
  margin-left: 8px;
}

.standard-text.black-50 {
  color: var(--black);
  line-height: 140%;
  position: static;
}

.standard-text.left {
  color: var(--the-blue);
  text-align: left;
  order: -1;
}

.standard-text.left.white {
  color: var(--white-61);
  margin-bottom: 40px;
}

.project-intro-text {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1.8rem;
  line-height: 130%;
}

.project-intro-text.white-60 {
  color: var(--white-60);
}

.project-intro-text.blue {
  color: var(--the-blue);
}

.service-intro-block {
  border-top: 1px solid var(--white-15);
  border-right: 1px solid var(--white-15);
  border-left: 1px solid var(--white-15);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-left: 2.4rem;
  padding-right: 1rem;
  display: flex;
}

.logo-link-block {
  background-color: var(--white);
  padding: 1.25rem 2rem;
  text-decoration: none;
}

.logo-link-block.w--current {
  background-color: var(--transparent);
  padding: 1rem 1rem 1rem 2rem;
}

.logo-link-block.black {
  background-color: var(--black);
}

.section {
  margin-bottom: -10px;
  position: relative;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 2;
  width: 100%;
}

.navbar.dark {
  color: var(--white);
  position: absolute;
}

.logo-intro-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.logo-black {
  z-index: 5;
  padding: 32px;
  position: fixed;
  top: -11px;
  left: -21px;
  overflow: visible;
}

.logo-black.intro {
  position: relative;
}

.logo-black.light {
  mix-blend-mode: exclusion;
  position: fixed;
  top: -11px;
  left: -21px;
}

.nav-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white-60);
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--white);
}

.nav-link.play {
  cursor: not-allowed;
}

.nav-menu {
  grid-column-gap: 3rem;
  margin-right: 0;
  display: flex;
}

.button {
  aspect-ratio: auto;
  border: 1px solid var(--black-10);
  background-color: var(--white);
  width: auto;
  color: var(--black);
  border-radius: 12px;
  flex: 0 auto;
  padding: .5rem 1.25rem;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--the-blue);
  color: var(--white);
}

.button.contact {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at -10% 0%, var(--ice), var(--the-blue) 47%, var(--black));
  color: var(--white);
  border-width: 0;
  border-radius: 10px;
  order: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Aeonik, sans-serif;
  transition: all .5s;
  position: relative;
}

.button.contact:hover {
  background-image: radial-gradient(circle farthest-corner at -10% 0%, var(--ice), var(--the-blue) 47%, var(--black));
  color: var(--white);
  transform: scale(1.1);
}

.button.contact.footer {
  background-color: var(--white);
  max-width: 30%;
  color: var(--black);
  background-image: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 2.5rem;
  margin-left: 0;
  font-size: 1.2vw;
}

.button.contact.footer:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.mobile {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at -10% 0%, var(--ice), var(--the-blue) 47%, var(--black));
  color: var(--white);
  vertical-align: baseline;
  border-width: 0;
  border-radius: 10px;
  order: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Aeonik, sans-serif;
  transition: all .5s;
  display: none;
  position: relative;
}

.button.mobile:hover {
  background-image: radial-gradient(circle farthest-corner at -10% 0%, var(--ice), var(--the-blue) 47%, var(--black));
  color: var(--white);
  transform: scale(1.1);
}

.button.mobile.footer {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 2.5rem;
}

.button.mobile.footer:hover {
  background-color: var(--black);
  color: var(--white);
}

.button._50-pad {
  margin-top: auto;
}

.navbar-container {
  border-bottom: 1px solid var(--white-15);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-right: 2rem;
  transition: border-color 1s;
  display: flex;
}

.navbar-container:hover {
  border-bottom-color: var(--the-blue);
}

.navbar-container.light {
  border-bottom-color: var(--black-10);
}

.navbar-container.light:hover {
  border-bottom-color: var(--the-blue);
}

.mobile-menu-button, .mobile---navbar-contact-info-wrapper {
  display: none;
}

.divider {
  background-color: var(--black-10);
  width: 100%;
  height: 1px;
}

.divider.nav-bar {
  display: none;
}

.divider.white {
  background-color: var(--white-15);
}

.preloader {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
}

.preloader-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.preloader-text-mask {
  height: 30px;
  overflow: hidden;
}

.container {
  min-height: 80px;
  padding: 8rem 3.2rem;
}

.container.padding-top-5 {
  padding-top: 5rem;
}

.container.page-heading {
  padding: 5rem 40px 0;
}

.container.padding-top-0 {
  padding-top: 0;
}

.container.grey {
  background-color: var(--black-51);
  border-bottom: 1px solid #000;
}

.section-title-wrapper {
  grid-column-gap: .25rem;
  color: var(--the-blue);
  align-items: center;
  margin-bottom: 10px;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.dot {
  background-color: var(--black);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.dot.white {
  background-color: var(--white);
}

.section-small-title {
  color: var(--the-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: none;
}

.section-small-title.white {
  color: var(--white);
}

.large-text {
  max-width: 48%;
  color: var(--black);
  letter-spacing: -.5px;
  text-indent: 0;
  margin-top: 25px;
  font-family: Aeonik, sans-serif;
  font-size: 1.5vw;
  line-height: 120%;
}

.large-text.white {
  max-width: none;
  color: var(--white);
}

.large-text.white.footer {
  font-size: 5vw;
  font-weight: 400;
}

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

.large-text.white-60.footer-top-content-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50vw;
  margin-top: 0;
  padding-bottom: 1rem;
  font-size: 5vw;
  transition: color .2s;
}

.large-text.white-60.footer-top-content-2:hover {
  color: var(--white);
}

.large-text.black {
  color: var(--black-51);
}

.large-text.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.large-text.black-copy {
  max-width: none;
  color: var(--black-51);
  padding-left: 0;
}

.image-with-reveal-effect-wrapper {
  text-align: right;
  position: relative;
  overflow: hidden;
}

.image-mask {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-mask.white {
  background-color: var(--white);
}

.imagewitheffect {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  max-height: 1200px;
}

.imagewitheffect.smaller {
  width: auto;
}

.statistic-item {
  grid-row-gap: 1rem;
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.statistic-big-text {
  color: var(--black);
  font-family: Aeonik, sans-serif;
  font-size: 6vw;
  line-height: 100%;
}

.big-statistic-text-wrapper {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.background.white-smoke {
  background-color: var(--white-smoke);
}

.background.black {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: flex-end;
  height: 720px;
  display: flex;
  overflow: hidden;
}

.service-content-block {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-item {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
}

.xl-text {
  color: var(--the-blue);
  font-family: Aeonik, sans-serif;
  font-size: 5rem;
  line-height: 120%;
}

.service-title-wrapper {
  grid-column-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.fade-in-animation-block {
  width: 100%;
  height: 100%;
}

.fade-in-animation-block.sticky {
  position: sticky;
  top: 4rem;
}

.big-heading-with-scroll-animation-wrapper {
  white-space: nowrap;
  margin-bottom: 4rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 15vw;
  overflow: hidden;
}

.text-with-scroll-animation {
  color: var(--black);
  font-family: Aeonik, sans-serif;
  font-size: 17vw;
  font-weight: 400;
  line-height: 120%;
}

.partner-logo-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.partner-logo-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black-10);
  background-color: var(--white);
  border-radius: 100px;
  align-items: center;
  width: auto;
  padding: .25rem 3.9rem .25rem .25rem;
  display: flex;
}

.testimonial-block {
  border-top: 1px solid var(--black-10);
  padding-top: 4rem;
  position: relative;
}

.testimonial-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.testimonial-item {
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--black-10);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 3rem;
  display: flex;
}

.people-info-block {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial-logo {
  width: 48px;
}

.featured-partner-block {
  margin-bottom: 4rem;
}

.work-content-block {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.project-link {
  width: 100%;
  text-decoration: none;
}

.project-link:hover {
  width: 100%;
  color: var(--the-blue);
}

.project-info-block {
  grid-column-gap: 1rem;
  border-top: 1px solid var(--black-10);
  border-right: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.collection-list-2-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-grid {
  margin-top: 4rem;
}

.back-to-top-button {
  grid-column-gap: .25rem;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.back-to-top-arrow-icon {
  opacity: .6;
  width: 20px;
}

.footer-link-block-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: none;
}

.footer-link-list {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white-60);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

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

.copyright {
  border-top: 2px solid var(--white-15);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.footer-container {
  width: 100%;
  min-height: auto;
  padding: 4rem 50px 0;
}

.nav-link-black {
  color: var(--black-50);
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.nav-link-black:hover {
  color: var(--black);
}

.nav-link-black.w--current {
  color: var(--black);
  cursor: not-allowed;
}

.hero-heading {
  width: 22ch;
  color: var(--white);
  margin-bottom: 10vw;
  font-family: Aeonik, sans-serif;
  font-size: 4vw;
}

.value-item {
  border-top: 1px solid var(--black-10);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.philosophy-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-team-block {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-info-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}

.service-detail-name-intro {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-detail-included {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.service-detail-text-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.service-detail-item {
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

.industry-item {
  border-top: 1px solid var(--white-15);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.process-item {
  grid-row-gap: 3rem;
  border-top: 1px solid var(--black-10);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.process-item-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-block {
  position: sticky;
  top: 2rem;
}

.empty-state {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.project-info-item {
  border-top: 1px solid var(--black-10);
  justify-content: space-between;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.project-intro-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.project-detail-content {
  border-top: 1px solid var(--black-10);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.project-gallery-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.next-project-block {
  border-top: 1px solid var(--black-10);
  border-right: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  background-color: var(--black);
  background-image: url('../images/Blue-Black-Gradient-BKG-hzntl.svg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  height: 180px;
  padding-top: 2.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: background-position .5s;
  display: flex;
}

.next-project-block:hover {
  background-image: url('../images/Blue-Black-Gradient-BKG-hzntl.svg');
  background-position: 50% 0;
  background-size: cover;
}

.collection-item {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide-content {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.select-field {
  color: #000000e6;
  border: 1px #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.text-field {
  width: 250px;
  min-height: 3rem;
  color: var(--black);
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: .75rem;
  padding: .75rem;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.text-area {
  min-height: 6rem;
  color: var(--black);
  background-color: #f5f5f5;
  border: 1px #000;
  margin-bottom: 2rem;
  padding: .75rem;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.success-message {
  color: #000000e6;
  background-color: #f5f5f5;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.submit-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 5px;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.submit-button:hover {
  background-color: var(--the-blue);
  color: #fff;
}

.typo-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._0-5-rem-gap-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: var(--white-61);
  border-radius: 20px;
  margin-top: 2rem;
  padding: .75rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.color-swatch {
  width: 100%;
  height: 10rem;
}

.color-swatch.white-40 {
  border: 1px solid var(--black-10);
  background-color: var(--white-60);
}

.color-swatch.whitesmoke {
  background-color: #f5f5f5;
}

.color-swatch.white-100 {
  border: 1px solid var(--black-10);
  background-color: #fff;
}

.color-swatch.black-10 {
  background-color: var(--black-10);
}

.color-swatch.white-15 {
  border: 1px solid var(--black-10);
  background-color: var(--white-15);
}

.color-swatch.black {
  background-color: var(--black);
}

.color-swatch.black-50 {
  background-color: var(--black-50);
}

.rich-text h1 {
  margin-bottom: 2rem;
  font-family: Aeonik, sans-serif;
}

.rich-text blockquote {
  color: #111112;
  background-color: #f5f5f5;
  margin-bottom: 3rem;
  padding: 1rem;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.rich-text ol {
  color: #000;
  margin-bottom: 2rem;
  padding-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.rich-text h4 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-family: Aeonik, sans-serif;
}

.rich-text figure {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h5 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-family: Aeonik, sans-serif;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-family: Aeonik, sans-serif;
}

.rich-text p {
  margin-bottom: 4rem;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
  position: static;
}

.rich-text ul {
  color: #000;
  margin-bottom: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9rem;
  line-height: 140%;
}

.rich-text h3 {
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-family: Aeonik, sans-serif;
}

.rich-text a {
  color: #111112;
  font-family: Aeonik, sans-serif;
  text-decoration: underline;
}

.rich-text h6 {
  margin-top: 1rem;
}

.info-page-content-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-page-content {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.large-text-link {
  color: var(--black-50);
  font-size: 2.4rem;
  line-height: 120%;
}

.utility-page-wrap {
  background-image: url('../images/Blue-Black-Gradient-BKG-hzntl.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.utility-page-content-2 {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.password-text-filed {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  margin-top: 2rem;
  display: flex;
}

.contact-info-block {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.contact-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.contact-info-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.div-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.social-link:hover {
  opacity: .5;
}

.top-arrow-mask {
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.project-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
}

.projectthumbnail {
  border-radius: 3px;
  width: 100%;
  height: auto;
  max-height: 700px;
}

.heading, .heading-2, .heading-3 {
  font-family: Aeonik, sans-serif;
}

.heading-3.white {
  border-top: 0px solid var(--white);
  color: var(--white);
  font-size: 4rem;
}

.heading-4, .heading-5, .heading-6, .figure-caption {
  font-family: Aeonik, sans-serif;
}

.blue {
  color: var(--the-blue);
  font-weight: 500;
}

.blue.arrow:hover {
  color: var(--black-51);
}

.wrapper {
  min-height: 100vh;
  margin-top: 27vh;
  position: relative;
}

.hero-section {
  z-index: 10;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 35ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: translate(0, -4rem);
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.1;
}

.three {
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

._wf-text {
  height: 10px;
}

.footer-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5.4rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer {
  color: #fff;
  font-weight: 500;
}

.footer-top-content-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5.4375rem;
  display: flex;
}

.footer-links-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  display: flex;
}

.line {
  background-color: #7fbdbd;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
}

.footer-logo-2 {
  height: 5rem;
  margin-top: 3rem;
  margin-bottom: 4.75rem;
}

.footer-top-content-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding {
  background-color: #272a32;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-wrap {
  position: relative;
}

.footer-cta-grid-2 {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  margin-top: 5rem;
}

._wf-badge {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  align-items: center;
  padding: 6px;
  display: flex;
  position: fixed;
  inset: auto 1% 1.5% auto;
}

.arrow {
  width: 1.375rem;
  margin-top: -4px;
  margin-left: 1.2rem;
}

.arrow-cta-2 {
  color: #272a32;
  padding: 1.1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.arrow-cta-2.cc-2 {
  color: #fff;
}

.arrow-cta-2.white {
  text-transform: uppercase;
  background-color: #fff;
}

.footer-container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

._w-logo {
  width: 16px;
  margin-right: 10px;
}

.button-text {
  font-size: 1.25rem;
  transform: translate(0, -.1em);
}

.nav {
  z-index: 99999;
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-contain {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 20px 30px;
  font-size: 1.25rem;
  display: flex;
}

.logo-2 {
  filter: invert();
  height: 100px;
}

.nav-menu-dummy {
  margin-left: auto;
  display: flex;
}

.nav-link-2 {
  color: #f3f3f3;
  font-size: 1.125rem;
}

.spacer {
  width: 25px;
}

.button-2 {
  color: #fff;
  background-color: #272a32;
  border-radius: 1px;
  padding: 1.1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  color: #272a32;
  background-color: #272a3200;
  box-shadow: inset 0 0 0 1px #272a32;
}

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

.section-logo {
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  border: 1px solid var(--the-blue);
  background-color: var(--white);
  border-radius: 1px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.page-padding.s0.blakk {
  border-width: 2px;
  border-color: var(--white-smoke);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0%;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  opacity: .7;
  width: 200px;
  transform: scale(.5);
}

.heading-7 {
  font-family: Aeonik, sans-serif;
}

.heading-8 {
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-8.stack {
  width: auto;
  margin-top: 25px;
}

.heading-8._50-pad {
  margin-bottom: 20px;
}

.popup-1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  background-color: var(--black);
  border-radius: 9px;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin: 20px;
  display: flex;
}

.heading-9 {
  color: var(--white);
  font-family: Aeonik, sans-serif;
}

.image {
  width: 50px;
  height: 50px;
}

.paragraph {
  color: var(--white);
  margin-top: 26px;
  font-family: Aeonik, sans-serif;
}

.blue-link {
  color: var(--the-blue);
  border-radius: 5px;
  font-family: Aeonik, sans-serif;
  text-decoration: underline;
}

.div-block-4 {
  width: 700px;
  height: 400px;
}

.footer-text-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 6rem;
  display: flex;
}

.logo-black-intro {
  z-index: 5;
  opacity: 1;
  padding: 32px;
  position: relative;
  top: 9px;
  left: 68px;
  overflow: visible;
}

.logo-black-intro.intro {
  position: relative;
}

.heading-10 {
  font-family: Aeonik, sans-serif;
}

.logostyle {
  z-index: 3;
  position: static;
}

.nextprojectarrow {
  color: var(--the-blue);
  text-align: right;
  font-family: Aeonik, sans-serif;
  font-size: 3rem;
  position: relative;
  top: -37px;
  left: 47px;
}

.text-block {
  color: var(--black-50);
  text-align: right;
  flex: 1;
  font-family: Aeonik, sans-serif;
}

.grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  width: 20vw;
  height: 20vw;
  display: grid;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7vw;
  display: flex;
}

.text-block-2 {
  font-family: Aeonik, sans-serif;
}

.logo-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

.logo-block {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px #0118291a;
}

.unicorn-embed {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.unicorn-embed.hero {
  z-index: -1;
  height: 100svh;
}

.link-block {
  z-index: 3;
  position: fixed;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  margin-top: 48px;
}

.video {
  width: 100%;
}

.video-2 {
  pointer-events: auto;
  width: auto;
  height: auto;
  position: relative;
}

.proj-stat {
  width: 100%;
}

.stat-box {
  border: 0px solid var(--black-50);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.stat {
  height: 70px;
  color: var(--the-blue);
  flex: 0 auto;
  font-family: Aeonik, sans-serif;
  font-size: 70px;
  line-height: 0;
}

.stat-desc {
  color: var(--black-51);
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Aeonik, sans-serif;
}

.text-span {
  color: var(--the-blue);
}

.div-block-7 {
  margin-top: 49px;
}

.video-section {
  background-color: var(--black-51);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 10rem;
  display: flex;
}

.div-block-8 {
  background-color: #000;
  width: 100%;
  margin-top: 0;
}

.preloadtxt {
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  line-height: 23px;
}

.preloadtxt.blue {
  font-weight: 400;
}

.navfixed {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70px;
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
}

.video-3 {
  margin-top: 15rem;
}

.text-span-2 {
  color: var(--the-blue);
}

.swirl {
  z-index: 7;
  pointer-events: auto;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 100%;
  position: fixed;
}

.swirl-hompage {
  z-index: -3;
  pointer-events: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  width: 100%;
  position: fixed;
}

.cell {
  background-color: var(--transparent);
  padding-top: 0;
}

.project-thumb {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  transition: opacity .2s;
  display: flex;
}

.project-thumb:hover {
  border: 0px solid var(--the-blue);
  color: var(--the-blue);
  -webkit-text-stroke-color: var(--black-51);
}

.div-block-9 {
  width: 100%;
  height: 5vh;
}

.proj-thumb-name {
  text-align: left;
  mix-blend-mode: normal;
  border: 0 solid #000;
  align-self: flex-start;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 2.2rem;
  line-height: 89%;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.work-info-text {
  border: 2px solid var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 10px;
  display: flex;
}

.company-name {
  border-left: 0px solid var(--white);
  text-align: center;
  letter-spacing: 0;
  height: auto;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-2 {
  vertical-align: baseline;
  flex: 1;
  width: 100%;
  height: 550px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.image-2:hover {
  opacity: 0;
}

.img-wrapper {
  flex-flow: row-reverse wrap;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.background-video-2 {
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  top: -100%;
}

.img-proj-thumb {
  box-sizing: border-box;
  background-image: url('../images/About-Image-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: relative;
}

.img-proj-thumb:hover {
  opacity: 0;
}

.projectthumbnail1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.quick-stack {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.text-block-5 {
  color: var(--the-blue);
  margin-left: 20px;
  font-family: Aeonik, sans-serif;
}

.topanim {
  margin-top: 15vh;
  margin-bottom: 5vh;
}

.fade-in-animation-block-copy {
  width: 100%;
  height: 100%;
}

.fade-in-animation-block-copy.sticky {
  position: sticky;
  top: 4rem;
}

.about-me-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.about-me-grid.large-gap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 4.2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: grid;
  position: relative;
}

.text-block-6 {
  width: auto;
  height: 140px;
  font-size: 6rem;
}

.herosection {
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-left: 3rem;
  display: flex;
}

.textsection {
  height: 60vw;
  padding-right: var(--50px-width-pad);
  padding-left: var(--50px-width-pad);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.textsection.split {
  justify-content: space-around;
  align-items: center;
}

.textsection.split.foot {
  justify-content: space-between;
}

.photosection {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 50px;
  display: block;
}

.herotext {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 10vh;
  display: flex;
}

.logo1 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #787878;
  border: 1px solid #b1b1b1;
  border-radius: 14px;
  width: 15rem;
  height: 5rem;
  margin-right: .6rem;
  padding: 25px;
}

.logo1.chase {
  padding: 0;
}

.logo1.chase.smil {
  padding: 7px;
}

.logo1.common {
  padding: 13px;
}

.logowrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.dimp {
  aspect-ratio: auto;
  background-color: var(--white-smoke);
  color: #000;
  text-align: center;
  object-fit: fill;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 4rem;
  max-width: 5rem;
  height: auto;
  margin-right: .4rem;
  padding: .1rem .4rem;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
  display: flex;
}

.dimp.grey {
  background-color: var(--white-smoke);
  color: #000;
}

.dimp.numer {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.dimp.big {
  max-width: none;
}

.dimp.big-link {
  background-color: var(--black-51);
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0;
}

.dimp.big-link:active {
  background-color: var(--the-blue);
}

.dimp-text {
  color: var(--black-50);
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: static;
}

.heading-11 {
  width: 60%;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
}

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

.blue-dimp {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--the-blue);
  width: auto;
  max-width: none;
  height: auto;
  color: var(--white);
  text-align: left;
  object-fit: fill;
  border-radius: 5px;
  margin-right: .4rem;
  padding: .1rem .4rem;
  display: flex;
}

.blue-dimp.grey {
  background-color: var(--white-smoke);
  color: #000;
}

.blue-dimp.smol {
  max-width: 65px;
}

.blue-dimp-text {
  color: var(--white);
  font-family: Aeonik, sans-serif;
  display: flex;
  position: static;
}

.logoimg {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.logoimg.invert {
  filter: invert();
  object-fit: contain;
}

.logoimg.nav {
  vertical-align: bottom;
  width: 80%;
  margin-left: 7.5px;
  margin-right: 10px;
  position: sticky;
}

.photo-container {
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.photo-container.spider-bkg {
  background-color: #000;
  background-image: url('../images/background.png');
  background-size: auto;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  order: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

.paragraph-2 {
  letter-spacing: -.3px;
  width: 40%;
  min-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
}

.nextsection {
  border-top: 1px solid var(--the-blue);
  background-color: var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #fff;
  height: 100%;
  margin-left: 1vw;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide:lang(en) {
  opacity: 1;
}

.slide.square {
  width: 130%;
}

.slide.horizontal {
  width: 190%;
}

.slider-2 {
  background-color: #ddd0;
  flex: 1;
  width: 100vw;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/Screenshot-2024-09-07-144504.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
  min-width: 40vw;
  height: auto;
  min-height: 70vh;
  margin-left: 50px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  background-image: url('../images/About-Image-1.png');
  background-position: 50%;
  background-size: cover;
  width: 50vh;
}

.slide-4 {
  background-image: url('../images/Opening-image_1.avif');
  background-position: 50%;
  background-size: cover;
  margin: 60px;
}

.mask {
  width: 35vw;
  height: 45vw;
  overflow: visible;
}

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

.slide-nav {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
  bottom: -57px;
  left: 19px;
}

.icon {
  color: var(--the-blue);
  mix-blend-mode: normal;
}

.image-4 {
  opacity: .6;
  object-fit: cover;
  object-position: 50% 59%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}

.image-4:lang(en) {
  opacity: 100;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.greymask {
  z-index: 3;
  cursor: auto;
  background-image: linear-gradient(91deg, #0000 42%, #dcdcdce6 74%);
  flex: 1;
  width: 100%;
  height: 86vh;
  position: absolute;
}

.photo-slider-cont {
  border-style: solid;
  border-width: 2px 0 2px 2px;
  border-color: var(--white-smoke);
  background-color: var(--white);
  border-radius: 10px 0 0 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.textanim {
  padding-left: 50px;
}

.textanim.taller {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 17vw;
  display: flex;
}

.trailer-popup-link {
  z-index: 8;
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.social-link-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.flex-social-links-banner {
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.underline-link {
  box-sizing: content-box;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 2px;
  display: flex;
}

.wrap-social-link {
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.social-links-bar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
}

.underline-on-hover {
  box-sizing: content-box;
  border-bottom: 2px solid #000;
  width: 0;
  margin-bottom: -1px;
}

.text-size-caps-tiny {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

.dark-overlay-of-banner-image {
  opacity: .3;
  background-color: #181d24;
  position: absolute;
  inset: 0%;
}

.popup-overlay {
  z-index: 1000;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-play-icon {
  width: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.popup-video-thumbnail {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.popup-script {
  display: block;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.popup-close-button {
  background-color: #181d24;
  border-radius: 5rem;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.popup-play-link {
  opacity: .8;
  color: #bc82dc;
  width: 5rem;
  height: 5rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.copy-attributes-script {
  display: none;
}

.popup-2, .popup-3 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.section-2 {
  color: #f2f2f2;
  background-color: #111;
}

.main-cta_copy-icon {
  width: 1.25rem;
  margin-right: .5rem;
  display: flex;
}

.main-cta_copy-icon.cc-copy-attribute {
  margin-right: 0;
}

.attribute-wrapper_setting-text-wrapper {
  background-color: #1a1a1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
}

.component-main_step-heading {
  color: #f2f2f2;
  max-width: 42ch;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
}

.green-span {
  color: #00c28a;
}

.attribute-wrapper_setting-row {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.attribute-wrapper_setting-row.cc-last {
  margin-bottom: 0;
}

.component-main_attribute-copy-text {
  display: none;
}

.element-dropdown_dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.attribute-wrapper_column-header-wrapper {
  color: #fafafab3;
  background-color: #262626;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
}

.element-dropdown_element-name {
  color: #111;
  text-transform: uppercase;
  background-color: #fafafa;
  margin-right: 1rem;
  padding: .75rem .5rem;
  font-weight: 600;
  line-height: 1.3;
}

.attribute-wrapper_settings-wrapper {
  background-color: #262626;
  padding: 1rem;
}

.component-main_element-list {
  margin-top: 4rem;
}

.component-main_element-span {
  background-color: #4353ff;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .75rem .5rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.component-main_element-dropdown {
  background-color: #1a1a1a;
  width: 100%;
}

.component-main_inner-step-list {
  margin-top: 4rem;
}

.main-container {
  max-width: 90rem;
  padding: 8rem 6rem;
}

.component-main_option-span {
  background-color: #007352;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .75rem .5rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.component-main_option-span.cc-first {
  margin-left: 0;
}

.element-dropdown_html-icon {
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .5rem;
  display: flex;
}

.element-dropdown_html-icon.cc-toggle {
  width: 1.3rem;
  height: auto;
}

.element-dropdown_icon {
  color: #f2ff37;
  margin: 0 1rem 0 0;
  font-size: 1.5rem;
  position: static;
}

.dropdown-list_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  background-color: #111;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.component-main_heading {
  color: #f2f2f2;
  margin-bottom: 1.5rem;
}

.element-dropdown_toggle {
  color: #fafafa;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  display: flex;
}

.main-cta {
  text-align: center;
  cursor: pointer;
  background-color: #4353ff;
  flex: none;
  align-items: center;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.main-cta:hover {
  opacity: .6;
}

.main-cta.cc-copy-attribute {
  justify-content: center;
  padding: .75rem;
}

.component-main_element-item {
  margin-bottom: 1rem;
}

.attribute-wrapper_setting-name {
  color: #fafafab3;
  width: 4rem;
  margin-right: .5rem;
  font-size: .875rem;
}

.youtube {
  margin-left: auto;
  margin-right: auto;
}

.youtube.cc-margin {
  margin-bottom: 2rem;
}

.element-dropdown_item-text {
  white-space: normal;
  margin-right: 1rem;
}

.attribute-wrapper_description {
  margin-left: 1rem;
}

.component-main_step-item {
  margin-bottom: 6rem;
}

.component-main_step-list {
  margin-top: 4rem;
}

.element-dropdown_html-name {
  font-weight: 500;
  line-height: 1;
}

.element-dropdown_html-text-wrapper {
  background-color: #4353ff;
  align-items: center;
  margin-right: 1rem;
  padding: .75rem .5rem;
  display: flex;
}

.popup-4 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.trailer-popup-link-2 {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.banner-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45vw;
  margin-top: 0;
  margin-left: 45px;
  margin-right: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-section {
  text-align: center;
  background-color: #eef2f5;
  padding-top: 80px;
  padding-bottom: 120px;
}

.container-3 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.tagline {
  color: #6f737c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.tagline.margin-bottom-60 {
  margin-bottom: 60px;
}

.logo-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-block-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block-2:hover {
  box-shadow: 0 4px 20px #0118291a;
}

.popup-script-2 {
  display: none;
}

.popup-5 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.trailer-popup-link-3 {
  z-index: 55;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.banner-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vw;
  margin-top: 0;
  margin-left: 45px;
  margin-right: 45px;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.autoplay-code {
  display: none;
}

.video-thumbnail {
  z-index: 1;
  border-radius: 5px;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.thumbnail {
  z-index: -1;
  opacity: .81;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 5px;
  transition: transform 1s cubic-bezier(.4, .01, .165, .99), opacity .7s cubic-bezier(.4, .01, .165, .99);
  position: absolute;
  inset: 0%;
}

.thumbnail:hover {
  opacity: .7;
}

.play-icon {
  color: #0400ff;
  flex: 0 auto;
  align-self: center;
  width: 5%;
  margin-top: 25%;
  position: relative;
}

.video-embed {
  z-index: 0;
  opacity: 0;
  background-image: none;
  position: relative;
}

.slider-section {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.vidtext {
  background-image: linear-gradient(180deg, #0000, var(--black));
  mix-blend-mode: normal;
  flex-flow: row;
  order: 1;
  place-content: flex-start space-between;
  align-self: baseline;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: auto;
  padding: 50px 1.5% 1.5%;
  display: flex;
}

.text-block-8 {
  color: var(--white);
  font-family: Aeonik, sans-serif;
}

.videotype {
  color: var(--white);
  font-family: Aeonik, sans-serif;
  font-size: 2.2rem;
}

.lightbox-link {
  height: 410px;
}

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

.navvy {
  width: 100vw;
  height: 75px;
}

.navbar-2 {
  border-bottom: 2px solid var(--white-smoke);
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
}

.container-4 {
  width: 130vw;
  margin-left: 0;
  margin-right: 0;
}

.brand-2 {
  width: 45px;
  height: 45px;
}

.nav-link-3 {
  padding-left: 10px;
  padding-right: 15px;
  font-family: Aeonik, sans-serif;
}

.nav-link-3:hover {
  color: var(--the-blue);
}

.nav-link-3:lang(en) {
  color: var(--black);
}

.nav-link-3.w--current {
  color: var(--the-blue);
}

.play-link {
  pointer-events: auto;
  cursor: progress;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Aeonik, sans-serif;
  display: none;
}

.nav-link-5 {
  color: var(--black);
  padding-left: 10px;
  padding-right: 15px;
  font-family: Aeonik, sans-serif;
}

.nav-link-5:hover, .nav-link-5:lang(en) {
  color: var(--the-blue);
}

.div-block-12 {
  flex: 1;
  width: auto;
  height: auto;
}

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

.right-arrow-block {
  background-color: var(--the-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  display: flex;
}

.right-arrow-block:active {
  background-color: var(--black-51);
}

.left-arrow-block {
  background-color: var(--the-blue);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  display: flex;
}

.left-arrow-block:active {
  background-color: var(--black-51);
}

.soon {
  z-index: 1;
  opacity: 0;
  color: var(--ice);
  cursor: progress;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Aeonik, sans-serif;
  display: none;
  position: absolute;
  top: 0;
  left: 57px;
}

.parralax-section {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 50px;
  display: flex;
}

.parralax-wrapper {
  border: 2px solid var(--white-smoke);
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.parralax-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
  transform-style: preserve-3d;
  border-radius: 5px;
  margin: 0 auto;
  transform: scale(2)rotateX(-50deg)rotateY(-12deg)rotateZ(-26deg);
}

.text-block-10 {
  z-index: 3;
  filter: drop-shadow(0 2px 5px #00000008);
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  font-family: Aeonik, sans-serif;
  font-size: 2.4rem;
  position: absolute;
}

.full-width-banner {
  object-fit: contain;
  width: 100vh;
  height: 400px;
  overflow: visible;
}

.side-image {
  opacity: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 45%;
  height: 60%;
  margin-right: 40px;
}

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

.trace-behaviour-text {
  z-index: 1;
  color: var(--white);
  padding: 10px;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
  position: absolute;
}

.link {
  color: var(--the-blue);
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.div-block-13 {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-right: 40px;
  padding-right: 28px;
  display: flex;
  overflow: hidden;
}

.stat-box-proj {
  background-color: #f0f0f080;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 20%;
  margin-top: 0;
  padding: 20px 10px;
  display: flex;
  transform: scale(1.2);
}

.text-block-11 {
  text-align: left;
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.text-span-3 {
  color: var(--the-blue);
  font-size: 50px;
}

.vidgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center;
  width: 100%;
  height: 60vh;
  margin: 81px;
  display: grid;
}

.background-video-3 {
  mix-blend-mode: normal;
  width: 70%;
  height: 70%;
}

.div-block-14 {
  z-index: 3;
  aspect-ratio: 9 / 16;
  width: 22%;
  position: absolute;
  left: 95px;
}

.mobile-video-1 {
  z-index: 3;
}

.div-block-14-copy {
  aspect-ratio: 1;
  width: 43.5%;
  height: auto;
  position: absolute;
  top: 146px;
  left: auto;
  right: 0;
}

.nav-link-6:hover {
  color: var(--the-blue);
}

.nav-link-6:lang(en) {
  color: var(--black);
}

.div-block-15 {
  width: 50%;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.logo-carousel {
  margin-top: 3em;
  overflow: hidden;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: .9;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 50px;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__slide {
  opacity: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.image-5 {
  object-fit: contain;
}

.image-6 {
  filter: grayscale();
  object-fit: cover;
}

.image-7 {
  object-fit: contain;
  height: 40.5px;
  transform: scale(1.7);
}

.image-8 {
  object-fit: scale-down;
}

.image-9 {
  object-fit: cover;
  overflow: visible;
}

.image-10 {
  object-fit: cover;
}

.image-11 {
  object-fit: contain;
  transform: scale(.8);
}

.image-12 {
  object-fit: cover;
  width: 90px;
  height: 30px;
}

.image-13 {
  filter: none;
  object-fit: scale-down;
  height: 40px;
  transform: scale(.8);
}

.hero-heading-central {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 4vw;
  transition: all .5s;
  display: flex;
  position: absolute;
}

.hero-heading-central:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.text-block-12 {
  opacity: .6;
  color: var(--white-60);
  text-align: right;
  font-size: 12px;
  position: relative;
}

.footer-section {
  z-index: 2147483647;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.mobilelottie {
  display: none;
}

.next-link {
  border-top: 0px solid var(--the-blue);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 50px;
  display: flex;
}

.next-proj-text {
  width: 60%;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 4vw;
}

.image-14 {
  aspect-ratio: 3 / 2;
  border: 0px solid var(--the-blue);
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
  position: static;
}

.next-proj-cont {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.want-access {
  opacity: .5;
  color: var(--white);
  margin-top: 0;
  font-size: .9rem;
  position: absolute;
  bottom: 426.969px;
}

.heading-12 {
  font-family: Aeonik, sans-serif;
}

.heading-12.pad-it {
  margin-top: 10vw;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .service-text {
  font-family: Aeonik, sans-serif;
}

.black-dimp {
  float: left;
  clear: none;
  background-color: var(--black-10);
  width: auto;
  color: var(--black);
  text-overflow: clip;
  overflow-wrap: normal;
  object-fit: fill;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  overflow: visible;
}

.image-15 {
  position: relative;
  top: -30px;
}

.background-video-4 {
  z-index: 3;
  aspect-ratio: 3 / 2;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.doon {
  width: auto;
}

.code-embed-2 {
  height: 65vh;
}

.hero-webgl {
  width: 100%;
  height: 100vh;
}

.code-embed-3 {
  height: 100%;
}

.osmo-logo__svg {
  display: block;
}

.crisp-header__slider-nav-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .25em;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.crisp-header__slider-nav-btn.is--current {
  border-color: #f4f4f4;
}

.crisp-header__bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.crisp-header__p {
  text-align: center;
  font-size: 1.125em;
}

.crisp-header__slider-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.crisp-loader__groups {
  position: relative;
  overflow: hidden;
}

.crisp-header__center {
  width: 100%;
  padding: 1.5em;
  position: absolute;
  left: 0;
}

.crisp-header__slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.crisp-header__hamburger-bar {
  background-color: currentColor;
  width: 1.875em;
  height: .125em;
}

.crisp-header__slider-list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-header__hamburger {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.osmo-logo {
  width: 8em;
  color: unset;
  text-decoration: none;
  display: flex;
}

.crisp-loader__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-header__content {
  color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.crisp-header__slider-slide-inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-header__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.crisp-header__slider-nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-loader__fade {
  pointer-events: none;
  background-image: linear-gradient(90deg, #eaeaea 20%, #0000);
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-loader__group {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__group.is--duplicate {
  position: absolute;
}

.crisp-header__h1 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .125em;
  font-size: calc(5vw + 5dvh);
  font-weight: 400;
  line-height: .95;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.code-embed-4 {
  width: 800px;
  height: 500px;
}

.code-embed-5 {
  z-index: -1;
  width: 100%;
  height: 100svh;
  position: relative;
}

.mini-showreel__play-svg {
  width: 1.75em;
}

.mini-showreel-lightbox {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.mini-showreel__card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #201d1d;
  background-color: #f4f4f4;
  border-radius: 1em;
  flex-flow: column;
  width: 100%;
  padding: .5em .5em 1em;
  display: flex;
  position: relative;
}

.mini-showreel__before {
  padding-top: 62.5%;
}

.showreel-mini {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 100svw;
  min-height: 100svh;
  padding: 15vh 3em 3em 10vh;
  display: flex;
  position: absolute;
}

.mini-showreel__video {
  background-color: #cfd5dc;
  border-radius: .25em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mini-showreel-lightbox__target {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mini-showreel__text {
  letter-spacing: -.02em;
  font-size: 1.25em;
  font-weight: 500;
}

.mini-showreel__click {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.mini-showreel-lightbox__safearea {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  display: flex;
}

.mini-showreel__info {
  justify-content: space-between;
  align-items: center;
  height: 1.75em;
  padding-left: .5em;
  display: flex;
  position: relative;
}

.mini-showreel-lightbox__dark {
  opacity: 0;
  pointer-events: auto;
  cursor: pointer;
  visibility: hidden;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mini-showreel {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: min(100vw - 3em, 25em);
  display: flex;
  position: relative;
}

.mini-showreel__media {
  z-index: 1;
  position: relative;
}

.hero1 {
  position: absolute;
}

.hero-text {
  z-index: 2;
  position: absolute;
  top: 67vh;
  left: 50px;
}

.bunny-player {
  pointer-events: none;
  color: #fff;
  isolation: isolate;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateX(0);
}

.bunny-player__before {
  padding-top: 62.5%;
}

.bunny-player__interface {
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__time {
  grid-column-gap: .125em;
  grid-row-gap: .125em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.75em;
  display: flex;
}

.bunny-player__toggle-mute, .bunny-player__toggle-fullscreen {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-player__interface-btns {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.bunny-player__placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__timeline-progress {
  background-color: var(--the-blue);
  pointer-events: none;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

.bunny-player__video {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bunny-player__text {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .9375em;
  line-height: 1;
}

.bunny-player__text.is--transparent {
  opacity: .5;
}

.bunny-player__playpause {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bunny-player__fullscreen-scale-svg {
  display: block;
}

.bunny-player__big-btn {
  -webkit-backdrop-filter: blur(1em);
  backdrop-filter: blur(1em);
  cursor: pointer;
  background-color: #64646433;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 1em;
  display: flex;
  position: relative;
}

.bunny-player__volume-mute-svg {
  display: none;
}

.bunny-player__toggle-playpause {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
}

.bunny-player__fullscreen-shrink-svg {
  display: none;
}

.bunny-player__timeline-bg {
  background-color: #ffffff26;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__timeline-bar {
  border-radius: 1em;
  width: 100%;
  height: 30%;
  position: absolute;
  overflow: hidden;
}

.bunny-player__interface-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: min(2em, 4vw);
  display: flex;
  position: relative;
}

.bunny-player__volume-up-svg {
  display: block;
}

.bunny-player__timeline {
  cursor: pointer;
  flex: 1;
  align-items: center;
  height: 1em;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.bunny-player__pause-svg {
  display: none;
}

.bunny-player__interface-fade {
  opacity: .5;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
}

.bunny-player__timeline-buffered {
  opacity: .2;
  pointer-events: none;
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
}

.bunny-player__loading-svg {
  width: 6em;
}

.bunny-player__dark {
  opacity: .1;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bunny-player__timeline-handle {
  pointer-events: none;
  background-color: #ff4c24;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)scale(0);
}

.bunny-player__loading {
  opacity: 0;
  visibility: hidden;
  background-color: #00000054;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.orbit-tiles {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: absolute;
  overflow: clip;
}

.orbit-tiles__collection {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.orbit-tiles__list {
  place-items: center;
  display: grid;
}

.orbit-tiles__item {
  will-change: transform, opacity, filter;
  grid-area: 1 / 1;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: max-content;
  display: flex;
}

.demo-card {
  aspect-ratio: 4 / 3;
  border-radius: .65em;
  width: clamp(12em, 30vw, 40em);
  position: relative;
}

.cover-image {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.email-reveal.white-60 {
  width: 19ch;
  color: var(--white-60);
  font-size: 5vw;
  line-height: 100%;
}

.email-reveal.white-60:hover {
  color: var(--color);
}

.loading-container {
  z-index: 999999;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-screen {
  background-color: #000;
  background-image: linear-gradient(123deg, var(--the-blue), white 0%, var(--the-blue) 12%, black 96%);
  pointer-events: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-words {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  opacity: 0;
  flex-flow: column;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.loading-words__dot {
  background-color: #fff;
  background-image: url('../images/jd-logo-white-1.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 50%;
  width: .75em;
  height: .75em;
  font-size: 2vw;
  display: none;
}

.loading-words__word {
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.jd-icon-1 {
  width: 40px;
  font-size: 2em;
}

.section-4 {
  min-height: 720px;
}

.uni-embed {
  z-index: -1;
  pointer-events: none;
  cursor: none;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100svh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uni-embed.hero {
  z-index: -1;
  height: 100svh;
}

.code-embed-6 {
  position: relative;
}

.section-small-title-copy {
  color: var(--the-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.section-small-title-copy.white {
  color: var(--white);
}

.smol-text-1 {
  font-weight: 500;
}

.text-span-4 {
  color: var(--the-blue);
}

@media screen and (min-width: 1440px) {
  .hero-background-video {
    display: none;
  }

  ._12-column-grid {
    height: 100%;
  }

  .button.contact.footer {
    font-size: 1vw;
  }

  .hero-text-wrapper {
    z-index: 1;
    position: relative;
  }

  .large-text {
    font-size: 1.8rem;
  }

  .large-text.white.footer, .large-text.white-60.footer-top-content-2 {
    font-size: 3vw;
  }

  .copyright {
    margin-top: 5rem;
  }

  .footer-text-block {
    margin-bottom: 3rem;
  }

  .swirl-hompage {
    z-index: -1;
  }

  .textsection.split {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
  }

  .photosection {
    padding: 50px;
    position: relative;
    overflow: hidden;
  }

  .blue-dimp {
    max-width: none;
  }

  .photo-container {
    transform: scale3d(1none, 1none, 1none);
    overflow: visible;
  }

  .nextsection {
    border-top: 1px solid var(--white-smoke);
    border-bottom: 1px solid var(--white-smoke);
    justify-content: space-between;
    height: 50vh;
    display: flex;
  }

  .slide.square {
    width: 45vw;
    height: 45vw;
  }

  .icon {
    color: var(--white);
    transition: opacity .2s;
  }

  .image-4.portrait {
    width: 60vw;
  }

  .div-block-11 {
    background-color: var(--the-blue);
    border-radius: 7px;
    padding-bottom: 5px;
  }

  .photo-slider-cont {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner, .banner-2, .banner-3 {
    height: 40vw;
    margin-left: 54px;
    margin-right: 54px;
  }

  .slider-section {
    padding: 50px 0 50px 50px;
    overflow: hidden;
  }

  .text-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Aeonik, sans-serif;
    font-size: 23px;
    line-height: 50px;
    display: flex;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    display: flex;
  }

  .play-link {
    display: none;
  }

  .right-arrow-block, .left-arrow-block {
    background-color: var(--the-blue);
    border-radius: 7px;
    padding-bottom: 5px;
  }

  .parralax-section {
    padding: 50px;
    position: relative;
    overflow: hidden;
  }

  .parralax-wrapper {
    transform: scale3d(1none, 1none, 1none);
    overflow: hidden;
  }

  .parralax-image {
    border-radius: 15px;
    transform: scale(1.6)rotateX(-34deg)rotateY(-26deg)rotateZ(-23deg);
  }

  .full-width-banner {
    object-fit: cover;
    width: 100vw;
    overflow: hidden;
  }

  .vidgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    background-image: url('../images/background.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    height: 70vh;
    display: grid;
  }

  .background-video-3 {
    z-index: 1;
    width: 70%;
    min-width: auto;
    height: 70%;
    margin: 50px;
    position: relative;
    overflow: visible;
  }

  .next-link {
    background-color: var(--white-smoke);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
  }

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

  .next-proj-text {
    color: var(--black-51);
    font-size: 5rem;
  }

  .image-14 {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    width: auto;
    height: auto;
  }

  .next-proj-cont {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    display: flex;
  }

  .code-embed-5 {
    z-index: -1;
  }

  .mini-showreel__card {
    border-radius: .5em;
    padding: .5em .5em 1em;
  }

  .showreel-mini {
    z-index: 20;
  }

  .mini-showreel__text {
    font-weight: 500;
  }

  .mini-showreel__info {
    font-family: Aeonik, sans-serif;
    font-weight: 400;
  }

  .hero1 {
    width: 100%;
    height: 100svh;
    position: static;
  }

  .hero-text {
    margin-left: 50px;
    position: absolute;
    top: 65%;
  }

  .email-reveal.white-60 {
    font-size: 3vw;
  }

  .loading-words {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 400px;
    font-size: 1vw;
  }

  .loading-words__dot {
    font-size: 1.5vw;
  }

  .loading-words__word {
    font-size: 1.8rem;
  }

  .jd-icon-1 {
    width: 50px;
  }

  .text-span-4 {
    color: var(--the-blue);
  }
}

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

  h2 {
    font-size: 3.2rem;
  }

  .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .service-intro-block {
    padding-top: .75rem;
  }

  .navbar-container {
    padding-right: 1rem;
  }

  .company-intro-wrapper {
    display: none;
  }

  .container {
    padding: 6rem 1rem;
  }

  .large-text {
    max-width: none;
    font-size: 1.8rem;
  }

  .statistic-big-text {
    font-size: 5rem;
  }

  .big-heading-with-scroll-animation-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .footer-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-detail-text-block {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }

  .service-detail-item {
    padding-bottom: 3rem;
  }

  .industry-list {
    margin-top: 2rem;
  }

  .process-item {
    grid-row-gap: 2rem;
    padding-bottom: 3rem;
  }

  .large-text-link {
    font-size: 1.8rem;
  }

  .heading-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    padding-top: 5.2rem;
    padding-bottom: 2rem;
  }

  .footer-links-grid {
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    place-content: center;
    width: 70%;
  }

  .footer-logo-2 {
    height: 7rem;
    margin-bottom: 0;
  }

  .footer-cta-grid-2 {
    grid-template-columns: auto auto;
  }

  .button-text {
    font-size: 1.1rem;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

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

  .video-section {
    padding: 3rem;
  }

  .about-me-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-2 {
    min-width: 340px;
  }

  .slide {
    margin-left: 20px;
  }

  .social-link-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    margin-left: 36px;
    margin-right: 36px;
  }

  .social-links-bar {
    display: none;
  }

  .main-container {
    padding: 6rem 4rem;
  }

  .element-dropdown_icon {
    position: absolute;
    top: auto;
    bottom: auto;
  }

  .dropdown-list_content-wrapper {
    grid-template-columns: .75fr 1fr;
  }

  .element-dropdown_toggle {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-right: 2.5rem;
  }

  .component-main_step-item.cc-last {
    margin-bottom: 2rem;
  }

  .banner-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .logo-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-3 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .play-icon {
    width: 8rem;
  }

  .vidtext {
    padding-bottom: 10%;
  }

  .crisp-header__slider-list {
    width: 100%;
  }

  .crisp-loader {
    font-size: 2vw;
  }

  .showreel-mini {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  ._12-column-grid.large-gap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-link-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .mobile-menu-button {
    height: 22px;
    overflow: hidden;
  }

  .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .statistic-item {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .statistic-big-text {
    font-size: 5rem;
  }

  .xl-text {
    font-size: 3rem;
  }

  .fade-in-animation-block.sticky {
    position: static;
  }

  .project-info-block {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .collection-list-2-columns {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .collection-list-grid {
    margin-top: 0;
  }

  .copyright {
    margin-top: 4rem;
  }

  .footer-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .service-detail-item {
    grid-row-gap: 2rem;
  }

  .utility-page-content, .utility-page-content-2 {
    width: 80%;
  }

  .contact-info-block {
    margin-bottom: 2rem;
  }

  .heading-1 {
    font-size: 50px;
  }

  .footer-heading {
    text-align: center;
    font-weight: 400;
  }

  .footer-links-grid {
    width: 90%;
  }

  .footer-link-text {
    font-size: 1rem;
  }

  .footer-cta-grid-2 {
    grid-template-columns: 1fr;
  }

  .arrow-cta-2.cc-2 {
    justify-content: center;
  }

  .nav-link-2, .spacer {
    display: none;
  }

  .button-2 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .fade-in-animation-block-copy.sticky {
    position: static;
  }

  .about-me-grid.large-gap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .banner {
    margin-left: 32px;
    margin-right: 32px;
  }

  .text-size-caps-tiny {
    font-size: 10px;
  }

  .component-main_step-heading {
    font-size: 1.5rem;
  }

  .element-dropdown_element-name {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .component-main_element-span {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .main-container {
    padding: 4rem 2rem;
  }

  .component-main_option-span {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .dropdown-list_content-wrapper {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .element-dropdown_html-text-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .banner-2, .banner-3 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .play-icon {
    width: 5rem;
  }

  .crisp-header__content {
    padding-top: 1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .mini-showreel-lightbox {
    padding-left: .5em;
    padding-right: .5em;
  }

  .loading-words {
    font-size: 2.75vw;
  }
}

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

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .hero-container {
    padding-bottom: 2rem;
    overflow: hidden;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: end;
    margin-top: 10px;
  }

  ._12-column-grid.large-gap {
    grid-row-gap: 2rem;
    display: block;
  }

  .standard-text {
    font-size: .9rem;
  }

  .standard-text.white {
    width: auto;
    color: var(--black-51);
    margin-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .standard-text.black-50 {
    font-size: 1rem;
  }

  .project-intro-text.white-60 {
    font-size: 1.2rem;
  }

  .service-intro-block {
    padding-top: .75rem;
    padding-left: 1.5rem;
    padding-right: .5rem;
    font-size: 14px;
  }

  .service-intro-list {
    display: none;
  }

  .logo-link-block {
    padding: .75rem 1rem;
  }

  .section {
    height: 130svh;
    margin-bottom: 0;
  }

  .nav-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 3rem;
    line-height: 120%;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100svh;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .button {
    justify-content: center;
  }

  .button.contact {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .6rem;
    display: none;
  }

  .button.contact.footer {
    width: auto;
    max-width: 40%;
    font-size: 3.5vw;
    display: block;
    position: absolute;
    top: 323.344px;
  }

  .button.mobile {
    border-width: 0;
    border-color: var(--white);
    background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--ice), var(--the-blue) 47%, #1f1a1acc);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    display: flex;
  }

  .button.mobile:hover {
    transform: scale(1.05);
  }

  .navbar-container.light {
    z-index: 999;
    background-color: var(--white);
    position: relative;
  }

  .mobile-menu-button {
    z-index: 3;
    mix-blend-mode: difference;
    width: 30px;
    display: block;
    position: relative;
  }

  .mobile-navbar-info-block {
    grid-column-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile---navbar-contact-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .divider {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .divider.nav-bar {
    background-color: var(--white-15);
    display: block;
  }

  .body {
    overflow: visible;
  }

  .container {
    background-color: #ededed;
    overflow: hidden;
  }

  .container.padding-top-5 {
    height: auto;
    min-height: auto;
    padding-top: 3rem;
    overflow: hidden;
  }

  .container.page-heading {
    padding: 2rem 10px;
  }

  .container.page-heading.top {
    justify-content: center;
    align-items: flex-end;
    height: 60vh;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container.grey {
    z-index: 2;
    height: auto;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

  .large-text {
    letter-spacing: -.3px;
    max-width: none;
    padding-left: 0;
    font-size: 1rem;
  }

  .large-text.white.footer {
    margin-top: 150px;
    font-size: 9vw;
  }

  .large-text.white-60.footer-top-content-2 {
    height: auto;
    padding-top: 0;
    font-size: 9vw;
  }

  .large-text.black-copy {
    letter-spacing: 0;
  }

  .imagewitheffect.smaller {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .statistic-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .statistic-big-text {
    font-size: 3.5rem;
  }

  .background.black {
    height: auto;
  }

  .service-content-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .service-item {
    grid-row-gap: 2rem;
    padding-bottom: 2rem;
  }

  .xl-text {
    font-size: 1.8rem;
  }

  .big-heading-with-scroll-animation-wrapper {
    margin-bottom: 3rem;
  }

  .testimonial-block {
    padding-top: 2rem;
  }

  .testimonial-item {
    grid-row-gap: 1.5rem;
    padding-bottom: 2rem;
  }

  .featured-partner-block {
    margin-bottom: 2rem;
  }

  .project-info-block {
    align-items: center;
  }

  .back-to-top-button {
    flex-direction: row;
    align-items: center;
  }

  .back-to-top-arrow-icon {
    width: 16px;
  }

  .footer-link {
    font-size: .9rem;
  }

  .copyright {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 170px;
    margin-top: 10rem;
    padding-top: 40px;
  }

  .number-link {
    text-decoration: none;
  }

  .nav-link-black {
    color: var(--white);
    font-size: 3rem;
    line-height: 120%;
  }

  .nav-link-black.w--current {
    color: var(--white-60);
  }

  .hero-heading {
    width: auto;
    margin-bottom: auto;
    font-size: 10vw;
  }

  .value-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-detail-item {
    padding-bottom: 2rem;
  }

  .process-item {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .process-item-text-wrapper {
    grid-row-gap: 1rem;
  }

  .project-detail-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .next-project-block {
    padding-top: 1rem;
  }

  .color-swatch {
    height: 5rem;
  }

  .large-text-link {
    font-size: 1.5rem;
  }

  .utility-page-content-2 {
    width: 90%;
  }

  .top-arrow-mask {
    flex-direction: column;
    width: 16px;
    height: 16px;
  }

  .top-arrow-wrapper {
    display: flex;
  }

  .blue.arrow {
    margin-left: 0;
    position: static;
    top: 145px;
    left: 237.396px;
  }

  .blue.arrow.top {
    top: 0;
    left: 0;
  }

  .blue.arrow.static {
    position: static;
  }

  .blue.mobile {
    padding-left: 3px;
    padding-right: 3px;
  }

  .heading-1 {
    font-size: 40px;
  }

  .footer-content {
    padding-top: 2.5rem;
    padding-bottom: 1.3rem;
  }

  .footer-heading {
    font-size: 2rem;
  }

  .footer-top-content-2 {
    padding-bottom: 2.1rem;
  }

  .footer-links-grid {
    grid-row-gap: 0px;
    grid-template-columns: auto 1fr;
  }

  .footer-top-content-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-link-text {
    font-size: 1rem;
  }

  .footer-cta-grid-2 {
    grid-row-gap: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-text {
    font-size: 1rem;
  }

  .nav-contain {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .logo-2 {
    height: 30px;
    margin-right: auto;
    display: block;
  }

  .nav-menu-dummy {
    margin-left: auto;
  }

  .button-2 {
    font-size: .7rem;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .page-padding.s0.blakk {
    margin-top: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .heading-8 {
    letter-spacing: -.5px;
    max-width: 80vw;
    font-size: 12vw;
    font-weight: 400;
    display: block;
  }

  .heading-8.stack {
    width: auto;
    max-width: none;
    margin-bottom: 25px;
  }

  .heading-8._50-pad {
    margin-bottom: 50px;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

  .unicorn-embed {
    height: 100%;
    display: block;
    position: absolute;
  }

  .video-section {
    padding: 2.9rem 0 10rem;
  }

  .swirl-hompage {
    z-index: 0;
    width: 57vw;
    transition: opacity .2s;
    display: none;
    position: absolute;
    inset: 23% auto auto 22%;
    transform: scale(1.8);
  }

  .cell {
    display: flex;
  }

  .project-thumb {
    height: auto;
    min-height: 33vh;
  }

  .proj-thumb-name {
    font-size: 9vw;
    line-height: 100%;
  }

  .work-info-text {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .company-name {
    border-top: 0px solid var(--white);
    text-align: center;
    border-left-width: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .img-wrapper {
    flex: none;
    height: 400px;
    max-height: none;
  }

  .background-video-2 {
    display: none;
  }

  .projectthumbnail1 {
    object-fit: cover;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .topanim {
    margin-top: auto;
  }

  .about-me-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-me-grid.large-gap {
    grid-row-gap: 2rem;
    display: block;
  }

  .herosection {
    justify-content: flex-start;
    align-items: flex-end;
    height: 70vh;
    padding-left: 1rem;
  }

  .herosection.work {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 400px;
    padding-right: 1rem;
  }

  .textsection {
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .textsection.split {
    flex-flow: column;
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    overflow: visible;
  }

  .textsection.split.foot {
    background-color: #ededed;
    justify-content: flex-start;
    min-height: 580px;
    margin-bottom: auto;
    display: flex;
  }

  .photosection {
    max-width: 100vw;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .photosection.bkg {
    background-color: #ededed;
  }

  .herotext {
    max-width: 90vw;
    height: auto;
    margin-bottom: 10vh;
    padding-top: 0;
  }

  .logo1 {
    width: 7rem;
    height: 2.7rem;
    padding: 5px 10px;
  }

  .logo1.common {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .logowrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .dimp.numer {
    width: 50px;
    min-width: auto;
    font-size: 4vw;
  }

  .dimp.big {
    height: 25px;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .dimp-text {
    clear: none;
    font-size: 3.5vw;
  }

  .heading-11 {
    width: 90%;
  }

  .logoimg.nav {
    margin-left: 5px;
  }

  .photo-container.square {
    height: 98vw;
  }

  .paragraph-2 {
    width: auto;
    min-width: auto;
    margin-top: 10px;
    padding-right: 30px;
    font-size: 4vw;
  }

  .nextsection {
    background-color: var(--white-smoke);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    height: auto;
    display: flex;
  }

  .slide {
    background-color: #fff0;
    width: 220px;
    height: 180px;
    margin-left: 0;
    margin-right: 20px;
  }

  .slide.square {
    max-width: 80vw;
    height: 391px;
    overflow: hidden;
  }

  .slide.horizontal {
    max-width: 80vw;
    height: 390px;
    overflow: hidden;
  }

  .slider-2 {
    aspect-ratio: 9 / 16;
    background-color: #fff0;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    height: 430px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .mask {
    width: 90%;
    height: 390px;
  }

  .right-arrow {
    z-index: 3;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    width: 26%;
    height: 120%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1px;
    padding: 0;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .slide-nav {
    display: none;
  }

  .image-4 {
    aspect-ratio: 1;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .image-4.portrait {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 391px;
    overflow: clip;
  }

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

  .photo-slider-cont {
    background-color: #fff0;
    border-width: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 55px;
  }

  .textanim {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .banner {
    height: 55vw;
    margin-left: 27px;
    margin-right: 27px;
  }

  .wrap-social-link {
    width: 100%;
  }

  .element-dropdown_element-name {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .95rem;
  }

  .main-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .element-dropdown_html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .main-cta {
    text-align: center;
  }

  .element-dropdown_item-text {
    white-space: normal;
  }

  .component-main_step-item.cc-last {
    margin-bottom: 0;
  }

  .element-dropdown_html-text-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .banner-2 {
    height: 55vw;
    margin-left: 27px;
    margin-right: 27px;
  }

  .logo-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block-2 {
    height: 120px;
  }

  .banner-3 {
    height: 55vw;
    margin-left: 27px;
    margin-right: 27px;
  }

  .play-icon {
    width: 3rem;
    margin-top: 20%;
  }

  .slider-section {
    border-top: 1px solid var(--white-smoke);
    border-bottom: 1px solid var(--white-smoke);
    background-color: var(--white-smoke);
    max-width: 100vw;
    padding: 10px 0;
    overflow: hidden;
  }

  .vidtext {
    justify-content: space-between;
    align-items: flex-end;
    height: 40px;
    padding-top: 0;
    padding-bottom: 2%;
    position: absolute;
    bottom: 0;
  }

  .videotype {
    font-size: 1rem;
  }

  .left-arrow {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 72%;
    height: 120%;
    margin-left: 1px;
    display: flex;
  }

  .navbar-2 {
    z-index: 99;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-2 {
    width: 55px;
    height: 55px;
    margin-right: 0;
    padding-right: 10px;
  }

  .nav-link-3 {
    z-index: 2;
    color: var(--white);
    background-color: #fff;
    padding-top: 40px;
    padding-left: 20px;
    display: flex;
  }

  .play-link {
    color: var(--white);
    display: none;
  }

  .nav-link-5 {
    color: var(--white);
  }

  .slideup {
    flex: 1;
  }

  .right-arrow-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-block:active {
    background-color: var(--black-51);
  }

  .left-arrow-block {
    display: flex;
  }

  .left-arrow-block:active {
    background-color: var(--black-51);
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
    border-radius: 0;
  }

  .nav-menu-2 {
    border-bottom: 2px solid var(--white-smoke);
    background-color: #fff;
    align-self: center;
  }

  .soon {
    color: var(--white);
  }

  .body3 {
    max-width: 100vw;
    overflow: visible;
  }

  .parralax-section {
    max-width: 100vw;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .parralax-wrapper {
    height: 230px;
  }

  .text-block-10 {
    text-align: center;
    width: 70%;
    font-size: 1rem;
  }

  .full-width-banner {
    object-fit: cover;
    height: 110px;
  }

  .side-image {
    order: -1;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .side-image.pad-25 {
    margin-top: 20px;
  }

  .image-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .trace-behaviour-text {
    font-size: 14px;
  }

  .link {
    font-size: 4vw;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-right: auto;
    padding-right: 0;
  }

  .stat-box-proj {
    width: 220px;
  }

  .text-span-3 {
    font-size: 40px;
  }

  .vidgrid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: 910px;
    margin: 36px;
  }

  .background-video-3 {
    width: 60%;
    height: 100%;
  }

  .mobile-video-1 {
    aspect-ratio: 9 / 16;
    width: auto;
  }

  .nav-link-6 {
    background-color: #fff;
  }

  .div-block-15 {
    width: auto;
  }

  .menu-parent {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 11px;
    padding-top: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    transform: scale(.65);
  }

  .hero-heading-central {
    flex-flow: row;
    align-items: center;
    width: 100%;
    font-size: 6vw;
  }

  .text-block-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 8px;
  }

  .footer-section {
    z-index: 1;
    background-color: var(--white-15);
    top: auto;
  }

  .lottiecontain {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
  }

  .mobilelottie {
    display: block;
    position: absolute;
  }

  .section-3 {
    height: auto;
    display: block;
  }

  .next-link {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 70vh;
    padding: 1rem;
  }

  .next-link.w--current {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    padding: 1rem 1rem 0;
  }

  .next-proj-text {
    order: -1;
    width: auto;
    margin-top: 5.5rem;
    margin-bottom: 1.1rem;
    font-size: 11.2vw;
    line-height: 83%;
  }

  .image-14 {
    aspect-ratio: 1;
  }

  .next-proj-cont {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 67px;
  }

  .want-access {
    opacity: .5;
    color: var(--white);
    margin-top: 0;
    font-size: .9rem;
    inset: auto 0% 20%;
  }

  .black-dimp {
    order: 1;
    margin-bottom: 12px;
  }

  .background-video-4 {
    border-radius: 5px;
  }

  .doon {
    z-index: 2;
    position: static;
    top: 61%;
  }

  .code-embed-5 {
    width: auto;
    max-width: none;
    height: 112svh;
    margin-bottom: 0;
    display: none;
    position: fixed;
    overflow: hidden;
  }

  .mini-showreel__play-svg {
    width: 2em;
    padding-left: 0;
    padding-right: 4px;
  }

  .mini-showreel__card {
    border-radius: .5em;
    margin-bottom: .5em;
    padding: .4em .4em 1em;
  }

  .showreel-mini {
    z-index: 10;
    justify-content: flex-end;
    align-items: center;
    min-height: 130svh;
    padding-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .mini-showreel__text {
    font-weight: 500;
  }

  .mini-showreel__click {
    z-index: 5;
  }

  .mini-showreel-lightbox__safearea {
    width: 100%;
    height: 100%;
  }

  .mini-showreel {
    width: min(100vw - 3em, 50em);
  }

  .hero1 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100vw;
    height: auto;
    display: flex;
  }

  .hero-text {
    position: absolute;
    top: 60svh;
    left: 1rem;
    right: 1rem;
  }

  .bunny-player__timeline-progress {
    background-color: var(--the-blue);
  }

  .bunny-player__big-btn {
    width: 3em;
    height: 3em;
    padding: 1em;
  }

  .email-reveal.white-60 {
    width: 16ch;
    font-size: 9vw;
  }

  .loading-words__word {
    font-size: 1.2rem;
  }

  .section-5 {
    min-height: auto;
  }

  .section-6 {
    height: 90svh;
  }

  .section-7 {
    height: 95svh;
    max-height: 720px;
  }

  .uni-embed {
    height: 100svh;
    display: block;
    position: absolute;
  }
}

#w-node-e11e75f2-1e9c-44ef-a887-51ef4c2487c3-e73b31c0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_1f59c9ff-1ee3-be33-8da3-b33acc22643c-e73b31c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2205cbf2-056d-b758-af9e-3a5b38221e1c-e73b31c0 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-d8ca4c62-fd87-63d4-d88d-407ee3c38fe9-e73b31c0 {
  grid-area: 1 / 9 / 4 / 13;
}

#w-node-_199f5848-f36a-bbff-cb65-07bca51fe970-e73b31c0 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-e85451d3-ed98-90f0-d553-c5cf26c4f521-e73b31c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_408f4d04-7ee7-312a-9cfa-13a8fd8e2dd6-e73b31c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7e4ae998-31fd-15fa-57ad-1a8510b308b6-e73b31c0, #w-node-_97d17690-e157-f03c-fb01-d0ddd4e97ca8-e73b31c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_65a6d26d-d8d8-0841-7a1c-c7b26cc5e4a7-e73b31c0, #w-node-_89eb4c15-4260-3e1a-3130-3451c3a06d35-e73b31c0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_54fc0a4a-06f9-3794-0ee8-5aee65eaad4e-e73b31c0, #w-node-_6297168f-5bc3-e1dd-73b2-dc33d4143aa7-e73b31c0, #w-node-_0661f5e3-865f-109e-fcad-d090c0017239-e73b31c0 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d6c4961c-5f8e-bb8c-5021-520102472711-e73b31c0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c5171448-9bf5-18f7-3be1-f5ad3e8f1721-e73b31c0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_177999a2-19d5-5f05-cd32-3483a059abd5-e73b31c0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-f2640f23-ba3b-2fc5-f82c-7a52368646d1-e73b31c0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-f2640f23-ba3b-2fc5-f82c-7a52368646d7-e73b31c0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_26f9bfaa-e207-1d16-13e7-30854d6670d0-e73b31c0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_26f9bfaa-e207-1d16-13e7-30854d6670d6-e73b31c0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_75dd2ec5-9a05-e88a-8f65-1f543b72713d-e73b31c0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_75dd2ec5-9a05-e88a-8f65-1f543b727143-e73b31c0 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_8f262941-169c-347f-6ebb-18f3c5ecacc4-c5ecacbf {
  grid-area: 1 / 6 / 2 / 13;
  justify-self: start;
}

#w-node-_8f262941-169c-347f-6ebb-18f3c5ecacc3-c5ecacbf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8f262941-169c-347f-6ebb-18f3c5ecacce-c5ecacbf {
  grid-area: 3 / 6 / 4 / 8;
}

#w-node-_8f262941-169c-347f-6ebb-18f3c5ecacdc-c5ecacbf {
  grid-area: 3 / 8 / 4 / 10;
}

#w-node-_8f262941-169c-347f-6ebb-18f3c5ecacea-c5ecacbf {
  grid-area: 3 / 10 / 4 / 13;
}

#w-node-f93e08ce-72f5-fc7c-95d2-19bff7746147-c5ecacbf {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: start;
}

#w-node-_7f39c0f4-aa25-88a8-813e-4e4158d22f9f-e73b31c3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e1e1f1d1-10a4-b1a7-f638-dd14c28e3b88-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f5fbd13a-c71f-d5ea-ed78-2ffb7bef3add-e73b31c3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_7828a338-5010-d626-c9b7-732d56545ce6-e73b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_444b5b32-5c5d-a418-884b-70780c49fa50-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_27275204-ba2d-3bd4-0cd3-af7487700829-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b9b9c13d-057e-86af-8898-df407b9fdc65-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_5f6fbc33-c4dc-da9a-3952-a0f81669134e-e73b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691351-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691354-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691374-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d2-e73b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d5-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d8-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7f8-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_7de79b27-302a-1580-47e5-081392c3f0f5-e73b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de79b27-302a-1580-47e5-081392c3f0f8-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_7de79b27-302a-1580-47e5-081392c3f0fb-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_7de79b27-302a-1580-47e5-081392c3f11b-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88486c-e73b31c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88486f-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: stretch;
}

#w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb884872-e73b31c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88488a-e73b31c3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_71184950-241a-8664-0ab5-a99900262459-e73b31c3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1fcad913-3490-06d1-541c-5e0ca312159e-e73b31c3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-f05bf361-7f48-9d40-00c7-8f2751dfe470-e73b31c3 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-ce3a6131-1132-58f4-99b4-6248ffca71dd-e73b31c4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f39c0f4-aa25-88a8-813e-4e4158d22f9f-e73b31c4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155161-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155163-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155165-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155167-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155169-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b415516b-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b415516d-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b415516f-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155171-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155173-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155175-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155177-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b4155179-e73b31c6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7d8685de-5f7d-03e9-992a-80a9b415517b-e73b31c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16b32e8f-b93d-0281-b3b2-12de048ec891-e73b31cb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5ec4e8d2-4e1c-3187-2105-47aba39d7e5c-e73b31cb {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_06245749-f466-2bf5-c589-e9c1efcc7c2e-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7c45-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7c5b-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7c72-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7c88-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7c9f-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7cb1-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7cc8-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7ce4-64f14a0f, #w-node-_06245749-f466-2bf5-c589-e9c1efcc7cfb-64f14a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64268e9-a5ed-88e0-3c40-8963a29e6aad-046e51cc, #w-node-_7ae502b7-0fbc-f6b6-d8e2-cacee37c80c6-046e51cc, #w-node-_9d5ba072-7e63-3d05-e4f1-468ba6197041-046e51cc, #w-node-bf7040c9-d154-d31c-a710-61fdd455bff9-046e51cc {
  order: 9999;
  grid-area: 1 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-e85451d3-ed98-90f0-d553-c5cf26c4f521-e73b31c0, #w-node-_408f4d04-7ee7-312a-9cfa-13a8fd8e2dd6-e73b31c0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7e4ae998-31fd-15fa-57ad-1a8510b308b6-e73b31c0, #w-node-_97d17690-e157-f03c-fb01-d0ddd4e97ca8-e73b31c0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c5171448-9bf5-18f7-3be1-f5ad3e8f1721-e73b31c0, #w-node-_177999a2-19d5-5f05-cd32-3483a059abd5-e73b31c0, #w-node-f2640f23-ba3b-2fc5-f82c-7a52368646d1-e73b31c0, #w-node-f2640f23-ba3b-2fc5-f82c-7a52368646d7-e73b31c0, #w-node-_26f9bfaa-e207-1d16-13e7-30854d6670d0-e73b31c0, #w-node-_26f9bfaa-e207-1d16-13e7-30854d6670d6-e73b31c0, #w-node-_75dd2ec5-9a05-e88a-8f65-1f543b72713d-e73b31c0, #w-node-_75dd2ec5-9a05-e88a-8f65-1f543b727143-e73b31c0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_444b5b32-5c5d-a418-884b-70780c49fa50-e73b31c3 {
    grid-column-end: 9;
  }

  #w-node-b9b9c13d-057e-86af-8898-df407b9fdc65-e73b31c3 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691351-e73b31c3 {
    grid-column-end: 9;
  }

  #w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691374-e73b31c3 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d5-e73b31c3 {
    grid-column-end: 9;
  }

  #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7f8-e73b31c3 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_7de79b27-302a-1580-47e5-081392c3f0f8-e73b31c3 {
    grid-column-end: 9;
  }

  #w-node-_7de79b27-302a-1580-47e5-081392c3f11b-e73b31c3 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88486f-e73b31c3 {
    grid-column-end: 9;
  }

  #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88488a-e73b31c3 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_71184950-241a-8664-0ab5-a99900262459-e73b31c3, #w-node-_1fcad913-3490-06d1-541c-5e0ca312159e-e73b31c3, #w-node-f05bf361-7f48-9d40-00c7-8f2751dfe470-e73b31c3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ce3a6131-1132-58f4-99b4-6248ffca71dd-e73b31c4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e11e75f2-1e9c-44ef-a887-51ef4c2487c3-e73b31c0, #w-node-_1f59c9ff-1ee3-be33-8da3-b33acc22643c-e73b31c0, #w-node-_2205cbf2-056d-b758-af9e-3a5b38221e1c-e73b31c0, #w-node-d8ca4c62-fd87-63d4-d88d-407ee3c38fe9-e73b31c0, #w-node-_199f5848-f36a-bbff-cb65-07bca51fe970-e73b31c0, #w-node-_65a6d26d-d8d8-0841-7a1c-c7b26cc5e4a7-e73b31c0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_89eb4c15-4260-3e1a-3130-3451c3a06d35-e73b31c0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_54fc0a4a-06f9-3794-0ee8-5aee65eaad4e-e73b31c0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6297168f-5bc3-e1dd-73b2-dc33d4143aa7-e73b31c0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0661f5e3-865f-109e-fcad-d090c0017239-e73b31c0, #w-node-d6c4961c-5f8e-bb8c-5021-520102472711-e73b31c0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8f262941-169c-347f-6ebb-18f3c5ecacc4-c5ecacbf {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_8f262941-169c-347f-6ebb-18f3c5ecacc3-c5ecacbf {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8f262941-169c-347f-6ebb-18f3c5ecacce-c5ecacbf {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_8f262941-169c-347f-6ebb-18f3c5ecacdc-c5ecacbf {
    grid-area: 4 / 5 / 5 / 9;
  }

  #w-node-_8f262941-169c-347f-6ebb-18f3c5ecacea-c5ecacbf {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-f93e08ce-72f5-fc7c-95d2-19bff7746147-c5ecacbf {
    grid-row: 6 / 7;
    grid-column-end: 9;
  }

  #w-node-_7f39c0f4-aa25-88a8-813e-4e4158d22f9f-e73b31c3, #w-node-e1e1f1d1-10a4-b1a7-f638-dd14c28e3b88-e73b31c3, #w-node-f5fbd13a-c71f-d5ea-ed78-2ffb7bef3add-e73b31c3, #w-node-_7828a338-5010-d626-c9b7-732d56545ce6-e73b31c3, #w-node-_444b5b32-5c5d-a418-884b-70780c49fa50-e73b31c3, #w-node-b9b9c13d-057e-86af-8898-df407b9fdc65-e73b31c3, #w-node-_5f6fbc33-c4dc-da9a-3952-a0f81669134e-e73b31c3, #w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691351-e73b31c3, #w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691374-e73b31c3, #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d2-e73b31c3, #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7d5-e73b31c3, #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7f8-e73b31c3, #w-node-_7de79b27-302a-1580-47e5-081392c3f0f5-e73b31c3, #w-node-_7de79b27-302a-1580-47e5-081392c3f0f8-e73b31c3, #w-node-_7de79b27-302a-1580-47e5-081392c3f11b-e73b31c3, #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88486c-e73b31c3, #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88486f-e73b31c3, #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88488a-e73b31c3, #w-node-_71184950-241a-8664-0ab5-a99900262459-e73b31c3, #w-node-_7f39c0f4-aa25-88a8-813e-4e4158d22f9f-e73b31c4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155161-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155165-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155169-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b415516d-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155171-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155175-e73b31c6, #w-node-_7d8685de-5f7d-03e9-992a-80a9b4155179-e73b31c6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_16b32e8f-b93d-0281-b3b2-12de048ec891-e73b31cb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_5ec4e8d2-4e1c-3187-2105-47aba39d7e5c-e73b31cb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9b9c13d-057e-86af-8898-df407b9fdc65-e73b31c3, #w-node-_5f6fbc33-c4dc-da9a-3952-a0f81669134e-e73b31c3, #w-node-_5f6fbc33-c4dc-da9a-3952-a0f816691374-e73b31c3, #w-node-adeec4b3-6712-8699-3b70-58ab4f8ae7f8-e73b31c3, #w-node-_7de79b27-302a-1580-47e5-081392c3f11b-e73b31c3, #w-node-_5fb1c3a9-3d71-8bde-b06e-2b71fb88488a-e73b31c3 {
    order: -9999;
  }

  #w-node-ce3a6131-1132-58f4-99b4-6248ffca71dd-e73b31c4 {
    grid-template-rows: minmax(650px, 1fr) minmax(650px, 1fr) minmax(650px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-a79094ee-3353-a658-15c2-07229f44b447-e73b31c4 {
    order: 0;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium-1.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}