article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box;color:#fff;font-family:Inter}.dnone{display:none}a{text-decoration:none}*{-webkit-tap-highlight-color:transparent}input,textarea{box-sizing:border-box}.free_img{width:0px;height:0px;display:flex;justify-content:center;align-items:center;position:relative}html{background:#000;scroll-behavior:smooth}.App{width:100%;overflow:hidden}.Header{position:fixed;width:100%;z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0008;padding:12px}@media(max-width:800px){.Header{background:linear-gradient(to bottom,#000 20%,#0000);background:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:4px 12px}}.Header_logo{position:relative;z-index:9}@media(max-width:800px){.Header_logo{filter:drop-shadow(2px 2px 1px black)}}.Header_container{display:flex;align-items:center;justify-content:space-between;max-width:1500px;width:100%;margin:0 auto}.Header_cta{display:block}@media(max-width:900px){.Header_cta{display:none}}.Header_mmOpener{display:none;min-width:48px;min-height:48px;max-width:48px;max-height:48px;position:relative;z-index:9;background:#000;border-radius:8px}@media(max-width:900px){.Header_mmOpener{display:flex;justify-content:center;align-items:center}}.Header_mmOpener_el{transition:transform .2s}.Header_mmOpener_el_inner{min-width:32px;max-width:32px;min-height:2px;max-height:2px;background:#fff;transition:transform .2s}.Header_mmOpener_el:first-child{transform:translateY(-7px)}.Header_mmOpener_el:last-child{transform:translateY(7px)}.Header_mmOpener_el:last-child .Header_mmOpener_el_inner{min-height:4px;max-height:4px}.Header_mmOpener_opened .Header_mmOpener_el{transform:translateY(0)}.Header_mmOpener_opened .Header_mmOpener_el_inner_1{transform:rotate(-45deg)}.Header_mmOpener_opened .Header_mmOpener_el_inner_2{transform:rotate(45deg)}.Header_links{display:flex;align-items:center;gap:24px}@media(max-width:900px){.Header_links{position:fixed;transform:translate(100vw);width:100vw;min-height:calc(var(--vh) * 100);background:linear-gradient(to bottom,#0000,#000c 10% 90%,#0000);top:0;transition:transform .4s;z-index:8;flex-direction:column;padding-top:120px}}.Header_links_opened{transform:translate(-12px)}.Header_links_cta{display:none}@media(max-width:900px){.Header_links_cta{display:block}}.Button{border-radius:8px;padding:14px 24px;border:1px solid white;color:#fff;transition:border .2s,background-color .2s,color .2s;font-family:Outfit;font-weight:500;font-size:16px;text-transform:uppercase;cursor:pointer}.Button_colorBlue{background-color:#14ace4;border:1px solid #14ACE4}.Button_noBorder{border:none}.Button:hover{background-color:#fff;border:1px solid #fff}.Button:hover .Text{color:#000}.Button:hover img{filter:invert(1)}.Button_insta{background:radial-gradient(circle at 0% -10%,#6843ed 7.5%,#de2569 30%,#fed36c 50%);background-size:250% 250%;border:none!important;transition:background-position .3s}.Button_insta:hover{background-position:100%}img{transition:filter .3s}.Text{font-size:var(--fs_s_16);transition:color .3s}.Text_transitionOpa{transition:opacity .3s}.Text_hoverOpa:hover{opacity:.5}.Text_pal{pointer-events:all}.Text_wfit{min-width:fit-content}.Text_tac{text-align:center}.Text_fs_3xl_80{font-size:var(--fs_3xl_80)}.Text_fs_2xl_56{font-size:var(--fs_2xl_56)}.Text_lh_2xl_56{line-height:var(--lh_to_2xl_56)}.Text_fs_xl_32{font-size:var(--fs_xl_32)}.Text_fs_l_24{font-size:var(--fs_l_24)}.Text_fs_m_20{font-size:var(--fs_m_20)}.Text_fs_s_16{font-size:var(--fs_s_16)}.Text_ff_outfit{font-family:Outfit}.Text_fw_800{font-weight:800}.Text_fw_600{font-weight:600}.Text_fw_700{font-weight:700}.Text_fw_500{font-weight:500}.Text_fw_400{font-weight:400}.Text_color_primary{color:#14ace4}.Text_color_half{color:#fff8}.Text_color_third{color:#ffffff52}.Text_inline{display:inline}.Text_uppercase{text-transform:uppercase}.Text_transitionColor{transition:color .3s}.Text_hoverWhite:hover{color:#fff}.Hero{display:flex;flex-direction:column;justify-content:end;align-items:center;min-height:calc(var(--vh) * 100);padding-top:200px;padding-bottom:80px;position:relative;overflow:hidden;gap:40px}.Hero:before{content:"";position:absolute;inset:0;z-index:0;background:url(/heroBg.webp) center/cover no-repeat;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);opacity:0;transform:scale(1.1);transform-origin:center;animation:HeroBgReveal 2s ease-out forwards}.Hero *{position:relative;z-index:1}.Hero_text{display:flex;flex-direction:column;gap:12px}.Hero_subheader{text-align:center;font-size:16px;font-weight:600;color:#fff8;opacity:0;transform:translateY(20px);transition:opacity .45s ease,transform .45s ease}.Hero_subheader_visible{opacity:1;transform:translateY(0)}.Hero_subheader span{color:#fff}.Hero_header .Text{line-height:var(--lh_to_3xl_80)}.Hero_typing_first .Hero_header .Text:first-child:after{content:"|";margin-left:6px;line-height:1;animation:HeroCaretBlink .7s steps(1,end) infinite}.Hero_typing_second .Hero_header .Text:nth-child(2):after{content:"|";margin-left:6px;line-height:1;animation:HeroCaretBlink .7s steps(1,end) infinite}.Hero_cta{opacity:0;transform:translateY(20px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}.Hero_cta_visible{opacity:1;transform:translateY(0);pointer-events:auto}@keyframes HeroBgReveal{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes HeroCaretBlink{0%,49%{opacity:1}50%,to{opacity:0}}.About{display:flex;align-items:center;justify-content:center;gap:80px;padding:0 12px}.About_content{display:flex;flex-direction:column;gap:24px;max-width:600px}.About_decor{width:100%;max-width:600px}@media(max-width:1000px){.About_decor{display:none}}.Advantages{display:flex;align-items:center;justify-content:center;gap:24px;width:100%;max-width:1600px;margin:80px auto 0;padding:0 12px}@media(max-width:1200px){.Advantages{flex-wrap:wrap;row-gap:32px}}@media(max-width:800px){.Advantages{margin-top:64px;row-gap:64px}}.Advantages_el{width:100%;display:flex;flex-direction:column;gap:24px}@media(max-width:1200px){.Advantages_el{width:calc(50% - 12px)}}@media(max-width:700px){.Advantages_el{width:100%}}.Advantages_el img{width:100%}.Route{padding:0 12px;margin-top:80px}@media(max-width:800px){.Route{margin-top:64px}}.Route_content{display:flex;align-items:center;gap:80px;min-height:100vh;margin-top:56px}.Route_decor{width:100%;position:relative;display:flex;align-items:center}.Route_decor_stage{position:relative;width:100%;max-width:1000px;height:clamp(420px,72vh,760px);overflow:hidden;border-radius:24px}.Route_decor_img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;will-change:transform,opacity}.Route_header{display:flex;flex-direction:column;align-items:center;gap:24px}.Route_list{display:flex;flex-direction:column;gap:44px;width:100%;align-items:end;will-change:transform}.Route_list_view{width:100%;height:clamp(420px,72vh,760px);overflow:visible;display:flex;align-items:start}.Route_el{display:flex;align-items:start;gap:24px;width:100%;max-width:600px;will-change:transform,opacity}.Route_el_img{display:none;width:100%;max-width:100%;margin-top:16px;border-radius:16px;height:auto;object-fit:cover}.Route_el_num{display:flex;flex-direction:column;align-items:center;gap:12px}.Route_el_num_inner{min-width:48px;min-height:48px;max-width:48px;max-height:48px;border-radius:100px;border:1px solid #14ace4;display:flex;justify-content:center;align-items:center}.Route_el_num_line{height:80px;width:1px;background:linear-gradient(to bottom,#14ace4,#14ace400)}@media(max-width:800px){.Route_el_num_line{height:50vw}}.Route_el_content{display:flex;flex-direction:column;gap:12px;padding-top:12px}.Route_el_content_extra{margin-top:-6px;padding:6px 20px;border-radius:100px;border:1px solid #14ace4;width:fit-content;margin-bottom:8px}@media(max-width:800px){.Route_content{min-height:auto;align-items:stretch;margin-top:40px}.Route_list_view{height:auto;overflow:visible;align-items:start}.Route_list{transform:none!important}.Route_el{max-width:100%;height:auto!important;opacity:1!important;transform:none!important}.Route_el_img{display:block}.Route_decor{display:none}}.Gallery{width:100%;max-width:1700px;margin:80px auto 0}@media(max-width:800px){.Gallery{margin-top:64px}}.Gallery_header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.Gallery_list{display:flex;gap:24px;margin-top:40px;width:max-content;overflow:visible;transition:transform .35s ease;will-change:transform;touch-action:pan-y}.Gallery_el{display:flex;align-items:flex-end;flex-direction:column;flex:0 0 500px;width:500px;position:relative}.Gallery_el img{width:100%}.Gallery_el_link{position:absolute;right:24px;bottom:24px}.Gallery_nav{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:24px auto 0}@media(max-width:1000px){.Gallery_nav{flex-wrap:wrap;gap:16px;margin-top:32px}}.Gallery_nav_text{display:flex;align-items:center;gap:12px}@media(max-width:1000px){.Gallery_nav_text{width:100%;justify-content:center}}.Gallery_nav_buttons{display:flex;align-items:center}@media(max-width:1000px){.Gallery_nav_buttons{width:100%;justify-content:center}}.Gallery_nav_buttons_el{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;opacity:.4;cursor:pointer;transition:opacity .25s;border:0;background:transparent}.Gallery_nav_buttons_el:hover{opacity:1}.Gallery_nav_buttons_el:first-child img{rotate:180deg}.Gallery_nav_buttons_spacer{opacity:0!important;pointer-events:none!important}@media(max-width:1000px){.Gallery_nav_buttons_spacer{display:none}}@media(max-width:600px){.Gallery_el{flex-basis:calc(100vw - 50px);width:calc(100vw - 50px)}}.Pricing{min-height:500px;margin-top:56px}@media(max-width:800px){.Pricing{margin-top:32px}}.Pricing_header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding-top:24px}.Pricing_el{width:100%;max-width:450px;padding:24px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;display:flex;flex-direction:column;gap:24px}.Pricing_el_header{display:flex;flex-direction:column;gap:12px}.Pricing_el_time{display:flex}.Pricing_el_time_el{display:flex;align-items:center;gap:8px}.Pricing_el_time_el:not(:last-child){padding-right:12px}.Pricing_el_time_el:not(:first-child){padding-left:12px;border-left:1px solid rgba(255,255,255,.08)}.Pricing_el_advantages{padding:12px;background:#ffffff0a;border-radius:8px}.Pricing_el_advantages_el{display:flex;align-items:center;gap:8px}.Pricing_el_advantages_el:not(:last-child){padding-bottom:8px}.Pricing_el_advantages_el:not(:first-child){padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.Pricing_border{border:1px solid rgba(255,255,255,.08);border-radius:12px}.Pricing_list{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:24px;padding:0 12px}@media(max-width:850px){.Pricing_list{flex-direction:column}}.Pricing_list_sec{width:100%;display:flex;justify-content:center;gap:24px;max-width:924px;margin:24px auto 0}@media(max-width:850px){.Pricing_list_sec{flex-direction:column}}.Pricing_list_two{width:100%;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:12px}.Pricing_list_two_0{align-items:end}@media(max-width:850px){.Pricing_list_two_0{align-items:center}}.Pricing_list_two_1{align-items:start}@media(max-width:850px){.Pricing_list_two_1{align-items:center}}.Pricing_list_header{width:100%;max-width:700px;padding:0 12px;margin:80px auto 0;display:flex;align-items:center;justify-content:center;gap:24px}.Pricing_list_header_line{width:100%;height:1px;background:linear-gradient(to left,#14ace4,#14ace400)}.Pricing_list_header_line:last-child{background:linear-gradient(to right,#14ace4,#14ace400)}.Pricing_line{width:calc(100% - 48px);height:1px;background-color:#ffffff14;margin:0 auto}.Pricing_decor{min-width:100vw!important;align-items:baseline!important;z-index:-1}.Pricing_decor_bg{width:100%}.Pricing_decor_bg img{opacity:.2;width:100%;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 100%);mask-image:linear-gradient(to bottom,#000,transparent 100%)}.PricingEl{width:100%;max-width:450px;padding:24px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;display:flex;flex-direction:column;gap:24px}.PricingEl_noBorder{border:none}.PricingEl_header{display:flex;flex-direction:column}.PricingEl_mt{margin-top:12px}.PricingEl_popular{min-width:100%!important;align-items:end!important;justify-content:end!important;top:8px;left:25px}.PricingEl_popular_bg{padding:6.5px 12px;background-color:#14ace4;border-radius:0 8px}.PricingEl_time{display:flex}.PricingEl_time_el{display:flex;align-items:center;gap:8px}.PricingEl_time_el:not(:last-child){padding-right:12px}.PricingEl_time_el:not(:first-child){padding-left:12px;border-left:1px solid rgba(255,255,255,.08)}.PricingEl_advantages{padding:12px;background:#ffffff0a;border-radius:8px}.PricingEl_advantages_el{display:flex;align-items:center;gap:8px}.PricingEl_advantages_el:not(:last-child){padding-bottom:8px}.PricingEl_advantages_el:not(:first-child){padding-top:8px;border-top:1px solid rgba(255,255,255,.08)}.PricingEl_blue{background-color:#14ace414;border:1px solid #14ACE4}.FAQ{margin-top:56px;padding-top:24px;padding-bottom:24px;background-color:#ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.FAQ_container{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:start;padding:0 12px}@media(max-width:800px){.FAQ_container{flex-wrap:wrap;gap:32px}}.FAQ_left{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:24px}.FAQ_left_text{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start}.FAQ_right{width:100%;display:flex;flex-direction:column;justify-content:start;align-items:start}.FAQEl{width:100%;border-top:1px solid rgba(255,255,255,.0784313725);border-bottom:1px solid rgba(255,255,255,.0784313725);padding:27.5px 0}.FAQEl_top{width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.FAQEl_text{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .2s ease}.FAQEl_close{width:24px;height:24px;position:relative}.FAQEl_text{overflow:hidden;max-height:0;opacity:0;margin-top:0;transition:max-height .3s ease,margin-top .3s,opacity .3s ease}.FAQEl.active .FAQEl_text{opacity:1;margin-top:20px}.FAQEl.active .span{background-color:#14ace4}.FAQEl.active .span_1{transform:translate(-50%,-50%) rotate(45deg)}.FAQEl.active .span_2{transform:translate(-50%,-50%) rotate(-45deg)}.span{position:absolute;top:50%;left:50%;width:70%;height:2px;background-color:#fff;transform:translate(-50%,-50%) rotate(0);transition:transform .3s ease,background-color .3s}.span_1{transform:translate(-50%,-50%) rotate(0)}.span_2{transform:translate(-50%,-50%) rotate(90deg)}.Engine{padding:0 12px;margin-top:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.Engine_btn{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:56px;gap:24px}.Engine_btn_content{display:flex;gap:6px;align-items:center}.Engine_decor{min-width:100%!important;justify-content:end}@media(max-width:1000px){.Engine_decor{display:none}}.Engine_decor_arrow img{rotate:-90deg;transition:filter .3s;cursor:pointer}.Engine_decor_arrow img:hover{filter:invert(.5)}:root{--fs_3xl_80: 80px;--lh_to_3xl_80: 70px;--fs_2xl_56: 56px;--lh_to_2xl_56: 56px;--fs_xl_32: 32px;--fs_l_24: 24px;--fs_m_20: 20px;--fs_s_16: 16px;--containerW: 1680px}@media(max-width:1440px){:root{--fs_3xl_80: 64px;--lh_to_3xl_80: 60px}}@media(max-width:800px){:root{--fs_3xl_80: 48px;--lh_to_3xl_80: 44px;--fs_2xl_56: 36px;--lh_to_2xl_56: 36px;--fs_xl_32: 28px;--fs_l_24: 22px;--fs_m_20: 18px}}.Footer{padding:80px 80px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}@media(max-width:1000px){.Footer{padding:32px 12px}}.Footer_top,.Footer_bottom{width:100%;display:flex;justify-content:space-between;align-items:center}@media(max-width:800px){.Footer_top,.Footer_bottom{flex-wrap:wrap;justify-content:center;gap:24px}.Footer_top .Text,.Footer_bottom .Text{text-align:center}}.Footer_top_links,.Footer_bottom_links{width:50%;display:flex;justify-content:end;align-items:center;gap:24px}@media(max-width:800px){.Footer_top_links,.Footer_bottom_links{width:100%;justify-content:left;flex-direction:column}}
