.contactus-style_BugBounty_container__qrS3I {
  height: 700px;
  width: 100vw;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.contactus-style_BugBounty_report_box__6JqqN {
  z-index: 2;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactus-style_BugBounty_report_box_image__v76TE {
  height: 30%;
  width: -moz-fit-content;
  width: fit-content;
}
.contactus-style_BugBounty_report_box_text__d_SWT {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 54px;
}
.contactus-style_BugBounty_report_box_text__d_SWT h2 {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
}
.contactus-style_BugBounty_report_box_text__d_SWT p {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.contactus-style_BugBounty_report_box_selectBox__8hBkJ {
  width: 480px;
  display: flex;
  flex-direction: column;
}
.contactus-style_BugBounty_report_box_selectBox_title__Ws1yz {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}
.contactus-style_BugBounty_report_box_selectBox_button__CTt6I {
  height: 48px;
  width: 100%;
  border: 1px double transparent;
  background-image:
    linear-gradient(#19171f, #19171f),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 5px;
  position: relative;
  top: 10%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contactus-style_BugBounty_report_box_selectBox_button_text__iGUyy {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  left: 2%;
}
.contactus-style_BugBounty_report_box_selectBox_button_icon__TNPdo {
  position: absolute;
  right: 5%;
  height: 8px;
  width: 15px;
}
.contactus-style_BugBounty_report_box_message__FLazb {
  width: 480px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.contactus-style_BugBounty_report_box_message_title__OjJNE {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}
.contactus-style_BugBounty_report_box_message__FLazb input,
.contactus-style_BugBounty_report_box_message__FLazb textarea {
  resize: none;
  width: 100%;
  border: 1px double transparent;
  background-image:
    linear-gradient(#19171f, #19171f),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 5px;
  position: relative;
  top: 7%;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.5);
  padding-left: 2%;
  outline: none;
}
.contactus-style_BugBounty_report_box_message__FLazb textarea {
  height: 220px;
  padding-top: 2%;
}
.contactus-style_BugBounty_report_box_message__FLazb input {
  height: 50px;
  padding: 2%;
}
.contactus-style_BugBounty_report_box_message__FLazb input::-moz-placeholder,
.contactus-style_BugBounty_report_box_message__FLazb
  textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.contactus-style_BugBounty_report_box_message__FLazb input::placeholder,
.contactus-style_BugBounty_report_box_message__FLazb textarea::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.contactus-style_BugBounty_report_box__6JqqN button {
  all: unset;
  margin-top: 50px;
  background: linear-gradient(90deg, #7d6ff6 -16.48%, #58e1d9 118.64%);
  text-align: center;
  height: 40px;
  width: 185px;
  border-radius: 5px;
  background-color: unset;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.contactus-style_BugBounty_report_box__6JqqN
  button.contactus-style_color_1__PHERV {
  background-image: linear-gradient(90deg, #758bf0, #65bce3, #54a3c1, #6073cb);
}
.contactus-style_BugBounty_report_box__6JqqN button:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 300px;
  width: 100%;
  position: absolute;
  top: 110%;
  z-index: 4;
  background: #19171f;
  border: 1px solid #7d6ff6;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  animation-duration: 0.5s;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U::-webkit-scrollbar {
  width: 7px;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U::-webkit-scrollbar-thumb {
  background-color: #7d6ff6;
  border-radius: 1vw;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U div {
  height: 55px;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U div:hover {
  background: linear-gradient(
    90deg,
    rgba(125, 111, 246, 0.25),
    transparent 105.06%
  );
}
.contactus-style_BugBounty_report_dropDown_container_item_image__aAsRt {
  height: 35px;
  width: 35px;
  position: absolute;
  left: 3%;
}
.contactus-style_BugBounty_report_dropDown_container__Hkh2U div p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 5%;
}
.contactus-style_home_contour_back__xH6sH {
  height: 680px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 300px;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 150%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.contactus-style_home_glow_left__l8qpB {
  height: 600px;
  width: 600px;
  background-position: 50% 50%;
  top: -10%;
  left: -5%;
}
.contactus-style_home_glow_left__l8qpB,
.contactus-style_home_glow_right__Jlt98 {
  position: absolute;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
}
.contactus-style_home_glow_right__Jlt98 {
  height: 100%;
  background-position: -50% 50%;
  right: 0;
  top: -350px;
}
.contactus-style_home_star_back__QJouQ {
  left: 0;
}
.contactus-style_home_star_back2__H_KvJ,
.contactus-style_home_star_back__QJouQ {
  height: 665px;
  width: 50%;
  position: absolute;
  top: -6%;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.contactus-style_home_star_back2__H_KvJ {
  right: 0;
}
@media screen and (max-width: 600px) {
  .contactus-style_BugBounty_report_box__6JqqN {
    top: 200px;
    z-index: 2;
    width: 100%;
  }
  .contactus-style_home_glow_left__l8qpB {
    height: 600px;
    width: 100%;
    background-size: 110% 110%;
    background-position: 50% 50%;
    z-index: 2;
    top: -10%;
    left: -5%;
    opacity: 0.4;
    pointer-events: none;
  }
  .contactus-style_BugBounty_glow__2UCUm,
  .contactus-style_home_glow_left__l8qpB {
    position: absolute;
    background-image: url(/_next/static/media/glow.31a28b99.svg);
    background-repeat: no-repeat;
  }
  .contactus-style_BugBounty_glow__2UCUm {
    background-size: 250% 250%;
    background-position: 50% 80%;
    top: 0;
    height: 150vh;
    width: 100vw;
  }
  .contactus-style_BugBounty_report_box_text__d_SWT p,
  .contactus-style_BugBounty_report_box_text__d_SWT p span {
    font-size: 25px;
    line-height: 30px;
  }
  .contactus-style_BugBounty_report_box_selectBox__8hBkJ {
    height: 12%;
    width: 90%;
  }
  .contactus-style_BugBounty_report_box_message__FLazb {
    height: 25%;
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}
.SuccessModal_SuccessModal_wrapper__QzsHE {
  inset: 0;
  background: rgba(1, 1, 1, 0.9);
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: SuccessModal_show-up__YqtEr linear forwards;
  animation-duration: 0.3s;
}
@keyframes SuccessModal_show-up__YqtEr {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.SuccessModal_SuccessModal_container__pp6lZ {
  width: 660px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 300px;
  background: #000;
  box-shadow: 0 0 15px 2px rgba(125, 111, 246, 0.25);
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.SuccessModal_SuccessModal_container_close__wTYg6 {
  position: absolute;
  top: 6%;
  right: 3%;
  height: 15px;
  width: 15px;
  cursor: pointer;
  z-index: 5;
}
.SuccessModal_SuccessModal_glow__dHdtI {
  height: 300px;
  width: 350px;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-repeat: no-repeat;
  background-position: 350% -50%;
  position: absolute;
  left: 0;
  opacity: 0.3;
  z-index: 1;
}
.SuccessModal_SuccessModal_content__w86Iv {
  position: relative;
  width: 660px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.SuccessModal_SuccessModal_content_title__nfNdr {
  height: 80px;
  width: 100%;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SuccessModal_SuccessModal_content_line__jm0yr {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.08) 0 15%,
    hsla(0, 0%, 100%, 0.4) 45% 55%,
    hsla(0, 0%, 100%, 0.08) 85% 100%
  );
  opacity: 0.5;
  position: absolute;
  bottom: 0;
}
.SuccessModal_SuccessModal_content_status__pbqyO {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #3ad265;
}
.SuccessModal_SuccessModal_content_status_img__9egrp {
  height: 22px;
  width: 22px;
  margin-right: 10px;
}
.SuccessModal_SuccessModal_content_text1__o1XZL {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.SuccessModal_SuccessModal_content_text1__o1XZL p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.SuccessModal_SuccessModal_content_text1__o1XZL p span {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.SuccessModal_SuccessModal_content_text2__CAyw_ {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.SuccessModal_SuccessModal_content_text2__CAyw_ p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.SuccessModal_SuccessModal_content_buttons_box__p1ezU {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SuccessModal_SuccessModal_content_close_button__rOv7O {
  height: 41px;
  width: 125px;
  border-radius: 5px;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  cursor: pointer;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}
.SuccessModal_SuccessModal_content_close_button__rOv7O.SuccessModal_color_1__wZu6l {
  background-image: linear-gradient(90deg, #758bf0, #65bce3, #54a3c1, #6073cb);
}
.SuccessModal_SuccessModal_content_close_button__rOv7O:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.SuccessModal_SuccessModal_content_back_wrapper__1_KtR {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
  margin-left: 20px;
}
.SuccessModal_SuccessModal_content_back_button__nUBv5 {
  cursor: pointer;
  height: 41px;
  width: 153px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.SuccessModal_SuccessModal_content_back_button__nUBv5.SuccessModal_color_1__wZu6l {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.SuccessModal_SuccessModal_content_back_button__nUBv5:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 660px) {
  .SuccessModal_SuccessModal_container__pp6lZ {
    width: 90vw;
    min-height: unset;
    box-shadow: 0 0 1.5vw 0.4vw rgba(125, 111, 246, 0.25);
    border-radius: 0.5vw;
  }
  .SuccessModal_SuccessModal_content__w86Iv {
    min-height: unset;
  }
  .SuccessModal_SuccessModal_glow__dHdtI {
    height: 50vw;
    width: 50vw;
    opacity: 0.5;
  }
  .SuccessModal_SuccessModal_content_title__nfNdr {
    height: 13vw;
    font-size: 5vw;
  }
  .SuccessModal_SuccessModal_content_line__jm0yr {
    height: 1px;
  }
  .SuccessModal_SuccessModal_content_status__pbqyO {
    height: 9vw;
    font-size: 3.5vw;
  }
  .SuccessModal_SuccessModal_content_status_img__9egrp {
    height: 4.5vw;
    width: 4.5vw;
    margin-right: 2vw;
  }
  .SuccessModal_SuccessModal_content_text1__o1XZL {
    height: 11vw;
  }
  .SuccessModal_SuccessModal_content_text1__o1XZL p,
  .SuccessModal_SuccessModal_content_text1__o1XZL p span {
    font-size: 2.7vw;
  }
  .SuccessModal_SuccessModal_content_text2__CAyw_ {
    height: 12vw;
  }
  .SuccessModal_SuccessModal_content_text2__CAyw_ p {
    font-size: 2.7vw;
  }
  .SuccessModal_SuccessModal_content_buttons_box__p1ezU {
    height: 20vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .SuccessModal_SuccessModal_content_close_button__rOv7O {
    height: 8vw;
    width: 22vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
  .SuccessModal_SuccessModal_content_back_button__nUBv5 {
    height: 8vw;
    width: 30vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
}
.home-layout-style_home_glow_right__za7PN {
  height: 1000px;
  width: 1000px;
  background-position: -50% 50%;
  right: 0;
  top: -350px;
}
.home-layout-style_home_glow_left__7kKav,
.home-layout-style_home_glow_right__za7PN {
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  opacity: 0.4;
  pointer-events: none;
}
.home-layout-style_home_glow_left__7kKav {
  height: 600px;
  width: 600px;
  background-position: 50% 50%;
  top: -10%;
  left: -5%;
}
.home-layout-style_home_glow_lowest_fees__CtoBq {
  height: 650px;
  width: 800px;
  background-size: 120% 120%;
  background-position: 50% 50%;
  z-index: 2;
  top: 2300px;
  left: -14%;
}
.home-layout-style_home_glow_AI__02Lfc,
.home-layout-style_home_glow_lowest_fees__CtoBq {
  position: absolute;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
.home-layout-style_home_glow_AI__02Lfc {
  height: 800px;
  width: 50%;
  background-size: 110% 120%;
  background-position: 50%;
  z-index: 4;
  top: 2800px;
  left: 0;
}
.home-layout-style_home_glow_AI_Image__buNMq {
  height: 1500px;
  width: 100%;
  position: absolute;
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 2200px;
  right: -20%;
  opacity: 0.5;
  pointer-events: none;
  z-index: 4;
}
.home-layout-style_home_glow_chat__k2Eeu {
  background: linear-gradient(
    30deg,
    rgba(124, 111, 246, 0.2),
    transparent 60%,
    transparent
  );
  height: 1000px;
  width: 100%;
  position: absolute;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  top: 3500px;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
}
.home-layout-style_home_glow_Postes__b0Zdc {
  height: 600px;
  width: 50%;
  position: absolute;
  background: radial-gradient(
    117.44% 145.57% at -3.02% 6.44%,
    rgba(125, 111, 246, 0.75) 0,
    rgba(88, 225, 217, 0.75) 31.36%,
    rgba(125, 111, 246, 0.75) 77.29%,
    rgba(88, 225, 217, 0.75) 100%
  );
  filter: blur(250px);
  z-index: 2;
  top: 5350px;
  left: calc(100% - 75%);
  opacity: 0.5;
  pointer-events: none;
}
.home-layout-style_home_star_back__xhV7k {
  left: 0;
}
.home-layout-style_home_star_back2__BTrah,
.home-layout-style_home_star_back__xhV7k {
  height: 665px;
  width: 50%;
  position: absolute;
  top: 0;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.home-layout-style_home_star_back2__BTrah {
  right: 0;
}
.home-layout-style_home_star_back3__UaSKI {
  height: 800px;
  width: 100%;
  top: 950px;
  background-size: 110% 100%;
}
.home-layout-style_home_star_back3__UaSKI,
.home-layout-style_home_star_back4__pPBNf {
  position: absolute;
  right: 0;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.home-layout-style_home_star_back4__pPBNf {
  height: 1050px;
  width: 50%;
  top: 1900px;
  background-size: contain;
}
.home-layout-style_home_star_back5__M_6KX {
  height: 1050px;
  width: 50%;
  position: absolute;
  top: 1900px;
  left: 0;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.home-layout-style_home_contour_back__Ak9cI {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 260px;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 200%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.home-layout-style_raise_contour__0LbPR.home-layout-style_home_contour_back__Ak9cI {
  top: 50px !important;
}
.home-layout-style_home_contour_back2__JHbZt {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2000px;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 200%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 600px) {
  .home-layout-style_home_glow_left__7kKav,
  .home-layout-style_home_glow_right__za7PN {
    display: none;
  }
  .home-layout-style_home_contour_back__Ak9cI {
    top: 220px;
    background-size: 150% 100%;
    opacity: 1;
  }
  .home-layout-style_home_glow_Postes__b0Zdc {
    top: 7200px;
    width: 95%;
    left: 0;
  }
}
@media (max-width: 1440px) {
  .home-layout-style_home_circles__23qQZ,
  .home-layout-style_home_contour_back2__JHbZt,
  .home-layout-style_home_glow_AI_Image__buNMq,
  .home-layout-style_home_glow_AI__02Lfc,
  .home-layout-style_home_glow_chart__JRlf_,
  .home-layout-style_home_glow_lowest_fees__CtoBq,
  .home-layout-style_home_star_back2__BTrah,
  .home-layout-style_home_star_back3__UaSKI,
  .home-layout-style_home_star_back4__pPBNf,
  .home-layout-style_home_star_back5__M_6KX,
  .home-layout-style_home_star_back__xhV7k {
    display: none;
  }
}
.banner-style_Banner_Container__Zygun {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  position: relative;
}
.banner-style_home_contour_back__ellsd {
  height: 680px;
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 150%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.banner-style_Banner_Navbar_Box__GvZW_ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.banner-style_Banner_Content_Box__g_MWt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
  position: relative;
  color: #f0f8ff;
}
.banner-style_Banner_Content_Texts_Box__vT6x4 {
  position: absolute;
  width: 45%;
  left: 4%;
  top: 25%;
  z-index: 6;
}
.banner-style_Banner_Content_Title___pLRd {
  margin-bottom: 15px;
  max-width: 550px;
}
.banner-style_Banner_Content_Title___pLRd,
.banner-style_Banner_Content_Title___pLRd span {
  font-family: Russo One;
  font-weight: 500;
  font-size: 50px;
}
.banner-style_Banner_Content_Description__xi_i0,
.banner-style_Banner_Content_Description__xi_i0
  .banner-style_Banner_Content_Description_Underline__R2RDY {
  font-family: Euclid Circular B;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  max-width: 495px;
}
.banner-style_Banner_Content_Description__xi_i0
  .banner-style_Banner_Content_Description_Underline__R2RDY:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 0.95px;
  background: linear-gradient(90deg, #7d6ff6 -16.48%, #58e1d9 118.64%);
}
.banner-style_Banner_Content_Action_Box__1XsFs {
  display: flex;
  margin-top: 30px;
  width: 100%;
}
.banner-style_footer_news_letter_input_box__CKk12 {
  height: 42px;
  width: 100%;
  min-width: 300px;
  display: flex;
  margin-bottom: 15px;
}
.banner-style_footer_news_letter_input_box__CKk12 input {
  all: unset;
  height: calc(100% - 28px);
  width: calc(100% - 144px);
  outline: none;
  border-radius: 5px 0 0 5px;
  padding: 13px 17px;
  border: 1px double transparent;
  border-right-width: 0;
  background-image:
    linear-gradient(#000, #000),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ddd;
  text-align: left;
}
.banner-style_footer_news_letter_input_box__CKk12 button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 144px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}
.banner-style_footer_news_letter_input_box__CKk12
  button.banner-style_color_1__hxZLI {
  background-image: linear-gradient(90deg, #65bce3, #758bf0, #6073cb, #54a3c1);
}
.banner-style_footer_news_letter_input_box__CKk12 button:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.banner-style_Banner_Content_Action_button_wrapper__U_MyX {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.banner-style_Banner_Content_Action_button__qDJg_ {
  cursor: pointer;
  height: 50px;
  width: 178px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.banner-style_Banner_Content_Action_button__qDJg_.banner-style_color_1__hxZLI {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.banner-style_Banner_Content_Action_button__qDJg_:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.banner-style_Banner_Content_Watch_Action__Q_9Oj {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.banner-style_Banner_Content_Watch_Action__Q_9Oj:hover p {
  color: hsla(0, 0%, 100%, 0.75);
}
.banner-style_Banner_Content_Watch_Action__Q_9Oj p {
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}
.banner-style_Banner_Scroll_Down_Lottie__RZVnp {
  position: absolute;
  bottom: 0;
  width: 75px;
  z-index: 5;
}
.banner-style_Banner_Image_Box__i7RVl {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .banner-style_Banner_Content_Texts_Box__vT6x4 {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4%;
    width: 50%;
  }
  .banner-style_Banner_Image_Box__i7RVl {
    width: 65%;
  }
  .banner-style_Banner_Content_Title___pLRd,
  .banner-style_Banner_Content_Title___pLRd span {
    font-size: clamp(20px, 4vw, 50px);
  }
  .banner-style_Banner_Content_Description__xi_i0,
  .banner-style_Banner_Content_Description__xi_i0
    .banner-style_Banner_Content_Description_Underline__R2RDY {
    font-size: clamp(12px, 2vw, 18px);
    width: 70%;
  }
  .banner-style_Banner_Content_Action_Box__1XsFs {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .banner-style_Banner_Container__Zygun {
    width: 100%;
    height: 600px;
  }
  .banner-style_Banner_Image_Box__i7RVl {
    opacity: 0.3;
    width: 100%;
  }
  .banner-style_Banner_Content_Texts_Box__vT6x4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 60px 32px 0;
  }
  .banner-style_Banner_Content_Action_Box__1XsFs {
    flex-direction: column;
    align-items: center;
    width: 60%;
  }
  .banner-style_Banner_Content_Watch_Action__Q_9Oj {
    margin-left: 0;
  }
  .banner-style_Banner_Content_Action_button_wrapper__U_MyX {
    align-self: center;
    margin-bottom: 20px;
  }
  .banner-style_Banner_Scroll_Down_Lottie__RZVnp {
    display: none;
  }
  .banner-style_Banner_Content_Title___pLRd,
  .banner-style_Banner_Content_Title___pLRd span {
    font-size: clamp(25px, 8vw, 50px);
  }
  .banner-style_Banner_Content_Description__xi_i0,
  .banner-style_Banner_Content_Description__xi_i0
    .banner-style_Banner_Content_Description_Underline__R2RDY {
    font-size: clamp(14px, 4vw, 18px);
    width: 70%;
  }
}
@media (max-width: 600px) {
  .banner-style_Banner_Content_Action_Box__1XsFs,
  .banner-style_Banner_Content_Description__xi_i0,
  .banner-style_Banner_Content_Description__xi_i0
    .banner-style_Banner_Content_Description_Underline__R2RDY {
    width: 100%;
  }
}
.Header_Header_container__p4llD {
  height: 100px;
  width: 1440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.Header_Header_bottom_line__e6lSV {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.02) 0 15%,
    hsla(0, 0%, 100%, 0.5) 45% 55%,
    hsla(0, 0%, 100%, 0.02) 85% 100%
  );
  opacity: 0.5;
  position: absolute;
  bottom: 0;
}
.Header_Header_content_box__XdE1w {
  height: 70%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header_Header_logo__tJOhA {
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.Header_Header_logo__tJOhA:hover .Header_noyaCircle__CaAQ5 {
  animation: Header_rotate__sLKLH 2s forwards;
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
@keyframes Header_rotate__sLKLH {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.Header_Header_items_box__w1iKW {
  width: 70%;
}
.Header_Header_items_box__w1iKW,
.Header_Header_links_box__e52bJ {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.Header_Header_links_box__e52bJ {
  width: 65%;
  gap: 20px;
}
.Header_Header_more_wrapper__wmtU2 {
  position: relative;
}
.Header_more__ExxJY {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  z-index: 5;
}
.Header_more_child__Nmg15 {
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  z-index: 5;
  padding: 10px 15px 5px;
}
.Header_more_child_wrapper__olQZF {
  position: relative;
  cursor: default;
  display: none;
  margin-top: 15px;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  padding: 1px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-radius: 5px;
}
.Header_Header_more_wrapper__wmtU2:hover .Header_more_child_wrapper__olQZF {
  display: block;
}
.Header_more_text__POUfa {
  color: #fff;
  font-family: Euclid Circular B;
  font-weight: 400;
  margin-bottom: 10px;
  white-space: nowrap;
}
.Header_Header_links_box__e52bJ li {
  position: relative;
  list-style: none;
  padding: 2px;
  border-radius: 5px;
}
.Header_Header_links_box_effect__NzrVP {
  position: absolute;
  transition: filter 0.5s ease-in;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
}
.Header_Header_links_box__e52bJ
  li:hover
  .Header_Header_links_box_effect__NzrVP {
  background: linear-gradient(130deg, #7d6ff6 0 40%, #ae15f5 70% 100%);
  opacity: 0.3;
  background-size: 600% 600%;
  animation: Header_AnimateBorder__qCqQm 1.5s ease infinite;
  -webkit-animation: Header_AnimateBorder__qCqQm 1.5s ease infinite;
  -moz-animation: Header_AnimateBorder__qCqQm 1.5s ease infinite;
  filter: blur(5px);
  transition: filter 0.5s ease-in;
}
@keyframes Header_AnimateBorder__qCqQm {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.Header_Header_links_box_button__F8ERe {
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.Header_Header_links_box__e52bJ
  li:hover
  .Header_Header_links_box_button__F8ERe {
  background-color: #0f101f;
}
.Header_Header_items_box_button__aXdLV {
  width: 158px;
  height: 40px;
  background-size: 300% 100%;
  margin-left: 60px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Russo one;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header_Header_items_box_button__aXdLV.Header_color_1___kmoi {
  background-image: linear-gradient(90deg, #758bf0, #65bce3, #54a3c1, #6073cb);
}
.Header_Header_items_box_button__aXdLV:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.Header_Header_burger_icon__X61QQ {
  display: none;
}
.Header_Header_items_box_button_connected__A4ZaE section {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  min-width: 158px;
  background-color: #000;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  font-family: Russo one;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  outline: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Header_Header_items_box_button_connected_img__CZ3RL {
  height: 20px;
  width: 20px;
}
.Header_Header_items_box_button_connected_icon__JCbua {
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 1440px) {
  .Header_Header_container__p4llD {
    width: 100vw;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Header_items_box__w1iKW {
    height: 100%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1020px) {
  .Header_Header_container__p4llD {
    height: 90px;
    width: 100%;
    z-index: 100;
  }
  .Header_Header_bottom_line__e6lSV {
    height: 1px;
    width: 100%;
    opacity: 0.3;
  }
  .Header_Header_content_box__XdE1w {
    height: 50%;
    width: 90%;
    justify-content: space-between;
    z-index: 3;
  }
  .Header_Header_logo__tJOhA {
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    left: 0;
    position: relative;
  }
  .Header_Header_items_box_button__aXdLV,
  .Header_Header_links_box__e52bJ {
    display: none;
  }
  .Header_Header_burger_icon__X61QQ {
    display: unset;
    height: 30px;
    width: 30px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
}
.Header_AccountDropdown_container__vihO9 {
  position: absolute;
  top: 96%;
  height: -moz-fit-content;
  height: fit-content;
  width: 160px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-top: none;
}
.Header_AccountDropdown_container_line__Fg2zu {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff00, #ffffffbf, #ffffff00);
  position: absolute;
  top: 0;
  opacity: 0.3;
}
.Header_AccountDropdown_container_item___KMQt {
  height: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding-left: 10px;
}
.Header_AccountDropdown_container_item___KMQt:hover {
  color: #cfcfcf;
}
.watch-video-popup-style_WV_Popup_Wrapper__oBgjT {
  overflow: auto;
  inset: 0;
  background: rgba(1, 1, 1, 0.9);
  position: fixed;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: watch-video-popup-style_show-up__n2aIj linear forwards;
  animation-duration: 0.3s;
}
@keyframes watch-video-popup-style_show-up__n2aIj {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.watch-video-popup-style_WV_Popup_Container__YGqOf {
  width: 800px;
  position: relative;
}
.watch-video-popup-style_WV_Popup_Container__YGqOf
  video::-internal-media-controls-download-button {
  display: none;
}
.watch-video-popup-style_WV_Popup_close__7neWI {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: -8%;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .watch-video-popup-style_WV_Popup_Container__YGqOf {
    width: 90%;
  }
}
.AI-style_AI_Container__7gj1n {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 200px;
}
.AI-style_AI_Wrapper_Box__Jb9iu {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  z-index: 5;
  position: relative;
}
.AI-style_AI_intersector__lH7VC {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 300%;
}
.AI-style_AI_Content_Box__TnMIx {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AI-style_AI_Content_Box__TnMIx h3,
.AI-style_AI_Content_Box__TnMIx span {
  font-family: Russo One;
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  width: 413px;
}
.AI-style_AI_Content_Box__TnMIx p:nth-child(2) {
  margin-top: 30px;
}
.AI-style_AI_Content_Box__TnMIx .AI-style_AI_Description__6CObx {
  display: none;
}
.AI-style_AI_Description__6CObx {
  font-family: Euclid Circular B;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 24px;
  font-style: light;
}
.AI-style_AI_Image_Box__WOXlM {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AI-style_AI_Image_Box__WOXlM video {
  display: none;
}
.AI-style_AI_Video_Box___ytXI {
  width: 80%;
  height: 650px;
  display: flex;
  flex-direction: column;
  margin-top: -50px;
  pointer-events: none;
}
.AI-style_Banner_Content_Action_button_wrapper__9tIKt {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.AI-style_Banner_Content_Action_button__yNiEd {
  cursor: pointer;
  height: 50px;
  width: 208px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.AI-style_Banner_Content_Action_button__yNiEd.AI-style_color_1__b_HZV {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.AI-style_Banner_Content_Action_button__yNiEd:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1440px) {
  .AI-style_AI_Container__7gj1n {
    margin-top: 120px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .AI-style_AI_Image_Box__WOXlM {
    width: 50%;
  }
  .AI-style_AI_Content_Box__TnMIx {
    width: 50%;
    padding-left: 30px;
    justify-content: space-between;
  }
  .AI-style_AI_Content_Box__TnMIx h3 {
    width: 100%;
  }
  .AI-style_AI_Wrapper_Box__Jb9iu {
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .AI-style_AI_Container__7gj1n {
    margin-top: 80px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .AI-style_AI_Wrapper_Box__Jb9iu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .AI-style_AI_intersector__lH7VC {
    top: 100%;
  }
  .AI-style_AI_Content_Box__TnMIx {
    width: 100%;
    padding: 27px;
  }
  .AI-style_AI_Content_Box__TnMIx .AI-style_AI_Description__6CObx {
    display: flex;
  }
  .AI-style_AI_Image_Box__WOXlM .AI-style_AI_Description__6CObx {
    display: none;
  }
  .AI-style_AI_Image_Box__WOXlM video {
    display: flex;
  }
  .AI-style_AI_Image_Box__WOXlM {
    width: 100%;
    height: 280px;
  }
  .AI-style_Banner_Content_Action_button_wrapper__9tIKt {
    align-self: center;
    margin-top: 15px;
  }
  .AI-style_AI_Video_Box___ytXI {
    display: none;
  }
}
.blockchain-style_Liquidity_Flows_Container__SLPyG {
  height: 500px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.blockchain-style_Liquidity_Flows_Wrapper__jGn89 {
  width: 80%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.blockchain-style_Liquidity_Flows_intersector__xizyC {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 100%;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ h3 {
  font-family: Russo One;
  font-size: 30px;
  font-weight: 400;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p:nth-child(2) {
  margin-top: 30px;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p {
  max-width: 450px;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p,
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p span {
  font-family: Euclid Circular B;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
  font-style: light;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p span {
  font-weight: 700;
}
.blockchain-style_Liquidity_Flows_Content_Box__PqcZJ p {
  color: #fff;
}
.blockchain-style_Liquidity_Flows_Image_Box__I4AxH {
  width: 45%;
  z-index: 5;
  position: relative;
}
.blockchain-style_Banner_Content_Action_button_wrapper__tG1VL {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.blockchain-style_Banner_Content_Action_button__7cqrt {
  cursor: pointer;
  height: 50px;
  width: 208px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.blockchain-style_Banner_Content_Action_button__7cqrt.blockchain-style_color_1___IRS8 {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.blockchain-style_Banner_Content_Action_button__7cqrt:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1440px) {
  .blockchain-style_Liquidity_Flows_Container__SLPyG {
    margin-top: -120px;
  }
}
@media (max-width: 600px) {
  .blockchain-style_Liquidity_Flows_Container__SLPyG {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 30px;
  }
  .blockchain-style_Liquidity_Flows_Wrapper__jGn89 {
    flex-direction: column;
    width: 100%;
  }
  .blockchain-style_Liquidity_Flows_Content_Box__PqcZJ {
    width: 100%;
    padding: 27px;
    align-items: center;
  }
  .blockchain-style_Liquidity_Flows_Image_Box__I4AxH {
    width: 90%;
    height: 280px;
    align-self: center;
  }
}
.ai-agent-style_AI_Agent_Container__qhV3q {
  height: 500px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ai-agent-style_AI_Agent_Wrapper__zFWMr {
  display: flex;
  width: 80%;
  height: 100%;
  position: relative;
}
.ai-agent-style_AI_Agent_intersector__B7IfR {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 80%;
}
.ai-agent-style_AI_Agent_Content_Box__nLK_U {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ai-agent-style_AI_Agent_Content_Box__nLK_U h3 {
  font-family: Russo One;
  font-size: 30px;
  font-weight: 400;
}
.ai-agent-style_AI_Agent_Content_Box__nLK_U p:nth-child(2) {
  margin-top: 30px;
}
.ai-agent-style_AI_Agent_Content_Box__nLK_U p {
  font-family: Euclid Circular B;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  font-style: light;
}
.ai-agent-style_AI_Agent_Image_Box__cn1Fq {
  width: 60%;
  position: relative;
}
.ai-agent-style_Banner_Content_Action_button_wrapper__6LMyU {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.ai-agent-style_Banner_Content_Action_button___KKcd {
  cursor: pointer;
  height: 50px;
  width: 208px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.ai-agent-style_Banner_Content_Action_button___KKcd.ai-agent-style_color_1__06FtV {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.ai-agent-style_Banner_Content_Action_button___KKcd:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1440px) {
  .ai-agent-style_AI_Agent_Container__qhV3q {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .ai-agent-style_AI_Agent_Wrapper__zFWMr {
    flex-wrap: wrap;
  }
  .ai-agent-style_AI_Agent_Content_Box__nLK_U,
  .ai-agent-style_AI_Agent_Image_Box__cn1Fq {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .ai-agent-style_AI_Agent_Container__qhV3q {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .ai-agent-style_AI_Agent_Wrapper__zFWMr {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .ai-agent-style_AI_Agent_Content_Box__nLK_U {
    width: 100%;
    padding: 27px;
    align-items: center;
  }
  .ai-agent-style_AI_Agent_Image_Box__cn1Fq {
    width: 100%;
    height: 280px;
  }
}
.liquidity-flows-style_Liquidity_Flows_Container__YYwA4 {
  height: 500px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.liquidity-flows-style_Liquidity_Flows_Wrapper__xOm0v {
  width: 80%;
  display: flex;
  position: relative;
}
.liquidity-flows-style_Liquidity_Flows_intersector__SVmJ4 {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 100%;
}
.liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4 {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4 h3 {
  font-family: Russo One;
  font-size: 30px;
  font-weight: 400;
}
.liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4 p:nth-child(2) {
  margin-top: 30px;
}
.liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4 p {
  font-family: Euclid Circular B;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  font-style: light;
}
.liquidity-flows-style_Liquidity_Flows_Image_Box__4foiA {
  width: 60%;
  position: relative;
}
.liquidity-flows-style_Banner_Content_Action_button_wrapper__58Jo0 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.liquidity-flows-style_Banner_Content_Action_button__dwiTX {
  cursor: pointer;
  height: 50px;
  width: 178px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.liquidity-flows-style_Banner_Content_Action_button__dwiTX.liquidity-flows-style_color_1__opIbr {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.liquidity-flows-style_Banner_Content_Action_button__dwiTX:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1440px) {
  .liquidity-flows-style_Liquidity_Flows_Container__YYwA4 {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 60px;
  }
  .liquidity-flows-style_Liquidity_Flows_Wrapper__xOm0v {
    flex-wrap: wrap;
  }
  .liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4,
  .liquidity-flows-style_Liquidity_Flows_Image_Box__4foiA {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .liquidity-flows-style_Banner_Content_Action_button_wrapper__58Jo0 {
    align-self: center;
    margin: 30px 0;
  }
  .liquidity-flows-style_Liquidity_Flows_Container__YYwA4 {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 50px;
  }
  .liquidity-flows-style_Liquidity_Flows_Wrapper__xOm0v {
    flex-direction: column-reverse;
    width: 100%;
  }
  .liquidity-flows-style_Liquidity_Flows_Content_Box__mcBT4 {
    width: 100%;
    padding: 27px;
  }
  .liquidity-flows-style_Liquidity_Flows_Image_Box__4foiA {
    width: 100%;
    height: 280px;
  }
}
.strategy-style_Strategy_Container__oItdt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
}
.strategy-style_Strategy_Shadow__Rh_zb {
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(124, 111, 246, 0.1), transparent);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.strategy-style_Strategy_Title_Box__0_vL4 {
  display: flex;
  justify-content: center;
  padding: 55px 0;
}
.strategy-style_Strategy_Title_Box__0_vL4 p span {
  font-weight: 700;
}
.strategy-style_Strategy_Title_Box__0_vL4 p {
  font-family: Euclid Circular B;
  font-size: 25px;
  color: #fff;
  font: 500;
  text-align: center;
}
.strategy-style_Strategy_Chart_Box__FGpvd {
  width: 90%;
  display: flex;
}
.strategy-style_Strategy_Chart_Title_Box__uguDE {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}
.strategy-style_Strategy_Chart_Title_Box__uguDE h3 {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
  color: #fff;
}
.strategy-style_Strategy_ETH_Chart_Box__P2MgO,
.strategy-style_Strategy_Stables_Chart_Box__C7W75 {
  width: 50%;
}
.strategy-style_Strategy_Chart_Section__Ifr6g {
  position: relative;
  height: 380px;
  display: flex;
  justify-content: center;
}
.strategy-style_Strategy_Chart_image__FL1M1 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.strategy-style_Strategy_Chart_Legend_Wrapper__iMjUb {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.strategy-style_Strategy_Chart_Legend_Box__z8SrR div {
  height: 2px;
  margin-bottom: 10px;
}
.strategy-style_Strategy_Info_Container__mG5Nz {
  margin-top: 50px;
  width: 80%;
}
.strategy-style_Strategy_Info_Wrapper__gt6PM {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.strategy-style_Strategy_Item__sBkKQ {
  height: 85px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  background: linear-gradient(
    116.06deg,
    rgba(125, 111, 246, 0.1),
    rgba(88, 225, 217, 0.1) 99.94%
  );
  border: 2.51558px solid hsla(0, 0%, 100%, 0.078);
}
.strategy-style_Strategy_Item__sBkKQ p {
  color: #fff;
  font-family: Euclid Circular B;
  font-weight: 700;
  font-size: 31.4448px;
}
.strategy-style_Strategy_Divder__1Eu6Y {
  height: 1.7px;
  width: 8%;
  background-image:
    linear-gradient(270deg, transparent 50%, #010102 0),
    linear-gradient(90deg, rgba(88, 225, 217, 0.5), rgba(125, 111, 246, 0.5));
  border: none;
  background-size:
    8px 2px,
    100% 2px;
}
.strategy-style_Strategy_Icon__MHJ8C {
  width: 50px;
  height: 50px;
}
@media (max-width: 1232px) {
  .strategy-style_Strategy_Divder__1Eu6Y {
    display: none;
  }
  .strategy-style_Strategy_Item__sBkKQ {
    margin: 20px;
  }
  .strategy-style_Strategy_Info_Container__mG5Nz {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .strategy-style_Strategy_Chart_Box__FGpvd {
    flex-direction: column;
  }
  .strategy-style_Strategy_ETH_Chart_Box__P2MgO,
  .strategy-style_Strategy_Stables_Chart_Box__C7W75 {
    width: 100%;
  }
  .strategy-style_Strategy_Chart_Section__Ifr6g {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .strategy-style_Strategy_Container__oItdt {
    margin: unset;
  }
  .strategy-style_Strategy_Divder__1Eu6Y {
    display: none;
  }
  .strategy-style_Strategy_Info_Wrapper__gt6PM {
    flex-direction: column;
  }
  .strategy-style_Strategy_Chart_Section__Ifr6g {
    padding: 0;
  }
  .strategy-style_Strategy_Title_Box__0_vL4 {
    width: 85%;
  }
  .strategy-style_Strategy_Title_Box__0_vL4 p {
    font-weight: 500;
    font-size: 20px;
  }
  .strategy-style_Strategy_Info_Container__mG5Nz {
    margin-top: 70px;
  }
  .strategy-style_Strategy_Item__sBkKQ {
    margin-bottom: 20px;
  }
  .strategy-style_Strategy_Item__sBkKQ p {
    font-size: 20px;
  }
  .strategy-style_Strategy_Icon__MHJ8C {
    width: 40px;
    height: 40px;
  }
}
.zkml_zkml_container__pRkpV {
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  min-height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.zkml_zkml_star_back__Eau6x {
  left: 0;
}
.zkml_zkml_star_back2__npY26,
.zkml_zkml_star_back__Eau6x {
  height: 665px;
  width: 50%;
  position: absolute;
  top: 0;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.zkml_zkml_star_back2__npY26 {
  right: 0;
}
.zkml_zkml_star_back3__Yf7Py {
  left: 0;
}
.zkml_zkml_star_back3__Yf7Py,
.zkml_zkml_star_back4__qkwZU {
  height: 665px;
  width: 50%;
  position: absolute;
  top: 665px;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.zkml_zkml_star_back4__qkwZU {
  right: 0;
}
.zkml_zkml_star_back5__WHU_6 {
  left: 0;
}
.zkml_zkml_star_back5__WHU_6,
.zkml_zkml_star_back6__YRNfr {
  height: 665px;
  width: 50%;
  position: absolute;
  top: 1330px;
  background-image: url(/_next/static/media/starBack.52332202.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.zkml_zkml_star_back6__YRNfr {
  right: 0;
}
.zkml_zkml_glow__oq32Q {
  height: 1200px;
  width: 1200px;
  background-position: -50% 50%;
  right: 0;
  top: -350px;
  opacity: 0.4;
}
.zkml_zkml_glow__oq32Q,
.zkml_zkml_left_glow__6pOEs {
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  background-size: 110% 110%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.zkml_zkml_left_glow__6pOEs {
  height: 600px;
  width: 600px;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.zkml_zkml_contour_back__ZhFdE {
  height: 1000px;
  width: 100%;
  position: absolute;
  background-image: url(/_next/static/media/contour.fdd43acf.svg);
  background-size: 100% 200%;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 1;
  top: 75px;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .zkml_zkml_star_back2__npY26,
  .zkml_zkml_star_back__Eau6x {
    height: 55vw;
  }
  .zkml_zkml_star_back3__Yf7Py,
  .zkml_zkml_star_back4__qkwZU {
    height: 55vw;
    top: 55vw;
  }
  .zkml_zkml_star_back5__WHU_6,
  .zkml_zkml_star_back6__YRNfr {
    height: 55vw;
    top: 110vw;
  }
  .zkml_zkml_glow__oq32Q {
    height: 60vw;
    width: 60vw;
    top: -15vw;
    opacity: 0.4;
  }
  .zkml_zkml_left_glow__6pOEs {
    height: 40vw;
    width: 40vw;
  }
  .zkml_zkml_contour_back__ZhFdE {
    height: 70vw;
    top: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .zkml_zkml_glow__oq32Q,
  .zkml_zkml_left_glow__6pOEs,
  .zkml_zkml_star_back2__npY26,
  .zkml_zkml_star_back3__Yf7Py,
  .zkml_zkml_star_back4__qkwZU,
  .zkml_zkml_star_back5__WHU_6,
  .zkml_zkml_star_back6__YRNfr,
  .zkml_zkml_star_back__Eau6x {
    display: none;
  }
  .zkml_zkml_contour_back__ZhFdE {
    height: 700px;
    background-size: 400% 100%;
    top: 130px;
  }
}
.Description_ZKMLDesc_container__dNoP5 {
  height: 430px;
  width: 1000px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Description_ZKMLDesc_container__dNoP5 h1 {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #f9f9ff;
}
.Description_ZKMLDesc_container__dNoP5 h1 span {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  background: linear-gradient(96.25deg, #7d6ff6 -62.11%, #58e1d9 175.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Description_ZKMLDesc_container__dNoP5 h3 {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #f9f9ff;
}
.Description_ZKMLDesc_container__dNoP5 p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ceced8;
  margin-top: 15px;
}
.Description_ZKMLDesc_buttons_box__KVO1o {
  height: 120px;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Description_ZKMLDesc_buttons_box_watch_video__pESKo {
  position: absolute;
  bottom: -10px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Description_ZKMLDesc_buttons_box_watch_video__pESKo:hover h6 {
  color: hsla(0, 0%, 100%, 0.75);
}
.Description_ZKMLDesc_buttons_box_watch_video_icon__w_gj6 {
  height: 25px;
  width: 25px;
}
.Description_ZKMLDesc_buttons_box_watch_video__pESKo h6 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  margin-left: 8px;
  transition: 0.2s ease-in-out;
}
.Description_ZKMLDesc_button_wrapper__jERhe {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.Description_ZKMLDesc_button_image__Ul2pz {
  height: 22px;
  width: 22px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 10px;
}
.Description_ZKMLDesc_button_gitHub__kw_8l {
  cursor: pointer;
  height: 50px;
  width: 148px;
  background-color: #000;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.Description_ZKMLDesc_button_gitHub__kw_8l.Description_color_1__7zKTc {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.Description_ZKMLDesc_button_gitHub__kw_8l:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.Description_ZKMLDesc_button_docs__w6mRk {
  cursor: pointer;
  height: 50px;
  width: 178px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.Description_ZKMLDesc_button_docs__w6mRk.Description_color_1__7zKTc {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.Description_ZKMLDesc_button_docs__w6mRk:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .Description_ZKMLDesc_container__dNoP5 {
    height: 35vw;
    width: 90%;
  }
  .Description_ZKMLDesc_container__dNoP5 h1,
  .Description_ZKMLDesc_container__dNoP5 h1 span {
    font-size: 3.4vw;
  }
  .Description_ZKMLDesc_container__dNoP5 h3 {
    font-size: 2.4vw;
  }
  .Description_ZKMLDesc_container__dNoP5 p {
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .Description_ZKMLDesc_buttons_box__KVO1o {
    height: 9vw;
    width: 29vw;
  }
  .Description_ZKMLDesc_button_wrapper__jERhe {
    padding: 0.15vw;
    border-radius: 0.5vw;
  }
  .Description_ZKMLDesc_button_image__Ul2pz {
    height: 1.9vw;
    width: 1.9vw;
    margin-right: 1vw;
  }
  .Description_ZKMLDesc_button_gitHub__kw_8l {
    height: 4vw;
    width: 12vw;
    border-radius: 0.5vw;
    font-size: 1.4vw;
  }
  .Description_ZKMLDesc_button_docs__w6mRk {
    height: 4vw;
    width: 14.5vw;
    border-radius: 0.5vw;
    font-size: 1.4vw;
  }
  .Description_ZKMLDesc_buttons_box_watch_video__pESKo {
    bottom: -1vw;
  }
  .Description_ZKMLDesc_buttons_box_watch_video_icon__w_gj6 {
    height: 2.2vw;
    width: 2.2vw;
  }
  .Description_ZKMLDesc_buttons_box_watch_video__pESKo h6 {
    font-size: 1.4vw;
    margin-left: 0.8vw;
  }
}
@media screen and (max-width: 600px) {
  .Description_ZKMLDesc_container__dNoP5 {
    height: 350px;
    width: 100%;
  }
  .Description_ZKMLDesc_container__dNoP5 h1,
  .Description_ZKMLDesc_container__dNoP5 h1 span {
    font-size: 25px;
  }
  .Description_ZKMLDesc_container__dNoP5 h3 {
    font-size: 18px;
  }
  .Description_ZKMLDesc_container__dNoP5 p {
    font-size: 13px;
    margin-top: 15px;
  }
  .Description_ZKMLDesc_buttons_box__KVO1o {
    height: 150px;
    width: 300px;
    flex-direction: column;
    justify-content: center;
  }
  .Description_ZKMLDesc_button_wrapper__jERhe {
    margin: 5px;
  }
  .Description_ZKMLDesc_button_image__Ul2pz {
    height: 18px;
    width: 18px;
    margin-right: 10px;
  }
  .Description_ZKMLDesc_button_docs__w6mRk,
  .Description_ZKMLDesc_button_gitHub__kw_8l {
    height: 50px;
    width: 150px;
    font-size: 14px;
  }
  .Description_ZKMLDesc_buttons_box_watch_video__pESKo {
    bottom: -20px;
  }
  .Description_ZKMLDesc_buttons_box_watch_video_icon__w_gj6 {
    height: 23px;
    width: 23px;
  }
  .Description_ZKMLDesc_buttons_box_watch_video__pESKo h6 {
    font-size: 17px;
    margin-left: 7px;
  }
}
.Benefits_zkml_benefits_container__cg5pm {
  height: -moz-fit-content;
  height: fit-content;
  width: 1000px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  z-index: 3;
  padding-bottom: 100px;
}
.Benefits_zkml_benefits_title__sw6Qy {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.Benefits_zkml_benefits_title__sw6Qy h1 {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #f9f9ff;
}
.Benefits_zkml_benefits_title__sw6Qy h1 span {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  background: linear-gradient(96.25deg, #7d6ff6 -62.11%, #58e1d9 175.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Benefits_zkml_benefits_title__sw6Qy p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #ceced8;
  margin-top: 5px;
}
.Benefits_zkml_benefitBox_container__b9o4i {
  height: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.Benefits_zkml_benefitBox_container_glow__5LW1E {
  background-image: url(/_next/static/media/glow.31a28b99.svg);
  height: 700px;
  width: 700px;
  background-size: 110% 110%;
  background-position: 50% 50%;
  position: absolute;
  left: -50%;
  opacity: 0.3;
}
.Benefits_zkml_benefitBox_container_line__SJ3JS {
  height: 1px;
  width: 100vw;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.1) 0 15%,
    hsla(0, 0%, 100%, 0.5) 45% 55%,
    hsla(0, 0%, 100%, 0.1) 85% 100%
  );
  opacity: 0.5;
  position: absolute;
  justify-self: center;
  bottom: 0;
  left: -47%;
  rotate: 7deg;
}
.Benefits_zkml_benefitBox_data__0MW4b {
  height: 70%;
  width: 70%;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.Benefits_zkml_benefitBox_data__0MW4b h1 {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  background: linear-gradient(96.25deg, #a329f5 -62.11%, #58e1d9 175.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.Benefits_zkml_benefitBox_data__0MW4b p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 35px;
}
.Benefits_zkml_benefitBox_data__0MW4b p span {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.Benefits_zkml_benefitBox_img_box__llrH6 {
  height: 70%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Benefits_zkml_benefitBox_img__pZUqj {
  height: 150px;
  width: 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  z-index: 3;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .Benefits_zkml_benefits_container__cg5pm {
    width: 85%;
    margin-top: 10vw;
    padding-bottom: 10vw;
  }
  .Benefits_zkml_benefits_title__sw6Qy {
    height: 12vw;
  }
  .Benefits_zkml_benefits_title__sw6Qy h1,
  .Benefits_zkml_benefits_title__sw6Qy h1 span {
    font-size: 2.5vw;
  }
  .Benefits_zkml_benefits_title__sw6Qy p {
    font-size: 1.7vw;
    margin-top: 0.5vw;
  }
  .Benefits_zkml_benefitBox_container__b9o4i {
    height: 28vw;
    width: 100%;
  }
  .Benefits_zkml_benefitBox_container_glow__5LW1E {
    height: 50vw;
    width: 50vw;
    left: 0;
  }
  .Benefits_zkml_benefitBox_container_line__SJ3JS {
    height: 0.1vw;
    width: 100vw;
  }
  .Benefits_zkml_benefitBox_data__0MW4b {
    height: 70%;
    width: 70%;
  }
  .Benefits_zkml_benefitBox_data__0MW4b h1 {
    font-size: 2.5vw;
  }
  .Benefits_zkml_benefitBox_data__0MW4b p {
    font-size: 1.5vw;
    margin-top: 2.8vw;
  }
  .Benefits_zkml_benefitBox_data__0MW4b p span {
    font-size: 1.5vw;
  }
  .Benefits_zkml_benefitBox_img_box__llrH6 {
    height: 70%;
    width: 30%;
  }
  .Benefits_zkml_benefitBox_img__pZUqj {
    height: 13vw;
    width: 13vw;
  }
}
@media screen and (max-width: 600px) {
  .Benefits_zkml_benefits_container__cg5pm {
    width: 95%;
    min-height: 500px;
    margin-top: 100px;
    padding-bottom: 0;
  }
  .Benefits_zkml_benefits_title__sw6Qy {
    height: 120px;
    width: 100%;
  }
  .Benefits_zkml_benefits_title__sw6Qy h1,
  .Benefits_zkml_benefits_title__sw6Qy h1 span {
    font-size: 25px;
  }
  .Benefits_zkml_benefits_title__sw6Qy p {
    font-size: 14px;
  }
  .Benefits_zkml_benefitBox_container__b9o4i {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .Benefits_zkml_benefitBox_container_glow__5LW1E,
  .Benefits_zkml_benefitBox_container_line__SJ3JS {
    display: none;
  }
  .Benefits_zkml_benefitBox_data__0MW4b {
    order: 2;
    height: 100%;
    width: 90%;
    align-items: center;
    justify-content: center;
  }
  .Benefits_zkml_benefitBox_data__0MW4b h1 {
    font-size: 20px;
  }
  .Benefits_zkml_benefitBox_data__0MW4b p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }
  .Benefits_zkml_benefitBox_data__0MW4b p span {
    font-size: 14px;
  }
  .Benefits_zkml_benefitBox_img_box__llrH6 {
    order: 1;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .Benefits_zkml_benefitBox_img__pZUqj {
    height: 70px;
    width: 70px;
  }
}
.Footer_footer_container__Op3HX {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Footer_footer_container_line__K5d78 {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.02) 0 15%,
    hsla(0, 0%, 100%, 0.5) 45% 55%,
    hsla(0, 0%, 100%, 0.02) 85% 100%
  );
  opacity: 0.9;
  position: absolute;
  top: 0;
}
.Footer_footer_top_box__up0Z2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 45px;
  padding-bottom: 29px;
}
.Footer_footer_top_box_line__cMhzp {
  height: 1px;
  min-width: 110%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.02) 0 15%,
    hsla(0, 0%, 100%, 0.5) 45% 55%,
    hsla(0, 0%, 100%, 0.02) 85% 100%
  );
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: -5%;
}
.Footer_footer_top_logo_box__tjtRZ {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.Footer_footer_top_logo__whUEs {
  height: -moz-fit-content;
  height: fit-content;
  width: 128px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.Footer_footer_news_letter_container__GfbdJ h3 {
  color: #fff;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 13px;
}
.Footer_footer_news_letter_container__GfbdJ p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ddd;
  margin-bottom: 16px;
}
.Footer_footer_top_box_socials__HHw__ {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.Footer_footer_top_box_socials_image_box___rItH {
  display: flex;
}
.Footer_footer_top_box_socials__HHw__ h3 {
  color: #fff;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 13px;
}
.Footer_footer_top_box_socials_image__ft36n {
  height: 54px;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin-right: 10px;
}
.Footer_footer_top_box_socials_image__ft36n:hover {
  scale: 1.1;
}
.Footer_footer_bottom_box__MkT9j {
  padding: 27px 0;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Footer_footer_bottom_box__MkT9j p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.Footer_footer_bottom_box__MkT9j div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Footer_footer_news_letter_container__GfbdJ {
  display: flex;
  flex-direction: column;
}
.Footer_footer_news_letter_input_box__v0Pyn {
  height: 43px;
  width: 337px;
  display: flex;
  margin-bottom: 42px;
}
.Footer_footer_news_letter_input_box__v0Pyn input {
  all: unset;
  height: calc(100% - 28px);
  width: calc(100% - 104px);
  outline: none;
  border-radius: 5px 0 0 5px;
  padding: 13px 17px;
  border: 1px double transparent;
  border-right-width: 0;
  background-image:
    linear-gradient(#000, #000),
    linear-gradient(116.06deg, #7d6ff6, #58e1d9 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ddd;
}
.Footer_footer_news_letter_input_box__v0Pyn button {
  all: unset;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 104px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
}
.Footer_footer_news_letter_input_box__v0Pyn button.Footer_color_1__baVD_ {
  background-image: linear-gradient(90deg, #65bce3, #758bf0, #6073cb, #54a3c1);
}
.Footer_footer_news_letter_input_box__v0Pyn button:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.Footer_footer_email_icon__8DIh4 {
  width: 15px;
  height: 12px;
  margin-right: 10px;
}
.Footer_footer_email_wrapper__QpJLS {
  display: flex;
  align-items: center;
}
.Footer_footer_email_wrapper__QpJLS p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin-bottom: 3px;
}
.Footer_footer_email_wrapper__QpJLS p:hover {
  color: #bfbfbf;
}
.Footer_footer_links_box__9xabF {
  display: flex;
  justify-content: center;
}
@media (max-width: 1300px) {
  .Footer_footer_top_box__up0Z2 {
    flex-direction: column;
    align-items: center;
  }
  .Footer_footer_bottom_box__MkT9j {
    flex-direction: column-reverse;
    align-items: center;
  }
  .Footer_footer_email_wrapper__QpJLS {
    margin-bottom: 30px;
  }
  .Footer_footer_container__Op3HX {
    width: 100vw;
  }
  .Footer_footer_bottom_box__MkT9j div,
  .Footer_footer_top_box_socials__HHw__ {
    height: 100%;
  }
  .Footer_footer_top_logo_box__tjtRZ {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    text-align: center;
    margin-bottom: 38px;
  }
  .Footer_footer_news_letter_container__GfbdJ {
    order: 1;
    align-items: center;
  }
  .Footer_footer_top_box_socials__HHw__ {
    align-items: center;
    margin-bottom: 50px;
  }
  .Footer_footer_top_box_socials__HHw__ h3 {
    display: none;
  }
  .Footer_footer_links_box__9xabF {
    width: 300px;
    order: 2;
  }
  .Footer_footer_news_letter_input_box__v0Pyn {
    width: 400px;
  }
}
@media (max-width: 600px) {
  .Footer_footer_top_logo_box__tjtRZ {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 38px;
  }
  .Footer_footer_news_letter_input_box__v0Pyn {
    width: 360px;
  }
}
@media (max-width: 360px) {
  .Footer_footer_news_letter_input_box__v0Pyn {
    width: 100%;
  }
}
.Footer_footer_top_box_socials_link__CXNQ3 {
  display: inline-block;
  cursor: pointer;
}
.Footer_footer_top_box_socials_link__CXNQ3:hover {
  opacity: 0.8;
}
.FooterLinks_footerLinkContainer__KWXJY {
  display: flex;
  justify-content: center;
  color: #fff;
}
.FooterLinks_title__EYpiq {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.FooterLinks_linkBox__5uI4y {
  margin: 17px 0;
  width: 100%;
}
.FooterLinks_linkBox__5uI4y:last-child {
  margin: 0;
}
.FooterLinks_linkBox__5uI4y p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.FooterLinks_wrapperBoxes__5C2At {
  width: 100%;
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .FooterLinks_footerLinkContainer__KWXJY {
    width: 100%;
  }
  .FooterLinks_wrapperBoxes__5C2At {
    justify-content: space-between;
    flex-direction: column;
  }
  .FooterLinks_sectionBox__0wx0d:first-child {
    margin-bottom: 50px;
  }
  .FooterLinks_footerLinkContainer__KWXJY {
    text-align: center;
  }
}
.Pagination_Pagination_container__JtvWy {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Pagination_Pagination_rows_container__ia8_3 {
  height: 100%;
  width: 270px;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Pagination_Pagination_rows_container__ia8_3 p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #d9d9d9;
}
.Pagination_Pagination_rows_box__KMBBx {
  height: 23px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.Pagination_Pagination_rows_box__KMBBx div {
  cursor: pointer;
  border-radius: 5px;
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.Pagination_Pagination_pages_container__FV0MJ {
  height: 100%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Pagination_Pagination_pages_box__V_3v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50%;
  width: 70%;
}
.Pagination_Pagination_pages_box__V_3v3 div {
  cursor: pointer;
  border-radius: 5px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-in-out;
}
.Pagination_Pagination_pages_box__V_3v3 div:hover {
  background: #7d6ff6;
}
.Pagination_Pagination_pages_box__V_3v3 p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin: 15px;
  letter-spacing: 2px;
  cursor: default;
}
.Pagination_Pagination_pages_container_arrow__LEFMv {
  height: 20px;
  width: 20px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .Pagination_Pagination_container__JtvWy {
    height: 8vw;
  }
  .Pagination_Pagination_rows_container__ia8_3 {
    height: 100%;
    width: 23vw;
  }
  .Pagination_Pagination_rows_container__ia8_3 p {
    font-size: 1vw;
  }
  .Pagination_Pagination_rows_box__KMBBx {
    height: 4vw;
    width: 8.5vw;
  }
  .Pagination_Pagination_rows_box__KMBBx div {
    border-radius: 0.5vw;
    height: 2vw;
    width: 2vw;
    font-size: 1.1vw;
    text-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.5);
  }
  .Pagination_Pagination_pages_container__FV0MJ {
    height: 100%;
    width: 28vw;
  }
  .Pagination_Pagination_pages_box__V_3v3 {
    height: 50%;
    width: 70%;
  }
  .Pagination_Pagination_pages_box__V_3v3 div {
    border-radius: 0.5vw;
    height: 2vw;
    width: 2vw;
    font-size: 1.1vw;
    text-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.5);
  }
  .Pagination_Pagination_pages_box__V_3v3 p {
    font-size: 1.1vw;
    margin: 1.5vw;
    letter-spacing: 0.3vw;
  }
  .Pagination_Pagination_pages_container_arrow__LEFMv {
    height: 1.5vw;
    width: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .Pagination_Pagination_container__JtvWy {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .Pagination_Pagination_rows_container__ia8_3 {
    display: none;
  }
}
.Liquidity_LiquidityTable_container__qR1cD {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 300px;
  padding-bottom: 50px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Liquidity_LiquidityTable_container_blur__1lsGf {
  height: 700px;
  width: 110%;
  position: absolute;
  top: 100px;
  left: -5%;
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Liquidity_LiquidityTable_container_blur__1lsGf p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #ff0;
  position: relative;
  bottom: 50px;
}
.Liquidity_LiquidityTable_title__WLZkZ {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Liquidity_LiquidityTable_title__WLZkZ h3 {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.Liquidity_LiquidityTable_box__7RxZf {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 150px;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 0 15px 2px rgba(125, 111, 245, 0.25);
  display: flex;
  flex-direction: column;
}
.Liquidity_LiquidityTable_box_header__sSlGu {
  height: 58px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  display: flex;
  position: relative;
}
.Liquidity_LiquidityTable_box_header_line__T0fwk {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #7d6ff5, #7194ec 40%, #58e1d9);
  opacity: 0.2;
}
.Liquidity_LiquidityTable_box_header_item___Zt0q {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Liquidity_LiquidityTable_box_header__sSlGu div p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ceced8;
}
.Liquidity_LiquidityItem_container_toolTip__ooY9e {
  background: #100f14;
  border: 1px solid #7d6ff6;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  z-index: 5;
  text-transform: capitalize;
  position: fixed;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .Liquidity_LiquidityTable_container__qR1cD {
    min-height: 20vw;
    padding-bottom: 5vw;
    width: 90%;
  }
  .Liquidity_LiquidityTable_container_blur__1lsGf {
    height: 50vw;
    width: 105%;
    top: 7vw;
    left: -2.5%;
  }
  .Liquidity_LiquidityTable_container_blur__1lsGf p {
    font-size: 2.5vw;
    bottom: 3.5vw;
  }
  .Liquidity_LiquidityTable_title__WLZkZ {
    height: 7vw;
  }
  .Liquidity_LiquidityTable_title__WLZkZ h3 {
    font-size: 2vw;
  }
  .Liquidity_LiquidityTable_box__7RxZf {
    min-height: 15vw;
    width: 100%;
    border-radius: 0.5vw;
    box-shadow: 0 0 1.5vw 0.4vw rgba(125, 111, 245, 0.25);
  }
  .Liquidity_LiquidityTable_box_header__sSlGu {
    height: 5vw;
    width: 100%;
    border-radius: 0.5vw 0.5vw 0 0;
  }
  .Liquidity_LiquidityTable_box_header_line__T0fwk {
    height: 0.1vw;
  }
  .Liquidity_LiquidityTable_box_header_item___Zt0q {
    height: 100%;
    width: 20%;
  }
  .Liquidity_LiquidityTable_box_header__sSlGu div p {
    font-size: 1.3vw;
    left: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .Liquidity_LiquidityTable_container__qR1cD {
    min-height: 300px;
    width: 90%;
    padding-bottom: 50px;
  }
  .Liquidity_LiquidityTable_container_blur__1lsGf {
    height: 650px;
    width: 105%;
    top: 58px;
    left: -2.5%;
  }
  .Liquidity_LiquidityTable_container_blur__1lsGf p {
    font-size: 16px;
    bottom: 29px;
  }
  .Liquidity_LiquidityTable_title__WLZkZ,
  .Liquidity_LiquidityTable_title__WLZkZ h3 {
    display: none;
  }
  .Liquidity_LiquidityTable_box__7RxZf {
    min-height: 150px;
    width: 100%;
  }
  .Liquidity_LiquidityTable_box_header__sSlGu {
    height: 58px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Euclid Circular B;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
}
.LiquidityItem_LiquidityItem_container__8yv5g {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.LiquidityItem_LiquidityItem_cell__e_vdd {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}
.LiquidityItem_LiquidityItem_cell__e_vdd p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.LiquidityItem_LiquidityItem_proof_wrapper__D_T_R {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.LiquidityItem_LiquidityItem_proof_button__Agd4P {
  cursor: pointer;
  height: 35px;
  width: 155px;
  background: #000;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.LiquidityItem_LiquidityItem_proof_button__Agd4P.LiquidityItem_color_1__pSxq_ {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.LiquidityItem_LiquidityItem_proof_button__Agd4P.LiquidityItem_color_2__nN2FF {
  background-image: linear-gradient(90deg, #091716, #091716, #758bf0, #65bce3);
}
.LiquidityItem_LiquidityItem_proof_button__Agd4P:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .LiquidityItem_LiquidityItem_container__8yv5g {
    height: 7vw;
    border-bottom-width: 0.1vw;
  }
  .LiquidityItem_LiquidityItem_cell__e_vdd p {
    font-size: 1.3vw;
  }
  .LiquidityItem_LiquidityItem_proof_wrapper__D_T_R {
    padding: 1px;
    border-radius: 0.5vw;
  }
  .LiquidityItem_LiquidityItem_proof_button__Agd4P {
    height: 2.7vw;
    width: 12vw;
    border-radius: 0.5vw;
    font-size: 1.1vw;
  }
}
.MobileLiquidityItem_MLI_container__jSUxv {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MobileLiquidityItem_MLI_container__jSUxv .MobileLiquidityItem_top__uG0ry {
  height: 50%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
}
.MobileLiquidityItem_MLI_container__jSUxv
  .MobileLiquidityItem_top__uG0ry
  .MobileLiquidityItem_time__bVVeU {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.MobileLiquidityItem_MLI_container__jSUxv
  .MobileLiquidityItem_top__uG0ry
  .MobileLiquidityItem_time__bVVeU
  img {
  height: 15px;
  width: 15px;
  margin: 0 5px 0 0;
}
.MobileLiquidityItem_VaultLocation_prev_proof_button__ESh_8 {
  height: 30px;
  width: 90px;
  font-size: 13px;
}
.MobileLiquidityItem_MLI_container__jSUxv .MobileLiquidityItem_bottom__pEAbf {
  height: 50%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
}
.MobileLiquidityItem_MLI_container__jSUxv
  .MobileLiquidityItem_bottom__pEAbf
  .MobileLiquidityItem_info__cP1U7 {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  border: none;
}
.MobileLiquidityItem_VaultLocation_prev_proof_wrapper__97i7I {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.MobileLiquidityItem_VaultLocation_prev_proof_button__ESh_8 {
  cursor: pointer;
  height: 27px;
  width: 63px;
  background: #19171f;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.MobileLiquidityItem_VaultLocation_prev_proof_button__ESh_8.MobileLiquidityItem_color_1__4pcz2 {
  background-image: linear-gradient(90deg, #19171f, #19171f, #758bf0, #65bce3);
}
.MobileLiquidityItem_VaultLocation_prev_proof_button__ESh_8.MobileLiquidityItem_color_2__5JFq4 {
  background-image: linear-gradient(
    90deg,
    rgba(1, 1, 1, 0.5),
    rgba(1, 1, 1, 0.5),
    #758bf0,
    #65bce3
  );
}
.MobileLiquidityItem_VaultLocation_prev_proof_button__ESh_8:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
.Bascketing_BascketingTable_container__AjEBm {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 800px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Bascketing_BascketingTable_title__AwRFC {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.Bascketing_BascketingTable_box__GjCwx {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 500px;
  width: 100%;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 0 15px 2px rgba(125, 111, 245, 0.25);
  display: flex;
  flex-direction: column;
}
.Bascketing_BascketingTable_box_header__NmBC7 {
  height: 58px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  display: flex;
  position: relative;
}
.Bascketing_BascketingTable_box_header_line__gY1ey {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #7d6ff5, #7194ec 40%, #58e1d9);
  opacity: 0.2;
}
.Bascketing_BascketingTable_box_header_item__ajMZa {
  height: 100%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Bascketing_BascketingTable_box_header__NmBC7 div p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ceced8;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .Bascketing_BascketingTable_container__AjEBm {
    min-height: 60vw;
    width: 90%;
    padding-bottom: 10vw;
  }
  .Bascketing_BascketingTable_title__AwRFC {
    height: 7vw;
    font-size: 2vw;
  }
  .Bascketing_BascketingTable_box__GjCwx {
    min-height: 40vw;
    width: 100%;
    border-radius: 0.5vw;
    box-shadow: 0 0 1.5vw 0.4vw rgba(125, 111, 245, 0.25);
  }
  .Bascketing_BascketingTable_box_header__NmBC7 {
    height: 5vw;
    width: 100%;
    border-radius: 0.5vw 0.5vw 0 0;
  }
  .Bascketing_BascketingTable_box_header_line__gY1ey {
    height: 0.1vw;
  }
  .Bascketing_BascketingTable_box_header_item__ajMZa {
    height: 100%;
    width: 20%;
  }
  .Bascketing_BascketingTable_box_header__NmBC7 div p {
    font-size: 1.3vw;
    left: 1.5vw;
  }
}
@media screen and (max-width: 600px) {
  .Bascketing_BascketingTable_container__AjEBm {
    min-height: 650px;
    width: 90%;
    padding-bottom: 50px;
  }
  .Bascketing_BascketingTable_title__AwRFC {
    display: none;
  }
  .Bascketing_BascketingTable_box__GjCwx {
    min-height: 500px;
    width: 100%;
  }
  .Bascketing_BascketingTable_box_header__NmBC7 {
    height: 58px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Euclid Circular B;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }
}
.BascketingItem_BascketingItem_container__dEBBs {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.BascketingItem_BascketingItem_cell__2xrkR {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  position: relative;
}
.BascketingItem_BascketingItem_cell__2xrkR p {
  font-family: Euclid Circular B;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
.BascketingItem_BascketingItem_proof_wrapper__hfMu3 {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.BascketingItem_BascketingItem_proof_button__SHgq6 {
  cursor: pointer;
  height: 35px;
  width: 155px;
  background: #000;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.BascketingItem_BascketingItem_proof_button__SHgq6.BascketingItem_color_1__YABQg {
  background-image: linear-gradient(90deg, #000, #000, #758bf0, #65bce3);
}
.BascketingItem_BascketingItem_proof_button__SHgq6.BascketingItem_color_2__bgO8Q {
  background-image: linear-gradient(90deg, #091716, #091716, #758bf0, #65bce3);
}
.BascketingItem_BascketingItem_proof_button__SHgq6:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .BascketingItem_BascketingItem_container__dEBBs {
    height: 7vw;
    border-bottom-width: 0.1vw;
  }
  .BascketingItem_BascketingItem_cell__2xrkR {
    height: 100%;
  }
  .BascketingItem_BascketingItem_cell__2xrkR p {
    font-size: 1.3vw;
  }
  .BascketingItem_BascketingItem_proof_wrapper__hfMu3 {
    padding: 0.15vw;
    border-radius: 0.5vw;
  }
  .BascketingItem_BascketingItem_proof_button__SHgq6 {
    height: 2.7vw;
    width: 12vw;
    border-radius: 0.5vw;
    font-size: 1.1vw;
  }
}
.MobileBascketingItem_MBI_container__ASIEY {
  height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MobileBascketingItem_MBI_container__ASIEY .MobileBascketingItem_top__LV_3k {
  height: 50%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
}
.MobileBascketingItem_MBI_container__ASIEY
  .MobileBascketingItem_top__LV_3k
  .MobileBascketingItem_time__CdoPv {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.MobileBascketingItem_MBI_container__ASIEY
  .MobileBascketingItem_top__LV_3k
  .MobileBascketingItem_time__CdoPv
  img {
  height: 15px;
  width: 15px;
  margin: 0 5px 0 0;
}
.MobileBascketingItem_VaultLocation_prev_proof_button__8oKEy {
  height: 30px;
  width: 90px;
  font-size: 13px;
}
.MobileBascketingItem_MBI_container__ASIEY .MobileBascketingItem_bottom__OtLo8 {
  height: 50%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
}
.MobileBascketingItem_MBI_container__ASIEY
  .MobileBascketingItem_bottom__OtLo8
  .MobileBascketingItem_info___lyN3 {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  border: none;
}
.MobileBascketingItem_VaultLocation_prev_proof_wrapper__ZWBGv {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #58e1d9 -76.1%, #7d6ff6 154.41%);
  border-radius: 5px;
}
.MobileBascketingItem_VaultLocation_prev_proof_button__8oKEy {
  cursor: pointer;
  height: 27px;
  width: 63px;
  background: #19171f;
  border-radius: 5px;
  border: none;
  outline: none;
  font-family: Russo One;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
}
.MobileBascketingItem_VaultLocation_prev_proof_button__8oKEy.MobileBascketingItem_color_1__Nsv3a {
  background-image: linear-gradient(90deg, #19171f, #19171f, #758bf0, #65bce3);
}
.MobileBascketingItem_VaultLocation_prev_proof_button__8oKEy.MobileBascketingItem_color_2__YGXHM {
  background-image: linear-gradient(
    90deg,
    rgba(1, 1, 1, 0.5),
    rgba(1, 1, 1, 0.5),
    #758bf0,
    #65bce3
  );
}
.MobileBascketingItem_VaultLocation_prev_proof_button__8oKEy:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}
