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

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

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

.section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 64px 32px;
  display: block;
  position: static;
}

.container {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 1439px;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.text-block {
  z-index: 1;
  color: #fff;
  letter-spacing: .02em;
  flex: none;
  margin-top: 33px;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.head-title {
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 800px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-2 {
  color: #ffffffe6;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.image {
  width: 800px;
  position: absolute;
  inset: auto;
}

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

.text-block-3 {
  color: #d3d1d1cc;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-5 {
  display: flex;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-2 {
  z-index: -1;
  flex: none;
  align-self: center;
  width: 300px;
  display: none;
  position: absolute;
  inset: -200px 45px auto auto;
}

.text-block-4 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.div-block-8 {
  flex: none;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.div-block-9 {
  background-color: #fcfcfc;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.div-block-10 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-5 {
  color: #000;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.button {
  color: #fff;
  cursor: pointer;
  background-color: #231c54;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  background-color: #890096;
  transform: scale(.98);
}

.section-2 {
  background-color: #231c54;
  background-image: linear-gradient(#231c54, #00374a);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 16px 32px 64px;
  display: block;
}

.menu-item-text-wrapper {
  cursor: pointer;
  transition: all .2s;
  display: inline-block;
}

.menu-item-text-wrapper:hover {
  text-shadow: 4px 4px 3px #ccc;
  transform: translate(-5px, -5px);
}

.marker-container {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.marker-container.hide {
  opacity: 0;
}

.container-homepage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.img-container-1b {
  z-index: 3;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  align-items: center;
  position: relative;
}

.img-container-3 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.section-homepage {
  width: 100%;
  height: 100vh;
}

.menu-item-header-container {
  color: #666;
  padding: 5px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  line-height: 48px;
}

.showcase-slider-columns {
  align-items: center;
  display: flex;
}

.images-showcase-col {
  text-align: center;
}

.menu-item-text-container {
  color: #aaa;
  margin: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.img-container-1 {
  z-index: 6;
  position: absolute;
}

.img-wrapper-2 {
  color: #fff;
  background-color: #7bcea3;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-images-container {
  position: relative;
}

.images-text-menu-col {
  z-index: 999;
  left: -215px;
}

.img-container-2b {
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.img-wrapper-3 {
  color: #fff;
  background-color: #92a4c2;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.showcase-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.img-wrapper-1 {
  color: #fff;
  text-align: center;
  background-color: #d66262;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.marker-number {
  color: #fff;
}

.img-container-2 {
  z-index: 5;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

.showcase-slider-container {
  width: 100%;
  max-width: 1300px;
}

.menu-item-text {
  color: #333;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: inline-block;
  transform: translate(0);
}

.marker-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ccc;
  width: 0%;
  height: 1px;
  margin: 10px;
}

.marker-line.show {
  width: 100%;
}

.text-block-6 {
  font-family: Oswald, sans-serif;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.body {
  background-color: #fff0;
  display: block;
}

.div-block-11 {
  padding-left: 0;
  padding-right: 0;
}

.list-item {
  color: #ffffffb3;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 140%;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #890096;
  border-radius: 100px;
  padding: 16px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.button-2:hover {
  background-color: #231c54;
  border: 1px solid #890096;
  transform: scale(.98);
}

.section-3 {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#46005d, #231c54 50%, #1d1d1d);
  height: 100%;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}

.container-3 {
  max-width: 1439px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-8 {
  color: #fff5f5;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-9 {
  color: #ffffffe6;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.text-block-12 {
  color: #fff9f9cc;
  letter-spacing: .02em;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.list-item-2 {
  color: #fffc;
  font-size: 16px;
}

.list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: .02em;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.div-block-14 {
  background-color: #0000004a;
  border: 2px solid #ffffff26;
  border-radius: 8px;
  padding: 40px 0;
}

.div-block-15, .div-block-16 {
  background-color: #0000004a;
  border: 2px solid #ffffff26;
  border-radius: 8px;
  padding: 40px 32px;
}

.div-block-17, .div-block-18, .div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.container-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1439px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.swap-and-supply {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#46005d, #1d1d1d 23%, #231c54 50%, #46005d);
  border: 1px #000;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-14 {
  color: #fffc;
  text-align: center;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.div-block-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  background-color: #0000004a;
  border: 1px solid #890096;
  border-radius: 32px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 500px;
  height: 500px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.text-block-15 {
  color: #fff;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-16 {
  color: #fffc;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.image-3 {
  width: 100px;
}

.list-item-3 {
  color: #fffc;
  font-family: Poppins, sans-serif;
  line-height: 140%;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section-5 {
  z-index: 1;
  background-color: #000;
  background-image: linear-gradient(#46005d, #231c54 30%, #000);
  border: 1px #000;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 120px;
  position: relative;
}

.container-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 1439px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-17 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-26 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #231c54;
  background-image: url('../images/SAFEMOON-LOGO---PURPLE.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 430px 430px;
  background-attachment: scroll;
  border: 1px #201950;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 64px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-19 {
  color: #fffc;
  text-align: left;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.image-4 {
  width: 44px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-21 {
  color: #fffc;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

.image-5 {
  width: 68%;
}

.list-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: .02em;
  flex-flow: column;
  margin-top: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 120%;
  display: flex;
}

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

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 70%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.button-3 {
  color: #ffffffe6;
  cursor: pointer;
  background-color: #890096;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  margin-top: 32px;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.button-3:hover {
  background-color: #68007a;
  transform: scale(.98);
}

.container-6 {
  max-width: 1439px;
  padding: 64px 0;
}

.text-block-22 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-23 {
  color: #fff7f7b3;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.button-4 {
  color: #000;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #03d5c0;
  border-radius: 100px;
  align-self: center;
  padding: 16px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all .2s;
}

.button-4:hover {
  background-color: #00ffe6;
  transform: scale(.98);
}

.button-4.w--current {
  color: #fff;
  background-color: #890096;
}

.button-4.w--current:hover {
  background-color: #890096;
}

.div-block-36 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-6 {
  z-index: 1;
  background-color: #231c54;
  background-image: linear-gradient(0deg, #46005d8a, #000), url('../images/mjh-shikder-qwMfZVm3yRI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.div-block-39 {
  background-color: #00000017;
  border: 1px solid #890096;
  border-radius: 32px;
  padding: 8px;
}

.div-block-40 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #0000001a;
  border: 2px solid #890096;
  border-radius: 32px;
  flex-flow: column;
  flex: 0 auto;
  align-self: center;
  padding: 64px;
  display: flex;
}

.div-block-41 {
  flex: none;
  align-self: auto;
}

.container-7 {
  max-width: 1200px;
  padding: 24px 16px;
}

.div-block-42 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

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

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

.text-block-24 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.section-7 {
  z-index: 1;
  background-color: #000;
  position: relative;
}

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

.text-block-25:hover {
  color: #890096;
}

.text-block-26 {
  color: #fff;
  text-decoration: none;
}

.text-block-26:hover {
  color: #890096;
}

.hero-header {
  background-color: #000;
  border: 1px #f3f2ed;
  border-radius: 0;
  min-width: 100%;
  padding: 1rem 2rem;
  position: static;
  top: 0;
}

.hero_nav-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: color .25s;
}

.hero_nav-link:hover {
  color: #890096;
}

.hero_nav-link.w--current {
  color: #fff;
}

.hero_nav-link.w--current:hover {
  color: #890096;
}

.header_nav-logo-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 7rem;
  line-height: 0;
  display: flex;
}

.header_nav-logo-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav_menu-icon {
  line-height: 1;
}

.hero_header {
  min-width: 100%;
}

.header_row-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: min-content auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  max-width: 1439rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.button-group-2 {
  grid-column-gap: 1.25rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.logo {
  width: 32px;
}

.hero_row-wrapper {
  grid-column-gap: 2.5rem;
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global {
  border-radius: 0;
  padding: 0 0;
}

.button-spark {
  color: #000;
  text-transform: capitalize;
  background-color: #f7d046;
  border-radius: 1rem;
  flex: none;
  padding: .813rem 1.688rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.313rem;
}

.button-spark:hover {
  box-shadow: 0 0 #000;
}

.button-spark.is-custom {
  color: #fff;
  letter-spacing: .02em;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fff0;
  border: 2px solid #890096;
  border-radius: 100px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
}

.button-spark.is-custom:hover {
  background-color: #890096;
  transform: scale(.95);
}

.navbar {
  z-index: 99;
  border-radius: 13px;
  width: 100%;
  padding-top: 0;
  display: block;
  position: relative;
  inset: auto 0%;
}

.hero_nav-menu {
  color: #f5f5f5;
  place-content: space-between;
  width: 100%;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.section-8 {
  z-index: 1;
  background-color: #000;
  border-radius: 32px;
  position: relative;
}

.text-block-27 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-28 {
  color: #0f9;
  flex-flow: row;
  flex: 1;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.text-span {
  color: #890096;
}

.section-9 {
  position: absolute;
  inset: auto;
}

.background-video {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.section-10 {
  z-index: 1;
  background-color: #231c54;
  background-image: linear-gradient(#000, #231c54 51%, #46005d 80%);
  margin-top: 0;
  padding-top: 64px;
  position: static;
}

.div-block-45 {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  max-width: 1439px;
  padding: 120px 32px;
  display: flex;
  position: relative;
}

.div-block-46 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000038;
  border-radius: 32px;
  flex: 1;
  padding: 40px 32px;
  display: flex;
}

.div-block-48, .div-block-49 {
  flex: 1;
}

.text-block-29 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-30 {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 400;
}

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

.container-8 {
  max-width: 1439px;
}

.link-block {
  cursor: pointer;
  transition: all .2s;
}

.link-block:hover {
  transform: scale(.98);
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

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

.text-span-2 {
  font-size: 90px;
}

.text-span-3 {
  color: #fffc;
  font-weight: 700;
}

.text-span-4 {
  color: #fff;
  font-weight: 600;
}

.text-span-5 {
  color: #fff9f9;
  font-weight: 600;
}

.text-span-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-span-7, .text-span-8 {
  color: #fff;
  font-weight: 600;
}

.text-span-9 {
  color: #890096;
}

.text-span-10 {
  color: #0000;
}

.text-block-31 {
  color: #ffffffe6;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

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

.background-video-2 {
  height: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-11 {
  background-color: #0000;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-12 {
  height: 100vh;
}

.container-9 {
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.container-10 {
  max-width: 100%;
}

.section-13 {
  background-image: linear-gradient(#1d1d1d, #46005d);
}

.image-6 {
  width: auto;
}

.div-block-54 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-7 {
  border: 3px solid #890096;
  border-radius: 32px;
  width: 50%;
}

.image-8 {
  border: 3px solid #890096;
  border-radius: 32px;
  width: 60%;
}

.lightbox-link, .lightbox-link-2 {
  text-align: center;
  flex: 1;
  align-self: stretch;
}

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

.div-block-57 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  padding: 0 32px;
  display: flex;
}

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

.text-block-32 {
  color: #ffffffe6;
  letter-spacing: .03em;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-5 {
  letter-spacing: .05em;
  background-color: #890096;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 140%;
  transition: all .2s;
}

.button-5:hover {
  background-color: #231c54;
  transform: scale(.95);
}

.countdown-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.countdown-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.clock-number {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.clock-lable {
  color: #fffc;
  letter-spacing: .05em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 110%;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: auto;
  display: flex;
}

.text-block-33 {
  color: #fff;
  letter-spacing: .03em;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.button-6 {
  color: #000000e6;
  letter-spacing: .05em;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 140%;
  transition: all .2s;
}

.button-6:hover {
  color: #fffffff2;
  background-color: #231c54;
  transform: scale(.95);
}

@media screen and (min-width: 1440px) {
  .section {
    width: 100%;
  }

  .body {
    background-color: #000;
  }

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

  .hero-header {
    border-radius: 16px;
  }

  .hero_nav-link, .hero_nav-link.w--current {
    cursor: pointer;
  }

  .hero_header, .header_row-container, .container-large {
    max-width: 1439px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-video {
    mix-blend-mode: normal;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    height: 100%;
  }

  .container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
  }

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

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

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

  .text-block-5 {
    flex: none;
  }

  .section-3, .swap-and-supply {
    position: relative;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .section-5, .section-6, .section-7 {
    position: relative;
  }

  .padding-section-navbar {
    border-radius: 0;
  }

  .hero-header {
    border-radius: 16px;
  }

  .hero_header {
    border-radius: 0;
  }

  .header_row-container {
    max-width: 1439px;
  }

  .container-large {
    border-radius: 0;
    max-width: 1439px;
  }

  .navbar {
    border-radius: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .background-video {
    justify-content: flex-start;
    height: 100%;
    display: flex;
    top: 0%;
  }

  .section-10 {
    z-index: 1;
    margin-top: 0;
    position: relative;
  }

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

  .background-video-2 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    height: 80%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .lightbox-link, .lightbox-link-2 {
    flex: 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .section {
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .text-block {
    text-align: left;
    font-size: 50px;
  }

  .head-title {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-6 {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    flex: 0 auto;
    display: inline-flex;
  }

  .image-2 {
    width: 200px;
    position: static;
  }

  .section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-3 {
    flex-flow: column;
  }

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

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

  .section-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-27 {
    background-position: 100%, 0 0;
    background-size: 380px, auto;
  }

  .div-block-29, .image-5 {
    order: 0;
  }

  .container-6 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .text-block-23 {
    text-align: center;
    align-self: stretch;
  }

  .section-6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-38 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .container-7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero_nav-link {
    color: #fff9;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .header_nav-logo-link {
    margin-right: auto;
  }

  .header_row-container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .button-group-2 {
    justify-content: flex-start;
    margin-top: 2.2rem;
  }

  .hero_row-wrapper {
    grid-column-gap: 1.65rem;
    grid-row-gap: 1.65rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-button {
    color: #fff;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav-menu-button.w--open {
    color: #0b0b1f;
    background-color: #c8c8c800;
  }

  .navbar {
    top: auto;
  }

  .hero_nav-menu {
    text-align: left;
    background-color: #000;
    border: 1px solid #890096;
    border-radius: 10px;
    margin-top: 10px;
    padding: 2rem 1.5rem;
  }

  .text-span {
    font-size: 50px;
  }

  .background-video {
    height: 70vh;
    top: 0%;
    right: 0%;
  }

  .div-block-45 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .text-span-2 {
    font-size: 50px;
  }

  .background-video-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-7, .image-8 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .image-2 {
    width: 200px;
  }

  .div-block-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-10 {
    text-align: center;
    flex: 1;
    align-self: stretch;
  }

  .text-block-5 {
    flex: 1;
    align-self: stretch;
    font-size: 14px;
  }

  .button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-13, .list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-14 {
    padding-right: 32px;
  }

  .div-block-20, .swap-and-supply, .section-5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-27 {
    background-position: 100% 150%, 0 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-19, .text-block-21 {
    line-height: 140%;
  }

  .div-block-32, .div-block-34 {
    width: 100%;
  }

  .text-block-22 {
    font-size: 32px;
  }

  .text-block-23 {
    line-height: 140%;
  }

  .div-block-40, .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_nav-link {
    color: #fff9;
    font-size: 1.1rem;
  }

  .header_nav-logo-link {
    padding-left: 0;
  }

  .nav-menu-button {
    color: #fff;
  }

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

  .button-spark {
    border-radius: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .navbar {
    top: auto;
  }

  .hero_nav-menu {
    background-color: #000;
    margin-top: 10px;
  }

  .background-video-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 16px;
  }

  .container {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block {
    text-align: center;
    font-size: 32px;
  }

  .text-block-3 {
    line-height: 160%;
  }

  .div-block-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    width: 100px;
  }

  .div-block-9 {
    flex-flow: column;
    padding: 0 16px 16px;
  }

  .div-block-10 {
    flex: 0 auto;
    align-self: stretch;
  }

  .text-block-5 {
    flex: 0 auto;
    font-size: 10px;
  }

  .text-block-7 {
    font-size: 32px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-14 {
    padding-right: 32px;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-13 {
    font-size: 32px;
  }

  .text-block-14 {
    line-height: 140%;
  }

  .div-block-22 {
    width: 100%;
    height: 100%;
    padding: 32px 16px;
  }

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

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

  .div-block-24, .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-26 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-27 {
    background-position: 0 150%, 0 0;
  }

  .text-block-18, .text-block-19 {
    text-align: center;
  }

  .text-block-20 {
    text-align: center;
    align-self: stretch;
    line-height: 120%;
  }

  .text-block-21 {
    text-align: center;
    align-self: auto;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-33 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .button-3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

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

  .text-block-23 {
    text-align: center;
    line-height: 160%;
  }

  .button-4 {
    color: #fff;
    background-color: #890096;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .div-block-44 {
    text-align: left;
    order: 1;
    align-self: center;
  }

  .text-block-24 {
    text-align: center;
    font-size: 14px;
  }

  .hero_nav-link {
    color: #fffc;
    font-size: .9rem;
    line-height: 1;
  }

  .hero_nav-link.w--current {
    color: #fffc;
  }

  .nav_menu-icon {
    color: #fff;
  }

  .header_row-container {
    grid-template-columns: auto max-content;
  }

  .hero_row-wrapper {
    background-color: #000;
  }

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

  .button-spark {
    font-size: .9rem;
    line-height: 1rem;
  }

  .navbar {
    top: auto;
  }

  .hero_nav-menu {
    background-color: #000;
    border-color: #890096;
    margin-top: 10px;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span {
    font-size: 38px;
  }

  .background-video {
    padding-bottom: 0;
  }

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

  .text-span-2 {
    font-size: 38px;
  }

  .background-video-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-57 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    align-self: auto;
    font-size: 14px;
  }

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

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


