:root {
  --t: #fff0;
}

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

a {
  color: #fff;
  font-family: Inconsolata, monospace;
  text-decoration: none;
}

.div-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  width: 700px;
}

.spline {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.spline._2 {
  display: none;
}

.div-block-2 {
  z-index: 0;
  position: absolute;
}

.div-block-2._2 {
  z-index: 3;
}

.text-block, .hero-text {
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.hero-text._1 {
  color: #3330;
}

.hero-text-2 {
  color: #0000;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 120px;
}

.hero-text-1 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 120px;
}

.body {
  background-color: #131212;
}

.text-block-2 {
  margin-right: 8px;
  font-family: Bebas Neue, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 250px;
}

.text-block-2._2 {
  margin-right: 35px;
}

.div-block-3 {
  display: flex;
  overflow: hidden;
}

.marquee-section {
  z-index: 1;
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.marquee-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  top: 235px;
  overflow: hidden;
}

.marquee-wrapper.is--z-index-top {
  z-index: 300;
}

.marquee {
  grid-column-gap: 1rem;
  color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  font-size: 300px;
  line-height: .8;
  display: flex;
}

.marquee__text {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.marquee__text.is--outline {
  color: #0000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  font-weight: 700;
}

.div-block-4 {
  position: absolute;
  inset: 0%;
}

.menu-wrapper {
  z-index: 350;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 2rem;
}

.menu-outer {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0a0a0a47;
  border-radius: 100px;
  padding: 4px;
}

.menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 1px solid #635f5f99;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  overflow: hidden;
}

.menu__logo {
  margin-right: 32px;
}

.menu__lottie {
  width: 24px;
  height: 24px;
}

.pop-up-button {
  color: #fff;
  letter-spacing: .35px;
  text-transform: uppercase;
  border: 1px #fff0;
  border-bottom-style: solid;
  border-radius: 0;
  padding: 1px 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.pop-up-button:hover {
  border-color: #ffffff80;
}

.pop-up-button._2 {
  margin-right: 15px;
}

.menu__divider {
  color: #e6e6e6;
  font-family: Inconsolata, monospace;
  line-height: 1;
}

.menu__divider._2 {
  margin-right: 15px;
}

.top-menu {
  z-index: 101;
  padding-top: 40px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.social-circle {
  cursor: pointer;
  border: 1px #889ea833;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}

.social-circle._2 {
  margin-right: 0;
}

.social-toggle {
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #889ea833;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.outline-social-icon {
  border: 1px solid #889ea833;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.outline-social-icon.large._2 {
  padding-left: 5px;
  padding-right: 5px;
}

.outline-social-icon.large._3 {
  border-style: none;
  border-radius: 0%;
  width: 70px;
  height: auto;
}

.outline-social-icon.large._4 {
  border-style: none;
  width: 80px;
  height: auto;
}

.outline-social-icon.large._5 {
  padding-left: 5px;
  padding-right: 5px;
}

.outline-social-icon.large._6 {
  padding-left: 10px;
  padding-right: 10px;
}

.outline-social-icon.large._7 {
  padding-left: 7px;
  padding-right: 7px;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

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

.cursor-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity .2s, height .4s, width .4s, background-color .3s, border-width .2s, border-color .2s;
}

.preloader {
  z-index: 500;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 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: center;
  width: 100%;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
}

.preloader__items {
  z-index: 105;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader__lottie {
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
}

.preloader__progressbar {
  background-color: #ffffff40;
  border-radius: 16px;
  width: 200px;
  height: 5px;
  position: relative;
  overflow: hidden;
}

.preloader__text {
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.2;
}

.preloader__content {
  grid-row-gap: 2rem;
  color: #e6e6e6;
  background-color: #1f1f1f;
  border-right: 1px solid #242424;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.grid-container.is--background {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0%;
}

.grid-background__item {
  border-left: 1px solid #c0c0c07d;
}

.image-2, .image-3 {
  width: 100%;
}

.text-block-3 {
  text-decoration: none;
}

.image-4 {
  width: 100%;
}

.global-css {
  display: block;
}

.spline-scene {
  position: static;
  overflow: hidden;
}

.body-2 {
  background-color: #fff;
}

.text-block-4 {
  letter-spacing: .35px;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.overlay {
  z-index: 2;
  background-color: #000000ab;
  position: absolute;
  inset: 0%;
}

.preloader-wrapper {
  z-index: 2000;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.preloader-grid-item {
  background-color: #ebebeb;
  flex: 1;
  height: 100%;
}

.preloader-grid-item.is-border {
  border-left: .0625rem solid #515151;
  border-right: .0625rem solid #515151;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.preloader-logo {
  width: 250px;
}

.section-6 {
  width: 100vh;
  height: 100vh;
}

.preload {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  background-color: #fff;
}

.image-5 {
  z-index: 50001;
  width: 350px;
  height: 350px;
  position: relative;
  inset: 0%;
}

.lightbox-link {
  color: #fff;
  padding: 1px 5px;
  text-decoration: none;
}

.lightbox-link:hover {
  border-bottom: 1px solid #fff;
}

.pop-up {
  z-index: 1000000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg {
  opacity: 1;
  filter: blur(4px);
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.div-block-14 {
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 35rem;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-6 {
  z-index: 3;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  position: static;
}

.text-block-6._2 {
  font-size: 16px;
}

.container {
  opacity: 1;
  background-color: #00000047;
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  padding: 40px;
  display: flex;
  position: absolute;
}

.link-block {
  z-index: 4;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
  transform: rotate(45deg);
}

.grid-2 {
  z-index: 3;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  position: relative;
}

.div-block-15 {
  background-color: #0000;
  border: 1px solid #1d1d1d;
  border-radius: 6px;
  height: 100%;
  padding: 20px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  color: #000;
  text-decoration: none;
}

.code-embed {
  height: 100%;
}

.connect {
  z-index: 1000000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-16 {
  position: absolute;
}

.div-block-17 {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  border-radius: 15px;
  margin: 0;
  position: absolute;
  inset: 0%;
}

._1 {
  z-index: 2;
  opacity: 0;
  background-color: #0000008f;
  border: 1px solid #2c2c2c;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.connect2 {
  z-index: 1000000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.connect-close {
  z-index: 4;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
  transform: rotate(45deg);
}

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

.div-block-19 {
  z-index: 2;
  margin-top: 20px;
  position: relative;
}

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

.grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  grid-template-columns: 1fr;
}

.text-block-8 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-field {
  color: #fff;
  background-color: #00000029;
  border: .5px solid #fff;
  border-radius: 6px;
  font-family: Inconsolata, monospace;
  font-size: 13px;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 3px;
}

.field-label {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #181818;
  font-family: Inconsolata, monospace;
  font-size: 13px;
}

.text-block-9 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.success-message {
  background-color: #20202087;
  border-radius: 12px;
}

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

.text-block-10 {
  color: #fff;
  font-size: 40px;
}

.section-7 {
  position: absolute;
  inset: 0%;
}

.background-video {
  height: 100%;
}

.text-block-11 {
  color: #fff;
}

.link {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  text-decoration: none;
}

.section-8 {
  z-index: 3;
  margin-bottom: 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.link-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
}

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

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

@media screen and (max-width: 991px) {
  .spline {
    inset: 0%;
  }

  .marquee-section {
    margin-top: 5vh;
  }

  .menu-wrapper {
    display: flex;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid #889ea833;
    border-left: 1px solid #889ea833;
    top: -6px;
  }

  .cursor-wrapper {
    display: none;
  }

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

  .spline-scene {
    height: auto;
  }

  .container {
    max-width: 40rem;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    background-color: #fff0;
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-7 {
    text-align: left;
    margin-top: 0;
  }

  .grid-4, .grid-5, .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    width: 100%;
  }

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

  .grid-9, .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    width: 100%;
  }

  .grid-11 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    width: 100%;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .spline {
    width: 100%;
    height: 100%;
    display: block;
    inset: 0%;
  }

  .marquee-section {
    top: -8%;
  }

  .menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .menu__logo {
    margin-right: 0;
  }

  .pop-up-button {
    padding: 8px;
  }

  .grid-container {
    grid-row-gap: 4rem;
  }

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

  .spline-scene {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
    top: 41px;
    left: 0;
  }

  .container {
    max-width: 30rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .spline {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: none;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .spline._2 {
    display: flex;
  }

  .body {
    max-height: 100vh;
    overflow: hidden;
  }

  .div-block-3 {
    position: fixed;
    inset: 0%;
  }

  .marquee-section {
    margin-top: 0;
    margin-bottom: 0;
    top: 0%;
  }

  .marquee-wrapper {
    top: 241px;
  }

  .marquee__text {
    font-size: 220px;
  }

  .menu-wrapper {
    background-color: #0000;
    display: block;
    bottom: 0;
  }

  .menu-outer {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #1f1f1f00;
  }

  .menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .menu__lottie {
    margin-bottom: 5px;
  }

  .pop-up-button {
    text-align: center;
    border-style: none;
    border-width: 0;
    width: auto;
    padding: 0;
  }

  .pop-up-button._2 {
    margin-right: 15px;
  }

  .menu__divider {
    display: none;
  }

  .top-menu {
    padding-top: 20px;
  }

  .grid-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-container.is--background {
    place-items: stretch stretch;
  }

  .text-block-3 {
    text-align: center;
    width: auto;
  }

  .spline-scene {
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: relative;
    inset: 0%;
    overflow: hidden;
  }

  .section-3 {
    z-index: 800;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-6 {
    background-color: #ff181842;
  }

  .section-4 {
    z-index: 1000;
    background-color: #c72525;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-4 {
    text-align: center;
    display: block;
  }

  .text-block-5 {
    text-align: center;
  }

  .overlay {
    height: 100vh;
    max-height: none;
    overflow: hidden;
  }

  .preload {
    display: none;
  }

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

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    display: none;
  }

  .page-wrapper {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

  .image-5 {
    width: 250px;
    height: 250px;
    display: block;
  }

  .pop-up {
    max-height: 100vh;
    display: none;
    overflow: hidden;
  }

  .text-block-6 {
    margin-bottom: 0;
  }

  .container {
    justify-content: center;
    align-items: flex-start;
    max-width: 18rem;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: auto;
  }

  .link-block {
    top: 10px;
    right: 10px;
  }

  .grid-2 {
    z-index: 3;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-size: 11px;
    line-height: 16px;
  }

  .connect2 {
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    display: none;
    overflow: hidden;
  }

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

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-size: 13px;
  }

  .div-block-20 {
    flex-flow: row;
    display: flex;
  }

  .section-7 {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

  .background-video {
    max-height: 100%;
  }

  .link {
    font-size: 14px;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-23 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_41a6738b-e1ac-1186-5846-5ee2b6ae03c0-2a9bdfab, #w-node-e1021489-423e-90c2-68ab-12235064c07e-2a9bdfab, #w-node-_0e2f9001-3e94-3076-2fc3-456b0dbff08b-2a9bdfab, #w-node-_0a5d65fc-85c2-ec45-2ed2-ab0b7dc040de-2a9bdfab, #w-node-_68dd99e5-c07d-fd7e-ab60-87d1bcbcfa74-2a9bdfab {
    align-self: center;
  }

  #w-node-_91497c97-cff8-8a11-0562-88b4c11729b9-2a9bdfab {
    place-self: center start;
  }
}


