@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,:after,:before{box-sizing:border-box;}
body{margin:0;font-family:"Poppins", sans-serif;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
h1,h2,h4,h5{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}
h1{font-size:calc(1.375rem + 1.5vw);}
@media (min-width:1200px){
h1{font-size:2.5rem;}
}
h2{font-size:calc(1.325rem + .9vw);}
@media (min-width:1200px){
h2{font-size:2rem;}
}
h4{font-size:calc(1.275rem + .3vw);}
@media (min-width:1200px){
h4{font-size:1.5rem;}
}
h5{font-size:1.25rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{padding-left:2rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline;}
a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb);}
img,svg{vertical-align:middle;}
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
[role=button]{cursor:pointer;}
[type=button],button{-webkit-appearance:button;}
[type=button]:not(:disabled),button:not(:disabled){cursor:pointer;}
.img-fluid{max-width:100%;height:auto;}
.container{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1140px;}
}
@media (min-width:1400px){
.container{max-width:1320px;}
}
.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x));}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y);}
.col{flex:1 0;}
@media (min-width:768px){
.col-md-3{flex:0 0 auto;width:25%;}
.col-md-4{flex:0 0 auto;width:33.33333333%;}
.col-md-6{flex:0 0 auto;width:50%;}
.col-md-8{flex:0 0 auto;width:66.66666667%;}
}
.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.btn{transition:none;}
}
.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);}
:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);}
.btn:disabled{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity);}
.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd;}
.fade{transition:opacity .15s linear;}
@media (prefers-reduced-motion:reduce){
.fade{transition:none;}
}
.fade:not(.show){opacity:0;}
.collapse:not(.show){display:none;}
.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}
.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;}
@media (prefers-reduced-motion:reduce){
.nav-link{transition:none;}
}
.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color);}
.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default;}
.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd;}
.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius);}
.nav-pills .nav-link.active{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg);}
.tab-content>.tab-pane{display:none;}
.tab-content>.active{display:block;}
.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);}
.navbar>.container{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;}
.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap;}
.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color);}
.navbar-expand{flex-wrap:nowrap;justify-content:flex-start;}
.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle);}
.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition);}
@media (prefers-reduced-motion:reduce){
.accordion-button{transition:none;}
}
.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition);}
@media (prefers-reduced-motion:reduce){
.accordion-button:after{transition:none;}
}
.accordion-button:hover{z-index:2;}
.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow);}
.accordion-header{margin-bottom:0;}
.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);}
.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius);}
.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius);}
.accordion-item:not(:first-of-type){border-top:0;}
.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius);}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius);}
.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius);}
.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);}
.fixed-top{top:0;}
.fixed-top{position:fixed;right:0;left:0;z-index:1030;}
.d-block{display:block!important;}
.d-flex{display:flex!important;}
.d-none{display:none!important;}
.position-relative{position:relative!important;}
.border-0{border:0!important;}
.w-100{width:100%!important;}
.h-100{height:100%!important;}
.flex-column{flex-direction:column!important;}
.align-self-center{align-self:center!important;}
.m-0{margin:0!important;}
.m-2{margin:.5rem!important;}
.mt-0{margin-top:0!important;}
.mt-2{margin-top:.5rem!important;}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mt-5{margin-top:3rem!important;}
.mt-auto{margin-top:auto!important;}
.me-2{margin-right:.5rem!important;}
.mb-0{margin-bottom:0!important;}
.mb-1{margin-bottom:.25rem!important;}
.mb-3{margin-bottom:1rem!important;}
.p-0{padding:0!important;}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important;}
.pt-0{padding-top:0!important;}
.pt-1{padding-top:.25rem!important;}
.pe-2{padding-right:.5rem!important;}
.text-start{text-align:left!important;}
.text-center{text-align:center!important;}
.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;}
.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important;}
@media (min-width:576px){
.d-sm-block{display:block!important;}
.mt-sm-2{margin-top:.5rem!important;}
}
@media (min-width:768px){
.pt-md-0{padding-top:0!important;}
.text-md-start{text-align:left!important;}
}
@media (min-width:992px){
.text-lg-start{text-align:left!important;}
}
/*! CSS Used from: https://bestwallet.com/_next/static/css/eec578a7fbc4a4ce.css */
body{font-family:Poppins,sans-serif;}
@media screen and (min-width:744px)and (max-width:1366px){
.container{width:100%;max-width:96%;}
}
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-track{border-radius:5px;background:transparent;}
::-webkit-scrollbar-thumb{background:#5a63ff;border-radius:5px;}
::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#5a63ff;}
.__className_199403{font-family:__Poppins_199403,__Poppins_Fallback_199403;font-style:normal;}
/*! CSS Used from: https://bestwallet.com/_next/static/css/607b8823d8375b29.css */
.bannerSection_bannerStyleWrapper__aGWJu{position:relative;overflow:hidden;background:linear-gradient(180deg,#5860ff 37.64%,#fff 203.72%);background-size:contain;height:80vh;width:100vw;}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu{height:auto;padding-top:100px;}
}
@media screen and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu{height:auto;background:linear-gradient(180deg,#5860ff 100%,#fff 223.72%);padding-top:60px;height:100vh;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp{position:absolute;overflow:hidden;top:6vh;bottom:0;left:10vh;right:0;width:100%;height:80vh;z-index:3;transform:scale(1.29);display:block;}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp.bannerSection_isSecondAnimationActive__ljvRd{animation:bannerSection_fadeIn__pDXNe 2s ease-in;width:707px;height:636px;transform:none;}
@media screen and (min-width:1400px)and (max-width:1600px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp.bannerSection_isSecondAnimationActive__ljvRd{width:606px;height:536px;}
}
@media screen and (max-width:1400px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp.bannerSection_isSecondAnimationActive__ljvRd{width:506px;height:436px;}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp.bannerSection_mobilePosition__BZZHY{position:absolute;left:53%;top:11%;}
}
@media screen and (max-width:1024px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_nglotte__hNsDp{-webkit-mask:linear-gradient(270deg,#5860ff 38%,transparent 55%);mask:linear-gradient(270deg,#5860ff 38%,transparent 55%);display:none;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC{height:100%;}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC{background:linear-gradient(180deg,#5860ff 77.64%,#fff 223.72%);position:relative;z-index:10;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr{padding-top:20px;justify-content:center;display:none;-webkit-mask:linear-gradient(180deg,#5860ff 33%,transparent 70%);mask:linear-gradient(180deg,#5860ff 33%,transparent 70%);}
@media screen and (max-width:700px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr{display:flex;padding-top:80px;}
}
@media screen and (max-width:500px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr{justify-content:center;padding-top:20px;}
}
@media screen and (max-width:900px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr{margin-top:10px;top:250px;position:relative;justify-content:end;}
}
@media screen and (max-width:768px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr{margin-top:25px;top:0;position:static;justify-content:center;}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_mobileImg__1CCzr img{width:313.92px;height:378.15px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{z-index:10;display:flex;gap:15%;align-items:center;padding-top:30px;}
@media screen and (min-width:1400px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{gap:15%;}
}
@media screen and (min-width:400px)and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{height:345px;}
}
@media screen and (min-width:360px)and (max-width:400px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{height:255px;}
}
@media screen and (max-width:360px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{height:270px;}
}
@media screen and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{display:block;}
}
@media screen and (max-width:1024px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{padding:0 15px 15px;}
}
@media screen and (max-width:1024px)and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{margin:0;}
}
@media screen and (max-width:1024px)and (max-width:900px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd{margin-top:10px;top:-500px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro{display:flex;flex-direction:column;}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_tabHeroImg__VAN_x{display:none;}
@media screen and (min-width:767px)and (max-width:1023px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_tabHeroImg__VAN_x{display:block;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_tabHeroImg__VAN_x img{width:300px;height:300px;}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c{display:none;}
@media screen and (min-width:1024px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c{display:block;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c img{width:606px;height:563px;}
@media screen and (min-width:1024px)and (max-width:1399px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c img{margin-top:20px;width:470px;height:435px;}
}
@media screen and (min-width:1401px)and (max-width:2560px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c img{margin-top:10px;width:570px;height:530px;}
}
@media screen and (width:1440px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_desktopHeroImg__O0F4c img{margin-top:20px;width:540px;height:480px;}
}
@media screen and (min-width:1024px)and (max-width:1439px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_desktopImageSection__9D7Ro .bannerSection_marginBottomBox__abXRd{height:0;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{max-width:593px;}
@media screen and (max-width:1400px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{margin-top:50px;}
}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{position:relative;top:-268px;z-index:10;display:flex;flex-direction:column;align-items:center;}
}
@media screen and (max-width:900px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{margin-top:10px;position:relative;}
}
@media screen and (max-width:700px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{margin-top:10px;top:-153px;position:relative;justify-content:center;align-items:center;text-align:center;}
}
@media screen and (min-width:400px)and (max-width:700px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{top:-135px;}
}
@media screen and (max-width:394px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{margin-top:10px;top:-160px;position:relative;justify-content:center;align-items:center;text-align:center;}
}
@media screen and (max-width:500px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N{margin-top:0;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_headingH1__vY4sx{color:#f5f5f5;font-feature-settings:"cv11" on;font-size:72px;font-style:normal;font-weight:700;line-height:87px;width:715px;}
@media screen and (max-width:1399px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_headingH1__vY4sx{line-height:87px;}
}
@media screen and (max-width:1024px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_headingH1__vY4sx{font-size:36px;line-height:60px;max-width:355px;}
}
@media screen and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_headingH1__vY4sx{width:100%;align-self:stretch;text-align:center;font-size:30px;font-weight:700;line-height:39px;max-width:unset;margin-bottom:16px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N p{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;}
@media screen and (min-width:400px)and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N p{font-size:16px!important;line-height:20.8px;width:391px;max-width:391px;margin-bottom:16px;}
}
@media screen and (max-width:400px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N p{font-size:16px!important;max-width:370px;line-height:20.8px;margin-bottom:16px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_actionButtonStyle__zS2XP{margin-top:1.5rem;}
@media screen and (max-width:767px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_actionButtonStyle__zS2XP{margin-top:54px;}
}
@media screen and (max-height:668px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_actionButtonStyle__zS2XP{margin-top:24px;}
}
@media screen and (width:375px)and (height:812px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_actionButtonStyle__zS2XP{margin-top:15px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_socialMediaStyles__NA_80 a{box-shadow:0 7px 29px hsla(240,5%,41%,.2);}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_socialMediaStyles__NA_80 a img{height:36px;}
@media screen and (max-width:1024px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_socialMediaStyles__NA_80 a img{width:33.362px;height:32px;}
}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_left__fHBOd .bannerSection_bannerContent__yry8N .bannerSection_socialMediaStyles__NA_80 a img{width:33.362px;height:32px;}
}
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_right__eqiC2{position:relative;}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_right__eqiC2{padding:0;}
}
@media screen and (max-width:576px){
.bannerSection_bannerStyleWrapper__aGWJu .bannerSection_bannerSec__GnYAC .bannerSection_right__eqiC2 .bannerSection_largeSlide__ex_Eh{filter:none;margin-top:10px;width:85%;}
}
.ecoContainer{--bs-gutter-x:0rem;width:100%;padding-right:0;padding-left:0;}
@media screen and (min-width:744px)and (max-width:1366px){
.ecoContainer{width:100%;max-width:100%;}
}
.ecoContainer .common-heading-title{margin-bottom:16px;justify-content:center;color:#242424;line-height:50px;font-weight:600;font-size:48px;}
@media screen and (max-width:767px){
.ecoContainer .common-heading-title{font-size:32px;}
}
.ecoContainer .wallet-ecosystem-labels{background-color:#6870fa;border-radius:8px;padding:8px 15px;display:flex;align-items:center;justify-content:center;margin-top:16px;margin-bottom:24px;}
@media screen and (max-width:767px){
.ecoContainer .wallet-ecosystem-labels{border-radius:0;margin-left:-20px;margin-right:-20px;}
}
.ecoContainer .wallet-ecosystem-labels .ecosystem-label-box{display:flex;margin-right:72px;}
@media screen and (max-width:767px){
.ecoContainer .wallet-ecosystem-labels .ecosystem-label-box{margin-right:24px;}
}
.ecoContainer .wallet-ecosystem-labels .ecosystem-label-box p{color:#fff;font-weight:500;padding-left:5px;margin-bottom:0;font-size:16px;line-height:21px;}
@media screen and (max-width:767px){
.ecoContainer .wallet-ecosystem-labels .ecosystem-label-box p{font-size:14px;}
}
.ecoContainer .wallet-ecosystem-labels .ecosystem-label-box:last-child{margin-right:0;}
@media screen and (max-width:767px){
.ecoContainer .accordion-list .flex-column{flex-wrap:nowrap;overflow-x:auto;flex-direction:row!important;}
.ecoContainer .accordion-list .flex-column .nav-item{margin-bottom:24px;margin-right:8px;}
.ecoContainer .accordion-list .flex-column a{padding:11px 16px!important;}
.ecoContainer .accordion-list .flex-column a svg{display:none;}
}
.ecoContainer .accordion-list .nav-item{margin-bottom:5px;}
.ecoContainer .accordion-list .nav-item a{background-color:#f9fafb;border-radius:8px;color:#667085;font-size:14px;line-height:21px;font-weight:400;padding:9px 25px 9px 16px;display:flex;justify-content:space-between;align-items:center;white-space:nowrap;}
.ecoContainer .accordion-list .nav-item a.active{background-color:#f2f2ff;color:#6870fa;font-weight:600;}
.ecoContainer .accordion-list .nav-item a.active path{stroke:#6870fa;}
.ecoContainer .accordion-list .horizontal-scroll::-webkit-scrollbar{width:0!important;height:0!important;}
.ecoContainer .store-content{display:flex;flex-wrap:wrap;}
@media screen and (max-width:576px){
.ecoContainer .store-content{text-align:center;padding-top:0;}
.ecoContainer .store-content p{text-align:center;}
}
.ecoContainer .store-content .sub-heading{font-size:20px;font-weight:600;color:#6870fa;}
.ecoContainer .store-content .store-icons .para,.ecoContainer .store-content .sub-heading-discription{color:#344054;font-size:14px;line-height:24px;font-weight:400;}
.ecoContainer .store-content .store-icons .store-icons-list{margin-bottom:-16px;padding-left:0;display:flex;flex-wrap:wrap;}
.ecoContainer .store-content .store-icons .store-icons-list li{list-style:none;margin-bottom:16px;}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0);}
.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}
.owl-carousel .owl-item img{display:block;width:100%;}
.owl-carousel .owl-nav.disabled{display:none;}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px;}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px;}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791;}
.navbarSection_navSectionWrapper__4FPCJ{background-color:rgba(90,99,255,.588);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);}
.navbarSection_navSectionWrapper__4FPCJ [class~=container] .navbarSection_navbarToggle__Y0klH{display:none;border:none;background-color:transparent;text-decoration:none;}
@media screen and (max-width:1024px){
.navbarSection_navSectionWrapper__4FPCJ [class~=container] .navbarSection_navbarToggle__Y0klH{display:block;}
.navbarSection_navSectionWrapper__4FPCJ [class~=container] .navbarSection_navbarToggle__Y0klH .navbarSection_toggleMenu__UNN58{height:45px;width:45px;width:auto;}
}
/*! CSS Used from: Embedded */
.rfm-marquee-container{overflow-x:hidden;display:flex;flex-direction:row;position:relative;width:var(--width);transform:var(--transform);}
.rfm-marquee-container:hover div{animation-play-state:var(--pause-on-hover);}
.rfm-marquee-container:active div{animation-play-state:var(--pause-on-click);}
.rfm-marquee{flex:0 0 auto;min-width:var(--min-width);z-index:1;display:flex;flex-direction:row;align-items:center;animation:scroll var(--duration) linear var(--delay) var(--iteration-count);animation-play-state:var(--play);animation-delay:var(--delay);animation-direction:var(--direction);}
.rfm-initial-child-container{flex:0 0 auto;display:flex;min-width:auto;flex-direction:row;align-items:center;}
.rfm-child{transform:var(--transform);}
/*! CSS Used from: Embedded */
.bAVzgZ{margin-top:5rem;}
.jibPFy{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;margin-top:30px;}
@media screen and (max-width: 920px){
.jibPFy{flex-direction:column-reverse;-webkit-box-pack:center;justify-content:center;gap:16px;}
}
.DykGo{width:fit-content;}
.jEEywD{width:150px;margin-left:10px;font-size:12px;font-weight:400;}
@media screen and (max-width: 1000px){
.jEEywD{font-size:12px;width:100px;}
}
.iPexDg{text-align:center;padding-bottom:15px;border-bottom:1px solid rgb(241, 241, 241);}
@media screen and (max-width: 920px){
.iPexDg{padding-top:15px;}
}
@media screen and (max-width: 600px){
.iPexDg{padding-bottom:0px;border-bottom:none;}
}
.kFmqyc{font-weight:400;font-size:12px;line-height:18px;color:rgb(134, 134, 134);padding:0px 16px;}
.syKsX{text-decoration:none;display:flex;}
.hmqpxx{font-weight:600;font-size:15px;line-height:22px;color:rgb(10, 20, 47);margin:0px 16px;cursor:pointer;text-decoration:none;display:flex;}
@media screen and (min-width: 768px) and (max-width: 1024px){
.hmqpxx{margin:0px 10px;}
}
@media screen and (max-width: 767px){
.hmqpxx{margin:0px 8px;}
}
.eEJWPz{display:none;}
@media screen and (max-width: 920px){
.eEJWPz{display:block;border:1px solid rgb(234, 236, 240);width:-webkit-fill-available;margin:15px 10px 0px;}
}
.eraKfR{padding-top:16px;display:flex;gap:10px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;}
.hKymwP{width:34px;cursor:pointer;}
@media screen and (max-width: 767px){
.hKymwP{height:32px;width:32px;}
}
@media screen and (max-width: 1400px){
.biCrYn{max-width:70px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:nowrap;}
}
.ccTnQh{display:flex;flex-direction:column;}
@media screen and (max-width: 920px){
.ccTnQh{flex-direction:column-reverse;}
}
.kpPvTx{margin:auto;width:90%;max-width:1224px;}
@media screen and (max-width: 1366px){
.kpPvTx{max-width:1100px;}
}
.lpaEYv{margin-top:5px;display:flex;gap:10px;}
@media screen and (max-width: 743px){
.lpaEYv{margin-bottom:10px;}
}
.cxbltl{display:none;}
@media screen and (max-width: 920px){
.cxbltl{display:block;}
}
.hzzSzX{margin-bottom:30px;}
@media screen and (max-width: 920px){
.hzzSzX{display:none;}
}
.kydRHc{width:100vw;}
.fHUQtx{height:auto;width:14vw;}
@media (max-width: 1024px){
.fHUQtx{width:24vw;}
}
@media (max-width: 500px){
.fHUQtx{width:38vw;}
}
.cgzSQV{transition-property:opacity, transform;transition-duration:1s;transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 0.98);opacity:1;transform:translateY(0px);}
@media screen and (max-width: 767px){
.cgzSQV{-webkit-box-align:center;align-items:center;gap:20px;text-align:center;flex-direction:column-reverse!important;}
}
.emXJBv{transition-property:opacity, transform;transition-duration:1s;transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 0.98);opacity:1;transform:translateY(0px);}
@media screen and (max-width: 767px){
.emXJBv{-webkit-box-align:center;align-items:center;gap:20px;text-align:center;flex-direction:column!important;}
}
.jKLUHq{position:relative;top:400px;}
.lRfdj{font-family:Poppins, sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:2px;text-transform:uppercase;}
.bwSYJA{font-family:Poppins;font-weight:500;font-size:20px;line-height:30px;color:rgb(134, 134, 134);}
@media screen and (max-width: 767px){
.bwSYJA{font-weight:400;font-size:15px;font-style:normal;}
}
.dvlVbf{width:50%;padding:0px 5% 0px 0px;}
@media screen and (max-width: 1399px){
.dvlVbf{width:47%;padding:0px 4% 0px 0px;}
}
@media screen and (max-width: 1150px){
.dvlVbf{padding:0px 5% 0px 0px;}
}
@media screen and (max-width: 1024px){
.dvlVbf{width:90%;padding:10px;}
}
@media screen and (max-width: 767px){
.dvlVbf{width:95%;padding:0px;}
}
.gVHzZv{width:50%;padding:0px 0px 0px 48px;}
@media screen and (max-width: 1399px){
.gVHzZv{width:47%;padding:0px;}
}
@media screen and (max-width: 1150px){
.gVHzZv{padding:0px 50px 0px 8px;}
}
@media screen and (max-width: 1024px){
.gVHzZv{width:90%;padding:10px;}
}
@media screen and (max-width: 767px){
.gVHzZv{width:95%;padding:0px;}
}
.hBWCUB{width:auto;}
@media screen and (max-width: 1024px){
.hBWCUB{padding:0px 16px;}
}
.oxVOu{display:flex;justify-content:space-around;margin:99px 10px 20px;border-radius:60px;background:linear-gradient(rgb(89, 97, 255) 0%, rgb(178, 183, 255) 100%);}
@media screen and (max-width: 1024px){
.oxVOu{margin:55px 16px 20px;flex-direction:column;-webkit-box-align:center;align-items:center;}
}
.glZmJR{display:flex;padding:80px 64px 80px 54px;}
@media screen and (max-width: 1024px){
.glZmJR{padding:30px 0px;flex-direction:column;-webkit-box-align:center;align-items:center;}
}
@media screen and (max-width: 767px){
.cFSLxQ{padding:0px 25px;}
}
.lmGFyU{display:flex;-webkit-box-pack:center;justify-content:center;padding:25px 0px;}
.jIfccS{display:flex;-webkit-box-pack:center;justify-content:center;}
.fqbJCS{width:482px;display:flex;-webkit-box-pack:center;justify-content:center;padding:16px 24px 56px 40px;background:rgb(249, 249, 249);border-radius:24px;border:1px solid rgb(249, 249, 249);box-shadow:rgba(16, 24, 40, 0.05) 0px 4px 6px -2px, rgba(16, 24, 40, 0.1) 0px 12px 16px -4px;}
@media screen and (max-width: 767px){
.fqbJCS{width:315px;}
}
.cdTyhF{color:rgb(0, 0, 0);font-family:Poppins, sans-serif;font-size:15px;font-weight:600;}
.haQoIp{display:flex;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:0px!important;}
.eJDRKz{color:rgb(0, 0, 0);font-family:Poppins, sans-serif;font-size:32px;}
.hQhHpX{margin-left:10px;width:97px;height:40px;}
.enlJuL{display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:start;}
.fuJtcf{color:rgb(155, 155, 155);font-family:Poppins, sans-serif;font-size:12px;font-weight:500;}
.jcqGXt{color:rgb(90, 99, 255);font-family:Poppins, sans-serif;font-size:12px;font-weight:500;margin-left:8px;}
.ljWfRO{width:109px;height:40px;}
.jdiWPe{display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center;text-align:center;height:48px;border-radius:10px;background:rgb(90, 99, 255);margin-left:35px;margin-right:35px;}
.jjTcTs{font-weight:700;font-family:Poppins, sans-serif;color:rgb(255, 255, 255);background-color:rgb(90, 99, 255);border:none;text-decoration:none;}
.jbbTQJ{margin-left:64px;}
@media screen and (max-width: 1024px){
.jbbTQJ{margin:41px 0px 0px;}
}
@media screen and (max-width: 767px){
.jbbTQJ{padding:0px 25px;}
}
.OJJCp{color:rgb(117, 255, 255);font-family:Poppins, sans-serif;font-size:16px;font-weight:700;letter-spacing:2px;text-transform:uppercase;}
@media screen and (max-width: 1024px){
.OJJCp{margin-bottom:6px;font-size:12px;text-align:center;}
}
.iwisNA{color:rgb(255, 255, 255);font-feature-settings:"cv11";font-family:Poppins, sans-serif;font-size:48px;font-weight:600;line-height:58px;}
@media screen and (max-width: 1024px){
.iwisNA{margin-bottom:6px;line-height:normal;font-size:24px;text-align:center;}
}
.dSzotL{color:rgb(255, 255, 255);font-feature-settings:"cv11";font-family:Poppins, sans-serif;font-size:20px;font-weight:400;max-width:560px;}
@media screen and (max-width: 1024px){
.dSzotL{margin:auto;font-size:15px;text-align:center;}
}
.ghCdOs a{padding-top:25px;color:rgb(117, 255, 255);font-family:Poppins, sans-serif;font-size:16px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none;}
@media screen and (max-width: 1024px){
.ghCdOs a{font-size:15px;display:flex;-webkit-box-pack:center;justify-content:center;}
}
.dGJRan{padding:0px;}
@media (max-width: 576px){
.dGJRan{padding-top:138px;margin-top:-140px;}
}
@media (max-width: 992px){
.dGJRan{padding-bottom:10px;}
}
.kVjkXt{display:flex;margin-top:70px;}
@media (max-width: 768px){
.kVjkXt{flex-direction:column;margin-top:0px;}
}
.jREztg{width:35%;margin:0px auto;margin-inline-end:30px;}
@media (max-width: 768px){
.jREztg{display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center;width:auto;margin-inline-end:auto;}
}
.cIjgB{color:rgb(90, 99, 255);font-family:Poppins, sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2px;text-transform:uppercase;}
@media (max-width: 768px){
.cIjgB{font-size:12px;font-weight:700;text-align:center;margin-bottom:8px;}
}
.UjHkE{color:rgb(36, 36, 36);font-feature-settings:"cv11";font-family:Poppins, sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:58px;}
@media (max-width: 768px){
.UjHkE{font-weight:600;line-height:42px;font-size:32px;text-align:center;margin-bottom:8px;}
}
.iduHXF{color:rgb(134, 134, 134);font-family:Poppins, sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;}
@media (max-width: 768px){
.iduHXF{font-weight:600;font-size:15px;text-align:center;}
}
.gnBPmJ{width:61%;}
@media (max-width: 768px){
.gnBPmJ{width:auto;flex-direction:column;}
}
.gnBPmJ .accordion-item{--bs-accordion-btn-focus-box-shadow:none;margin-top:10px;border:none;}
@media (max-width: 575px){
.gnBPmJ .accordion-item{padding-right:0.75rem;padding-left:0.75rem;}
}
.gnBPmJ .accordion-item:first-of-type .accordion-header .accordion-button{border-radius:20px;}
.gnBPmJ .accordion-item:last-of-type .accordion-header .accordion-button{border-radius:20px;}
.gnBPmJ .accordion-header button{font-weight:600;font-size:20px;line-height:24px;color:rgb(45, 50, 128);border-radius:20px;text-align:left;cursor:pointer;padding:20px 30px;width:100%;margin:auto;border:none;outline:none;transition:0.2s;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;background-color:rgb(239, 239, 239);}
.gnBPmJ .accordion-body{padding:16px 24px;background:rgb(255, 255, 255);color:rgb(45, 50, 128);}
.bMmwdY{margin:0px auto;max-width:1320px;padding:0px 40px;}
@media screen and (max-width: 600px){
.bMmwdY{padding:0px;}
}
.bvMJFo{display:flex;flex-flow:column;align-items:flex-start;overflow-x:hidden;}
.egeLzW{display:flex;-webkit-box-pack:center;justify-content:center;font-size:15px;margin-bottom:10px;font-weight:600;}
@media screen and (max-width: 1000px){
.egeLzW{text-align:center;}
}
@media screen and (max-width: 1399px){
.egeLzW{margin-bottom:10px;}
}
.iriXCP{display:flex;margin-bottom:98px;-webkit-box-pack:justify;justify-content:space-between;}
@media screen and (max-width: 1024px){
.iriXCP{margin-bottom:auto;flex-direction:column;-webkit-box-align:center;align-items:center;}
}
.llyViG{position:relative;top:-200px;}
@media screen and (max-width: 600px){
.llyViG{top:100px;}
}
.dXiuJH{position:relative;top:0px;}
@media screen and (max-width: 600px){
.dXiuJH{top:100px;}
}
@media screen and (min-width: 768px){
.eXirsP{height:100vh;}
}
.iNWOJK{margin:10px;overflow:hidden;}
@media screen and (min-width: 768px) and (max-width: 1024px){
.iNWOJK{overflow:visible;}
}
.eQUdeu{display:block;}
@media (min-width: 576px){
.eQUdeu{display:none;}
}
.eSyZIh{display:none;}
@media (min-width: 576px){
.eSyZIh{display:block;}
}
.egLccs{transition-property:opacity, transform;transition-duration:1s;transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 0.98);opacity:1;transform:translateY(0px);gap:10px;}
@media screen and (max-width: 1024px){
.egLccs{-webkit-box-align:center;align-items:center;gap:10px;text-align:center;}
}
.cHQuCr{position:relative;top:400px;}
.bRzrLL{margin-top:82px;}
@media screen and (max-width: 767px){
.bRzrLL .para,.bRzrLL .roadmap-steps,.bRzrLL .roadmap-listing{display:none;}
}
.grZHMV{text-align:center;margin-bottom:16px;-webkit-box-pack:center;justify-content:center;color:rgb(36, 36, 36);font-weight:600;font-size:48px;}
@media screen and (max-width: 767px){
.grZHMV{font-size:32px;line-height:30px;}
}
.kmvQjn{text-align:center;color:rgb(36, 36, 36);font-size:16px;line-height:24px;font-weight:400;}
.gQYBcx{margin-top:25px;border-radius:62px;height:50px;-webkit-box-align:center;align-items:center;display:flex;background-image:linear-gradient(to right, rgb(104, 112, 250), rgb(189, 191, 255));}
.kglWtV{width:25%;padding-left:30px;}
.kglWtV .circle{background:rgb(255, 255, 255);width:24px;height:24px;border-radius:50%;}
.kglWtV .circle.active{background:transparent;width:40px;height:40px;border-radius:50%;border:8px solid rgb(255, 255, 255);}
.hTuscY{padding:40px 0px 16px 8px;}
.hTuscY.active-phase{background-image:linear-gradient(rgb(235, 235, 255), rgba(253, 253, 253, 0));}
.crlswz{color:rgb(89, 98, 246);font-size:20px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;padding-left:29px;}
.dpehyt{padding-left:0px;padding-right:10px;list-style:none;}
.hMTyA-d{display:flex;-webkit-box-align:center;align-items:center;position:relative;font-size:13px;line-height:20px;font-weight:500;color:rgb(152, 162, 179);margin-bottom:4px;padding-left:28px;top:50%;transform:translateY(-50%);}
.hMTyA-d img{margin-right:5px;width:24px;height:24px;display:none;}
.hMTyA-d::before{content:"";position:absolute;height:5px;width:5px;background-color:rgb(152, 162, 179);border-radius:50%;left:10px;}
.hMTyA-d.completed{color:rgb(52, 64, 84);padding-left:0px;}
.hMTyA-d.completed img{display:block;width:auto;}
.hMTyA-d.completed::before{display:none;}
.jLeSfx{display:none;}
@media screen and (max-width: 767px){
.jLeSfx{display:block;}
}
.jLeSfx .owl-carousel .owl-stage{text-align:-webkit-center;}
.jLeSfx .owl-carousel .owl-stage .owl-item img{display:none;}
.jLeSfx .owl-carousel .owl-dot span{width:6px!important;height:6px!important;margin:0px 2px 10px!important;}
.jLeSfx .owl-carousel .owl-dot.active span{width:12px!important;background-color:rgb(104, 112, 250)!important;}
.jLeSfx .owl-item{padding:2px!important;}
.jLeSfx .roadmap-box{box-shadow:rgba(16, 24, 40, 0.1) 0px 1px 3px;border-radius:8px;overflow:hidden;padding:0px!important;}
.jLeSfx .roadmap-box .subheading{background-color:rgb(104, 112, 250);color:rgb(255, 255, 255)!important;margin-bottom:0px!important;}
.jLeSfx .roadmap-box .roadmap-list{padding-top:32px;padding-right:32px;padding-bottom:32px;margin-bottom:0px;padding-left:32px!important;}
.kigEYx{display:flex;-webkit-box-align:center;align-items:center;position:relative;font-size:13px;line-height:20px;font-weight:500;color:rgb(152, 162, 179);margin-bottom:4px;padding-left:28px;left:10px;}
.kigEYx img{display:none;margin-right:5px;height:24px;width:auto!important;}
.kigEYx::before{content:"";position:absolute;height:5px;width:5px;background-color:rgb(152, 162, 179);border-radius:50%;left:10px;top:50%;transform:translateY(-50%);}
.kigEYx.completed{color:rgb(52, 64, 84);padding-left:0px;}
.kigEYx.completed img{display:block!important;width:auto;}
.kigEYx.completed::before{display:none;}
.hxDAHw{transition-property:opacity, transform;transition-duration:1s;transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 0.98);gap:10px;}
@media screen and (max-width: 1024px){
.hxDAHw{-webkit-box-align:center;align-items:center;gap:10px;text-align:center;margin-right:8px!important;margin-left:8px!important;}
}
.ernndx{position:relative;top:400px;}
.cYixNN{padding-top:84px;padding-bottom:142px;background-size:100%;background-image:url("https://bestwallet.com/images/home/wallet-ecosystem/images/airdrop-bg.svg"), linear-gradient(rgb(88, 97, 246) 16.17%, rgb(145, 151, 255) 100%);background-repeat:no-repeat;height:380px;max-height:380px;border-radius:60px;width:100%;}
@media screen and (min-width: 576px) and (max-width: 1024px){
.cYixNN{padding-top:54px;height:320px;background-image:url("https://bestwallet.com/images/home/wallet-ecosystem/images/airdrop-tab-background.svg"), linear-gradient(rgb(88, 97, 246) 16.17%, rgb(145, 151, 255) 100%);}
}
@media screen and (max-width: 575px){
.cYixNN{padding-top:45px;padding-bottom:32px;height:380px;max-height:380px;background-image:url("https://bestwallet.com/images/home/wallet-ecosystem/images/airdrop-mobile-background.svg"), linear-gradient(rgb(88, 97, 246) 16.17%, rgb(145, 151, 255) 100%);}
}
.jSTRnN{color:rgb(255, 255, 255);margin-bottom:21px;padding-top:32px;padding-bottom:0px;display:flex;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;}
.kZgSIK{text-align:center;margin-bottom:16px;-webkit-box-pack:center;justify-content:center;font-size:30px;font-weight:600;line-height:36px;}
@media screen and (max-width: 767px){
.kZgSIK{margin-bottom:24px;font-size:24px;line-height:30px;font-weight:600;}
}
.cBoHoo{text-align:center;font-size:16px;line-height:24px;font-weight:400;max-width:692px;}
@media screen and (max-width: 767px){
.cBoHoo{max-width:336px;margin-bottom:40px;}
}
.iWqacH{font-size:15px;font-weight:600;padding:12px 24px;background-color:rgb(255, 255, 255);color:rgb(89, 98, 246);border:1px solid rgb(255, 255, 255);border-radius:8px;}
.iWqacH:hover{border:1px solid rgb(255, 255, 255);background-color:rgb(104, 112, 250);color:rgb(255, 255, 255);}
@media screen and (max-width: 575px){
.iWqacH{font-size:14px;min-width:312px;padding:14px 20px;}
}
.lkkECO{display:flex;}
.lkkECO .owl-carousel .owl-stage{text-align:-webkit-center;}
.lkkECO .owl-carousel .owl-stage .owl-item .para{margin:0px 24px;color:rgb(52, 64, 84);font-size:14px;line-height:24px;font-weight:400;}
.lkkECO .owl-carousel .owl-stage .owl-item img{height:546px!important;width:260px!important;}
.lkkECO .owl-carousel .owl-dot span{width:6px!important;height:6px!important;margin:0px 2px 10px!important;}
.lkkECO .owl-carousel .owl-dot.active span{width:12px!important;background-color:rgb(104, 112, 250)!important;}
.lkkECO .mob-sub-heading{font-size:20px;font-weight:600;color:rgb(104, 112, 250);}
.erAkNO{margin-bottom:16px;-webkit-box-pack:center;justify-content:center;color:rgb(36, 36, 36);line-height:50px;font-weight:600;font-size:48px;}
@media screen and (max-width: 767px){
.erAkNO{font-size:32px;}
}
.iONckA{background-color:rgb(104, 112, 250);border-radius:8px;padding:8px 15px;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-top:16px;margin-bottom:24px;}
@media screen and (max-width: 576px){
.iONckA{border-radius:0px;}
}
.eINlL{display:flex;margin-right:72px;}
@media screen and (max-width: 767px){
.eINlL{margin-right:24px;}
}
.eINlL p{color:rgb(255, 255, 255);font-weight:500;padding-left:5px;margin-bottom:0px;font-size:16px;line-height:21px;}
@media screen and (max-width: 767px){
.eINlL p{font-size:14px;}
}
.eINlL:last-child{margin-right:0px;}
.hyACbC{display:flex;flex-wrap:wrap;}
@media screen and (max-width: 576px){
.hyACbC{text-align:center;padding-top:0px;}
.hyACbC p{text-align:start;}
}
.jFDlvU{margin:24px;}
.QgNfY{font-size:14px;margin-bottom:3px;text-align:start;}
.krkYvd{margin-bottom:-16px;padding-left:0px;display:flex;flex-wrap:wrap;}
.emRwHY{list-style:none;margin-bottom:16px;}
/*! CSS Used from: Embedded */
.css-d5curk{box-sizing:border-box;margin:18px 0px 0px;min-width:0px;width:100%;}
.css-1hovyeq{box-sizing:border-box;margin:0px;min-width:0px;width:100%;flex-direction:column;-webkit-box-align:center;align-items:center;}
.css-1kt4f20{box-sizing:border-box;margin:0px;min-width:0px;font-weight:500;}
.css-75jy94{box-sizing:border-box;margin:18px 0px 0px;min-width:0px;width:100%;}
.css-vurnku{box-sizing:border-box;margin:0px;min-width:0px;}
.css-1yy6ttn{box-sizing:border-box;margin:48px 0px 0px;min-width:0px;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;flex-direction:row;}
.css-1goyps2{box-sizing:border-box;margin:0px;min-width:0px;font-weight:700;color:rgb(90, 99, 255);font-size:12px;}
.css-o3goqi{box-sizing:border-box;margin:8px 0px;min-width:0px;font-weight:600;font-size:32px;}
.css-ehzcpy{box-sizing:border-box;margin:0px;min-width:0px;font-weight:500;}
.css-ktxhrn{box-sizing:border-box;margin:0px 0px 32px;min-width:0px;}
.css-skya6a{box-sizing:border-box;margin:40px 0px 0px;min-width:0px;display:flex;-webkit-box-pack:start;justify-content:start;flex-direction:column-reverse;}
.css-r22858{box-sizing:border-box;margin:48px 0px 0px;min-width:0px;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;flex-direction:row-reverse;}
.css-1eo81l0{box-sizing:border-box;margin:50px 0px -30px;min-width:0px;width:100%;}
.css-v13r4g{box-sizing:border-box;margin:0px;min-width:0px;font-weight:500;}
.css-12y95y7{box-sizing:border-box;margin:30px 0px 0px;min-width:0px;}
.css-193es29{box-sizing:border-box;margin:0px;min-width:0px;width:fit-content;display:flex;}
.css-187xg2q{box-sizing:border-box;margin:0px 0px 0px 8px;min-width:0px;font-weight:500;color:rgb(134, 134, 134);display:flex;-webkit-box-align:center;align-items:center;width:fit-content;}
/*! CSS Used keyframes */
@keyframes bannerSection_fadeIn__pDXNe{0%{opacity:0;}to{opacity:1;}}
@keyframes scroll{0%{transform:translateX(0%);}100%{transform:translateX(-100%);}}


p, div, span, a {
    font-family: "Poppins", sans-serif !important;
}
.lRfdj {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 700;
    color: rgb(90, 99, 255);
    font-size: 12px;
}

.bwSYJA{
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
}

.mt40 {
    margin-top: 40px !important;
}
.desktopheader {
    display: block;
}
.mobileHeader {
    display: none;
}

@media screen and (max-width: 760px) {
    .desktopheader {
        display: none;
    }
    .mobileHeader {
        display: block;
    }
}