:root{--primary: #8b81ff}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}html.no-scroll,body.no-scroll{overflow:hidden;position:relative}@font-face{font-family:Red Hat Display;font-style:italic;font-weight:300 900;font-display:swap;src:url(/fonts/red-hat-display-1.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:italic;font-weight:300 900;font-display:swap;src:url(/fonts/red-hat-display-2.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/red-hat-display-3.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Red Hat Display;font-style:normal;font-weight:300 900;font-display:swap;src:url(/fonts/red-hat-display-4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:Red Hat Display,sans-serif;background:#100f17;position:relative}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track{background:#13131e}body::-webkit-scrollbar-thumb{background:var(--primary);border-radius:99px}@keyframes leftCicleAnimation{0%{top:50vh;left:-263px}50%{top:0;left:-243px}to{top:50vh;left:-263px}}@keyframes rightCicleAnimation{0%{top:-200px;right:-398px}50%{top:50vh;right:-428px}to{top:-200px;right:-398px}}body:before,body:after{content:"";width:367px;height:431px;border-radius:50%;background:var(--primary);opacity:.14;filter:blur(106px);position:absolute;top:50vh;left:-263px}@media screen and (max-width: 1023px){body:before,body:after{transform:translate(-100px)}}body:after{left:unset;right:-398px;width:540px;height:588px;top:-200px}@media screen and (max-width: 1023px){body:after{transform:translate(100px)}}body.animation-ready:after{animation:rightCicleAnimation 10s linear infinite}body.animation-ready:before{animation:leftCicleAnimation 10s linear infinite}@keyframes wiggle{0%{transform:translate(0)}33%{transform:translate(10px,5px)}66%{transform:translate(5px,10px)}to{transform:translate(0)}}body.animation-ready .homepage-hero_icon{animation:wiggle 3s linear infinite}body.animation-ready .homepage-hero_icon:last-of-type{animation-direction:reverse}.container{width:100%;max-width:1260px;padding:0 20px;margin:0 auto}.navbar{width:100vw;height:110px;padding:0 24px;position:fixed;z-index:99;top:0;left:0;background:transparent;transition:background .25s ease-in-out,height .25s ease-in-out;border-bottom:1px solid #1b1b1b}@media screen and (max-width: 1023px){.navbar{height:80px;padding:0}}.navbar.scrolled{background:#100f17;height:80px;box-shadow:0 0 20px #ffffff03;border-bottom:none}.navbar.active{background:#13131e}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:100%}.navbar_brand{width:fit-content;cursor:pointer}.navbar_brand>svg{width:200px;height:37px}@media screen and (max-width: 500px){.navbar_brand>svg{width:175px;height:32.75px}}.navbar_actions{min-width:200px;display:flex;justify-content:flex-end;align-items:center;gap:12px}@media screen and (max-width: 1023px){.navbar_actions{min-width:unset;margin-left:auto}}@media screen and (max-width: 500px){.navbar_actions .button{display:none}}.navbar_list{display:flex;align-items:center;justify-content:center;gap:32px}.navbar_link{display:flex;align-items:center;gap:3px;font-size:16px;color:#e2e2e2;font-weight:400;text-decoration:none;transition:.25s ease}.navbar_link svg{transition:.25s ease}.navbar_link:hover{color:var(--primary)}.navbar_link.active svg{transform:rotate(-180deg)}.navbar_dropdown{padding:40px 20px;background:#13131e;border-radius:16px;position:absolute;top:100%;width:100vw;box-shadow:0 20px 40px #0000000d;z-index:5;display:none;align-items:center;overflow:hidden}.navbar_dropdown-inner{max-width:767px;width:100%;margin:0 auto;grid-template-columns:1fr 1fr 1fr;gap:24px 16px;position:relative}.navbar_dropdown-inner:after{content:"";width:100vw;height:1px;background:#ffffff0d;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.navbar_dropdown[data-dropdown*=services] .navbar_dropdown-inner{max-width:924px}.navbar_dropdown.active{display:flex}.navbar_dropdown.active .navbar_dropdown-inner{display:grid}.navbar_dropdown-link{display:flex;align-items:center;gap:12px;text-decoration:none;padding:8px 14px;transition:.25s ease-in-out;width:100%}.navbar_dropdown-link:hover{background:#ffffff0d;border-radius:8px}.navbar_dropdown-link img{width:27px;height:fit-content}.navbar_dropdown-link>p{font-size:14px;color:#707070}.navbar_dropdown-link>p>span{display:block;font-size:16px;color:#fff;margin-bottom:6px}.navbar_menu{display:none;background:transparent;border:none;width:40px;height:40px}.navbar_menu .close{display:none}@media screen and (max-width: 1023px){.navbar_menu{display:block}.navbar_list{display:none}}.mobile-menu{display:none}.mobile-menu_backdrop{width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:97;background:#000000b3;backdrop-filter:blur(20px)}.mobile-menu_inner{width:90vw;max-width:500px;height:100vh;position:fixed;top:0;right:0;z-index:98;background:#100f17;padding:120px 0 0;overflow-y:scroll}.mobile-menu_inner::-webkit-scrollbar{width:0;display:none}.mobile-menu_inner>.button{display:none}@media screen and (max-width: 500px){.mobile-menu_inner>.button{display:flex;width:calc(100% - 48px);margin:40px auto 0}}.mobile-menu_list{display:flex;flex-direction:column}.mobile-menu_link{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333;padding:24px;font-size:16px;color:#e2e2e2;font-weight:400;text-decoration:none}.mobile-menu_link:first-of-type{border-top:1px solid #333}.mobile-menu_link>svg{min-width:24px;height:24px}.mobile-menu_link.active{color:var(--primary)}.mobile-menu_link.active>svg{transform:scaleY(-1)}.mobile-menu_link.active>svg path{fill:var(--primary)}.mobile-menu_dropdown{display:none;flex-direction:column;padding:12px 24px;border-bottom:1px solid #333;gap:12px}.mobile-menu_dropdown.active{display:flex}.mobile-menu_dropdown-link{display:flex;align-items:center;gap:12px;text-decoration:none;padding:12px 0}.mobile-menu_dropdown-link img{min-width:28px;width:28px}.mobile-menu_dropdown-link>p{font-size:13px;color:#707070}.mobile-menu_dropdown-link>p>span{display:block;font-size:14px;color:#fff;margin-bottom:6px}.mobile-menu_spacer{color:transparent;height:100px}body.mobile-menu-active .navbar{background:#100f17;box-shadow:none!important;border-bottom:none!important}body.mobile-menu-active .navbar_menu .open{display:none}body.mobile-menu-active .navbar_menu .close,body.mobile-menu-active .mobile-menu{display:block}.button{display:flex;align-items:center;justify-content:center;border-radius:99px;width:fit-content;height:48px;padding:8px 24px;font-size:16px;font-weight:400;text-decoration:none;gap:8px;transition:.25s ease;min-width:150px;cursor:pointer;border:none}.button svg path{transition:.25s ease}.button:not(.button-link):hover{background:var(--primary);color:#fff;gap:16px;padding:8px 20px}.button:not(.button-link):hover svg path{fill:#fff}.button-secondary{color:var(--primary);background:#8b81ff25}.button-primary{color:#000;background:#fff}.button-link{width:fit-content;height:fit-content;min-width:unset;padding:0;background:none!important;color:#fff}.button-link:hover{color:var(--primary)}.button-link svg{display:none}.title-group{width:100%;max-width:1268px;padding:0 24px;margin:0 auto 60px;display:flex;align-items:center;justify-content:space-between}.title-group[data-centered]{justify-content:center}.title-group[data-centered]>*{text-align:center!important}.title-group[data-centered] .title-group_title{text-align:center!important}@media screen and (max-width: 767px){.title-group{margin:0 auto 40px}}.title-group_subtitle{color:#787878;font-size:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width: 500px){.title-group_subtitle{font-size:12px}}.title-group_title{text-align:left!important;color:#fff;font-size:40px;font-weight:500;line-height:48px;text-align:center;text-transform:capitalize;margin-top:34px}@media screen and (max-width: 1023px){.title-group_title{font-size:32px;line-height:38px;margin-top:24px}}@media screen and (max-width: 500px){.title-group_title{font-size:26px;line-height:30px;margin-top:20px}}.title-group_icon{min-width:fit-content;height:fit-content}@media screen and (max-width: 1023px){.title-group_icon{transform:scale(.75);min-width:75px;width:75px}}@media screen and (max-width: 360px){.title-group_icon{width:50px;min-width:50px}}.box-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;width:100%;max-width:1268px;padding:0 20px;margin:0 auto}@media screen and (max-width: 1024px){.box-grid{grid-template-columns:1fr 1fr;gap:24px 16px}}@media screen and (max-width: 767px){.box-grid{grid-template-columns:1fr!important}}.box-grid.two-cols{grid-template-columns:1fr 1fr;margin:85px auto 100px}.box-grid.two-cols .box{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px}.box-grid.two-cols .box_description{max-width:90%}.box-grid:after{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);height:67%;width:33%;background:var(--primary);filter:blur(50px);opacity:.12}@media screen and (max-width: 1024px){.box-grid:after{height:33%;filter:blur(100px);opacity:.1}}.box-grid .box{border:1px solid rgba(255,255,255,.12);width:100%;height:100%;border-radius:18px;background:#13131e;padding:24px;position:relative;z-index:2}@media screen and (max-width: 767px){.box-grid .box{display:flex;flex-direction:column;align-items:center;text-align:center}}.box-grid .box.checkmark{padding-top:40px!important;text-align:center;display:flex;flex-direction:column;align-items:center}.box-grid .box.checkmark .box_checkmark{width:36px;height:36px;position:absolute;top:-18px;left:50%;transform:translate(-50%);background:url('data:image/svg+xml,<svg viewbox="0 0 24 24"fill=none height=24 width=24 xmlns=http://www.w3.org/2000/svg><g clip-path=url(%23clip0_678_2)><rect fill=url(%23paint0_linear_678_2) height=24 rx=12 width=24 /><path d="M10.5 16.0605L6.75 12.3098L7.80975 11.25L10.5 13.9395L16.1887 8.25L17.25 9.31125L10.5 16.0605Z"fill=white /></g><defs><lineargradient gradientunits=userSpaceOnUse id=paint0_linear_678_2 x1=0 x2=24 y1=0 y2=24><stop stop-color=%23BCB7FF /><stop offset=1 stop-color=%23703AB4 /></lineargradient><clippath id=clip0_678_2><rect fill=white height=24 width=24 /></clippath></defs></svg>') center/cover no-repeat}.box-grid .box .button{margin-top:40px}.box-grid .box_icon{margin:0 0 20px;width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#d2ceff0a;border-radius:50%}@media screen and (max-width: 500px){.box-grid .box_icon{width:60px;height:60px}}.box-grid .box_icon img{height:fit-content;width:fit-content;min-height:32px;max-width:37px}@media screen and (max-width: 500px){.box-grid .box_icon img{transform:scale(.825)}}.box-grid .box_icon img[src*=step]{max-width:unset}.box-grid .box_title{margin-bottom:22px;font-size:24px;color:#fff;font-weight:600;text-transform:capitalize}@media screen and (max-width: 500px){.box-grid .box_title{font-size:20px}}.box-grid .box_subtitle{margin:-14px 0 20px;color:#a8a8a8;font-weight:600;font-size:16px;line-height:24px}.box-grid .box_description{font-size:16px;color:#828282;line-height:24px;max-width:320px}@media screen and (max-width: 767px){.box-grid .box_description{max-width:unset}}.box-grid .box_cta{margin-top:22px;display:flex;align-items:center;justify-content:center;width:fit-content;gap:10px;font-size:14px;line-height:18px;color:var(--primary);text-decoration:none}.text-image-group{width:100%;max-width:1085px;padding:0 24px;margin:150px auto 0;display:flex;align-items:center;justify-content:space-between;position:relative}@media screen and (max-width: 1023px){.text-image-group{margin:80px auto 0}}@media screen and (max-width: 767px){.text-image-group{flex-direction:column-reverse!important;align-items:flex-start!important;gap:40px}}.text-image-group:after{content:"";position:absolute;z-index:1;top:50%;right:100px;transform:translateY(-50%);height:250px;width:250px;background:var(--primary);filter:blur(100px);opacity:.2}@media screen and (max-width: 1023px){.text-image-group:after{width:200px;height:200px}}.text-image-group>div{flex:0 0 536px;width:536px;position:relative;z-index:2}@media screen and (max-width: 1023px){.text-image-group>div{flex:0 0 calc(100% - 324px)}}@media screen and (max-width: 767px){.text-image-group>div{flex:unset;width:100%}}.text-image-group_image{flex:0 0 400px;width:400px;height:400px;object-fit:cover;object-position:center;border-radius:24px;position:relative;z-index:2}@media screen and (max-width: 1023px){.text-image-group_image{flex:0 0 300px;width:300px;height:300px}}@media screen and (max-width: 767px){.text-image-group_image{flex:unset;width:100%;object-fit:cover;height:250px}}.text-image-group_title{max-width:491px;font-size:40px;line-height:48px;font-weight:600;color:transparent;background:linear-gradient(135deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text}@media screen and (max-width: 1023px){.text-image-group_title{font-size:32px!important;line-height:40px!important;max-width:390px}}.text-image-group_text,.text-image-group_list{color:#989898;font-size:22px;line-height:30px;margin-top:40px}@media screen and (max-width: 1023px){.text-image-group_text,.text-image-group_list{font-size:16px;line-height:24px;margin-top:24px}}.text-image-group_text a,.text-image-group_list a{text-decoration:none;color:var(--primary)}.text-image-group_list{padding-left:20px}.text-image-group_list>li{margin:14px 0;line-height:26px}.text-image-group:nth-of-type(odd){flex-direction:row-reverse}.text-image-group:nth-of-type(odd):after{right:unset;left:100px}.faqs{background:linear-gradient(180deg,#100f17,#13131e 17% 76%,#100f17);padding:120px 24px;margin:60px 0 100px}@media screen and (max-width: 1023px){.faqs{padding:100px 24px;margin-bottom:20px}}.faqs_inner{max-width:1220px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1023px){.faqs_inner{flex-direction:column;align-items:start;gap:40px;max-width:767px}}.faqs_title{margin:34px 0 60px;position:relative;color:#fff;font-size:40px;font-weight:500;line-height:48px;text-align:center;text-transform:capitalize}@media screen and (max-width: 1023px){.faqs_title{font-size:32px;line-height:38px;margin-top:24px}}@media screen and (max-width: 500px){.faqs_title{font-size:26px;line-height:30px;margin-top:20px}}.faqs_title{text-align:left}.faqs_title:after{content:"";width:120px;height:120px;background:url('data:image/svg+xml,<svg viewbox="0 0 120 120"fill=none height=120 width=120 xmlns=http://www.w3.org/2000/svg><path d="M60 96V85.888C60 74.928 66.192 64.904 76 60C80.8146 57.56 84.8587 53.8333 87.6831 49.2337C90.5076 44.634 92.0018 39.3416 92 33.944C92 17.56 78.72 4 62.336 4H60.68C50 4 39.76 8.24 32.2 15.792L28 20M56 116H64"stroke=white stroke-opacity=0.07 stroke-width=8 /></svg>') center/cover no-repeat;position:absolute;right:20px;top:-20px;z-index:1}@media screen and (max-width: 1023px){.faqs_title:after{right:-100px}}.faqs_subtitle{color:#787878;font-size:14px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width: 500px){.faqs_subtitle{font-size:12px}}.faqs_accordion{width:100%;max-width:587px;border-bottom:1px solid rgba(255,255,255,.13)}@media screen and (max-width: 1023px){.faqs_accordion{max-width:unset}}.faqs_accordion.hidden{display:none}.faqs_accordion-head{padding:20px 0;display:flex;align-items:center;justify-content:space-between;font-size:20px;line-height:32px;color:#d2d2d2;font-weight:500;cursor:pointer;gap:16px}@media screen and (max-width: 767px){.faqs_accordion-head{font-size:17px;line-height:23px}}.faqs_accordion-head svg{min-width:28px;min-height:28px}.faqs_accordion-head svg.close{display:none}.faqs_accordion-body{overflow:hidden;padding:0;font-size:16px;line-height:24px;color:#868686;max-height:0px;height:fit-content;transition:.25s ease}.faqs_accordion-body a{color:var(--primary)}.faqs_accordion-body>ul{padding-left:20px;margin-top:12px}.faqs_accordion.active .faqs_accordion-body{max-height:400px;padding-bottom:20px}.faqs_accordion.active svg.open{display:none}.faqs_accordion.active svg.close{display:block}.filterable-faqs{margin:127px auto 175px}@media screen and (max-width: 1023px){.filterable-faqs{margin:80px auto 100px}}.filterable-faqs .container{display:flex;flex-direction:column;align-items:center}.filterable-faqs .button{margin-top:70px}@media screen and (max-width: 1023px){.filterable-faqs .button{margin-top:40px}}.filterable-faqs_filters{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:70px;width:100%}@media screen and (max-width: 1023px){.filterable-faqs_filters{justify-content:flex-start;overflow-x:scroll;padding:0 20px;width:calc(100% + 40px);margin:0 0 40px -20px;gap:0}.filterable-faqs_filters::-webkit-scrollbar{display:none}}.filterable-faqs_filter{width:fit-content;min-width:104px;border-radius:99px;color:#fff;border:1px solid #fff;font-size:14px;line-height:18px;font-weight:500;display:flex;align-items:center;justify-content:center;height:39px;transition:.3s ease-in-out;text-transform:capitalize;padding:0 24px;cursor:pointer}@media screen and (max-width: 1023px){.filterable-faqs_filter{min-width:max-content;margin-left:8px}}.filterable-faqs_filter:not(.active):hover{background:#ffffff40}.filterable-faqs_filter.active{background:#fff;color:#000}.footer{height:fit-content;overflow:hidden;padding:0 24px}.footer_get-started{width:100%;max-width:1238px;padding:40px;display:flex;align-items:center;justify-content:space-between;margin:0 auto -70px;position:relative;z-index:5;border:1px solid rgba(255,255,255,.12);background:#13131e;border-radius:16px}@media screen and (max-width: 1023px){.footer_get-started{flex-direction:column;align-items:start}.footer_get-started>.button{margin:24px 0 0 78px}}@media screen and (max-width: 767px){.footer_get-started{align-items:center;text-align:center}.footer_get-started>.button{margin:28px 0 0}}.footer_get-started>div{display:flex;align-items:center;gap:28px}@media screen and (max-width: 767px){.footer_get-started>div{flex-direction:column}}.footer_get-started>div svg{width:70px;height:70px}@media screen and (max-width: 1023px){.footer_get-started>div svg{position:relative;top:30px;width:50px;height:50px}}@media screen and (max-width: 767px){.footer_get-started>div svg{top:0}}.footer_get-started-title{font-size:36px;line-height:48px;color:#fff;font-weight:600;margin-bottom:12px}@media screen and (max-width: 1023px){.footer_get-started-title{font-size:32px;line-height:40px}}@media screen and (max-width: 524px){.footer_get-started-title{font-size:26px;line-height:32px}}.footer_get-started-text{font-size:20px;line-height:28px;color:#a7a7a7;max-width:580px}.footer_get-started-text.longer-width{max-width:670px}@media screen and (max-width: 1023px){.footer_get-started-text{font-size:18px;line-height:26px}}@media screen and (max-width: 524px){.footer_get-started-text{font-size:16px;line-height:24px}}.footer_wrapper{position:relative}.footer_wrapper:after{content:"";width:130vw;height:100vw;background:linear-gradient(90deg,#13131e,#222038);position:absolute;left:50%;top:0;transform:translate(-50%) rotate(2deg);z-index:2;opacity:.51}@media screen and (max-width: 1023px){.footer_wrapper:after{min-height:1200px}}.footer_wrapper *{position:relative;z-index:3}.footer_inner{width:100%;max-width:1238px;margin:0 auto;padding:204px 0 0}@media screen and (max-width: 1023px){.footer_inner{padding:140px 0 0}}.footer_grid{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1023px){.footer_grid{flex-direction:column;align-items:start;gap:40px}}@media screen and (max-width: 524px){.footer_content{display:flex;flex-direction:column;align-items:center;width:100%}}.footer_content svg{width:200px;height:37px}.footer_description{margin:22px 0 0;color:#a7a7a799;font-size:16px;line-height:24px;max-width:321px}@media screen and (max-width: 524px){.footer_description{text-align:center}}.footer_links{display:flex;align-items:flex-start;gap:83px}@media screen and (max-width: 524px){.footer_links{flex-direction:column;gap:40px;text-align:center;align-items:center;margin:0 auto}}.footer_links-group{display:flex;flex-direction:column;gap:8px}.footer_links-group>.footer_links-group{margin-top:40px}.footer_links-group-title{margin-bottom:8px;font-size:16px;color:#fff;font-weight:500}.footer_links-group-link{color:#a7a7a799;font-size:14px;line-height:18px;font-weight:400;text-decoration:none;transition:color .25s ease}.footer_links-group-link:hover{color:var(--primary)}.footer_socials{margin:90px 0 24px;display:flex;align-items:center;justify-content:center;gap:12px;width:100%}@media screen and (max-width: 1023px){.footer_socials{margin:40px 0 24px}}.footer_socials>a{text-decoration:none}.footer_socials>a svg{width:20px;height:20px}.footer_socials>a svg path{transition:.25s ease}.footer_socials>a:nth-child(3) svg{width:16px;height:16px;margin-left:2px;margin-right:2px}.footer_socials>a:hover svg path{fill:var(--primary)}.footer_bottom{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 0;border-top:1px solid rgba(255,255,255,.2)}@media screen and (max-width: 524px){.footer_bottom{flex-direction:column;gap:24px;text-align:center}}.footer_bottom>p{color:#a7a7a799;font-size:14px;line-height:18px;font-weight:400}.footer_bottom>p a{color:#a7a7a799;text-decoration:underline}.footer_form{display:flex;align-items:center;margin-top:40px;width:400px;max-width:100%;position:relative}.footer_form-text{width:400px;max-width:100%;color:#a7a7a780;font-size:14.5px;line-height:20.5px;margin-top:16px;padding:0 8px}.footer_form-success{width:400px;max-width:100%;background:#04460892;padding:16px;color:#00bb0c;font-size:16px;line-height:24px;border-radius:16px;filter:brightness(1.35);margin-top:40px}.footer_form>input{width:100%;height:48px;padding:0 16px;font-size:14px;line-height:100%;font-weight:400;background:#100f17;border-radius:99px;border:none;appearance:none;color:#fff}.footer_form>input::placeholder{color:#fff6;font-family:Lato,sans-serif}.footer_form>.button{width:124px;min-width:124px;padding:0!important;gap:4px!important;position:absolute;top:0;right:0;border:none}.footer_form>.button>svg{width:16px;height:16px}.breadcrumbs{margin-top:168px;display:flex;align-items:center;padding:0 40px;gap:8px}@media screen and (max-width: 1023px){.breadcrumbs{padding:0 20px;margin-top:120px}}.breadcrumbs svg{min-width:12px}.breadcrumbs_link{font-size:14px;font-weight:600;color:#727070;text-transform:uppercase;text-decoration:none;transition:.25s ease}.breadcrumbs_link:hover{color:var(--primary)}.breadcrumbs_current{text-transform:uppercase;font-weight:300;font-size:14px;color:#727070}.breadcrumbs_back{display:none}@media screen and (max-width: 767px){.breadcrumbs_link,.breadcrumbs>svg,.breadcrumbs_current{display:none}.breadcrumbs_back{display:flex;align-items:center;gap:4px;text-transform:uppercase;font-weight:300;font-size:14px;color:#999;cursor:pointer}.breadcrumbs_back svg{opacity:.65}}.page-title{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;width:748px;font-size:64px;line-height:72px;font-weight:650;margin:80px auto 0;text-align:center;max-width:100%}.page-title.long{width:100%}.page-title>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1023px){.page-title{font-size:48px;line-height:60px;margin-top:50px;padding:0 20px}}@media screen and (max-width: 500px){.page-title{font-size:36px;line-height:42px}}.page-subtitle{color:#fff;font-size:32px;font-weight:500;line-height:40px;margin:40px 0 16px}@media screen and (max-width: 500px){.page-subtitle{font-size:24px;line-height:28px;opacity:.8}}.page-buttons{display:flex;align-items:center;justify-content:center;gap:24px;margin:48px auto 0}@media screen and (max-width: 500px){.page-buttons{flex-direction:column;width:100%;padding:0 24px}.page-buttons .button{width:100%}}.page-link{display:block;width:fit-content;color:#979797;font-size:20px;line-height:26px;margin:8px 0;text-decoration:none}@media screen and (max-width: 500px){.page-link{font-size:14px;line-height:18px}}.page-text{margin:33px auto 0;color:#979797;font-size:18px;line-height:26px;text-align:center;max-width:700px}@media screen and (max-width: 1023px){.page-text{font-size:16px;padding:0 20px;width:100%!important}}.page-grid{padding:0 20px;display:flex;align-items:start;justify-content:space-between;margin:70px 0 140px;position:relative;z-index:2}@media screen and (max-width: 1023px){.page-grid{flex-direction:column;padding:0;margin-bottom:40px}}.page-grid_content{flex:0 0 520px;width:520px;padding-top:50px}.page-grid_content.mobile-only{display:none}@media screen and (max-width: 1023px){.page-grid_content.mobile-only{display:block;margin:60px 0 0;padding-bottom:0}}@media screen and (max-width: 1200px){.page-grid_content{flex:0 0 400px;width:400px}}@media screen and (max-width: 1023px){.page-grid_content{width:100%;flex:unset;padding-top:0;padding-bottom:40px}.page-grid_content .button{width:100%;justify-content:center}.page-grid_content:not(.mobile-only) .page-grid_subtitle,.page-grid_content:not(.mobile-only) button,.page-grid_content:not(.mobile-only) br{display:none}.page-grid_content:not(.mobile-only) .page-guarantees{margin-bottom:0}}.page-grid_title{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:46px;line-height:72px;font-weight:600}@media screen and (max-width: 1023px){.page-grid_title{font-size:36px;line-height:40px;text-align:center}}.page-grid_text{margin:24px 0 40px;font-size:18px;line-height:24px;color:#aeaeae}@media screen and (max-width: 1023px){.page-grid_text{font-size:16px;line-height:22px;text-align:center}}.page-grid_icon-group{margin:24px 0 36px;display:flex;align-items:center;justify-content:start;gap:12px;font-size:16px;line-height:24px;color:#aeaeae}.page-grid_subtitle{color:#fff;font-size:24px;line-height:24px;font-weight:600}@media screen and (max-width: 1023px){.page-grid_subtitle{text-align:center}}.page-grid_form{flex:0 0 560px;width:560px;height:fit-content;background:#13131e;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:40px}@media screen and (max-width: 1200px){.page-grid_form{flex:0 0 calc(100% - 424px)}}@media screen and (max-width: 1023px){.page-grid_form{width:100%;flex:unset}.page-grid_form .button{width:100%;justify-content:center}}@media screen and (max-width: 767px){.page-grid_form{padding:24px}}.page-guarantee{color:#fff;display:flex;align-items:center;gap:16px;font-size:18px}.page-guarantee>svg{transform:scale(1.25)}.page-guarantees{display:flex;width:100%;gap:40px;justify-content:center;margin:0 auto}@media screen and (max-width: 767px){.page-guarantees{flex-direction:column;align-items:center;gap:16px}}.page-hero-grid{display:grid;grid-template-columns:5fr 4fr;width:100%;max-width:1220px;padding:0 20px;margin:0 auto;gap:16px}@media screen and (max-width: 900px){.page-hero-grid{grid-template-columns:1fr}}.page-hero-grid .contact-form_group:nth-child(n+2){margin-top:24px}.page-hero-grid .page-title{text-align:left;font-size:50px;max-width:550px;margin-left:0;margin-right:0}.page-hero-grid .page-title>span{display:inline}@media screen and (max-width: 1023px){.page-hero-grid .page-title{font-size:44px;line-height:50px;margin-top:100px;padding:0}}@media screen and (max-width: 900px){.page-hero-grid .page-title{text-align:center;margin:50px auto 0}}@media screen and (max-width: 500px){.page-hero-grid .page-title{font-size:36px;line-height:42px;margin-top:0}}.page-hero-grid .page-text{text-align:left;max-width:500px;margin:33px 0}@media screen and (max-width: 1023px){.page-hero-grid .page-text{padding:0}}@media screen and (max-width: 900px){.page-hero-grid .page-text{text-align:center;margin:33px auto}}.page-hero-grid .page-guarantees{flex-direction:column;gap:20px}@media screen and (max-width: 900px){.page-hero-grid .page-guarantees{margin:0 auto;max-width:300px;align-items:flex-start}}@media screen and (max-width: 900px){.page-hero-grid .page-guarantee{font-size:16px}}.page-hero-grid .contact-form_group button{width:100%;justify-content:center}.page-hero-form{width:100%;max-width:767px;margin:50px auto 0;border-radius:18px;background:#13131e;padding:24px;border:1px solid rgba(255,255,255,.12)}@media screen and (max-width: 900px){.page-hero-form{max-width:500px;margin-top:24px}}.page-hero-form_title{color:#fff;font-size:28px;text-align:center;margin:16px 0 28px;font-weight:500;text-transform:capitalize}@media screen and (max-width: 900px){.page-hero-form_title{margin-top:0;font-size:20px}}.page-hero-form .contact-form_input:is(textarea){height:120px}.page-cta{width:calc(100% - 42px);max-width:1226px;margin:40px auto;border-radius:18px;padding:40px 32px;background:#13131e;position:relative;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.page-cta{flex-direction:column;padding:24px}.page-cta .button{margin:16px 0 0}}.page-cta:before{content:"";width:calc(100% + 2px);height:calc(100% + 2px);background:linear-gradient(90deg,#bcb7ff,#703ab4);position:absolute;top:-1px;left:-1px;border-radius:18px;z-index:-1}.page-cta_text{text-align:left;font-weight:500;font-size:32px;color:#fff}.page-cta_text>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700}@media screen and (max-width: 767px){.page-cta_text{font-size:28px;text-align:center}}@media screen and (max-width: 500px){.page-cta_text>span{display:block}}.page-cta .button{min-width:200px}.page-plus{margin:24px auto;width:40px;height:40px}.trusted-by{margin-top:84px;display:flex;flex-direction:column;align-items:center}.trusted-by_title{font-size:14px;letter-spacing:3px;color:#9491a3;text-transform:uppercase;text-align:center;position:relative;width:fit-content}.trusted-by_title:before,.trusted-by_title:after{content:"";width:220px;height:1px;background:#6b69778c;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width: 1023px){.trusted-by_title:before,.trusted-by_title:after{width:110px}}@media screen and (max-width: 600px){.trusted-by_title:before,.trusted-by_title:after{width:60px}}.trusted-by_title:before{right:calc(100% + 31px)}@media screen and (max-width: 600px){.trusted-by_title:before{right:calc(100% + 16px)}}@media screen and (max-width: 370px){.trusted-by_title:before{width:35px}}.trusted-by_title:after{left:calc(100% + 31px)}@media screen and (max-width: 600px){.trusted-by_title:after{left:calc(100% + 16px)}}@media screen and (max-width: 370px){.trusted-by_title:after{width:35px}}.trusted-by_grid{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:30px;filter:brightness(1.2)}@media screen and (max-width: 600px){.trusted-by_grid{transform:scale(.8);gap:16px}}.comparison-table{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:120px}@media screen and (max-width: 950px){.comparison-table{grid-template-columns:repeat(3,1fr);overflow-x:auto}.comparison-table::-webkit-scrollbar{display:none}.comparison-table>div:first-of-type{display:none}}@media screen and (max-width: 780px){.comparison-table{width:calc(100% + 40px);margin-left:-20px;padding:0 20px}}.comparison-table_head{background:#1a1a25;padding:18px 28px;color:#fff;font-size:18px;font-weight:500;line-height:24px;text-transform:capitalize;border:1px solid rgba(255,255,255,.12);border-bottom:0;border-left:none}.comparison-table_head.primary{background:linear-gradient(90deg,#8b81ff,#703ab4);border-radius:16px 0 0;font-weight:700;border-right:none}.comparison-table_head.last{border-radius:0 16px 0 0}@media screen and (max-width: 950px){.comparison-table_head{border-bottom:1px solid rgba(255,255,255,.12)}}.comparison-table_row-name{color:#fff;font-size:16px;font-weight:500;line-height:26px;padding:24px;border-bottom:1px solid rgba(255,255,255,.12)}.comparison-table_row-name:nth-child(13){border-bottom:none}@media screen and (max-width: 950px){.comparison-table_row-name{grid-column-start:1;grid-column-end:4;min-width:740px}}@media screen and (max-width: 780px){.comparison-table_row-name{position:sticky;left:-20px;min-width:unset;width:fit-content}}.comparison-table_row-content{background:#13131e;border:1px solid rgba(255,255,255,.12);font-size:15px;color:#fff;opacity:.9;line-height:20px;font-weight:400;padding:24px;display:flex;align-items:center}.comparison-table_row-content:nth-child(6),.comparison-table_row-content:nth-child(7),.comparison-table_row-content:nth-child(10),.comparison-table_row-content:nth-child(11){border-bottom:none;border-right:none}.comparison-table_row-content:nth-child(8),.comparison-table_row-content:nth-child(12){border-bottom:none}.comparison-table_row-content:nth-child(14){border-radius:0 0 0 16px}.comparison-table_row-content:last-of-type{border-radius:0 0 16px}.comparison-table_row-content.primary{background:#241c3a}@media screen and (max-width: 950px){.comparison-table_row-content{border-bottom:1px solid rgba(255,255,255,.12)!important;min-width:246.6666666667px}}@media screen and (max-width: 780px){.comparison-table_row-content{padding:16px 24px}}.homepage-hero{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:110px;position:relative;max-height:1000px;min-height:860px}@media screen and (max-width: 1023px){.homepage-hero{padding-top:50px;height:80vh}}@media screen and (max-width: 767px){.homepage-hero{padding-top:0;height:fit-content;min-height:unset;margin:120px 0}}.homepage-hero_backgroud-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:100vw}.homepage-hero_inner{max-width:917px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:3}@media screen and (max-width: 1023px){.homepage-hero_inner{max-width:700px}}.homepage-hero_icon:first-of-type{margin:0 auto 18px 0;width:21px;height:24px}@media screen and (max-width: 600px){.homepage-hero_icon:first-of-type{position:relative;left:-20px}}@media screen and (max-width: 355px){.homepage-hero_icon:first-of-type{position:relative;left:0}}.homepage-hero_icon:last-of-type{margin-left:auto;width:30px;height:23.5px}@media screen and (max-width: 600px){.homepage-hero_icon:last-of-type{position:relative;left:20px}}@media screen and (max-width: 355px){.homepage-hero_icon:last-of-type{position:relative;left:0}}.homepage-hero_badge{padding:12px 22px;color:#b8b8b8;font-size:14px;line-height:14px;text-align:center;width:fit-content;border-radius:99px;background:#ffffff0f}.homepage-hero_text{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;width:748px;font-size:90px;line-height:100px;font-weight:600;margin:22px auto 58px;text-align:center}@media screen and (max-width: 1023px){.homepage-hero_text{font-size:60px;line-height:66px;width:100%}}@media screen and (max-width: 600px){.homepage-hero_text{font-size:40px;line-height:45px;margin:24px auto 40px}}.homepage-hero_text>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1023px){.homepage-hero_text>span:first-of-type{display:block}}.stand-out{padding:24px;margin:100px auto 144px}@media screen and (max-width: 767px){.stand-out{margin-bottom:75px}}.stand-out_title{color:#fff;font-size:40px;font-weight:500;line-height:48px;text-align:center;text-transform:capitalize;margin-top:34px}@media screen and (max-width: 1023px){.stand-out_title{font-size:32px;line-height:38px;margin-top:24px}}@media screen and (max-width: 500px){.stand-out_title{font-size:26px;line-height:30px;margin-top:20px}}.stand-out_title>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent;position:relative}.stand-out_title>span:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:567px;height:529px;background:url('data:image/svg+xml,<svg viewbox="0 0 567 529"fill=none height=529 width=567 xmlns=http://www.w3.org/2000/svg><g filter=url(%23filter0_f_38_17)><ellipse cx=283.5 cy=264.5 fill=%238B81FF fill-opacity=0.14 rx=87.5 ry=68.5 /></g><defs><filter color-interpolation-filters=sRGB filterunits=userSpaceOnUse height=529 id=filter0_f_38_17 width=567 x=0 y=0><feflood flood-opacity=0 result=BackgroundImageFix /><feblend in=SourceGraphic in2=BackgroundImageFix mode=normal result=shape /><fegaussianblur result=effect1_foregroundBlur_38_17 stddeviation=98 /></filter></defs></svg>') center/cover no-repeat}.stand-out_grid{display:grid;grid-template-columns:repeat(4,1fr);margin:89px auto 0;gap:40px;width:100%;max-width:1097px}@media screen and (max-width: 1024px){.stand-out_grid{grid-template-columns:1fr 1fr;max-width:500px}}@media screen and (max-width: 500px){.stand-out_grid{grid-template-columns:1fr;max-width:500px}}.stand-out_grid-item{width:100%;display:flex;flex-direction:column;align-items:center}.stand-out_grid-item-title{padding:22px 0;font-size:24px;font-weight:600;color:#fff;text-align:center;margin-top:auto}.stand-out_grid-item-text{font-size:16px;color:#828282;line-height:24px;text-align:center;max-width:230px}.about{width:100%;max-width:1268px;padding:0 24px;margin:0 auto 125px;display:grid;grid-template-columns:5fr 7fr;gap:24px;position:relative;z-index:2}@media screen and (max-width: 1024px){.about{grid-template-columns:1fr;gap:40px}}.about:after{content:"";position:absolute;z-index:1;top:-50px;left:-50px;transform:translate(-50%,-50%);height:300px;width:250px;background:var(--primary);filter:blur(200px);opacity:.2}.about_image{width:fit-content;max-width:100%;height:auto}.about_image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.about_content{width:100%}.about_content p{color:#828282;font-size:22px;font-weight:400;line-height:28px}.about_content p:first-of-type{margin-bottom:24px}@media screen and (max-width: 1024px){.about_content p{font-size:18px;line-height:24px;text-align:center}}.about_content p:last-of-type{margin-bottom:40px}.about_content p.white{color:#fff}.about_content p>.button{margin:24px 0 0}@media screen and (max-width: 1024px){.about_content p>.button{margin:40px auto 0}}@media screen and (max-width: 767px){.about_content p>.button{width:100%}}.about-grid{margin:130px 0;width:100%;border-bottom:1px solid rgba(255,255,255,.06)}@media screen and (max-width: 767px){.about-grid{margin:100px 0}}.about-grid .container{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 1023px){.about-grid .container{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.about-grid .container{grid-template-columns:1fr}}.about-grid_col{width:100%;display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:18px;padding:0 20px 68px}.about-grid_col:first-of-type p{font-size:15px}.about-grid_col:nth-child(n+2){padding-bottom:40px}.about-grid_col:nth-child(2){border-left:1px solid rgba(255,255,255,.06);border-right:1px solid rgba(255,255,255,.06)}.about-grid_col:nth-child(2) img{margin-top:16px;width:170px;height:fit-content}@media screen and (max-width: 1023px){.about-grid_col:nth-child(2){border-right:none}.about-grid_col:last-of-type{grid-column-start:1;grid-column-end:3;border-top:1px solid rgba(255,255,255,.06);padding-top:40px;width:calc(100% + 40px);margin-left:-20px}}@media screen and (max-width: 767px){.about-grid_col{padding-bottom:40px}.about-grid_col:last-of-type{grid-column-end:1}.about-grid_col:nth-child(2){border-top:1px solid rgba(255,255,255,.06);padding-top:40px;width:calc(100% + 40px);margin-left:-20px;border-right:none;border-left:none}}.about-grid_text{width:100%;max-width:328px;text-align:center;color:#fff;font-size:18px;line-height:24px;font-weight:400}.about-ceo{width:100%;max-width:914px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;margin:90px auto 150px;position:relative}@media screen and (max-width: 767px){.about-ceo{flex-direction:column;align-items:start;gap:20px}.about-ceo img{width:100px;height:100px;margin-left:20px}}.about-ceo:after{content:"";position:absolute;z-index:1;top:-150px;left:-150px;height:200px;width:200px;background:var(--primary);filter:blur(150px);opacity:.12}.about-ceo_content{width:636px;padding:49px 0 0 58px;position:relative}@media screen and (max-width: 767px){.about-ceo_content{width:100%;padding:0 20px}}.about-ceo_content>svg{position:absolute;left:0;top:0;z-index:1;transform:scale(.8)}@media screen and (max-width: 767px){.about-ceo_content>svg{transform:scale(1.5) translateY(-50px);opacity:.5}}.about-ceo_text{position:relative;z-index:2;font-size:26px;line-height:32px;color:#fff;margin-bottom:24px}@media screen and (max-width: 767px){.about-ceo_text{font-size:20px;line-height:28px}}.about-ceo_name{position:relative;z-index:2;font-size:18px;line-height:24px;color:#9d9d9d}@media screen and (max-width: 767px){.about-ceo_name{font-size:16px}}.contact-form{width:100%}.contact-form.success .contact-form_group{display:none}.contact-form .contact-form_success{width:100%;background:#04460892;padding:16px;color:#9b0;font-size:16px;line-height:24px;border-radius:16px}.contact-form .contact-form_error{width:100%;background:#46040492;padding:16px;color:red;font-size:16px;line-height:24px;border-radius:16px;margin-top:24px}.contact-form_group{width:100%;position:relative}.contact-form_group:nth-child(n+2){margin-top:35px}@media screen and (max-width: 767px){.contact-form_group:nth-child(n+2){margin-top:24px}}.contact-form_group.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media screen and (max-width: 767px){.contact-form_group.grid{gap:24px;grid-template-columns:1fr}}.contact-form_group #select-svg{position:absolute;bottom:20px;right:16px;z-index:2;transform:scale(1.5)}.contact-form label{color:#fff;font-size:14px;line-height:100%;font-weight:400;margin-top:14px}.contact-form label>span{color:#727272}.contact-form_input{width:100%;height:48px;padding:0 16px;font-size:14px;line-height:100%;font-weight:400;margin-top:14px;background:#100f17;border-radius:8px;border:none;appearance:none;color:#fff}.contact-form_input:is(textarea){height:140px;padding-top:16px;border-radius:7px;line-height:20px}.contact-form_input::placeholder,.contact-form_input:is(select){color:#fff6;font-family:Lato,sans-serif}.contact-form_input:is(select) option{color:#fff9}.posts{margin:70px auto 170px}@media screen and (max-width: 1023px){.posts{margin:50px auto 100px}}.posts_search{margin:0 auto;display:flex;align-items:center;position:relative;height:48px;width:100%;max-width:520px}.posts_search input{border:1px solid rgba(255,255,255,.18);border-radius:99px;height:100%;width:100%;background:transparent;padding:16px 22px;font-size:14px;color:#a5a5a5;transition:.25s ease}.posts_search input:focus{outline:none!important;border-color:var(--primary);background:#ffffff1a}.posts_search a{height:100%;position:absolute;right:0;top:0;z-index:2;padding:0}.posts_filters{display:flex;align-items:center;justify-content:center;width:100%;gap:24px;margin:50px 0 90px}@media screen and (max-width: 1023px){.posts_filters{justify-content:flex-start;overflow-x:scroll;padding:0 20px;width:calc(100% + 40px);margin:40px 0 40px -20px;gap:0}.posts_filters::-webkit-scrollbar{display:none}}.posts_filter{padding:10px 24px;line-height:100%;font-size:14px;border:1px solid #fff;background:transparent;color:#fff;text-align:center;font-weight:600;transition:.25s ease;border-radius:99px;cursor:pointer}@media screen and (max-width: 1023px){.posts_filter{min-width:max-content;margin-left:8px}}.posts_filter.active{background:#fff;color:#000}.posts_grid{display:flex;flex-wrap:wrap;gap:50px 24px}@media screen and (max-width: 1023px){.posts_grid{gap:24px}}.posts_btn{margin:48px 0 0;display:flex;justify-content:center}.posts_btn svg{transform:rotate(90deg)}.posts_zero-found{color:#fff;font-size:16px;line-height:24px;font-weight:600;text-align:center;width:100%}.post-card{flex:0 0 calc((100% - 48px)*.33);width:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#13131e;display:flex;flex-direction:column;text-decoration:none}@media screen and (max-width: 1023px){.post-card{flex:0 0 calc((100% - 48px)/2)}}@media screen and (max-width: 767px){.post-card{flex:100%}}.post-card.hidden{display:none}.post-card>img{width:100%;height:197px;object-fit:cover;object-position:center}.post-card_content{display:flex;flex-direction:column;padding:32px 24px;height:100%}.post-card_title{font-size:24px;font-weight:600;line-height:32px;color:#fff}.post-card_date{margin-top:5px;color:#a8a8a8;font-size:14px;line-height:24px;font-weight:600}.post-card_text{font-size:16px;line-height:22px;color:#828282;font-weight:400;padding:12px 0}.post-card_read-more{display:flex;align-items:center;color:var(--primary);gap:8px;font-size:14px;line-height:18px;margin-top:auto}body>.container>.title{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;text-align:center;font-size:64px;line-height:72px;font-weight:650;text-transform:capitalize;max-width:848px;margin:80px auto 0}@media screen and (max-width: 942px){body>.container>.title{font-size:32px;line-height:40px}}@media screen and (max-width: 450px){body>.container>.title{font-size:26px;line-height:32px}}body>.container>.category{position:relative;z-index:2;border-radius:99px;background:#fff;height:39px;display:flex;align-items:center;justify-content:center;color:#000;text-align:center;font-size:13px;font-weight:700;padding:0 15px;width:fit-content;margin:54px 0 -56px 24px}body>.container>.image{width:100%;height:316px;border-radius:12px;object-fit:cover;object-position:center}@media screen and (max-width: 500px){body>.container>.image{height:200px}}.header-row{display:flex;align-items:center;justify-content:space-between;padding:21px 0;border-bottom:1px solid #272727}@media screen and (max-width: 500px){.header-row{flex-direction:column;row-gap:16px}}.header-row .date{color:#979797;font-size:16px;font-weight:400;line-height:28px}.post-footer{max-width:740px;margin:0 auto;border-top:1px solid #272727;display:flex;align-items:center;padding:21px 0}.post-footer .share-text{margin-right:24px;color:#979797;font-size:16px;font-weight:500;line-height:28px}.post-body{max-width:740px;margin:55px auto 75px}@media screen and (max-width: 500px){.post-body{margin-top:48px}}.post-body ul{margin-bottom:25px;margin-left:20px}.post-body p,.post-body li{color:#979797;font-size:20px;font-weight:400;line-height:28px;letter-spacing:.05px}@media screen and (max-width: 500px){.post-body p,.post-body li{font-size:14px;line-height:22px}}.post-body a{color:var(--primary)}.post-body p{margin-bottom:25px}@media screen and (max-width: 500px){.post-body p{margin-bottom:25px}}.post-body h2,.post-body h3{margin:55px 0 24px;color:#fff;font-size:28px;font-weight:600;line-height:28px}@media screen and (max-width: 500px){.post-body h2,.post-body h3{font-size:20px;line-height:24px}}.share{display:flex;align-items:center;gap:12px}.share a{cursor:pointer;transition:.25s ease-in-out}.share a:hover{opacity:.5}.related-posts{max-width:1248px;padding:0 24px;margin:100px auto 140px}.related-posts_title{margin:34px auto 60px;color:#fff;font-size:40px;font-weight:500;line-height:48px;text-align:center;text-transform:capitalize}@media screen and (max-width: 1023px){.related-posts_title{font-size:32px;line-height:38px;margin-top:24px}}@media screen and (max-width: 500px){.related-posts_title{font-size:26px;line-height:30px;margin-top:20px}}.pricing-table{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;position:relative;width:100%;margin:85px auto 0;max-width:1064px;padding:0 24px}@media screen and (max-width: 1023px){.pricing-table{grid-template-columns:1fr;max-width:767px;margin-top:56px}}.pricing-table:after{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);height:67%;width:22%;background:var(--primary);filter:blur(100px);opacity:.2}@media screen and (max-width: 1023px){.pricing-table:after{opacity:.2;filter:blur(100px)}}.pricing-table_plan{border:1px solid rgba(255,255,255,.12);width:100%;height:100%;border-radius:16px;background:linear-gradient(180deg,#28283c73,#13131e);padding:40px 30px;position:relative;z-index:2}.pricing-table_plan-name{font-size:20px;font-weight:600;line-height:24px;color:#afafaf}.pricing-table_plan-price{margin:20px 0 24px;display:flex;align-items:center;font-size:36px;font-weight:700;line-height:24px;color:#fff;gap:8px}.pricing-table_plan-price>span{opacity:.5;font-size:16px;font-weight:600}@media screen and (max-width: 500px){.pricing-table_plan-price{font-size:32px}}.pricing-table_plan-description{font-size:16px;font-weight:400;color:#828282;line-height:24px}@media screen and (max-width: 1023px){.pricing-table_plan-description br{display:none}}@media screen and (max-width: 500px){.pricing-table_plan-description br{display:block}}.pricing-table_plan-divider{margin:30px 0;width:100%;height:1px;background:#fff;opacity:.2}.pricing-table_plan-point{font-size:16px;font-weight:600;line-height:24px;color:#fff;position:relative;margin-bottom:12px;display:flex;align-items:center;gap:12px}.pricing-table_plan-point svg{min-width:24px}.pricing-table_plan-point svg path{fill:var(--primary)}.pricing-table_plan>.button{margin-top:50px;width:100%}.pricing-table_plan-book{display:flex;align-items:center;justify-content:center;width:100%;margin:24px 0 0;color:#ababab;gap:8px}.pricing-table_plan.best-value{border-color:var(--primary);background:linear-gradient(180deg,#8b81ff33,#13131e 80%)}.pricing-table_plan.best-value:before{content:"MOST POPULAR";width:calc(100% + 2px);height:26px;background:var(--primary);text-align:center;border-radius:16px 16px 0 0;letter-spacing:.5px;color:#fff;font-size:14px;font-weight:700;line-height:14px;display:flex;align-items:center;justify-content:center;position:absolute;left:-1px;top:-15px}.pricing-table_plan.best-value>.button{background:var(--primary)!important;color:#fff!important}.pricing-table_plan.best-value>.button svg path{fill:#fff!important}.custom-projects{margin:150px 0 80px}@media screen and (max-width: 1024px){.custom-projects{margin:56px 0 -60px}}.custom-projects .container{display:grid;grid-template-columns:1fr 1fr;max-width:950px}@media screen and (max-width: 1024px){.custom-projects .container{grid-template-columns:1fr;gap:40px;max-width:767px}.custom-projects .container br{display:none}}.custom-projects_content{display:flex;flex-direction:column;gap:24px}.custom-projects_title{color:#fff;font-size:40px;font-weight:500;line-height:52px}@media screen and (max-width: 500px){.custom-projects_title{font-size:24px;line-height:32px;max-width:270px}}.custom-projects_text,.custom-projects_list li{font-size:18px;line-height:24px;color:#979797}.custom-projects_list{padding-left:24px;display:flex;flex-direction:column;gap:8px}.custom-projects_pricing{display:flex;flex-direction:column;gap:24px}.custom-projects_pricing .button{width:100%}.custom-projects_pricing-table{width:100%;border-radius:24px;overflow:hidden;background:#13131e;border:1px solid rgba(255,255,255,.12)}.custom-projects_pricing-table-row{display:grid;grid-template-columns:5fr 4fr;height:60px}.custom-projects_pricing-table-row:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,.12)}.custom-projects_pricing-table-row-cell{height:100%;width:100%;display:flex;align-items:center;font-size:16px;line-height:24px;color:#979797;padding-left:24px}.custom-projects_pricing-table-row-cell:first-of-type{border-right:1px solid rgba(255,255,255,.12)}@media screen and (max-width: 500px){.custom-projects_pricing-table-row-cell{font-size:14px;line-height:20px;padding-right:16px;padding-left:16px}}.custom-projects_pricing-table-row.head{background:#ffffff0d}@media screen and (max-width: 500px){.custom-projects_pricing-table-row.head{height:50px}}.custom-projects_pricing-table-row.head .custom-projects_pricing-table-row-cell{color:#fff}.plan-hero{margin:100px 0}@media screen and (max-width: 1023px){.plan-hero{margin:40px 0 100px}}.plan-hero .container{display:grid;grid-template-columns:4fr 3fr;gap:24px;max-width:1024px}@media screen and (max-width: 1023px){.plan-hero .container{grid-template-columns:1fr;gap:56px}}.plan-hero_content{display:flex;flex-direction:column;gap:24px}.plan-hero_title{text-align:left!important;max-width:500px;margin:0;width:100%}@media screen and (max-width: 1023px){.plan-hero_title{text-align:center!important;margin:0 auto}}.plan-hero_text{text-align:left;margin-top:0}@media screen and (max-width: 1023px){.plan-hero_text{text-align:center!important}}.plan-hero_buttons{display:flex;align-items:center;justify-content:flex-start;gap:24px;margin-top:12px}@media screen and (max-width: 1023px){.plan-hero_buttons{justify-content:center}}@media screen and (max-width: 500px){.plan-hero_buttons{flex-direction:column;width:100%;padding:0 24px}.plan-hero_buttons .button{width:100%}}.plan-hero_card{position:relative;padding:40px 28px;background:#13131e;border:1px solid rgba(255,255,255,.12);border-radius:24px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1023px){.plan-hero_card{max-width:767px;margin:0 auto}}.plan-hero_card-title{font-size:24px;line-height:24px;font-weight:600;color:#fff}.plan-hero_card-benefits{display:flex;flex-direction:column;gap:20px}.plan-hero_card-benefit{display:flex;align-items:center;gap:12px}.plan-hero_card-benefit svg{min-width:24px}.plan-hero_card-benefit-text{color:#fff}.plan-hero_card-price{position:absolute;top:-12px;right:-12px;z-index:2;background:linear-gradient(130deg,#8b81ff,#703ab4);border-radius:8px;padding:12px 32px;display:flex;align-items:center;flex-direction:column;color:#fff}@media screen and (max-width: 355px){.plan-hero_card-price{padding:12px 18px}}.plan-hero_card-price .main{font-weight:700;font-size:20px;line-height:24px}.plan-hero_card-price .sub{font-weight:400;font-size:16px;line-height:24px}.plan-benefits{width:100%;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;max-width:1024px;margin:0 auto}@media screen and (max-width: 1023px){.plan-benefits{max-width:767px;gap:40px}}.plan-benefits:after{content:"";position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);height:100px;width:100px;background:var(--primary);filter:blur(100px);opacity:.5}.plan-benefits_benefit{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;position:relative;padding:40px 24px 24px;border-radius:16px;background:#13131e;border:1px solid rgba(255,255,255,.12)}.plan-benefits_benefit-text{text-align:center;font-size:18px;line-height:24px;font-weight:600;color:#fff}.plan-benefits_benefit svg{position:absolute;top:-22px;left:50%;transform:translate(-50%)}@media screen and (max-width: 1023px){.plan-benefits{grid-template-columns:1fr}}.page-plan-bonuses{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;max-width:942px;margin:0 auto;width:100%;padding:0 20px}@media screen and (max-width: 1023px){.page-plan-bonuses{max-width:767px}}.page-plan-bonuses_item{background:#13131e;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px 28px;font-size:16px;line-height:24px;font-weight:400;color:#fff;min-width:380px;text-align:center}@media screen and (max-width: 1023px){.page-plan-bonuses_item{min-width:100%}}.marketing-guide_popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;background:#100f17;border-radius:12px;width:95vw;max-width:841px;height:487px;display:none;align-items:center;justify-content:space-between}.marketing-guide_popup-close{position:absolute;right:0;top:-48px;cursor:pointer;transition:.25s ease;z-index:99}.marketing-guide_popup-close:hover{opacity:.5}.marketing-guide_popup .mobile{display:none}.marketing-guide_popup .desktop{border-radius:0 12px 12px 0}.marketing-guide_popup-content{padding:44px;width:fit-content;position:relative}.marketing-guide_popup-content:after{content:"";width:260px;height:388px;position:absolute;right:-180px;top:50%;transform:translateY(-50%);background:var(--primary);opacity:.27;filter:blur(100px);border-radius:50%;z-index:-1}.marketing-guide_popup-text{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700;font-size:31px;line-height:42px}.marketing-guide_popup-text>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent}.marketing-guide_popup-form{margin-top:33px;display:flex;flex-direction:column;gap:16px}.marketing-guide_popup-form input{width:100%;height:48px;padding:0 16px;font-size:14px;line-height:100%;font-weight:400;background:#000;border:1px solid #828282;border-radius:8px;appearance:none;color:#fff;transition:.25s ease-in-out}.marketing-guide_popup-form input::placeholder{color:#fff6;font-family:Lato,sans-serif}.marketing-guide_popup-form input:hover{background:#121212}.marketing-guide_popup-form input:focus{color:var(--primary);border-color:var(--primary);outline:none!important;background:#121212}.marketing-guide_popup-form a{margin-top:16px}.marketing-guide_popup-form_success{color:#fff;font-size:20px;line-height:100%;font-weight:400;margin-top:24px}.marketing-guide_popup-form_success a{color:#fff}@media screen and (max-width: 900px){.marketing-guide_popup-form_success{text-align:center;max-width:220px;line-height:26px}}@media screen and (max-width: 900px){.marketing-guide_popup{flex-direction:column;max-width:375px;top:calc(50% - 48px)}.marketing-guide_popup .desktop{display:none}.marketing-guide_popup .mobile{display:block;width:100%;height:fit-content;border-radius:0 0 12px 12px}.marketing-guide_popup-text{font-size:22px;line-height:33px;text-align:center;font-weight:700}.marketing-guide_popup-content{padding:28px 32px}.marketing-guide_popup-content:after{right:50%;bottom:-150px;transform:translate(50%) scale(.75)}}@media (max-width: 500px) and (max-height: 750px){.marketing-guide_popup{top:48px;transform:translate(-50%)}.marketing-guide_popup-content{padding-top:56px}.marketing-guide_popup-close{top:16px;right:16px;z-index:99}.marketing-guide_popup .mobile{max-height:150px;object-fit:cover}}@media screen and (max-width: 362px){.marketing-guide_popup-text{max-width:230px;margin:0 auto}.marketing-guide_popup-text span{display:block}}.marketing-guide_backdrop{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;background:#0000005e;backdrop-filter:blur(7px);display:none}.marketing-guide.active>*{display:flex}.marketing-guide #marketing-guide-form{display:none!important}.marketing-guide-hero{padding:140px 0 50px}.marketing-guide-hero+.marketing-guide-hero{padding-top:50px}@media screen and (min-width: 931px){.marketing-guide-hero:nth-of-type(2n+2) .container{flex-direction:row-reverse}.marketing-guide-hero:nth-of-type(2n+2) .container *{text-align:right}.marketing-guide-hero:nth-of-type(2n+2) .container .button,.marketing-guide-hero:nth-of-type(2n+2) .container p{margin-left:auto}}.marketing-guide-hero .container{display:flex;align-items:center;justify-content:space-between;gap:40px}@media screen and (max-width: 930px){.marketing-guide-hero .container{flex-direction:column;justify-content:flex-start;text-align:center}.marketing-guide-hero .container *{text-align:center}.marketing-guide-hero .container .button,.marketing-guide-hero .container p{margin:0 auto}.marketing-guide-hero .container p{margin:24px auto}}.marketing-guide-hero_content{max-width:547px}@media screen and (max-width: 930px){.marketing-guide-hero_content .button{margin:0 auto}}.marketing-guide-hero h2{font-size:48px;line-height:56px}.marketing-guide-hero_title{background:linear-gradient(90deg,#fff,#ffffffcf);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:64px;line-height:72px;font-weight:650;text-align:left;max-width:100%}.marketing-guide-hero_title>span{background:linear-gradient(90deg,#bcb7ff,#703ab4);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1124px){.marketing-guide-hero_title{font-size:52px;line-height:60px}}@media screen and (max-width: 930px){.marketing-guide-hero_title{text-align:center}}@media screen and (max-width: 500px){.marketing-guide-hero_title{font-size:32px;line-height:40px}}.marketing-guide-hero_text{font-size:18px;line-height:24px;font-weight:400;color:#979797;max-width:484px;margin:24px 0 48px}@media screen and (max-width: 930px){.marketing-guide-hero_text{text-align:center;margin:24px auto 32px}}@media screen and (max-width: 500px){.marketing-guide-hero_text{font-size:16px;line-height:22px;max-width:300px}}.marketing-guide-hero_image{border-radius:24px;max-width:100%;height:100%;width:400px;height:496px;object-fit:cover}@media screen and (max-width: 500px){.marketing-guide-hero_image{height:fit-content}}.marketing-guide-form{padding:100px 0;margin:100px 0}@media screen and (max-width: 1023px){.marketing-guide-form{margin:0 0 70px;padding:40px 0}}.marketing-guide-form .container{display:flex;flex-direction:column;gap:80px;max-width:767px}.marketing-guide-form_content{padding:36px 0 0}.marketing-guide-form_title{color:#fff;font-size:40px;font-weight:500;line-height:48px;text-align:center;text-transform:capitalize;margin-top:34px}@media screen and (max-width: 1023px){.marketing-guide-form_title{font-size:32px;line-height:38px;margin-top:24px}}@media screen and (max-width: 500px){.marketing-guide-form_title{font-size:26px;line-height:30px;margin-top:20px}}.marketing-guide-form_benefits{display:flex;align-items:flex-start;flex-wrap:wrap;gap:32px;margin-top:60px;justify-content:center}.marketing-guide-form_benefits-item{flex:0 0 calc((100% - 64px) / 3);font-size:16px;line-height:24px;font-weight:600;color:#fff;display:flex;align-items:center;flex-direction:column;text-align:center;gap:16px}.marketing-guide-form_benefits-item svg{transform:scale(1.5)}.marketing-guide-form_benefits-item:first-of-type{flex:0 0 28%}@media screen and (max-width: 1023px){.marketing-guide-form_benefits-item{min-width:150px}}.marketing-guide-form_form{width:100%;border:1px solid rgba(255,255,255,.12);background:#13131e;border-radius:16px;padding:42px;max-width:500px;margin:0 auto}.marketing-guide-form_form>div{width:100%;position:relative}.marketing-guide-form_form>div:nth-child(n+2){margin-top:24px}.marketing-guide-form_form .button{margin:35px auto 0}@media screen and (max-width: 767px){.marketing-guide-form_form .button{width:100%}}@media screen and (max-width: 500px){.marketing-guide-form_form{padding:24px 16px}}.marketing-guide-form_success{color:#fff;font-size:18px;line-height:150%;font-weight:400;text-align:center;max-width:319px;margin:0 auto}.marketing-guide-form_success a{color:#fff!important}.marketing-guide-form label{color:#fff;font-size:14px;line-height:100%;font-weight:400;margin-top:14px}.marketing-guide-form label>span{color:#727272}.marketing-guide-form_input{width:100%;height:48px;padding:0 16px;font-size:14px;line-height:100%;font-weight:400;margin-top:14px;background:#100f17;border-radius:8px;border:none;appearance:none;color:#fff}.marketing-guide-form_input:is(textarea){height:170px;padding-top:16px;border-radius:24px;line-height:20px}.marketing-guide-form_input::placeholder{color:#fff6;font-family:Lato,sans-serif}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0}}@keyframes astroFadeOut{to{opacity:0}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}