:root {
  --white: white;
  --black: black;
}

.div-block {
  z-index: 3;
  background-color: #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  padding: 25px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 157.5px;
  height: 35px;
  margin-bottom: 5px;
  margin-right: 0;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #000;
  border: 1px #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3:hover {
  box-shadow: none;
}

.html-embed {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.body {
  background-color: #000;
}

.white-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.white-button:hover {
  background-color: #f0f0f1;
}

.section {
  padding-top: 0;
}

.div-block-4 {
  height: 0;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  background-color: #000;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -10px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: -10px;
  padding: 10px;
  display: none;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.div-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-8:hover {
  background-color: #f0f0f1;
}

.text-block-1 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.html-embed-2 {
  width: auto;
  height: 10px;
}

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

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 90px;
  padding: 0 40px 90px;
  display: flex;
  overflow: hidden;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 20px;
  max-width: none;
  padding: 10px 15px;
}

.announcement {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 90px 0% auto;
}

.text-block-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link {
  color: #000;
}

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

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  width: auto;
  max-width: 1200px;
  height: auto;
  max-height: none;
  margin-top: 30px;
  margin-bottom: 120px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

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

.text-block-3 {
  color: #fff;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-14 {
  width: 100%;
  max-width: 1200px;
  padding-top: 240px;
  padding-bottom: 40px;
}

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

.typed-words {
  color: #fff;
  margin-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 95px;
}

.landing-page-title {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  direction: ltr;
  color: #4c4c4c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  position: static;
}

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

.black-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.black-button:hover {
  color: #fff;
  background-color: #000;
}

.slide-1 {
  background-color: #f0f0f1;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.stabledapp-pools {
  border-radius: 20px;
  height: 300px;
}

.slide-2 {
  width: auto;
}

.slide-3 {
  width: 50%;
}

.slider {
  border-radius: 10px;
}

.mask {
  width: 50%;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_button {
  color: #c8dd5e;
  text-align: center;
  border: 2px solid #c8dd5e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  background-color: #c8dd5e;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.swiper-slide.insight {
  flex: none;
  width: 302px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding: 0 0%;
  display: flex;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.slider-main_component {
  height: auto;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.insight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  display: flex;
  overflow: visible;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-19 {
  flex: 1;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f0f0f1;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  height: auto;
  padding: 0;
  display: flex;
}

.image-2 {
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-8 {
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

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

.div-block-25 {
  background-color: #000;
  height: 2px;
}

.div-block-26 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-block-9 {
  color: #000;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-27 {
  color: #000;
}

.div-block-28 {
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  width: 500px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.fs-globe-container {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90vh;
  max-width: 1024px;
  height: 90vh;
  max-height: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0 0% 0%;
}

.fs-globe-container:hover, .fs-globe-container:active, .fs-globe-container:focus {
  border: 0 solid #000;
}

.fs-globe-container.full-page-globe-container {
  width: 800px;
  max-width: none;
  height: 800px;
  max-height: none;
  margin-top: -80px;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-3dglobe-container {
  width: 400px;
  height: 400px;
}

.globe-pin, .globe-tooltip {
  height: auto;
}

.lat, .lon {
  display: none;
}

.div-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

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

.text-block-11 {
  width: 500px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-12 {
  width: 500px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-32 {
  background-color: #f0f0f1;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-3, .div-block-33 {
  width: 30px;
  height: 30px;
}

.div-block-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  border-radius: 10px;
  flex: 1;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.div-block-35 {
  border-radius: 10px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

._100-margin-top {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.carousel-container {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 10px;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #000;
  justify-content: space-around;
  min-width: 200.1%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 60px;
}

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

.text-block-13 {
  color: #fff;
  text-align: center;
  flex: 1;
  max-width: 1200px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  border: 10px solid #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  height: 325px;
  padding: 30px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 600px;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-40 {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.image-4 {
  height: 250px;
  margin-bottom: -20px;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.text-block-14 {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.text-block-15 {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.governance {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.backers {
  width: auto;
  padding-right: 0;
}

.div-block-42 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  height: 300px;
  margin-bottom: 0;
  display: flex;
}

.div-block-43 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-44 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: auto;
  padding: 30px;
  display: flex;
  transform: translate(0);
}

.div-block-46 {
  flex: 0 auto;
  max-width: none;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  display: flex;
}

.text-block-16 {
  word-break: normal;
  width: auto;
  max-width: 400px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-17 {
  width: auto;
  max-width: 400px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-48 {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  padding-left: 40px;
  display: flex;
  overflow: visible;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-right: -1px;
  position: relative;
}

.text-block-18 {
  color: #fff;
  width: 450px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-19 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-50 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #979797;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #979797;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  height: 300px;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-53 {
  background-color: #979797;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.div-block-56 {
  flex: 1;
}

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

.logo-container-2 {
  background-color: #000;
  justify-content: space-around;
  min-width: 201%;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container-2._2 {
  margin-left: -.1%;
}

.logo-container-copy {
  background-color: #000;
  justify-content: space-around;
  min-width: 200.1%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container-copy._2 {
  margin-left: -.1%;
}

.logo-image-2 {
  height: 70px;
}

.news {
  width: auto;
  margin-bottom: 100px;
  padding-right: 0;
}

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

.div-block-59 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  max-width: 1200px;
  margin-top: 30px;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 800px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-63 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-20 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-64 {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 0;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-66 {
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-68 {
  width: 30px;
  height: 30px;
}

.link-block {
  color: #000;
  order: 0;
  text-decoration: none;
  display: block;
}

.link-block.w--current {
  margin-right: 0;
}

.div-block-69 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: flex;
}

.div-block-70 {
  flex: 1;
}

.div-block-71 {
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 100%, #000 10%, #fff);
  border: 1px #fff;
  border-radius: 10px;
  flex: 1;
  padding: 50px 30px 30px;
  overflow: hidden;
}

.div-block-72 {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  padding-top: 0;
  display: flex;
}

.image-7 {
  width: 250px;
  margin-top: 10px;
  position: relative;
}

.white-button-copy {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.white-button-copy:hover {
  background-color: #f0f0f1;
}

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

.div-block-74 {
  flex: 0 auto;
}

.div-block-75 {
  background-color: #000;
  border-radius: 20px;
  flex: 1;
  max-width: 300px;
  margin-bottom: -60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-76 {
  flex: 0 auto;
  max-width: 130px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

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

.image-8 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  width: 90px;
  margin-bottom: 0;
  transform: translate(0, -20px);
}

.image-8:hover {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
}

.image-9 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-9:hover {
  background-color: #fff;
  border: 1px solid #000;
}

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

.div-block-78 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-79 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-width: 33%;
  height: 600px;
  max-height: 600px;
  margin-left: 35px;
  display: flex;
}

.spline-scene-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: -400px;
  display: flex;
}

.spline-scene-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

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

.section-3 {
  background-color: #000;
  border-top: 1px solid #fff3;
  border-bottom: 1px #fff;
  height: auto;
  padding: 40px 60px 120px;
  position: relative;
}

.div-block-81 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  font-size: 25px;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.text-block-22 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-82 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

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

.div-block-84 {
  flex: 1;
}

.div-block-85 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: 100px;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-87 {
  width: 30px;
  height: 30px;
}

.text-block-23 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-24 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-25 {
  width: 500px;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-88 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-89 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.text-block-26 {
  width: auto;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-91 {
  background-color: #fff;
  border: 10px solid #f0f0f1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.div-block-92 {
  background-color: #fff;
  border: 10px solid #f0f0f1;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-width: 33%;
  height: auto;
  padding: 30px;
  display: flex;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  flex: 1;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.swiper-scrollbar {
  background-color: #fff;
  border-radius: .25rem;
  height: .625rem;
  margin-top: 2.5rem;
  padding: .125rem;
  box-shadow: 0 2px #d6d0d0;
}

.margin-custom {
  display: none;
}

.swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #000;
  border-radius: .25rem;
  width: 100px;
  height: .375rem;
}

.swiper-box {
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-circle {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-circle.swiper-button-prev.swiper-button-disabled, .swiper-circle.swiper-button-next.swiper-button-disabled {
  opacity: .5;
  color: #00000080;
}

.swiper-2 {
  position: relative;
}

.swiper-buttons {
  width: 6rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: -5.5rem 0% auto auto;
}

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

.margin-top-medium {
  margin-top: 2.5rem;
}

.swiper-wrapper-2 {
  align-items: flex-start;
  display: flex;
}

.arrow-icon {
  width: 1rem;
  line-height: 0;
}

.swiper-slide-2.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.text-block-28 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-93 {
  background-color: #efeff0;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

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

.div-block-95 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  margin-top: 60px;
  padding: 30px;
  display: flex;
}

.div-block-96 {
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 300px;
  max-width: 345px;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-96.right {
  width: auto;
}

.div-block-96._2nd {
  display: flex;
}

.div-block-97 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f0f0f1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 120px 20px 20px;
  display: flex;
  position: static;
}

.div-block-98 {
  flex-flow: column;
  flex: 1;
  padding: 0;
  display: flex;
}

.text-block-29 {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.div-block-99 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f0f0f1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-100 {
  flex: 1;
  display: flex;
}

.text-block-30 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-block-31 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-102 {
  flex: 1;
}

.div-block-103 {
  border-right: 1px solid #f0f0f1;
  flex: 1;
  padding: 20px;
}

.text-block-32 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-104 {
  border-right: 1px #f0f0f1;
  flex: 1;
  padding: 20px;
}

.div-block-105 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-107 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-108 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-109 {
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
}

.div-block-109:hover {
  background-color: #f0f0f1;
}

.div-block-110 {
  width: 30px;
  height: 30px;
}

.html-embed-3 {
  color: #333;
}

.text-block-33 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.div-block-111 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.div-block-114 {
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  display: flex;
}

.image-10 {
  height: 35px;
  margin-bottom: 0;
  margin-right: 0;
}

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

.div-block-116 {
  background-color: #000;
  border-radius: 10px;
  padding: 0;
}

.div-block-117 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-118 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.text-block-34 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-35 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-120 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

.image-11 {
  width: 150px;
  margin-top: -20px;
  display: block;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-circle {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.social-circle:hover {
  filter: invert();
}

.social-icon-2 {
  color: #fff;
}

.div-block-123 {
  width: 25px;
  height: 25px;
}

.image-12 {
  margin-bottom: -5px;
  margin-left: 0;
  padding-left: 0;
}

.image-13 {
  filter: invert();
  margin-bottom: -5px;
  margin-left: 0;
  padding-left: 0;
}

.collection-list-wrapper-2 {
  flex-flow: row;
  display: flex;
}

.div-block-124 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  word-break: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-125 {
  background-color: #fff;
  border-radius: 100px;
  width: 3px;
  height: 3px;
}

.text-block-36 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.div-block-126 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin: 0;
  display: flex;
}

.collection-list {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.image-14 {
  border: 1px #fff;
  border-radius: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
}

.text-block-37 {
  color: #f0f0f1;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

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

.text-block-38 {
  color: #4c4c4c;
  font-family: Inter, sans-serif;
  line-height: 20px;
}

.text-block-38.ellipsis {
  height: auto;
}

.div-block-128 {
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.insight-arrow-left {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
}

.insight-arrow-left:hover {
  background-color: #000;
}

.insight-arrow-left.swiper-buttons-next {
  position: static;
}

.insight-arrow-right {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  display: flex;
}

.insight-arrow-right:hover {
  color: #000;
  background-color: #000;
}

.insight-arrow-right.swiper-button-prev {
  position: static;
}

.html-embed-4 {
  color: #fff;
}

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

.div-block-130 {
  z-index: 2;
  background-image: linear-gradient(270deg, #000, #fff0);
  width: 100px;
  height: auto;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-130-copy {
  background-image: linear-gradient(270deg, #000, #fff0);
  width: 100px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-132 {
  z-index: 2;
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 100px;
  height: auto;
  margin-left: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.splide__track {
  width: 100%;
  margin-bottom: 20px;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.splide__arrows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.splide__arrow {
  background-color: #000;
  background-image: url('../images/arrow-right-1-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 60px;
  height: 40px;
  padding: 0;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--prev.none, .splide__arrow.splide__arrow--next.none {
  display: none;
}

.splide__arrow.none {
  display: none;
  overflow: visible;
}

.div-block-133 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-134 {
  width: 150px;
  height: 150px;
  position: absolute;
  transform: translate(350px, 29px);
}

.html-embed-5 {
  color: #000;
}

.div-block-135 {
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.html-embed-6 {
  color: #000;
}

.div-block-136 {
  width: 60px;
  height: 40px;
}

.div-block-137 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  transform: translate(0, 20px);
}

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

.splide__pagination__item {
  flex: none;
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.splider__pagination {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: none;
  position: static;
}

.splider__pagination.none {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 20px;
  display: none;
  position: absolute;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #fff;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  transform: translate(-40px);
}

.splide__pagination__page.is-active {
  opacity: 1;
  width: 20px;
}

.div-block-139 {
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 170px;
  display: flex;
  overflow: hidden;
}

.image-15 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-15:hover {
  filter: invert();
  background-color: #000;
  border: 1px solid #fff;
}

.section-4 {
  background-color: #000;
  height: auto;
  padding-bottom: 120px;
}

.div-block-140 {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-141 {
  flex: 1;
  max-width: 1200px;
}

.text-block-39 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-142 {
  padding-top: 60px;
}

.div-block-143 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
}

.div-block-144 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f0f0f1;
  border-radius: 10px;
  flex-flow: row;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.text-block-40 {
  text-transform: uppercase;
  margin-bottom: -10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-145 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-146 {
  background-image: url('../images/8qtB6w-kTUs6WxoFZJQfK-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
}

.text-block-41 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-block-42 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.image-16 {
  border-radius: 10px;
  height: 100%;
}

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

.collection-list-wrapper-3 {
  flex-flow: row;
  display: flex;
}

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

.text-block-36-copy {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-block-37-copy {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.image-14-copy {
  border: 1px #000;
  border-radius: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.section-5 {
  height: auto;
  margin-top: 90px;
  margin-bottom: 120px;
}

.body-3 {
  background-color: #000;
}

.div-block-147 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  padding-top: 20px;
  display: flex;
}

.div-block-149 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding: 30px 0 40px;
  display: flex;
}

.text-block-43 {
  color: #4c4c4c;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.secondary-page-title {
  color: #fff;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
}

.div-block-150 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: grid;
}

.div-block-151 {
  flex: 1;
}

.div-block-152 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.div-block-153 {
  justify-content: space-between;
  display: flex;
}

.text-block-12-copy {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.mini-title {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-152-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  flex-flow: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.div-block-154, .div-block-155 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-156 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.documention-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  flex-flow: column;
  flex: 1;
  height: 400px;
  padding: 30px;
  display: flex;
}

.div-block-157 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  padding-bottom: 30px;
  display: flex;
}

.div-block-158 {
  flex: 1;
}

.div-block-159 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-160 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f0f0f2;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  padding: 20px;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  padding: 0 20px;
  display: flex;
}

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

.div-block-163 {
  background-color: #333;
  border-radius: 5px;
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  margin-right: 15px;
}

.secondary-title-black {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-167 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.div-block-168 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  width: 60%;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  margin-top: 30px;
  padding: 30px;
  display: flex;
}

.secondary-title-white {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  display: flex;
}

.div-block-170 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.div-block-171 {
  margin-top: 30px;
}

.div-block-107-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-172 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-173 {
  background-color: #f0f0f2;
  border-radius: 10px;
  flex: 1;
  padding: 20px;
  position: relative;
}

.process-mini-title {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.icon-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-174 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.div-block-175 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  padding: 30px;
  display: flex;
}

.div-block-176 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-right: 0;
  padding: 30px;
  display: flex;
}

.div-block-177 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
  display: flex;
}

.rc-bullet-point {
  display: flex;
}

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f0f0f2;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.image-17 {
  width: 400px;
  margin-bottom: -300px;
}

.div-block-179 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-180 {
  border-radius: 10px;
}

.third-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  padding: 30px;
  display: flex;
}

.questions-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  font-size: 25px;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-181 {
  background-color: #fff0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-177-depositors {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 30px;
  display: flex;
}

.image-18 {
  border-radius: 10px;
  width: 95%;
  margin-bottom: -10px;
}

.div-block-182 {
  flex: 1;
  padding: 30px;
}

.documention-div-borrowers {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  flex-flow: column;
  flex: 1;
  height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.div-block-183 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-184 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f1;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.mini-title-copy {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

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

.news-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.trusted-borrowers {
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  display: none;
}

.read-our-documentation {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-186 {
  width: 150px;
  height: 0;
}

.html-embed-7 {
  color: #f0f0f1;
  margin-top: -50px;
}

.white-button-nav {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.white-button-nav:hover {
  background-color: #fff;
}

.div-block-187 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  display: flex;
}

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

.div-block-189 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: 40px;
  display: flex;
}

.div-block-67-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.div-block-63-copy {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  height: 150px;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-191 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.cccc {
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

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

.div-block-192 {
  flex: 1;
  padding: 30px;
}

.div-block-193 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-216 {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  max-width: 550px;
  padding: 40px;
  display: flex;
  position: relative;
}

.heading-18 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.paragraph-8-copy {
  color: #3d3d3d;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.div-block-217 {
  justify-content: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.image-81 {
  width: 180px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.body-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-218 {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  max-width: 550px;
  padding: 40px;
  display: flex;
  position: relative;
}

.body-5 {
  background-color: #000;
}

.div-block-219 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-82 {
  width: 100px;
  height: 100px;
}

.div-block-220 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lottie-animation-2 {
  width: 60px;
  height: 60px;
}

.div-block-139-copy {
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.body-6 {
  background-color: #000;
}

.div-block-221 {
  opacity: .4;
  background-color: #000;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-up {
  color: #000;
  order: 0;
  text-decoration: none;
  display: block;
}

.link-block-up.w--current {
  margin-right: 0;
}

.div-block-97-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f0f0f1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 20px 20px;
  display: flex;
  position: static;
}

.div-block-96-copy {
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 320px;
  max-width: 345px;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-block-96-copy._2nd {
  display: none;
}

.div-block-222 {
  margin-bottom: 40px;
}

.text-block-9-copy {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

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

.text-block-44 {
  font-size: 18px;
  line-height: 22px;
}

.text-block-45 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-46 {
  font-size: 18px;
  line-height: 22px;
}

.text-description {
  color: #4c4c4c;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-10-copy {
  color: #000;
  width: 500px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .div-block {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-2 {
    z-index: 4;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 0;
    margin-top: 91px;
    padding-top: 0;
    padding-left: 60px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .text-block {
    font-size: 20px;
  }

  .div-block-3 {
    background-color: #c3737300;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .div-block-4 {
    height: 0;
    overflow: hidden;
  }

  .div-block-7 {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .div-block-8 {
    background-color: #fff0;
    padding-bottom: 10px;
  }

  .div-block-8:hover {
    background-color: #f0f0f100;
  }

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

  .div-block-12 {
    margin-bottom: 60px;
  }

  .text-block-3 {
    font-size: 65px;
    position: relative;
  }

  .div-block-14 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .text-block-4 {
    z-index: 5;
    width: auto;
    max-width: 500px;
    font-size: 22px;
    position: static;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .fs-globe-container.full-page-globe-container {
    margin-top: -30px;
    margin-bottom: -100px;
  }

  .div-block-29 {
    margin-bottom: 0;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .logo-image {
    height: 55px;
  }

  .div-block-39 {
    max-width: none;
  }

  .div-block-42 {
    flex-flow: column;
    height: auto;
  }

  .div-block-44 {
    max-width: none;
  }

  .div-block-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-17 {
    max-width: none;
  }

  .div-block-55 {
    flex-flow: column;
  }

  .div-block-57 {
    width: 100%;
    max-width: none;
  }

  .logo-container-2 {
    height: auto;
  }

  .logo-image-2 {
    height: 60px;
  }

  .news {
    margin-bottom: 80px;
  }

  .div-block-59 {
    flex-flow: column;
    margin-top: 0;
  }

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

  .link-block {
    background-color: #ff1c1c00;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    display: flex;
    transform: translate(0);
  }

  .link-block.w--current {
    z-index: 5;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-69 {
    flex-flow: column;
  }

  .image-8 {
    transform: none;
  }

  .div-block-78 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-79 {
    min-width: 33%;
    max-width: 33%;
    height: 500px;
    margin-left: 0;
  }

  .section-3 {
    padding-bottom: 80px;
  }

  .div-block-82 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-25 {
    width: auto;
  }

  .text-block-28 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-96 {
    order: 0;
  }

  .div-block-96.left {
    display: none;
  }

  .div-block-96._2nd {
    display: flex;
  }

  .div-block-106 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-111 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-118 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .image-11 {
    width: 100px;
  }

  .div-block-122 {
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .splide.slider1 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 700px;
  }

  .splide__slide {
    width: 50%;
  }

  .div-block-141 {
    flex: 0 auto;
    width: 100%;
  }

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

  .div-block-146 {
    flex: 0 auto;
    order: -1;
    height: 40vw;
  }

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

  .section-5 {
    margin-bottom: 80px;
  }

  .div-block-148 {
    flex: 0 auto;
    width: 100%;
  }

  .mini-title {
    padding-top: 5px;
  }

  .div-block-154 {
    flex-flow: column;
  }

  .div-block-155 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .documention-div {
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
  }

  .div-block-159 {
    border-radius: 10px;
  }

  .div-block-167, .div-block-174 {
    flex-flow: column;
  }

  .image-17 {
    margin-bottom: -150px;
  }

  .div-block-179 {
    padding-top: 250px;
  }

  .documention-div-borrowers {
    border-radius: 10px;
    height: auto;
    margin-bottom: 30px;
  }

  .div-block-183 {
    grid-template-columns: 1fr 1fr;
  }

  .white-button-nav {
    padding: 15px 18px;
    font-size: 20px;
  }

  .div-block-187 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-188 {
    z-index: 4;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .div-block-189 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    position: static;
  }

  .lottie-animation {
    cursor: pointer;
    mix-blend-mode: normal;
    width: 35px;
    height: 35px;
    padding: 5px;
  }

  .div-block-63-copy {
    width: 100%;
  }

  .div-block-191 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    order: -1;
    display: flex;
  }

  .cccc {
    margin-left: 0;
  }

  .div-block-31-cccc {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-19, .image-20 {
    filter: invert();
  }

  .div-block-194 {
    margin-bottom: 60px;
  }

  .image-81 {
    width: 150px;
  }

  .div-block-139-copy {
    height: auto;
  }

  .link-block-up {
    background-color: #ff1c1c00;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    display: flex;
    transform: translate(0, -20px);
  }

  .link-block-up.w--current {
    z-index: 5;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-96-copy {
    order: 0;
  }

  .div-block-96-copy.left {
    display: none;
  }

  .div-block-96-copy._2nd {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding: 15px 20px;
  }

  .image {
    width: auto;
    height: 30px;
  }

  .div-block-2 {
    height: 0;
    margin-top: 66px;
    padding-left: 20px;
  }

  .section-2 {
    margin-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement {
    top: 65px;
  }

  .div-block-12 {
    margin-bottom: 40px;
  }

  .text-block-3 {
    width: auto;
    max-width: 600px;
    font-size: 60px;
    line-height: 85px;
  }

  .div-block-14 {
    padding-top: 0;
  }

  .landing-page-title {
    justify-content: flex-end;
    align-items: center;
  }

  .text-block-4 {
    width: auto;
    max-width: 600px;
    position: static;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .text-block-10 {
    width: auto;
  }

  .fs-globe-container.full-page-globe-container {
    margin-bottom: -50px;
  }

  .text-block-11, .text-block-12 {
    width: auto;
  }

  .logo-container {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    min-width: 150%;
  }

  .logo-image {
    height: 50px;
  }

  .div-block-38 {
    padding: 20px;
  }

  .div-block-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-5 {
    width: auto;
    height: auto;
  }

  .logo-container-2, .logo-container-copy {
    min-width: 150%;
  }

  .div-block-71 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-21 {
    font-size: 20px;
  }

  .div-block-78 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    max-height: 480px;
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-79, .spline-scene-3 {
    display: none;
  }

  .div-block-80 {
    height: auto;
    margin-top: 60px;
  }

  .div-block-92 {
    width: 33%;
    display: none;
    overflow: visible;
  }

  .margin-custom {
    display: none;
  }

  .swiper-buttons {
    top: -5rem;
  }

  .margin-top-medium {
    margin-top: 2rem;
  }

  .div-block-96.right {
    display: block;
  }

  .div-block-96._2nd {
    display: none;
  }

  .div-block-112 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-14 {
    min-width: auto;
  }

  .splide.slider1 {
    align-items: flex-start;
    width: 100%;
  }

  .splide__list {
    width: auto;
  }

  .splide__slide {
    width: 50%;
  }

  .div-block-146 {
    height: 35vw;
  }

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

  .div-block-148 {
    flex: 0 auto;
    width: 100%;
  }

  .mini-title {
    padding-top: 0;
  }

  .div-block-172 {
    grid-template-columns: 1fr;
  }

  .div-block-183 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-188 {
    width: auto;
    height: auto;
  }

  .div-block-189 {
    padding-top: 20px;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .div-block-191 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cccc {
    margin-left: 0;
  }

  .div-block-31-cccc {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-216 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px;
  }

  .heading-18 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-8-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .image-81 {
    width: 120px;
  }

  .div-block-218 {
    margin-left: 40px;
    margin-right: 40px;
    padding: 30px;
  }

  .div-block-139-copy {
    height: auto;
  }

  .div-block-96-copy.right, .div-block-96-copy._2nd {
    display: none;
  }

  .text-block-10-copy {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding: 15px 20px;
  }

  .image {
    width: auto;
    height: 25px;
  }

  .div-block-2 {
    height: 0;
    margin-top: 61px;
    padding-bottom: 0;
    padding-left: 20px;
    overflow: scroll;
  }

  .div-block-3 {
    padding-bottom: 10px;
  }

  .div-block-4 {
    height: 0;
  }

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

  .section-2 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement {
    top: 60px;
  }

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

  .div-block-12 {
    margin-bottom: 60px;
    padding: 20px;
  }

  .text-block-3 {
    font-size: 55px;
    line-height: 70px;
  }

  .div-block-14 {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .landing-page-title {
    padding-top: 0;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 30px;
    position: static;
  }

  .fs-globe-container {
    width: 100%;
    max-width: none;
    height: 400px;
    max-height: none;
  }

  .fs-globe-container.full-page-globe-container {
    cursor: auto;
    width: 600px;
    height: 600px;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 5px;
  }

  .text-block-11 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .text-block-12 {
    margin-left: -80px;
    font-size: 18px;
  }

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

  .carousel-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 40px;
  }

  .div-block-39 {
    padding: 20px;
  }

  .image-4 {
    height: auto;
  }

  .text-block-14 {
    font-size: 25px;
  }

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

  .div-block-45 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    width: 100%;
    padding: 20px;
  }

  .text-block-16 {
    width: auto;
    min-width: auto;
    max-width: 170px;
  }

  .text-block-17 {
    margin-left: -80px;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-49 {
    align-items: stretch;
    padding: 0;
  }

  .text-block-18 {
    width: auto;
  }

  .div-block-55 {
    flex: 0 auto;
    width: 100%;
  }

  .logo-container-2, .logo-container-copy {
    min-width: 300%;
  }

  .logo-image-2 {
    height: 55px;
  }

  .div-block-61 {
    padding: 20px;
  }

  .div-block-67 {
    grid-template-columns: 1fr;
  }

  .div-block-69 {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-71 {
    background-image: radial-gradient(circle at 50% 120%, #000 10%, #fff);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .div-block-73 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-75 {
    opacity: 1;
    margin-bottom: 0;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-76 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-77 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .image-8 {
    width: 60px;
    min-width: 90px;
    min-height: 90px;
  }

  .image-9 {
    width: 30px;
  }

  .div-block-78 {
    flex-flow: column;
    max-height: none;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .div-block-79 {
    max-width: none;
    max-height: 400px;
    overflow: hidden;
  }

  .div-block-80 {
    padding-top: 0;
  }

  .div-block-81 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding: 20px;
  }

  .div-block-82 {
    padding: 20px;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .div-block-89 {
    flex: none;
  }

  .text-block-26 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-92 {
    order: -1;
    width: 100%;
    height: 250px;
  }

  .margin-custom {
    height: 2.75rem;
    display: block;
  }

  .swiper-buttons {
    top: -4rem;
    left: 0%;
    right: auto;
  }

  .div-block-108 {
    flex-flow: column;
  }

  .text-block-33 {
    width: 160px;
    line-height: 50px;
  }

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

  .div-block-112 {
    flex-flow: row;
    flex: 0 auto;
    width: auto;
    max-width: none;
  }

  .div-block-113 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-119 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-122 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-14 {
    width: auto;
  }

  .splide.slider1 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    display: flex;
    position: static;
  }

  .splide__track, .splide__slide {
    width: 100%;
  }

  .image-15 {
    width: 60px;
  }

  .div-block-140 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-39 {
    line-height: 60px;
  }

  .div-block-143 {
    padding: 20px;
  }

  .div-block-144 {
    background-color: #f0f0f100;
    padding: 0;
  }

  .div-block-146 {
    flex: none;
    height: 45vw;
    min-height: auto;
    max-height: none;
  }

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

  .image-14-copy {
    min-width: auto;
  }

  .div-block-147 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-152 {
    padding: 20px;
  }

  .text-block-12-copy {
    margin-left: 0;
  }

  .mini-title {
    width: auto;
  }

  .documention-div, .div-block-159, .div-block-169, .div-block-175, .div-block-176 {
    padding: 20px;
  }

  .image-17 {
    width: 300px;
    max-width: 90%;
    margin-bottom: -120px;
  }

  .div-block-179 {
    padding-top: 200px;
  }

  .third-box, .questions-div {
    padding: 20px;
  }

  .image-18 {
    width: 120%;
    max-width: none;
  }

  .documention-div-borrowers {
    padding: 20px;
  }

  .div-block-188 {
    width: auto;
    height: auto;
  }

  .div-block-189 {
    padding-top: 20px;
  }

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

  .lottie-animation {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .div-block-67-copy {
    grid-template-columns: 1fr;
  }

  .div-block-63-copy {
    flex: 1;
  }

  .cccc {
    margin-left: -80px;
  }

  .div-block-31-cccc {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .div-block-194 {
    margin-bottom: 40px;
  }

  .paragraph-8-copy {
    font-size: 16px;
  }

  .image-81 {
    width: 120px;
  }

  .div-block-218 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .div-block-139-copy {
    height: auto;
  }

  .link-block-up {
    transform: translate(-20px);
  }
}


