

/* @app.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0);box-sizing:border-box}html:before,html:after,body:before,body:after,div:before,div:after,span:before,span:after,object:before,object:after,iframe:before,iframe:after,h1:before,h1:after,h2:before,h2:after,h3:before,h3:after,h4:before,h4:after,h5:before,h5:after,h6:before,h6:after,p:before,p:after,blockquote:before,blockquote:after,pre:before,pre:after,abbr:before,abbr:after,address:before,address:after,cite:before,cite:after,code:before,code:after,del:before,del:after,dfn:before,dfn:after,em:before,em:after,img:before,img:after,ins:before,ins:after,kbd:before,kbd:after,q:before,q:after,samp:before,samp:after,small:before,small:after,strong:before,strong:after,var:before,var:after,b:before,b:after,i:before,i:after,dl:before,dl:after,dt:before,dt:after,dd:before,dd:after,ol:before,ol:after,ul:before,ul:after,li:before,li:after,fieldset:before,fieldset:after,form:before,form:after,label:before,label:after,legend:before,legend:after,article:before,article:after,aside:before,aside:after,canvas:before,canvas:after,details:before,details:after,figcaption:before,figcaption:after,figure:before,figure:after,footer:before,footer:after,header:before,header:after,hgroup:before,hgroup:after,menu:before,menu:after,nav:before,nav:after,section:before,section:after,summary:before,summary:after,time:before,time:after,mark:before,mark:after,audio:before,audio:after,video:before,video:after,button:before,button:after{box-sizing:border-box}sub,sup{margin:0;padding:0;border:0;outline:0;font-size:100%;background:rgba(0,0,0,0);box-sizing:border-box}sub:before,sub:after,sup:before,sup:after{box-sizing:border-box}a:before,a:after{box-sizing:border-box}table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:none}q:before,q:after{content:none}:focus{outline:0}input[type=text],textarea{-webkit-appearance:none}input[type=text]::-ms-clear,textarea::-ms-clear{display:none}input,textarea{border-radius:0;box-sizing:border-box}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:rgba(0,0,0,.4)}input::-moz-placeholder,textarea::-moz-placeholder{color:rgba(0,0,0,.4)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:rgba(0,0,0,.4)}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:rgba(0,0,0,0)}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}textarea{resize:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;word-wrap:break-word}@font-face{font-family:"Roboto";src:url("../fonts/Roboto-Regular.woff2") format("woff2"),url("../fonts/Roboto-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"AreaNormal";src:url("../fonts/AreaNormal-Thin.woff2") format("woff2"),url("../fonts/AreaNormal-Thin.woff") format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"AreaNormal";src:url("../fonts/AreaNormal-Regular.woff2") format("woff2"),url("../fonts/AreaNormal-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"AreaNormal";src:url("../fonts/AreaNormal-SemiBold.woff2") format("woff2"),url("../fonts/AreaNormal-SemiBold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}:root{--full-screen: calc(var(--vh, 1vh) * 100);--height-header: 10rem;--header-transform-value: 0px;--height-footer: 10rem;--gl-indent: 2rem;--gl-hr-indent: 5.2rem}@media(min-width: 992px){:root{--header-transform-value: 4.8rem;--hero-paddind-top: 17.4rem}}@media(max-width: 991px){:root{--hero-paddind-top: 12rem}}html{height:100%;font:400 10px/1.33 "Roboto",sans-serif}@media(min-width: 1600px){html{font-size:.625vw}}@media(min-width: 992px)and (max-width: 1599px){html{font-size:.7320644217vw}}@media(max-width: 374px){html{font-size:2.6666666667vw}}body{position:relative;display:flex;height:100%;font-size:1.6rem;color:#e6eaed;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#222428}@supports(display: grid){body{display:block}}body.body--popup_open,body.body--open_menu_state{overflow:hidden}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#222428;opacity:1;transition:opacity .3s;z-index:1000}.body--loaded .preloader{pointer-events:none;opacity:0}.wrapper{position:relative;width:100%;display:flex;flex-direction:column;min-height:100%;height:auto !important;overflow-x:hidden}.base{width:100%;position:relative;flex:1 0 auto}a{text-decoration:none;color:#4aa3df}a:hover,a:focus{text-decoration:underline}.editor-styles-wrapper .wp-block{margin-bottom:5rem}html :where(.wp-block){max-width:1200px}.editor-styles-wrapper{overflow-x:hidden}.video_background_blend{filter:brightness(0.8);mix-blend-mode:lighten}.video_background_blend_black{filter:contrast(0.82) brightness(1.15) drop-shadow(0 0 0 rgba(0, 0, 0, 0.5));mix-blend-mode:lighten}.header{position:fixed;top:0;left:0;height:var(--height-header);width:100%;padding:2rem var(--gl-indent);display:flex;align-items:center;font-size:1rem;transition:height .3s ease,background-color .3s ease,z-index 1.3s ease;pointer-events:none;z-index:100}.header::before,.header::after{position:absolute;top:0;left:0;width:100%;transform-origin:0 0;pointer-events:none;transition:opacity .3s ease;content:""}.header::before{height:22rem;background:linear-gradient(180deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%)}.header::after{height:120%;background:linear-gradient(180deg, #222428 80%, rgba(34, 36, 40, 0) 100%);opacity:0}.body--open_menu_state .header{z-index:200}.header.header--scroll_state{pointer-events:all}.header.header--scroll_state::before{opacity:0}.header.header--scroll_state::after{opacity:1}.header__in{position:relative;z-index:1;display:flex;align-items:center;gap:2rem;width:100%;max-width:100%;margin:0 auto}@media(min-width: 992px){.header__in{padding-inline:9rem 4.4rem}}.header__logo_wrap{position:relative}@media(min-width: 992px){.header__logo_wrap{padding-bottom:3.5rem}}@media(max-width: 991px){.header__logo_wrap{padding-bottom:2.4rem}}.header__logo_wrap:not(:last-child){margin-bottom:1rem}.header__logo_wrap::before{position:absolute;bottom:0;width:3.4rem;height:2px;background-color:#222428;content:""}@media(min-width: 992px){.header__logo_wrap::before{left:4rem}}@media(max-width: 991px){.header__logo_wrap::before{left:0}}.header__logo_link{position:relative;display:block;aspect-ratio:264/54}.header__logo_link:not(.header__logo_link--menu_mod){pointer-events:all}@media(min-width: 992px){.header__logo_link:not(.header__logo_link--menu_mod):not(.header--scroll_state .header__logo_link:not(.header__logo_link--menu_mod)){transform:translateY(var(--header-transform-value))}}@media(min-width: 992px){.header__logo_link{width:22.5rem;transition:transform .3s ease}}@media(max-width: 991px){.header__logo_link{width:20.4rem}}.header__logo_pic{display:block}.header__logo{display:block;width:100%;height:100%;object-fit:contain}.header__menu_trigger{position:relative;z-index:2;display:block;margin-left:auto;aspect-ratio:1;pointer-events:all !important;cursor:pointer;transition:opacity .3s ease,transform .3s ease}@media(min-width: 992px){.header__menu_trigger{width:4.2rem}}@media(max-width: 991px){.header__menu_trigger{width:3.4rem}}@media(min-width: 992px){.header__menu_trigger{transition:transform .3s ease}}@media(min-width: 992px){.header__menu_trigger:not(.header--scroll_state .header__menu_trigger){transform:translateY(var(--header-transform-value))}}.header__menu_trigger span,.header__menu_trigger::before,.header__menu_trigger::after{position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#fff;border-radius:5rem;content:""}.header__menu_trigger span{transition:transform .3s ease-in-out,background-color 0s .5s ease-in-out}.header__menu_trigger span::before,.header__menu_trigger span::after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:inherit;content:""}@media(min-width: 992px){.header__menu_trigger span::before,.header__menu_trigger span::after{transition:transform .3s ease-in-out,background-color .3s .5s ease-in-out}}@media(max-width: 991px){.header__menu_trigger span::before,.header__menu_trigger span::after{transition:transform .3s ease-in-out,background-color .3s .5s ease-in-out}}@media(min-width: 992px){.header__menu_trigger::before,.header__menu_trigger::after{transition:transform .3s .5s ease-in-out,background-color .3s .5s ease-in-out,opacity 0s .5s ease-in-out}}@media(max-width: 991px){.header__menu_trigger::before,.header__menu_trigger::after{transition:transform .3s .5s ease-in-out,background-color .3s .5s ease-in-out,opacity 0s .5s ease-in-out}}.header__menu_trigger::before{transform:translateY(-1rem)}.header__menu_trigger::after{transform:translateY(1rem)}.body--open_menu_state .header__menu_trigger::before,.body--open_menu_state .header__menu_trigger::after{background-color:#222428;opacity:0;transform:translateY(0);transition:transform .3s ease-in-out,background-color .3s ease-in-out,opacity 0s .5s ease-in-out}.body--open_menu_state .header__menu_trigger span{background-color:rgba(0,0,0,0);transition:transform .3s ease-in-out,background-color .3s 0s ease-in-out}.body--open_menu_state .header__menu_trigger span::before,.body--open_menu_state .header__menu_trigger span::after{background-color:#222428;transition:transform .3s .5s ease-in-out,background-color .3s ease-in-out}.body--open_menu_state .header__menu_trigger span::before{transform:rotate(-45deg)}.body--open_menu_state .header__menu_trigger span::after{transform:rotate(45deg)}@media(any-hover: hover){.header__menu_trigger:hover,.header__menu_trigger:focus-visible{opacity:.6}}.header__menu_body{position:fixed;top:0;left:0;width:100%;height:100dvh;color:#222428;background-color:#4fffd9;transition:opacity .5s .6s,clip-path .7s .6s cubic-bezier(0.4, 0, 0.2, 1),transform 0s ease;pointer-events:none}@media(min-width: 992px){.header__menu_body{opacity:0}}@media(max-width: 991px){.header__menu_body{transition-delay:.1s;clip-path:inset(0% 0% 100% 0%)}}.header__menu_body:not(.body--open_menu_state .header__menu_body){transform:translateY(100%)}@media(min-width: 992px){.header__menu_body:not(.body--open_menu_state .header__menu_body){transition:opacity .5s .6s,clip-path .7s .6s cubic-bezier(0.4, 0, 0.2, 1),transform 0s 1s ease}}@media(max-width: 991px){.header__menu_body:not(.body--open_menu_state .header__menu_body){transition:opacity .5s .6s,clip-path .7s .6s cubic-bezier(0.4, 0, 0.2, 1),transform 0s 1.3s ease}}.body--open_menu_state .header__menu_body{transition:opacity .5s,clip-path .7s .1s cubic-bezier(0.4, 0, 0.2, 1);pointer-events:all}@media(min-width: 992px){.body--open_menu_state .header__menu_body{opacity:1}}@media(max-width: 991px){.body--open_menu_state .header__menu_body{clip-path:inset(0% 0% 0% 0%)}}.header__menu_in{display:flex;flex-direction:column;align-items:flex-start;height:100%;max-width:112.6rem;margin:0 auto;padding:6.8rem var(--gl-indent) 0}@media(max-width: 991px){.header__menu_in{padding-top:2.8rem}}.header__menu_content{flex-grow:1;display:flex;flex-direction:column;align-items:flex-start;gap:4rem;overflow-y:auto;scrollbar-width:none}@media(min-width: 992px){.header__menu_content{width:100%;padding:4.2rem 0 13.9rem 4.2rem}}@media(max-width: 991px){.header__menu_content{width:calc(100% + var(--gl-indent));padding-block:2.2rem 6rem;margin-right:calc(var(--gl-indent)*-1);padding-right:var(--gl-indent)}}.header__menu_content::-webkit-scrollbar{width:0;height:0;background:rgba(0,0,0,0)}.header__menu_content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header__menu_content::-webkit-scrollbar-thumb{width:0;height:0}.header__menu_content::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.header__item{line-height:1.5}@media(min-width: 992px){.header__item{font-size:4.4rem}}@media(max-width: 991px){.header__item{font-size:3.2rem}}.header__item.header__item--current_state{border-bottom:2px solid #222428}.header__item.header__item--current_state:hover,.header__item.header__item--current_state:focus{opacity:1;text-decoration:none}.header__link{font-family:"AreaNormal",sans-serif;color:inherit;transition:opacity .3s ease}.header__link:hover,.header__link:focus{opacity:.6;text-decoration:none}.header__social{gap:2.6rem;margin-top:auto;padding-top:4.2rem;min-width:26.2rem;border-top:2px solid #222428;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:center}.header__social_link{display:block;max-width:3.8rem;height:2.8rem;color:inherit;transition:opacity .3s ease}.header__social_link:hover,.header__social_link:focus{opacity:.6;text-decoration:none}.section{position:relative;width:100%;font-size:1rem}.section:not(.section--small_paddings_mod,.investors_content){padding:var(--gl-hr-indent) var(--gl-indent)}.section.section--small_paddings_mod{padding:2.2rem var(--gl-indent)}@media(min-width: 992px){.section.investors_content{padding:7rem var(--gl-indent) 2.5rem}}@media(max-width: 991px){.section.investors_content{padding:5rem var(--gl-indent) 2.5rem}}.section.section--hero_mod{padding-top:calc(var(--gl-hr-indent) + var(--hero-paddind-top))}.section.section--hero_mod.hero--hiring_mod,.section.section--hero_mod.hero--investors_mod{padding-bottom:8rem}.section.section--top_dots_mod,.section.section--bottom_dots_mod{position:relative}.section.section--top_dots_mod::before,.section.section--bottom_dots_mod::before{position:absolute;height:3px;content:"";background-image:url("./../images/dots_line.svg");background-repeat:repeat-x}@media(min-width: 992px){.section.section--top_dots_mod::before,.section.section--bottom_dots_mod::before{left:15.8rem;right:9.8rem}}@media(max-width: 991px){.section.section--top_dots_mod::before,.section.section--bottom_dots_mod::before{left:var(--gl-indent);right:var(--gl-indent)}}@media(min-width: 992px){.section.section--top_dots_mod.news_block::before,.section.section--bottom_dots_mod.news_block::before{left:0;right:0}}.section.section--bottom_dots_mod::before{bottom:0;background-position:bottom center}.section.section--top_dots_mod::before{top:0;background-position:top}@media screen and (min-aspect-ratio: 1.2)and (min-width: 992px){.section.section--fullscreen_mod{min-height:100vh;min-height:100svh;display:flex;align-items:center}}.section__in{max-width:100%;width:100%;margin:0 auto}@media(min-width: 992px){.section__in.section__in--left_mod{position:relative;padding-left:17.8rem}}@media(min-width: 992px){.section__in.section__in--left_mod:not(.section__in--right_none_mod,.section__in--article_mod,.section__in--faq_mod){padding-right:12.2rem}}@media(min-width: 992px){.section__in.section__in--left_mod.section__in--article_mod{padding-right:9.2rem}}@media(min-width: 992px){.section__in.section__in--left_mod.section__in--faq_mod{padding-right:9.8rem}}.section__body{position:relative}@media(min-width: 992px){.section__body{padding-left:1.2rem}}.news_block .section__body{padding-left:0}@media(min-width: 992px){.news_block--big_indent_mod .section__body{padding-bottom:5.8rem}}.section__label{color:#35393e;font-family:"AreaNormal",sans-serif;font-weight:600;line-height:1.3}@media(min-width: 992px){.section__label{font-size:calc(7.3rem/1.054173)}}@media(max-width: 991px){.section__label{font-size:7.3rem}}@media(min-width: 992px){.section__in .section__label{position:absolute;top:.6rem;left:-1.3rem;transform:rotate(180deg) translateX(100%);writing-mode:vertical-lr}.section--hero_mod .section__in .section__label{top:1.8rem;left:-3.6rem}}@media(max-width: 991px){.section__in .section__label{position:relative;z-index:2;margin-bottom:1.6rem}}.article .section__in .section__label{font-size:3.5rem;letter-spacing:.05em;text-transform:uppercase}.section--hero_mod .section__in .section__label{font-size:3.5rem;letter-spacing:.05em;text-transform:uppercase}@media(max-width: 767px){.section--hero_mod .section__in .section__label{position:relative;z-index:2}}@media(min-width: 992px){.investors_content .section__in .section__label{top:0rem;left:-1.3rem}}.section--hero_mod .section__label{font-size:3.5rem}.footer{position:relative;width:100%;padding:5.5rem var(--gl-indent)}.footer__in{width:100%;max-width:100%;margin:0 auto}@media(min-width: 992px){.footer__in{padding-inline:9rem}}@media(min-width: 992px){.footer__row{display:flex}}.footer__item{display:flex;align-items:center;width:100%}@media(min-width: 992px){.footer__item{min-height:9.6rem;padding-inline:1rem}}@media(min-width: 992px){.footer__item:not(:last-child){border-right:1px solid #74797f}}@media(min-width: 992px){.footer__item:first-child{max-width:13rem}}.footer__item_wrapper{margin-inline:auto}@media(max-width: 991px){.footer__item_wrapper{display:flex;flex-direction:column;align-items:center}}@media(min-width: 992px){.footer__item:first-child .footer__item_wrapper{margin-left:0}}@media(min-width: 992px){.footer__list_item:not(:last-child){margin-bottom:.6rem}}.footer__link{display:flex;align-items:center;gap:2rem;color:#74797f;transition:color .3s ease;font-size:1.8rem;font-weight:400;line-height:1.7;font-weight:600;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.footer__link{font-size:calc(1.7rem/1.054173)}}@media(max-width: 991px){.footer__link{margin-bottom:1.6rem}}.footer__link.footer__link_small--mod{font-size:1rem;color:#5e646c}@media(min-width: 992px){.footer__link.footer__link_small--mod{max-width:17rem}}@media(max-width: 991px){.footer__link.footer__link_small--mod{margin-bottom:0}}.footer__link:hover,.footer__link:focus{color:#4fffd9;text-decoration:none}.footer__logo_wrapper{width:5rem;aspect-ratio:1}.footer__logo{display:block;width:100%;height:100%;object-fit:contain}.footer__icon{max-width:3rem}.footer__copy{color:#74797f;text-align:center;font-weight:400;line-height:1.68}@media(min-width: 992px){.footer__copy{font-size:1.5rem}}@media(max-width: 991px){.footer__copy{font-size:1.6rem}}@media(min-width: 992px){.footer__copy{font-size:1.6rem}}@media(min-width: 992px){.footer__copy:not(:first-child){margin-top:4.4rem}}@media(max-width: 991px){.footer__copy:not(:first-child){margin-top:3.6rem}}.footer__copy a{color:#999;text-decoration:underline;transition:color .3s ease}.footer__copy a:hover,.footer__copy a:focus{color:#00c5eb}.popup{position:fixed;top:0;left:0;z-index:101;display:flex;align-content:stretch;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;padding:2rem var(--gl-indent);background-color:rgba(0,0,0,.9);transition:opacity .3s ease;will-change:opacity}.popup:not(.popup--open_state){opacity:0;pointer-events:none}.popup.popup--open_state{opacity:1;pointer-events:initial}.popup_in{position:relative;width:100%;max-width:100%;margin:auto;background-color:#fff}.popup_close{position:absolute;top:2.4rem;right:2.4rem;z-index:5;width:2.4rem;height:2.4rem;transition:opacity .3s ease;will-change:opacity;cursor:pointer}.popup_close:hover,.popup_close:focus{opacity:.7}.popup_close::before,.popup_close::after{position:absolute;top:1rem;left:0;height:2px;width:2.4rem;content:"";background-color:#000}.popup_close::before{transform:rotate(45deg)}.popup_close::after{transform:rotate(-45deg)}@media(min-width: 992px){.contact_form{padding-left:8.3rem;padding-right:8.3rem}}.contact_form__in{display:flex;background-color:#1e2024;background-image:url("./../images/lines_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2.4rem;overflow:hidden}@media(max-width: 767px){.contact_form__in{background-repeat:repeat;background-size:unset}}@media(min-width: 992px){.contact_form__in{padding:6.4rem 6.4rem 3.6rem 10.2rem;gap:9rem;min-height:37.6rem}}@media(max-width: 991px){.contact_form__in{padding:3rem;gap:4rem;flex-direction:column;align-items:center;min-height:30rem}}.contact_form__info{display:flex;flex-direction:column;margin-top:-1rem;color:#e6eaed}.contact_form__info>p{font-weight:400;line-height:1.68}@media(min-width: 992px){.contact_form__info>p{font-size:1.5rem}}@media(max-width: 991px){.contact_form__info>p{font-size:1.6rem}}@media(min-width: 992px){.contact_form__info{gap:4rem}}@media(max-width: 991px){.contact_form__info{gap:2.4rem}}.contact_form__title{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.contact_form__title{font-size:3.6rem}}@media(max-width: 991px){.contact_form__title{font-size:3.1rem}}.contact_form__title h3{color:#4fffd9;font-weight:400}.contact_form__body{width:100%}@media(min-width: 992px){.contact_form__body{flex:1 0 49.8rem}}.contact_form__body form{display:flex;flex-wrap:wrap;justify-content:end;font-family:"AreaNormal",sans-serif}.contact_form__body form>ul{display:flex;flex-wrap:wrap;flex:1 0 100%}.contact_form__body form>ul:not(:last-child){margin-bottom:2.2rem}@media(min-width: 768px){.contact_form__body form .contact_form__input{width:50%;padding-right:2.5rem}}@media(max-width: 767px){.contact_form__body form .contact_form__input{width:100%}}.contact_form__body form .contact_form__input:not(:last-child){margin-bottom:2.2rem}@media(min-width: 768px){.contact_form__body form .contact_form__select{width:50%}}@media(max-width: 767px){.contact_form__body form .contact_form__select{width:100%}}.contact_form__body form .contact_form__select:not(:last-child){margin-bottom:2.2rem}.contact_form__body form .contact_form__textarea{width:100%}@media(max-width: 575px){.contact_form__body form .btn--primary_v2_mod{width:100%}}.contact_form__btn{width:100%;display:flex;justify-content:flex-end}.text_content h2{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.text_content h2{font-size:3.8rem}}@media(max-width: 991px){.text_content h2{font-size:3.3rem}}.text_content h2 strong{color:#e6eaed;font-weight:normal}.text_content h2:not(:last-child){margin-bottom:3.6rem}.investors_content .text_content h2:not(:last-child){margin-bottom:4.1rem}.unique__content .text_content h2:not(:last-child){margin-bottom:2.4rem}@media(min-width: 992px){.project__content__bottom .text_content h2:not(:last-child){margin-bottom:.4rem}}@media(min-width: 992px){.get_all .text_content h2:not(:last-child){margin-bottom:.8rem}}.advantage_description .text_content h2:not(:last-child){margin-bottom:2.8rem}.text_content h3{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.text_content h3{font-size:3.6rem}}@media(max-width: 991px){.text_content h3{font-size:3.1rem}}.text_content h3 strong{color:#e6eaed;font-weight:normal}.text_content h3:not(:last-child){margin-bottom:2.6rem}.two_fluids .text_content h3{max-width:75%}@media(min-width: 992px){.two_fluids .text_content h3:not(:last-child){margin-bottom:4rem}}@media(min-width: 992px){.project__content__top .text_content h3:not(:last-child){margin-bottom:3.8rem}}.home_power .text_content h3:not(:last-child){margin-bottom:.6rem}.text_content h4{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.text_content h4{font-size:2.3rem}}@media(max-width: 991px){.text_content h4{font-size:2rem}}.text_content h4:not(:last-child){margin-bottom:4px}.team_card .text_content h4{line-height:1.35}.text_content h6{color:#4fffd9;text-transform:uppercase;font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif}.text_content h6:not(:last-child){margin-bottom:1.2rem}@media(min-width: 992px){.two_fluids .text_content h6:not(:last-child),.protection_safety .text_content h6:not(:last-child),.goals .text_content h6:not(:last-child),.project__content__top .text_content h6:not(:last-child),.investors_content .text_content h6:not(:last-child){margin-bottom:.6rem}}.text_content p{color:#e6eaed}.text_content p:not(:last-child){margin-bottom:2.4rem}@media(min-width: 768px){.section__in:not(.section__in--home_content_mod) .text_content p{font-size:1.8rem;font-weight:400;line-height:1.7}}@media(max-width: 767px){.section__in:not(.section__in--home_content_mod) .text_content p{font-weight:400;line-height:1.68}}@media(max-width: 767px)and (min-width: 992px){.section__in:not(.section__in--home_content_mod) .text_content p{font-size:1.5rem}}@media(max-width: 767px)and (max-width: 991px){.section__in:not(.section__in--home_content_mod) .text_content p{font-size:1.6rem}}.section__in--home_content_mod .text_content p{font-weight:400;line-height:1.68}@media(min-width: 992px){.section__in--home_content_mod .text_content p{font-size:1.5rem}}@media(max-width: 991px){.section__in--home_content_mod .text_content p{font-size:1.6rem}}@media(min-width: 992px){.download .text_content p{max-width:25rem}}.low_price__content .text_content p{font-size:1.8rem;font-weight:400;line-height:1.7}@media(min-width: 992px){.two_fluids .text_content p:not(:last-child),.protection_safety .text_content p:not(:last-child),.goals .text_content p:not(:last-child){margin-bottom:3.2rem}}@media(min-width: 992px){.protection_safety .text_content p{padding-right:3.2rem}}.get_all .text_content p{max-width:24rem}@media(min-width: 992px){.project__content__bottom .text_content p:not(:last-child){margin-bottom:2.8rem}}@media(min-width: 992px){.advantage_description .text_content p{max-width:62rem}}.unique__content .text_content p{font-size:1.8rem;font-weight:400;line-height:1.7}.text_content ul{padding-left:2.8rem;color:#e6eaed;font-size:1.8rem;line-height:1.7}.text_content ul li{position:relative}.text_content ul li::before{content:"";position:absolute;top:1.2rem;left:-1.6rem;width:.4rem;height:.4rem;border-radius:50%;background-color:#e6eaed}@media(max-width: 575px){.partners .text_content{text-align:center}}@media(min-width: 992px){.partners .text_content:not(:last-child){margin-bottom:8.4rem}}@media(max-width: 991px){.partners .text_content:not(:last-child){margin-bottom:4rem}}.home_info .text_content{max-width:78.3rem}@media(min-width: 992px){.home_info .text_content{margin-bottom:8.1rem}}@media(max-width: 991px){.home_info .text_content{margin-bottom:5rem}}@media(min-width: 992px){.home_efficiency .text_content{margin-bottom:5.8rem;max-width:64%}}@media(max-width: 991px){.home_efficiency .text_content{max-width:100%}}@media(min-width: 768px)and (max-width: 991px){.home_efficiency .text_content{margin-bottom:37rem}}@media(min-width: 576px)and (max-width: 767px){.home_efficiency .text_content{margin-bottom:28rem}}@media(min-width: 425px)and (max-width: 575px){.home_efficiency .text_content{margin-bottom:19rem}}@media(max-width: 424px){.home_efficiency .text_content{margin-bottom:22rem}}@media(min-width: 992px){.download .text_content{max-width:50rem}}@media(min-width: 992px){.two_fluids .text_content{max-width:45.6rem;margin-right:3rem}}@media(max-width: 991px){.two_fluids .text_content{margin-bottom:5rem}}.get_all .text_content{margin-bottom:4rem}@media(min-width: 992px){.protection_safety .text_content{max-width:48.8rem}}@media(max-width: 991px){.protection_safety .text_content{margin-bottom:5rem}}@media(min-width: 992px){.unique__content .text_content{max-width:52rem}}@media(min-width: 992px){.home_power .text_content{max-width:85rem}}@media(min-width: 992px){.home_power .text_content:not(:last-child){margin-bottom:12.4rem}}@media(max-width: 991px){.home_power .text_content:not(:last-child){margin-bottom:6rem}}.text_content__subtitle h2{color:#4fffd9;text-transform:uppercase;font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif}.text_content__subtitle h2:not(:last-child){margin-bottom:1.2rem}@media(min-width: 992px){.two_fluids .text_content__subtitle h2:not(:last-child),.protection_safety .text_content__subtitle h2:not(:last-child),.goals .text_content__subtitle h2:not(:last-child),.project__content__top .text_content__subtitle h2:not(:last-child){margin-bottom:.6rem}}@media(min-width: 992px){.quote__content:not(.quote__content--technology_mod){padding-left:8.4rem;padding-right:9rem}}.quote__content.quote__content--technology_mod{max-width:114.4rem;margin:0 auto}.quote__block{background-color:#1e2024;background-image:url("./../images/lines_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2.4rem;overflow:hidden}@media(max-width: 767px){.quote__block{background-repeat:repeat;background-size:unset}}@media(min-width: 768px)and (max-width: 991px){.quote__block{padding:5rem}}@media(max-width: 767px){.quote__block{padding:3rem}}@media(min-width: 992px){.quote__content:not(.quote__content--technology_mod,.quote__content--block_mod) .quote__block{padding:8.2rem 11.8rem 10rem 13.2rem}}.quote__content--technology_mod.quote__content--block_mod .quote__block{border:1px solid rgba(255,255,255,.4)}@media(min-width: 992px){.quote__content--technology_mod.quote__content--block_mod .quote__block{padding:7.4rem 9.6rem 7.8rem}}@media(min-width: 992px){.quote__content--technology_mod:not(.quote__content--block_mod) .quote__block{padding:7.2rem 9.6rem 9rem}}.quote__text{color:#e6eaed}.quote__content:not(.quote__content--technology_mod) .quote__text{margin-bottom:3.6rem;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.quote__content:not(.quote__content--technology_mod) .quote__text{font-size:3.6rem}}@media(max-width: 991px){.quote__content:not(.quote__content--technology_mod) .quote__text{font-size:3.1rem}}.quote__content--technology_mod .quote__text{margin-bottom:3rem;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.quote__content--technology_mod .quote__text{font-size:3.8rem}}@media(max-width: 991px){.quote__content--technology_mod .quote__text{font-size:3.3rem}}.quote__cite{font-weight:400;line-height:1.3;font-style:normal;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.quote__cite{font-size:2.4rem}}@media(max-width: 991px){.quote__cite{font-size:1.8rem}}.quote__content:not(.quote__content--technology_mod) .quote__cite{color:#74797f}.quote__content--technology_mod .quote__cite{color:#7b7b7b}.cta_block{max-width:114.4rem;margin:0 auto;display:flex;justify-content:center;background-color:#1e2024;background-image:url("./../images/lines_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2.4rem;overflow:hidden}@media(max-width: 767px){.cta_block{background-repeat:repeat;background-size:unset}}@media(min-width: 992px){.cta_block{min-height:37.6rem}}@media(min-width: 768px)and (max-width: 991px){.cta_block{min-height:25rem;padding:3rem 5rem}}@media(max-width: 767px){.cta_block{min-height:20rem;padding:3rem}}@media(min-width: 992px){.cta_block.cta_block--small_indent_mod{padding:6rem 8.2rem 6.6rem}}@media(min-width: 992px){.cta_block.cta_block--big_indent_mod{padding:8.4rem 8.2rem}}.cta__content{max-width:81.6rem;display:flex;flex-direction:column;align-items:center;text-align:center}.cta__title{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.cta__title{font-size:3.8rem}}@media(max-width: 991px){.cta__title{font-size:3.3rem}}@media(min-width: 992px){.cta_block--big_font_mod .cta__title{font-size:4rem}}@media(max-width: 991px){.cta_block--big_font_mod .cta__title{font-size:3rem}}.cta__subtitle{color:#e6eaed;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.cta__subtitle{font-size:3.8rem}}@media(max-width: 991px){.cta__subtitle{font-size:3.3rem}}.cta__subtitle:not(:last-child){margin-bottom:1rem}.cta_block--big_font_mod .cta__subtitle{line-height:1.24}@media(min-width: 992px){.cta_block--big_font_mod .cta__subtitle{font-size:4rem}}@media(max-width: 991px){.cta_block--big_font_mod .cta__subtitle{font-size:3rem}}@media(min-width: 992px){.cta__text{margin-bottom:3rem}}@media(min-width: 768px)and (max-width: 991px){.cta__text{margin-bottom:5rem}}@media(max-width: 767px){.cta__text{margin-bottom:3rem}}.cta__btn{margin-top:auto}@media(max-width: 1199px){.cta__title br,.cta__subtitle br{display:none}}.home_info__list{display:flex;flex-wrap:wrap}@media(min-width: 992px){.home_info__list{margin-bottom:5.2rem;margin-left:-5rem}}@media(min-width: 768px){.home_info__list{row-gap:2.6rem}}@media(max-width: 991px){.home_info__list{margin-bottom:2.6rem}}.home_info__item{flex-shrink:0}@media(min-width: 992px){.home_info__item{padding-left:5rem}}@media(min-width: 576px)and (max-width: 991px){.home_info__item{padding-right:2rem}}@media(min-width: 576px){.home_info__item{width:33.3%}}@media(max-width: 575px){.home_info__item{width:100%}.home_info__item:not(:last-child){margin-bottom:3rem}}.home_info__title{position:relative;color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.home_info__title{font-size:2.3rem}}@media(max-width: 991px){.home_info__title{font-size:2rem}}@media(min-width: 992px){.home_info__title{margin-bottom:2.6rem}}@media(max-width: 991px){.home_info__title{margin-bottom:1.5rem}}.home_info__title_in{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.home_info__title_placeholder{opacity:0}.home_info__text{color:#e6eaed;font-weight:400;line-height:1.68}@media(min-width: 992px){.home_info__text{font-size:1.5rem}}@media(max-width: 991px){.home_info__text{font-size:1.6rem}}.home_info__image_wrapper{height:6.7rem;display:block}@media(min-width: 992px){.home_info__image_wrapper{margin-bottom:2.6rem}}@media(max-width: 991px){.home_info__image_wrapper{margin-bottom:1.5rem}}.home_info__image_wrapper:not(.home_info__icon--small_mod){width:7rem}.home_info__image_wrapper.home_info__icon--small_mod{width:4.3rem;margin-left:.4rem}.home_info__image{display:block;width:100%;height:100%;object-fit:contain}.partners__list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center}@media(min-width: 992px){.partners__list{gap:4rem 2rem;margin-left:-15rem;margin-right:-10.3rem}}@media(max-width: 991px){.partners__list{gap:1rem}}.partners__item{height:9rem;margin-inline:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center;align-items:center}.partners__image_wrapper{display:block;width:19rem}.partners__image{display:block;width:100%;height:100%;object-fit:contain}.team_mission__title{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.team_mission__title{font-size:3.6rem}}@media(max-width: 991px){.team_mission__title{font-size:3.1rem}}@media(min-width: 992px){.team_mission__title{max-width:90rem;margin-bottom:6rem}}@media(max-width: 991px){.team_mission__title{margin-bottom:2.6rem}}.team_mission__row{display:flex}@media(min-width: 992px){.team_mission__row{justify-content:space-between;gap:6rem}}@media(max-width: 991px){.team_mission__row{flex-direction:column;gap:2.6rem}}.team_mission__row:not(:last-child){margin-bottom:2.6rem}.team_mission__content{font-weight:400;line-height:1.68}@media(min-width: 992px){.team_mission__content{font-size:1.5rem}}@media(max-width: 991px){.team_mission__content{font-size:1.6rem}}@media(min-width: 992px){.team_mission__content{flex:1 0 30rem;max-width:46rem}}.team_mission__content:not(::last-child){margin-bottom:1rem}.team_mission__content p:not(:last-child){margin-bottom:1rem}.team_mission__image_wrapper{position:relative;aspect-ratio:486/341;border-radius:2.4rem;overflow:hidden}@media(min-width: 992px){.team_mission__image_wrapper{flex:1 0 30rem;margin-right:-3.2rem}}@media(min-width: 768px){.team_mission__image_wrapper{max-width:48.6rem}}.team_mission__image{display:block;width:100%;height:100%;object-fit:cover;height:120%;margin-top:-10%;border-radius:2.4rem}.team_mission__bottom_row{display:flex;align-items:flex-start}@media(min-width: 992px){.team_mission__bottom_row{gap:2rem;margin-right:-3.2rem}}@media(max-width: 991px){.team_mission__bottom_row{flex-direction:column-reverse;align-items:flex-start;gap:2.6rem}}.team_mission__bottom_content{display:flex;align-items:flex-start}@media(min-width: 1200px){.team_mission__bottom_content{gap:2.5rem}}@media(max-width: 1199px){.team_mission__bottom_content{gap:1rem}}@media(min-width: 992px){.team_mission__bottom_content{margin-left:auto;min-width:42.2rem}}.team_mission__icon_wrapper{width:4.5rem;aspect-ratio:1}.team_mission__icon{display:block;width:100%;height:100%;object-fit:contain}.team_mission__bottom_description{font-size:1.4rem;color:#5e646c}.team_mission__bottom_description strong{font-weight:inherit;color:#b7bcc3}.low_price{display:flex}@media(min-width: 1200px){.low_price{gap:3.2rem}}@media(min-width: 992px)and (max-width: 1199px){.low_price{gap:2rem}}@media(min-width: 992px){.low_price{justify-content:space-between;align-items:flex-start}}@media(max-width: 991px){.low_price{flex-direction:column;align-items:center}}@media(min-width: 576px)and (max-width: 991px){.low_price{gap:9rem}}@media(max-width: 575px){.low_price{gap:4.6rem}}@media(min-width: 992px){.low_price__content{flex:0 1 45.6rem}}.low_price__content h2{font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif}.low_price__content h2:not(:last-child){margin-bottom:.4rem}.low_price__content h3{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.low_price__content h3{font-size:3.8rem}}@media(max-width: 991px){.low_price__content h3{font-size:3.3rem}}@media(min-width: 1200px){.low_price__content h3:not(:last-child){margin-bottom:3.6rem}}@media(max-width: 1199px){.low_price__content h3:not(:last-child){margin-bottom:3rem}}.low_price__list{display:flex;justify-content:space-between;padding-top:13.6rem}@media(min-width: 1200px){.low_price__list{gap:3.2rem}}@media(min-width: 992px)and (max-width: 1199px){.low_price__list{gap:1.4rem}}@media(min-width: 992px){.low_price__list{align-self:flex-end;margin:6.4rem -3.4rem 1rem 0}}@media(max-width: 991px){.low_price__list{gap:1.8rem}}.low_price__item{display:flex;flex-direction:column;align-items:center;gap:4px}@media(min-width: 992px){.low_price__item{height:100%}}@media(min-width: 1200px){.low_price__item{min-width:16.4rem}}@media(max-width: 1199px){.low_price__item{min-width:10rem}}@media(max-width: 575px){.low_price__item{max-width:10rem}}@media(min-width: 576px){.low_price__item.low_price__item--2_mod{margin-top:-4.6rem}}@media(max-width: 575px){.low_price__item.low_price__item--2_mod{margin-top:-2.7rem}}@media(min-width: 576px){.low_price__item.low_price__item--3_mod{margin-top:-13.6rem}}@media(max-width: 575px){.low_price__item.low_price__item--3_mod{margin-top:-8.2rem}}.low_price__image_wrapper{max-width:16.4rem;width:100%}.low_price__image_wrapper:not(:last-child){margin-bottom:1.4rem}.low_price__item--1_mod .low_price__image_wrapper{max-height:8.2rem;aspect-ratio:164/82}.low_price__item--2_mod .low_price__image_wrapper{max-height:12.6rem;aspect-ratio:164/126}.low_price__item--3_mod .low_price__image_wrapper{max-height:21.6rem;aspect-ratio:164/216}.low_price__image{display:block;width:100%;height:100%;object-fit:contain}.low_price__number{max-width:16.4rem;line-height:1;font-family:"AreaNormal",sans-serif;color:#00c5eb;text-align:center}@media(min-width: 992px){.low_price__number{font-size:2.7rem}}@media(min-width: 576px)and (max-width: 991px){.low_price__number{font-size:4.2rem}}@media(max-width: 575px){.low_price__number{font-size:3rem}}.low_price__item--accent_mod .low_price__number{color:#4fffd9}.low_price__label{max-width:16.4rem;text-align:center;font-size:1.8rem;font-weight:400;line-height:1.7}@media(max-width: 991px){.low_price__label{margin-top:auto}}.contact_select{position:relative}@media(min-width: 768px){.contact_select.contact_select--mod_2{max-width:68.4%}}@media(max-width: 767px){.contact_select.contact_select--mod_2{max-width:100%}}.contact_select .wpcf7-not-valid-tip{display:none}.contact_select__btn{position:relative;width:100%;padding:0 2rem 0 6.4rem;font-family:inherit;font-weight:600;text-align:left;color:#ede6eb;border:1px solid #818184;border-radius:5rem;background-color:#222428;transition:border .3s ease;cursor:pointer}@media(min-width: 992px){.contact_select__btn{height:5.5rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.contact_select__btn{height:4.4rem;font-size:1.6rem}}.contact_select__btn:hover,.contact_select__btn:focus{box-shadow:inset 0 0 0 1px #4fffd9}.contact_select__btn::after{position:absolute;content:"";z-index:1;top:50%;left:1.8rem;display:block;width:2.8rem;height:2.8rem;background:url("../images/icons/sprite-icons/select-chevron.svg") no-repeat center;transform:translateY(-50%);transition:transform .2s ease}.contact_select__btn.contact_select__btn--checked_state{color:#ede6eb}.contact_select__btn.contact_select__btn--active_state{border-radius:2.4rem 2.4rem 0 0}.contact_select__btn.contact_select__btn--active_state::after{transform:rotateX(-180deg) translateY(50%)}.contact_select:has(.wpcf7-not-valid) .contact_select__btn,.contact_select:has(.wpcf7-not-valid):focus .contact_select__btn,.contact_select:has(.wpcf7-not-valid):focus-within .contact_select__btn,.contact_select:has(.wpcf7-not-valid):hover .contact_select__btn{box-shadow:inset 0 0 0 1px #dc3232}.contact_select__btn .contact_select__btn_text{margin-bottom:4px;color:#fff;line-height:1.5;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.contact_select__list{position:absolute;z-index:10;top:100%;left:0;width:100%;max-height:17rem;padding:1rem;font-weight:600;border:1px solid #818184;border-top:0;border-radius:0 0 2.4rem 2.4rem;background:#222428;overflow-x:hidden;pointer-events:none;opacity:0;transform:translateY(-10%);will-change:transform;transition:opacity .3s ease,transform .3s ease}.contact_select__list::-webkit-scrollbar{width:4px;height:8px;background:rgba(0,0,0,0)}.contact_select__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.contact_select__list::-webkit-scrollbar-thumb{width:4px;height:8px;border-radius:8px;background:#5e646c}.contact_select__list::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}.contact_select__list.contact_select__list--open_state{pointer-events:initial;opacity:1;transform:translateY(0)}.contact_select__list li:not(:last-child){margin-bottom:4px}.hero.hero--technology_mod{height:100%}@media(min-width: 1200px){.hero.hero--technology_mod{min-height:93.4rem}}@media(min-width: 992px)and (max-width: 1199px){.hero.hero--technology_mod{min-height:86rem}}@media(max-width: 991px){.hero.hero--technology_mod{min-height:40rem}}.hero__wrapper{position:relative}.hero--about_mod .hero__wrapper::after{position:absolute;z-index:1;background:linear-gradient(180deg, rgba(34, 36, 40, 0.58) 31.17%, rgba(34, 36, 40, 0) 100%);content:""}@media(min-width: 768px){.hero--about_mod .hero__wrapper::after{top:-12rem;right:0;height:calc(100% + 12rem);width:100%}}@media(max-width: 767px){.hero--about_mod .hero__wrapper::after{top:0;height:100%;width:calc(100% + var(--gl-indent)*2);left:50%;transform:translate(-50%, 0)}}@media screen and (min-aspect-ratio: 1.2)and (min-width: 992px){.hero--projects_mod .hero__wrapper,.hero--news_mod .hero__wrapper,.hero--hiring_mod .hero__wrapper,.hero--investors_mod .hero__wrapper,.hero--contact_mod .hero__wrapper,.hero--about_mod .hero__wrapper,.hero--technology_mod .hero__wrapper{min-height:calc(100vh - (2*var(--gl-hr-indent) + var(--hero-paddind-top)))}}.hero__content{position:relative;z-index:2}@media(min-width: 992px){.hero__content{margin-left:-4px}}.hero__content h1{position:relative;z-index:2;text-transform:uppercase;font-weight:100;line-height:1.22;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.hero__content h1{font-size:6.5rem}}@media(max-width: 991px){.hero__content h1{font-size:4.2rem}}.hero__content h1:not(:last-child){margin-bottom:3.6rem}.hero--technology_mod .hero__content h1{max-width:49.5rem}.hero--news_mod .hero__content h1{max-width:78.4rem}.hero--contact_mod .hero__content h1{max-width:68rem}@media(min-width: 992px){.hero--legal_mod .hero__content h1:not(:last-child){margin-bottom:11.6rem}}.hero__content h2{position:relative;z-index:2;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.hero__content h2{font-size:3.8rem}}@media(max-width: 991px){.hero__content h2{font-size:3.3rem}}.hero--legal_mod .hero__content h2{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.hero--legal_mod .hero__content h2{font-size:2.3rem}}@media(max-width: 991px){.hero--legal_mod .hero__content h2{font-size:2rem}}@media(min-width: 992px){.hero--legal_mod .hero__content h2{padding-left:.4rem}}@media(max-width: 991px){.hero--legal_mod .hero__content h2{padding-left:2px}}@media(min-width: 992px){.hero--legal_mod .hero__content h2:not(:last-child){margin-bottom:4.4rem}}@media(max-width: 991px){.hero--legal_mod .hero__content h2:not(:last-child){margin-bottom:2.4rem}}.hero__content p{position:relative;z-index:2;font-weight:400;line-height:1.68}@media(min-width: 992px){.hero__content p{font-size:1.5rem}}@media(max-width: 991px){.hero__content p{font-size:1.6rem}}@media(min-width: 992px){.hero__content p{padding-left:4px}}@media(min-width: 992px){.section:not(.hero--hiring_mod) .hero__content p:not(:last-child){margin-bottom:6.6rem}}@media(max-width: 991px){.section:not(.hero--hiring_mod) .hero__content p:not(:last-child){margin-bottom:3rem}}@media(min-width: 992px){.section.hero--hiring_mod .hero__content p:not(:last-child){margin-bottom:3.6rem}}@media(max-width: 991px){.section.hero--hiring_mod .hero__content p:not(:last-child){margin-bottom:3rem}}@media(min-width: 992px){.hero--about_mod .hero__content p{max-width:45rem}}.section.hero--projects_mod .hero__content p{max-width:56rem}.section.hero--hiring_mod .hero__content p{max-width:65rem}.section.hero--investors_mod .hero__content p{max-width:60.9rem}.section.hero--technology_mod .hero__content p{overflow:hidden}.hero--technology_mod .hero__content p{max-width:40rem}.hero--news_mod:not(.hero--resources_mod) .hero__content p{max-width:65rem}.hero--resources_mod .hero__content p{max-width:47rem}.hero--contact_mod .hero__content p{max-width:55rem}@media(min-width: 992px){.hero--contact_mod .hero__content p:not(:last-child){margin-bottom:2rem}}@media(min-width: 576px)and (max-width: 991px){.hero--contact_mod .hero__content p:not(:last-child){margin-bottom:17rem}}@media(max-width: 575px){.hero--contact_mod .hero__content p:not(:last-child){margin-bottom:8rem}}.hero__content ul{max-width:56rem;font-weight:400;line-height:1.68}@media(min-width: 992px){.hero__content ul{font-size:1.5rem}}@media(max-width: 991px){.hero__content ul{font-size:1.6rem}}@media(min-width: 992px){.hero__content ul{padding-left:.4rem;font-size:1.6rem}}@media(max-width: 991px){.hero__content ul{padding-left:2px}}.hero__content ul a{color:inherit;transition:color .3s ease}.hero__content ul a:hover,.hero__content ul a:focus{color:#00c5eb;text-decoration:none}.hero__content strong{font-weight:inherit;color:#4fffd9}.hero__content em{color:#5e646c;font-style:inherit}.hero__content i{color:#ced2d6;font-style:inherit}@media(min-width: 768px){.hero--technology_mod .hero__content i{color:#5e646c}}.hero--news_mod .hero__content i{color:#5e646c}@media(min-width: 992px){.section.hero--projects_mod .hero__content,.section.hero--hiring_mod .hero__content,.section.hero--investors_mod .hero__content{padding-left:1.2rem}}@media(min-width: 1200px){.hero--news_mod .hero__content{min-height:50rem}}@media(max-width: 991px){.hero--news_mod .hero__content{min-height:33rem}}.hero__image_block{z-index:1;position:absolute;top:0;bottom:0;right:0;left:0}.hero--projects_mod .hero__image_block{margin-right:-8.8rem;margin-top:-4.8rem}@media(max-width: 991px){.hero--technology_mod .hero__image_block{top:50%;bottom:unset;transform:translateY(-50%)}.hero--technology_mod .hero__image_block::after{position:absolute;top:0;right:0;height:100%;background:linear-gradient(180deg, rgba(34, 36, 40, 0.58) 31.17%, rgba(34, 36, 40, 0) 100%);content:"";z-index:1;width:100%}}@media(max-width: 767px){.hero--technology_mod .hero__image_block{left:50%;right:unset;transform:translate(-50%, -50%)}}.hero--hiring_mod .hero__image_block{z-index:-1;margin-right:-11.2rem;margin-top:-4.6rem}.hero--investors_mod .hero__image_block{z-index:-1;margin-right:-12.4rem;margin-top:-6.6rem}.hero__image_wrapper{display:block}.hero--about_mod .hero__image_wrapper{margin-left:auto;aspect-ratio:623/541}@media(min-width: 992px){.hero--about_mod .hero__image_wrapper{max-width:68rem}}@media(max-width: 991px){.hero--about_mod .hero__image_wrapper{height:100%}}.hero--technology_mod .hero__image_wrapper{margin-left:auto}@media(min-width: 1600px){.hero--technology_mod .hero__image_wrapper{width:100%}}@media(min-width: 1200px)and (max-width: 1599px){.hero--technology_mod .hero__image_wrapper{width:118%}}@media(min-width: 1200px){.hero--technology_mod .hero__image_wrapper{margin-top:-9.4rem;margin-left:-5.2rem;overflow:hidden}}@media(min-width: 992px)and (max-width: 1199px){.hero--technology_mod .hero__image_wrapper{width:100%;max-width:120rem;margin-top:-1.4rem}}@media(min-width: 768px)and (max-width: 991px){.hero--technology_mod .hero__image_wrapper{width:70%;min-width:70rem;margin-top:-1.4rem}}@media(max-width: 767px){.hero--technology_mod .hero__image_wrapper{min-width:70rem}}.hero--projects_mod .hero__image_wrapper{margin-left:auto;aspect-ratio:579/612}@media(min-width: 992px){.hero--projects_mod .hero__image_wrapper{max-width:57.9rem}}@media(max-width: 991px){.hero--projects_mod .hero__image_wrapper{height:100%}}.hero--news_mod .hero__image_wrapper{aspect-ratio:537/664}@media(min-width: 1200px){.hero--news_mod .hero__image_wrapper{max-width:54rem;margin:-7.5rem -8.5rem 0 auto}}@media(max-width: 1199px){.hero--news_mod .hero__image_wrapper{max-width:40rem;margin:-7.5rem -3rem 0 auto}}.hero--news_mod .hero__image_wrapper::after{position:absolute;top:0;left:0;width:58%;height:100%;content:"";z-index:1}@media(min-width: 768px){.hero--news_mod .hero__image_wrapper::after{background:linear-gradient(90deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%)}}@media(max-width: 767px){.hero--news_mod .hero__image_wrapper::after{background:linear-gradient(90deg, #222428 31.17%, rgba(34, 36, 40, 0.25) 100%)}}.hero--hiring_mod .hero__image_wrapper{position:relative;margin-left:auto;aspect-ratio:593/594}@media(min-width: 992px){.hero--hiring_mod .hero__image_wrapper{max-width:59.3rem}}@media(max-width: 991px){.hero--hiring_mod .hero__image_wrapper{height:100%}}.hero--hiring_mod .hero__image_wrapper::before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%);content:""}.hero--investors_mod .hero__image_wrapper{position:relative;margin-left:auto;aspect-ratio:677/656}@media(min-width: 992px){.hero--investors_mod .hero__image_wrapper{max-width:67.7rem}}@media(max-width: 991px){.hero--investors_mod .hero__image_wrapper{height:100%}}.hero--investors_mod .hero__image_wrapper::before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%);content:""}.hero--contact_mod .hero__image_wrapper{margin-left:auto;aspect-ratio:721/715;transform:translate(3rem, -14rem)}@media(min-width: 992px){.hero--contact_mod .hero__image_wrapper{max-width:72rem}}@media(max-width: 991px){.hero--contact_mod .hero__image_wrapper{max-width:46rem}}.hero--contact_mod .hero__image_wrapper::before{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%);content:""}.hero__image{display:block;width:100%;height:100%;object-fit:contain}.hero__video_wrapper{position:absolute;z-index:1;mix-blend-mode:lighten;pointer-events:none}@media(min-width: 992px){.hero__video_wrapper{top:-25.5rem;right:-66rem;width:172rem}}@media(max-width: 991px){.hero__video_wrapper{top:50%;left:50%;width:85rem;transform:translate(-50%, -50%)}}@media(min-width: 992px){.hero--investors_mod .hero__video_wrapper{top:-25.5rem;right:-70rem;width:178rem}}@media(min-width: 992px){.hero--contact_mod .hero__video_wrapper{top:-7rem;right:-38rem;width:100rem}}@media(min-width: 992px){.hero--news_mod .hero__video_wrapper{top:-7rem;right:-41rem;width:126rem}}@media(max-width: 575px){.hero--news_mod .hero__video_wrapper{width:60rem}}@media(max-width: 991px){.hero--bg-pos-y-mod .hero__video_wrapper{top:-14rem;left:50%;width:85rem;transform:translateX(-50%)}}@media(min-width: 992px){.hero--technology_mod .hero__video_wrapper{top:-16rem;right:-14rem;width:143rem}}@media(max-width: 575px){.hero--technology_mod .hero__video_wrapper{width:60rem;opacity:.75}}.hero__video{display:block;width:100%;height:100%;object-fit:contain}.our_team__in{position:relative}.our_team__in::before{position:absolute;bottom:calc(-1*var(--gl-hr-indent) - .2rem);height:.2rem;width:16.4rem;background:#4fffd9;border-radius:.2rem;content:""}@media(min-width: 992px){.our_team__in::before{left:19rem;right:9.8rem}}@media(max-width: 991px){.our_team__in::before{left:0;right:0}}.our_team__title{line-height:1.35;color:#e6eaed;font-family:"AreaNormal",sans-serif}@media(min-width: 768px){.our_team__title{font-size:3.8rem}}@media(max-width: 767px){.our_team__title{font-size:3rem}}@media(min-width: 768px){.our_team__title:not(:last-child){margin-bottom:8rem}}@media(max-width: 767px){.our_team__title:not(:last-child){margin-bottom:5rem}}@media(min-width: 768px){.our_team__title.our_team__title--mod_2:not(:last-child){margin-bottom:5rem}}@media(max-width: 767px){.our_team__title.our_team__title--mod_2:not(:last-child){margin-bottom:3rem}}.our_team__title h2{color:#4fffd9;font-weight:400}.our_team__gallery{display:grid}@media(min-width: 992px){.our_team__gallery{grid-template-columns:repeat(4, 1fr);column-gap:4rem;row-gap:4.4rem}}@media(min-width: 576px)and (max-width: 991px){.our_team__gallery{grid-template-columns:repeat(3, 1fr);column-gap:3rem;row-gap:4rem}}@media(max-width: 575px){.our_team__gallery{grid-template-columns:repeat(2, 1fr);column-gap:1.6rem;row-gap:3rem}}.our_team__bg_wrapper{position:absolute;top:70%;right:0;transform:translateX(76%)}.our_team__bg_wrapper.our_team__bg_wrapper--mod_left{top:50%;right:auto;left:0;transform:translate(-86%, -50%)}.our_team__bg{display:block;width:100%;height:100%;object-fit:contain}.team_card h4{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;line-height:1.68}@media(min-width: 992px){.team_card h4{font-size:2.6rem}}@media(max-width: 991px){.team_card h4{font-size:2.3rem}}.team_card h5{font-family:"AreaNormal",sans-serif;font-size:1.8rem;font-weight:400;line-height:1.7}@media(min-width: 768px){.team_card h5:not(:last-child){margin-bottom:3rem}}@media(max-width: 767px){.team_card h5:not(:last-child){margin-bottom:1.6rem}}.team_card__image_wrapper{position:relative;display:block;overflow:hidden;aspect-ratio:1}@media(min-width: 768px){.team_card__image_wrapper{border-radius:2.4rem}}@media(max-width: 767px){.team_card__image_wrapper{border-radius:1.8rem}}@media(min-width: 768px){.team_card__image_wrapper:not(:last-child){margin-bottom:3.4rem}}@media(max-width: 767px){.team_card__image_wrapper:not(:last-child){margin-bottom:1.6rem}}.team_card__image{display:block;width:100%;height:100%;object-fit:cover}@media(min-width: 768px){.team_hero figure:not(:last-child){margin-bottom:5.4rem}}@media(max-width: 767px){.team_hero figure:not(:last-child){margin-bottom:3rem}}.team_hero>p{color:#e6eaed}@media(min-width: 768px){.team_hero>p{font-size:1.8rem;font-weight:400;line-height:1.7}}@media(max-width: 767px){.team_hero>p{font-weight:400;line-height:1.68}}@media(max-width: 767px)and (min-width: 992px){.team_hero>p{font-size:1.5rem}}@media(max-width: 767px)and (max-width: 991px){.team_hero>p{font-size:1.6rem}}@media(min-width: 768px){.team_hero:not(:last-child){margin-bottom:5.4rem}}@media(max-width: 767px){.team_hero:not(:last-child){margin-bottom:3rem}}.team_hero__image_wrapper{position:relative;display:block;overflow:hidden;aspect-ratio:1046/450}.team_hero__image_wrapper:not(:last-child){margin-bottom:2.6rem}@media(min-width: 768px){.team_hero__image_wrapper{border-radius:2.4rem}}@media(max-width: 767px){.team_hero__image_wrapper{border-radius:1.8rem}}.team_hero__image{display:block;width:100%;height:100%;object-fit:cover}.team_hero__figcaption{display:flex;align-items:center;line-height:1.45;font-family:"AreaNormal",sans-serif;color:#ced2d6;font-weight:600}.team_hero__figcaption a{color:#00c5eb;text-decoration:none;cursor:pointer;transition:color .3s ease}.team_hero__figcaption a:hover{color:#4fffd9}@media(min-width: 768px){.team_hero__figcaption{gap:3.2rem;margin-left:3.4rem;font-size:1.4rem}}@media(max-width: 767px){.team_hero__figcaption{gap:2.4rem;margin-left:1.2rem;font-size:1.2rem}}.team_hero__icon{max-width:3.2rem}.home_power__bg_wrapper{position:absolute;aspect-ratio:756/1000;max-width:75.6rem}.home_power__bg_wrapper.home_power__bg_wrapper--left_mod{bottom:-30rem;left:0;margin:0 0 .6rem -62.2rem}.home_power__bg_wrapper.home_power__bg_wrapper--right_mod{top:50%;right:0;margin:-53.6rem -56.2rem 0 0}.home_power__bg{display:block;width:100%;height:100%;object-fit:contain}.home_power__wrapper{display:grid}@media(min-width: 992px){.home_power__wrapper{grid-template-columns:repeat(3, auto);gap:3.6rem 3rem;margin-right:-12.5rem;transform:translateX(-9.6rem)}}@media(max-width: 991px){.home_power__wrapper{grid-template-columns:repeat(1, auto);gap:4rem}}@media(max-width: 991px){.home_power__item{width:50%}}@media(max-width: 575px){.home_power__item{width:100%}}.home_power__item h3{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.home_power__item h3{font-size:2.3rem}}@media(max-width: 991px){.home_power__item h3{font-size:2rem}}@media(min-width: 992px){.home_power__item:nth-child(6n+1){max-width:29rem;max-width:65%}}.home_power__item:nth-child(7n+2){align-self:start}@media(min-width: 992px){.home_power__item:nth-child(7n+2){justify-self:start;grid-column:span 2;grid-row:span 2;max-width:58rem;max-width:90%;margin-left:.6rem}}@media(max-width: 991px){.home_power__item:nth-child(7n+2){justify-self:end}}.home_power__item:nth-child(11n+6){align-self:start;justify-self:end}@media(min-width: 992px){.home_power__item:nth-child(11n+6){max-width:96%;min-width:14rem;margin-top:-7.2rem;margin-left:-3.4rem}}.home_power__item:nth-child(8n+3){align-self:end}@media(min-width: 992px){.home_power__item:nth-child(8n+3){justify-self:end;max-width:57.6%;margin-right:-0.8rem}}@media(max-width: 991px){.home_power__item:nth-child(8n+3){justify-self:start}}.home_power__item:nth-child(9n+4){align-self:start}@media(min-width: 992px){.home_power__item:nth-child(9n+4){justify-self:start;max-width:100%}}@media(max-width: 991px){.home_power__item:nth-child(9n+4){justify-self:end}}.home_power__item:nth-child(10n+5){align-self:end}@media(min-width: 992px){.home_power__item:nth-child(10n+5){max-width:100%;min-width:18rem;margin-top:3.6rem}}.home_power__image_wrapper{position:relative;display:block;border-radius:2.7rem;overflow:hidden}.home_power__image_wrapper:not(:last-child){margin-bottom:.8rem}.home_power__image_wrapper::after{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(225deg, rgba(0, 197, 235, 0.5) 0%, rgba(79, 255, 217, 0.1) 42.28%, rgba(79, 255, 217, 0.1) 42.28%);mix-blend-mode:color-burn;transform:rotate(180deg);content:""}.home_power__item:nth-child(6n+1) .home_power__image_wrapper{aspect-ratio:291/275}.home_power__item:nth-child(7n+2) .home_power__image_wrapper{aspect-ratio:581/553}@media(min-width: 992px){.home_power__item:nth-child(7n+2) .home_power__image_wrapper{min-width:40rem}}.home_power__item:nth-child(11n+6) .home_power__image_wrapper{aspect-ratio:262/249}.home_power__item:nth-child(8n+3) .home_power__image_wrapper{aspect-ratio:266/251}.home_power__item:nth-child(9n+4) .home_power__image_wrapper{aspect-ratio:448/424}@media(min-width: 992px){.home_power__item:nth-child(9n+4) .home_power__image_wrapper{min-width:33rem}}.home_power__item:nth-child(10n+5) .home_power__image_wrapper{aspect-ratio:1}.home_power__image{display:block;width:100%;height:100%;object-fit:cover}@media(min-width: 992px){.home_efficiency__content_block{min-height:42rem}}.home_efficiency__btn.home_efficiency__btn--hide_desktop_mod{margin-bottom:4em}@media(min-width: 992px){.home_efficiency__btn.home_efficiency__btn--hide_desktop_mod{display:none}}.home_efficiency__btn:not(.home_efficiency__btn--hide_desktop_mod){margin-bottom:2.5em}@media(max-width: 991px){.home_efficiency__btn:not(.home_efficiency__btn--hide_desktop_mod){display:none}}.home_efficiency__list{display:flex;flex-wrap:wrap}@media(min-width: 992px){.home_efficiency__list{margin-bottom:2.3em}}@media(max-width: 991px){.home_efficiency__list{margin-bottom:5.1em}}@media(min-width: 1200px){.home_efficiency__list{font-size:.7142857143vw}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__list{font-size:1.3020833333vw}}@media(max-width: 424px){.home_efficiency__list{font-size:1.6470588235vw}}.home_efficiency__item{position:relative;flex-shrink:0}@media(min-width: 992px){.home_efficiency__item:nth-child(1){padding-top:11em}}@media(max-width: 991px){.home_efficiency__item:nth-child(1){padding-top:7em}}@media(min-width: 425px){.home_efficiency__item:nth-child(1){width:19.5%}}@media(max-width: 424px){.home_efficiency__item:nth-child(1){width:21.5%}}.home_efficiency__item:nth-child(2){width:19.5%;margin-top:-1em}@media(min-width: 992px){.home_efficiency__item:nth-child(2){padding-top:11.8em}}@media(max-width: 991px){.home_efficiency__item:nth-child(2){padding-top:7.8em}}.home_efficiency__item:nth-child(3){width:24.7%;margin-top:-3.6em}@media(min-width: 992px){.home_efficiency__item:nth-child(3){padding-top:11.6em}}@media(max-width: 991px){.home_efficiency__item:nth-child(3){padding-top:7.6em}}.home_efficiency__item:nth-child(4){width:17.4%}@media(min-width: 992px){.home_efficiency__item:nth-child(4){margin-top:-16.6em;padding-top:11em}}@media(max-width: 991px){.home_efficiency__item:nth-child(4){margin-top:-12.6em;padding-top:7em}}@media(min-width: 992px){.home_efficiency__item:nth-child(5){padding-top:5em;margin-top:-40em}}@media(max-width: 991px){.home_efficiency__item:nth-child(5){padding-top:2em;margin-top:-26em}}@media(min-width: 425px){.home_efficiency__item:nth-child(5){width:18.9%}}@media(max-width: 424px){.home_efficiency__item:nth-child(5){width:16.9%}}.home_efficiency__subtitle_wrapper{position:absolute;z-index:2}.home_efficiency__item:nth-child(1) .home_efficiency__subtitle_wrapper{top:0;left:-0.2em}@media(min-width: 992px){.home_efficiency__item:nth-child(1) .home_efficiency__subtitle_wrapper{max-width:6.2em}}.home_efficiency__item:nth-child(2) .home_efficiency__subtitle_wrapper{top:0;left:0}@media(min-width: 992px){.home_efficiency__item:nth-child(2) .home_efficiency__subtitle_wrapper{max-width:6em}}.home_efficiency__item:nth-child(3) .home_efficiency__subtitle_wrapper{top:0;left:0}@media(min-width: 992px){.home_efficiency__item:nth-child(3) .home_efficiency__subtitle_wrapper{max-width:6em}}@media(max-width: 424px){.home_efficiency__item:nth-child(3) .home_efficiency__subtitle_wrapper{left:-2.4em;padding:.4em}}@media(min-width: 992px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle_wrapper{left:-3em;top:3em}}@media(max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle_wrapper{left:-4em;top:2em}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle_wrapper{top:1em}}.home_efficiency__item:nth-child(5) .home_efficiency__subtitle_wrapper{left:-6em}@media(min-width: 992px){.home_efficiency__item:nth-child(5) .home_efficiency__subtitle_wrapper{top:-1em}}@media(max-width: 991px){.home_efficiency__item:nth-child(5) .home_efficiency__subtitle_wrapper{top:-1.6em}}.home_efficiency__subtitle{color:#00c5eb;font-weight:600;line-height:1.15;font-family:"AreaNormal",sans-serif;background-color:#222428;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width: 992px){.home_efficiency__item:nth-child(1) .home_efficiency__subtitle,.home_efficiency__item:nth-child(2) .home_efficiency__subtitle,.home_efficiency__item:nth-child(3) .home_efficiency__subtitle{font-size:2.4em;min-width:3.6em}}@media(max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__subtitle,.home_efficiency__item:nth-child(2) .home_efficiency__subtitle,.home_efficiency__item:nth-child(3) .home_efficiency__subtitle{font-size:1.6em}}.home_efficiency__item:nth-child(4) .home_efficiency__subtitle{padding:.4em}@media(min-width: 992px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle,.home_efficiency__item:nth-child(5) .home_efficiency__subtitle{font-size:3.4em}}@media(max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle,.home_efficiency__item:nth-child(5) .home_efficiency__subtitle{font-size:2.6em}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle,.home_efficiency__item:nth-child(5) .home_efficiency__subtitle{font-size:2.6em}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__subtitle,.home_efficiency__item:nth-child(5) .home_efficiency__subtitle{font-size:1.8em}}.home_efficiency__title{color:#4fffd9}@media(min-width: 992px){.home_efficiency__title{margin-bottom:.2em;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}}@media(min-width: 992px)and (min-width: 992px){.home_efficiency__title{font-size:2.3rem}}@media(min-width: 992px)and (max-width: 991px){.home_efficiency__title{font-size:2rem}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__title,.home_efficiency__item:nth-child(2) .home_efficiency__title,.home_efficiency__item:nth-child(3) .home_efficiency__title{min-width:6em;font-size:max(10px,1.5em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(max-width: 424px){.home_efficiency__item:nth-child(1) .home_efficiency__title,.home_efficiency__item:nth-child(2) .home_efficiency__title,.home_efficiency__item:nth-child(3) .home_efficiency__title{min-width:5em;font-size:max(10px,1.8em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__title,.home_efficiency__item:nth-child(5) .home_efficiency__title{min-width:6em;font-size:max(10px,2.3em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__title,.home_efficiency__item:nth-child(5) .home_efficiency__title{min-width:6em;font-size:max(10px,1.5em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}.home_efficiency__text{color:#e6eaed}@media(min-width: 992px){.home_efficiency__text{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}}@media(min-width: 992px)and (min-width: 992px){.home_efficiency__text{font-size:2.3rem}}@media(min-width: 992px)and (max-width: 991px){.home_efficiency__text{font-size:2rem}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__text,.home_efficiency__item:nth-child(2) .home_efficiency__text,.home_efficiency__item:nth-child(3) .home_efficiency__text{font-size:max(10px,1.5em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(max-width: 424px){.home_efficiency__item:nth-child(1) .home_efficiency__text,.home_efficiency__item:nth-child(2) .home_efficiency__text,.home_efficiency__item:nth-child(3) .home_efficiency__text{min-width:5em;font-size:max(10px,1.8em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__text,.home_efficiency__item:nth-child(5) .home_efficiency__text{min-width:6em;font-size:max(10px,2.3em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__text,.home_efficiency__item:nth-child(5) .home_efficiency__text{min-width:5em;font-size:max(10px,1.8em);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}}.home_efficiency__info_wrapper{position:relative}@media(min-width: 992px){.home_efficiency__info_wrapper{padding-right:3em}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__info_wrapper{padding-right:2em}}@media(max-width: 424px){.home_efficiency__info_wrapper{padding-right:.5em}}.home_efficiency__dot{position:absolute;z-index:1;background-color:#00c5eb;border-radius:100%}@media(min-width: 992px){.home_efficiency__dot{width:2.5em;height:2.5em}}@media(max-width: 991px){.home_efficiency__dot{width:1.5em;height:1.5em}}.home_efficiency__item:nth-child(1) .home_efficiency__dot{left:-0.2em}@media(min-width: 992px){.home_efficiency__item:nth-child(1) .home_efficiency__dot{top:-4em}}@media(max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__dot{top:-3em}}.home_efficiency__item:nth-child(2) .home_efficiency__dot{left:-0.2em}@media(min-width: 992px){.home_efficiency__item:nth-child(2) .home_efficiency__dot{top:-4.6em}}@media(max-width: 991px){.home_efficiency__item:nth-child(2) .home_efficiency__dot{top:-3.6em}}.home_efficiency__item:nth-child(3) .home_efficiency__dot{left:0}@media(min-width: 992px){.home_efficiency__item:nth-child(3) .home_efficiency__dot{top:-4.4em}}@media(max-width: 991px){.home_efficiency__item:nth-child(3) .home_efficiency__dot{top:-3.4em}}@media(min-width: 992px){.home_efficiency__item:nth-child(4) .home_efficiency__dot{top:1.3em;left:-5.8em}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__dot{top:.3em;left:-5.8em}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__dot{top:-0.5em;left:-2.8em}}@media(min-width: 425px){.home_efficiency__item:nth-child(5) .home_efficiency__dot{left:-3em;top:-0.2em}}@media(max-width: 424px){.home_efficiency__item:nth-child(5) .home_efficiency__dot{left:-1em;top:-0.4em}}.home_efficiency__line{position:absolute;z-index:0;height:1px;background-color:#6bdaef}.home_efficiency__item:nth-child(1) .home_efficiency__line{left:0;right:0}@media(min-width: 992px){.home_efficiency__item:nth-child(1) .home_efficiency__line{top:-3em;transform:rotate(-2deg)}}@media(max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__line{top:-2.7em}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(1) .home_efficiency__line{transform:rotate(-3.5deg)}}@media(max-width: 424px){.home_efficiency__item:nth-child(1) .home_efficiency__line{transform:rotate(-5.5deg)}}.home_efficiency__item:nth-child(2) .home_efficiency__line{left:0}@media(min-width: 992px){.home_efficiency__item:nth-child(2) .home_efficiency__line{right:0;top:-4.5em;transform:rotate(-7deg)}}@media(max-width: 991px){.home_efficiency__item:nth-child(2) .home_efficiency__line{top:-4.15em}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(2) .home_efficiency__line{right:0;transform:rotate(-10.5deg)}}@media(max-width: 424px){.home_efficiency__item:nth-child(2) .home_efficiency__line{transform:rotate(-14.5deg);right:-0.5rem}}.home_efficiency__item:nth-child(3) .home_efficiency__line{left:0;right:4.2em}@media(min-width: 992px){.home_efficiency__item:nth-child(3) .home_efficiency__line{top:-7em;transform:rotate(-19.5deg)}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(3) .home_efficiency__line{top:-5.65em;transform:rotate(-26.5deg)}}@media(max-width: 424px){.home_efficiency__item:nth-child(3) .home_efficiency__line{top:-6.25em;right:.8rem;transform:rotate(-32.5deg)}}@media(min-width: 992px){.home_efficiency__item:nth-child(4) .home_efficiency__line{left:-12.6em;right:-5.6em;top:-12.4em;transform:rotate(-54deg)}}@media(min-width: 425px)and (max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__line{left:-9.6em;right:-2.6em;top:-8.4em;transform:rotate(-51deg)}}@media(max-width: 424px){.home_efficiency__item:nth-child(4) .home_efficiency__line{left:-7.6em;right:-4.6em;top:-9em;transform:rotate(-58deg)}}.home_efficiency__item:nth-child(5) .home_efficiency__line{display:none}.home_efficiency__image_wrapper{max-width:100%;display:block}.home_efficiency__item:nth-child(4) .home_efficiency__image_wrapper{margin-bottom:.6em;margin-left:.4em}@media(min-width: 992px){.home_efficiency__item:nth-child(4) .home_efficiency__image_wrapper{width:10.7em;height:11em}}@media(max-width: 991px){.home_efficiency__item:nth-child(4) .home_efficiency__image_wrapper{width:6.4em;height:6.7em}}.home_efficiency__item:nth-child(5) .home_efficiency__image_wrapper{margin-bottom:.4em;margin-left:.4em}@media(min-width: 992px){.home_efficiency__item:nth-child(5) .home_efficiency__image_wrapper{width:14em;height:16.5em}}@media(max-width: 991px){.home_efficiency__item:nth-child(5) .home_efficiency__image_wrapper{width:8.4em;height:10em}}.home_efficiency__image{display:block;width:100%;height:100%;object-fit:contain}.home_efficiency__bottom_text p{color:#e6eaed;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.home_efficiency__bottom_text p{font-size:2.3rem}}@media(max-width: 991px){.home_efficiency__bottom_text p{font-size:2rem}}.home_efficiency__bottom_text p a{color:#00c5eb;text-decoration:none;transition:color .3s ease-in-out}.home_efficiency__bottom_text p a:hover{color:#4fffd9;text-decoration:none}.download{display:flex}@media(min-width: 992px){.download{justify-content:space-between;align-items:flex-end;gap:2rem;padding-left:1rem}}@media(max-width: 991px){.download{align-items:center;flex-direction:column;gap:3rem}}@media(min-width: 992px){.download__row{padding-right:7.6rem}}.download__image_wrapper{display:block;max-width:18.4rem;aspect-ratio:1;margin-inline:auto}.download__image_wrapper:not(:last-child){margin-bottom:1.8rem}.download__image{display:block;width:100%;height:100%;object-fit:contain}.download__button .icon{color:#b7bcc3}.download__button:hover .icon,.download__button:focus-visible .icon{color:#222428}.hero_video{position:relative;width:100%;min-height:100vh;min-height:100svh;padding:var(--gl-hr-indent) var(--gl-indent);display:flex;align-items:center;justify-content:center}.hero_video:before,.hero_video:after{position:absolute;left:0;right:0;z-index:2;content:"";background:linear-gradient(180deg, #222428 31.17%, rgba(34, 36, 40, 0) 100%)}@media(min-width: 992px){.hero_video:before,.hero_video:after{height:22rem}}@media(max-width: 991px){.hero_video:before,.hero_video:after{height:calc(var(--height-header) + 4rem)}}.hero_video:before{top:0}.hero_video:after{bottom:-1px;transform:rotate(180deg)}.hero_video__video_wrapper{max-height:100vh;z-index:1;position:absolute;top:0;bottom:0;right:0;left:0}.hero_video__video{display:block;width:100%;height:100%;object-fit:cover}.hero_video__content{position:relative;width:100%;max-width:97rem;z-index:3}@media(min-width: 992px){.hero_video__content{max-width:97rem}}@media(max-width: 991px){.hero_video__content{max-width:57rem}}.hero_video__content h1{display:flex;flex-direction:column;text-transform:uppercase;color:#4fffd9;font-weight:100;line-height:1.22;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.hero_video__content h1{font-size:8rem}}@media(min-width: 576px)and (max-width: 991px){.hero_video__content h1{font-size:5.5rem}}@media(max-width: 575px){.hero_video__content h1{font-size:3.5rem}}@media(max-height: 400px){.hero_video__content h1{font-size:3.5rem;max-width:40rem;margin:0 auto}}.hero_video__content span{display:flex;flex-direction:column}.hero_video__content span:last-child:not(:first-child){margin-left:auto}@media(min-width: 992px){.hero_video__content span:last-child:not(:first-child){position:relative;top:-1.3rem;width:49.1rem}}@media(min-width: 992px){.hero_video__content span:last-child:not(:first-child) strong{position:relative;left:-1.8rem}}.hero_video__content strong{font-weight:100;color:#e6eaed}@media(min-width: 768px){.tabs{z-index:101;pointer-events:none}}.tabs__content{position:relative;max-width:101.2rem;margin:0 auto;display:flex;align-items:center;justify-content:center;z-index:2}.tabs__menu{display:flex;flex-wrap:wrap;justify-content:center;background-color:#2f3135}@media(min-width: 992px){.tabs__menu{padding:1.3rem 3rem;row-gap:2.8rem;border-radius:100rem}}@media(min-width: 576px)and (max-width: 991px){.tabs__menu{width:100%;padding:2rem 3rem;gap:2.4rem;border-radius:100rem}}@media(min-width: 768px)and (max-width: 991px){.tabs__menu{gap:1.4rem}}@media(min-width: 576px)and (max-width: 767px){.tabs__menu{gap:2.4rem}}@media(max-width: 575px){.tabs__menu{width:100%;padding:2rem;border-radius:1rem;flex-direction:column}}.tabs__item{pointer-events:all}@media(min-width: 992px){.tabs__item:not(:last-child){margin-right:2.8rem}}@media(max-width: 575px){.tabs__item:not(:last-child){margin-bottom:2.4rem}}.tabs__item_link{display:flex;align-items:center;justify-content:center;font-weight:600;font-family:"AreaNormal",sans-serif;text-decoration:none;border-radius:100rem;box-shadow:0px 4px 12px 0px rgba(0,0,0,.2);transition:color .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out}@media(min-width: 992px){.tabs__item_link{height:5.5rem;padding:0 4rem 3px;font-size:2rem;line-height:5.5rem}}@media(max-width: 991px){.tabs__item_link{width:100%;height:5rem;padding:0 3rem 3px;font-size:1.6rem;line-height:5rem}}@media(min-width: 992px)and (max-width: 1199px){.tabs__item_link{min-width:16.4rem}}.tabs__item_link:hover,.tabs__item_link:focus{color:#e6eaed;text-decoration:none;background-color:#222428;box-shadow:0px 4px 12px 0px rgba(79,255,217,.2)}.tabs__item_link:not(.tabs__item_link--active_state,:hover){color:#e6eaed;background-color:#222428}.tabs__item_link.tabs__item_link--active_state{color:#222428;background-color:#4fffd9;pointer-events:none}@media(min-width: 1200px){.tabs__item_link.tabs__item_link--small_mod{min-width:16.6rem}}@media(min-width: 1200px){.tabs__item_link:not(.tabs__item_link--small_mod){min-width:23.4rem}}.tabs--content_mod .tabs__item_link{text-transform:uppercase}@media(min-width: 1200px){.two_fluids__content{align-items:flex-end}}@media(min-width: 992px)and (max-width: 1199px){.two_fluids__content{align-items:center}}@media(min-width: 992px){.two_fluids__content{padding-left:1rem;display:flex}}.two_fluids__image_block{padding-left:.2rem}@media(min-width: 1200px){.two_fluids__image_block{margin-bottom:2.7rem}}@media(min-width: 992px)and (max-width: 1199px){.two_fluids__image_block{padding-right:12.2rem}}.two_fluids__image_wrapper{max-width:100%;aspect-ratio:557/404}.two_fluids__image{display:block;width:100%;height:100%;object-fit:cover}.get_all__content{max-width:114rem;margin:0 auto;display:flex;background-color:#1e2024;background-image:url("./../images/lines_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2.4rem;overflow:hidden}@media(max-width: 767px){.get_all__content{background-repeat:repeat;background-size:unset}}@media(min-width: 992px){.get_all__content{padding:6.4rem 9.6rem 5.4rem}}@media(min-width: 425px)and (max-width: 991px){.get_all__content{padding:4rem 6rem}}@media(max-width: 767px){.get_all__content{flex-direction:column}}@media(max-width: 424px){.get_all__content{padding:4rem 3rem}}.get_all__btn{margin-top:auto}@media(min-width: 768px){.get_all__column{width:50%}}@media(max-width: 767px){.get_all__column:first-child:not(:last-child){margin-bottom:5rem}}.get_all__column:last-child:not(:first-child){display:flex;align-items:center}@media(min-width: 992px){.get_all__column:last-child:not(:first-child){padding-right:8.4rem}}@media(min-width: 768px){.get_all__column:last-child:not(:first-child){justify-content:flex-end}}@media(max-width: 767px){.get_all__column:last-child:not(:first-child){justify-content:center}}.get_all__image_wrapper{max-width:19.5rem;aspect-ratio:1}@media(min-width: 992px){.get_all__image_wrapper{margin-top:-1rem}}.get_all__image{display:block;width:100%;height:100%;object-fit:cover}.protection_safety__content{display:flex}@media(min-width: 992px){.protection_safety__content{align-items:center}}@media(max-width: 991px){.protection_safety__content{flex-direction:column-reverse}}@media(min-width: 992px){.protection_safety__col:first-child:not(:last-child){margin-right:auto;width:40.5%;display:flex;justify-content:flex-end}}.protection_safety__col:last-child{padding-top:1.2rem}@media(min-width: 992px){.protection_safety__col:last-child:not(:first-child){width:51.2%}}.protection_safety__image_wrapper{width:100%;display:block;aspect-ratio:397/392}@media(min-width: 992px){.protection_safety__image_wrapper{position:relative;top:3.2rem;max-width:39.7rem}}@media(max-width: 991px){.protection_safety__image_wrapper{margin:0 auto;max-width:40rem}}.protection_safety__image{display:block;width:100%;height:100%;object-fit:cover}.protection_safety__bg_wrapper{position:absolute;bottom:-30rem;left:0;width:78.7rem;height:110rem;margin-left:-66rem}.protection_safety__bg{display:block;width:100%;height:100%;object-fit:contain}.goals__content{display:flex}@media(min-width: 992px){.goals__content{padding:1.7rem 0 4.6rem}}@media(min-width: 768px){.goals__content{align-items:flex-start;justify-content:flex-start}}@media(max-width: 767px){.goals__content{flex-direction:column}}@media(min-width: 768px){.goals__col:first-child:not(:last-child){margin-right:auto}}@media(min-width: 992px){.goals__col:first-child:not(:last-child){width:42.1%}}@media(min-width: 768px)and (max-width: 991px){.goals__col:first-child:not(:last-child){width:45.5%}}@media(max-width: 767px){.goals__col:first-child:not(:last-child){margin-bottom:5rem}}@media(min-width: 768px){.goals__col:last-child:not(:first-child){width:45.3%}}.goals__item{position:relative;padding-left:13rem}@media(min-width: 768px){.goals__item{padding-left:13rem}}@media(max-width: 767px){.goals__item{padding-left:9rem}}.goals__item:not(:last-child){margin-bottom:4.5rem}.goals__item:not(:last-child):before{position:absolute;top:4px;bottom:-5rem;left:2.6rem;width:2px;content:"";background-color:#fff}.goal__icon_block{position:absolute;left:2px;top:4px;width:5.2rem;height:5.2rem;display:flex;justify-content:center;align-items:center;background-color:#222428;border:2px solid;border-radius:100%}.goals__item:last-child .goal__icon_block{border-color:#00c5eb}.goals__item:not(:last-child) .goal__icon_block{border-color:#e6eaed}.goals__item:not(:first-child) .goal__icon_block{margin-top:-4px}.goal__icon{width:1.4rem;height:2.4rem}.goals__item:last-child .goal__icon{color:#00c5eb}.goals__item:not(:last-child) .goal__icon{color:#4fffd9}.goal__title{margin-bottom:4px;font-weight:400;line-height:1;font-style:normal;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.goal__title{font-size:4.2rem}}@media(max-width: 991px){.goal__title{font-size:3rem}}.goals__item:last-child .goal__title{color:#00c5eb}.goals__item:not(:last-child) .goal__title{color:#4fffd9}.goal__text{color:#e6eaed;font-weight:400;line-height:1.33;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.goal__text{font-size:2.1rem}}@media(max-width: 991px){.goal__text{font-size:2rem}}.goals__bg_wrapper{position:absolute;top:50%;right:0;width:78.7rem;height:110rem;margin-right:-59rem;margin-top:-57rem}.goals__bg{display:block;width:100%;height:100%;object-fit:contain}.article_content{max-width:98.2rem}.article_content:not(:last-child){margin-bottom:3rem}.article_content h1{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article_content h1{font-size:3.6rem}}@media(max-width: 991px){.article_content h1{font-size:3.1rem}}.article_content h1:not(:last-child,.article_title){margin-bottom:2.4rem}.article_content h2{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article_content h2{font-size:3rem}}@media(max-width: 991px){.article_content h2{font-size:2.6rem}}.article_content h2:not(:last-child){margin-bottom:2rem}.article_content h3{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article_content h3{font-size:2.6rem}}@media(max-width: 991px){.article_content h3{font-size:2.3rem}}.article_content h3:not(:last-child){margin-bottom:1.8rem}.article_content h4{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article_content h4{font-size:2.3rem}}@media(max-width: 991px){.article_content h4{font-size:2rem}}.article_content h4:not(:last-child){margin-bottom:1rem}.article_content h5{font-size:1.8rem;font-weight:400;line-height:1.7}.article_content h5:not(:last-child){margin-bottom:.8rem}.article_content h6{font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif}.article_content h6:not(:last-child){margin-bottom:.6rem}.article_content strong{font-weight:600}.article_content s{text-decoration:line-through}.article_content u{text-decoration:underline}.article_content em{font-style:italic}.article_content a:not(.article__share,.btn){color:#4aa3df;text-decoration:underline;transition:color .3s ease-in-out}.article_content a:not(.article__share,.btn):hover,.article_content a:not(.article__share,.btn):focus{text-decoration:none;color:#4fffd9}.article_content p{color:#e6eaed;font-weight:400;line-height:1.68}@media(min-width: 992px){.article_content p{font-size:1.5rem}}@media(max-width: 991px){.article_content p{font-size:1.6rem}}.article_content p:not(:last-child){margin-bottom:2.8rem}.article_content figure{display:block;width:100%;height:100%;overflow:hidden;border-radius:.8rem}.article_content figure:not(:last-child){margin-bottom:2rem}.article_content figure img{display:block;width:100%;height:100%;object-fit:contain}.article_content figure img:not(:last-child){margin-bottom:.6rem}.article_content figure figcaption{font-weight:400;line-height:1.68;color:#e6eaed}@media(min-width: 992px){.article_content figure figcaption{font-size:1.5rem}}@media(max-width: 991px){.article_content figure figcaption{font-size:1.6rem}}.article_content .wp-block-embed iframe{display:block;width:100%;height:100%;aspect-ratio:800/450;overflow:hidden}.article_content ul,.article_content ol{padding-left:2.7rem}.article_content ul:not(:last-child),.article_content ol:not(:last-child){margin-bottom:1rem}.article_content ul li{color:#e6eaed;font-weight:400;line-height:1.68;list-style-type:disc}@media(min-width: 992px){.article_content ul li{font-size:1.5rem}}@media(max-width: 991px){.article_content ul li{font-size:1.6rem}}.article_content ol li{color:#e6eaed;font-weight:400;line-height:1.68;list-style-type:decimal}@media(min-width: 992px){.article_content ol li{font-size:1.5rem}}@media(max-width: 991px){.article_content ol li{font-size:1.6rem}}.article_content blockquote{padding-left:2.4rem;border-left:.2rem solid #1e2024}.article_content blockquote:not(:last-child){margin-bottom:2rem}.article_content hr{border:none;margin:0;border-top:.2rem solid #1e2024}.section.article{padding-top:17.6rem}.article__cat{margin-bottom:3.8rem;color:#4fffd9;text-transform:uppercase;font-weight:100;line-height:1.22;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article__cat{font-size:6.5rem}}@media(max-width: 991px){.article__cat{font-size:4.2rem}}.article__image_wrapper{width:100%;display:block;aspect-ratio:1043/585;overflow:hidden}@media(min-width: 768px){.article__image_wrapper{margin-bottom:4.2rem;border-radius:2.4rem}}@media(max-width: 767px){.article__image_wrapper{margin-bottom:2.2rem;border-radius:1.8rem}}.article__image{display:block;width:100%;height:100%;object-fit:cover}.article_title{margin-bottom:6.5rem;max-width:91.8rem;color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.article_title{font-size:3.6rem}}@media(max-width: 991px){.article_title{font-size:3.1rem}}.article_title:not(:last-child){margin-bottom:6.5rem}.article__info{margin-bottom:2.6rem;display:flex;align-items:center}.article__date{margin-right:6.6rem;color:#b7bcc3;text-transform:uppercase;font-weight:400;line-height:1.68}@media(min-width: 992px){.article__date{font-size:1.5rem}}@media(max-width: 991px){.article__date{font-size:1.6rem}}.article__share{display:flex;align-items:center;color:#b7bcc3;text-decoration:none;transition:color .3s ease-in-out,opacity .3s ease-in-out}.article__share.article__share--disabled_state{opacity:.5;pointer-events:none}.article__share:hover,.article__share:focus{color:#00c5eb;text-decoration:none}@media(min-width: 768px){.article__share{margin-top:2px}}.article__share_text{font-size:1.8rem}.article__share_icon{width:2.5rem;height:2.8rem;margin-right:1.9rem}.article__pagination{max-width:75.2rem;padding:1.3rem 1.4rem;display:flex;align-items:center;background-color:#2f3135;border-radius:100rem}@media(min-width: 992px){.article__pagination{position:relative;left:-1.8rem;margin:13.2rem auto -0.2rem}}@media(max-width: 991px){.article__pagination{margin:var(--gl-hr-indent) auto 0}}.article__btn{position:relative;display:flex}.article__btn:first-child{margin-right:auto}@media(min-width: 576px){.article__btn{min-width:23.2rem}}.article__btn_icon{position:absolute;top:50%}@media(min-width: 992px){.article__btn_icon{width:1.6rem;height:2.8rem;margin-top:-1.4rem}}@media(max-width: 991px){.article__btn_icon{width:1.4rem;height:2rem;margin-top:-1rem}}.article__btn:first-child .article__btn_icon{transform:rotate(180deg)}@media(min-width: 576px){.article__btn:first-child .article__btn_icon{left:2.6rem}}@media(max-width: 575px){.article__btn:first-child .article__btn_icon{left:2rem}}@media(min-width: 576px){.article__btn:last-child .article__btn_icon{right:2.2rem}}@media(max-width: 575px){.article__btn:last-child .article__btn_icon{right:2rem}}.article__btn_text{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media(max-width: 575px){.article__btn_text{display:none}}@media(max-width: 991px){.unique__content:not(:last-child){margin-bottom:9rem}}@media(min-width: 992px){.unique__wrapper{margin-right:-3.2rem;padding-top:11.2rem}}@media(min-width: 768px)and (max-width: 991px){.unique__wrapper{padding-top:30.6rem}}.unique__list{display:flex;gap:3rem}@media(max-width: 767px){.unique__list{flex-direction:column}}@media(min-width: 992px){.unique__list:not(:last-child){margin-bottom:5rem}}@media(max-width: 991px){.unique__list:not(:last-child){margin-bottom:3.6rem}}.unique__item{display:flex;flex-direction:column;text-align:center;width:100%}@media(min-width: 768px){.unique__item{flex:0 1 25%}}@media(max-width: 767px){.unique__item{max-width:24rem;margin-inline:auto}}@media(min-width: 768px){.unique__item.unique__item--2_mod{margin-top:-1.6rem}}@media(min-width: 768px){.unique__item.unique__item--3_mod{margin-top:-4.2rem}}@media(min-width: 768px){.unique__item.unique__item--4_mod{margin-top:-30.6rem}}.unique__degree{min-height:1.2rem;background-color:rgba(0,197,235,.05);border:2px solid #00c5eb;border-radius:1rem}.unique__degree:not(:last-child){margin-bottom:2rem}.unique__item--2_mod .unique__degree{min-height:3.2rem}.unique__item--3_mod .unique__degree{min-height:5.6rem}.unique__item--4_mod .unique__degree{min-height:32rem}.unique__item--accent_mod .unique__degree{background-color:rgba(79,255,217,.05);border-color:#4fffd9}.unique__number{display:block;color:#00c5eb;font-weight:400;line-height:1;font-style:normal;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.unique__number{font-size:4.2rem}}@media(max-width: 991px){.unique__number{font-size:3rem}}.unique__number:not(:last-child){margin-bottom:1.2rem}.unique__item--accent_mod .unique__number{color:#4fffd9}.unique__label{display:block;max-width:20rem;margin-inline:auto;font-size:1.8rem;font-weight:400;line-height:1.7;line-height:1.2}@media(max-width: 767px){.unique__label{flex-grow:1}}.unique__description{display:inline-block;width:100%;text-align:center;font-weight:400;line-height:1.68;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.unique__description{font-size:1.5rem}}@media(max-width: 991px){.unique__description{font-size:1.6rem}}.project__content__images{display:flex}@media(min-width: 576px){.project__content__images{margin:9rem auto 5.4rem}}@media(max-width: 575px){.project__content__images{margin:5rem auto;flex-direction:column;gap:2rem}}.project__image_block{flex-shrink:0}@media(min-width: 576px){.project__image_block:not(:nth-child(2),:nth-child(3)){z-index:2}.project__image_block:nth-child(2){margin-left:-14.9%;margin-top:16.7rem;width:41%;z-index:1}.project__image_block:nth-child(3){margin-left:-12.9%;margin-top:6.4rem}}@media(min-width: 992px){.project__image_block:not(:nth-child(2),:nth-child(3)){width:38.45%}.project__image_block:nth-child(3){width:44.5%}}@media(min-width: 576px)and (max-width: 991px){.project__image_block:not(:nth-child(2),:nth-child(3)){width:40%}.project__image_block:nth-child(3){width:46%}}@media(max-width: 575px){.project__image_block{width:100%}}.project__image_wrapper{width:100%;display:block;border-radius:2rem;overflow:hidden}.project__image_block:not(:nth-child(2),:nth-child(3)) .project__image_wrapper{aspect-ratio:390/266}.project__image_block:nth-child(2) .project__image_wrapper{aspect-ratio:414/300}.project__image_block:nth-child(3) .project__image_wrapper{aspect-ratio:450/254}.project__image{display:block;width:100%;height:100%;object-fit:cover}.project__content__top,.project__content__bottom{max-width:94rem}@media(min-width: 992px){.project__content__top{padding-top:4px}}.vertical_content{position:relative}.vertical_content__text h2{font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif;text-transform:uppercase}.vertical_content__text h2:not(:last-child){margin-bottom:.8rem}.vertical_content__text h3{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.vertical_content__text h3{font-size:3.8rem}}@media(max-width: 991px){.vertical_content__text h3{font-size:3.3rem}}.vertical_content:not(.vertical_content--small_mod) .vertical_content__text h3:not(:last-child){margin-bottom:3.4rem}@media(min-width: 992px){.vertical_content.vertical_content--small_mod .vertical_content__text h3{max-width:50rem}}@media(min-width: 992px){.vertical_content.vertical_content--small_mod .vertical_content__text h3:not(:last-child){margin-bottom:4.2rem}}.vertical_content__text p:not(:last-child){margin-bottom:2rem}@media(min-width: 992px){.vertical_content--small_mod .vertical_content__text{max-width:98.2rem}}.vertical_content .vertical_content__text:not(:last-child){margin-bottom:9rem}@media(min-width: 992px){.vertical_content .vertical_content__text.vertical_content__text--mod_2:not(:last-child){margin-bottom:13rem}}.vertical_content__img_wrap{position:relative;display:block;aspect-ratio:1083/337}@media(min-width: 992px){.vertical_content__img_wrap{width:107%}}@media(max-width: 991px){.vertical_content__img_wrap{width:100%}}.vertical_content__img_wrap.vertical_content__img_wrap--mod_2{aspect-ratio:1065/488}@media(min-width: 992px){.vertical_content__img_wrap.vertical_content__img_wrap--mod_2{width:105%}}.vertical_content__img_wrap.vertical_content__img_wrap--mod_2::before{position:absolute;top:50%;z-index:-1;height:3px;content:"";background-image:url("./../images/dots_line.svg");background-repeat:repeat-x}@media(min-width: 992px){.vertical_content__img_wrap.vertical_content__img_wrap--mod_2::before{left:-3.2rem;right:3.2rem}}@media(max-width: 991px){.vertical_content__img_wrap.vertical_content__img_wrap--mod_2::before{left:0;right:0}}@media(min-width: 992px){.vertical_content__img_wrap.vertical_content__img_wrap--mod_2 .vertical_content__img{transform:translateX(-6rem)}}@media(max-width: 991px){.vertical_content__img_wrap.vertical_content__img_wrap--mod_2 .vertical_content__img{transform:translateX(0)}}.vertical_content__img{display:block;width:100%;height:100%;object-fit:contain}.vertical_content__bg_wrapper{position:absolute;top:14%;right:0;transform:translateX(76%)}.vertical_content__bg_wrapper.vertical_content__bg_wrapper--mod_left{top:-60%;right:auto;left:0;transform:translateX(-84%)}.vertical_content__bg{display:block;width:100%;height:100%;object-fit:contain}@media(min-width: 992px){.faq_content{padding-left:.7rem;padding-top:1.6rem;margin-right:-1rem}}.faq_title{color:#4fffd9;text-transform:uppercase;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.faq_title{font-size:3.8rem}}@media(max-width: 991px){.faq_title{font-size:3.3rem}}@media(min-width: 992px){.faq_title:not(:last-child){margin-bottom:15.3rem}}@media(max-width: 991px){.faq_title:not(:last-child){margin-bottom:8rem}}.faq_subtitle{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.faq_subtitle{font-size:3.8rem}}@media(max-width: 991px){.faq_subtitle{font-size:3.3rem}}.faq_subtitle:not(:last-child){margin-bottom:3rem}.faq_block{margin-bottom:8rem}.faq_item:not(:last-child){margin-bottom:3rem}.faq_item__body{max-height:0;opacity:0;transition:all .3s ease-out;will-change:max-height;overflow:hidden;pointer-events:none}.faq_item--active-mod .faq_item__body{opacity:1;pointer-events:auto}.faq_item__head{width:100%;color:#00c5eb;cursor:pointer;transition:border-color .3s ease-in-out,color .3s ease-in-out;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.faq_item__head{font-size:2.3rem}}@media(max-width: 991px){.faq_item__head{font-size:2rem}}.faq_item__head:focus,.faq_item__head:hover{color:#e6eaed}.faq_item--active-mod .faq_item__head{color:#e6eaed}.faq_item__icon_w{position:relative;display:block;margin-left:auto;flex-shrink:0;border:2px solid #e6eaed;border-radius:100%;transition:border-color .3s ease-in-out}@media(min-width: 992px){.faq_item__icon_w{width:5.2rem;height:5.2rem}}@media(max-width: 991px){.faq_item__icon_w{width:4rem;height:4rem}}.faq_item__icon_w:before,.faq_item__icon_w:after{position:absolute;left:0;right:0;top:50%;height:2px;margin:-1px auto 0;transition:background-color .3s ease-in-out,opacity .3s ease-in-out;background-color:#00c5eb;content:""}@media(min-width: 992px){.faq_item__icon_w:before,.faq_item__icon_w:after{width:1.8rem}}@media(max-width: 991px){.faq_item__icon_w:before,.faq_item__icon_w:after{width:1.2rem}}.faq_item__head:hover .faq_item__icon_w:before,.faq_item__head:focus .faq_item__icon_w:before,.faq_item__head:hover .faq_item__icon_w:after,.faq_item__head:focus .faq_item__icon_w:after{background-color:#e6eaed}.faq_item__icon_w:before{transform:rotateZ(90deg)}.faq_item--active-mod .faq_item__icon_w:before{opacity:0}.faq_item__head:hover .faq_item__icon_w,.faq_item__head:focus .faq_item__icon_w{border-color:#00c5eb}.faq_item__title{display:flex;align-items:center;text-align:left}.faq_item__title_in{padding-right:2rem}.faq_item__body_in{padding:1.4rem 0 2.2rem;max-width:92rem;color:#e6eaed;font-size:1.8rem;font-weight:400;line-height:1.7}.news_item{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:stretch;align-items:stretch}@media(max-width: 767px){.news_item:not(:last-child){margin-bottom:8rem}}.news_item h2{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.news_item h2{font-size:2.3rem}}@media(max-width: 991px){.news_item h2{font-size:2rem}}@media(min-width: 768px){.news_item h2:not(:last-child){margin-bottom:2.8rem}}@media(max-width: 767px){.news_item h2:not(:last-child){margin-bottom:2rem}}.news_item a:not(.news_item__image_link){color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;line-height:1.6}@media(min-width: 992px){.news_item a:not(.news_item__image_link){font-size:2.3rem}}@media(max-width: 991px){.news_item a:not(.news_item__image_link){font-size:2rem}}@media(min-width: 1200px){.news_item a:not(.news_item__image_link){min-height:11rem}}@media(min-width: 992px)and (max-width: 1199px){.news_item a:not(.news_item__image_link){min-height:10rem}}@media(min-width: 768px){.news_item a:not(.news_item__image_link):not(:last-child){margin-bottom:2.8rem}}@media(max-width: 767px){.news_item a:not(.news_item__image_link):not(:last-child){margin-bottom:2rem}}.news_item:has(.news_item__image_link) .news_item a:not(.news_item__image_link):not(:last-child){margin-bottom:4px}.news_item p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;font-size:1.8rem;font-weight:400;line-height:1.7}@media(min-width: 768px){.news_item p{-webkit-line-clamp:10}}@media(max-width: 767px){.news_item p{-webkit-line-clamp:7;font-size:1.6rem}}@media(min-width: 768px){.news_item p:not(:last-child){margin-bottom:3.6rem}}@media(max-width: 767px){.news_item p:not(:last-child){margin-bottom:2rem}}.news_item span{display:inline-block;text-transform:uppercase;font-size:1.8rem;font-weight:400;line-height:1.7}.news_item__image_link{display:block;margin-bottom:2.2rem}.news_item__image_wrapper{display:block;height:100%;width:100%;aspect-ratio:360/202;border-radius:2.4rem;overflow:hidden}.news_item__image{display:block;width:100%;height:100%;object-fit:cover}.news_block{max-width:114.4rem;margin-inline:auto}.news_block__list{display:grid}@media(min-width: 992px){.news_block__list{grid-template-columns:repeat(3, 1fr);gap:18.6rem 2.8rem;padding-top:1.2rem}}@media(min-width: 768px)and (max-width: 991px){.news_block__list{grid-template-columns:repeat(2, 1fr);gap:12rem 2.8rem}}.press_contact{display:flex;align-items:center;justify-content:center;max-width:114.4rem;margin-inline:auto}@media(min-width: 992px){.press_contact{gap:9.6rem}}@media(max-width: 991px){.press_contact{flex-direction:column;gap:3.6rem}}.press_contact__image_wrapper{max-width:19.8rem;aspect-ratio:1;border-radius:50%;overflow:hidden}.press_contact_image{display:block;width:100%;height:100%;object-fit:cover}.press_contact__info{display:flex;flex-direction:column}@media(min-width: 992px){.press_contact__info{align-items:flex-start}}@media(max-width: 991px){.press_contact__info{align-items:center}}.press_contact__title{color:#b7bcc3;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.press_contact__title{font-size:2.3rem}}@media(max-width: 991px){.press_contact__title{font-size:2rem}}.press_contact__title:not(:last-child){margin-bottom:1.6rem}.press_contact__name{font-size:1.8rem;font-weight:400;line-height:1.7}.press_contact__phone{color:#e6eaed;font-size:1.8rem;font-weight:400;line-height:1.7}.press_contact__phone:not(:last-child){margin-bottom:2px}.press_contact__email{color:#e6eaed;text-decoration:underline;font-size:1.8rem;font-weight:400;line-height:1.7}.press_contact__email:hover,.press_contact__email:focus-visible{text-decoration:none}.press_contact__email:not(:last-child){margin-bottom:1.2rem}.investors_content{position:relative;z-index:2;max-width:94.4rem;display:flex;flex-direction:column;gap:3.3rem}.investors_content p:not(:last-child){margin-bottom:3.4rem}.investors_content__info h3{letter-spacing:1px}.investors_content__info h3:not(:last-child){margin-bottom:1.6rem}.investors_content__info p:not(:last-child){margin-bottom:3rem}.white_paper{position:relative;min-height:calc(100vh - var(--height-header) - 2*var(--gl-hr-indent) - .5rem)}.white_paper__wrapper{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center}.contact_modal{padding:11rem var(--gl-indent) 3rem;background:rgba(34,36,40,.85);transition:opacity .15s linear}.contact_modal__content{display:flex;flex-direction:column;align-items:center;width:54.5rem;color:#222428;background-color:#ced2d6;border-radius:2.4rem;box-shadow:0 4px 2.4rem 0 rgba(0,0,0,.55);transition:transform .3s ease-out}@media(min-width: 576px){.contact_modal__content{padding:10rem 7.8rem 5.6rem}}@media(max-width: 575px){.contact_modal__content{padding:17vw 2rem 4rem}}.popup:not(.popup--open_state) .contact_modal__content{transform:translate(0, -50px)}.popup.popup--open_state .contact_modal__content{transform:translate(0, 0)}.contact_modal__content form{display:flex;flex-direction:column;align-items:center;width:100%;font-family:"AreaNormal",sans-serif}.contact_modal__content form>ul>li:not(:last-child){margin-bottom:3rem}.contact_modal__content form>ul:not(:last-child){margin-bottom:7.2rem}@media(min-width: 576px){.contact_modal__content form .btn--primary_v2_mod{width:27.6rem}}@media(max-width: 575px){.contact_modal__content form .btn--primary_v2_mod{width:100%}}.contact_modal__content .form--success_state form,.contact_modal__content .form--success_state .wpcf7-response-output{display:none}.contact_modal__icon_wrapper{position:absolute;top:0;left:50%;z-index:102;box-shadow:0 4px 24px 0 rgba(0,0,0,.25);aspect-ratio:295/165;overflow:hidden;transform:translate(-50%, -50%)}@media(min-width: 576px){.contact_modal__icon_wrapper{width:29.4rem;border-radius:2.4rem}}@media(max-width: 575px){.contact_modal__icon_wrapper{max-width:29.4rem;border-radius:1.4rem}}.contact_modal__icon_wrapper .contact_modal__icon{display:block;width:100%;height:100%;object-fit:cover}.contact_modal__header{text-align:center}@media(min-width: 576px){.contact_modal__header:not(:last-child){margin-bottom:7.8rem}}@media(max-width: 575px){.contact_modal__header:not(:last-child){margin-bottom:5rem}}.contact_modal__header h3{font-weight:400;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.contact_modal__header h3{font-size:3.6rem}}@media(max-width: 991px){.contact_modal__header h3{font-size:3.1rem}}@media(min-width: 576px){.contact_modal__header h3:not(:last-child){margin-bottom:3rem}}@media(max-width: 575px){.contact_modal__header h3:not(:last-child){margin-bottom:2rem}}.contact_modal__header p{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;font-weight:600}@media(min-width: 992px){.contact_modal__header p{font-size:2.3rem}}@media(max-width: 991px){.contact_modal__header p{font-size:2rem}}.contact_modal__message{text-align:center}.contact_modal__message hr{margin:1.6rem 0}.contact_modal__success_wrap{display:block;width:100%;text-align:center}.contact_modal__success_wrap:not(.form--success_state .contact_modal__success_wrap){display:none}.contact_modal__success_in{padding:3.2rem;border:1px solid #5e646c;border-radius:2.4rem}.contact_modal__text{font-size:1.8rem;font-weight:400;line-height:1.7}.contact_modal__text:not(:last-child){margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #5e646c}.grid_cards_bg_video{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}@media(max-width: 575px){.grid_cards_bg_video{display:none}}.grid_cards_bg_video video{width:70%;height:70%;transform:translate(20%, 20%);object-fit:contain}.grid_cards{position:relative;z-index:3;display:grid}@media(min-width: 992px){.grid_cards{grid-template-columns:1fr .3fr .58fr 1fr .62fr;grid-template-rows:1.8rem 3rem 7rem 5rem 10rem .6rem 13.2rem;gap:3.2rem}}@media(min-width: 768px)and (max-width: 991px){.grid_cards{min-height:80rem;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(4, 1fr);grid-auto-rows:1fr;gap:2rem}}@media(min-width: 576px)and (max-width: 767px){.grid_cards{min-height:87rem;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;grid-auto-rows:1fr;gap:1.6rem}}@media(max-width: 575px){.grid_cards{gap:1.6rem}}@media(min-width: 992px){.grid_cards .text_content{grid-row:1/4;grid-column:1/3;margin-right:-3.2rem}}@media(min-width: 768px)and (max-width: 991px){.grid_cards .text_content{grid-row:1/2;grid-column:1/3}}@media(min-width: 576px)and (max-width: 767px){.grid_cards .text_content{grid-row:1/2;grid-column:1/4;margin-bottom:1.6rem}}@media(max-width: 575px){.grid_cards .text_content{grid-row:1/2;margin-bottom:1.6rem}}.grid_cards__card{position:relative;z-index:2;display:flex;column-gap:3rem;padding:1.4rem;min-height:100%;border-radius:2.4rem;color:#e6eaed;overflow:hidden;cursor:pointer;backdrop-filter:blur(8px)}@media(max-width: 991px){.grid_cards__card{padding:2rem 1.4rem}}@media(min-width: 576px){.grid_cards__card{flex-direction:column}}@media(max-width: 575px){.grid_cards__card{padding:2rem;flex-direction:row-reverse;align-items:center}}.grid_cards__card::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:1.5px solid #e6eaed;border-radius:2.4rem;background-color:#00c5eb;opacity:.2;pointer-events:none;transition:opacity .3s}.grid_cards__card:hover:before{opacity:.3}.grid_cards__card--bg-marine::before{background-color:#4fffd9}@media(min-width: 992px){.grid_cards__card:nth-child(1){padding-bottom:2.4rem;grid-row:4/6;grid-column:1/2}.grid_cards--v2_mod .grid_cards__card:nth-child(1){grid-row:1/5;grid-column:4/5}.grid_cards--v1_mod .grid_cards__card:nth-child(1){grid-row:5/8;grid-column:1/4}}@media(min-width: 768px)and (max-width: 991px){.grid_cards__card:nth-child(1){grid-row:1/3;grid-column:3/5}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v1_mod .grid_cards__card:nth-child(1){grid-row:2/4;grid-column:2/4}}@media(min-width: 992px){.grid_cards__card:nth-child(2){padding-bottom:2.4rem;grid-row:6/8;grid-column:1/2}.grid_cards--v1_mod .grid_cards__card:nth-child(2){grid-row:1/5;grid-column:4/5}.grid_cards--v2_mod .grid_cards__card:nth-child(2){grid-row:5/8;grid-column:1/4}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v2_mod .grid_cards__card:nth-child(2){grid-row:2/4;grid-column:1/3}}@media(min-width: 576px)and (max-width: 767px){.grid_cards__card:nth-child(2){grid-row:2/4;grid-column:1/3}.grid_cards--v1_mod .grid_cards__card:nth-child(2),.grid_cards--v3_mod .grid_cards__card:nth-child(2),.grid_cards--v4_mod .grid_cards__card:nth-child(2),.grid_cards--v5_mod .grid_cards__card:nth-child(2),.grid_cards--v6_mod .grid_cards__card:nth-child(2),.grid_cards--v7_mod .grid_cards__card:nth-child(2),.grid_cards--v8_mod .grid_cards__card:nth-child(2){grid-row:2/3;grid-column:1/2}}@media(min-width: 992px){.grid_cards__card:nth-child(3){padding:1rem;grid-row:3/5;grid-column:3/4}.grid_cards--v3_mod .grid_cards__card:nth-child(3){grid-row:1/5;grid-column:3/5}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v3_mod .grid_cards__card:nth-child(3){grid-row:2/4;grid-column:1/3}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v3_mod .grid_cards__card:nth-child(3){grid-row:2/4;grid-column:2/4}}@media(min-width: 992px){.grid_cards__card:nth-child(4){grid-row:5/8;grid-column:2/4;padding-bottom:3rem}.grid_cards--v1_mod .grid_cards__card:nth-child(4),.grid_cards--v2_mod .grid_cards__card:nth-child(4){grid-row:5/7;grid-column:4/5;padding-bottom:1.4rem}.grid_cards--v4_mod .grid_cards__card:nth-child(4){grid-column:2/5}.grid_cards--v6_mod .grid_cards__card:nth-child(4){grid-row:1/5;grid-column:4/5}.grid_cards--v7_mod .grid_cards__card:nth-child(4),.grid_cards--v8_mod .grid_cards__card:nth-child(4){grid-row:5/7;grid-column:2/4;padding-bottom:1.4rem}}@media(min-width: 768px)and (max-width: 991px){.grid_cards__card:nth-child(4){grid-row:3/5;grid-column:1/3}.grid_cards--v2_mod .grid_cards__card:nth-child(4),.grid_cards--v3_mod .grid_cards__card:nth-child(4){grid-row:4/5;grid-column:1/2}.grid_cards--v5_mod .grid_cards__card:nth-child(4),.grid_cards--v6_mod .grid_cards__card:nth-child(4),.grid_cards--v7_mod .grid_cards__card:nth-child(4),.grid_cards--v8_mod .grid_cards__card:nth-child(4){grid-row:3/4;grid-column:1/2}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v4_mod .grid_cards__card:nth-child(4){grid-row:3/5;grid-column:1/3}}@media(min-width: 992px){.grid_cards__card:nth-child(5){flex-direction:row-reverse;align-items:flex-end;padding:2.4rem;padding-right:6.4rem;grid-row:1/5;grid-column:4/6}.grid_cards--v5_mod .grid_cards__card:nth-child(5){align-items:stretch;padding-right:2.4rem}.grid_cards--v1_mod .grid_cards__card:nth-child(5),.grid_cards--v2_mod .grid_cards__card:nth-child(5),.grid_cards--v3_mod .grid_cards__card:nth-child(5),.grid_cards--v4_mod .grid_cards__card:nth-child(5),.grid_cards--v6_mod .grid_cards__card:nth-child(5){grid-row:2/5;grid-column:5/6;padding:1.4rem;flex-direction:column;align-items:center}.grid_cards--v7_mod .grid_cards__card:nth-child(5),.grid_cards--v8_mod .grid_cards__card:nth-child(5){grid-column:4/5;padding:1.4rem;flex-direction:column;align-items:center}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v5_mod .grid_cards__card:nth-child(5){grid-row:3/5;grid-column:3/5}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v5_mod .grid_cards__card:nth-child(5){grid-row:3/5;grid-column:2/4}}@media(min-width: 992px){.grid_cards__card:nth-child(6){grid-row:5/8;grid-column:4/5;padding-bottom:3rem}.grid_cards--v1_mod .grid_cards__card:nth-child(6),.grid_cards--v2_mod .grid_cards__card:nth-child(6){grid-row:7/8;grid-column:4/5;padding-bottom:1.4rem}.grid_cards--v4_mod .grid_cards__card:nth-child(6){grid-row:1/5}.grid_cards--v6_mod .grid_cards__card:nth-child(6){grid-column:2/5}.grid_cards--v7_mod .grid_cards__card:nth-child(6),.grid_cards--v8_mod .grid_cards__card:nth-child(6){grid-row:7/8;grid-column:2/4;padding-bottom:1.4rem}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v6_mod .grid_cards__card:nth-child(6){grid-row:3/5;grid-column:3/5}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v6_mod .grid_cards__card:nth-child(6){grid-row:3/5;grid-column:2/4}}@media(min-width: 992px){.grid_cards__card:nth-child(7){padding:1rem;grid-row:5/7;grid-column:5/6}.grid_cards--v7_mod .grid_cards__card:nth-child(7){grid-row:5/8;grid-column:4/6}.grid_cards--v8_mod .grid_cards__card:nth-child(7){grid-row:2/5}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v7_mod .grid_cards__card:nth-child(7){grid-row:3/5;grid-column:3/5}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v7_mod .grid_cards__card:nth-child(7){grid-row:3/5;grid-column:2/4}}@media(min-width: 992px){.grid_cards__card:nth-child(8){padding:1rem;grid-row:7/8;grid-column:5/6}.grid_cards--v7_mod .grid_cards__card:nth-child(8){grid-row:2/5}.grid_cards--v8_mod .grid_cards__card:nth-child(8){grid-row:5/8;grid-column:4/6}}@media(min-width: 768px)and (max-width: 991px){.grid_cards--v8_mod .grid_cards__card:nth-child(8){grid-row:3/5;grid-column:3/5}}@media(min-width: 576px)and (max-width: 767px){.grid_cards--v8_mod .grid_cards__card:nth-child(8){grid-row:3/5;grid-column:2/4}}.grid_cards__card.grid_cards__card--active_mod{z-index:3;flex-direction:row-reverse;padding:2.4rem}.grid_cards__image{max-width:26%;width:100%;flex-grow:1;aspect-ratio:1;align-self:center;transition:all .4s;will-change:contents}.grid_cards__image:not(:last-child){margin-bottom:.4rem}.grid_cards__image--aspect-vertical{aspect-ratio:86/138}.grid_cards--v1_mod .grid_cards__image--aspect-vertical,.grid_cards--v2_mod .grid_cards__image--aspect-vertical,.grid_cards--v8_mod .grid_cards__image--aspect-vertical,.grid_cards--v7_mod .grid_cards__image--aspect-vertical{aspect-ratio:1}@media(min-width: 576px){.grid_cards__image{min-width:4rem}.grid_cards__card--active_mod .grid_cards__image{min-width:8rem}}@media(max-width: 575px){.grid_cards__image{min-width:6rem}}@media(min-width: 992px){.grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards__card:nth-child(5) .grid_cards__image,.grid_cards__card:nth-child(6) .grid_cards__image{max-width:30%}.grid_cards--v4_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v5_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v6_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v4_mod .grid_cards__card:nth-child(5) .grid_cards__image,.grid_cards--v5_mod .grid_cards__card:nth-child(5) .grid_cards__image,.grid_cards--v6_mod .grid_cards__card:nth-child(5) .grid_cards__image,.grid_cards--v4_mod .grid_cards__card:nth-child(6) .grid_cards__image,.grid_cards--v5_mod .grid_cards__card:nth-child(6) .grid_cards__image,.grid_cards--v6_mod .grid_cards__card:nth-child(6) .grid_cards__image{max-width:26%}.grid_cards--v1_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v2_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v7_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v8_mod .grid_cards__card:nth-child(4) .grid_cards__image,.grid_cards--v1_mod .grid_cards__card:nth-child(6) .grid_cards__image,.grid_cards--v2_mod .grid_cards__card:nth-child(6) .grid_cards__image,.grid_cards--v7_mod .grid_cards__card:nth-child(6) .grid_cards__image,.grid_cards--v8_mod .grid_cards__card:nth-child(6) .grid_cards__image{max-width:4rem;min-width:none}}.grid_cards__image img{display:block;width:100%;height:100%;object-fit:contain}.grid_cards__title{font-family:"AreaNormal",sans-serif;font-weight:600;line-height:1.26}@media(min-width: 992px){.grid_cards__title{font-size:1.8rem}.grid_cards__card:nth-child(3) .grid_cards__title,.grid_cards__card:nth-child(7) .grid_cards__title,.grid_cards__card:nth-child(8) .grid_cards__title{font-size:1.4rem}.grid_cards--v1_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v2_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v7_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v8_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v1_mod .grid_cards__card:nth-child(6) .grid_cards__title,.grid_cards--v2_mod .grid_cards__card:nth-child(6) .grid_cards__title,.grid_cards--v7_mod .grid_cards__card:nth-child(6) .grid_cards__title,.grid_cards--v8_mod .grid_cards__card:nth-child(6) .grid_cards__title{font-size:1.4rem}.grid_cards__card:nth-child(5) .grid_cards__title{font-size:2.4rem;text-align:left}.grid_cards--v1_mod .grid_cards__card:nth-child(5) .grid_cards__title,.grid_cards--v2_mod .grid_cards__card:nth-child(5) .grid_cards__title,.grid_cards--v3_mod .grid_cards__card:nth-child(5) .grid_cards__title,.grid_cards--v4_mod .grid_cards__card:nth-child(5) .grid_cards__title,.grid_cards--v6_mod .grid_cards__card:nth-child(5) .grid_cards__title{font-size:1.6rem;text-align:center}}@media(min-width: 768px)and (max-width: 991px){.grid_cards__title{font-size:1.6rem}.grid_cards__card:nth-child(1) .grid_cards__title,.grid_cards__card:nth-child(4) .grid_cards__title{font-size:2.4rem}.grid_cards--v2_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v3_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v4_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v5_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v6_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v7_mod .grid_cards__card:nth-child(4) .grid_cards__title,.grid_cards--v8_mod .grid_cards__card:nth-child(4) .grid_cards__title{font-size:1.6rem}}@media(min-width: 576px)and (max-width: 767px){.grid_cards__title{font-size:1.6rem}.grid_cards__card:nth-child(2) .grid_cards__title{font-size:2.4rem}.grid_cards--v1_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v3_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v4_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v5_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v6_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v7_mod .grid_cards__card:nth-child(2) .grid_cards__title,.grid_cards--v8_mod .grid_cards__card:nth-child(2) .grid_cards__title{font-size:1.6rem}}@media(min-width: 576px){.grid_cards__title{text-align:center}}@media(max-width: 575px){.grid_cards__title{text-align:left;font-size:2rem}.grid_cards__title:not(:last-child){margin-bottom:2rem}}@media(min-width: 576px){.grid_cards__card--active_mod .grid_cards__title{text-align:left;font-size:2rem !important}.grid_cards__card--active_mod .grid_cards__title:not(:last-child){margin-bottom:3.2rem}}.grid_cards__title *{font-weight:inherit}.grid_cards__text{display:none;font-size:1.6rem;line-height:1.5}.grid_cards__card--active_mod .grid_cards__text{display:block}@media(max-width: 575px){.grid_cards__text{display:block}}.resources_list{max-width:114.6rem;margin-inline:auto}.resources_item{display:flex;align-items:center;gap:3rem;background:#16171a;border-radius:2.4rem}.resources_item:not(:last-child){margin-bottom:5.2rem}@media(min-width: 1200px){.resources_item{padding:1.8rem 8.2rem 1.8rem 2rem}}@media(max-width: 1199px){.resources_item{padding:1.8rem 2rem}}@media(max-width: 991px){.resources_item{flex-direction:column}}@media(min-width: 992px){.resources_item__image_row{flex:0 1 29.5rem}}.resources_item__image_wrapper{display:block;max-width:29.5rem;aspect-ratio:295/165;border-radius:2.4rem;overflow:hidden}.resources_item__image_wrapper.resources_item__image_wrapper_half--mod{max-width:16.4rem;aspect-ratio:1}.resources_item__image{display:block;width:100%;height:100%;object-fit:cover}.resources_item__content_row{padding-top:1.6rem}@media(min-width: 992px){.resources_item__content_row{align-self:flex-start;width:100%;max-width:30rem}}@media(min-width: 992px){.resources_item__content_row:not(:first-child){margin-left:5rem}}.resources_item__title{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;line-height:1.6}@media(min-width: 992px){.resources_item__title{font-size:2.3rem}}@media(max-width: 991px){.resources_item__title{font-size:2rem}}@media(max-width: 991px){.resources_item__title{text-align:center}}.resources_item__title:not(:last-child){margin-bottom:3rem}.resources_item__downloads{display:flex;align-items:center;gap:4.4rem}@media(max-width: 991px){.resources_item__downloads{justify-content:center}}@media(min-width: 1200px){.resources_item__button_row{flex:0 1 23.4rem}}@media(min-width: 992px)and (max-width: 1199px){.resources_item__button_row{flex:0 1 21rem}}@media(min-width: 992px){.resources_item__button_row{margin-left:auto}}.download_item{display:flex;align-items:center;gap:1rem}.download_item__icon{display:imline-block;max-width:3rem;aspect-ratio:1;color:#5e646c}.download_item__label{display:inline-block;color:#e6eaed;font-size:1.8rem;font-weight:400;line-height:1.7}@media(max-width: 991px){.download_item__label{font-size:1.6rem}}.publications__item{max-width:114.4rem;margin-inline:auto;background-color:#16171a;border-radius:2.4rem;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;line-height:1.6}@media(min-width: 992px){.publications__item{font-size:2.3rem}}@media(max-width: 991px){.publications__item{font-size:2rem}}@media(min-width: 992px){.publications__item{padding:4.4rem 11.4rem 4.8rem 4.8rem}}@media(max-width: 991px){.publications__item{padding:3.6rem}}.publications__item:not(:last-child){margin-bottom:5.4rem}.publications__item h2{font-weight:400;color:#4fffd9}.publications__item a{color:#ced2d6}.social{display:flex;gap:1.6rem}@media(min-width: 992px){.social{padding-top:.6rem}}@media(max-width: 991px){.social{margin-bottom:1.6rem}}.social__item{display:flex;align-items:center;gap:1.6rem}.social__link{color:#5e646c;transition:color .3s ease;font-size:1.8rem;font-weight:400;line-height:1.7;font-weight:600}.social__link:hover,.social__link:focus{color:#4fffd9;text-decoration:none}.social__icon{max-width:2.4rem;aspect-ratio:1}@media(min-width: 992px){.power_evolution{display:flex;align-items:center;min-height:100vh}}.power_evolution__bg_wrap{position:absolute;top:50%;left:50%;width:66.8rem;aspect-ratio:668/494;margin-top:-23.6rem;margin-left:-119rem}@media(max-width: 991px){.power_evolution__bg_wrap{display:none}}.power_evolution__bg_wrap.power_evolution__bg_wrap--2_mod{margin-top:-24.6rem;margin-left:33.3rem}.power_evolution__bg{display:block;width:100%;height:100%;object-fit:contain}.power_evolution__body{position:relative;z-index:1}@media(min-width: 992px){.power_evolution__slider-wrapper{padding-right:6.2rem}}.power_evolution__nav{position:absolute;top:50%;left:-19rem;right:0;pointer-events:none}@media(max-width: 991px){.power_evolution__nav{display:none}}.power_evolution__nav-btn{position:absolute;top:0;width:4rem;height:7.5rem;margin-top:-4.8rem;color:#4fffd9;pointer-events:all;cursor:pointer;transition:color .3s ease}.power_evolution__nav-btn.power_evolution__nav-btn--prev_mod{left:.8rem}.power_evolution__nav-btn.power_evolution__nav-btn--next_mod{right:.8rem}.power_evolution__nav-btn:hover,.power_evolution__nav-btn:focus{color:#00c5eb}.power_evolution__pagination{display:flex;justify-content:center;align-items:center;gap:2.4rem;margin-left:-17.8rem}@media(min-width: 768px){.power_evolution__pagination{margin-right:-6.2rem}}@media(max-width: 991px){.power_evolution__pagination{display:none}}.power_evolution__pagination button{flex-shrink:0;width:1.8rem;height:1.8rem;background-color:#d9d9d9;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.power_evolution__pagination button.active{background-color:#4fffd9}@media(any-hover: hover){.power_evolution__pagination button:hover,.power_evolution__pagination button:focus-visible{background-color:#00c5eb}}@media(min-width: 992px){.power_evolution__slider{margin-right:var(--gl-indent);margin-left:calc(var(--gl-indent)*-1);padding-left:var(--gl-indent);padding-bottom:3rem;overflow:hidden}}@media(min-width: 992px){.power_evolution__slider_inner{display:flex;margin-right:-12rem}}.power_evolution__slide{width:100%}@media(min-width: 992px){.power_evolution__slide{flex-shrink:0;padding-right:12rem}}@media(max-width: 991px){.power_evolution__slide:not(:last-child){margin-bottom:5.2rem}}@media(min-width: 992px){.power_evolution__content.power_evolution__content--primary_mod{max-width:107.4rem}}.power_evolution__heading{position:relative;z-index:2}@media(min-width: 992px){.power_evolution__heading{min-height:14.6rem}}@media(min-width: 992px){.power_evolution__heading:not(:last-child){margin-bottom:-12rem}}@media(max-width: 991px){.power_evolution__heading:not(:last-child){margin-bottom:3.2rem}}@media(min-width: 992px){.power_evolution__content--primary_mod .power_evolution__heading{max-width:36.4rem}}@media(min-width: 992px){.power_evolution__list{margin:0 -3rem -3.2rem 0;padding-top:20.4rem;padding-left:1.6rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}}@media(min-width: 992px){.power_evolution__item{flex-shrink:0;padding:0 3rem 3.2rem 0}}@media(max-width: 991px){.power_evolution__item{width:100%}}@media(max-width: 991px){.power_evolution__item:not(:last-child){margin-bottom:6.2rem}}@media(min-width: 992px){.power_evolution__item:nth-child(1){width:31.8%}}@media(min-width: 992px){.power_evolution__item:nth-child(2){width:31.8%}}@media(min-width: 992px){.power_evolution__item:nth-child(3){width:35.16%;margin-left:auto}}.power_evolution__link{display:block;width:100%}.power_evolution__link:hover,.power_evolution__link:focus{text-decoration:none}.power_evolution__pic_wrapper{display:flex;align-items:flex-end}@media(min-width: 992px){.power_evolution__pic_wrapper:not(:last-child){margin-bottom:2.2rem}}@media(max-width: 991px){.power_evolution__pic_wrapper:not(:last-child){margin-bottom:.8rem}}@media(min-width: 992px){.power_evolution__item:nth-child(2) .power_evolution__pic_wrapper{margin-top:-10.6rem;margin-left:-1rem}}@media(min-width: 992px){.power_evolution__item:nth-child(3) .power_evolution__pic_wrapper{margin-top:-21.6rem;margin-left:-1.6rem}}@media(min-width: 992px){.power_evolution__item:nth-child(3) .power_evolution__pic_wrapper:not(:last-child){margin-bottom:2px}}.power_evolution__decor_wrapper{flex-shrink:0;align-self:center;width:5.2rem;aspect-ratio:52/118;margin-right:-0.8rem;margin-left:-3px}.power_evolution__decor{display:block;width:100%;height:100%;object-fit:contain}.power_evolution__image_wrapper{width:9.6rem;aspect-ratio:96/144}.power_evolution__item:nth-child(2) .power_evolution__image_wrapper{width:16.8rem}.power_evolution__item:nth-child(3) .power_evolution__image_wrapper{width:25.4rem}.power_evolution__image{display:block;width:100%;height:100%;object-fit:contain}.power_evolution__info_wrapper{flex-shrink:0;align-self:stretch;display:flex;align-items:center;padding-block:1.2rem .5rem;font-family:"AreaNormal",sans-serif;font-size:1.6rem;line-height:1.2;color:#4fffd9}@media(min-width: 992px){.power_evolution__info_wrapper{margin-left:-2px}}@media(max-width: 991px){.power_evolution__info_wrapper{margin-left:2px}}@media(min-width: 992px){.power_evolution__item:nth-child(2) .power_evolution__info_wrapper{padding-top:2rem;margin-left:-1rem}}@media(min-width: 992px){.power_evolution__item:nth-child(3) .power_evolution__info_wrapper{padding-block:3rem 2.5rem;margin-left:-1.8rem}}.power_evolution__decor_line{position:relative;width:2rem;height:100%;border-top:1px solid #00c5eb;border-bottom:1px solid #00c5eb}.power_evolution__decor_line::before{position:absolute;top:0;left:50%;width:1px;height:100%;background-color:#00c5eb;content:""}.power_evolution__title{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;transition:color .3s ease}@media(min-width: 992px){.power_evolution__title{font-size:2.3rem}}@media(max-width: 991px){.power_evolution__title{font-size:2rem}}.power_evolution__title:not(:last-child){margin-bottom:2rem}@media(any-hover: hover){.power_evolution__link:hover .power_evolution__title,.power_evolution__link:focus-visible .power_evolution__title{color:#00c5eb}}.power_evolution__text{color:#b7bcc3;font-weight:400;line-height:1.68}@media(min-width: 992px){.power_evolution__text{font-size:1.5rem}}@media(max-width: 991px){.power_evolution__text{font-size:1.6rem}}@media(min-width: 992px){.power_evolution__card{padding-top:1rem}}@media(max-width: 991px){.power_evolution__card{padding-top:.5rem}}@media(min-width: 992px){.power_evolution__row{display:flex;margin-right:-3.2rem;padding-right:13rem}}@media(min-width: 992px){.power_evolution__col{padding-right:3.2rem}}@media(min-width: 992px){.power_evolution__col.power_evolution__col--image_mod{flex-shrink:0;width:min(51.26%,49rem)}}@media(max-width: 991px){.power_evolution__col.power_evolution__col--image_mod{max-width:45.8rem}}@media(max-width: 991px){.power_evolution__col.power_evolution__col--image_mod:not(:last-child){margin-bottom:5rem}}@media(min-width: 992px){.power_evolution__card_content{margin-top:-1rem}}.power_evolution__card_title{color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.power_evolution__card_title{font-size:3.8rem}}@media(max-width: 991px){.power_evolution__card_title{font-size:3.3rem}}.power_evolution__card_title:not(:last-child){margin-bottom:2.8rem}.power_evolution__card_title>*{font-weight:inherit}@media(max-width: 991px){.power_evolution__card_title.power_evolution__card_title--desktop_mod{display:none}}.power_evolution__card_title.power_evolution__card_title--mobile_mod{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,.3)}@media(min-width: 992px){.power_evolution__card_title.power_evolution__card_title--mobile_mod{display:none}}.power_evolution__card_text{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif;line-height:1.65}@media(min-width: 992px){.power_evolution__card_text{font-size:2.6rem}}@media(max-width: 991px){.power_evolution__card_text{font-size:2.3rem}}@media(min-width: 992px){.power_evolution__card--width_mod .power_evolution__card_text{max-width:38.9rem}}.power_evolution__card_text strong{color:#4fffd9}.power_evolution__card_img_wrap{position:relative;display:block;width:100%;aspect-ratio:1;border-radius:2.4rem;overflow:hidden}.power_evolution__card_img_wrap::before{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(79, 255, 217, 0.13) 41%, #00c5eb 100%);mix-blend-mode:color-burn;content:""}.power_evolution__card_img{display:block;width:100%;height:100%;object-fit:cover}.power_evolution__card_product_footer{position:relative;z-index:2;display:flex;align-items:center;gap:3.8rem}.power_evolution__product_img_wrap{position:relative;display:block;aspect-ratio:176/264}@media(min-width: 992px){.power_evolution__product_img_wrap{width:17.6rem;margin-top:-16.6rem;margin-left:1.2rem}}@media(max-width: 991px){.power_evolution__product_img_wrap{width:38.43%;margin-top:-36.46%;margin-left:2.8%}}.power_evolution__product_img_wrap::before{position:absolute;left:50%;bottom:-9.2%;width:104.4%;aspect-ratio:1;margin-left:-50%;border:2px solid #ced2d6;border-radius:50%;content:""}.power_evolution__product_img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain}.power_evolution__product_name{padding-top:1.8rem;color:#4fffd9;font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.power_evolution__product_name{font-size:2.3rem}}@media(max-width: 991px){.power_evolution__product_name{font-size:2rem}}.contact{position:relative;z-index:5;display:flex;gap:3.4rem;margin-inline:auto}@media(min-width: 992px){.contact{justify-content:space-between;width:114.4rem}}@media(max-width: 991px){.contact{justify-content:normal;flex-direction:column}}@media(min-width: 992px){.contact__info{flex:1 0 36rem;padding-top:1.4rem}}.contact__info .text_content p:not(:last-child){margin-bottom:4rem}@media(min-width: 992px){.contact__form{flex:0 0 75.2rem}}.contact__body.contact__body--mod_2 form{align-items:center}@media(min-width: 992px){.contact__body.contact__body--mod_2 form{padding:7rem 6.6rem 5.4rem}}.contact__body.contact__body--other_mod form{justify-content:flex-start}.contact__body form{gap:3.4rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;align-items:flex-start;background-color:#1e2024;background-image:url("./../images/lines_bg.svg");background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:2.4rem;overflow:hidden}@media(max-width: 767px){.contact__body form{background-repeat:repeat;background-size:unset}}@media(min-width: 992px){.contact__body form{padding:5.4rem 6.6rem 4.4rem;min-height:66.6rem}}@media(max-width: 991px){.contact__body form{padding:3rem;min-height:30rem}}.contact__body form>ul{width:100%;font-family:"AreaNormal",sans-serif}.contact__body form>ul>li:not(:last-child){margin-bottom:3rem}@media(max-width: 575px){.contact__body form .btn--primary_v2_mod{width:100%}}.contact__select{position:relative;z-index:10}.contact__captcha_wrapper{position:relative;display:block;max-width:30.2rem;aspect-ratio:302/76}@media(min-width: 576px){.contact__captcha_wrapper{margin-left:.8rem}}.contact__captcha{display:block;width:100%;height:100%;object-fit:contain}.simulation_wrapper{display:flex;min-height:100svh;height:100%}.icon{display:block;fill:currentColor}.icon.icon--size_mod{width:100%;height:100%}.icon.icon--size_md_mod{width:1.8rem}.icon.icon--size_lg_mod{width:2rem}.icon.icon--size_xl_mod{width:2.8rem}.icon svg{display:block;width:100%;height:100%;fill:currentColor}.btn_base{font-weight:400;color:#fff;background-color:rgba(0,0,0,0);border:1px solid #4fffd9;transition:background-color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.btn_base[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.btn_base:hover,.btn_base:focus{text-decoration:none}.btn_base:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.btn_base{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.btn_base{height:5rem;font-size:1.6rem;line-height:5rem}}.form_input .wpcf7-not-valid-tip{margin-left:2.8rem}.form_input__label{display:block;padding-bottom:2px;font-size:1.6rem;color:#000}.form_input__label.form_input__label--mod_1{position:absolute;left:2.5rem;display:block;width:calc(100% - 3.8rem);font-weight:600;color:#e6eaed;text-overflow:ellipsis;transform-origin:0 0;user-select:none;cursor:text;white-space:nowrap;pointer-events:none;overflow:hidden;transition:all .15s ease-in-out}@media(min-width: 992px){.form_input__label.form_input__label--mod_1{top:1.4rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_input__label.form_input__label--mod_1{top:1rem;font-size:1.6rem}}.form_input__label.form_input__label--mod_1 strong{margin-right:1px;color:#ff7404}.form_input__label.form_input__label--mod_2{position:absolute;top:1.4rem;left:2.5rem;display:block;width:calc(100% - 3.8rem);font-weight:600;color:#222428;text-overflow:ellipsis;transform-origin:0 0;user-select:none;cursor:text;white-space:nowrap;pointer-events:none;overflow:hidden;transition:all .15s ease-in-out}@media(min-width: 992px){.form_input__label.form_input__label--mod_2{top:1.4rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_input__label.form_input__label--mod_2{top:1rem;font-size:1.6rem}}.form_input__label.form_input__label--mod_2 strong{margin-right:1px;color:#ff7404}.form_input__element{display:block;width:100%;height:4rem;padding:0 2rem;font-size:1.6rem;font-family:"Roboto",sans-serif;color:#000;caret-color:#000;box-shadow:inset 0 0 0 1px #ccc;border:none;background-clip:padding-box;border-radius:.5rem;transition:box-shadow .3s ease 0s;will-change:box-shadow;-moz-appearance:none;-webkit-appearance:none;appearance:none}.form_input__element:hover,.form_input__element:focus{box-shadow:inset 0 0 0 1px #000}.form_input__element::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.form_input__element::-moz-placeholder{color:rgba(0,0,0,.4);opacity:1}.form_input__element:-ms-input-placeholder{color:rgba(0,0,0,.4)}.form_input__element::-webkit-contacts-auto-fill-button{visibility:hidden;position:absolute;right:0}.form_input__element[type=search]::-ms-clear,.form_input__element[type=search]::-ms-reveal{display:none}.form_input__element[type=search]::-webkit-search-decoration,.form_input__element[type=search]::-webkit-search-cancel-button,.form_input__element[type=search]::-webkit-search-results-button,.form_input__element[type=search]::-webkit-search-results-decoration{display:none}.form_input__element[type=date]::-webkit-calendar-picker-indicator{opacity:0}select.form_input__element{-webkit-tap-highlight-color:rgba(0,0,0,0)}.form_input__element.form_input__element--mod_1{padding:.6rem 2.5rem 0;font-family:"AreaNormal",sans-serif;font-weight:600;color:#e6eaed;caret-color:#e6eaed;border-radius:5rem;background-color:#43484e;box-shadow:none}@media(min-width: 992px){.form_input__element.form_input__element--mod_1{height:5.5rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_input__element.form_input__element--mod_1{height:4.4rem;font-size:1.4rem}}.form_input__element.form_input__element--mod_1:hover,.form_input__element.form_input__element--mod_1:focus{box-shadow:inset 0 0 0 1px #4fffd9}.form_input__element.form_input__element--mod_1[aria-invalid=true]{caret-color:#fc1b13;box-shadow:inset 0 0 0 1px #fc1b13}.form_input__element.form_input__element--mod_1::-webkit-input-placeholder{color:#e6eaed}.form_input__element.form_input__element--mod_1::-moz-placeholder{color:#e6eaed;opacity:1}.form_input__element.form_input__element--mod_1:-ms-input-placeholder{color:#e6eaed}.form_input__element.form_input__element--mod_2{padding:.6rem 2.8rem 0;font-family:"AreaNormal",sans-serif;font-weight:600;color:#222428;caret-color:#222428;border:1px solid #818184;border-radius:5rem;background-color:#fff;box-shadow:none}@media(min-width: 992px){.form_input__element.form_input__element--mod_2{height:5.5rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_input__element.form_input__element--mod_2{height:4.4rem;font-size:1.4rem}}.form_input__element.form_input__element--mod_2:hover,.form_input__element.form_input__element--mod_2:focus{box-shadow:inset 0 0 0 1px #4fffd9}.form_input__element.form_input__element--mod_2[aria-invalid=true]{caret-color:#fc1b13;box-shadow:inset 0 0 0 1px #fc1b13}.form_input__element.form_input__element--mod_2::-webkit-input-placeholder{color:#222428}.form_input__element.form_input__element--mod_2::-moz-placeholder{color:#222428;opacity:1}.form_input__element.form_input__element--mod_2:-ms-input-placeholder{color:#222428}.form_input__element.form_input__element--mod_3{padding:.6rem 2.8rem 0;font-family:"AreaNormal",sans-serif;font-weight:600;color:#e6eaed;caret-color:#e6eaed;border:1px solid #818184;border-radius:5rem;background-color:#5e646c;box-shadow:none}@media(min-width: 992px){.form_input__element.form_input__element--mod_3{height:5.5rem;font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_input__element.form_input__element--mod_3{height:4.4rem;font-size:1.4rem}}.form_input__element.form_input__element--mod_3:hover,.form_input__element.form_input__element--mod_3:focus{box-shadow:inset 0 0 0 1px #4fffd9}.form_input__element.form_input__element--mod_3[aria-invalid=true]{caret-color:#dc3232;box-shadow:inset 0 0 0 1px #dc3232}.form_input__element.form_input__element--mod_3::-webkit-input-placeholder{color:#e6eaed}.form_input__element.form_input__element--mod_3::-moz-placeholder{color:#e6eaed;opacity:1}.form_input__element.form_input__element--mod_3:-ms-input-placeholder{color:#e6eaed}.form_input__field{position:relative;overflow:hidden}.form_input__field[data-filled] .form_textarea__label,.form_input__field[data-filled] .form_input__label,.form_input__field:focus-within .form_input__label,.form_input__field:has(input:focus) .form_input__label{width:160%}@media(min-width: 992px){.form_input__field[data-filled] .form_textarea__label,.form_input__field[data-filled] .form_input__label,.form_input__field:focus-within .form_input__label,.form_input__field:has(input:focus) .form_input__label{transform:translateY(-1rem) scale(0.625)}}@media(max-width: 991px){.form_input__field[data-filled] .form_textarea__label,.form_input__field[data-filled] .form_input__label,.form_input__field:focus-within .form_input__label,.form_input__field:has(input:focus) .form_input__label{transform:translateY(-0.6rem) scale(0.625)}}.form_textarea .wpcf7-not-valid-tip{margin-left:2.8rem}.form_textarea__label{display:block;padding-bottom:2px;font-size:1.6rem;color:#000}.form_textarea__element{display:block;width:100%;height:4rem;padding:0 2rem;font-size:1.6rem;font-family:"Roboto",sans-serif;color:#000;caret-color:#000;box-shadow:inset 0 0 0 1px #ccc;border:none;background-clip:padding-box;border-radius:.5rem;transition:box-shadow .3s ease 0s;will-change:box-shadow;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding-top:1.4rem;padding-bottom:1.4rem;height:10rem}.form_textarea__element:hover,.form_textarea__element:focus{box-shadow:inset 0 0 0 1px #000}.form_textarea__element::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.form_textarea__element::-moz-placeholder{color:rgba(0,0,0,.4);opacity:1}.form_textarea__element:-ms-input-placeholder{color:rgba(0,0,0,.4)}.form_textarea__element::-webkit-contacts-auto-fill-button{visibility:hidden;position:absolute;right:0}.form_textarea__element[type=search]::-ms-clear,.form_textarea__element[type=search]::-ms-reveal{display:none}.form_textarea__element[type=search]::-webkit-search-decoration,.form_textarea__element[type=search]::-webkit-search-cancel-button,.form_textarea__element[type=search]::-webkit-search-results-button,.form_textarea__element[type=search]::-webkit-search-results-decoration{display:none}.form_textarea__element[type=date]::-webkit-calendar-picker-indicator{opacity:0}select.form_textarea__element{-webkit-tap-highlight-color:rgba(0,0,0,0)}.form_textarea__element.form_textarea__element--mod_1{padding-inline:2.5rem;min-height:12.3rem;font-family:"AreaNormal",sans-serif;font-weight:600;color:#e6eaed;caret-color:#e6eaed;border-radius:2.4rem;background-color:#43484e;box-shadow:none}@media(min-width: 992px){.form_textarea__element.form_textarea__element--mod_1{font-size:calc(1.8rem/1.054173)}}@media(max-width: 991px){.form_textarea__element.form_textarea__element--mod_1{font-size:1.6rem}}.form_textarea__element.form_textarea__element--mod_1:hover,.form_textarea__element.form_textarea__element--mod_1:focus{box-shadow:inset 0 0 0 1px #4fffd9}.form_textarea__element.form_textarea__element--mod_1::-webkit-input-placeholder{color:#e6eaed}.form_textarea__element.form_textarea__element--mod_1::-moz-placeholder{color:#e6eaed;opacity:1}.form_textarea__element.form_textarea__element--mod_1:-ms-input-placeholder{color:#e6eaed}.form_select__label{display:block;padding-bottom:2px;font-size:1.6rem;color:#000}.form_select__element{display:block;width:100%;height:4rem;padding:0 2rem;font-size:1.6rem;font-family:"Roboto",sans-serif;color:#000;caret-color:#000;box-shadow:inset 0 0 0 1px #ccc;border:none;background-clip:padding-box;border-radius:.5rem;transition:box-shadow .3s ease 0s;will-change:box-shadow;-moz-appearance:none;-webkit-appearance:none;appearance:none}.form_select__element:hover,.form_select__element:focus{box-shadow:inset 0 0 0 1px #000}.form_select__element::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.form_select__element::-moz-placeholder{color:rgba(0,0,0,.4);opacity:1}.form_select__element:-ms-input-placeholder{color:rgba(0,0,0,.4)}.form_select__element::-webkit-contacts-auto-fill-button{visibility:hidden;position:absolute;right:0}.form_select__element[type=search]::-ms-clear,.form_select__element[type=search]::-ms-reveal{display:none}.form_select__element[type=search]::-webkit-search-decoration,.form_select__element[type=search]::-webkit-search-cancel-button,.form_select__element[type=search]::-webkit-search-results-button,.form_select__element[type=search]::-webkit-search-results-decoration{display:none}.form_select__element[type=date]::-webkit-calendar-picker-indicator{opacity:0}select.form_select__element{-webkit-tap-highlight-color:rgba(0,0,0,0)}.form_checkbox{position:relative}.form_checkbox .form_checkbox__element,.form_checkbox input[type=checkbox]{position:absolute;width:1px;height:1px;margin:0;opacity:0;clip-path:inset(50%);appearance:none}.form_checkbox .wpcf7-list-item{margin:0}.form_checkbox .wpcf7-not-valid-tip{margin-left:2.8rem}.form_checkbox__label{position:relative;padding-left:3rem;font-size:1.6rem;color:#000;cursor:pointer}.form_checkbox__label:before,.form_checkbox__label:after{position:absolute;top:-1px;left:0;width:2rem;height:2rem;cursor:pointer;content:""}.form_checkbox__label:before{border-radius:2px;border:1px solid #000;transition:transform .2s,opacity .2s;will-change:transform}.form_checkbox__element:checked+.form_checkbox__label:before{opacity:0;transform:rotateZ(40deg) scaleX(0.6) translateY(-3px)}.form_checkbox__label::after{opacity:0;border-bottom:2px solid #000;border-right:3px solid #000;transition:transform .2s,opacity .2s}.form_checkbox__element:checked+.form_checkbox__label::after{transform:rotateZ(40deg) scaleX(0.6) translateY(-3px);opacity:1}.form_checkbox__label_2{position:relative;display:inline-block;font-family:"Roboto",sans-serif;cursor:pointer}@media(min-width: 576px){.form_checkbox__label_2{padding-left:6.8rem;min-height:3.8rem;font-size:1.8rem;font-weight:400;line-height:1.7}}@media(max-width: 575px){.form_checkbox__label_2{padding-left:5.6rem;min-height:2.8rem;font-weight:400;line-height:1.68}}@media(max-width: 575px)and (min-width: 992px){.form_checkbox__label_2{font-size:1.5rem}}@media(max-width: 575px)and (max-width: 991px){.form_checkbox__label_2{font-size:1.6rem}}.form_checkbox__label_2:before,.form_checkbox__label_2:after{position:absolute;border-radius:50%;cursor:pointer;content:""}@media(min-width: 576px){.form_checkbox__label_2:before,.form_checkbox__label_2:after{margin-left:1.26rem}}.form_checkbox__label_2:before{top:0;left:0;background:#5e646c;transition:box-shadow .15s linear}.form_checkbox:has(input:focus) .form_checkbox__label_2:before,.form_checkbox:has(input:hover) .form_checkbox__label_2:before{box-shadow:inset 0 0 0 1px #4fffd9}.form_checkbox:has(.wpcf7-not-valid) .form_checkbox__label_2:before,.form_checkbox:has(.wpcf7-not-valid):focus .form_checkbox__label_2:before,.form_checkbox:has(.wpcf7-not-valid):focus-within .form_checkbox__label_2:before,.form_checkbox:has(.wpcf7-not-valid):hover .form_checkbox__label_2:before{box-shadow:inset 0 0 0 1px #dc3232}@media(min-width: 576px){.form_checkbox__label_2:before{width:3.8rem;height:3.8rem}}@media(max-width: 575px){.form_checkbox__label_2:before{width:2.8rem;height:2.8rem}}.form_checkbox__label_2:after{top:.8rem;left:.8rem;background:#4fffd9;transform:scale(0);transition:transform .15s linear}.form_checkbox:has(input:checked) .form_checkbox__label_2:after{transform:scale(1)}@media(min-width: 576px){.form_checkbox__label_2:after{width:2.2rem;height:2.2rem}}@media(max-width: 575px){.form_checkbox__label_2:after{width:1.2rem;height:1.2rem}}.form_checkbox__label_2.form_checkbox__label_2--mod_2:before,.form_checkbox__label_2.form_checkbox__label_2--mod_2:after{border-radius:0}@media(min-width: 576px){.form_checkbox__label_2.form_checkbox__label_2--mod_2:before,.form_checkbox__label_2.form_checkbox__label_2--mod_2:after{margin-left:.8rem}}.form_checkbox__label_2.form_checkbox__label_2--mod_green_link a:hover,.form_checkbox__label_2.form_checkbox__label_2--mod_green_link a:active{color:#4fffd9}.form_checkbox__label_2 a{font-size:calc(1.8rem/1.054173);color:#00c5eb;text-decoration:underline;transition:color .15s linear}.form_checkbox__label_2 a:hover,.form_checkbox__label_2 a:active{color:#222428}.form_radio__block{display:block}.form_radio__element{display:none}.form_radio__label{position:relative;padding-left:3rem;font-size:1.6rem;color:#000;cursor:pointer}.form_radio__label:before{content:"";position:absolute;top:-1px;left:0;width:2rem;height:2rem;border-radius:100%;border:1px solid #000;cursor:pointer}.form_radio__label:after{transition:opacity .3s ease;will-change:opacity;content:"";position:absolute;top:.4rem;left:.5rem;width:1rem;height:1rem;border-radius:100%;background:#000;opacity:0}.form_radio__element:checked+.form_radio__label:after{opacity:1}.form_radio__label_2{position:relative;display:block;width:100%;padding:.5rem 1.2rem;font-size:1.6rem;color:inherit;border-radius:1.4rem;cursor:pointer}.form_radio__label_2:hover,.form_radio__label_2:focus{background-color:#4fffd9;color:#222428}.section_ui{background-color:#fff;color:#000;padding:2rem 10rem}.section_ui__block:not(:last-child){margin-bottom:6rem}.section_ui__in{margin:0}.section_ui__in.section_ui__in--size_mod{max-width:100%}.section_ui__in:not(:last-child){margin-bottom:4rem}.section_ui__pages_list{display:flex;flex-wrap:nowrap;gap:2rem;overflow:auto}.section_ui__page_item_wrap{position:relative;display:block;min-width:23%;aspect-ratio:1/2;border:2px solid #000}.section_ui__page_item_wrap::after{position:absolute;top:2rem;right:0;padding:.2rem 1rem;font-size:2rem;color:tomato;background-color:#fff;content:attr(data-page)}.section_ui__page_item_wrap:hover::after{background-color:#b7b7b7}.section_ui__page_item{width:100%;height:100%}.section_ui__title{font-size:7.2rem;font-weight:700}.section_ui__title:not(:last-child){margin-bottom:1.4rem}.section_ui__text{font-size:1.8rem}.section_ui__text:not(:last-child){margin-bottom:2.6rem}.section_ui__text p:not(:last-child){margin-bottom:.6rem}.section_ui__category{font-size:5.6rem;font-weight:700}.section_ui__category:not(:last-child){margin-bottom:1.4rem}.ui_typography__line{margin-right:-2rem;padding:1% 0;border-bottom:1px solid rgba(0,0,0,.6);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.ui_typography__line:not(:last-child){margin-bottom:1rem}.ui_typography__line h1{font-weight:100;line-height:1.22;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.ui_typography__line h1{font-size:8rem}}@media(min-width: 576px)and (max-width: 991px){.ui_typography__line h1{font-size:5.5rem}}@media(max-width: 575px){.ui_typography__line h1{font-size:3.5rem}}.ui_typography__line h2{font-weight:100;line-height:1.22;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.ui_typography__line h2{font-size:6.5rem}}@media(max-width: 991px){.ui_typography__line h2{font-size:4.2rem}}.ui_typography__line h3{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.ui_typography__line h3{font-size:3.6rem}}@media(max-width: 991px){.ui_typography__line h3{font-size:3.1rem}}.ui_typography__line h4{font-weight:400;line-height:1.35;font-family:"AreaNormal",sans-serif}@media(min-width: 992px){.ui_typography__line h4{font-size:2.3rem}}@media(max-width: 991px){.ui_typography__line h4{font-size:2rem}}.ui_typography__line h5{font-size:1.8rem;font-weight:400;line-height:1.7}.ui_typography__line h6{font-size:2rem;font-weight:400;line-height:1.5;font-family:"AreaNormal",sans-serif}.ui_typography__title{line-height:1;text-transform:uppercase}.ui_typography__text{font-size:1.8rem;font-weight:400;line-height:1.7}.ui_typography__item{width:33.333%;padding-right:2rem;margin:auto 0;font-size:1.8rem}.ui_typography__item:nth-child(3n+2),.ui_typography__item:nth-child(3n+3){text-align:center}.ui_buttons{margin:0 -2rem -2rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:center;align-items:center}.ui_buttons__item{padding:0 2rem 2rem 0}.ui_buttons__btn.section_ui__btn--mod_1{font-weight:400;color:#fff;background-color:rgba(0,0,0,0);border:1px solid #4fffd9;transition:background-color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.ui_buttons__btn.section_ui__btn--mod_1[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ui_buttons__btn.section_ui__btn--mod_1:hover,.ui_buttons__btn.section_ui__btn--mod_1:focus{text-decoration:none}.ui_buttons__btn.section_ui__btn--mod_1:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.ui_buttons__btn.section_ui__btn--mod_1{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.ui_buttons__btn.section_ui__btn--mod_1{height:5rem;font-size:1.6rem;line-height:5rem}}.ui_buttons__btn.section_ui__btn--mod_2{font-weight:400;color:#fff;background-color:#222428;border:1px solid #4fffd9;transition:background-color .3s ease,color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem;font-weight:600}.ui_buttons__btn.section_ui__btn--mod_2[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ui_buttons__btn.section_ui__btn--mod_2:hover,.ui_buttons__btn.section_ui__btn--mod_2:focus{text-decoration:none}.ui_buttons__btn.section_ui__btn--mod_2:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.ui_buttons__btn.section_ui__btn--mod_2{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.ui_buttons__btn.section_ui__btn--mod_2{height:5rem;font-size:1.6rem;line-height:5rem}}.ui_buttons__btn.section_ui__btn--mod_3{font-weight:400;color:#fff;background-color:rgba(0,0,0,0);border:1px solid #4fffd9;transition:background-color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.ui_buttons__btn.section_ui__btn--mod_3[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ui_buttons__btn.section_ui__btn--mod_3:hover,.ui_buttons__btn.section_ui__btn--mod_3:focus{text-decoration:none}.ui_buttons__btn.section_ui__btn--mod_3:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.ui_buttons__btn.section_ui__btn--mod_3{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.ui_buttons__btn.section_ui__btn--mod_3{height:5rem;font-size:1.6rem;line-height:5rem}}.ui_buttons__btn.section_ui__btn--primary_mod{font-weight:400;color:#fff;background-color:#222428;border:1px solid #4fffd9;transition:background-color .3s ease,color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.ui_buttons__btn.section_ui__btn--primary_mod[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.ui_buttons__btn.section_ui__btn--primary_mod:hover,.ui_buttons__btn.section_ui__btn--primary_mod:focus{text-decoration:none}.ui_buttons__btn.section_ui__btn--primary_mod:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.ui_buttons__btn.section_ui__btn--primary_mod{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.ui_buttons__btn.section_ui__btn--primary_mod{height:5rem;font-size:1.6rem;line-height:5rem}}.btn.btn--default_mod{font-weight:400;color:#fff;background-color:rgba(0,0,0,0);border:1px solid #4fffd9;transition:background-color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.btn.btn--default_mod[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.btn.btn--default_mod:hover,.btn.btn--default_mod:focus{text-decoration:none}.btn.btn--default_mod:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.btn.btn--default_mod{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.btn.btn--default_mod{height:5rem;font-size:1.6rem;line-height:5rem}}.btn.btn--primary_mod{font-weight:400;color:#fff;background-color:#222428;border:1px solid #4fffd9;transition:background-color .3s ease,color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.btn.btn--primary_mod[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.btn.btn--primary_mod:hover,.btn.btn--primary_mod:focus{text-decoration:none}.btn.btn--primary_mod:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.btn.btn--primary_mod{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.btn.btn--primary_mod{height:5rem;font-size:1.6rem;line-height:5rem}}.btn.btn--secondary_mod{font-weight:400;color:#e6eaed;background-color:#222428;border:1px solid #222428;box-shadow:0px 4px 12px 0px rgba(0,0,0,.2);transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem}.btn.btn--secondary_mod[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.btn.btn--secondary_mod:hover,.btn.btn--secondary_mod:focus{text-decoration:none}.btn.btn--secondary_mod:hover{color:#222428;background-color:#4fffd9;border-color:#4fffd9}@media(min-width: 992px){.btn.btn--secondary_mod{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.btn.btn--secondary_mod{height:5rem;font-size:1.6rem;line-height:5rem}}.btn.btn--primary_v2_mod{font-weight:400;color:#fff;background-color:#222428;border:1px solid #4fffd9;transition:background-color .3s ease,color .3s ease;display:inline-flex;justify-content:center;align-items:center;gap:3.4rem;text-align:center;white-space:nowrap;font-family:"AreaNormal",sans-serif;cursor:pointer;padding:0 2.8rem 3px;font-size:2rem;border-radius:5.5rem;font-weight:600}.btn.btn--primary_v2_mod[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.btn.btn--primary_v2_mod:hover,.btn.btn--primary_v2_mod:focus{text-decoration:none}.btn.btn--primary_v2_mod:hover{color:#222428;background-color:#4fffd9}@media(min-width: 992px){.btn.btn--primary_v2_mod{height:5.5rem;font-size:calc(1.9rem/1.054173);line-height:5.5rem}}@media(max-width: 991px){.btn.btn--primary_v2_mod{height:5rem;font-size:1.6rem;line-height:5rem}}.btn.btn--w_full_mod{width:100%;padding-left:4rem;padding-right:4rem}.ui_form__list{margin:0 -2rem -2rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.ui_form__item{padding:0 2rem 2rem 0}@media(min-width: 768px){.ui_form__item:not(.ui_form__item--full_mod){width:50%}.ui_form__item.ui_form__item--full_mod{width:100%}}@media(max-width: 767px){.ui_form__item{width:100%}}.ui_form__title{display:block;padding-bottom:2px;font-size:1.6rem;color:#000}.ui_form__subitem:not(:last-child){margin-bottom:1.2rem}.ui_components__item:not(:last-child){margin-bottom:2rem}.ui_components__title{font-size:3.2rem;font-weight:700}.ts-control{border:0px solid #d0d0d0;padding:8px 8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default !important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important;box-shadow:none !important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none !important}.has-items .ts-control>input{margin:0 4px !important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px !important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:0px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 rgba(0,0,0,0) #d0d0d0 rgba(0,0,0,0);animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:rgba(0,0,0,0) !important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden !important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:2px;margin-right:0 !important;background:rgba(0,0,0,0) !important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff, #d0d0d0, 85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px 8px;box-shadow:none;width:100%;background:rgba(0,0,0,0)}.plugin-dropdown_input .items-placeholder{border:0 none !important;box-shadow:none !important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none !important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:rgba(0,0,0,0)}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:rgba(0,0,0,0)}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0 !important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0 !important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: 0.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.ts-wrapper{display:block;width:100%}.ts-wrapper.dropdown-active .ts-dropdown{margin-top:0;animation:fadeIn .3s ease-in-out}.ts-wrapper.dropdown-active .ts-control::after{transform:rotateX(-180deg) translateY(50%)}.ts-wrapper .ts-control{position:relative}.ts-wrapper .ts-control::after{content:"";position:absolute;top:50%;left:1.8rem;transform:translateY(-50%);background-color:#e6eaed;mask-image:url("../images/icons/sprite-icons/select-chevron.svg");mask-size:contain;mask-repeat:no-repeat;mask-position:center;transform-origin:center;transition:transform .3s ease}.ts-wrapper .ts-control input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.ts-wrapper .ts-control input::-moz-placeholder{color:rgba(0,0,0,.4);opacity:1}.ts-wrapper .ts-control input:-ms-input-placeholder{color:rgba(0,0,0,.4)}.ts-wrapper .option{transition:background .3s ease,color .3s ease}.ts-wrapper .option:not(:last-child){border-bottom:1px solid #818184}.ts-wrapper .option.selected,.ts-wrapper .option.selected.active{background-color:#4fffd9;color:#222428}.ts-wrapper .option.active:not(.selected){background-color:#222428}.ts-wrapper .option:hover{background-color:#4fffd9 !important;color:#222428}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.store-select .ts-control,.store-select.single.input-active .ts-control{background:#222428}.store-select .ts-control{--ts-pr-min: 2.4rem;align-items:center;padding:0 3rem 0 5.4rem;height:5.5rem;letter-spacing:.01em;color:#ede6eb;line-height:1.5;border:1px solid #818184;border-radius:5rem}.tabs .store-select .ts-control{font-size:inherit}.store-select .ts-control .item{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media(min-width: 992px){.store-select .ts-control{font-size:2rem}}@media(max-width: 991px){.store-select .ts-control{font-size:1.6rem}}.store-select .ts-control input:not(.tabs .store-select .ts-control input){position:absolute;top:0;left:0;width:0;height:0}.tabs .store-select .ts-control input{height:100%;font-size:inherit;caret-color:rgba(0,0,0,0)}.store-select .ts-control::after{width:2.6rem;height:1.2rem}.store-select .ts-dropdown-content{max-height:20rem}.store-select.ts-wrapper.dropdown-active .ts-control{border-radius:2.4rem 2.4rem 0 0;background:#222428;border:1px solid #818184}.store-select.ts-wrapper.dropdown-active .ts-dropdown{border:1px solid #818184;border-top:0;border-radius:0 0 2.4rem 2.4rem;background:#222428;color:#ede6eb;overflow:hidden}.store-select.store-select--search-mod.ts-wrapper.dropdown-active .ts-control{border-bottom:0 !important}.store-select.store-select--search-mod.ts-wrapper .dropdown-input-wrap{height:3.2rem;padding:0 1.2rem;margin-bottom:1.2rem}.store-select.store-select--search-mod.ts-wrapper .dropdown-input-wrap input{position:relative;height:100%;padding-right:4rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTM5MzkgOC43TDExIDEwLjVNMTAuNCA1LjdDMTAuNCA4LjAxOTYgOC41MTk2IDkuOSA2LjIgOS45QzMuODgwNCA5LjkgMiA4LjAxOTYgMiA1LjdDMiAzLjM4MDQgMy44ODA0IDEuNSA2LjIgMS41QzguNTE5NiAxLjUgMTAuNCAzLjM4MDQgMTAuNCA1LjdaIiBzdHJva2U9IiM3Njc2NzQiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=) no-repeat right 1.2rem center}.store-select.store-select--search-mod.ts-wrapper .option{padding-block:.8rem;border:0}.store-select.store-select--search-mod.ts-wrapper .option[data-value=""]{display:none}.store-select.ts-wrapper .ts-control .item[data-value=""]{color:#e6eaed}.store-select .option{padding:2rem;font-size:1.2rem;letter-spacing:.01em;line-height:1.35;text-align:left;color:#ede6eb}.store-select .option[data-value=""]{display:none}@media(min-width: 992px){.store-select .option{font-size:2rem}}@media(max-width: 991px){.store-select .option{font-size:1.6rem}}.ui_components__item:not(:last-child){margin-bottom:2rem}.ui_components__title{font-size:3.2rem;font-weight:700}