:root {
  --white: white;
  --_apps---typography--heading-font: "Space Grotesk", sans-serif;
  --black: black;
  --_apps---typography--body-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_apps---typography--button-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_apps---sizes--radius: 6px;
  --_apps---colors--background: #e4e4e4;
  --_apps---colors--foreground: #030303;
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d7d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #434de7;
  --_apps---colors--primary-foreground: #f6f8ff;
  --_apps---colors--secondary: #cad9ff;
  --_apps---colors--secondary-foreground: #0b0d13;
  --_apps---colors--muted: #dedede;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #dc403d;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--ring: #495ac8;
  --_apps---charts--chart-1: #434de7;
  --_apps---charts--chart-2: #657ae4;
  --_apps---charts--chart-3: #3832e2;
  --_apps---charts--chart-4: #2f35b2;
  --_apps---charts--chart-5: #1e0097;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #434de7;
  --_apps---sidebar--sidebar-primary-foreground: #f6f8ff;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-ring: #495ac8;
  --_apps---colors--background-dark: #0c0c0c;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #202020;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #202020;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #5d70ff;
  --_apps---colors--primary-foreground-dark: #0a0d16;
  --_apps---colors--secondary-dark: #141a52;
  --_apps---colors--secondary-foreground-dark: #f6f8ff;
  --_apps---colors--muted-dark: #050505;
  --_apps---colors--muted-foreground-dark: #969696;
  --_apps---colors--accent-dark: #363636;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6961;
  --_apps---colors--border-dark: #b7bbd11a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #768dff;
  --_apps---charts--chart-1-dark: #5d70ff;
  --_apps---charts--chart-2-dark: #92abff;
  --_apps---charts--chart-3-dark: #4850fe;
  --_apps---charts--chart-4-dark: #7f99ff;
  --_apps---charts--chart-5-dark: #404cd3;
  --_apps---sidebar--sidebar-dark: #121212;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #5d70ff;
  --_apps---sidebar--sidebar-primary-foreground-dark: #0a0d16;
  --_apps---sidebar--sidebar-accent-dark: #363636;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #768dff;
}

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

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #0c0c0c;
  font-size: 16px;
  line-height: 22px;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.container.is_stretched {
  flex: 1;
}

.nav_home-link {
  color: #fff;
}

.navbar {
  background-color: #0c0c0c;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.nav_time-wrapper {
  height: 22px;
  overflow: hidden;
}

.local-time {
  color: #fff;
}

.nav-link {
  color: #fff;
  padding-bottom: 0;
}

.cursor-wrapper {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #68f;
  border-radius: 360px;
  width: 30px;
  height: 30px;
}

