@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css";
.rounded {
  border-radius: 10px !important;
}
p {
  letter-spacing: -0.5px;
  line-height: 150%;
}
.ant-menu-submenu-horizontal .ant-menu-submenu-title .ant-menu-item-icon {
  float: right;
  margin-left: 10px;
  margin-top: 17px;
  color: #fff;
}
.p-text {
  letter-spacing: -0.5px;
  line-height: 150%;
  margin: 0;
}
.circle-top-left {
  top: -300px;
  left: -300px;
  border: 2px solid rgba(51, 230, 191, 0.153);
  height: 600px;
  width: 600px;
}
.circle-top-left,
.circle-top-left-glow {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.circle-top-left-glow {
  top: -325px;
  left: -325px;
  filter: blur(35px);
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.17) 0,
    rgba(2, 18, 42, 0.41) 100%
  );
  height: 650px;
  width: 650px;
}
.circle-top-right {
  position: absolute;
  top: -50px;
  right: -400px;
  border: 2px solid rgba(51, 230, 191, 0.153);
  border-radius: 50%;
  height: 700px;
  width: 550px;
  z-index: -1;
}
.circle-top-right-glow {
  position: absolute;
  top: -75px;
  right: -425px;
  filter: blur(35px);
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.17) 0,
    rgba(2, 18, 42, 0.41) 100%
  );
  border: 2px solid;
  border-radius: 50%;
  height: 750px;
  width: 600px;
  z-index: -1;
}
.circle-middle-left {
  top: 30%;
  left: -550px;
  height: 600px;
  width: 600px;
  z-index: -1;
}
.circle-middle-left-glow {
  top: 30%;
  left: -575px;
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.17) 0,
    rgba(2, 18, 42, 0.41) 100%
  );
  height: 650px;
  width: 650px;
  z-index: -1;
}
.circle-middle-right,
.circle-middle-right-glow {
  top: 60%;
}
.header {
  margin-top: 50px;
}
h2 {
  font-family: Menlo;
}
.text-bold {
  font-weight: 900;
}
.text-reg {
  font-weight: 100;
}
.banner {
  background-color: rgba(218, 46, 46, 0.3);
  border-radius: 12px;
  border: 1px solid red;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 41px !important;
  width: 100%;
  margin: auto;
}
.banner p {
  margin: 20px;
}
.download-box {
  padding-top: 8px;
}
.download-box .items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 7px;
}
.color-neutral {
  color: #f3f4f5 !important;
}
.ps-7 {
  padding-left: 7rem;
}
.color-neutral-200 {
  color: #ebeced !important;
}
hr.solid {
  border-top: 3px solid #33e6bf;
}
.gradient-text {
  background: #33e6bf !important;
  background: linear-gradient(143deg, #33e6bf, #0439c7) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.nav-link {
  font-size: medium;
}
.social-icon {
  width: 30px;
  height: 30px;
}
.discord-button {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.discord-link-img {
  width: 40px;
  height: 30px;
}
.blue-section {
  color: #fff;
  border-radius: 1.5rem;
}
.slogan {
  position: relative;
  text-align: start;
  font-size: calc(1rem + 4vw) !important;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 117%;
}
.sub-slogan {
  font-size: 22pt;
}
#how-to-back-logo {
  position: absolute;
  top: 30%;
  left: 1rem;
  height: 100px;
  width: 100px;
}
.header-img-container {
  position: relative;
}
.background-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.56) 0,
    rgba(2, 18, 42, 0.59) 100%
  );
  filter: blur(50px);
}
.header-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-box {
  border-radius: 20px;
  background-color: #061b3a;
}
.top-left-gradient {
  background: #002077;
  background: linear-gradient(125deg, rgba(0, 32, 119, 0.88), #061b3a);
}
.bottom-right-gradient {
  background: #002077;
  background: linear-gradient(321deg, rgba(0, 32, 119, 0.88), #061b3a);
}
.w-75-50 {
  width: 50% !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
#page-title {
  font-size: calc(1rem + 2vw);
}
.card-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 10%;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.card-item {
  background: #02122b;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-item:hover {
  background: rgba(2, 18, 43, 0.69);
}
.card-item .avatar {
  width: 100px;
  height: 100px;
}
#segment-1 .card-item {
  width: 250px;
  height: 250px;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 1em;
  margin: auto;
}
#segment-1 .card-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(153deg, #33e6bf, #0439c7);
}
#segment-1 h3,
#segment-2 h3,
#segment-3 h3 {
  margin-top: 70px;
}
#segment-2 .card-item {
  width: 350px;
  height: 275px;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 1em;
  margin: auto;
}
#segment-2 .card-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(153deg, #33e6bf, #0439c7);
}
#segment-3 .card-item {
  width: 210px;
  height: 250px;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 1em;
  margin: auto;
}
#segment-3 .card-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-top: -5px;
  border-radius: inherit;
  background: linear-gradient(153deg, #33e6bf, #0439c7);
}
#segment-4 .card-item {
  width: 250px;
  height: 250px;
  position: relative;
  padding: 30% 2em;
  box-sizing: border-box;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 1em;
  margin: auto;
}
#segment-4 .card-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(153deg, #33e6bf, #0439c7);
}
#segment-1 h3,
#segment-2 h3,
#segment-3 h3,
#segment-4 h3 {
  margin-top: 70px;
}
#segment-1 .card-cont a .text-white img,
#segment-2 .card-cont a .text-white img,
#segment-3 .card-cont a .text-white img,
#segment-4 .card-cont a .text-white img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}
#segment-3 {
  margin-bottom: 8rem;
}
.card-item img {
  border-radius: 50%;
}
#docs-sec .slogan {
  position: relative;
  text-align: start;
  font-size: calc(1rem + 4vw);
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 117%;
}
#docs-sec .sub-slogan {
  font-size: 18px;
}
#docs-sec .header-img-container {
  position: relative;
  width: 80%;
  height: 80%;
}
#docs-sec .background-circle-2 {
  border: 2px solid rgba(51, 230, 191, 0.153);
  border-radius: 50%;
}
#docs-sec .background-circle-2,
#docs-sec .background-overlay-2 {
  position: absolute;
  bottom: 5%;
  right: -20%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
}
#docs-sec .background-overlay-2 {
  background: linear-gradient(
    321deg,
    rgba(4, 57, 199, 0.21),
    rgba(2, 18, 42, 0.38)
  );
  filter: blur(50px);
}
#docs-sec .background-circle {
  left: 20%;
  border: 2px solid rgba(51, 230, 191, 0.153);
  border-radius: 50%;
}
#docs-sec .background-circle,
#docs-sec .background-overlay {
  position: absolute;
  bottom: 10%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
}
#docs-sec .background-overlay {
  left: 10%;
  background: linear-gradient(
    321deg,
    rgba(4, 57, 199, 0.21),
    rgba(2, 18, 42, 0.38)
  );
  filter: blur(50px);
}
#docs-sec .header-img {
  position: relative;
  width: 80%;
  height: 80%;
  object-fit: cover;
}
#docs-sec #docs-back-logo {
  position: absolute;
  top: 25%;
  left: 15rem;
  height: 120px;
  width: 120px;
}
@media (min-width: 993px) {
  #docs-sec .sub-slogan {
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  #docs-sec .sub-slogan {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  #docs-sec #docs-back-logo {
    top: 10%;
    left: 5rem;
    height: 120px;
    width: 120px;
  }
  #docs-sec .sub-slogan {
    font-size: 16px !important;
  }
  #docs-sec .slogan {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #docs-sec .sub-slogan {
    font-size: 16px !important;
  }
  #docs-sec .background-circle,
  #docs-sec .background-circle-2,
  #docs-sec .background-overlay,
  #docs-sec .background-overlay-2 {
    width: 200px;
    height: 200px;
  }
  #docs-sec #docs-back-logo {
    top: 10%;
    left: 5rem;
    height: 120px;
    width: 120px;
  }
}
.faq {
  margin: auto auto 10rem;
}
.faq .accordion-item {
  border: none;
  background-color: transparent;
  padding: 0;
  outline: 0;
  margin-block: 10px;
}
.faq .accordion-button {
  color: #fff;
  border-radius: 10px;
  background: #061b3a;
  border: unset;
}
.faq .accordion-button:not(.collapsed) {
  color: #fff;
  border-radius: 10px;
  background: #061b3a;
}
.faq .accordion-collapse {
  color: #ebeced;
  background: #02122b;
}
.faq .accordion-button:focus,
.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq .accordion-button.collapsed:after,
.faq .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#img-glow {
  height: 50px;
  width: 440px;
  background: radial-gradient(
    circle,
    rgba(51, 230, 191, 0.57) 0,
    hsla(0, 0%, 6%, 0.507) 100%
  );
  filter: blur(15px);
  margin-top: -80px;
}
.ant-drawer-header-title,
.ant-menu-submenu-arrow,
.ant-menu-title-content,
.anticon-close,
:where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  .ant-menu-item-group-title,
:where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  > .ant-menu
  .ant-menu-item-group-title {
  color: hsla(0, 0%, 100%, 0.816) !important;
}
.ant-menu-vertical .ant-menu-item-selected {
  background-color: #081b3a !important;
}
.navbar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 100%, 0.028);
  border: 1px solid hsla(0, 0%, 100%, 0.154);
  border-radius: 0.75rem;
  padding: 12px !important;
}
.navbar #navbarToggleMain .ant-menu-overflow {
  width: 100%;
  justify-content: center;
  background-color: transparent;
}
.navbar
  #navbarToggleMain
  :where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  .ant-menu-item,
