:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_video__nF3lo{position:relative;padding-bottom:56.5%;height:0;overflow:hidden}.style_video__nF3lo .style_video__button__blvhS,.style_video__nF3lo .style_video__frame__8zncN,.style_video__nF3lo .style_video__image__Atl89{position:absolute;top:0;left:0;width:100%;height:100%}.style_video__nF3lo .style_video__button__blvhS{cursor:pointer;z-index:2;display:flex;justify-content:center;align-items:center}.style_video__nF3lo .style_video__button__blvhS .style_video_icon_lp__circle__Y6zbY{transition:all .3s ease-in-out}.style_video__nF3lo .style_video__button__blvhS:hover{background-color:rgba(0,0,0,.493)}.style_video__nF3lo .style_video__button__blvhS:hover .style_video__button_shape__U_JbW{fill:red;opacity:1}.style_video__nF3lo .style_video__button__blvhS:hover .style_video_icon_lp__circle__Y6zbY{r:40}.style_accordion__text__UPAUh,.style_nonBurgerItem__XUJ2k .style_nonBurgerItem_text__rfDB_{padding:20px 0;font-weight:400;font-size:14px;line-height:14px;color:#fff}.style_navigation_mobile__OVxvI{position:fixed;z-index:50;background-color:#000;width:100%}.style_burgerOpen__DyPTh{height:100%}.style_header_mobile__9SMQO{width:100%;height:50px;display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center}.style_header_mobile__call__6jyaW{justify-content:flex-end}.style_header_mobile__burger__qCRqS,.style_header_mobile__call__6jyaW{background-color:transparent;outline:0;height:100%;border:0;display:flex;align-items:center;padding:0 25px}.style_header_mobile__burger__qCRqS{justify-content:flex-start}.style_header_mobile__logo__TSP6n{display:flex;justify-content:center}.style_burger_line_bottom__Z9q8W,.style_burger_line_top___QUeH{transition:all .2s ease-in-out}.style_burger_svg_active__ZGKMR .style_burger_line_top___QUeH{transform:rotate(45deg) translateY(-2px)}.style_burger_svg_active__ZGKMR .style_burger_line_bottom__Z9q8W{transform:rotate(-45deg) translate(-10px,-1px)}.style_mobile__burger_menu__pz8c3{position:relative;background-color:#000;outline:0;border:0;height:100%;overflow-y:scroll;width:100%;justify-content:flex-start}.style_accordion__text__UPAUh{width:50%}.style_nonBurgerItem__XUJ2k{margin:0 25px;border-bottom:1px solid #1d1d1f}.style_accordion__mXPtV{border-bottom:1px solid #1d1d1f;margin:-1px 25px 0}.style_accordion__mXPtV .style_accordion__input__jFp4F,.style_accordion__mXPtV .style_tab_content__bPdZJ{display:none}.style_accordion__mXPtV .style_tab_title__rBsKH{cursor:pointer;display:flex;z-index:10}.style_accordion__arrow__pbihV{position:relative;width:50%;display:flex;justify-content:flex-end;align-items:center}.style_accordion__arrow__pbihV svg{transform:rotate(180deg);transition:all .2s ease-out}.style_accordion__mXPtV :checked~.style_tab_title__rBsKH .style_accordion__arrow__pbihV svg{transform:rotate(0deg)}.style_accordion__mXPtV :checked~.style_tab_content__bPdZJ{display:block}.style_tab_content__bPdZJ ul{margin:0}.style_tab_content__bPdZJ a{margin:0;padding:0;height:-moz-max-content;height:max-content}.style_tab_content__list__p85sZ{padding:20px 0;font-weight:400;font-size:12px;line-height:14px;color:hsla(0,0%,77%,.8)}.style_tab_content__list__p85sZ .style_developing__kDJV2{font-size:9px;margin-left:5px;color:#ff6157}.style_submenu__vmF1m{padding-left:10px}.style_nav__item_a__8zMhb{font-weight:400;font-size:12px;line-height:14px;color:hsla(0,0%,77%,.8)}.style_header__logo_link__a__s7{position:relative;width:101px;height:36px}.style_video_popup_out__aUGXX{position:fixed;z-index:51;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:0 10%}.style_video_block__LUnXV,.style_video_popup__gXKI6{width:100%;position:relative}.style_video_popup__gXKI6{z-index:53}.style_video_button_close__i9iqX{cursor:pointer;background-color:hsla(0,0%,100%,0);outline:0;border:0}.style_close_block__Fc3dL{cursor:pointer;position:absolute;z-index:52;width:100%;height:100%;background-color:rgba(0,0,0,.568)}.style_close_block__Fc3dL:hover~.style_video_popup__gXKI6 .style_button_out__PbSvY .style_video_button_close__i9iqX .style_cross_bg__ZvnAy{fill:#494949}.style_close_block__Fc3dL:hover~.style_video_popup__gXKI6 .style_button_out__PbSvY .style_video_button_close__i9iqX .style_cross__WSktU{fill:#000}.style_button_out__PbSvY{cursor:pointer;display:flex;justify-content:flex-end}.style_button_out__PbSvY:hover .style_cross_bg__ZvnAy{fill:#494949}.style_button_out__PbSvY:hover .style_cross__WSktU{fill:#000}.style_lp__780bP{z-index:101}.style_lp__780bP .style_cross_lp__FbQMX rect{stroke:#8e8e8e}.style_lp__780bP .style_cross_lp__FbQMX path{fill:#fff}.style_lp__780bP .style_button_out__PbSvY{cursor:pointer;display:flex;justify-content:center;padding-bottom:30px}.style_lp__780bP .style_button_out__PbSvY:hover .style_cross_lp__FbQMX rect{stroke:#fff}.style_lp__780bP .style_button_out__PbSvY:hover .style_cross_lp__FbQMX path{fill:#8e8e8e}.style_lp__780bP .style_close_block__Fc3dL{background:rgba(29,32,34,.937)}.style_lp__780bP .style_close_block__Fc3dL:hover~.style_video_popup__gXKI6 .style_button_out__PbSvY .style_cross_lp__FbQMX rect{stroke:#fff}.style_lp__780bP .style_close_block__Fc3dL:hover~.style_video_popup__gXKI6 .style_button_out__PbSvY .style_cross_lp__FbQMX path{fill:#8e8e8e}@media(max-width:1279px){.style_video_block__LUnXV{padding-bottom:55.25%;height:0;width:auto}}@media(max-width:600px){.style_video_popup_out__aUGXX{padding:0}}.style_news_item__KYu91{cursor:pointer;border-radius:3px;position:relative;overflow:hidden;height:340px}.style_news_item__KYu91:hover .style_news_text__nWFNP{display:block}.style_news_item__KYu91:hover .style_news_content__viqDn{height:250px}.style_news_item__KYu91 .style_news_item__image__xSTLz{position:relative;height:165px;width:100%}.style_news_item__KYu91 .style_news_content__viqDn{position:absolute;bottom:0;padding:15px 20px;background:#212121;transition:all .4s ease-in-out;width:100%;height:180px}.style_news_item__KYu91 .style_news_text__nWFNP{display:none;color:hsla(0,0%,77%,.8);font-weight:300;font-size:14px;line-height:20px;position:relative;overflow:hidden;max-height:58px;text-overflow:ellipsis;transition:.3s ease-in-out}.style_news_item__KYu91 .style_news_date__UO_62{color:hsla(0,0%,77%,.8);font-weight:300;font-size:14px;line-height:16px}.style_news_item__KYu91 .style_news_title__j4ETT{color:#fff;font-weight:500;font-size:24px;line-height:34px;position:relative;overflow:hidden;max-height:100px;margin-bottom:20px;margin-top:10px}.style_news_item_light__qdIA1 .style_news_content__viqDn{background:#fff}.style_news_item_light__qdIA1 .style_news_text__nWFNP{color:#000}.style_news_item_light__qdIA1 .style_news_date__UO_62{color:#71757a}.style_news_item_light__qdIA1 .style_news_title__j4ETT{color:#000}.style_news_item_dark__1wCD4 .style_news_content__viqDn{background:#212121}.style_news_item_dark__1wCD4 .style_news_date__UO_62,.style_news_item_dark__1wCD4 .style_news_text__nWFNP{color:#c4c4c4}.style_news_item_dark__1wCD4 .style_news_title__j4ETT{color:#fff}.style_news_block__N7WVQ{width:1170px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:15px}.style_news_block_out__ttmVG{width:100%;height:-moz-max-content;height:max-content;background-color:#000;padding:80px 0 100px;position:relative;overflow:hidden}.style_news_block_out__ttmVG .style_news_block_header__YIGgY{width:1170px;margin:0 auto 55px;display:flex;align-items:center;justify-content:space-between}.style_news_block_out__ttmVG .style_news_block_header__YIGgY .style_title__BK1Cv{font-weight:500;font-size:30px;line-height:40px;text-align:center;color:#fff}.style_news_block_out__ttmVG .style_news_block_header__YIGgY .style_button_link___Aebe{background-color:hsla(0,0%,100%,0);font-size:18px;line-height:21px;color:#0090ff;outline:0;border:0;display:flex;align-items:center;cursor:pointer}.style_news_block_out__ttmVG .style_news_block_header__YIGgY .style_arrow__FSyfJ{margin-left:12px}.style_news_block_out__ttmVG .style_news_block_header__YIGgY .style_button_link___Aebe:hover{color:#0063af}.style_news_block_out__ttmVG .style_news_block_header__YIGgY .style_button_link___Aebe:hover .style_arrow_path__5MErS{fill:#0063af}.style_news_block_out_light__2kQc_{background-color:transparent}.style_news_block_out_light__2kQc_ .style_news_block_header__YIGgY .style_title__BK1Cv{color:#000}.style_news_block_out_light__2kQc_ .style_news_block_header__YIGgY .style_button_link___Aebe{background-color:hsla(0,0%,100%,0);color:#0090ff}.style_news_block_out_light__2kQc_ .style_news_block_header__YIGgY .style_button_link___Aebe:hover{color:#0063af}.style_news_block_out_light__2kQc_ .style_news_block_header__YIGgY .style_button_link___Aebe:hover .style_arrow_path__5MErS{fill:#0063af}.style_news_block_out_dark__h7NQz{background-color:#000}.style_news_block_out_dark__h7NQz .style_news_block_header__YIGgY .style_title__BK1Cv{color:#fff}.style_news_block_out_dark__h7NQz .style_news_block_header__YIGgY .style_button_link___Aebe{background-color:hsla(0,0%,100%,0);color:#0090ff}.style_news_block_out_dark__h7NQz .style_news_block_header__YIGgY .style_button_link___Aebe:hover{color:#0063af}.style_news_block_out_dark__h7NQz .style_news_block_header__YIGgY .style_button_link___Aebe:hover .style_arrow_path__5MErS{fill:#0063af}@media(max-width:1200px){.style_news_block__N7WVQ,.style_news_block_out__ttmVG .style_news_block_header__YIGgY{width:auto;margin-right:20px;margin-left:20px}}@media(max-width:992px){.style_news_item__KYu91{display:flex;flex-direction:column;height:auto}.style_news_item__KYu91 .style_news_text__nWFNP{display:block}.style_news_item__KYu91 .style_news_content__viqDn{position:relative;height:250px}}@media(max-width:768px){.style_news_block_out__ttmVG .style_news_block__N7WVQ{display:flex;flex-direction:column}}.blog_blog__header__KXMDq,.blog_blog__list__KBFtT,.blog_blog__list_none__SFgGK,.blog_blog__paragraph_100__jYGwg,.blog_blog__paragraph__fPTQh,.blog_blog_accordion__unhKc .blog_tab_title__q5cpO,.blog_blog_table__u2M9j,.blog_blog_table_half__RsNiF,.blog_center__BbQ5R,.blog_fill_button_out__F2a73,.blog_image_fill__7vDXd,.blog_img_cells__0Qovm,.blog_last_news_out__rDM3q,.blog_line__S4X_j,.blog_link__WGW1N,.blog_numberedList__MXpBd,.blog_numberedTitle__Z1HpX,.blog_slider_square__kLFkG,.blog_subtitle__NdJWg,.blog_table_half__center__n6zVE,.blog_title__JiBYu,.blog_title_line_title__adQfT,.blog_two_cells__d_cU3,.blog_video__fnW5V{width:100%;margin:0 auto}.blog_category_out__hu_7r{margin-bottom:50px}.blog_center__BbQ5R iframe{width:100%;height:500px}.blog_slider__bBJzg{margin:50px auto}.blog_slider_square__kLFkG{position:relative}.blog_square_slider_buttons__FPcLk{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 25px;display:flex;justify-content:space-between;align-items:center}.blog_square_slider_buttons__FPcLk .blog_button__piZqb{background-color:hsla(0,0%,100%,0);border:0;z-index:10}.blog_category__JQqdm{width:1170px;margin:-40px auto 20px;display:grid;grid-template-columns:1fr 2fr;background-color:#fff;border-radius:5px;padding:0 20px}.blog_category__JQqdm .blog_category_button__MB4nR,.blog_category__JQqdm .blog_category_button_active__ggbZE{cursor:pointer;font-size:12px;line-height:20px;font-weight:400;background-color:hsla(0,0%,100%,0);outline:0;border:0;padding:10px 20px}.blog_category__JQqdm .blog_category_button_active__ggbZE{color:#0090ff}.blog_category__JQqdm .blog_right__Yv1VB{display:flex;align-items:center;justify-content:space-between}.blog_category__JQqdm p{color:#212121}.blog_category__JQqdm a{padding:0 5px}.blog_category__JQqdm .blog_category_button__MB4nR:hover{color:#0090ff}.blog_category__JQqdm a:last-child{margin-right:0}.blog_form__Ufvh2{background-color:#000;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:50px auto;padding:100px 0}.blog_fill_button_out__F2a73{margin-top:50px;margin-bottom:50px;display:flex}.blog_fill_button_out__F2a73 a{padding:0;margin:0}.blog_link__WGW1N{padding:0 5px;cursor:pointer;color:#0090ff;text-decoration:none}.blog_link__WGW1N:hover{color:#004e8a}.blog_title__JiBYu{font-weight:500;font-size:26px;line-height:42px;color:#212121;margin-bottom:50px;margin-top:70px}.blog_subtitle__NdJWg{font-weight:700;font-size:24px;color:#212121;margin-bottom:20px;margin-top:50px}.blog_pc__header__SU_wf{width:1170px;margin:40px auto;display:flex;justify-content:space-between;align-items:center}.blog_pc__header__SU_wf h1{font-weight:400;font-size:36px;line-height:42px;color:#212121}.blog_pc__header__SU_wf span{color:#8e8e8e}.blog_pc__header__SU_wf button{min-width:-moz-max-content;min-width:max-content;cursor:pointer;transition:all .2s ease-in-out;outline:0;background-color:#0090ff;border:2px solid #0090ff;font-weight:500;font-size:14px;line-height:16px;color:#fff;padding:7px 34px;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:100px}.blog_pc__header__SU_wf button:hover{background-color:#fff;border:2px solid #212121;color:#212121}.blog_blog__paragraph__fPTQh{text-indent:20px;white-space:pre-line;font-weight:400;font-size:18px;line-height:auto;color:#212121;margin-top:20px}.blog_blog__paragraph__fPTQh a{cursor:pointer;color:#0090ff;text-decoration:none}.blog_blog__paragraph__fPTQh a:hover{color:#004e8a}.blog_blog__paragraph_100__jYGwg{font-weight:400;font-size:18px;line-height:auto;color:#212121;margin-top:20px;width:100%}.blog_blog__paragraph_100__jYGwg a{cursor:pointer;color:#0090ff;text-decoration:none}.blog_blog__paragraph_100__jYGwg a:hover{color:#004e8a}.blog_blog__text__T7qx3{font-weight:400;font-size:18px;line-height:30px;color:#212121;white-space:pre-line}.blog_blog__list__KBFtT{margin-top:20px;padding-left:50px;font-weight:400;font-size:18px;line-height:auto;color:#212121}.blog_blog__list__KBFtT ul{list-style:disc}.blog_blog__list__KBFtT a{color:#0090ff}.blog_blog__list_none__SFgGK{margin:20px 0 0;font-weight:400;font-size:18px;line-height:auto;color:#212121;display:flex;max-width:473px}.blog_blog__list_none__SFgGK ul{list-style:none}.blog_blog__list_none__SFgGK ul li{font-style:normal;font-weight:400;font-size:16px;line-height:22px}.blog_blog__list_none__SFgGK a{color:#0090ff}.blog_blog__header__KXMDq{margin-top:70px;margin-bottom:50px;padding-left:20px;border-bottom:1px solid #c4c4c4}.blog_blog__header__KXMDq h1{font-weight:500;font-size:48px;line-height:56px;color:#212121;margin:0}.blog_blog__header__KXMDq p{font-weight:300;font-size:14px;line-height:16px;color:#070707;margin-bottom:30px}.blog_line__S4X_j hr{color:#c4c4c4}.blog_numberedTitle__Z1HpX{display:flex;margin:20px auto 90px;align-items:center}.blog_numberedTitle__Z1HpX p{width:-moz-min-content;width:min-content;height:-moz-min-content;height:min-content;padding:15px 22px;border-radius:50%;color:#0090ff;border:1px solid #0090ff;font-weight:500;font-size:24px}.blog_numberedTitle__Z1HpX h2{margin:0 0 0 40px;font-weight:500;font-size:36px;line-height:45px;color:#212121}.blog_title_line_title__adQfT{padding:20px 0;margin:20px auto 30px;font-weight:400;font-size:36px;line-height:45px;color:#212121}.blog_title_line_title__adQfT .blog_boldHeader__nuswl{font-weight:700}.blog_title_line_title__adQfT .blog_line__S4X_j{position:relative;top:3px;font-size:50px;padding:0 25px}.blog_last_news__3KPrS{cursor:pointer;display:flex;justify-content:space-between;padding:30px 0;border-top:1px solid #c4c4c4}.blog_last_news__3KPrS h3{font-weight:500;font-size:24px;line-height:30px;color:#212121}.blog_last_news__button__KVscc{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:15px;color:#0090ff;outline:0;border:0;background-color:transparent;margin-right:15px;font-style:normal;font-weight:400;font-size:18px}.blog_last_news__button__KVscc .blog_arrow__w3UTV{margin-left:20px}.blog_last_news__3KPrS:hover .blog_last_news__button__KVscc{color:#004e8a}.blog_last_news__3KPrS:hover .blog_arrow__w3UTV{fill:#004e8a}.blog_blog__image__TBLMO{position:relative;max-width:775px;width:100%;max-height:720px;margin:0 auto;display:flex;justify-content:center}.blog_blog__image_inside__sPTfQ{display:block;box-sizing:border-box;padding-top:60%}.blog_blog__image_inside_fill__prqJ8{position:relative;display:block;box-sizing:border-box;height:-moz-max-content;height:max-content}.blog_blog__image_default__7zhBg{max-width:775px;width:100%;max-height:720px;margin:0 auto}.blog_two_lists_wrapper__n_mAO{display:flex;align-items:center;justify-content:center;width:800px;margin:0 auto;gap:42px}.blog_cell_icon_text_wrapper__niFyq{margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:5px 80px;gap:5px 80px;max-width:600px;flex-wrap:wrap}.blog_cell_icon_text__ogil8{display:flex;align-items:center;gap:10px}.blog_cell_icon_text_text__rsL2_{font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000}.blog_blog_image__description__8tpvt{cursor:default;padding:0 20px;width:100%;position:absolute;left:0;bottom:-30px;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#212121!important;max-height:60px;overflow:hidden}.blog_numberedList__MXpBd{display:flex;align-items:center;padding:20px 0;margin-top:50px;margin-bottom:20px}.blog_numberedList__MXpBd section{margin-left:40px}.blog_numberedList__MXpBd .blog_numberedList__number__4rGnR{width:-moz-min-content;width:min-content;height:-moz-min-content;height:min-content;padding:15px 22px;border-radius:50%;color:#0090ff;border:1px solid #0090ff;font-weight:500;font-size:24px}.blog_numberedList__MXpBd .blog_numberedList__subtitle__KcOzP{font-weight:500;font-size:24px;line-height:30px;color:#212121}.blog_numberedList__MXpBd .blog_numberedList__paragraph__bwTKI{margin-top:20px;font-weight:400;font-size:18px;line-height:30px;color:#212121}.blog_two_cells__d_cU3{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;grid-row-gap:50px;margin:30px auto 50px;position:relative}.blog_two_cells__d_cU3 .blog_two_cells__title__DqOzb{padding-bottom:30px;border-bottom:2px solid #212121;font-weight:700;font-size:24px;line-height:30px;color:#212121}.blog_two_cells__d_cU3 p{margin-top:30px}.blog_two_cells__image__EfdCT{width:100%;margin-bottom:30px}.blog_two_cells_image__title__L2tbR{margin-top:30px;font-weight:500;font-size:24px;line-height:30px;color:#212121}.blog_img_cells__0Qovm{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px}.blog_img_cells__0Qovm img{width:100%}.blog_blog_table__u2M9j,.blog_blog_table_half__RsNiF,.blog_table_half__center__n6zVE{border-spacing:0}.blog_blog_table__u2M9j thead td,.blog_blog_table_half__RsNiF thead td,.blog_table_half__center__n6zVE thead td{font-weight:700;font-size:18px;line-height:auto;color:#212121}.blog_blog_table__u2M9j th,.blog_blog_table_half__RsNiF th,.blog_table_half__center__n6zVE th{border-top:1px solid #f2f2f2;text-align:left;padding:22px 0;color:#0090ff}.blog_blog_table__u2M9j td,.blog_blog_table_half__RsNiF td,.blog_table_half__center__n6zVE td{border-top:1px solid #f2f2f2;padding:22px 0;font-weight:400;font-size:18px;line-height:20px;color:#212121}.blog_big_table__tQHuB{max-width:1170px;margin:50px auto;border-spacing:0;border-collapse:collapse;border:1px solid #c4c4c4;overflow-x:auto}.blog_big_table__tQHuB thead td{font-weight:700;font-size:14px;line-height:20px;color:#212121;text-align:center;padding:22px 0}.blog_big_table__tQHuB th{border:1px solid #c4c4c4;text-align:left;color:#0090ff;padding:22px 0 22px 25px}.blog_big_table__tQHuB td{border:1px solid #c4c4c4;font-weight:400;font-size:14px;line-height:auto;color:#212121;padding:22px 0 22px 25px}.blog_big_table__tQHuB tr:nth-child(odd){background-color:hsla(0,0%,100%,0)}.blog_big_table__tQHuB tr:nth-child(2n){background:hsla(0,0%,77%,.2)}.blog_table_half__center__n6zVE{text-align:center}.blog_blog_accordion__unhKc{margin:30px 0}.blog_blog_accordion__unhKc .blog_blog_accordion__input__Wwpwh{display:none}.blog_blog_accordion__unhKc .blog_accordion__text__zqWwM{padding:0 20px}.blog_blog_accordion__unhKc .blog_tab_content__xFkqO{display:none}.blog_blog_accordion__unhKc .blog_tab_title__q5cpO{cursor:pointer;padding:30px 0 16px;display:flex;justify-content:space-between;z-index:10;border-top:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4}.blog_blog_accordion__unhKc .blog_accordion__plus__EQRDw{padding:10px 20px}.blog_blog_accordion__unhKc svg{transition:all .4s ease-out;transform:rotate(45deg);transform-origin:11px 12px}.blog_blog_accordion__unhKc :checked~.blog_tab_title__q5cpO svg{transform:translateX(2px) translateY(-4px) rotate(540deg);transition:all .4s ease-out}.blog_blog_accordion__unhKc :checked~.blog_tab_content__xFkqO{display:block}.blog_blog_accordion_big__V8DOB{margin:30px 0}.blog_blog_accordion_big__V8DOB .blog_blog_accordion__input__Wwpwh{display:none}.blog_blog_accordion_big__V8DOB .blog_accordion__text__zqWwM{padding:0 20px}.blog_blog_accordion_big__V8DOB .blog_tab_content__xFkqO{display:none}.blog_blog_accordion_big__V8DOB .blog_tab_title__q5cpO{cursor:pointer;width:1170px;margin:0 auto;padding:30px 0 16px;display:flex;justify-content:space-between;z-index:10;border-top:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4}.blog_blog_accordion_big__V8DOB .blog_accordion__plus__EQRDw{transform:rotate(45deg);padding:10px 20px}.blog_tab_title__q5cpO:hover{background-color:#ebebeb;border-top:1px solid #fff;border-bottom:1px solid #fff}.blog_blog_accordion_big__V8DOB :checked~.blog_tab_title__q5cpO .blog_accordion__plus__EQRDw{transform:translateX(2px) translateY(-4px) rotate(540deg);transition:all .4s ease-out}.blog_blog_accordion_big__V8DOB :checked~.blog_tab_content__xFkqO{display:block}.blog_pagination__Z5ffn .blog_showMore_block__Uvj80{width:100%;display:flex;justify-content:center}.blog_pagination__Z5ffn .blog_showmore_btn__I9p4y{background-color:#0090ff;color:#fff;border-radius:5px;display:block;cursor:pointer;outline:0;border:0;padding:10px 15px;width:-moz-max-content;width:max-content;margin:10px 0;transition:all .4s ease-in-out}.blog_pagination__Z5ffn .blog_showmore_btn__I9p4y:hover{background-color:#000}.blog_pagination__Z5ffn .blog_btn__W78xN{cursor:pointer;outline:0;border:0;margin:10px;padding:10px}.blog_pagination__Z5ffn .blog_btn__W78xN:hover{color:#0090ff}.blog_pagination__Z5ffn .blog_btn_active___zdsU{color:#0090ff;border:0;outline:0}.blog_pagination__Z5ffn .blog_active__uGsG9{cursor:pointer;margin:0 10px;background-color:transparent;outline:0;border:0}.blog_pagination__Z5ffn .blog_active__uGsG9 .blog_circle__iXQqg{fill:#0090ff}.blog_pagination__Z5ffn .blog_active__uGsG9:hover .blog_circle__iXQqg{fill:#000}.blog_pagination__Z5ffn .blog_disable__q6CJE{display:none;border-radius:100px;background-color:transparent;outline:0;border:0}.blog_pagination__Z5ffn .blog_disable__q6CJE .blog_circle__iXQqg{fill:#c4c4c4}.blog_pagination__Z5ffn .blog_buttons_block__wMWUA{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:block;padding:20px 0;margin:20px auto;display:flex;justify-content:space-between}.blog_pagination__Z5ffn .blog_buttons_block__wMWUA *{transition:all .4s ease-in-out}.blog_blog_mini__llWIv{width:1170px;margin:0 auto}.blog_blog_mini__llWIv .blog_blog_mini__in__SJHpZ{cursor:pointer;width:100%;height:345px;display:grid;grid-template-columns:1fr 2fr;grid-template-rows:100%;grid-template-areas:"content image";margin:0 auto 45px}.blog_blog_mini__llWIv .blog_blog_mini__in__SJHpZ:hover .blog_blog_mini__read_button__wCMiT{display:flex;cursor:pointer}.blog_blog_mini__llWIv .blog_blog_mini__content__P_u7U{border-radius:5px 0 0 5px;background-color:#070707;padding:30px 20px 30px 25px;display:flex;flex-direction:column;justify-content:space-between;grid-area:content}.blog_blog_mini__llWIv .blog_blog_mini__date__F2YRL{font-weight:300;font-size:14px;line-height:16px;color:hsla(0,0%,77%,.8);margin-bottom:15px}.blog_blog_mini__llWIv .blog_blog_mini__title__KfoW_{font-weight:500;font-size:24px;line-height:34px;color:#fff;margin-bottom:25px}.blog_blog_mini__llWIv .blog_blog_mini__text__zuJP8{font-weight:300;font-size:14px;line-height:20px;color:hsla(0,0%,77%,.8);max-height:100px}.blog_blog_mini__llWIv .blog_blog_mini__read_button__wCMiT{display:none;width:-moz-max-content;width:max-content;color:#0090ff;background-color:hsla(0,0%,100%,0);outline:0;border:0;font-weight:400;font-size:18px;line-height:21px;align-items:center;padding:10px 0}.blog_blog_mini__llWIv .blog_blog_mini__read_button__wCMiT svg{margin-left:15px}.blog_blog_mini__llWIv .blog_blog_mini__img__PRXxj{border-radius:0 5px 5px 0;height:100%;width:100%;position:relative;overflow:hidden;grid-area:image}.blog_blog_mini__llWIv .blog_blog_mini__img_responsive__alrMY{display:none;border-radius:8px 8px 0 0;position:relative;overflow:hidden;height:100%;width:100%;grid-area:imageRes}@media(max-width:1200px){.blog_line__S4X_j{margin:0 auto}.blog_pagination__Z5ffn .blog_buttons_block__wMWUA{width:auto}.blog_video__fnW5V{margin:50px auto}.blog_blog_mini__llWIv{width:auto;margin-left:20px;margin-right:20px}.blog_big_table_out__xk0TQ{width:100%;overflow:scroll}.blog_blog__image__TBLMO{width:auto;margin:50px auto}.blog_blog__image_default__7zhBg{width:100%;margin:20px auto}.blog_pc__header__SU_wf{width:auto;margin-left:20px;margin-right:20px}.blog_category_out__hu_7r{overflow-x:scroll}.blog_category__JQqdm{height:auto;width:1170px;margin:40px 20px 20px;padding:20px}.blog_blog_accordion_big__V8DOB .blog_tab_title__q5cpO{width:auto;margin:0 20px}.blog_blog_accordion_big__V8DOB .blog_tab_content__xFkqO{overflow-x:scroll}}@media(max-width:992px){.blog_blog__header__KXMDq,.blog_blog__list__KBFtT,.blog_blog__list_none__SFgGK,.blog_blog__paragraph_100__jYGwg,.blog_blog__paragraph__fPTQh,.blog_blog_accordion__unhKc .blog_tab_title__q5cpO,.blog_blog_table__u2M9j,.blog_blog_table_half__RsNiF,.blog_center__BbQ5R,.blog_fill_button_out__F2a73,.blog_image_fill__7vDXd,.blog_img_cells__0Qovm,.blog_last_news_out__rDM3q,.blog_line__S4X_j,.blog_link__WGW1N,.blog_numberedList__MXpBd,.blog_numberedTitle__Z1HpX,.blog_slider_square__kLFkG,.blog_subtitle__NdJWg,.blog_table_half__center__n6zVE,.blog_title__JiBYu,.blog_title_line_title__adQfT,.blog_two_cells__d_cU3,.blog_video__fnW5V{padding:0 20px}.blog_blog_mini__llWIv .blog_blog_mini__in__SJHpZ{height:auto;grid-template-columns:1fr;grid-template-rows:max-content auto;grid-template-areas:"image" "content"}.blog_blog_mini__llWIv .blog_blog_mini__in__SJHpZ:hover .blog_blog_mini__read_button__wCMiT{display:none}.blog_blog_mini__llWIv .blog_blog_mini__read_button__wCMiT{display:flex}.blog_blog_mini__llWIv .blog_blog_mini__text_block__HJNeH{margin-bottom:25px}.blog_blog_mini__llWIv .blog_blog_mini__img__PRXxj{border-radius:5px 5px 0 0;height:350px;width:100%;position:relative;overflow:hidden;grid-area:image}.blog_blog_mini__llWIv .blog_blog_mini__content__P_u7U{border-radius:0 0 5px 5px}.blog_blog__list__KBFtT{padding-left:40px}.blog_blog_table__u2M9j,.blog_numberedList__MXpBd{width:100%}.blog_line__S4X_j{margin:0 auto;padding:0}}@media(max-width:768px){.blog_two_cells__d_cU3{grid-template-columns:1fr}.blog_blog__header__KXMDq{margin-top:30px;padding-bottom:20px}.blog_blog__header__KXMDq h1{font-size:35px;line-height:45px}.blog_blog__header__KXMDq p{font-weight:300;font-size:14px;line-height:16px;color:#070707;margin-bottom:30px}.blog_video__fnW5V{margin:20px auto}.blog_title__JiBYu{font-size:25px;line-height:30px;margin-bottom:25px;margin-top:40px}.blog_cell_icon_text_wrapper__niFyq{padding:0 20px;gap:5px 0;grid-template-columns:1fr 1fr 1fr}.blog_two_lists_wrapper__n_mAO{padding:0 20px 50px;gap:0;width:100%;align-items:flex-start;flex-direction:column}.blog_two_lists_wrapper__n_mAO .blog_blog__list__KBFtT{margin:0 auto;padding:0 20px}.blog_two_lists_wrapper__n_mAO .blog_blog__list_none__SFgGK{margin:0;padding:0;width:100%}.blog_two_lists_wrapper__n_mAO .blog_blog__list_none__SFgGK ul{margin:0}.blog_blog__image_inside_fill__prqJ8{height:300px}}@media(min-width:993px){.blog_blog__header__KXMDq,.blog_blog__list__KBFtT,.blog_blog__list_none__SFgGK,.blog_blog__paragraph_100__jYGwg,.blog_blog__paragraph__fPTQh,.blog_blog_accordion__unhKc .blog_tab_title__q5cpO,.blog_blog_table__u2M9j,.blog_blog_table_half__RsNiF,.blog_center__BbQ5R,.blog_fill_button_out__F2a73,.blog_image_fill__7vDXd,.blog_img_cells__0Qovm,.blog_last_news_out__rDM3q,.blog_line__S4X_j,.blog_link__WGW1N,.blog_numberedList__MXpBd,.blog_numberedTitle__Z1HpX,.blog_slider_square__kLFkG,.blog_subtitle__NdJWg,.blog_table_half__center__n6zVE,.blog_title__JiBYu,.blog_title_line_title__adQfT,.blog_two_cells__d_cU3,.blog_video__fnW5V{max-width:775px;padding:0 20px}}@media(max-width:576px){.blog_fill_button_out__F2a73{margin-top:10px;margin-bottom:10px}.blog_blog_image__description__8tpvt{bottom:-60px}.blog_category__JQqdm{grid-template-columns:1fr 5fr}.blog_pc__header__SU_wf{flex-direction:column;align-items:flex-start;margin:40px 20px}.blog_pc__header__SU_wf h1,.blog_title_line_title__adQfT{font-size:26px;line-height:36px}.blog_title_line_title__adQfT .blog_line__S4X_j{position:relative;top:3px;font-size:35px;padding:0 25px}.blog_blog_mini__llWIv .blog_blog_mini__img__PRXxj{display:none}.blog_blog_mini__llWIv .blog_blog_mini__img_responsive__alrMY{display:block;height:170px;grid-area:image}.blog_last_news__3KPrS{display:none}.blog_video__fnW5V{margin:10px auto}.blog_last_news__button__KVscc{padding:10px 0;font-size:16px;margin:0}.blog_last_news__button__KVscc .blog_arrow__w3UTV{width:18px;margin-left:20px}.blog_form__Ufvh2{width:auto;margin:50px auto}.blog_cell_icon_text_wrapper__niFyq{grid-template-columns:1fr 1fr}.blog_blog__paragraph__fPTQh{margin-top:0}.blog_subtitle__NdJWg{margin-top:20px}.blog_blog__image_inside_fill__prqJ8{height:200px}}.header_header__lldk9{background-color:#000;height:45px;position:fixed;z-index:50;width:100%}.header_header__lldk9 .header_menu__ASHeF{padding:0;margin:0;padding-inline-start:0;display:grid;height:100%;width:100%}.header_header__lldk9 .header_header_inactive__VIEz3{position:absolute;z-index:100;width:100%;height:100%;background-color:rgba(0,0,0,.565)}.header_header__lldk9 .header_nav__item__6AGbz:first-child .header_nav__item_a__Dhz0K{padding-top:15px}.header_header__lldk9 .header_nav__item__6AGbz:last-child .header_nav__item_a__Dhz0K{padding-bottom:25px}.header_header__lldk9 .header_nav__item__6AGbz{width:100%;align-items:center;cursor:default;list-style:none;border:0;line-height:16px;color:#fff;font-size:14px;margin:0 auto}.header_header__lldk9 .header_nav__item_a__Dhz0K{color:inherit;padding:9px 25px;display:flex;align-items:center;width:100%}.header_header__lldk9 .header_nav__item_main__PgeNS{height:100%;cursor:default;list-style:none;border:0;line-height:16px;color:#fff;font-size:14px;width:100%;display:flex;justify-content:center;align-items:center}.header_header__lldk9 .header_nav__item_main_a__BF7Jr{color:inherit;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.header_header__lldk9 .header_developing__fGgkw{display:inline-block;font-weight:400;font-size:9px;line-height:11px;color:#ff6157;margin-left:5px}.header_header__lldk9 .header_nav__item_a__Dhz0K:hover{color:#c5c5c5}.header_header__lldk9 .header_nav__item_a__Dhz0K:hover .header_developing__fGgkw{color:rgba(255,98,87,.486)}.header_header__lldk9 .header_active__Cdjyi{position:absolute;display:block;width:100%;height:100%;z-index:100;background-color:rgba(0,0,0,.582)}.header_header__lldk9 .header_nav__item_main_a__BF7Jr:hover{color:#c5c5c5}.header_header__lldk9 .header_nav__item_main_a__BF7Jr:hover .header_developing__fGgkw{color:rgba(255,98,87,.486)}.header_header__lldk9 .header_header_inside__Hkmrm{height:100%;width:1170px;margin:0 auto}@keyframes header_radial-pulse__CAIHi{0%{transform:scale(1)}to{transform:scale(.9)}}.header_phone_icon__W_GNQ{cursor:pointer!important;display:flex;justify-content:center}.header_phone_icon__W_GNQ .header_phone_icon__circle__BzGgA{transform-origin:13px 13px;animation:header_radial-pulse__CAIHi 1.5s infinite}.header_phone_icon__W_GNQ:hover .header_phone_icon__circle__BzGgA{fill:#c5c5c5;animation:none}.header_mobile_menu__2wr94,.header_phone_icon_blocked__5UXEx{display:none}.header_header__logo__axlF_{margin-right:50px;justify-content:center}.header_header__logo__axlF_,.header_header__logo__axlF_ a{height:100%;display:flex;align-items:center}.header_header__logo__axlF_ img{height:16px}.header_header__logo_net__leXbg{height:100%;margin-right:50px;display:flex;justify-content:flex-start;align-items:center}.header_dropmenu__rNL9j{background-color:#000;display:none;position:absolute}.header_drop__eB8ZZ:hover .header_dropmenu__rNL9j{display:block;top:45px}@media(max-width:1200px){.header_header__lldk9{height:50px}}.header_submenu__iVTXR{padding-left:10px}.header_header__logo_link__UCEAV{position:relative;width:101px;height:36px}.style_container__eJ0Pp{max-width:1170px;margin:0 auto;padding:15px 21px;border-radius:5px;background:#101010}.style_container__eJ0Pp .style_contacts_title__aVslB{color:#0090ff;font-family:Roboto;font-size:16px;font-weight:400;line-height:normal;margin-bottom:14px}.style_container__eJ0Pp .style_contacts__MtZE6{display:grid;grid-gap:36px;gap:36px}@media(min-width:640px){.style_container__eJ0Pp .style_contacts__MtZE6{grid-template-columns:repeat(3,1fr)}}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41{display:grid;grid-gap:5px;gap:5px}@media(min-width:1024px){.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41{gap:10px}}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_title__r1b0R{color:#fff;font-family:Roboto;font-size:20px;font-weight:400;line-height:normal;letter-spacing:.4px}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC{display:flex;flex-direction:column}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_contact__title__8ojmP{color:#8e8e8e;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_contact__text__Mdpq_{color:#fff;font-family:Roboto;font-size:14px;line-height:normal}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_contact__text__Mdpq_ a{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_contact__text__Mdpq_:hover a{color:#606060}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_contact__text_phone__DDJ2C{text-decoration:none}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_links_union__LCSQa{display:flex;justify-content:space-between;gap:13px;align-items:center}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_links_union__LCSQa .style_phone_link__ekmOJ a{color:#fff;font-family:Roboto;font-size:14px;line-height:normal}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_links_union__LCSQa .style_phone_link__ekmOJ:hover a{color:#606060}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_links_union__LCSQa .style_icon_link__nZqLn{display:block;height:22px}.style_container__eJ0Pp .style_contacts__MtZE6 .style_cell__8aY41 .style_contact_block__OApHC .style_links_union__LCSQa .style_icon_link__nZqLn:hover .style_whatsapp__LvXPK path{fill:#606060}.style_footer_social__fF4U_{max-width:1170px;margin:0 auto;display:flex;flex-direction:column}@media(min-width:640px){.style_footer_social__fF4U_{flex-direction:row;justify-content:space-between;margin-bottom:30px}}@media(min-width:1024px){.style_footer_social__fF4U_{flex-direction:column;margin-bottom:0}}.style_footer_social__fF4U_ .style_social_text__daYQL{margin:28px 0 43px;color:#fff;text-align:center;font-family:Manrope;font-size:19px;font-style:normal;font-weight:400;line-height:normal;max-width:714px}@media(max-width:580px){.style_footer_social__fF4U_ .style_social_text__daYQL{font-size:14px}}.style_footer_social__fF4U_ .style_social_links__lHM9w{display:flex;align-items:center;list-style:none;gap:35px}.style_footer_social__fF4U_ .style_social_links__lHM9w svg{width:24px;height:24px}.style_footer_social__fF4U_ .style_social_links__lHM9w svg:hover path{fill:#606060}.style_footer_social__fF4U_ .style_ltnet_logo__3JUwh{position:relative;width:234px;height:78px}@media(min-width:1024px){.style_footer_social__fF4U_ .style_ltnet_logo__3JUwh{width:289px;height:97px}}.footer_footer__qEXoj{position:relative;background-color:#000;z-index:1;padding:79px 10px 88px}@media(min-width:640px){.footer_footer__qEXoj{padding-left:20px;padding-right:20px}}.footer_footer_inside__nsR20{max-width:1170px;margin:0 auto}@media(min-width:1024px){.footer_footer_inside_block_top__ZA4ia{width:60%;display:flex;flex-direction:column;gap:30px}}@media(min-width:1440px){.footer_footer_inside_block_top__ZA4ia{width:50%}}@media(min-width:1024px){.footer_footer_inside_container__cjEug{display:flex;gap:40px}}.footer_footer_lp__JzO_R{padding-top:150px;background-color:#000}.footer_footer_desktop__Vz96H{display:block}.footer_lp_mode__FJSne{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"contacts . buttons";width:1170px;margin:0 auto}.footer_footer_copyright_text__2AtGb{color:#fff;opacity:.4;font-size:16px;line-height:normal;text-align:center;margin:70px auto 0}@media(min-width:640px){.footer_footer_copyright_text__2AtGb{margin-top:20px}}@media(min-width:1440px){.footer_footer_copyright_text__2AtGb{margin-top:50px}}.footer_footer_copyright_text__2AtGb a{color:inherit}.footer_contacts__UY6s9{grid-area:contacts}.footer_buttons__sHOO3{grid-area:buttons;display:flex;flex-direction:column;align-items:flex-end}.footer_buttons__sHOO3 .footer_buttons_button__YTfbb:first-child{margin-bottom:10px}.footer_footer_mobile__B7e32{display:none}.footer_footer_menu_mobile__KSJ1S{background-color:#000;margin-top:30px;padding-left:20px;padding-right:20px}.footer_accordion__pZVzk .footer_tab_title__p4ccw,.footer_mobile_menu__item__snNTE{font-weight:400;font-size:14px;line-height:16px;color:#fff;padding:20px 0;border-top:1px solid #1d1d1f;border-bottom:1px solid #1d1d1f}.footer_accordion__pZVzk{height:-moz-max-content;height:max-content;margin-top:-1px}.footer_accordion__pZVzk .footer_accordion__input__IQihe,.footer_accordion__pZVzk .footer_tab_content__kLbTU{display:none}.footer_accordion__pZVzk .footer_tab_title__p4ccw{cursor:pointer;display:flex;justify-content:space-between;z-index:10}.footer_accordion__pZVzk .footer_tab_title__p4ccw a{color:#fff}.footer_accordion__arrow__FVAiB svg{transform:rotate(180deg);transition:all .2s ease-out}.footer_accordion__pZVzk :checked~.footer_tab_title__p4ccw{border-bottom:none}.footer_accordion__pZVzk :checked~.footer_tab_title__p4ccw .footer_accordion__arrow__FVAiB svg{transform:rotate(0deg)}.footer_accordion__pZVzk :checked~.footer_tab_content__kLbTU{display:block}.footer_tab_content__kLbTU{margin:20px 0}.footer_tab_content__kLbTU ul{margin:0}.footer_tab_content__kLbTU a{margin:0;padding:0;height:-moz-max-content;height:max-content}.footer_tab_content__list__VMqmf{padding:10px 0;font-weight:400;font-size:12px;line-height:14px;color:hsla(0,0%,77%,.8)}.footer_contacts__UY6s9{height:100%;width:100%;background-color:#000;color:#fff;font-size:14px;padding:0 0 60px}.footer_contacts_cards__nld8t{width:1170px;margin:0 auto;display:grid;grid-gap:10%;grid-template-columns:1fr 1fr}.footer_contacts_two_cards__47t1d{padding:25px 40px 65px;width:100%}.footer_contacts_in__OQwMN,.footer_contacts_two_cards__47t1d{position:relative;border-radius:3px;margin:0 auto;background-color:#101010;display:flex;justify-content:space-between}.footer_contacts_in__OQwMN{padding:40px;width:500px}.footer_viber__LAt4n:hover path{fill:#606060}.footer_viber__LAt4n:hover .footer_wrongpass__Y2HvS{fill:#101010}.footer_skype__n_3Hs:hover path,.footer_telegram__1zgca:hover path,.footer_whatsapp__huuIn:hover path{fill:#606060}.footer_contacts__blue__oCxXB{font-weight:400;font-size:14px;line-height:16px;color:#0090ff;margin-bottom:40px}.footer_title__HYP0Z{text-align:left;font-weight:400;font-size:12px;line-height:14px;color:#8e8e8e;margin-bottom:7px}.footer_contacts__content__WJWja .footer_contacts__content_item__krdbQ{margin-bottom:25px}.footer_contacts__content__WJWja .footer_contacts__content_item__krdbQ:last-child{margin-bottom:0}.footer_contacts__link__AqN7e,.footer_contacts__link_underline__W6O6g{width:auto;text-align:left;font-weight:400;font-size:24px;line-height:28px;color:#fff}.footer_contacts__link__AqN7e:hover,.footer_contacts__link_underline__W6O6g:hover{color:#606060}.footer_contacts__link__AqN7e:first-child{margin-bottom:5px}.footer_contacts__link_underline__W6O6g{text-decoration:underline}.footer_contacts__link_underline__W6O6g a{color:#fff}.footer_contacts__link_underline__W6O6g :hover{color:#606060}.footer_default___f_Kd{cursor:default}.footer_default___f_Kd:hover{color:#fff}.footer_contacts__icons__CgNBw{position:absolute;bottom:70px;right:38px;display:flex}.footer_contacts__icons__CgNBw .footer_icon_item__xNzGc{margin-right:30px}.footer_contacts__icons__CgNBw .footer_icon_item__xNzGc:last-child{margin:0}.footer_short__oMCf7{width:-moz-max-content;width:max-content}.footer_footer_menu__icCQD{background-color:#000;font-size:14px;margin-top:20px;text-align:left}@media(min-width:1024px){.footer_footer_menu__icCQD{margin-top:0}}.footer_footer_menu__icCQD .footer_general__k3UaB{color:#fff;font-size:14px;margin-bottom:23px!important}@media(min-width:1440px){.footer_footer_menu__icCQD .footer_general__k3UaB{font-size:24px;line-height:normal}}.footer_footer_menu__icCQD .footer_general__k3UaB:hover{color:#606060}.footer_footer_menu__icCQD a{font-size:12px;text-decoration:none;color:hsla(0,0%,77%,.8)}@media(min-width:1440px){.footer_footer_menu__icCQD a{font-size:16px;line-height:normal}}.footer_footer_menu__icCQD a:hover{color:#606060}.footer_footer_menu__icCQD a:hover .footer_developing__4kcdm{color:rgba(255,98,87,.486)}.footer_footer_menu__icCQD ul li{list-style:none;margin-bottom:11px;text-align:left}.footer_developing__4kcdm{display:inline-block;font-weight:400;font-size:9px;line-height:11px;color:#ff6157;margin-left:5px}.footer_inside__HohHN{margin:0 auto;width:1170px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:20px}@media(min-width:1024px){.footer_inside__HohHN{grid-template-columns:1fr 1fr;width:40%;grid-column-gap:140px;grid-row-gap:50px}}@media(min-width:1440px){.footer_inside__HohHN{width:50%;grid-column-gap:135px;grid-row-gap:0}}@media(max-width:1200px){.footer_inside__HohHN{width:auto}}@media(max-width:576px){.footer_inside__HohHN{padding:0 20px 20px;grid-template-columns:1fr}.footer_footer_menu__icCQD a{font-size:16px;line-height:28px}.footer_footer_menu__icCQD .footer_general__k3UaB{font-size:18px;font-weight:500}}.footer_footer_social__mMXM0{padding-top:60px;background-color:#000;padding-bottom:55px}.footer_footer_social__mMXM0 button{outline:none;border:0;background-color:transparent;cursor:pointer;height:-moz-max-content;height:max-content}.footer_footer_social__mMXM0 button:hover .footer_social_icon__ZlFAm{fill:#606060}.footer_footer_social__mMXM0 ul li{list-style:none;border:0;padding:10px 25px}.footer_footer_social__mMXM0 ul{margin:0 0 25px;display:flex;justify-content:space-between}.footer_footer_social__mMXM0 a{cursor:default;padding-bottom:15px;text-decoration:none}.footer_footer_social__mMXM0 li:hover svg{fill:#606060}.footer_footer_text__jG8UG a{cursor:pointer;font-size:9px;color:#4f4f4f}.footer_footer_text__jG8UG{display:flex;justify-content:center}.footer_footer_text__jG8UG a:hover{color:#fff}.footer_footer_social_inside__pGnqC{width:30%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.footer_logo__6Y9fc{margin-bottom:80px}.footer_line__a3q2V{border:.5px solid #212121;margin:0 8px;height:12px}.footer_social_icon__ZlFAm{fill:#fff}@media(max-width:1200px){.footer_footer_social_inside__pGnqC{width:50%}.footer_lp_mode__FJSne{width:auto;margin-right:20px;margin-left:20px}.footer_contacts_cards__nld8t{width:auto;margin:0 20px}}@media(max-width:1000px){.footer_contacts_cards__nld8t{grid-template-columns:1fr}}@media(max-width:850px){.footer_lp_mode__FJSne{grid-template-columns:1fr;grid-template-areas:"contacts" "buttons"}.footer_buttons__sHOO3{display:flex;flex-direction:column;align-items:center;margin-bottom:100px}.footer_buttons__sHOO3 .footer_buttons_button__YTfbb:first-child{margin-bottom:10px}}@media(max-width:768px){.footer_footer_social_inside__pGnqC{width:100%}.footer_contacts__icons__CgNBw{position:relative;top:0;left:0}.footer_contacts_two_cards__47t1d{flex-direction:column}.footer_contacts__icons__CgNBw{margin-top:50px}}@media(max-width:576px){.footer_footer_text__jG8UG a{font-size:9px;line-height:11px}.footer_footer_social__mMXM0 ul li{list-style:none;border:0;padding:10px 15px}.footer_footer_desktop__Vz96H{display:none}.footer_footer_mobile__B7e32{display:block}.footer_contacts_in__OQwMN{margin:0 20px;width:auto;padding:30px 24px}}@media(max-width:425px){.footer_contacts_in__OQwMN{margin:0 20px;width:auto;flex-direction:column;justify-content:normal;padding:30px 24px}.footer_contacts__icons__CgNBw{align-self:flex-start;margin-top:30px}}.style_backdrop__A1sP8{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999}.style_btn_close_wrapper__c3eaZ{position:absolute;top:29px;right:31px;width:27px;height:27px;border-radius:50%;background-color:#000;border:1px solid #fff;display:flex;align-items:center;justify-content:center;transition:all .4s ease;cursor:pointer}.style_btn_close_wrapper__c3eaZ:hover{background-color:#fff;border-color:#000}.style_btn_close_wrapper__c3eaZ:hover .style_btn_close__CaFZu{color:#000}.style_btn_close__CaFZu{color:#fff}.style_gameBoard__e3yhK{display:flex;flex-direction:column;align-items:center}.style_buttonsRow__t2C5y{display:flex;gap:10px}.style_gameButton__MxBKW{display:flex;flex-direction:column;align-items:center;background-color:transparent;border:transparent;background-image:url(/blackFriday-2024/WinButton.webp);background-position:50%;background-size:100% 100%;background-repeat:no-repeat;line-height:normal;transition:all .4s ease;justify-content:center;width:120px;height:120px;font-family:Manrope;font-size:36px;color:#ede7f9;font-weight:700;text-transform:capitalize}@media(min-width:744px){.style_gameButton__MxBKW{width:220px;height:220px;font-size:60px}}@media(min-width:1024px){.style_gameButton__MxBKW{width:280px;height:280px;font-size:75.234px}}.style_gameButton_span__L5dvU{text-shadow:0 2.241px 10.954px rgba(0,0,0,.27),0 1.318px 3.345px rgba(0,0,0,.15);font-size:14px;text-transform:lowercase}@media(min-width:744px){.style_gameButton_span__L5dvU{font-size:24px}}@media(min-width:1024px){.style_gameButton_span__L5dvU{font-size:34.197px}}.style_active__GOu9k{background-image:url(/blackFriday-2024/WinButtonActive.webp);color:#0090ff}.style_gameStartedBtn__xw6a3{display:flex;align-items:center;justify-content:center;background-image:url(/blackFriday-2024/startPlayBgBtn.webp);background-position:50%;background-size:100% 100%;background-repeat:no-repeat;transition:all .4s ease;position:relative;width:60px;height:60px;background-color:transparent;border:transparent;cursor:pointer}@media(min-width:744px){.style_gameStartedBtn__xw6a3{width:100px;height:100px}}@media(min-width:1024px){.style_gameStartedBtn__xw6a3{width:180px;height:180px}}.style_gameStartedBtn__xw6a3:active:enabled .style_startPlayBtnImg__VjGbi,.style_gameStartedBtn__xw6a3:focus:enabled .style_startPlayBtnImg__VjGbi,.style_gameStartedBtn__xw6a3:hover:enabled .style_startPlayBtnImg__VjGbi{opacity:.5}.style_gameStartedBtn__xw6a3:disabled{opacity:.4}.style_chat_button__4QtMv{position:fixed;bottom:0;right:8px;z-index:9999;cursor:pointer;border-color:transparent;background-color:transparent}.style_container__UQr3_{position:relative;background-color:#000;width:100vw;position:fixed;bottom:0;left:0;padding-top:10px;padding-bottom:10px;overflow:hidden;z-index:10}@media(min-width:1024px){.style_container__UQr3_{padding-top:0;padding-bottom:0}}.style_content__YbXpR{position:relative;max-width:840px;margin:0 auto;display:flex;flex-direction:column;align-items:center}@media(min-width:744px){.style_content__YbXpR{flex-direction:row;justify-content:space-between;padding-left:85px;padding-right:85px}}@media(min-width:1440px){.style_content__YbXpR{padding-left:0;padding-right:0}}.style_title_box__YuPuf{position:relative;display:flex;flex-direction:column;align-items:center}.style_title_box__YuPuf:after{content:"";position:absolute;top:116%;left:36%;transform:translate(-50%,-50%);z-index:-1;background-image:url(/black-friday-2025/bg_title.webp);background-position:50%;background-size:contain;background-repeat:no-repeat;width:342px;height:274px}@media(min-width:744px){.style_title_box__YuPuf:after{top:81%;left:37%}}@media(min-width:1024px){.style_title_box__YuPuf:after{width:485px;height:388px;top:74%;left:41%}}.style_title__ov4PA{color:#fff;text-align:center;font-size:28px;font-weight:700;line-height:normal;letter-spacing:2.8px;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#fff;font-family:Manrope;text-transform:uppercase}@media(min-width:744px){.style_title__ov4PA{font-size:38px;letter-spacing:3.8px}}@media(min-width:1024px){.style_title__ov4PA{font-size:46px;letter-spacing:4.6px}}.style_title_image_box__2tKQ4{position:relative;width:146px;height:31px;flex-shrink:0;margin-top:-14px}@media(min-width:744px){.style_title_image_box__2tKQ4{width:223px;height:24px}}@media(min-width:1024px){.style_title_image_box__2tKQ4{width:278px;height:58px;margin-top:-19px}}.style_present_image_box__6azXN{position:absolute;left:0;bottom:-25%;width:59px;height:61px;flex-shrink:0;aspect-ratio:58.73/60.8;z-index:2}@media(min-width:744px){.style_present_image_box__6azXN{bottom:-43%}}@media(min-width:1024px){.style_present_image_box__6azXN{left:-22%;bottom:-14%}}.style_bg_image_box_one__h7dl3{position:absolute;right:-3%;bottom:-22%;width:61px;height:61px;flex-shrink:0;box-shadow:0 0 100px 0 #0090ff;border-radius:50%}@media(min-width:744px){.style_bg_image_box_one__h7dl3{right:-5%;top:-76%;width:70px;height:70px}}@media(min-width:1024px){.style_bg_image_box_one__h7dl3{right:-2%;top:-12%;z-index:-1}}@media(min-width:1440px){.style_bg_image_box_one__h7dl3{right:-16%}}.style_bg_image_box_two__B7cfH{display:none}@media(min-width:744px){.style_bg_image_box_two__B7cfH{display:block;position:absolute;right:10%;bottom:-72%;width:87px;height:87px;z-index:-1}}@media(min-width:1024px){.style_bg_image_box_two__B7cfH{right:-11%;bottom:-50%}}.style_bg_text_image__u3h47{-o-object-fit:cover;object-fit:cover}.style_bg_image_box_three__xDVm9{display:none}@media(min-width:1024px){.style_bg_image_box_three__xDVm9{display:block;width:90px;height:90px;position:absolute;right:13%;top:-5%;z-index:-1}}.style_bg_text_image_box_one__emliO{display:none}@media(min-width:744px){.style_bg_text_image_box_one__emliO{display:block;position:absolute;top:0;right:-8%;width:217px;height:197px}}@media(min-width:1024px){.style_bg_text_image_box_one__emliO{right:0}}.style_bg_text_image_box_two__d1ihA{display:block;position:absolute;top:0;left:0;width:96px;height:128px}.style_image__29_nu{-o-object-fit:contain;object-fit:contain}.style_subtitle__OqaIg{color:#fff;text-align:center;font-family:Manrope;font-size:10px;font-weight:400;line-height:normal;margin-top:-8px}@media(min-width:744px){.style_subtitle__OqaIg{max-width:159px;font-size:18px;margin-top:0}}@media(min-width:1024px){.style_subtitle__OqaIg{max-width:271px;font-size:26px}}.style_button__PlTbh{display:flex;justify-content:center;align-items:center;width:92px;height:21px;color:#000;text-align:center;border:1px solid transparent;font-family:Manrope;font-size:10px;font-weight:800;line-height:normal;letter-spacing:.2px;text-transform:uppercase;background:linear-gradient(84deg,#0090ff -23.16%,#00f18a 123.94%);border-radius:20px;cursor:pointer;transition:all .5s ease;margin-top:4px}.style_button__PlTbh:hover{color:#fff;background:transparent;border-color:#fff}@media(min-width:744px){.style_button__PlTbh{width:144px;height:36px;font-size:14px;margin-top:0}}.style_button_close__YsvXf{cursor:pointer;position:absolute;background-color:transparent;border:transparent;color:#fff;top:7%;right:1%;transition:transform .5s ease;z-index:10000}.style_button_close__YsvXf:hover{transform:rotate(180deg)}