abbr,address,article,aside,audio,b,blockquote,body,button,canvas,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,summary,time,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box}abbr:after,abbr:before,address:after,address:before,article:after,article:before,aside:after,aside:before,audio:after,audio:before,b:after,b:before,blockquote:after,blockquote:before,body:after,body:before,button:after,button:before,canvas:after,canvas:before,cite:after,cite:before,code:after,code:before,dd:after,dd:before,del:after,del:before,details:after,details:before,dfn:after,dfn:before,div:after,div:before,dl:after,dl:before,dt:after,dt:before,em:after,em:before,fieldset:after,fieldset:before,figcaption:after,figcaption:before,figure:after,figure:before,footer:after,footer:before,form:after,form:before,h1:after,h1:before,h2:after,h2:before,h3:after,h3:before,h4:after,h4:before,h5:after,h5:before,h6:after,h6:before,header:after,header:before,hgroup:after,hgroup:before,html:after,html:before,i:after,i:before,iframe:after,iframe:before,img:after,img:before,ins:after,ins:before,kbd:after,kbd:before,label:after,label:before,legend:after,legend:before,li:after,li:before,mark:after,mark:before,menu:after,menu:before,nav:after,nav:before,object:after,object:before,ol:after,ol:before,p:after,p:before,pre:after,pre:before,q:after,q:before,samp:after,samp:before,section:after,section:before,small:after,small:before,span:after,span:before,strong:after,strong:before,sub,summary:after,summary:before,sup,time:after,time:before,ul:after,ul:before,var:after,var:before,video:after,video:before{box-sizing:border-box}sub,sup{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}a:after,a:before,sub:after,sub:before,sup:after,sup:before{box-sizing:border-box}caption,table,tbody,td,tfoot,th,thead,tr{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{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:var(--dark)}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--dark)}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--dark)}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:transparent}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}.custom_select{min-height:4rem;width:100%;font-family:var(--telegraf-font);color:var(--dark);text-align:left}@media screen and (min-width:1024px){.custom_select{font-size:2.4rem}}@media screen and (max-width:1023px){.custom_select{line-height:1.1;font-size:2rem}}.custom_select .custom_select__option{cursor:pointer}.custom_select .custom_select__control{min-height:4rem;height:100%;cursor:pointer;transition:box-shadow .3s ease}.custom_select .custom_select__indicators{align-items:flex-start;padding-top:.8rem}.custom_select__placeholder{color:var(--dark)}.custom_select__input-container{cursor:pointer}.custom_select__value-container:not(:last-child){margin-right:4rem}.custom_select__control{width:100%;height:100%;padding-bottom:.8rem;box-shadow:0 1px 0 0 var(--dark);background-clip:padding-box;cursor:pointer;transition:box-shadow .3s ease 0s;will-change:box-shadow}.custom_select__control.custom_select__control--is-focused{box-shadow:0 1px 0 0 var(--secondary-color)}.custom_select__control.custom_select__control--menu-is-open+.custom_select__menu{animation:animationAppear .3s ease-in-out}.custom_select__indicator{cursor:pointer}.custom_select__indicator.custom_select__dropdown-indicator{transition:transform .3s ease 0s;will-change:transform}.custom_select__control--menu-is-open .custom_select__indicator.custom_select__dropdown-indicator{transform:rotate(-180deg)}.custom_select__indicator svg{width:1.2rem;height:.8rem;color:var(--dark)}.custom_select__menu{width:100%;border-radius:0 0 4px 4px;overflow-x:hidden;transform-origin:top;background-color:var(--teritary-color);box-shadow:0 4px .8rem rgba(0,0,0,.24)}.custom_select__menu-list,.custom_select__options{scrollbar-width:thin;scrollbar-color:var(--dark) transparent}.custom_select__menu-list::-webkit-scrollbar,.custom_select__options::-webkit-scrollbar{width:2px}.custom_select__menu-list::-webkit-scrollbar-thumb,.custom_select__options::-webkit-scrollbar-thumb{background-color:var(--dark);border-radius:4px;overflow:hidden}.custom_select__option{position:relative;padding:.8rem 2rem;font-size:2rem;background:var(--dark);color:var(--light);transition:color .3s ease,background .3s ease;will-change:color,background}.custom_select__option:not(:last-child){border-bottom:1px solid var(--light)}.custom_select__option:focus,.custom_select__option:hover{background:var(--light);color:var(--dark)}@keyframes animationAppear{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}:root{--full-screen:calc(var(--vh, 1vh) * 100);--light:#fff;--dark:#000;--primary-color:#09182d;--secondary-color:#e1473d;--teritary-color:#f4f4f4;--quaternary-color:#929292;--height-footer:10rem}@media screen and (min-width:1024px){:root{--height-header:10rem;--height-footer:55.2rem;--gl-hr-indent:3.2rem}}@media screen and (max-width:1023px){:root{--height-header:8.4rem;--height-footer:66.8rem;--gl-hr-indent:2.6rem}}html{height:100%;font-family:var(--telegraf-font);font-weight:400;line-height:1.33}@media screen and (min-width:1441px){html{font-size:.5208333333vw}}@media(max-width:1440px)and (min-width:1024px){html{font-size:.6944444444vw}}@media(max-width:1023px)and (min-width:375px){html{font-size:10px}}@media screen and (max-width:374px){html{font-size:2.6666666667vw}}body{position:relative;display:flex;height:100%;font-size:1.6rem;color:var(--dark);background-color:#f5f5f5;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow:hidden}body.body--loaded{overflow-y:auto}body.body--scrolled_state{pointer-events:none}@supports(display:grid){body{display:block}}.wrapper{display:flex;flex-direction:column;min-height:100%;height:auto!important;overflow-x:hidden;scroll-behavior:smooth}.base,.wrapper{position:relative;width:100%}.base{flex:1 0 auto}.base:not(.base--no_indent){padding-top:var(--height-header)}.body--mac_mod .animated_title{line-height:1.2}.split_line{overflow:hidden;line-height:inherit}@media screen and (max-width:767px){.more_about__title .split_line{min-width:calc(100% + .8rem)}}.split_word{transform-origin:50% 100%;will-change:transform}@media screen and (min-width:768px){.split_word{line-height:.7}}@media screen and (max-width:767px){.split_word{line-height:1}}.transitionEl{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--primary-color);transform:scaleY(0);transform-origin:bottom;pointer-events:none;z-index:101;will-change:transform}.image-parallax{opacity:0}.pin-spacer-wrap-no-inset .pin-spacer{inset:auto!important}.bg_wrap{position:relative}.logo_logoWrapper__AC_2_{position:relative;display:block}@media screen and (min-width:1024px){.logo_logoWrapper__AC_2_{width:12.8rem;height:6.7rem}}@media screen and (max-width:1023px){.logo_logoWrapper__AC_2_{width:11.3rem;height:6rem}}.logo_logo__WMVjv{position:absolute;top:0;left:0;display:block;width:100%;height:100%;transition:opacity .3s ease 0s;will-change:opacity}.logo_logo__WMVjv.logo_logoActiveState__zz0_x{opacity:1}.logo_logo__WMVjv:not(.logo_logoActiveState__zz0_x){opacity:0}.animated-link_link__SOlVr{position:relative;display:block;overflow:hidden;font-family:inherit;text-transform:inherit;font-weight:inherit;text-decoration:none;color:inherit;cursor:pointer}.animated-link_link__SOlVr.animated-link_disabled__El0wq{pointer-events:none;opacity:.5}.animated-link_link__SOlVr:focus,.animated-link_link__SOlVr:hover{text-decoration:none}.animated-link_text__aWpgz{display:flex;align-items:center;transition:transform 1s cubic-bezier(.23,1,.32,1);will-change:transform}.animated-link_text__aWpgz:not(.animated-link_customLH__3mQD9 .animated-link_text__aWpgz){line-height:1.2}.animated-link_customLH__3mQD9 .animated-link_text__aWpgz{line-height:inherit}.animated-link_text__aWpgz.animated-link_reverse__a1WHz{flex-direction:row-reverse}.animated-link_text__aWpgz:not(.animated-link_textHoverMod__4Lzpy){position:relative;z-index:2}.animated-link_link__SOlVr:focus .animated-link_text__aWpgz:not(.animated-link_textHoverMod__4Lzpy),.animated-link_link__SOlVr:hover .animated-link_text__aWpgz:not(.animated-link_textHoverMod__4Lzpy){transform:translateY(calc(-100% - 1px))}.animated-link_text__aWpgz.animated-link_textHoverMod__4Lzpy{position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(100% + 1px))}.animated-link_link__SOlVr:focus .animated-link_text__aWpgz.animated-link_textHoverMod__4Lzpy,.animated-link_link__SOlVr:hover .animated-link_text__aWpgz.animated-link_textHoverMod__4Lzpy{transform:translateY(0)}.social-item_link__0u2B0{display:flex}.social-item_button__nDT2c{display:flex;align-items:center;font-family:var(--telegraf-font);font-weight:400;font-size:1.6rem;line-height:1.3;color:inherit;text-decoration:none}.social-item_button__nDT2c svg{display:block;width:100%;height:100%;object-fit:contain}.social-item_arrow__OMnX5{width:1.6rem;height:1.2rem;margin-left:.8rem}.spinner_spinner__zq3t1{display:inline-block;position:relative;width:4rem;height:4rem}.spinner_spinner__zq3t1.spinner_darkVariant__lh0jS div{border-color:var(--dark) transparent transparent transparent}.spinner_spinner__zq3t1 div{box-sizing:border-box;display:block;position:absolute;width:3.4rem;height:3.4rem;margin:4px;border:4px solid var(--secondary-color);border-radius:50%;animation:spinner_lds-ring__IipKM 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--secondary-color) transparent transparent transparent}.spinner_spinner__zq3t1 div:first-child{animation-delay:-.45s}.spinner_spinner__zq3t1 div:nth-child(2){animation-delay:-.3s}.spinner_spinner__zq3t1 div:nth-child(3){animation-delay:-.15s}@keyframes spinner_lds-ring__IipKM{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button_button__zKDzs{text-decoration:none}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS{display:inline-flex;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:var(--telegraf-font);cursor:pointer;position:relative;overflow:hidden;font-weight:600;color:var(--dark);border:1px solid var(--dark);transition:color .3s ease}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:focus,.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:hover{text-decoration:none}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:before{content:"";position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(100% + 2px));border-radius:inherit;width:100%;height:100%;transition:transform .3s ease;will-change:transform;background-color:var(--dark)}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:focus,.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:hover{color:var(--light)}.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:focus:before,.button_button__zKDzs.button_buttonPrimaryVariant__hUCtS:hover:before{transform:translateY(0)}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg{display:inline-flex;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:var(--telegraf-font);cursor:pointer;position:relative;overflow:hidden;font-weight:600;color:var(--light);background-color:var(--dark);border:1px solid var(--dark);transition:color .3s ease}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:focus,.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:hover{text-decoration:none}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:before{content:"";position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(100% + 2px));border-radius:inherit;width:100%;height:100%;transition:transform .3s ease;will-change:transform;background-color:var(--light)}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:focus,.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:hover{color:var(--dark)}.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:focus:before,.button_button__zKDzs.button_buttonSecondaryVariant__Duyqg:hover:before{transform:translateY(0)}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L{display:inline-flex;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:var(--telegraf-font);cursor:pointer;position:relative;overflow:hidden;font-weight:600;color:var(--light);background-color:transparent;border:1px solid var(--light);transition:color .3s ease}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:focus,.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:hover{text-decoration:none}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:before{content:"";position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(100% + 2px));border-radius:inherit;width:100%;height:100%;transition:transform .3s ease;will-change:transform;background-color:var(--light)}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:focus,.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:hover{color:var(--dark)}.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:focus:before,.button_button__zKDzs.button_buttonTeritaryVariant__EoF9L:hover:before{transform:translateY(0)}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y{display:inline-flex;justify-content:center;align-items:center;text-align:center;white-space:nowrap;font-family:var(--telegraf-font);cursor:pointer;position:relative;overflow:hidden;font-weight:400;color:var(--dark);background-color:var(--light);transition:color .3s ease,background .5s ease}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y[type=submit]{-moz-appearance:none;-webkit-appearance:none;appearance:none}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:focus,.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:hover{text-decoration:none}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:before{content:"";position:absolute;top:0;left:0;z-index:1;transform:translateY(calc(100% + 2px));border-radius:inherit;width:100%;height:100%;transition:transform .3s ease;will-change:transform;background-color:var(--dark)}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:focus,.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:hover{color:var(--light);background-color:var(--dark)}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:focus:before,.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y:hover:before{transform:translateY(0)}.button_button__zKDzs.button_buttonQuaternaryVariant__GAW9y.button_buttonScrollState__CF7rG{background-color:#f5f5f5}.button_button__zKDzs.button_buttonBaseSize__AR6lI{border-radius:20rem}@media screen and (min-width:1441px){.button_button__zKDzs.button_buttonBaseSize__AR6lI{height:6rem;padding:0 3.2rem;font-size:2.3rem;line-height:6rem}}@media screen and (max-width:1440px){.button_button__zKDzs.button_buttonBaseSize__AR6lI{height:4.2rem;padding:0 2.4rem;line-height:4.2rem;font-size:1.6rem}}@media screen and (min-width:1441px){.button_button__zKDzs.button_buttonSmallSize__S1mDT{height:4rem;line-height:4rem}}@media(max-width:1440px)and (min-width:1024px){.button_button__zKDzs.button_buttonSmallSize__S1mDT{height:3.4rem;line-height:3.4rem}}@media screen and (min-width:1024px){.button_button__zKDzs.button_buttonSmallSize__S1mDT{padding:0 1.2rem;border-radius:10rem;font-size:1.6rem}}@media screen and (max-width:1023px){.button_button__zKDzs.button_buttonSmallSize__S1mDT{height:4.6rem;padding:0 1.8rem;line-height:4.6rem;border-radius:13.6rem;font-size:2.2rem}}.button_button__zKDzs.button_buttonUppercaseMod__pK_9_{text-transform:uppercase}.button_button__zKDzs.button_buttonDisableMod__V543I{pointer-events:none}.button_buttonIn__aHwj5{position:relative;z-index:2;display:flex;align-items:center;line-height:normal}@media screen and (min-width:1024px){.cta-button_ctaButton__Czwcq{flex-shrink:0}}@media screen and (max-width:1023px){.cta-button_ctaButton__Czwcq:not(:last-child){margin-bottom:4rem}}.cta-button_buttonDecor__qRwJW{display:block;border-radius:50%;background-color:#55d05a}@media screen and (min-width:1024px){.cta-button_buttonDecor__qRwJW{width:.6rem;height:.6rem;margin-right:5px}}@media screen and (max-width:1023px){.cta-button_buttonDecor__qRwJW{width:.8rem;height:.8rem;margin-right:.7rem}}.cta-button_buttonText__srFy8{line-height:1}@media screen and (max-width:1023px){.nav_nav__krQiy{position:relative}.nav_nav__krQiy:not(:last-child){margin-bottom:3.8rem}}@media screen and (min-width:1024px){.nav_list__wX9Hy{display:flex;flex-wrap:wrap;gap:3.6rem;align-items:center}}@media screen and (max-width:1023px){.nav_list__wX9Hy:not(:last-child){margin-bottom:3.6rem}.nav_item__JccEq:not(:last-child){margin-bottom:2.8rem}}.nav_link__maVYF{display:inline-block;font-family:var(--telegraf-font);font-weight:400;color:inherit;text-decoration:none;line-height:1.32}@media screen and (min-width:1024px){.nav_link__maVYF{font-size:1.6rem}}@media screen and (max-width:1023px){.nav_link__maVYF{font-size:3rem}}.menu-trigger_menuTrigger__yR0Wb{position:relative;z-index:5;margin-top:1.6rem;gap:.8rem;align-items:center;cursor:pointer}@media screen and (min-width:1024px){.menu-trigger_menuTrigger__yR0Wb{display:none}}@media screen and (max-width:1023px){.menu-trigger_menuTrigger__yR0Wb{display:flex}}.menu-trigger_burgerIcon__LJ5yB{position:relative;display:block;width:2rem;height:.6rem}.menu-trigger_menuTriggerOpenedState__T9XLs .menu-trigger_burgerIcon__LJ5yB{margin-bottom:4px}.menu-trigger_burgerIcon__LJ5yB:after,.menu-trigger_burgerIcon__LJ5yB:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background-color:var(--dark);transition:transform .3s ease,background .3s ease;will-change:transform}.menu-trigger_menuTriggerWhiteMod__kJCR0 .menu-trigger_burgerIcon__LJ5yB:after,.menu-trigger_menuTriggerWhiteMod__kJCR0 .menu-trigger_burgerIcon__LJ5yB:before{background-color:var(--light)}.menu-trigger_burgerIcon__LJ5yB:before{transform:translateY(-.3rem)}.menu-trigger_menuTriggerOpenedState__T9XLs .menu-trigger_burgerIcon__LJ5yB:before{transform:rotate(-45deg);background-color:var(--dark)}.menu-trigger_burgerIcon__LJ5yB:after{transform:translateY(.3rem)}.menu-trigger_menuTriggerOpenedState__T9XLs .menu-trigger_burgerIcon__LJ5yB:after{transform:rotate(45deg);background-color:var(--dark)}.menu-trigger_burgerText__WbyGh{font-size:1.8rem;line-height:1.4;transition:color .3s ease 0s}.menu-trigger_menuTriggerWhiteMod__kJCR0 .menu-trigger_burgerText__WbyGh{color:var(--light)}.menu-trigger_burgerText__WbyGh:not(.menu-trigger_menuTriggerWhiteMod__kJCR0 .menu-trigger_burgerText__WbyGh),.menu-trigger_menuTriggerOpenedState__T9XLs .menu-trigger_burgerText__WbyGh{color:var(--dark)}body.header_bodyOpenMenuState__9m_vj{overflow-y:hidden}.header_header__zXy1G{position:fixed;top:0;left:0;height:var(--height-header);width:100%;padding:1.2rem var(--gl-hr-indent);transition:background .3s ease 0s;will-change:background;z-index:102}.header_header__zXy1G.header_headerWhiteMod__n_cdK{color:var(--light)}.header_header__zXy1G.header_headerWhiteMod__n_cdK.header_headerScrollState__xud3g{background:var(--primary-color)}.header_header__zXy1G:not(.header_headerWhiteMod__n_cdK){color:var(--dark)}.header_header__zXy1G:not(.header_headerWhiteMod__n_cdK).header_headerScrollState__xud3g{background:var(--light)}.header_header__zXy1G:after,.header_header__zXy1G:before{content:"";position:absolute;top:0;z-index:5;height:calc(var(--height-header) + 1.6rem);pointer-events:none}.header_header__zXy1G:before{left:0;width:100%;transition:background .3s ease;will-change:background}.header_bodyOpenMenuState__9m_vj .header_header__zXy1G:before{background:var(--teritary-color)}.header_header__zXy1G:after{width:calc(100% - var(--gl-hr-indent)*2);left:50%;transform:translateX(-50%);border-bottom:1px solid transparent;transition:border-color .3s ease;will-change:border-color}.header_bodyOpenMenuState__9m_vj .header_header__zXy1G:after{border-color:var(--dark)}.header_body__L9Jxg{display:flex;align-items:center;gap:2rem}.header_logo__sAG6F{position:relative;z-index:5;flex:1 1 auto}.header_logoLink__rBT3B{display:inline-block}@media screen and (min-width:1024px){.header_desktopNav__jSGPt{padding-top:1.8rem;display:flex;align-items:center;gap:3.2rem}}@media screen and (max-width:1023px){.header_desktopNav__jSGPt{display:none}}.header_menu__aJhiu{position:fixed;top:0;left:0;z-index:4;width:100%;height:100%;padding:calc(var(--height-header) + 1.6rem + 3.4rem) var(--gl-hr-indent) 4rem;overflow-x:hidden;overflow-y:auto;background-color:var(--teritary-color);color:var(--dark);transition:transform .3s ease-in-out 0s,opacity .3s ease-in-out 0s;will-change:transform,opacity}.header_menu__aJhiu.header_menuHiddenState__zAqMV{opacity:0;pointer-events:none;transform:translateY(-100%)}.header_socialLinks__w5HoT{color:var(--dark);display:flex;flex-direction:column;gap:1.4rem}.header_socialLinks__w5HoT>* span{min-height:2.4rem}.header_socialLinks__w5HoT>* span div{margin-top:-4px;margin-left:1.2rem}.title_title__2goS3.title_uppercase__sxFAw{text-transform:uppercase}.title_title__2goS3.title_titleHeroMod__9dzkY{line-height:1;font-weight:400;text-transform:uppercase}@media screen and (min-width:1441px){.title_title__2goS3.title_titleHeroMod__9dzkY{font-size:12rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleHeroMod__9dzkY{font-size:8rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleHeroMod__9dzkY{font-size:5rem}}.title_title__2goS3.title_titleHomeHeroMod__9nWq1{line-height:1;font-weight:400;text-transform:uppercase}@media screen and (min-width:1441px){.title_title__2goS3.title_titleHomeHeroMod__9nWq1{font-size:10rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleHomeHeroMod__9nWq1{font-size:7.5rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleHomeHeroMod__9nWq1{font-size:4.6rem}}.title_title__2goS3.title_titleLargeMod__uueVu{font-size:calc((100vw - (var(--gl-hr-indent))*2)/5.9)}.title_title__2goS3.title_titleH1Mod__eGpFk{line-height:1;font-weight:400}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH1Mod__eGpFk{font-size:10rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleH1Mod__eGpFk{font-size:8rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH1Mod__eGpFk{font-size:4.6rem}}.title_title__2goS3.title_titleH2Mod__Dwq0z{line-height:1;font-weight:400}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH2Mod__Dwq0z{font-size:7.4rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleH2Mod__Dwq0z{font-size:6rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH2Mod__Dwq0z{font-size:4.2rem}}.title_title__2goS3.title_titleH3Mod__ePLCj{line-height:1.1;font-weight:400}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH3Mod__ePLCj{font-size:6rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleH3Mod__ePLCj{font-size:5rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH3Mod__ePLCj{font-size:3.2rem}}.title_title__2goS3.title_titleH4Mod__DMVL_{line-height:1.3;font-weight:400}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH4Mod__DMVL_{font-size:4rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleH4Mod__DMVL_{font-size:3rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH4Mod__DMVL_{font-size:2.6rem}}.title_title__2goS3.title_titleH5Mod__31WEn{line-height:1.3;font-weight:400}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH5Mod__31WEn{font-size:3.4rem}}@media(max-width:1440px)and (min-width:1024px){.title_title__2goS3.title_titleH5Mod__31WEn{font-size:2.6rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH5Mod__31WEn{font-size:2.2rem}}.title_title__2goS3.title_titleH6Mod__WvAzJ{font-weight:600;line-height:1.4;text-transform:uppercase}@media screen and (min-width:1441px){.title_title__2goS3.title_titleH6Mod__WvAzJ{font-size:2rem}}@media screen and (max-width:1440px){.title_title__2goS3.title_titleH6Mod__WvAzJ{font-size:1.6rem}}.title_title__2goS3.title_titleH7Mod__8aeoI{text-transform:uppercase;line-height:1;font-weight:400}@media screen and (min-width:1024px){.title_title__2goS3.title_titleH7Mod__8aeoI{font-size:8rem}}@media screen and (max-width:1023px){.title_title__2goS3.title_titleH7Mod__8aeoI{font-size:5rem}}.title_title__2goS3.title_titleCenterDecor__TBA4W,.title_title__2goS3.title_titleLeftDecor__VwEo3{position:relative;display:inline-block}@media screen and (min-width:1441px){.title_title__2goS3.title_titleCenterDecor__TBA4W,.title_title__2goS3.title_titleLeftDecor__VwEo3{padding-top:2.4rem}}@media screen and (max-width:1440px){.title_title__2goS3.title_titleCenterDecor__TBA4W,.title_title__2goS3.title_titleLeftDecor__VwEo3{padding-top:1.8rem}}.title_title__2goS3.title_titleCenterDecor__TBA4W:before,.title_title__2goS3.title_titleLeftDecor__VwEo3:before{content:"";position:absolute;top:0;height:1px}@media screen and (min-width:1441px){.title_title__2goS3.title_titleCenterDecor__TBA4W:before,.title_title__2goS3.title_titleLeftDecor__VwEo3:before{width:3rem}}@media screen and (max-width:1440px){.title_title__2goS3.title_titleCenterDecor__TBA4W:before,.title_title__2goS3.title_titleLeftDecor__VwEo3:before{width:2.2rem}}.title_title__2goS3.title_titleLightDecor__ifRBy:before{background-color:var(--light)}.title_title__2goS3:not(.title_titleLightDecor__ifRBy):before{background-color:var(--dark)}.title_title__2goS3.title_titleLeftDecor__VwEo3:before{left:0}.title_title__2goS3.title_titleCenterDecor__TBA4W:before{left:50%;transform:translateX(-50%)}.animated-fade_element__Oewge{opacity:0;will-change:transform,opacity}.about-item_wrapper__S_amh{display:flex;align-items:center;font-weight:400;font-size:3rem;line-height:1.3;color:var(--light);text-decoration:none;cursor:pointer}.about-item_wrapper__S_amh svg{width:3rem;height:3rem;margin-top:-.46rem;margin-right:.4rem}.about-item_wrapper__S_amh span{line-height:1.3}@media screen and (min-width:1441px){.about-item_wrapper__S_amh span{font-size:3.2rem}}@media(max-width:1440px)and (min-width:1024px){.about-item_wrapper__S_amh span{font-size:2.4rem}}@media screen and (max-width:1023px){.about-item_wrapper__S_amh span{font-size:2rem}}.footer_footer___e0bO{display:flex;flex-direction:column;justify-content:space-between;width:100%;overflow:hidden;color:var(--light);background-color:var(--primary-color);z-index:100}@media screen and (min-width:1024px){.footer_footer___e0bO{min-height:var(--height-footer)}}@media screen and (min-width:376px){.footer_footer___e0bO{padding:6.2rem 2.6rem 5.8rem 2.8rem}}@media screen and (max-width:375px){.footer_footer___e0bO{padding:6.2rem 2.6rem 5.8rem 2.2rem}}.footer_about__cMks7{display:flex;justify-content:space-between}@media screen and (min-width:768px){.footer_about__cMks7{gap:4rem}.footer_about__cMks7:not(:last-child){margin-bottom:21.6rem}}@media screen and (max-width:767px){.footer_about__cMks7{flex-direction:column}.footer_about__cMks7:not(:last-child){margin-bottom:5.6rem}.footer_aboutMain__NYrsw:not(:last-child){margin-bottom:7.6rem}}.footer_aboutLinks__advQZ{display:flex}@media screen and (min-width:1024px){.footer_aboutLinks__advQZ{gap:4.8rem}}@media screen and (max-width:1023px){.footer_aboutLinks__advQZ{flex-direction:column;gap:.6rem}}@media screen and (min-width:376px){.footer_aboutTitle__mDdPG{max-width:64.8rem;margin-bottom:3.4rem}}@media screen and (max-width:375px){.footer_aboutTitle__mDdPG{max-width:28rem;margin-bottom:2.8rem}}.footer_aboutInfo__38Tk5{display:flex;align-items:flex-start}@media screen and (min-width:768px){.footer_aboutInfo__38Tk5{max-width:33.6rem;padding-top:1.2rem}}@media screen and (max-width:767px){.footer_aboutInfo__38Tk5{flex-direction:column-reverse;gap:.6rem;max-width:25.8rem}}.footer_aboutInfoText__ThTt9{font-weight:400;font-size:1.6rem;color:var(--light)}@media screen and (min-width:1024px){.footer_aboutInfoText__ThTt9{padding-right:2rem}}@media screen and (max-width:375px){.footer_aboutInfoText__ThTt9{padding-left:.4rem}}.footer_aboutInfoText__ThTt9 a{color:var(--light);text-underline-offset:.4rem;transition:color .3s ease 0s;will-change:color}.footer_aboutInfoText__ThTt9 a:focus,.footer_aboutInfoText__ThTt9 a:hover{color:var(--secondary-color)}.footer_aboutLogo__HmU3w{transition:color .3s ease;color:var(--dark)}.footer_aboutLogo__HmU3w:focus,.footer_aboutLogo__HmU3w:hover{color:#c30a14}.footer_aboutLogo__HmU3w svg{height:4.8rem}@media screen and (min-width:376px){.footer_aboutLogo__HmU3w svg{width:7.2rem}}@media screen and (max-width:375px){.footer_aboutLogo__HmU3w svg{width:7.6rem}}.footer_social__77ksZ{display:flex;justify-content:space-between}@media screen and (max-width:1023px){.footer_social__77ksZ{align-items:flex-end;flex-direction:column}}@media screen and (max-width:375px){.footer_social__77ksZ{align-items:flex-start}}.footer_socialLinks__0UFHW{display:flex;flex-wrap:wrap;color:var(--light)}@media screen and (min-width:1024px){.footer_socialLinks__0UFHW{gap:3.6rem}}@media screen and (max-width:1023px){.footer_socialLinks__0UFHW{width:100%;gap:2.6rem}.footer_socialLinks__0UFHW:not(:last-child){margin-bottom:1.4rem}}.footer_socialInfo__yJJiL{display:flex;align-items:center;flex-wrap:wrap;min-width:33.6rem;color:var(--quaternary-color)}@media screen and (min-width:1024px){.footer_socialInfo__yJJiL{gap:3.6rem}}@media screen and (max-width:1023px){.footer_socialInfo__yJJiL{width:100%;gap:2.6rem}}.preloader_preloader__REFnQ{position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;z-index:1001}.preloader_bg__KulIr{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-color)}.preloader_logo__GCfxV{position:relative;width:12.8rem;height:6.8rem;opacity:0}@font-face{font-family:__telegrafFont_aeae40;src:url(/_next/static/media/23cb7c2c9abca4ed-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__telegrafFont_aeae40;src:url(/_next/static/media/a4b718eb4a165041-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__telegrafFont_Fallback_aeae40;src:local("Arial");ascent-override:97.01%;descent-override:24.37%;line-gap-override:0.00%;size-adjust:103.59%}.__className_aeae40{font-family:__telegrafFont_aeae40,__telegrafFont_Fallback_aeae40}.__variable_aeae40{--telegraf-font:"__telegrafFont_aeae40","__telegrafFont_Fallback_aeae40"}