.Header_Header__ATyIU{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:var(--header-bg-color);z-index:999}@media screen and (min-width:768px){.Header_Header__ATyIU{position:static}}.Header_HeaderContainer__shYNj{position:static!important}.Header_HeaderWrapper__OPGWg{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px;height:100%}@media screen and (min-width:768px){.Header_HeaderWrapper__OPGWg{padding:16px 0;-webkit-box-pack:justify;justify-content:space-between;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}@media screen and (min-width:992px){.Header_HeaderWrapper__OPGWg{-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px}}.Header_LogoContainer__LJxNb{max-width:170px;max-height:60px}@media screen and (min-width:992px){.Header_LogoContainer__LJxNb{max-width:200px}}.Header_Logo__E420Z{display:-webkit-box;display:flex;width:100%;height:auto}@media screen and (min-width:768px){.Header_Logo__E420Z{max-height:50px}}.Header_Menu__Hlb7G{position:absolute;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));background-color:var(--header-menu-bg-color);overflow:hidden scroll;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:1}.Header_Menu__Hlb7G.Header_open__DDkC2{opacity:1;visibility:visible}.Header_Menu__Hlb7G.Header_open__DDkC2 .Header_MenuItem__RUOXb{-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (min-width:768px){.Header_Menu__Hlb7G{position:static;width:auto;height:auto;opacity:1;visibility:visible;overflow:initial;-webkit-transition:none;transition:none;z-index:0}}.Header_MenuList__JPrH3{list-style:none;padding:30px 30px 100px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:auto;width:100vw;background-color:var(--header-menu-bg-color)}@media screen and (min-width:576px){.Header_MenuList__JPrH3{margin:0 auto;padding:30px 0 100px;max-width:440px}}@media screen and (min-width:768px){.Header_MenuList__JPrH3{margin:0;padding:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;height:auto;width:auto;max-width:none;background-color:transparent}}@media screen and (min-width:992px){.Header_MenuList__JPrH3{-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px}}.Header_MenuItem__RUOXb{padding:20px 0;border-bottom:1px solid var(--menu-item-border-color);-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.Header_MenuItem__RUOXb:first-child{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.Header_MenuItem__RUOXb:nth-child(2){-webkit-transform:translateX(40px);transform:translateX(40px)}.Header_MenuItem__RUOXb:nth-child(3){-webkit-transform:translateX(-60px);transform:translateX(-60px)}.Header_MenuItem__RUOXb:nth-child(4){-webkit-transform:translateX(60px);transform:translateX(60px)}@media screen and (min-width:768px){.Header_MenuItem__RUOXb{-webkit-transform:none!important;transform:none!important;border-bottom:none}}.Header_MenuLink__j7FbQ{display:block;width:100%;font-weight:400;font-size:24px;line-height:39px;letter-spacing:1px;color:var(--menu-link-color);text-decoration:none;cursor:pointer}@media screen and (min-width:768px){.Header_MenuLink__j7FbQ{position:relative;font-size:18px;line-height:20px;letter-spacing:2px}}@media screen and (min-width:992px){.Header_MenuLink__j7FbQ:hover{color:var(--color-secondary)}}.Header_BurgerContainer__HkHpP{cursor:pointer;z-index:2}@media screen and (min-width:768px){.Header_BurgerContainer__HkHpP{display:none;z-index:0}}.Header_Burger__5nE5h{padding:7px;height:40px;width:40px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;row-gap:5px;background-color:var(--color-secondary)}.Header_Burger__5nE5h span{height:2px;width:100%;background:var(--burger-span-bg-color);-webkit-transition:opacity .2s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .2s ease-in-out,-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,opacity .2s ease-in-out;transition:transform .4s ease-in-out,opacity .2s ease-in-out,-webkit-transform .4s ease-in-out}.Header_Burger__5nE5h span:last-child{align-self:flex-end}.Header_Burger__5nE5h.Header_open__DDkC2 span:first-child{-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.Header_Burger__5nE5h.Header_open__DDkC2 span:last-child{-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.Header_Burger__5nE5h.Header_open__DDkC2 span:nth-child(2){opacity:0}.button_button__iliVb{padding:12px 16px;width:100%;height:60px;max-width:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:var(--btn-text);background-color:var(--btn-bg);border:2px solid var(--btn-border);border-radius:8px;text-decoration:none;cursor:pointer;font-weight:400;font-size:20px;line-height:22px}@media screen and (min-width:768px){.button_button__iliVb{max-width:200px;grid-column:1/3}}@media screen and (min-width:992px){.button_button__iliVb:hover{opacity:.9}}.Notification_Notification__ih4nD{position:fixed;bottom:15px;left:15px;padding:20px 50px 20px 20px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;height:auto;width:calc(100% - 30px);max-width:767px;border-radius:10px;z-index:99999}.Notification_Notification__ih4nD.Notification_success__XKUll{background-color:#90ee90;color:green}.Notification_Notification__ih4nD.Notification_error___RCox{background-color:#f08080;color:crimson}@media screen and (min-width:768px){.Notification_Notification__ih4nD{max-width:400px}}.Notification_Button__WuJXd{position:absolute;top:10px;right:10px;height:20px;width:20px;display:grid;align-content:center;row-gap:5px;background-color:transparent;border:none;cursor:pointer}.Notification_Button__WuJXd span{display:block;width:100%;height:2px;background-color:green}.Notification_Button__WuJXd span:first-child{-webkit-transform:translateY(3px) rotate(45deg);transform:translateY(3px) rotate(45deg)}.Notification_Button__WuJXd span:last-child{-webkit-transform:translateY(-4px) rotate(-45deg);transform:translateY(-4px) rotate(-45deg)}.Notification_Button__WuJXd.Notification_success__XKUll span{background-color:green}.Notification_Button__WuJXd.Notification_error___RCox span{background-color:crimson}.CookieBar_CookieBar__EEDtd{z-index:999;position:fixed;right:0;bottom:0;left:0;background-color:#000}.CookieBar_Inner__LQ2kN{padding:16px 8px;display:grid;justify-items:center;row-gap:10px;font-family:-apple-system,Inter,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:300;text-align:center;color:#fff}@media screen and (min-width:992px){.CookieBar_Inner__LQ2kN{-webkit-box-pack:center;justify-content:center;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content)}}.CookieBar_Message__07lxC{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.CookieBar_Buttons__p8WKA{display:grid;justify-items:center;row-gap:10px}@media screen and (min-width:576px){.CookieBar_Buttons__p8WKA{grid-template-columns:repeat(2,1fr);-webkit-box-align:center;align-items:center}}.CookieBar_Button__ok7Zb{padding:8px 25px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:M plus\ 1p;font-weight:500;font-size:16px;line-height:24px;text-transform:uppercase;width:100%;max-width:80px;color:#fff;background:var(--color-secondary);border:none;border-radius:8px;cursor:pointer}@media screen and (min-width:992px){.CookieBar_Button__ok7Zb:hover{opacity:.9}}.CookieBar_Link__aWUBS{font-size:16px;line-height:24px;font-weight:300;color:#fff;text-decoration:underline;-webkit-transition:-webkit-text-decoration .3s ease-in-out;transition:-webkit-text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out;transition:text-decoration .3s ease-in-out,-webkit-text-decoration .3s ease-in-out}.CookieBar_Link__aWUBS:active,.CookieBar_Link__aWUBS:focus,.CookieBar_Link__aWUBS:hover{text-decoration:none}.Slider_Carousel___LkL7{position:relative;margin-top:40px;width:100%;overflow:hidden}.Slider_CarouselInner__uC6gy{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:30px;-webkit-transition:all .4s ease;transition:all .4s ease}@media screen and (min-width:768px){.Slider_CarouselInner__uC6gy{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:center;justify-content:center;flex-wrap:wrap}}@media screen and (min-width:1200px){.Slider_CarouselInner__uC6gy{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}@media screen and (min-width:1440px){.Slider_CarouselInner__uC6gy{-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}}@media screen and (min-width:1920px){.Slider_CarouselInner__uC6gy{gap:60px}}.Slider_CarouselItem__enEcN{display:grid;width:100%;border:var(--slider-border-width) solid var(--slider-border-color);border-radius:10px}@media screen and (min-width:768px){.Slider_CarouselItem__enEcN{max-width:320px}}@media screen and (min-width:1440px){.Slider_CarouselItem__enEcN{max-width:400px}}.Slider_CarouselImg__J9wai{position:relative;width:100%;height:250px;overflow:hidden}.Slider_CarouselImg__J9wai img{position:absolute;top:0;width:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.Slider_CarouselWrap__w6eOW{padding:30px 28px;display:grid;grid-template-columns:50px 1fr;-webkit-box-align:center;align-items:center;align-content:start;gap:10px;overflow:hidden}.Slider_CarouselIcon__9E3_s{height:50px;width:50px}.Slider_CarouselIcon__9E3_s svg{display:block;height:100%;width:100%;color:var(--slider-icon-color);fill:var(--slider-icon-color)}.Slider_CarouselTitle__EkS_X{font-weight:700;font-size:22px;line-height:26px;color:var(--slider-title-color)}@media screen and (min-width:768px){.Slider_CarouselTitle__EkS_X{font-weight:600}}.Slider_CarouselDescription__Jkv9s{display:grid;grid-column:1/3;font-weight:500;font-size:16px;line-height:25px;letter-spacing:.01em;color:var(--slider-descr-color)}@media screen and (min-width:768px){.Slider_CarouselDescription__Jkv9s{font-weight:400}}.Slider_DotList__IKIl7{position:absolute;bottom:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:flex;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;list-style-type:none}@media screen and (min-width:992px){.Slider_DotList__IKIl7{display:none}}.Slider_DotItem__Jfuy1{height:10px;width:10px;background-color:var(--slider-dot-bg-color);border-radius:50%;-webkit-transition:background-color .4s ease-in;transition:background-color .4s ease-in}.Slider_active__R7rXB{background-color:#f29f14}.main_Main__vmJBh{padding:120px 0 80px;overflow-x:hidden}@media screen and (min-width:768px){.main_Main__vmJBh{padding:60px 0}}.main_MainWrapper__FHu2C{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;row-gap:35px}@media screen and (min-width:992px){.main_MainWrapper__FHu2C{display:grid;grid-template-columns:auto 460px;-webkit-column-gap:70px;-moz-column-gap:70px;column-gap:70px;row-gap:40px}}@media screen and (min-width:1200px){.main_MainWrapper__FHu2C{grid-template-columns:480px auto;-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px}}@media screen and (min-width:1920px){.main_MainWrapper__FHu2C{grid-template-columns:700px auto;-webkit-column-gap:140px;-moz-column-gap:140px;column-gap:140px}}.main_Title__oT3Yl{display:block;font-family:Poppins;font-weight:500;font-size:32px;line-height:130%;color:var(--color-primary);-webkit-box-ordinal-group:2;order:1}.main_Title__oT3Yl span{color:var(--color-secondary)}@media screen and (min-width:1440px){.main_Title__oT3Yl{font-size:50px}}.main_Description__ui2Rc{display:block;font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;color:var(--color-primary);-webkit-box-ordinal-group:4;order:3}.main_Description__ui2Rc span{font-family:Poppins;font-weight:500;color:var(--color-secondary)}@media screen and (min-width:768px){.main_Description__ui2Rc{margin-top:20px}}@media screen and (min-width:992px){.main_Description__ui2Rc{margin-top:0}}.main_Button__oZvdr{display:-webkit-box;display:flex;grid-row:3/4;-webkit-box-ordinal-group:5;order:4}@media screen and (min-width:992px){.main_Button__oZvdr{max-width:220px}}.main_ImgWrapper__sFaG_{position:relative;display:-webkit-box;display:flex;width:100%;height:280px;-webkit-box-ordinal-group:3;order:2}@media screen and (min-width:576px){.main_ImgWrapper__sFaG_{width:100%}}@media screen and (min-width:768px){.main_ImgWrapper__sFaG_{width:100%;height:462px}}@media screen and (min-width:992px){.main_ImgWrapper__sFaG_{display:grid;grid-column:2/3;grid-row:1/4}}.main_Img__TT3jw{width:100%;height:auto;border-radius:10px;-o-object-fit:cover;object-fit:cover;z-index:2}@media screen and (min-width:576px){.main_Img__TT3jw{left:0}}.TriggerSection_Trigger__6WcrS{padding:60px 0;background-color:var(--section-trigger-bg)}.TriggerSection_Wrapper__y8yrO{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;row-gap:30px}.TriggerSection_Text__5v1oV{display:block;font-family:Poppins;font-weight:400;font-size:20px;line-height:26px;letter-spacing:1px;color:var(--color-primary);font-size:22px;line-height:28px;font-weight:500;color:var(--text-trigger)}.TriggerSection_Text__5v1oV span{color:var(--color-secondary)}@media screen and (min-width:1440px){.TriggerSection_Text__5v1oV{font-size:22px;line-height:33px}}@media screen and (min-width:992px){.TriggerSection_Text__5v1oV{max-width:1200px;font-size:28px;line-height:34px;text-align:center}}.TriggerSection_Button__WCe_g{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;font-family:Poppins;font-style:normal;font-weight:600;font-size:18px;line-height:27px;text-transform:uppercase;height:60px;width:100%;color:var(--btn-text);background-color:var(--btn-bg);border-radius:10px;cursor:pointer;max-width:250px}@media screen and (min-width:768px){.TriggerSection_Button__WCe_g{max-width:300px}}.servicesSection_Serices__KatF9{padding:60px 0;background-color:var(--section-services-bg)}.servicesSection_ServicesWrapper__Xkpit{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.servicesSection_Title__8_J4C{font-weight:500;font-size:34px;line-height:120%;text-align:var(--services-text-align);color:var(--text-title)}@media screen and (min-width:768px){.servicesSection_Title__8_J4C{font-size:48px}}.servicesSection_Descr__Isw97{margin-top:20px;font-weight:500;font-size:18px;line-height:22px;text-align:var(--services-text-align)}@media screen and (min-width:768px){.servicesSection_Descr__Isw97{max-width:900px}}.servicesSection_ServicesList__T_vDo{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;row-gap:40px;width:100%}@media screen and (min-width:768px){.servicesSection_ServicesList__T_vDo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.servicesSection_ServiceItem__BK1Ze{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;max-width:100%;text-align:start}@media screen and (min-width:768px){.servicesSection_ServiceItem__BK1Ze{max-width:320px;-webkit-box-align:center;align-items:center;text-align:center}}@media screen and (min-width:992px){.servicesSection_ServiceItem__BK1Ze{max-width:400px}}@media screen and (min-width:1200px){.servicesSection_ServiceItem__BK1Ze{max-width:320px}}@media screen and (min-width:1440px){.servicesSection_ServiceItem__BK1Ze{max-width:380px}}.servicesSection_ServiceImgWrapper__iTAG4{margin-bottom:24px;padding-top:56.25%;position:relative;width:100%;border-radius:0;overflow:hidden}.servicesSection_ServiceImg__E_3bT{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.servicesSection_ServiceTitle__hJRJL{margin-bottom:8px;font-weight:500;font-size:28px;line-height:36px;color:var(--text-services)}@media screen and (min-width:1200px){.servicesSection_ServiceTitle__hJRJL{font-size:24px;line-height:28px}}.servicesSection_ServiceDescr__KXVVp{margin-bottom:16px;font-weight:400;font-size:16px;line-height:145%;color:var(--text-services)}.formSection_FormSection__D2x8i{padding:60px 0;background-color:var(--section-form-bg)}.formSection_Wrapper__u8mn_{display:grid;grid-template-columns:1fr;row-gap:60px}@media screen and (min-width:992px){.formSection_Wrapper__u8mn_{grid-template-columns:repeat(2,1fr);gap:80px}}.formSection_Title__K8dAZ{display:block;font-weight:500;font-size:40px;line-height:135%;color:var(--text-title)}.formSection_Description__TLoB5{margin-top:20px;font-weight:400;font-size:16px;line-height:135%;color:var(--text-form)}@media screen and (min-width:1200px){.formSection_Description__TLoB5{font-size:18px}}.formSection_Form__MRX_p{display:grid;grid-template-columns:1fr;row-gap:16px;width:100%}@media screen and (min-width:768px){.formSection_Form__MRX_p{grid-template-columns:repeat(2,1fr);gap:16px}}.formSection_FormItem__ZtwTj{position:relative;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;row-gap:4px}.formSection_FormItem__ZtwTj label{font-weight:400;font-size:14px;line-height:120%;color:var(--text-form)}.formSection_FormItem__ZtwTj input,.formSection_FormItem__ZtwTj textarea{padding:12px;font-weight:400;font-size:14px;line-height:120%;color:#000;border:1px solid #d1d5db;border-radius:6px}.formSection_FormItem__ZtwTj input:focus,.formSection_FormItem__ZtwTj textarea:focus{-webkit-box-shadow:0 0 0 0 #fff,0 0 0 1px var(--color-primary),0 1px 2px 0 rgba(0,0,0,.5);box-shadow:0 0 0 0 #fff,0 0 0 1px var(--color-primary),0 1px 2px 0 rgba(0,0,0,.5);border-color:var(--color-primary);outline:2px solid transparent;outline-offset:2px}.formSection_FormTextarea__JoIDX textarea{height:150px;resize:none}@media screen and (min-width:768px){.formSection_FormTextarea__JoIDX{grid-column:1/3}}.formSection_FormButton__HzOUd{padding:12px 16px;width:145px;max-width:100%;font-weight:700;display:-webkit-box;display:flex;justify-self:end;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:var(--btn-text);background:var(--btn-bg);border:2px solid var(--btn-border);border-radius:8px;text-decoration:none;cursor:pointer;font-weight:400;font-size:16px;line-height:16px}@media screen and (min-width:768px){.formSection_FormButton__HzOUd{max-width:300px;grid-column:1/3}}@media screen and (min-width:992px){.formSection_FormButton__HzOUd:hover{opacity:.95}}.formSection_InputErrorText__Soal7{position:absolute;top:0;right:10px;font-weight:300;font-size:14px;line-height:18px;letter-spacing:-.5px;color:#fb535a;-webkit-animation-name:formSection_errorTextScale__IiGJs;animation-name:formSection_errorTextScale__IiGJs;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes formSection_errorTextScale__IiGJs{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes formSection_errorTextScale__IiGJs{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.aboutSection_AboutSection__TB_o1{padding:60px 0;background-color:var(--section-about-bg)}.aboutSection_Wrapper__zSjan{margin-left:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:justify}@media screen and (min-width:1200px){.aboutSection_Wrapper__zSjan{margin:0 auto;text-align:start}}.aboutSection_Title__IljgH{margin:24px 0;display:block;font-weight:500;font-size:50px;line-height:61px;color:var(--text-title)}.aboutSection_Text__GOivj{font-weight:500;font-size:18px;line-height:145%;color:var(--text-about)}@media screen and (min-width:768px){.aboutSection_Text__GOivj{font-size:22px}}.footer_Footer__wmZO1{background-color:var(--footer-bg)}@media screen and (min-width:992px){.footer_LogoWrapper__7Ptma{margin-bottom:50px;max-width:300px;grid-column:1/3}}@media screen and (min-width:1440px){.footer_LogoWrapper__7Ptma{height:100%;width:100%}}.footer_Logo__O9qKE{display:block;width:100%;height:100%}.footer_FooterWrapper__W4PBR{padding:60px 0;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;-webkit-box-align:start;align-items:flex-start}@media screen and (min-width:992px){.footer_FooterWrapper__W4PBR{display:grid;grid-template-columns:repeat(2,auto);-webkit-box-align:start;align-items:flex-start;-webkit-column-gap:130px;-moz-column-gap:130px;column-gap:130px}}@media screen and (min-width:1200px){.footer_FooterWrapper__W4PBR{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1440px){.footer_FooterWrapper__W4PBR{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}}.footer_Menu__JnZ2v{margin-top:50px;width:100%}@media screen and (min-width:992px){.footer_Menu__JnZ2v{margin:0}}.footer_MenuWrapper__fyKbd{display:grid}@media screen and (min-width:768px){.footer_MenuWrapper__fyKbd{grid-template-columns:2fr 1fr}}.footer_MenuList__StnOI{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;flex-wrap:wrap;-webkit-box-align:start;align-items:flex-start;row-gap:12px;max-height:80px;list-style-type:none}@media screen and (min-width:768px){.footer_MenuList__StnOI{display:grid;grid-template-columns:repeat(2,1fr);-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}@media screen and (min-width:992px){.footer_MenuList__StnOI{-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px}}@media screen and (min-width:1440px){.footer_MenuList__StnOI{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}.footer_MenuLink__B7guT{font-weight:400;font-size:18px;line-height:22px;color:var(--text-footer);text-decoration:none;cursor:pointer}.footer_ContactInfo__zsn3X{margin-top:50px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@media screen and (min-width:992px){.footer_ContactInfo__zsn3X{margin-top:0}}.footer_Subtitle__8SzHb{font-weight:600;font-size:18px;line-height:27px;text-transform:uppercase;color:var(--text-footer)}.footer_divider__tBuos{margin:20px 0;width:100%;height:1px;background-color:var(--text-footer)}.footer_ContactList__GI8fE{display:grid;row-gap:12px;list-style-type:none}.footer_ContactItem__iezrL{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.footer_ContactItem__iezrL svg{height:28px;width:20px;fill:var(--text-footer)}.footer_Address__CETI8{font-style:normal}.footer_Address__CETI8,.footer_EmailLink__En4Tq{font-weight:400;font-size:16px;line-height:26px;color:var(--text-footer);text-decoration:none}.footer_Label__cbtm9{padding:20px 0;font-weight:400;font-size:14px;line-height:26px;color:var(--text-footer);text-align:center}.whatSetsUsApart_Section__0MSWo{padding:60px 0}@media screen and (min-width:992px){.whatSetsUsApart_Section__0MSWo{padding:80px 0}}@media screen and (min-width:1200px){.whatSetsUsApart_Section__0MSWo{padding:100px 0}}.whatSetsUsApart_Container__6JXkl{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;row-gap:40px}@media screen and (min-width:992px){.whatSetsUsApart_Container__6JXkl{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px}}@media screen and (min-width:1200px){.whatSetsUsApart_Container__6JXkl{-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px}}.whatSetsUsApart_Title__tNx_z{-webkit-box-ordinal-group:2;order:1;font-family:Poppins;font-weight:500;font-size:32px;line-height:38px;color:var(--color-secondary)}@media screen and (min-width:768px){.whatSetsUsApart_Title__tNx_z{font-size:42px;line-height:48px}}.whatSetsUsApart_List__Ty21Q{-webkit-box-ordinal-group:4;order:3;row-gap:28px;list-style-type:none}.whatSetsUsApart_Item__HM9GO,.whatSetsUsApart_List__Ty21Q{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.whatSetsUsApart_Item__HM9GO{row-gap:12px}.whatSetsUsApart_ItemTitle__9_bdc{font-family:Poppins;font-weight:500;font-size:20px;line-height:26px;color:var(--color-secondary)}@media screen and (min-width:1200px){.whatSetsUsApart_ItemTitle__9_bdc{font-size:24px;line-height:32px}}.whatSetsUsApart_ItemDescr__YGmnA{font-family:Poppins;font-weight:400;font-size:16px;line-height:22px;color:var(--color-primary)}@media screen and (min-width:1200px){.whatSetsUsApart_ItemDescr__YGmnA{font-size:18px;line-height:24px}}.whatSetsUsApart_ImgWrapper__Wqc7T{-webkit-box-ordinal-group:3;order:2;width:100%;height:auto}.whatSetsUsApart_ImgWrapper__Wqc7T img{width:100%;height:auto;border-radius:20px}@media screen and (min-width:992px){.whatSetsUsApart_ImgWrapper__Wqc7T{grid-column:2/3;grid-row:1/3}.whatSetsUsApart_ImgWrapper__Wqc7T img{height:100%;-o-object-fit:cover;object-fit:cover}}.whyChoose_Section__pubgN{padding:60px 0;background-color:var(--color-primary)}@media screen and (min-width:992px){.whyChoose_Section__pubgN{padding:80px 0}}@media screen and (min-width:1200px){.whyChoose_Section__pubgN{padding:100px 0}}.whyChoose_Container__7qRbo{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;row-gap:40px}@media screen and (min-width:992px){.whyChoose_Container__7qRbo{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px}}@media screen and (min-width:1200px){.whyChoose_Container__7qRbo{-webkit-column-gap:100px;-moz-column-gap:100px;column-gap:100px}}.whyChoose_Title__iXtLH{-webkit-box-ordinal-group:2;order:1;font-family:Poppins;font-weight:500;font-size:32px;color:var(--color-secondary)}@media screen and (min-width:768px){.whyChoose_Title__iXtLH{font-size:42px;line-height:48px}}.whyChoose_List__dbOOL{-webkit-box-ordinal-group:4;order:3;row-gap:28px;list-style-type:none}.whyChoose_Item__cG6wH,.whyChoose_List__dbOOL{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.whyChoose_Item__cG6wH{row-gap:12px}.whyChoose_ItemTitle__Pcpl1{font-family:Poppins;font-weight:500;font-size:20px;line-height:26px;color:var(--color-secondary)}@media screen and (min-width:1200px){.whyChoose_ItemTitle__Pcpl1{font-size:24px;line-height:32px}}.whyChoose_ItemDescr__naiuA{font-family:Poppins;font-weight:400;font-size:16px;line-height:22px;color:var(--color-white)}@media screen and (min-width:1200px){.whyChoose_ItemDescr__naiuA{font-size:18px;line-height:24px}}.whyChoose_ImgWrapper__ivXiP{-webkit-box-ordinal-group:3;order:2;width:100%;height:auto}.whyChoose_ImgWrapper__ivXiP img{width:100%;height:auto;border-radius:20px}@media screen and (min-width:992px){.whyChoose_ImgWrapper__ivXiP{grid-column:1/2;grid-row:1/3}.whyChoose_ImgWrapper__ivXiP img{height:100%;-o-object-fit:cover;object-fit:cover}}