﻿.modal_button___YV4j {
  border: none;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin: 22px 0;
}
.modal_button___YV4j:hover {
  font-weight: 600;
}
.modal_overlay__qIIV_ {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal_container__o0hXT {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80vh;
  width: 95%;
  max-width: 1920px;
  border-radius: 30px;
  background-color: var(--color-white);
  z-index: 9999999;
  padding: 20px;
}
.modal_title__8eVEu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #5b5b5b;
  margin: 10px 0;
}
.modal_closeIcon__5s1AZ {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.modal_closeIcon__5s1AZ:hover {
  color: #e53e3e;
}
.modal_content__QOoPn {
  margin-bottom: 1rem;
  color: #5b5b5b;
  font-size: 12px;
  overflow-y: scroll;
  padding: 20px;
  scrollbar-width: none;
}
.modal_footer___J3jX {
  display: flex;
  justify-content: flex-end;
}
.modal_link__AdFCx {
  color: #0d76ff;
  font-size: 12px;
  cursor: pointer;
}
.modal_link__AdFCx:hover {
  -webkit-text-decoration: underline #0d76ff;
  text-decoration: underline #0d76ff;
}
.modal_listItem__kOo_q {
  margin-bottom: 5px;
}
.modal_modalClose___nQ4X {
  background-color: #0d76ff;
  padding: 8px 24px;
  border: none;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal_container__o0hXT {
    max-width: 720px;
  }
  .modal_button___YV4j {
    font-size: 16px;
  }
}
.accordion_container__PRWyn {
  padding: 32px;
  border-radius: 30px;
  border: 1px solid #aaabad;
}
.accordion_containerOpen__Akapd,
.accordion_container__PRWyn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
}
.accordion_containerOpen__Akapd {
  background-color: #21263c;
  padding: 25px 15px;
  border-radius: 40px;
  border: 1px solid #202e50;
}
.accordion_header__8Fx1d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  cursor: pointer;
}
.accordion_title__hZ_9o {
  width: 90%;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: var(--color-white);
  overflow: hidden;
}
.accordion_icon__uJ5PD {
  width: 40px;
  height: 40px;
}
.accordion_content__U9x7k {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .accordion_container__PRWyn {
    height: 120px;
    padding: 40px 60px;
  }
  .accordion_containerOpen__Akapd {
    padding: 40px 60px;
  }
  .accordion_title__hZ_9o {
    font-size: 25px;
    line-height: 40px;
  }
}
.collapsable_container__H7BE6 {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
}
.collapsable_header__KqLGg {
  display: flex;
  max-height: 44px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.collapsable_title__Ce6Wt {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  font-weight: 600;
  color: var(--color-white);
  width: 95%;
}
.collapsable_icon__pa6Oq {
  width: 23px;
  height: 23px;
}
.collapsable_content__s3nKy {
  /* border-left: 3px solid var(--color-blue); */
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 13px;
  margin: 10px 9px;
}
@media (min-width: 768px) {
  .collapsable_title__Ce6Wt {
    font-size: 21px;
    line-height: 26px;
  }
  .collapsable_content__s3nKy {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
}
.collapsable-modal_container__Ow9_Z {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: center;
}
.collapsable-modal_header__kXpCK {
  display: flex;
  max-height: 44px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.collapsable-modal_title__YYupE {
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
  font-weight: 600;
  color: #5b5b5b;
  width: 95%;
}
.collapsable-modal_icon__Ii_id {
  width: 23px;
  height: 23px;
}
.collapsable-modal_content__xQP4Y {
  border-left: 3px solid var(--color-blue);
  color: var(--color-gray);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 13px;
  margin: 10px 9px;
}
@media (min-width: 768px) {
  .collapsable-modal_title__YYupE {
    font-size: 18px;
    line-height: 26px;
  }
  .collapsable-modal_content__xQP4Y {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
}
.accordionModal_container__8OosH {
  padding: 12px;
  border-radius: 30px;
  height: 80px;
  border: 1px solid #aaabad;
}
.accordionModal_containerOpen__iHScR,
.accordionModal_container__8OosH {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
}
.accordionModal_containerOpen__iHScR {
  background-color: #ebebeb;
  padding: 25px 15px;
  border-radius: 30px;
  border: 1px solid #202e50;
}
.accordionModal_header__eCli8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  cursor: pointer;
}
.accordionModal_title__nEAnl {
  width: 90%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #5b5b5b;
  overflow: hidden;
}
.accordionModal_icon__xXNjx {
  width: 20px;
  height: 20px;
}
.accordionModal_content__oqJXo {
  padding: 20px 0;
}
.footer_container__F2QyT {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 146px 0;
  background-color: var(--color-bg-footer);
  height: -moz-fit-content;
  height: fit-content;
}
.footer_wrapper__TKAUt {
  margin: 0 auto;
  width: 95%;
}
.footer_header__jjs7a {
  color: var(--color-white);
  font-weight: 800;
  font-size: 35px;
  margin: 0 0 54px 15px;
}
.footer_disclaimer__Hs8ir {
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
}
.footer_modals__UqjSR {
  width: 90%;
  display: flex;
  flex-direction: column;
}
.footer_link__qBDPM {
  color: #337ab7;
  font-size: 14px;
  margin: 20px 0 0;
  font-weight: 600;
}
.footer_link__qBDPM:hover {
  color: #23527c;
  -webkit-text-decoration: underline black;
  text-decoration: underline black;
}
@media (min-width: 768px) {
  .footer_header__jjs7a {
    font-size: 40px;
    margin: 0 0 51px 60px;
  }
  .footer_modals__UqjSR {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
  }
  .footer_disclaimer__Hs8ir {
    margin: 0 0 0 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .footer_header__jjs7a {
    margin: 0 30px;
  }
  .footer_modals__UqjSR {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 25px 30px;
    padding: 30px 0;
  }
}
.navbar_container__QqFqI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99999;
  width: 100%;
  max-width: 720px;
  height: var(--navbar-height);
  margin: 0 auto;
  padding: 40px 15px 30px;
}
.navbar_transparent__Owxbc {
  background-color: transparent;
}
.navbar_solid__RMNP2 {
  background-color: var(--color-bg-gray);
}
.navbar_logo__3HNQN {
  width: 85px;
  height: 41px;
}
.navbar_menuEntries__vQA9h {
  display: none;
}
.navbar_link__pqHP9 {
  color: #5b5b5b;
  font-weight: 600;
  font-size: 16px;
}
.navbar_link__pqHP9:hover {
  border-bottom: 2px solid #5b5b5b;
}
.navbar_fullscreen__66lTg {
  position: relative;
  background-color: var(--color-bg-gray);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.navbar_home___7hhl {
  margin-bottom: 20px;
}
.navbar_closeIcon__qZyJT {
  position: absolute;
  top: 50px;
  right: 15px;
  height: 19px;
  width: 19px;
}
.navbar_body__dGyXk {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .navbar_container__QqFqI {
    max-width: 1024px;
    padding: 40px 60px;
  }
}
@media (min-width: 1025px) {
  .navbar_container__QqFqI {
    width: 100%;
    max-width: 1440px;
  }
  .navbar_burguerMenu__5LpVo {
    display: none;
  }
  .navbar_menuEntries__vQA9h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
    height: 28px;
  }
}
@media (min-width: 1440px) {
  .navbar_container__QqFqI {
    max-width: 1920px;
    padding: 0 140px;
  }
  .navbar_menuEntries__vQA9h {
    width: 50%;
  }
}
.faq_container__eH6mi {
  background-color: var(--color-dark-blue);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}
.faq_wrapper__r6tFF {
  max-width: 720px;
  width: 90%;
}
.faq_header__bzRmD {
  font-size: 25px;
  line-height: 42px;
  margin: 0 0 56px;
  font-weight: 800;
  color: var(--color-white);
  text-align: center;
}
@media (min-width: 768px) {
  .faq_container__eH6mi {
    width: 100%;
    padding: 170px 0;
  }
  .faq_wrapper__r6tFF {
    max-width: 1024px;
    width: 90%;
    max-width: 720px;
  }
  .faq_header__bzRmD {
    font-size: 40px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .faq_container__eH6mi {
    width: 100%;
    margin: 0 auto;
  }
  .faq_wrapper__r6tFF {
    max-width: 1024px;
    width: 60%;
    max-width: 1320px;
  }
}
@media (min-width: 1440px) {
  .faq_container__eH6mi {
    width: 100%;
    margin: 0 auto;
  }
  .faq_wrapper__r6tFF {
    max-width: 1640px;
  }
}
.intro_wrapper__0afsT {
  background-color: var(--color-bg-gray);
}
.intro_center__ldZ_1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1455px;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  padding: 80px 0 0;
}
.intro_content__oHucm {
  width: 90%;
  margin: 0 auto;
}
.intro_artWrapper__umoiz {
  width: 80%;
  background-image: url(../image/hero.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 300px;
}
.intro_title__Ir_ih {
  color: #323234;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  line-height: 41px;
  margin: 45px 0 20px;
  padding: 0;
}
.intro_accent__Efl8a {
  color: #0d76ff;
}
.intro_subtitle__54WQr {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #5b5b5b;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .intro_artWrapper__umoiz {
    height: 800px;
  }
  .intro_center__ldZ_1 {
    padding: 120px 0 0;
  }
  .intro_content__oHucm {
    width: 80%;
  }
  .intro_title__Ir_ih {
    margin: 0 0 37px;
    font-size: 60px;
    line-height: 62px;
  }
  .intro_subtitle__54WQr {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (min-width: 1025px) {
  .intro_center__ldZ_1 {
    padding: 0 0 0 60px;
    flex-direction: row;
  }
  .intro_content__oHucm {
    width: 40%;
  }
  .intro_artWrapper__umoiz {
    height: 500px;
    background-position: 50%;
    background-size: contain;
    width: 60%;
  }
  .intro_title__Ir_ih {
    font-size: 70px;
    line-height: 74px;
    text-align: left;
  }
  .intro_subtitle__54WQr {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .intro_center__ldZ_1 {
    height: 100vh;
    max-width: 1455px;
    margin: 0 auto;
  }
  .intro_content__oHucm {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .intro_artWrapper__umoiz {
    width: 60%;
    height: 500px;
  }
  .intro_title__Ir_ih {
    font-size: 65px;
    line-height: 70px;
  }
  .intro_subtitle__54WQr {
    font-size: 24px;
    line-height: 30px;
  }
}
.market_container__QENYe {
  width: 100%;
  max-width: 720px;
  height: 1375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg-gray);
}
.market_header__WGeuw {
  color: #2b3240;
  font-weight: 800;
  font-size: 35px;
  margin: 0 0 72px;
}
.market_wrapper__0Ud7s {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.market_cardContainer__kv2Gs {
  position: relative;
  height: 448px;
  width: 358px;
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 60px 15px 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  overflow: hidden;
}
.market_blue__j1hUO {
  background: linear-gradient(146.65deg, #224ad9 11.13%, #6ca4f7 87.84%);
}
.market_bag__QzeKI {
  height: 200px;
  left: -70px;
}
.market_bag__QzeKI,
.market_coins__oQmH2 {
  position: absolute;
  width: 100%;
  object-fit: contain;
  bottom: 0;
}
.market_coins__oQmH2 {
  height: 170px;
  left: -10px;
}
.market_cardTitle__xu6FS {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 20px;
}
.market_cardBody__4MU8x {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.market_black__wSUv2 {
  color: #111113;
}
.market_gray__t5NB7 {
  color: #5b5b5b;
}
.market_white__5GnQE {
  color: var(--color-white);
}
@media (min-width: 768px) {
  .market_container__QENYe {
    max-width: 100%;
    height: 1740px;
  }
  .market_header__WGeuw {
    font-size: 60px;
    margin: 0 0 76px;
  }
  .market_wrapper__0Ud7s {
    width: 100%;
    max-width: 720px;
  }
  .market_cardContainer__kv2Gs {
    width: 719px;
    height: 563px;
    padding: 91px 0 0 58px;
  }
  .market_cardTitle__xu6FS {
    font-size: 40px;
    margin: 0 0 20px;
  }
  .market_cardBody__4MU8x {
    font-size: 16px;
    line-height: 25px;
  }
  .market_bag__QzeKI {
    height: 300px;
    bottom: -30px;
  }
  .market_coins__oQmH2 {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .market_container__QENYe {
    max-width: 100%;
    max-height: 1139px;
  }
  .market_header__WGeuw {
    font-size: 40px;
  }
  .market_cardContainer__kv2Gs {
    width: 480px;
    height: 480px;
    padding: 60px;
  }
  .market_cardTitle__xu6FS {
    font-size: 30px;
  }
  .market_coins__oQmH2 {
    height: 300px;
    bottom: -50px;
  }
  .market_wrapper__0Ud7s {
    flex-direction: row;
    max-width: 1320px;
  }
}
@media (min-width: 1440px) {
  .market_container__QENYe {
    max-height: 1139px;
    max-width: 100%;
  }
  .market_wrapper__0Ud7s {
    max-width: 1455px;
  }
  .market_cardContainer__kv2Gs {
    width: 650px;
    height: 563px;
    padding: 60px;
  }
}
.contact_container__ZSG9q {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  background-color: #141d38;
  background-image:
    radial-gradient(circle at top left, #18469b 0, transparent 20%),
    radial-gradient(circle at bottom right, #18469b 0, transparent 20%);
}
.contact_header__1D1j0 {
  font-size: 35px;
  line-height: 36px;
  font-weight: 800;
  color: var(--color-white);
  text-align: center;
  margin: 0 0 86px;
}
.contact_contacts__Bpco8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_infoContainer__yEaKx {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 60px;
  height: 460px;
  background-color: #253354;
  width: 95%;
  border-radius: 30px;
  overflow: hidden;
  padding: 196px 0 0;
}
.contact_icon__wko33 {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 196px;
}
.contact_iconMobile__60LfA {
  display: none;
}
.contact_title__qvacq {
  color: var(--color-white);
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin: 35px 0;
}
.contact_subtitle__H0xBP {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 19px;
  width: 80%;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact_header__1D1j0 {
    font-size: 60px;
    line-height: 63px;
  }
  .contact_contacts__Bpco8 {
    max-width: 720px;
    margin: 0 auto;
  }
  .contact_infoContainer__yEaKx {
    width: 100%;
    height: 682px;
    padding: 393px 0 0;
  }
  .contact_icon__wko33 {
    height: 393px;
  }
  .contact_title__qvacq {
    font-size: 40px;
  }
  .contact_subtitle__H0xBP {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .contact_contacts__Bpco8 {
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    max-width: 1320px;
  }
  .contact_header__1D1j0 {
    font-size: 40px;
  }
  .contact_title__qvacq {
    font-size: 30px;
  }
  .contact_infoContainer__yEaKx {
    width: 30%;
    height: 754px;
  }
  .contact_icon__wko33 {
    display: none;
  }
  .contact_iconMobile__60LfA {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 353px;
  }
}
.services_wrapper__19bbG {
  background-color: var(--color-bg-gray);
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
}
.services_center__aRzz0 {
  background-color: var(--color-dark-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 100px 0 0;
}
.services_content__6oKRE {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 95%;
}
.services_title__2o1Na {
  color: var(--color-white);
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  font-weight: 800;
  margin: 0;
}
.services_subtitle__It5tf {
  text-align: center;
  color: var(--color-gray);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 30px 0;
}
.services_btn__FEmcx {
  height: 68px;
  width: 301px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background-color: var(--color-blue);
  border-radius: 12px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 335px;
}
.services_artWrapper__eoP0t {
  background-image: url(../image/world.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 90%;
  height: 500px;
}
@media (min-width: 768px) {
  .services_center__aRzz0 {
    padding: 120px 0;
  }
  .services_title__2o1Na {
    font-size: 40px;
    line-height: 50px;
  }
  .services_subtitle__It5tf {
    font-size: 20px;
    line-height: 25px;
  }
  .services_artWrapper__eoP0t {
    height: 600px;
    margin: 100px auto;
    background-position: bottom;
  }
}
@media (min-width: 1025px) {
  .services_center__aRzz0 {
    flex-direction: row;
    padding: 120px 60px;
    align-items: center;
    max-width: 1320px;
    width: 100vw;
    width: 90%;
    border-radius: 30px;
  }
  .services_artWrapper__eoP0t {
    width: 60%;
    height: 600px;
    background-size: contain;
    background-position: 50%;
  }
  .services_content__6oKRE {
    width: 40%;
  }
  .services_title__2o1Na {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .services_subtitle__It5tf {
    font-size: 20px;
    line-height: 25px;
    text-align: left;
  }
  .services_btn__FEmcx {
    margin: 0;
    font-size: 18px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .services_center__aRzz0 {
    align-items: center;
    max-width: 1640px;
    height: 100%;
    margin: 0 auto;
    padding: 120px 60px;
  }
  .services_content__6oKRE {
    display: flex;
    margin: 0 auto;
    width: 40%;
  }
  .services_title__2o1Na {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
  }
  .services_subtitle__It5tf {
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0;
  }
  .services_btn__FEmcx {
    height: 68px;
    width: 301px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    background-color: var(--color-blue);
    border-radius: 12px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    max-width: 335px;
  }
  .services_artWrapper__eoP0t {
    background-image: url(../image/world.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 60%;
    height: 500px;
  }
}