.text_location {
  color: #fff;
  display: block;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link-wrapper {
  padding: 20px;
  text-decoration: none;
}

.div-block {
  background-color: #fff;
  height: 1px;
}

.section.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.about-section {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section.work {
  height: 300vw;
  padding-top: 144px;
  padding-bottom: 144px;
  display: block;
}

.section.contact {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: block;
  overflow: hidden;
}

.section.footer {
  background-color: #0c0c0c;
}

.section.general-padding {
  padding-top: 144px;
  padding-bottom: 144px;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 325px;
  display: flex;
  position: absolute;
}

.heading {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 86px;
  font-weight: 500;
  line-height: 107px;
}

.div-block-3 {
  text-align: center;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.text-block {
  text-transform: uppercase;
  font-size: 12px;
}

.div-block-4 {
  position: relative;
}

.heading-2 {
  z-index: 20;
  position: relative;
}

.paragraph {
  max-width: 460px;
}

.heading-3 {
  max-width: 458px;
  font-family: Cormorant, sans-serif;
  font-size: 86px;
  line-height: 107px;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
  font-family: Space Grotesk, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 96px;
}

.heading-4.magnet {
  color: #fff;
  font-size: 46px;
  line-height: 1.3;
}

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

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.paragraph-2 {
  color: #ffffffb3;
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 0;
  margin-left: 25px;
}

.column {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.columns {
  display: flex;
}

.image-wrapper {
  position: relative;
}

.image-overlay {
  background-color: #2c292980;
  position: absolute;
  inset: 0%;
}

.image-2 {
  z-index: 0;
  position: relative;
}

.text_introduction {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 14px;
}

.about-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 52px;
  font-family: Space Grotesk, sans-serif;
  font-size: 82px;
  line-height: 107px;
}

.heading-5 {
  display: inline-block;
}

.frame {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.spacing {
  height: 32px;
}

.h2 {
  vertical-align: top;
  margin-top: 70px;
  margin-right: -56px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  transform: rotate(270deg);
}

.h2.is_explore {
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-weight: 400;
  display: block;
  transform: none;
}

.h2.is_mobile {
  display: none;
}

.text-block-3 {
  text-align: right;
}

.h2-work {
  text-transform: uppercase;
  max-width: 500px;
  margin-top: 70px;
  margin-left: -2vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 71px;
  position: relative;
}

.image-3 {
  max-height: 40vh;
}

.camera {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item {
  flex: none;
  width: 100vw;
  height: 40vh;
}

.div-block-7 {
  position: sticky;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 40vh;
  margin-left: 144px;
  display: flex;
}

.contact-heading {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  margin-top: 0;
  margin-right: 1vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 107px;
  display: inline;
}

.banner {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.my-embed {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.text-block-4 {
  color: #b6b6b6;
}

.heading-6 {
  text-align: center;
  margin-top: -64px;
}

.lottie-animation {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  margin-top: 20vh;
  display: none;
}

.text-block-5 {
  text-align: center;
  margin-top: -64px;
  font-size: 12px;
}

.image-link {
  position: relative;
}

.image-overlay-project {
  background-image: linear-gradient(-90deg, #0c0c0c, #fff0 25%);
  position: absolute;
  inset: 0%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.section-2 {
  background-color: #0c0c0c;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.field-label, .field-label-2 {
  color: #fff;
  font-size: 24px;
}

.submit-button {
  color: #000;
  background-color: #68f;
  margin-top: 20px;
  padding: 16px;
  font-size: 18px;
}

.form {
  margin-top: 20px;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

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

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

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center._100-p-width {
  width: 100%;
  display: none;
}

.link {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.input-label {
  z-index: 2;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.faint-text {
  color: #000;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.form-block {
  width: 100%;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.logo-img {
  color: #000;
}

.small-h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.image-4 {
  max-width: 100%;
  max-height: 500px;
  margin: 32px auto;
}

.div-block-13 {
  text-align: center;
}

.text-span {
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.text-span-2 {
  font-family: PT Serif, serif;
}

.landing-qs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.title-proof {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: 14px;
}

.landing-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 54px;
  line-height: 71px;
}

.text-span-3, .text-span-4 {
  color: #68f;
}

.main-text {
  color: #ffffffb3;
}

.main-text.width-630 {
  max-width: 630px;
}

.main-text.width-104 {
  max-width: 104px;
}

.spacing-24 {
  height: 24px;
}

.cell-4 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.landing-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.landing-h2.width-520 {
  text-transform: uppercase;
  max-width: 520px;
}

.landing-h2.width-520.center-aligned {
  text-align: center;
}

.text-span-5, .text-span-6 {
  color: #68f;
}

.cell-5 {
  padding-top: 112px;
}

.spacing-100 {
  height: 100px;
}

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

.proof-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.proof-holder.is_last {
  border-right-width: 0;
  justify-content: center;
  align-items: center;
}

.proof-title {
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  line-height: 60px;
}

.proof-qs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cta-wrapper {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    color: #000;
    text-align: center;
    background-color: #0c0c0c;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_time-wrapper {
    background-color: #0c0c0c;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cursor-wrapper {
    display: none;
  }

  .nav-link-wrapper {
    color: #000;
    margin-top: 20px;
  }

  .nav-link-wrapper.margin-0 {
    margin-top: 0;
  }

  .section.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.work {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-wrapper {
    margin-left: 0;
    display: block;
    position: static;
  }

  .div-block-5 {
    flex-flow: row-reverse wrap-reverse;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .text_introduction {
    display: none;
  }

  .text_introduction.is_about {
    display: block;
  }

  .about-text {
    font-size: 56px;
    line-height: 75px;
  }

  .frame {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h2 {
    margin-top: 0;
    margin-right: 0;
    transform: none;
  }

  .h2.is_explore {
    display: none;
  }

  .h2.is_mobile {
    text-transform: uppercase;
    display: block;
  }

  .h2.is_work {
    display: none;
  }

  .h2-work {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-3 {
    max-width: 80%;
  }

  .camera {
    height: auto;
    position: relative;
  }

  .item {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-8 {
    flex-flow: column;
    max-height: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-heading {
    font-size: 6vw;
  }

  .banner {
    margin-bottom: 0;
  }

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

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

  .div-block-11 {
    flex-flow: column;
    display: flex;
  }

  .quick-stack {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .cell-3 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-5 {
    padding-top: 24px;
  }

  .spacing-100 {
    height: 64px;
  }

  .proof-holder {
    border-bottom: 1px solid #fff;
    border-right-width: 0;
  }

  .proof-holder.is_last {
    border-bottom-width: 0;
  }

  .text-span-7, .text-span-8 {
    color: #68f;
  }
}

@media screen and (max-width: 767px) {
  .section.about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.work {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 52px;
    line-height: 60px;
  }

  .paragraph-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-text {
    font-size: 40px;
    line-height: 60px;
  }

  .h2 {
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    transform: none;
  }

  .h2-work {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .image-3 {
    max-width: 100%;
    max-height: none;
    margin-left: 0;
  }

  .item {
    height: auto;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .div-block-8 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner {
    margin-bottom: 0;
  }

  .div-block-9 {
    flex-flow: column-reverse wrap-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    margin-top: 10vh;
  }

  .image-link {
    max-width: 80%;
  }

  .image-overlay-project {
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 30px;
  }

  .nav_time-wrapper {
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
  }

  .nav-link-wrapper {
    display: flex;
  }

  .nav-link-wrapper.margin-0 {
    margin-top: 0;
  }

  .div-block {
    display: none;
  }

  .section.hero {
    height: auto;
    margin-top: 144px;
  }

  .section.about-section {
    padding-bottom: 60px;
  }

  .section.work {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    max-width: 400px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-4.magnet {
    font-size: 36px;
  }

  .image-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2, .h2-work, .image-3 {
    margin-left: 10px;
  }

  .div-block-8 {
    display: block;
  }

  .contact-heading {
    font-size: 10vw;
  }

  .my-embed {
    width: auto;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .div-block-12 {
    display: flex;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .form-container {
    flex-flow: column wrap;
  }

  .landing-title {
    font-size: 46px;
    line-height: 58px;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }
}

#w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_679403fd-5195-d6a3-6aee-80f86f3a9f0d-ca92ca65 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_05abad76-5be5-d053-9ffe-29368df80c8b-ca92ca65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_213f85db-d8a8-135c-bac0-35daf281bb26-ca92ca65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a84-536c2a81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a8e-536c2a81 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_679403fd-5195-d6a3-6aee-80f86f3a9f0d-ca92ca65 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_05abad76-5be5-d053-9ffe-29368df80c8b-ca92ca65, #w-node-_213f85db-d8a8-135c-bac0-35daf281bb26-ca92ca65 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a3060a8-1089-8479-0b5e-da61536c2a83-536c2a81 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}