.navbar
  #navbarToggleMain
  :where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  .ant-menu-submenu-title,
.navbar
  #navbarToggleMain
  :where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  > .ant-menu
  .ant-menu-item,
.navbar
  #navbarToggleMain
  :where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light
  > .ant-menu
  .ant-menu-submenu-title {
  color: #fff !important;
  font-family: Montserrat;
}
.navbar .nav-item:hover .dropdown-menu {
  display: block;
  background-color: #081b3c;
  padding: 10px;
}
.navbar .nav-item:hover .dropdown-menu a {
  color: #bec6d4;
  font-size: 14px;
  padding: 0.5rem;
}
.navbar .nav-item:hover .dropdown-menu a:hover {
  background-color: #081b3c;
  color: #fff;
}
.navbar .nav-item-download-btn {
  display: none;
}
.navbar .btn-offcanvas {
  color: #fff;
}
.navbar .ant-btn {
  display: none;
  color: #fff;
  font-size: x-large;
}
.navbar a span {
  font-size: xx-large;
  margin-left: 10px;
}
.earn-up-wrapper img {
  float: left;
  margin-right: 10px;
}
.earn-up-wrapper .earn-up-item {
  list-style: none;
  margin-left: -27px;
}
.footer .footer-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.footer .nav-link {
  color: #959191 !important;
  font-size: 16px;
}
.footer .nav-link:hover {
  color: #fff !important;
}
.footer .item-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer .item-wrapper .item {
  width: 100%;
}
.footer .item-wrapper .item .nav-bar {
  display: flex;
}
@media (max-width: 970px) {
  .footer .item-wrapper {
    flex-direction: column;
  }
  .footer .item-wrapper .item {
    width: 100%;
  }
  .footer .item-wrapper .item .nav-bar {
    margin-top: 30px;
  }
}
@media (max-width: 770px) {
  .footer .item-wrapper {
    flex-direction: column;
  }
  .footer .item-wrapper .item {
    width: 100%;
  }
  .footer .item-wrapper .item .nav-bar {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
  }
  .footer .item-wrapper .item .nav-bar div {
    margin-top: 30px;
  }
}
.vult-total-test .totals {
  margin-top: 69px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.vult-total-test .totals li {
  display: flex;
  list-style: none;
  flex-direction: column;
  width: 100%;
}
.vult-total-test .totals li .number {
  width: 100%;
  font-size: 60px;
  text-align: center;
}
.vult-total-test .totals li .totals-title {
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  margin-top: -14px;
}
.vult-total-test .trusted {
  margin-top: 69px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.vult-total-test .trusted li {
  display: flex;
  list-style: none;
  flex-direction: column;
  width: 100%;
}
.vult-total-test .trusted li img {
  width: 80px;
  margin: auto;
}
.vult-total-test .trusted li .trusted-by-title {
  width: 100%;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
}
.vult-total-test .title,
.vult-total-test .trusted-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 192px;
  text-align: center;
}
.ant-menu-vertical,
:where(.css-dev-only-do-not-override-ni1kz0).ant-menu-light.ant-menu-submenu-popup
  > .ant-menu {
  background-color: #061b3a !important;
}
@media (max-width: 1460px) {
  #navbarToggleMain .navbar-nav .nav-item a {
    font-size: 14px !important;
  }
}
@media (max-width: 1250px) {
  .container {
    max-width: 80% !important;
  }
  .ant-drawer-content-wrapper
    .ant-drawer-content
    .ant-drawer-body
    .ant-menu
    .ant-menu-submenu
    .ant-menu-submenu-title
    .anticon {
    display: none !important;
  }
  .ant-drawer-content-wrapper
    .ant-drawer-content
    .ant-drawer-body
    .ant-menu
    .ant-menu-submenu
    .ant-menu-submenu-title
    .ant-menu-title-content {
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important;
  }
  .navbar {
    height: unset;
  }
  .navbar .ant-btn {
    display: block !important;
    display: flex !important;
  }
  .navbar .btn {
    display: none !important;
  }
  .navbar .nav-item-download-btn {
    display: block !important;
  }
  .navbar .nav-item-download-btn a {
    padding: 10px 52px;
  }
  .navbar #navbarToggleMain {
    display: none !important;
  }
  .navbar .simple-offcanvas-component {
    display: block !important;
  }
  .navbar .nav-item:hover .dropdown-menu {
    background-color: #34383b;
  }
  .navbar .nav-item:hover .dropdown-menu a {
    color: #bec6d4;
  }
  .navbar .nav-item:hover .dropdown-menu a:hover {
    background-color: #34383b;
    color: #fff;
  }
  .navbar .nav-item .nav-link {
    text-align: center;
    width: 100%;
  }
  .ant-menu-submenu-active {
    background-color: #031e4a !important;
  }
  .ant-drawer-body,
  .ant-drawer-header,
  .ant-menu-item-selected,
  .ant-menu-light {
    background-color: #02122b !important;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 80% !important;
  }
  .navbar .ant-btn {
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 80% !important;
  }
  .card-cont {
    justify-content: center;
  }
  .ps-5 {
    padding-left: 2rem !important;
  }
  .slogan {
    text-align: center;
  }
  .sub-slogan {
    font-size: 16pt;
    margin: auto;
  }
  .pt-9 {
    padding-top: 2rem !important;
  }
  .header-img {
    width: 50% !important;
  }
  #img-glow {
    margin-top: -30px !important;
    height: 30px !important;
    width: 340px !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 80% !important;
  }
  .faq {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .faq {
    width: 100% !important;
  }
  .container {
    max-width: 80% !important;
  }
  small {
    font-size: 18px;
  }
  h5 {
    font-size: 22px;
  }
  .ps-7 {
    padding-left: 0;
  }
  .navbar-brand {
    transform: translateX(20px);
  }
}
@media (max-width: 576px) {
  .slogan {
    text-align: center;
  }
  .sub-slogan {
    font-size: 16pt;
    margin: auto;
  }
  .pt-9 {
    padding-top: 2rem !important;
  }
  .header-img {
    width: 80% !important;
  }
  #img-glow {
    margin-top: -20px !important;
    height: 30px !important;
    width: 280px !important;
  }
}
@media (max-width: 600px) {
  .store .store-img {
    width: 16.688rem;
    position: relative;
    bottom: 0;
  }
  .banner {
    flex-direction: column;
  }
  .banner p {
    margin: 5px 0 !important;
  }
  .banner .warning-logo-l {
    width: 30px;
    margin: 10px auto auto;
  }
  .banner .warning-logo-r {
    display: none !important;
  }
}
.store {
  background-color: hsla(0, 0%, 100%, 0.05);
  background: linear-gradient(90deg, rgba(178, 184, 242, 0.047) 50%, #003c8f);
  border-radius: 20px;
  overflow: hidden;
  gap: 8rem;
  display: flex !important;
  justify-content: center;
  padding: 0 45px;
  margin-bottom: 50px;
}
.store .store-img {
  width: 25.688rem;
  position: relative;
  bottom: 0;
}
.store .download-box,
.store p {
  margin-top: 15px;
}
@media (max-width: 1520px) {
  .store .store-img {
    width: 17.688rem;
    position: relative;
  }
}
@media (max-width: 1357px) {
  .store {
    gap: 1rem !important;
  }
  .store .store-img {
    width: 25.688rem;
    position: relative;
    bottom: -20px;
  }
}
@media (max-width: 1200px) {
  .store {
    flex-direction: column;
    padding-top: 69px !important;
  }
  .store h2,
  .store p {
    text-align: center !important;
  }
  .store .download-box a {
    margin: auto;
  }
  .store .store-img {
    width: 25.688rem;
    position: relative;
    bottom: 0;
  }
  .crypto-security .crypto-security-box .trusted-devices-img {
    height: 400px;
  }
  .private-keys-wraper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1400px) {
  .store .store-img {
    width: 17.688rem;
    position: relative;
    bottom: -39px;
  }
}
.CookieBanner_bannerCont__yRNve {
  margin-block: 2.5rem;
  margin-inline: auto;
  max-width: max-content;
  position: fixed;
  bottom: 0;
  right: 2rem;
  padding: 0.75rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  background-color: #0c264e;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 640px) {
  .CookieBanner_bannerCont__yRNve {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .CookieBanner_bannerCont__yRNve {
    max-width: 640px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.CookieBanner_bannerText___Xj2t {
  font-weight: 700;
  color: #fff;
}
.CookieBanner_acceptButton__RksAB {
  padding: 0.5rem 1.25rem;
  color: #fff;
  font-weight: 700;
  border-radius: 0.375rem;
  border-color: #111827;
  background-color: #042d9a;
}
.CookieBanner_declineButton__U_cbj {
  background-color: rgba(4, 44, 154, 0.231);
  padding: 0.5rem 1.25rem;
  color: #fff;
  border-radius: 0.5rem;
}
.CookieBanner_ButtonCont__Pp7ZR {
  display: flex;
  gap: 5px;
}
* {
  box-sizing: border-box;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
}
a {
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
}
p {
  margin: 0;
}
img {
  border: none;
}
img,
svg,
video {
  display: block;
}
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@font-face {
  font-family: Menlo;
  src: url(/fonts/Menlo.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(/fonts/Montserrat.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(/fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(/fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(/fonts/Montserrat-Medium.ttf);
}
.monserrat {
  font-family: Montserrat !important;
}
.monserrat-bold {
  font-family: Montserrat-Bold !important;
}
.monserrat-semibold {
  font-family: Montserrat-SemiBold !important;
}
.monserrat-regular {
  font-family: Montserrat-Regular !important;
}
.monserrat-medium {
  font-family: Montserrat-Medium !important;
}
.menlo {
  font-family: Menlo !important;
}
.shadow-top-left {
  left: 0;
  width: 473px;
  height: 510px;
  background-image: url(/img/shadow-top-left.png);
}
.shadow-top-left,
.shadow-top-right {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  z-index: -3;
}
.shadow-top-right {
  right: 0;
  width: 461px;
  height: 1052px;
  background-image: url(/img/shadow-top-right.png);
}
.home-page {
  background-position: top;
  background-repeat: no-repeat;
}
.header {
  margin-top: 140px;
}
.header .slogan {
  position: relative;
  font-size: calc(2rem + 4vw);
  font-size: 50px;
  font-weight: 900;
  line-height: 117%;
}
.header .slogan,
.header .subSlogan {
  display: block;
  text-align: start;
  letter-spacing: -0.5px;
}
.header .subSlogan {
  font-size: calc(1.25rem + 1vw);
  font-weight: 600;
}
.header .download-box {
  margin-top: 3.75rem;
  margin-bottom: 1rem;
}
.header .image-box {
  position: relative;
}
.header .image-box .header-image {
  width: 100%;
}
.header .image-box .shadow-img {
  width: 100%;
  height: 492px;
  position: absolute;
  bottom: -15.5rem;
}
.vult-total .section-totals .totals {
  margin-top: 60px;
}
.vult-total .section-totals .totals .totals-li {
  list-style: none;
  width: 284px;
}
.vult-total .section-totals .totals .totals-li .item {
  padding: 15px;
}
.vult-total .section-totals .totals .totals-li .item span {
  display: block;
}
.vult-total .section-totals .totals .totals-li .item .number {
  font-size: 60px;
  text-align: center;
  width: 100%;
}
.vult-total .section-totals .totals .totals-li .item .totals-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #dfe6f3;
  line-height: 18.72px;
}
.vult-total .section-trusted .trusted {
  margin-top: 69px;
  margin-bottom: 219px;
  width: 100%;
  text-align: center;
}
.vult-total .section-trusted .trusted .trusted-li {
  list-style: none !important;
}
.vult-total .section-trusted .trusted .trusted-li .item {
  display: flex;
  list-style: none;
  flex-direction: column;
  width: 155px;
  text-align: center;
}
.vult-total .section-trusted .trusted .trusted-li .item img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.vult-total .section-trusted .trusted .trusted-li .item .trusted-by-title {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 30px;
  line-height: 21.6px;
}
.vult-total .section-trusted .trusted .trusted-li .item .trusted-by-title li {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
.vult-total .title,
.vult-total .trusted-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 192px;
  text-align: center;
}
.problems {
  margin-bottom: 14.25rem;
}
.problems .title,
.problems .title span {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.938rem;
  letter-spacing: -2.2%;
}
.problems .desc {
  margin-top: 0.875rem;
}
.solutions {
  margin-top: 10.563rem;
  margin-bottom: 15.25rem;
}
.solutions .mainTitle {
  font-size: 2.625rem;
  font-weight: 700;
}
.solutions .item {
  width: 15.188rem;
}
.solutions .item .title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.601rem;
}
.solutions .item .desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.313rem;
}
@media (min-width: 1633px) {
  .solutions .item {
    width: 19.188rem !important;
  }
}
@media (max-width: 1312px) {
  .solutions .item {
    width: 30.188rem !important;
  }
}
@media (max-width: 500px) {
  .circle-middle-left,
  .circle-middle-left-glow,
  .circle-middle-right,
  .circle-middle-right-glow,
  .circle-top-left,
  .circle-top-left-glow,
  .circle-top-right,
  .circle-top-right-glow,
  .shadow-top-left,
  .shadow-top-right {
    display: none !important;
  }
}
.user-experience {
  margin-bottom: 15.063rem;
}
.best-features .row .asset-managemant {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: linear-gradient(
    180deg,
    rgba(13, 25, 43, 0),
    rgba(33, 85, 223, 0.3)
  );
}
.best-features .row .asset-managemant img {
  width: 17.375rem;
}
.best-features .row .crypto-exchange {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: linear-gradient(
    0deg,
    rgba(13, 25, 43, 0),
    rgba(33, 85, 223, 0.3)
  );
}
.best-features .row .crypto-exchange img {
  width: 18.813rem;
}
.best-features .leading-fiat {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: linear-gradient(
    90deg,
    rgba(13, 25, 43, 0),
    rgba(33, 85, 223, 0.3)
  );
  margin: 0;
}
.best-features .leading-fiat .title {
  font-size: 1.75rem;
}
.best-features .leading-fiat p {
  font-size: 1.25rem;
}
.best-features,
.features,
.whoisfor {
  margin-bottom: 15.063rem;
}
.footer .join-text {
  font-size: 40px;
  font-weight: 600;
}
.footer .discord-button {
  height: 58px;
  width: 193px;
}
.footer .brand-name {
  font-size: 2.901rem;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .footer .join-text {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .footer .join-text {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .footer .join-text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .footer .join-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer .join-text {
    font-size: 1rem;
  }
  .footer .discord-button {
    margin-top: 10px;
    height: 40px;
    width: 170px;
  }
}
.howItWorke-header {
  margin-bottom: 15.688rem;
}
.howItWorke-header .slogan {
  position: relative;
  text-align: start;
  font-size: calc(1rem + 4vw) !important;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 117%;
}
.howItWorke-header .slogan .how-to-back-logo {
  position: absolute;
  bottom: 1.5rem;
  right: 25%;
}
.howItWorke-header .header-img-container {
  position: relative;
}
.howItWorke-header .background-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.56) 0,
    rgba(2, 18, 42, 0.59) 100%
  );
  filter: blur(50px);
}
.howItWorke-header .header-img {
  position: relative;
  width: 100%;
  object-fit: cover;
}
.private-keys-wraper {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
.private-keys {
  margin-bottom: 15.688rem;
}
.private-keys .item {
  width: 100%;
}
.crypto-security .crypto-security-box {
  background-color: hsla(0, 0%, 100%, 0.05);
  background-image: linear-gradient(
    rgba(13, 25, 43, 0),
    rgba(33, 85, 223, 0.3)
  );
  border: 2px;
  border-radius: 20px;
}
.crypto-security .crypto-security-box .trusted-devices-img {
  height: 100%;
}
@media (max-width: 1600px) {
  .crypto-security .crypto-security-box .trusted-devices-img {
    height: 500px;
  }
}
@media (max-width: 998px) {
  .crypto-security .crypto-security-box .trusted-devices-img {
    height: 300px;
  }
}
@media (max-width: 1280px) {
  .crypto-security .crypto-security-box .trusted-devices-img {
    height: 376px;
  }
  .private-keys-wraper {
    flex-wrap: wrap;
  }
}
.cryptoBank-header {
  margin-bottom: 15.8rem;
}
.cryptoBank-header .slogan {
  position: relative;
  display: block;
  text-align: start;
  font-size: calc(1rem + 4vw);
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 117%;
}
.cryptoBank-header .subTitle {
  font-weight: 600;
  font-size: calc(1rem + 1vw);
}
.cryptoBank-header .desc {
  font-size: 14px;
}
.cryptoBank-header .header-img-container {
  position: relative;
}
.cryptoBank-header .header-img-container:after {
  width: calc(3rem + 8vw);
  height: calc(3rem + 8vw);
}
.cryptoBank-header .header-img-container:after,
.cryptoBank-header .header-img-container:before {
  content: "";
  border: 1px solid rgba(51, 230, 191, 0.27);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  z-index: -1;
}
.cryptoBank-header .header-img-container:before {
  width: calc(3rem + 16vw);
  height: calc(3rem + 16vw);
}
.cryptoBank-header .background-shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  margin: 70px;
  background: radial-gradient(rgba(4, 57, 199, 0.474), rgba(2, 18, 42, 0.354));
  filter: blur(50px);
  z-index: -5;
}
.cryptoBank-header .header-img {
  position: relative;
  width: 100%;
}
.cryptoBank-header .header-boxs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}
.cryptoBank-header .header-boxs .item {
  width: 100%;
}
.earn-up {
  margin-bottom: 12rem;
}
.earn-up .ant-radio-button-wrapper:not(:first-child):before {
  display: none;
}
.earn-up .btn-box {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 40px;
  height: 3.125rem;
  width: 32.313rem;
  text-align: center;
}
.earn-up .btn-box .rounded-btn {
  display: block;
  height: 3.125rem;
  width: 16.156rem;
  border-radius: 40px;
  border: none;
  background-color: inherit;
  color: #fff;
  font-size: 20px;
  font-family: 500;
  padding: 5px;
}
.earn-up .btn-box .active-btn {
  background: linear-gradient(143deg, #33e6bf, #0439c7);
}
.earn-up .item-box,
.earn-up .item-box-active {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.earn-up .item-box-active {
  background-image: linear-gradient(rgba(33, 85, 223, 0.2), transparent);
  border: 1px solid #4879fd;
}
.earn-up .earn-up-wrapper {
  display: flex;
}
.unlock-vultisig {
  margin-bottom: 15rem;
}
.unlock-vultisig .title {
  font-size: 32px;
  font-weight: 700;
  margin-left: 5px;
}
.unlock-vultisig .unlock-vultisig-img {
  width: 100%;
  border-radius: 13px;
}
.unlock-vultisig .item-box .btn {
  width: 100% !important;
}
.lowest-fees {
  margin-bottom: 9.125rem;
}
.lowest-fees .box {
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 30px;
  background-image: linear-gradient(
    to left top,
    hsla(0, 0%, 60%, 0),
    hsla(0, 0%, 100%, 0.05)
  );
  color: #fff;
}
.lowest-fees .box .img-bg {
  position: absolute;
  right: -25px;
  top: -25px;
  opacity: 0.5;
  width: 339px;
}
.lowest-fees .box .blur-bg {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 1rem;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.lowest-fees .box .blur-bg h4 {
  width: 100%;
}
.lowest-fees .box .blur-bg span {
  float: left;
  margin-top: 4px;
}
.lowest-fees .box:after {
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(
    to left top,
    transparent,
    rgba(33, 85, 223, 0.2)
  );
}
.lowest-fees .box .fees {
  width: 80%;
  display: flex;
  gap: 1rem;
}
.lowest-fees .box .fees .air-drop {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  font-size: small;
}
.lowest-fees .box .fees .air-drop .blur-bg {
  flex-direction: column;
}
.lowest-fees .box .fees .air-drop .blur-bg div {
  display: flex;
  align-items: center;
  justify-items: flex-start;
}
.lowest-fees .box .fees .air-drop .blur-bg div span {
  font-size: large;
}
.lowest-fees .box .fees .air-drop .blur-bg div .arrow-right {
  width: 35px;
}
.lowest-fees .box .fees-privileges {
  width: 80%;
  display: flex;
  flex-direction: column;
}
.lowest-fees .box .fees-privileges .privileges {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-direction: column;
}
.lowest-fees .box .fees-privileges .privileges .blur-bg {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.lowest-fees .box .fees-privileges .privileges .blur-bg .arrow-right {
  width: 35px;
  margin-top: -6px;
}
@media (max-width: 1200px) {
  .fees {
    flex-direction: column;
  }
  .fees .air-drop {
    width: 100%;
  }
  .header-boxs {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px !important;
  }
  .header-boxs .item {
    width: 230px !important;
  }
}
.spend-crypto {
  margin-bottom: 13.625rem;
}
.spend-crypto .applePay-img {
  height: 9.852rem;
  width: 16.5rem;
}
.spend-crypto .googlePay-img {
  height: 7.5rem;
  width: 15rem;
}
.cryptoBank-FAQ .faq-item {
  margin-bottom: 10rem;
}
.cryptoBank-FAQ .faq-item .accordion-item {
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: hsla(0, 0%, 100%, 0.05);
  padding: 0;
  outline: 0;
  margin-block: 17px;
}
.cryptoBank-FAQ .faq-item .accordion-button {
  color: #fff;
  border-radius: 10px;
  background: #061b3a;
  border: unset;
}
.cryptoBank-FAQ .faq-item .accordion-button:not(.collapsed) {
  color: #fff;
  border-radius: 10px;
  background: #061b3a;
}
.cryptoBank-FAQ .faq-item .accordion-collapse {
  color: #ebeced;
  background: #02122b;
}
.cryptoBank-FAQ .faq-item .accordion-button:focus,
.cryptoBank-FAQ .faq-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.cryptoBank-FAQ .faq-item .accordion-button.collapsed:after,
.cryptoBank-FAQ .faq-item .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (max-width: 576px) {
  .cryptoBank-FAQ .faq {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cryptoBank-FAQ .faq {
    width: 100% !important;
  }
}
.cryptoBank-FAQ #img-glow {
  height: 50px;
  width: 440px;
  background: radial-gradient(
    circle,
    rgba(51, 230, 191, 0.57) 0,
    hsla(0, 0%, 6%, 0.507) 100%
  );
  filter: blur(15px);
  margin-top: -80px;
}
@media (max-width: 992px) {
  .earn-up .btn-box {
    height: 3.125rem;
    width: 20.313rem;
  }
}
@media (max-width: 768px) {
  .earn-up .btn-box {
    height: 3.125rem;
    width: 15.313rem;
  }
  .earn-up .earn-up-wrapper {
    flex-direction: column;
  }
  .earn-up .earn-up-wrapper div {
    width: 100%;
  }
}
.vult-page .ant-collapse {
  border: none;
  border-radius: 0;
}
.vult-page .ant-collapse .ant-collapse-content-box {
  color: #d9d9d9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 2rem 1rem 0;
}
.vult-page .ant-collapse .ant-collapse-content {
  background-color: transparent;
  border: none;
}
.vult-page .ant-collapse .ant-collapse-header {
  background-color: #061b3a;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  padding: 1.25rem 1rem;
}
.vult-page .ant-collapse .ant-collapse-item {
  border: none;
}
.vult-page .ant-collapse .ant-collapse-item + .ant-collapse-item {
  margin-top: 2rem;
}
.vult-page .vult-gradient-txt {
  background-image: linear-gradient(82deg, #33e6bf 8%, #0439c7 132%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vult-page .vult-page-mediaspace .heading {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}
.vult-page .vult-page-mediaspace .heading .title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 9rem;
  text-align: center;
}
.vult-page .vult-page-mediaspace .heading .price {
  font-size: 6rem;
  font-weight: 600;
}
.vult-page .vult-page-mediaspace .list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 7rem;
  padding: 0;
}
.vult-page .vult-page-mediaspace .list .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}
.vult-page .vult-page-mediaspace .list .value {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 1rem;
}
.vult-page .vult-page-mediaspace .list li {
  background-color: hsla(0, 0%, 100%, 0.05);
  border: 0.0625rem solid hsla(0, 0%, 100%, 0.1);
  border-radius: 0.5rem;
  list-style: none;
  padding: 1.5rem 2rem;
  min-width: 300px;
}
.vult-page .vult-page-mediaspace .description {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 3rem;
  text-align: center;
}
.vult-page .vult-page-faq .vult-page-icon {
  bottom: 0;
  position: absolute;
  right: 0;
}
.vult-page .vult-page-faq .vult-container {
  max-width: 58.25rem !important;
  padding-bottom: 13.875rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.vult-page .vult-page-stats .vult-container {
  margin-top: 300px;
}
.vult-page .vult-page-stats .heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
  margin-top: 100px;
}
.vult-page .vult-page-stats .list {
  margin-top: 100px;
  padding: 0;
  text-align: center;
}
.vult-page .vult-page-stats .list .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.vult-page .vult-page-stats .list .date {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-top: 2rem;
}
.vult-page .vult-page-stats .list .text {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.625rem;
  margin-top: 2rem;
}
.vult-page .vult-page-stats .vult-page-icon {
  bottom: 0;
  left: 0;
  position: absolute;
}
.vult-page .vult-page-stats .vult-container {
  position: relative;
}
.vult-page .vult-page-pics {
  padding-bottom: 100px;
}
.vult-page .vult-page-pics .list-vultisig {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 7rem;
  padding: 0;
}
.vult-page .vult-page-pics .list-vultisig li {
  list-style: none;
}
.vult-page .vult-page-pics .list-vultisig li img {
  max-width: 300px;
}
.vult-page .vult-page-pics .join-airdrop {
  width: 100%;
  margin-top: 100px;
}
.vult-page .vult-page-pics .join-airdrop a {
  margin: auto;
}
.vult-page .vult-page-pics h2 {
  margin-top: 100px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
}
.vult-page .vult-page-header {
  margin-bottom: 5rem;
}
.vult-page .vult-page-footer {
  margin-top: 5rem;
}
.bg {
  background-image: url(/img/vult/vult-bg.jpg);
  width: 100%;
  height: 1254px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 1660px) {
  .vult-page-pics .list-vultisig li img {
    max-width: 230px !important;
  }
}
@media (max-width: 500px) {
  .vult-page-mediaspace .heading .title {
    font-size: 5rem !important;
  }
  .vult-page-mediaspace .heading .price {
    font-size: 6rem;
    font-weight: 600;
  }
  .vult-page-pics h2 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  .vult-page-stats .heading {
    font-size: 2rem !important;
    line-height: 3.5rem !important;
  }
  .vult-page-stats .list .text {
    font-size: 2rem !important;
    line-height: 1.625rem !important;
    margin-top: 2rem !important;
  }
}
.download-page {
  margin-bottom: 140px;
}
.download-page .switch-key {
  display: flex;
  margin: auto;
  width: 600px;
}
.download-page .switch-key .switch-items {
  padding: 10px;
  width: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.download-page .switch-key .switch-items.active {
  color: #fff;
  background: linear-gradient(143deg, #33e6bf, #0439c7);
  border-right: none !important;
  border-left: none !important;
}
.download-page .switch-key .switch-items:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.download-page .switch-key .switch-items:last-child {
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.download-page .items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.download-page .items-wrapper .fade-in {
  opacity: 1;
  display: block;
}
.download-page .items-wrapper .fade-out {
  opacity: 0;
  display: none;
}
.download-page .items-wrapper .image-wrapper {
  position: relative;
}
.download-page .items-wrapper .image-wrapper .app-face {
  margin-left: auto;
  margin-right: auto;
}
.download-page .items-wrapper .image-wrapper .background-shadow {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background: radial-gradient(rgba(4, 57, 199, 0.474), rgba(2, 18, 42, 0.354));
  filter: blur(50px);
  z-index: -5;
}
.download-page .items-wrapper .image-wrapper .shadow-bottem {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/img/download/shadow-bottom.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 152px;
}
.download-page .items-wrapper .title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 1;
}
.download-page .items-wrapper .title span {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat-Bold;
}
.download-page .items-wrapper .download-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: -80px;
}
@media (max-width: 775px) {
  .download-page .switch-key {
    flex-direction: column !important;
    width: 100% !important;
  }
  .download-page .switch-key .switch-items {
    width: 100% !important;
  }
  .download-page .switch-key .switch-items:first-child {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .download-page .switch-key .switch-items:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 0;
  }
}
@media (max-width: 992px) {
  .image-wrapper .app-face {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .image-wrapper .app-face {
    width: 150px;
  }
  .image-wrapper .background-shadow {
    top: -70px;
    width: 60%;
    filter: blur(50px);
    z-index: -5;
  }
}
.blue-section {
  display: inline-block;
  position: relative;
  background-color: #061b3a;
  color: #dfe6f3;
  border-radius: 1rem;
  border: 0.5px solid hsla(0, 0%, 100%, 0.1);
}
.gradient-text {
  width: -moz-fit-content;
  width: fit-content;
  background: #33e6bf;
  background: linear-gradient(143deg, #33e6bf, #0439c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-border-left {
  position: relative;
}
.gradient-border-left:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 3.125rem;
  width: 5px;
  border-radius: 10px;
  background-image: linear-gradient(#33e6bf, #0439c7);
}
.bullet-border-left {
  white-space: pre-line;
  position: relative;
  margin-left: 1em;
}
.bullet-border-left:before {
  content: "";
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  top: 16px;
  border-image: #fff;
  background-size: 40px 20px;
}
.small-text {
  font-size: medium;
  font-weight: 100;
}
.small-text,
body {
  font-family: Montserrat;
}
body {
  background-color: #02122b;
  color: #dfe6f3;
  font-size: 16px;
  min-width: 22.5rem;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar,
body::-webkit-scrollbar-corner {
  background-color: #061b3a;
}
body::-webkit-scrollbar-thumb {
  background-color: #11284a;
}
.content {
  margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 993px) {
  .container {
    max-width: 80%;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 80%;
  }
}
.circle-middle-left {
  position: absolute;
  top: 19%;
  left: -500px;
  border: 2px solid rgba(51, 230, 191, 0.153);
  border-radius: 50%;
  height: 612px;
  width: 612px;
}
.circle-middle-left-glow {
  position: absolute;
  top: 19%;
  left: -525px;
  border: 2px solid;
  filter: blur(35px);
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.21) 0,
    rgba(2, 18, 42, 0.38) 100%
  );
  border-radius: 50%;
  height: 662px;
  width: 662px;
}
.circle-middle-right {
  position: absolute;
  top: 75%;
  right: -550px;
  border: 2px solid rgba(51, 230, 191, 0.153);
  border-radius: 50%;
  height: 700px;
  width: 700px;
  z-index: -1;
}
.circle-middle-right-glow {
  position: absolute;
  top: 75%;
  right: -575px;
  filter: blur(35px);
  background: radial-gradient(
    circle,
    rgba(4, 57, 199, 0.17) 0,
    rgba(2, 18, 42, 0.41) 100%
  );
  border: 2px solid;
  border-radius: 50%;
  height: 750px;
  width: 750px;
  z-index: -1;
}
