@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";*{font-family:Jost,sans-serif;box-sizing:border-box}body{margin:0;padding:0;box-sizing:border-box;font-size:16px;background-color:#0a0000;color:#fff;overflow-x:hidden}html{overflow-x:hidden}section{position:relative;padding:150px clamp(20px,10%,10%)}h1{font-size:4rem}h2{font-size:3.5rem}h3{font-size:3rem}h4{font-size:2.5rem}h5{font-size:2rem}h6{font-size:1.5rem}section h1,section h2,section h3,section h4,section h5,section h6{margin:0}a{color:#fff}hr{width:100%;border-color:#ffffff10}button{cursor:pointer}.lucide{stroke-width:2px}.lucide *{vector-effect:non-scaling-stroke}#loader-window{z-index:2147483647;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;box-shadow:0 0 40px #00000040;transition:1s ease}#loader-container{position:relative;display:flex;justify-content:center;align-items:center;background-color:#050505;width:100vw;height:100vh}.loader,#loader-container:before{display:inline-block;width:80px;height:80px;-webkit-mask-image:url(../images/logo.svg);mask-image:url(../images/logo.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:80px 80px;mask-size:80px 80px;-webkit-mask-position:top center;mask-position:top center;background:linear-gradient(#820101,#820101);background-repeat:no-repeat;background-size:100% 0;background-position:bottom center;animation:loadIcon 3.5s cubic-bezier(1,0,0,1) forwards}#loader-container:before{content:"";position:absolute;-webkit-mask-image:none;mask-image:none;border-radius:100%;opacity:.3;filter:blur(30px)}@keyframes loadIcon{0%{background-size:100% 0}50%{background-size:100% 100%}to{background-size:100% 100%;transform:scale(1.2)}}.btn_primary,.btn_secondary{padding:12px 32px;border-radius:5px;text-decoration:none;-webkit-backdrop-filter:blur(3px) brightness(1);backdrop-filter:blur(3px) brightness(1);display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:.8s ease}.btn_primary{background:linear-gradient(135deg,#82010180,#82010120);border:1px solid #82010180;color:#fff;box-shadow:0 3px 75px #f000}.btn_secondary{background:linear-gradient(135deg,#2c2e3e80,#2c2e3e20);border:1px solid #2C2E3E80;color:#fff}.btn_primary:hover,.btn_secondary:hover{transform:translateY(-3px)}.btn_primary:hover{-webkit-backdrop-filter:blur(8px) brightness(10);backdrop-filter:blur(8px) brightness(10);box-shadow:0 3px 75px #ff0000c0}.btn_primary>svg,.btn_secondary>svg{width:20px;height:20px;transition:.2s ease}.btn_primary:hover>svg,.btn_secondary:hover>svg{transform:translate(2px)}.btn_menu{width:36px;height:36px;display:flex;justify-content:center;align-items:center;padding:0;border:0;background-color:transparent}.btn_menu>svg{width:36px;height:36px;color:#fff}.card-1{padding:20px 30px;background:linear-gradient(135deg,#2c2e3e80,#2c2e3e20);border:1px solid #2C2E3E80;border-radius:5px;-webkit-backdrop-filter:blur(3px) brightness(1);backdrop-filter:blur(3px) brightness(1);text-align:left;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px}.card-1>svg{width:60px;height:60px}.card-1>span{font-size:2rem}.card-2{padding:40px 30px;background:linear-gradient(135deg,#2c2e3e20,#2c2e3e10);border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);text-align:left;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px}.card-2>svg{width:60px;height:60px;stroke-width:2px;opacity:.1}.card-2>i{width:100%;margin-top:auto;text-align:right;opacity:.5}#header{display:flex;justify-content:space-between;align-items:center;padding:0 clamp(20px,10%,10%);height:120px}#header-logo{display:flex;justify-content:flex-start;align-items:center;gap:10px}#header-logo img:nth-child(1){width:50px}#header-logo img:nth-child(2){width:110px}@media screen and (min-width: 825px){#header-navbar{display:flex;justify-content:flex-end;align-items:center;gap:32px}#header-navbar>.navbar-item{position:relative;display:inline-block;color:#fff;text-decoration:none}#header-navbar>.navbar-item.active:before{content:"";position:absolute;bottom:-10px;left:calc(50% - 3px);width:6px;height:6px;background-color:#820101;border-radius:3px}#header-navbar>.btn_menu,#header>.btn_menu{display:none}}@media screen and (max-width: 825px){#header-logo img:nth-child(2){display:none}#header-navbar{box-sizing:border-box;position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:#0a0000;z-index:1000;padding:42px clamp(20px,10%,10%);display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;overflow-y:auto;transition:.8s ease}#header-navbar.opened{right:0;box-shadow:0 0 40px #000}#header-navbar>.navbar-item{font-size:1.5rem;text-decoration:none;width:100%;padding:10px 0}#header-navbar>.btn_primary{margin-top:auto}#header-navbar>.btn_menu{margin-left:auto;margin-bottom:42px}#header-navbar>.btn_menu,#header>.btn_menu{display:flex}}#footer{padding:50px clamp(20px,10%,10%);display:grid;grid-template-columns:1fr 2fr;gap:50px}#footer-logo{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:20px}#footer-logo img:nth-child(1){width:70px}#footer-logo img:nth-child(2){width:180px}#footer-navbar{display:flex;justify-content:flex-end;align-items:baseline;gap:50px}#footer-navbar>ul{list-style:none}#footer-navbar>ul>li:nth-child(1){font-size:1.25rem;margin-bottom:1rem}#footer-navbar>ul>li>a{color:#ffffff80;text-decoration:none}#footer-navbar>ul>li>a:hover{color:#fff}@media screen and (max-width: 1280px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1rem}h6{font-size:.8rem}}@media screen and (max-width: 825px){#footer{grid-template-columns:1fr}#footer-navbar{justify-content:flex-start;align-items:flex-start}#footer-navbar>ul{padding-left:0}}@media screen and (max-width: 500px){body{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1rem}h5{font-size:.8rem}h6{font-size:.5rem}.card>span{font-size:1.5rem}#footer-navbar{flex-flow:column;gap:20px}}._hero_4g0ho_1{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;min-height:calc(100vh - 120px);padding-top:0}._hero_4g0ho_1:before{content:"";position:absolute;top:-120px;right:0;width:700px;height:100vh;background:linear-gradient(#0a000000 90%,#0a0000),url(../images/waves.svg);background-size:cover;z-index:-100;opacity:.2}._heroText_4g0ho_43{display:flex;justify-content:center;align-items:flex-start;flex-flow:column}._heroText_4g0ho_43>p{max-width:500px}._heroText_4g0ho_43>span{display:flex;justify-content:flex-start;align-items:center;gap:16px;flex-wrap:wrap}._heroImage_4g0ho_81{display:flex;justify-content:flex-end;align-items:center}._heroImage_4g0ho_81>span{position:relative;width:100%;aspect-ratio:1/1;max-width:650px}._heroImage_4g0ho_81>span>img{width:100%}._heroImage_4g0ho_81>span:before{content:"";position:absolute;top:11px;right:20%;width:78.4%;aspect-ratio:43/52.4;background-color:#fff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:-1;border-radius:5px}._aboutUs_4g0ho_153:before{content:"";position:absolute;top:0;left:0;transform:scaleX(-1);width:700px;height:100%;background:linear-gradient(#0a0000,#0a000000 20%,#0a000000 90%,#0a0000),url(../images/waves.svg);background-size:cover;z-index:-100;opacity:.2}._aboutUsText_4g0ho_181{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:250px}._aboutUsText_4g0ho_181 h2{max-width:45%}._aboutUsText_4g0ho_181 p{max-width:45%;margin-left:auto;margin-top:auto}._howWeHelp_4g0ho_227{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;gap:80px}._howWeHelpList_4g0ho_245{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}._whyUs_4g0ho_265{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}._whyUsList_4g0ho_277{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}._whyUsList_4g0ho_277>div{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:10px}._whyUsList_4g0ho_277>div>svg{width:50px;height:50px;color:#820101}._testimonials_4g0ho_327{display:flex;justify-content:center;align-items:center;flex-flow:column;text-align:center;gap:80px}._testimonialsList_4g0ho_345{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}._cta_4g0ho_369{display:flex;justify-content:center;align-items:center;flex-flow:column;text-align:center;gap:80px;background:linear-gradient(135deg,#82010180,#82010120),url(../images/waves2.svg);background-size:cover}._ctaText_4g0ho_391{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px}._ctaText_4g0ho_391>span{max-width:600px;font-size:1.5rem}._spotlight_4g0ho_435{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}._spotlightText_4g0ho_447{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:20px}._spotlightVideo_4g0ho_463{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px}._spotlightVideo_4g0ho_463>video{position:relative;width:100%;max-width:650px;object-fit:cover;border-radius:10px}@media screen and (max-width: 1000px){._hero_4g0ho_1{grid-template-columns:repeat(1,1fr);padding-top:30px}}@media screen and (max-width: 825px){._aboutUsText_4g0ho_181{gap:50px}._aboutUsText_4g0ho_181>h2,._aboutUsText_4g0ho_181>p{max-width:unset}._howWeHelpList_4g0ho_245{grid-template-columns:repeat(1,1fr)}._whyUs_4g0ho_265{grid-template-columns:repeat(1,1fr);text-align:center;gap:80px}._whyUsList_4g0ho_277>div{align-items:center}._testimonialsList_4g0ho_345,._spotlight_4g0ho_435{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 500px){._whyUsList_4g0ho_277{grid-template-columns:repeat(2,1fr)}}._sliderContainer_1b7r6_7{width:100%;height:120px;overflow:hidden;margin-block:30px}._slider_1b7r6_7{display:flex;overflow-y:hidden;overflow-x:scroll;width:100vw;height:calc(100% + 20px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._slider_1b7r6_7 ._sliderList_1b7r6_45{list-style:none;display:flex}._slider_1b7r6_7 ._sliderList_1b7r6_45>li{display:block;flex:none;width:14rem;margin-right:10vw;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}._slider_1b7r6_7 ._sliderList_1b7r6_45>li>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-filter:brightness(0) invert(1) opacity(.25);filter:brightness(0) invert(1) opacity(.25)}._head_1s5k7_1{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;align-items:center;padding-top:100px}._headImage_1s5k7_17{display:flex;justify-content:center;align-items:center}._headImage_1s5k7_17>img{width:100%;max-width:500px;max-height:600px}._step_1s5k7_51{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:100px;background:linear-gradient(45deg,#ffffff10,#ffffff05);width:90vw;padding:50px;max-width:1200px;margin:50px auto;border:1px solid #ffffff20;border-radius:20px}._stepHeader_1s5k7_81 h2 b{font-size:2rem;opacity:.6}._stepContent_1s5k7_91 ul{padding-left:30px}@media screen and (max-width: 825px){._head_1s5k7_1{grid-template-columns:1fr}}@media screen and (max-width: 400px){._step_1s5k7_51{padding:25px}}
