html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}*{-webkit-text-size-adjust:none}ul{list-style:none}button,input,select,textarea{background:none;border:none}button{cursor:pointer}a{text-decoration:none}html{scroll-behavior:smooth}body{font-family:"Poppins",serif;font-weight:400;font-size:16px;background-color:#f8f8f8;color:#464542;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}.container{max-width:1344px;margin:0 auto}@media screen and (max-width: 1360px){.container{max-width:944px}}@media screen and (max-width: 991px){.container{max-width:720px}}@media screen and (max-width: 767px){.container{max-width:544px}}@media screen and (max-width: 576px){.container{max-width:100%;padding:0 16px}}.button{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:100%;font-weight:600;letter-spacing:.08px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;padding:20px 32px;border-radius:40px;background-color:#bdbdfb;color:#1f1f7a;text-align:center;transition:all .3s ease;cursor:pointer}.button:hover{background-color:#1f1f7a;color:#fff}img{display:block}.success-message{display:flex;justify-content:space-between;align-items:center;padding:32px;gap:40px;opacity:0}.success-message.hidden{display:none}@media screen and (max-width: 991px){.success-message{flex-direction:column;gap:24px}}.success-message__left,.success-message__right{max-width:calc(50% - 20px);width:100%}@media screen and (max-width: 991px){.success-message__left,.success-message__right{max-width:100%;height:248px}}.success-message__left svg{max-height:430px;height:100%}.success-message__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.success-message__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.success-message__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.success-message__text{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-top:16px}@media screen and (max-width: 1360px){.success-message__text{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.success-message__text{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.success-message__link{margin-top:40px;width:230px}.block-scroll{overflow:hidden}.header{padding:24px 0}@media screen and (max-width: 1360px){.header{padding:12px 0}}@media screen and (max-width: 767px){.header{padding:8px 0}}.header-nav{display:flex;justify-content:space-between;align-items:center}.header-nav__logo-link{display:block;width:160px;height:56px;position:relative;z-index:5;cursor:pointer}@media screen and (max-width: 576px){.header-nav__logo-link{width:92px;height:32px}}.header-nav__logo{display:block;width:100%;height:100%}.header-nav__holder{display:flex;justify-content:center;align-items:center;gap:24px}@media screen and (max-width: 991px){.header-nav__holder{display:none}}.header-nav__link{color:#464542;font-size:16px;line-height:92%;font-weight:500;letter-spacing:-0.4px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;transition:all .3s ease}.header-nav__link:after{content:"";display:block;width:0;height:2px;background-color:#7b57ff;transition:.4s}.header-nav__link:hover{color:#7b57ff}.header-nav__link:hover:after{width:100%}.header-nav__link.active{color:#7b57ff}.header-nav__link.active:after{content:"";display:block;width:100%;height:2px;background-color:#7b57ff;transition:.4s}.header-nav__link--arrow{position:relative;padding:16px 0;display:flex;justify-content:center;align-items:center}.header-nav__link--arrow:after{content:"";display:block;width:0;height:2px;background-color:#7b57ff;transition:.4s;position:absolute;bottom:20px}.header-nav__arrow{display:flex;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s ease;position:relative}.header-nav__list{width:200px;position:absolute;z-index:2;top:45px;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background:#fff;box-shadow:0px 43px 80px 0px rgba(0,0,0,.08);padding:24px;cursor:default;opacity:0;pointer-events:none;transition:opacity .3s}.header-nav__inner_link{color:#464542;font-size:16px;line-height:92%;font-weight:500;letter-spacing:-0.4px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;text-align:left;transition:all .3s ease}.header-nav__inner_link:after{content:"";display:block;width:0;height:2px;background-color:#7b57ff;transition:.4s}.header-nav__inner_link:hover{color:#7b57ff}.header-nav__inner_link:hover:after{width:100%}.header-nav__inner_link.active{color:#7b57ff}.header-nav__inner_link.active:after{width:100%}@media screen and (max-width: 991px){.header-nav__button{display:none}}.header-nav__arrow-path{transition:all .3s ease}.header-nav__link--arrow:hover .header-nav__list{opacity:1;pointer-events:all}.header-nav__link--arrow:hover .header-nav__arrow{transform:rotate(180deg)}.header-nav__link--arrow:hover .header-nav__arrow-path{fill:#7b57ff}.header-btn{position:relative;display:none;width:22px;height:16px;border-top:2px solid #7b57ff;border-bottom:2px solid #7b57ff;font-size:0;transition:all .25s ease;z-index:5}.header-btn::after,.header-btn::before{content:"";display:block;width:100%;height:2px;position:absolute;top:50%;left:50%;background-color:#7b57ff;transform:translate(-50%, -50%);transition:all .25s ease}.header-btn.active{border-color:rgba(0,0,0,0)}.header-btn.active::before{transform:translate(-50%, -50%) rotate(45deg)}.header-btn.active::after{transform:translate(-50%, -50%) rotate(-45deg)}@media screen and (max-width: 991px){.header-btn{display:block}}.mob-menu{padding:85px 32px 32px;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:75vh;max-height:100vh;background-color:#fff;z-index:2;transition:all .5s;display:none}.mob-menu__wrap{overflow-y:auto;display:flex;justify-content:unset;align-items:flex-start;flex-direction:column;gap:23px;width:100%}.mob-menu.visible{animation:mobile-menu-visible .5s ease forwards}.mob-menu.hidden{animation:mobile-menu-hidden .5s ease forwards}.mob-menu__link{font-size:24px;line-height:36px;font-weight:500;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;opacity:1;color:#464542}.mob-menu__link.active{color:#7b57ff}.mob-menu__link.active:after{content:"";display:block;width:100%;height:2px;background-color:#7b57ff;transition:.4s}@media screen and (max-width: 991px){.mob-menu{display:flex;justify-content:unset;align-items:flex-start}}@keyframes mobile-menu-hidden{0%{clip-path:circle(100%);opacity:1}60%{clip-path:circle(20px at calc(100% + 30px) -30px);opacity:0}90%{opacity:0}100%{opacity:0;display:none}}@keyframes mobile-menu-visible{0%{clip-path:circle(20px at calc(100% + 30px) -30px)}10%{opacity:0;display:none}15%{display:flex}40%{opacity:1}100%{clip-path:circle(100%)}}.responsive-overlay{position:fixed;display:none;left:0;bottom:0;width:100vw;height:50vh;background-color:hsla(0,0%,100%,.6);transition:all .5s;z-index:1;clip-path:circle(20px at calc(1% - 15px) 105%)}.responsive-overlay.visible{clip-path:circle(100%)}@media screen and (max-width: 991px){.responsive-overlay{display:block}}.footer{background-color:#7b57ff;padding:40px 0 24px;margin-top:auto}@media screen and (max-width: 1360px){.footer{padding:24px 0 16px}}@media screen and (max-width: 767px){.footer{padding:16px 0 8px}}.footer-bottom{margin-top:48px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.footer-bottom{margin-top:40px}}@media screen and (max-width: 767px){.footer-bottom{margin-top:24px}}@media screen and (max-width: 576px){.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}}.footer-bottom__text{color:#fff;font-size:12px;line-height:140%;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}@media screen and (max-width: 991px){.footer-bottom__text{width:472px}}@media screen and (max-width: 767px){.footer-bottom__text{width:303px}}.footer-bottom__link{color:#fff;font-size:12px;line-height:140%;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;text-align:right}.footer-top{border-radius:16px;background-color:#fff;padding:32px 40px}@media screen and (max-width: 1360px){.footer-top{padding:24px 32px}}@media screen and (max-width: 767px){.footer-top{padding:24px 16px}}.footer-navigation{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 576px){.footer-navigation{flex-direction:column;align-items:flex-start;gap:20px}}.footer-navigation__logo-link{display:flex;justify-content:center;align-items:center;width:160px}.footer-navigation__logo{width:100%;display:block}@media screen and (max-width: 991px){.footer-navigation__button{display:none}}.footer-top-nav{display:flex;justify-content:center;align-items:flex-start;gap:64px;margin-bottom:96px}@media screen and (max-width: 1360px){.footer-top-nav{gap:24px;margin-bottom:40px}}@media screen and (max-width: 767px){.footer-top-nav{gap:0px;width:325px}}@media screen and (max-width: 576px){.footer-top-nav{width:100%;justify-content:space-between;margin-bottom:20px}}.footer-top-nav-item{display:flex;flex-direction:column;gap:4px}.footer-top-nav-item__title{margin-bottom:20px;color:#464542;font-size:14px;line-height:92%;font-weight:400;letter-spacing:-0.35px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}.footer-top-nav-item__link{color:#464542;font-size:16px;line-height:140%;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;display:inline-block;transition:all .3s ease}.footer-top-nav-item__link:after{content:"";display:block;width:0;height:2px;background-color:#7b57ff;transition:.4s}.footer-top-nav-item__link:hover{color:#7b57ff}.footer-top-nav-item__link:hover:after{width:100%}@media screen and (max-width: 1360px){.footer-top-nav-item__title{font-size:12px;line-height:12px;font-weight:400;letter-spacing:-0.3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}.footer-top-nav-item__link{font-size:14px;line-height:22px;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.footer-top-wrap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.footer-top-wrap{flex-wrap:wrap;gap:16px}}@media screen and (max-width: 576px){.footer-top-wrap{flex-direction:column;align-items:flex-start}}.footer-top-wrap__text{color:#2b2b29;font-size:12px;line-height:130%;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}.footer-top-download{display:flex;justify-content:center;align-items:center;gap:16px}.footer-top-download__google,.footer-top-download__apple{width:95px;height:28px;border-radius:4px;background:#000;display:flex;justify-content:center;align-items:center}.footer-top-download__google-img,.footer-top-download__apple-img{width:88px;display:block}.footer-socials{display:flex;justify-content:center;align-items:center;gap:8px}.footer-socials__link{width:32px;height:32px;background-color:#2b2b29;border-radius:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:all .3s ease}.footer-socials__link:hover{background-color:#bdbdfb}.form{max-width:calc(50% - 20px);width:100%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 991px){.form{max-width:100%}}.form__item{display:flex;flex-direction:column}.form__label{margin-bottom:4px;display:block;color:#2b2b29;font-family:"Poppins",serif;font-size:12px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.024px;margin-bottom:4px}.form__input{display:block;border-radius:12px;border:1px solid #aeb5bf;background:#f8f8f8;padding:16px 24px;max-width:612px;color:#2b2b29;font-family:"Poppins",serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;outline:none;transition:all .3s ease;height:56px}.form__input::placeholder{color:#aeb5bf;font-family:"Poppins",serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.form__input:focus,.form__input:hover{border-color:#2b2b29}.form__textarea{display:block;border-radius:12px;border:1px solid #aeb5bf;background:#f8f8f8;padding:16px 24px;max-width:612px;color:#2b2b29;font-family:"Poppins",serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;outline:none;transition:all .3s ease;height:96px;resize:none}.form__textarea::placeholder{color:#aeb5bf;font-family:"Poppins",serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.form__textarea:focus,.form__textarea:hover{border-color:#2b2b29}.form__input:-webkit-autofill,.form__textarea:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #f8f8f8 inset !important;-webkit-text-fill-color:#2b2b29 !important;transition:background-color 5000s ease-in-out 0s}.form__button{margin-top:16px;width:208px}.form__item.error .form__label,.form__item.error .form__input,.form__item.error .form__textarea{color:#e12f2f}.form__item.error .form__input,.form__item.error .form__textarea{border-color:#f9e7e7;background-color:#f9e7e7}.form__item.error .form__input::placeholder,.form__item.error .form__textarea::placeholder{color:#e12f2f}.form__item.error .form__input:-webkit-autofill,.form__item.error .form__textarea:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #f9e7e7 inset !important;-webkit-text-fill-color:#e12f2f !important;transition:background-color 5000s ease-in-out 0s}.home-hero{padding:80px 0 112px}@media screen and (max-width: 1360px){.home-hero{padding:64px 0 104px}}@media screen and (max-width: 991px){.home-hero{padding:40px 0 80px}}@media screen and (max-width: 767px){.home-hero{padding:32px 0 64px}}@media screen and (max-width: 576px){.home-hero{padding:40px 0}}.home-hero-title{font-size:96px;line-height:96px;font-weight:800;letter-spacing:-2.4px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:80px}.home-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-hero-title{margin-bottom:64px}}@media screen and (max-width: 991px){.home-hero-title{margin-bottom:40px}}@media screen and (max-width: 767px){.home-hero-title{margin-bottom:24px}}.home-hero-info{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 576px){.home-hero-info{flex-direction:column}}.home-hero-info__left{width:548px}@media screen and (max-width: 1360px){.home-hero-info__left{width:460px}}@media screen and (max-width: 991px){.home-hero-info__left{width:410px}}@media screen and (max-width: 767px){.home-hero-info__left{width:311px}}@media screen and (max-width: 576px){.home-hero-info__left{width:100%;margin-bottom:20px}}.home-hero-info__img{display:block;width:345px;height:348px}@media screen and (max-width: 1360px){.home-hero-info__img{width:288px;height:290px}}@media screen and (max-width: 991px){.home-hero-info__img{width:216px;height:218px}}@media screen and (max-width: 767px){.home-hero-info__img{width:164.334px;height:165.522px}}.home-hero-info__right{width:662px;height:412px;display:flex;justify-content:center;align-items:center;border-radius:24px;background:#ececf9}@media screen and (max-width: 1360px){.home-hero-info__right{width:460px;height:343px}}@media screen and (max-width: 991px){.home-hero-info__right{width:286px;height:260px}}@media screen and (max-width: 767px){.home-hero-info__right{width:217px;height:197px}}@media screen and (max-width: 576px){.home-hero-info__right{width:100%}}.home-hero-info__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:24px}@media screen and (max-width: 1360px){.home-hero-info__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-hero-info__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-hero-info__text{margin-bottom:16px}}.home-hero-info-list{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.home-hero-info-list{gap:8px}}.home-hero-info-list__bullet{display:flex;justify-content:center;align-items:center;width:32px;height:32px;gap:8px;background-color:#7b57ff;border-radius:24px}@media screen and (max-width: 767px){.home-hero-info-list__bullet{width:16px;height:16px}}.home-hero-info-list__text{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.home-hero-info-list__text{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-hero-info-list__text{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-hero-info-list__item{display:flex;justify-content:start;align-items:center;gap:16px}@media screen and (max-width: 767px){.home-hero-info-list__item{gap:4px}}.home-hero-img-wrapper{width:100%;height:496px;position:relative;margin:80px 0;border-radius:24px;overflow:hidden}.home-hero-img-wrapper__img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1360px){.home-hero-img-wrapper{margin:64px 0;height:343px}}@media screen and (max-width: 991px){.home-hero-img-wrapper{margin:40px 0;height:260px}}@media screen and (max-width: 767px){.home-hero-img-wrapper{height:197px;margin:24px 0}}.home-hero-categories{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 991px){.home-hero-categories{flex-wrap:wrap;gap:16px 24px}}.home-hero-categories__item{display:flex;justify-content:center;align-items:center;width:204px;height:100px;padding:0px 24px;border-radius:15px;background:#bdbdfb;text-align:center;font-size:28px;line-height:28px;font-weight:800;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#1f1f7a;transition:all .3s ease}.home-hero-categories__item:hover{background-color:#1f1f7a;color:#fff}.home-hero-categories__item--special{background-color:#e8beff;color:#692e87}.home-hero-categories__item--special:hover{background-color:#692e87;color:#fff}@media screen and (max-width: 1360px){.home-hero-categories__item{width:137px;height:68px;font-size:20px;line-height:20px;font-weight:800;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-hero-categories__item{width:224px}}@media screen and (max-width: 767px){.home-hero-categories__item{width:calc(50% - 12px)}}.home-why{padding:112px 0;background-color:#ececf9}@media screen and (max-width: 1360px){.home-why{padding:104px 0}}@media screen and (max-width: 991px){.home-why{padding:80px 0}}@media screen and (max-width: 767px){.home-why{padding:64px 0}}@media screen and (max-width: 576px){.home-why{padding:40px 0}}.home-why-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:16px}.home-why-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-why-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-why-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-why-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-why-title{margin-bottom:24px}}@media screen and (max-width: 576px){.home-why-title{margin-bottom:20px}}.home-why-info{width:889px;font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:112px}@media screen and (max-width: 1360px){.home-why-info{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-why-info{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-why-info{margin-bottom:80px;width:640px}}@media screen and (max-width: 991px){.home-why-info{width:460px;margin-bottom:48px}}@media screen and (max-width: 767px){.home-why-info{margin-bottom:40px;width:100%}}@media screen and (max-width: 576px){.home-why-info{margin-bottom:20px}}.solution{background-color:#fff;padding:64px;border-radius:40px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.solution{padding:32px}}@media screen and (max-width: 991px){.solution{padding:40px;flex-direction:column-reverse;max-width:595px;width:100%;margin:0 auto}}@media screen and (max-width: 767px){.solution{padding:16px}}.solution--margin{margin-bottom:112px}@media screen and (max-width: 1360px){.solution--margin{margin-bottom:80px}}@media screen and (max-width: 991px){.solution--margin{margin-bottom:40px}}@media screen and (max-width: 576px){.solution--margin{margin-bottom:20px}}.solution-info{max-width:648px;width:100%}@media screen and (max-width: 1360px){.solution-info{max-width:405px}}@media screen and (max-width: 991px){.solution-info{max-width:100%}}.solution-info__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:16px}@media screen and (max-width: 1360px){.solution-info__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.solution-info__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.solution-info__title{margin-bottom:8px}}.solution-info__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.solution-info__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.solution-info__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.solution-info__text-extra{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.solution-info__text-extra{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.solution-info__text-extra{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.solution .solution-info-list{display:flex;flex-direction:column;gap:24px;margin-top:40px}@media screen and (max-width: 1360px){.solution .solution-info-list{margin-top:24px;gap:16px}}.solution .solution-info-list__item{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px}.solution .solution-info-list__item svg{width:36px;height:36px}@media screen and (max-width: 767px){.solution .solution-info-list__item svg{width:20px;height:20px}}.solution .solution-info-list__wrapper{width:604px}@media screen and (max-width: 991px){.solution .solution-info-list__wrapper{width:100%}}.solution .solution-info-list__title{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.solution .solution-info-list__title{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.solution .solution-info-list__title{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.solution .solution-info-list__subtitle{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.solution .solution-info-list__subtitle{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.solution .solution-info-list__subtitle{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.solution-img-wrapper{width:464px;height:100%;position:relative;border-radius:24px;overflow:hidden;box-shadow:0px 29.879px 55.589px 0px rgba(0,0,0,.08)}@media screen and (max-width: 1360px){.solution-img-wrapper{width:408px;height:544px}}@media screen and (max-width: 991px){.solution-img-wrapper{width:100%;height:268px;margin-bottom:24px}}.solution-img-wrapper__img{display:block;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 991px){.solution--purple .solution-img-wrapper{background-color:#977aff}.solution--green{flex-direction:column}.solution--green .solution-img-wrapper{background-color:#50e191}.solution--pink .solution-img-wrapper{background-color:#d78cff}}.home-boost{padding:112px 0}@media screen and (max-width: 1360px){.home-boost{padding:104px 0}}@media screen and (max-width: 991px){.home-boost{padding:80px 0}}@media screen and (max-width: 767px){.home-boost{padding:64px 0}}@media screen and (max-width: 576px){.home-boost{padding:40px 0}}.home-boost-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.home-boost-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-boost-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-boost-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-boost-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-boost-title{margin-bottom:80px}}@media screen and (max-width: 991px){.home-boost-title{margin-bottom:48px}}@media screen and (max-width: 767px){.home-boost-title{margin-bottom:40px}}@media screen and (max-width: 576px){.home-boost-title{margin-bottom:20px}}.home-boost-wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 767px){.home-boost-wrapper{flex-direction:column-reverse}.home-boost-wrapper:nth-of-type(2){flex-direction:column}}.home-boost-wrapper--margin{margin-bottom:112px}@media screen and (max-width: 1360px){.home-boost-wrapper--margin{margin-bottom:80px}}@media screen and (max-width: 991px){.home-boost-wrapper--margin{margin-bottom:48px}}@media screen and (max-width: 767px){.home-boost-wrapper--margin{margin-bottom:40px}}@media screen and (max-width: 576px){.home-boost-wrapper--margin{margin-bottom:20px}}.home-boost-wrapper-info{max-width:545px;width:100%}@media screen and (max-width: 1360px){.home-boost-wrapper-info{max-width:460px}}@media screen and (max-width: 991px){.home-boost-wrapper-info{max-width:348px}}@media screen and (max-width: 767px){.home-boost-wrapper-info{max-width:100%}}.home-boost-wrapper-info__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:16px}@media screen and (max-width: 1360px){.home-boost-wrapper-info__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-boost-wrapper-info__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-boost-wrapper-info__title{margin-bottom:8px}}.home-boost-wrapper-info__subtitle{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.home-boost-wrapper-info__subtitle{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-boost-wrapper-info__subtitle{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-boost-wrapper-info__subtitle-extra{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.home-boost-wrapper-info__subtitle-extra{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-boost-wrapper-info__subtitle-extra{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-boost-wrapper-info__subtitle--margin{margin-bottom:40px}@media screen and (max-width: 1360px){.home-boost-wrapper-info__subtitle--margin{margin-bottom:24px}}.home-boost-wrapper-info__link{width:152px}.home-boost-wrapper-info__explanation{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.32px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#7b57ff;margin:16px 0 40px}@media screen and (max-width: 1360px){.home-boost-wrapper-info__explanation{margin:8px 0 24px;font-size:14px;line-height:24px;font-weight:400;letter-spacing:-0.28px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-boost-img-wrapper{width:662px;height:391px;position:relative;overflow:hidden}@media screen and (max-width: 1360px){.home-boost-img-wrapper{width:460px;height:272px}}@media screen and (max-width: 991px){.home-boost-img-wrapper{width:348px;height:206px}}@media screen and (max-width: 767px){.home-boost-img-wrapper{width:100%;height:unset;margin-bottom:16px}}.home-boost-img-wrapper__img{width:100%;height:100%;object-fit:cover;display:block}.home-earn{background-color:#ececf9;padding:112px 0}@media screen and (max-width: 1360px){.home-earn{padding:104px 0}}@media screen and (max-width: 991px){.home-earn{padding:80px 0}}@media screen and (max-width: 767px){.home-earn{padding:64px 0}}@media screen and (max-width: 576px){.home-earn{padding:40px 0}}.home-earn-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;text-align:center;margin-bottom:112px}.home-earn-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-earn-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-earn-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-earn-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-earn-title{margin-bottom:80px}}@media screen and (max-width: 991px){.home-earn-title{margin-bottom:48px}}@media screen and (max-width: 767px){.home-earn-title{margin-bottom:40px}}@media screen and (max-width: 576px){.home-earn-title{margin-bottom:20px}}.home-earn-item{display:flex;justify-content:center;align-items:center;gap:64px}@media screen and (max-width: 991px){.home-earn-item{gap:24px}}@media screen and (max-width: 576px){.home-earn-item{flex-direction:column}.home-earn-item:nth-of-type(2){flex-direction:column-reverse}}.home-earn-item--margin{margin-bottom:112px}@media screen and (max-width: 1360px){.home-earn-item--margin{margin-bottom:80px}}@media screen and (max-width: 991px){.home-earn-item--margin{margin-bottom:48px}}@media screen and (max-width: 767px){.home-earn-item--margin{margin-bottom:40px}}@media screen and (max-width: 576px){.home-earn-item--margin{margin-bottom:20px}}.home-earn-img-wrap{display:flex;justify-content:center;align-items:center;width:404px;height:328px;border-radius:24px;background-color:#fff;box-shadow:0px 43px 80px 0px rgba(0,0,0,.08)}@media screen and (max-width: 1360px){.home-earn-img-wrap{height:328px;width:379px}}@media screen and (max-width: 991px){.home-earn-img-wrap{width:348px;height:244px}}@media screen and (max-width: 576px){.home-earn-img-wrap{width:184px;height:184px}.home-earn-img-wrap svg{width:140px;height:140px}}.home-earn-item-info{width:511px}@media screen and (max-width: 1360px){.home-earn-item-info{width:460px}}@media screen and (max-width: 991px){.home-earn-item-info{width:348px}}@media screen and (max-width: 576px){.home-earn-item-info{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px 8px}}.home-earn-item-info__number{border-radius:40px;display:flex;justify-content:center;align-items:center;width:64px;height:64px;background-color:#bdbdfb;font-size:24px;line-height:36px;font-weight:500;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#1f1f7a}@media screen and (max-width: 1360px){.home-earn-item-info__number{font-size:16px;line-height:26px;font-weight:500;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-earn-item-info__number{font-size:14px;line-height:20px;font-weight:500;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-earn-item-info__number{font-size:24px;line-height:32px}}.home-earn-item-info__number--yellow{background-color:#fbdd95}.home-earn-item-info__number--pink{background-color:#e9bfff}@media screen and (max-width: 576px){.home-earn-item-info__number{width:32px;height:32px}}.home-earn-item-info__title{margin:16px 0;font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.home-earn-item-info__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-earn-item-info__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 576px){.home-earn-item-info__title{margin:0}}.home-earn-item-info__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.home-earn-item-info__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-earn-item-info__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-who{padding:112px 0}@media screen and (max-width: 1360px){.home-who{padding:104px 0}}@media screen and (max-width: 991px){.home-who{padding:80px 0}}@media screen and (max-width: 767px){.home-who{padding:64px 0}}@media screen and (max-width: 576px){.home-who{padding:40px 0}}.home-who-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;text-align:center;margin-bottom:16px}.home-who-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-who-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-who-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-who-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.home-who-info{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;color:#2b2b29;text-align:center;margin-bottom:112px}@media screen and (max-width: 1360px){.home-who-info{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-who-info{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-who-info{margin-bottom:80px}}@media screen and (max-width: 991px){.home-who-info{margin-bottom:48px}}@media screen and (max-width: 767px){.home-who-info{margin-bottom:40px}}@media screen and (max-width: 576px){.home-who-info{margin-bottom:20px}}.home-who-list{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 991px){.home-who-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:24px}}.home-who-list__item{border-radius:24px;border:2px solid #d78cff;background:#fff;box-shadow:0px 43px 80px 0px rgba(0,0,0,.08);max-width:434px;position:relative;padding:48px;overflow:hidden}@media screen and (max-width: 1360px){.home-who-list__item{max-width:299px;padding:32px 24px}}@media screen and (max-width: 991px){.home-who-list__item{max-width:348px}}.home-who-list__quote{position:absolute;top:-6px;right:-6px}.home-who-list__company,.home-who-list__name,.home-who-list__text{color:#464542;font-size:16px;line-height:26px;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}.home-who-list__text{font-size:18px;line-height:30px;margin:40px 0;min-height:150px}@media screen and (max-width: 1360px){.home-who-list__text{font-size:14px;line-height:22px;font-weight:400;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;margin:24px 0}}.home-who-list__name{font-weight:600;margin-bottom:4px}.home-who-list__wrapper{display:flex;justify-content:flex-start;align-items:center;position:relative;z-index:2;min-height:111px}@media screen and (max-width: 1360px){.home-who-list__wrapper{min-height:74px;height:74px}}@media screen and (max-width: 1360px){.home-who-list__img--browns{width:101px}.home-who-list__img--pizza{width:72px}.home-who-list__img--whiskers{width:188px}}.home-cta{padding:112px 0}@media screen and (max-width: 1360px){.home-cta{padding:104px 0}}@media screen and (max-width: 991px){.home-cta{padding:80px 0}}@media screen and (max-width: 767px){.home-cta{padding:64px 0}}@media screen and (max-width: 576px){.home-cta{padding:40px 0}}.home-cta-wrapper{width:100%;height:524px;border-radius:24px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}@media screen and (max-width: 1360px){.home-cta-wrapper{height:368px}}@media screen and (max-width: 991px){.home-cta-wrapper{height:316px}}.home-cta-holder{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;display:flex;justify-content:center;align-items:center;flex-direction:column}.home-cta-holder__title{text-align:center;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#fff;margin-bottom:57px}.home-cta-holder__title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.home-cta-holder__title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.home-cta-holder__title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.home-cta-holder__title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.home-cta-holder__title{margin-bottom:32px}}.home-cta-holder__link{width:264px}.home-cta-wrapper-img-wrapper{width:100%;height:100%;overflow:hidden;border-radius:24px}.home-cta-wrapper-img-wrapper__img{width:100%;height:100%;object-fit:cover}.about-hero{padding:80px 0 112px}@media screen and (max-width: 1360px){.about-hero{padding:64px 0 104px}}@media screen and (max-width: 991px){.about-hero{padding:40px 0 80px}}@media screen and (max-width: 767px){.about-hero{padding:32px 0 64px}}@media screen and (max-width: 576px){.about-hero{padding:40px 0}}.about-hero-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:24px}.about-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.about-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.about-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-hero-holder{display:flex;justify-content:space-between;align-items:stretch;gap:20px;margin-bottom:112px}@media screen and (max-width: 1360px){.about-hero-holder{margin-bottom:80px}}@media screen and (max-width: 991px){.about-hero-holder{margin-bottom:48px}}@media screen and (max-width: 767px){.about-hero-holder{margin-bottom:40px}}@media screen and (max-width: 576px){.about-hero-holder{margin-bottom:20px;flex-direction:column}}.about-hero-holder__left{max-width:calc(42% - 10px)}.about-hero-holder__right{max-width:calc(60% - 10px)}.about-hero-holder__right,.about-hero-holder__left{width:100%;overflow:hidden;border-radius:24px}.about-hero-holder__right img,.about-hero-holder__left img{height:100%;width:100%;object-fit:cover}@media screen and (max-width: 576px){.about-hero-holder__right,.about-hero-holder__left{max-width:100%}.about-hero-holder__right img,.about-hero-holder__left img{height:142px}}.about-hero-info{max-width:776px;width:100%;font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:112px}@media screen and (max-width: 1360px){.about-hero-info{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-hero-info{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.about-hero-info{margin-bottom:80px}}@media screen and (max-width: 991px){.about-hero-info{margin-bottom:48px}}@media screen and (max-width: 767px){.about-hero-info{margin-bottom:40px}}@media screen and (max-width: 576px){.about-hero-info{margin-bottom:20px}}.about-hero-info b{font-weight:600}.about-hero-info-text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;max-width:776px;width:100%}@media screen and (max-width: 1360px){.about-hero-info-text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-hero-info-text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-hero-info-text b{font-weight:600}.about-hero-info-text--margin{margin-bottom:24px}.about-info{padding-bottom:112px}@media screen and (max-width: 1360px){.about-info{padding-bottom:104px}}@media screen and (max-width: 991px){.about-info{padding-bottom:80px}}@media screen and (max-width: 767px){.about-info{padding-bottom:64px}}@media screen and (max-width: 576px){.about-info{padding-bottom:40px}}.about-info-wrap{display:flex;justify-content:space-between;align-items:stretch;gap:20px}@media screen and (max-width: 767px){.about-info-wrap{flex-direction:column}.about-info-wrap:nth-of-type(2){flex-direction:column-reverse}}.about-info-wrap--margin{margin-bottom:112px}@media screen and (max-width: 1360px){.about-info-wrap--margin{margin-bottom:80px}}@media screen and (max-width: 991px){.about-info-wrap--margin{margin-bottom:48px}}@media screen and (max-width: 767px){.about-info-wrap--margin{margin-bottom:40px}}@media screen and (max-width: 576px){.about-info-wrap--margin{margin-bottom:20px}}.about-info-item{max-width:calc(50% - 10px);width:100%}@media screen and (max-width: 767px){.about-info-item{max-width:100%}}.about-info-item__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:32px}@media screen and (max-width: 1360px){.about-info-item__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-info-item__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 576px){.about-info-item__title{margin-bottom:20px}}.about-info-item__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.about-info-item__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-info-item__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-info-item__text--margin{margin-bottom:16px}.about-info-item-holder{max-width:calc(50% - 10px);width:100%;overflow:hidden;border-radius:24px}@media screen and (max-width: 767px){.about-info-item-holder{max-width:100%;height:220px}}.about-info-item-holder__img{width:100%;height:100%;object-fit:cover}.about-who{background-color:#ececf9}.about-contact{padding:112px 0}@media screen and (max-width: 1360px){.about-contact{padding:104px 0}}@media screen and (max-width: 991px){.about-contact{padding:80px 0}}@media screen and (max-width: 767px){.about-contact{padding:64px 0}}@media screen and (max-width: 576px){.about-contact{padding:40px 0}}.about-contact-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:16px}.about-contact-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.about-contact-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.about-contact-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-contact-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-contact-text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:112px;max-width:662px;width:100%}@media screen and (max-width: 1360px){.about-contact-text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-contact-text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.about-contact-text{margin-bottom:80px}}@media screen and (max-width: 991px){.about-contact-text{margin-bottom:48px}}@media screen and (max-width: 767px){.about-contact-text{margin-bottom:40px}}@media screen and (max-width: 576px){.about-contact-text{margin-bottom:20px}}.about-contact-holder{display:flex;justify-content:space-between;align-items:stretch;border-radius:40px;background:#ececf9;padding:40px;gap:40px}@media screen and (max-width: 991px){.about-contact-holder{flex-direction:column;padding:32px;gap:24px}}.about-contact-holder--invert{background-color:#fff}.about-contact-img-holder{max-width:calc(50% - 20px);width:100%;border-radius:24px;overflow:hidden}@media screen and (max-width: 991px){.about-contact-img-holder{max-width:100%;height:248px}}.about-contact-img-holder__img{width:100%;height:100%;object-fit:cover}.about-join{padding:128px 0;margin:112px 0;background-color:#ececf9}@media screen and (max-width: 1360px){.about-join{padding:104px 0;margin-bottom:80px}}@media screen and (max-width: 991px){.about-join{padding:80px 0;margin-bottom:48px}}@media screen and (max-width: 767px){.about-join{padding:64px 0;margin-bottom:40px;overflow:hidden}}@media screen and (max-width: 576px){.about-join{padding:40px 0;margin-bottom:20px}}.about-join-wrap{display:flex;justify-content:flex-end;align-items:flex-start;position:relative}@media screen and (max-width: 767px){.about-join-wrap{justify-content:flex-start}}@media screen and (max-width: 576px){.about-join-wrap{flex-direction:column}}.about-join-holder{max-width:57%;width:100%}@media screen and (max-width: 576px){.about-join-holder{max-width:100%}}.about-join-holder__title{font-size:96px;line-height:96px;font-weight:800;letter-spacing:-2.4px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:16px}.about-join-holder__title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.about-join-holder__title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.about-join-holder__title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-join-holder__title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-join-holder__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:40px}@media screen and (max-width: 1360px){.about-join-holder__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.about-join-holder__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.about-join-holder__link{width:192px}.about-join-wrap-item-holder{width:662px;height:509px;position:absolute;top:0;left:-94px}.about-join-wrap-item-holder__img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1360px){.about-join-wrap-item-holder{width:460px;height:354px}}@media screen and (max-width: 991px){.about-join-wrap-item-holder{width:403px;height:310px}}@media screen and (max-width: 767px){.about-join-wrap-item-holder{left:unset;right:-180px}}@media screen and (max-width: 576px){.about-join-wrap-item-holder{position:relative;top:unset;right:unset}}.partner-hero{padding:90px 0;height:802px;background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/food-drinks-bg.png") no-repeat center center;background-size:cover}.partner-hero--performers{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/performers-bg.png") no-repeat center center;background-size:cover}.partner-hero--hair{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/hair-bg.png") no-repeat center center;background-size:cover}.partner-hero--valet{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/valet-bg.png") no-repeat center center;background-size:cover}.partner-hero--catering{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/catering-bg.png") no-repeat center center;background-size:cover}.partner-hero--delivery{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/delivery-bg.png") no-repeat center center;background-size:cover}.partner-hero--partners{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg.png") no-repeat center center;background-size:cover}@media screen and (max-width: 1360px){.partner-hero{height:552px}}@media screen and (max-width: 991px){.partner-hero{padding:80px 0;height:unset}}@media screen and (max-width: 767px){.partner-hero{padding:64px 0}}@media screen and (max-width: 576px){.partner-hero{padding:40px 0}}.partners-hero-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#fff;margin-bottom:24px}.partners-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partners-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partners-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partners-hero-text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#fff;margin-bottom:64px;max-width:776px;width:100%}@media screen and (max-width: 1360px){.partners-hero-text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-hero-text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partners-hero-button{width:196px}.partner-who{padding:112px 0}@media screen and (max-width: 1360px){.partner-who{padding:104px 0}}@media screen and (max-width: 991px){.partner-who{padding:80px 0}}@media screen and (max-width: 767px){.partner-who{padding:64px 0}}@media screen and (max-width: 576px){.partner-who{padding:40px 0}}.partner-who-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;text-align:center}.partner-who-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partner-who-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partner-who-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partner-who-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partner-who-text{text-align:center;font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#072648;max-width:889px;width:100%;margin:16px auto 112px}@media screen and (max-width: 1360px){.partner-who-text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partner-who-text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partner-who-text{margin-bottom:80px}}@media screen and (max-width: 991px){.partner-who-text{margin-bottom:48px}}@media screen and (max-width: 767px){.partner-who-text{margin-bottom:40px}}@media screen and (max-width: 576px){.partner-who-text{margin-bottom:20px}}.partners{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:21px 20px}.partners__link{width:434px;height:168px;border-radius:24px;display:flex;justify-content:center;align-items:center;color:#f8f8f8;text-align:center;font-size:32px;line-height:32px;font-weight:800;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}@media screen and (max-width: 1360px){.partners__link{height:112px;width:calc(50% - 10px)}}@media screen and (max-width: 991px){.partners__link{font-size:24px;line-height:24px;font-weight:800;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 576px){.partners__link{font-size:16px;line-height:16px;font-weight:800;letter-spacing:unset;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partners__link--food{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-7.png") no-repeat center center;background-size:cover}.partners__link--delivery{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-2.png") no-repeat center center;background-size:cover}.partners__link--hair{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-3.png") no-repeat center center;background-size:cover}.partners__link--valet{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-4.png") no-repeat center center;background-size:cover}.partners__link--performers{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-5.png") no-repeat center center;background-size:cover}.partners__link--catering{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-6.png") no-repeat center center;background-size:cover}.partners__link--partners{background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../../../assets/img/png/partners/partners-bg-1.png") no-repeat center center;background-size:cover}.partners-fast{background-color:#ececf9;padding:112px 0}@media screen and (max-width: 1360px){.partners-fast{padding:104px 0}}@media screen and (max-width: 991px){.partners-fast{padding:80px 0}}@media screen and (max-width: 767px){.partners-fast{padding:64px 0}}@media screen and (max-width: 576px){.partners-fast{padding:40px 0}}.partners-fast-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.partners-fast-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partners-fast-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partners-fast-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-fast-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partners-fast-title{margin-bottom:80px}}@media screen and (max-width: 991px){.partners-fast-title{margin-bottom:48px}}@media screen and (max-width: 767px){.partners-fast-title{margin-bottom:40px}}@media screen and (max-width: 576px){.partners-fast-title{margin-bottom:20px;font-size:48px}}.partners-fast-info{display:flex;flex-direction:column;gap:16px;max-width:548px;width:100%}@media screen and (max-width: 1360px){.partners-fast-info{max-width:calc(50% - 10px)}}@media screen and (max-width: 576px){.partners-fast-info{max-width:100%}}.partners-fast-info__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.partners-fast-info__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-fast-info__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partners-fast-img-holder{width:662px;border-radius:24px;overflow:hidden}@media screen and (max-width: 1360px){.partners-fast-img-holder{max-width:calc(50% - 10px);width:100%}}@media screen and (max-width: 576px){.partners-fast-img-holder{max-width:100%}}.partners-fast-img-holder__img{width:100%;height:100%;object-fit:cover;display:block}.partners-fast-wrap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.partners-fast-wrap{align-items:stretch;gap:20px}}@media screen and (max-width: 576px){.partners-fast-wrap{flex-direction:column-reverse}}.partners-why{padding:112px 0}@media screen and (max-width: 1360px){.partners-why{padding:104px 0}}@media screen and (max-width: 991px){.partners-why{padding:80px 0}}@media screen and (max-width: 767px){.partners-why{padding:64px 0}}@media screen and (max-width: 576px){.partners-why{padding:40px 0}}.partners-why-title{text-align:center;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.partners-why-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partners-why-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partners-why-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-why-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partners-why-title{margin-bottom:80px}}@media screen and (max-width: 991px){.partners-why-title{margin-bottom:48px}}@media screen and (max-width: 767px){.partners-why-title{margin-bottom:40px}}@media screen and (max-width: 576px){.partners-why-title{margin-bottom:20px}}.partners-why-list{display:flex;justify-content:center;align-items:center;gap:24px 20px;flex-wrap:wrap}@media screen and (max-width: 767px){.partners-why-list{flex-direction:column}}.partners-why-list__item{width:548px;padding:56px 40px;border-radius:24px}@media screen and (max-width: 1360px){.partners-why-list__item{padding:32px 16px;width:100%;max-width:calc(50% - 10px)}}@media screen and (max-width: 767px){.partners-why-list__item{max-width:100%}}.partners-why-list__item--pink{background-color:#f5edf9}.partners-why-list__item--blue{background-color:#ececf9}.partners-why-list__item--yellow{background-color:#f3f0e4}.partners-why-list__item--green{background-color:#e7f6ee}.partners-why-list__top{width:200px;height:200px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1360px){.partners-why-list__top{width:144px;height:144px}}@media screen and (max-width: 767px){.partners-why-list__top{width:72px;height:72px}}.partners-why-list__title{margin:40px 0 8px;font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.partners-why-list__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-why-list__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partners-why-list__title{margin-top:24px}}@media screen and (max-width: 991px){.partners-why-list__title{font-size:40px}}@media screen and (max-width: 767px){.partners-why-list__title br{display:none}}@media screen and (max-width: 576px){.partners-why-list__title{font-size:36px}}.partners-why-list__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.partners-why-list__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-why-list__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-why-list__text br{display:none}}.partners-partnership{padding:112px 0;background-color:#ececf9}@media screen and (max-width: 1360px){.partners-partnership{padding:104px 0}}@media screen and (max-width: 991px){.partners-partnership{padding:80px 0}}@media screen and (max-width: 767px){.partners-partnership{padding:64px 0}}@media screen and (max-width: 576px){.partners-partnership{padding:40px 0}}.partners-partnership-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.partners-partnership-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partners-partnership-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partners-partnership-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-partnership-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partners-partnership-title{margin-bottom:80px}}@media screen and (max-width: 991px){.partners-partnership-title{margin-bottom:48px}}@media screen and (max-width: 767px){.partners-partnership-title{margin-bottom:40px}}@media screen and (max-width: 576px){.partners-partnership-title{margin-bottom:20px}}.partnerships{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.partnerships{gap:20px;align-items:stretch}}@media screen and (max-width: 576px){.partnerships{flex-direction:column-reverse}.partnerships:nth-of-type(2){flex-direction:column}}.partnerships--margin{margin-bottom:112px}@media screen and (max-width: 1360px){.partnerships--margin{margin-bottom:80px}}@media screen and (max-width: 991px){.partnerships--margin{margin-bottom:48px}}@media screen and (max-width: 767px){.partnerships--margin{margin-bottom:40px}}@media screen and (max-width: 576px){.partnerships--margin{margin-bottom:20px}}.partnerships-info{max-width:548px;width:100%}@media screen and (max-width: 1360px){.partnerships-info{max-width:calc(50% - 10px);width:100%}}@media screen and (max-width: 576px){.partnerships-info{max-width:100%}}.partnerships-info__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:16px}@media screen and (max-width: 1360px){.partnerships-info__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partnerships-info__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.partnerships-info__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:40px}@media screen and (max-width: 1360px){.partnerships-info__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partnerships-info__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partnerships-info__text{margin-bottom:24px}}.partnerships-info__link{width:235px}.partnerships-img-holder{width:662px;border-radius:24px;overflow:hidden}@media screen and (max-width: 1360px){.partnerships-img-holder{max-width:calc(50% - 10px);width:100%}}@media screen and (max-width: 576px){.partnerships-img-holder{max-width:100%;height:200px}}.partnerships-img-holder__img{width:100%;height:100%;display:block;object-fit:cover}.partners-map{padding:112px 0}@media screen and (max-width: 1360px){.partners-map{padding:104px 0}}@media screen and (max-width: 991px){.partners-map{padding:80px 0}}@media screen and (max-width: 767px){.partners-map{padding:64px 0}}@media screen and (max-width: 576px){.partners-map{padding:40px 0}}.partners-map-title{text-align:center;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.partners-map-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.partners-map-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.partners-map-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.partners-map-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.partners-map-title{margin-bottom:80px}}@media screen and (max-width: 991px){.partners-map-title{margin-bottom:48px}}@media screen and (max-width: 767px){.partners-map-title{margin-bottom:40px}}@media screen and (max-width: 576px){.partners-map-title{margin-bottom:20px}}.partners-map-img{width:100%;display:block}.contact-hero{padding:80px 0 112px}@media screen and (max-width: 1360px){.contact-hero{padding:64px 0 104px}}@media screen and (max-width: 991px){.contact-hero{padding:40px 0 80px}}@media screen and (max-width: 767px){.contact-hero{padding:32px 0 64px}}@media screen and (max-width: 576px){.contact-hero{padding:40px 0}}.contact-hero-title{margin-bottom:24px;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29}.contact-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.contact-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.contact-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.contact-hero-text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:112px;max-width:776px;width:100%}@media screen and (max-width: 1360px){.contact-hero-text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-hero-text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.contact-hero-text{margin-bottom:80px}}@media screen and (max-width: 991px){.contact-hero-text{margin-bottom:48px}}@media screen and (max-width: 767px){.contact-hero-text{margin-bottom:40px}}@media screen and (max-width: 576px){.contact-hero-text{margin-bottom:20px}}.contact-hero-wrap{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1360px){.contact-hero-wrap{gap:20px;align-items:stretch}}@media screen and (max-width: 576px){.contact-hero-wrap{flex-direction:column-reverse}}.contact-hero-holder{width:548px}@media screen and (max-width: 1360px){.contact-hero-holder{max-width:calc(50% - 10px);width:100%}}@media screen and (max-width: 576px){.contact-hero-holder{max-width:100%}}.contact-hero-holder__title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.contact-hero-holder__title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-hero-holder__title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.contact-hero-holder__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin:32px 0 40px}@media screen and (max-width: 1360px){.contact-hero-holder__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-hero-holder__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-hero-holder__text{margin:24px 0}}.contact-hero-holder__link{width:250px}.contact-hero-img-holder{max-width:662px;width:100%;overflow:hidden;border-radius:24px}@media screen and (max-width: 1360px){.contact-hero-img-holder{max-width:calc(50% - 10px)}}@media screen and (max-width: 576px){.contact-hero-img-holder{max-width:100%;height:200px}}.contact-hero-img-holder__img{width:100%;display:block;height:100%;object-fit:cover}.contact-message{padding:112px 0;background-color:#ececf9}@media screen and (max-width: 1360px){.contact-message{padding:104px 0}}@media screen and (max-width: 991px){.contact-message{padding:80px 0}}@media screen and (max-width: 767px){.contact-message{padding:64px 0}}@media screen and (max-width: 576px){.contact-message{padding:40px 0}}.contact-info{padding:112px 0}@media screen and (max-width: 1360px){.contact-info{padding:104px 0}}@media screen and (max-width: 991px){.contact-info{padding:80px 0}}@media screen and (max-width: 767px){.contact-info{padding:64px 0}}@media screen and (max-width: 576px){.contact-info{padding:40px 0}}.contact-info-title{font-size:64px;line-height:64px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:40px}@media screen and (max-width: 1360px){.contact-info-title{font-size:48px;line-height:100%;font-weight:800;letter-spacing:-1.2px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-info-title{font-size:32px;line-height:32px;font-weight:800;letter-spacing:-0.8px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-info-title{margin-bottom:24px}}.contact-info-wrap{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}@media screen and (max-width: 576px){.contact-info-wrap{flex-direction:column}}.contact-info-wrap-item{max-width:548px;width:100%}@media screen and (max-width: 576px){.contact-info-wrap-item{max-width:100%}}.contact-info-wrap-item__top{display:flex;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:24px}.contact-info-wrap-item__icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:24px;background-color:#bdbdfb}.contact-info-wrap-item__icon--top{padding-bottom:4px}.contact-info-wrap-item__title{font-size:28px;line-height:36px;font-weight:600;letter-spacing:-0.56px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}.contact-info-wrap-item__text,.contact-info-wrap-item__link{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.contact-info-wrap-item__text,.contact-info-wrap-item__link{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.contact-info-wrap-item__text,.contact-info-wrap-item__link{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.contact-info-wrap-item__link{font-weight:600 !important}.meeting-hero{padding:80px 0 112px}.meeting-hero-title{margin-bottom:112px;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29}.meeting-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.meeting-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.meeting-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.meeting-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.meeting-holder{min-height:605px}.demo-contact-title{margin-bottom:24px;font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29}.demo-contact-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.demo-contact-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.demo-contact-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.demo-contact-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.demo-contact .about-contact-img-holder{max-height:552px}.privacy-hero{padding:80px 0 112px}@media screen and (max-width: 1360px){.privacy-hero{padding:80px 0 104px}}@media screen and (max-width: 991px){.privacy-hero{padding:80px 0}}@media screen and (max-width: 767px){.privacy-hero{padding:64px 0}}@media screen and (max-width: 576px){.privacy-hero{padding:40px 0}}.privacy-hero-title{font-size:120px;line-height:120px;font-weight:800;letter-spacing:-3px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#2b2b29;margin-bottom:112px}.privacy-hero-title__extra{color:#7b57ff}@media screen and (max-width: 1360px){.privacy-hero-title{font-size:86px;line-height:86px;font-weight:800;letter-spacing:-2.15px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 991px){.privacy-hero-title{font-size:64px;line-height:70px;font-weight:800;letter-spacing:-1.6px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.privacy-hero-title{font-size:50px;line-height:50px;font-weight:800;letter-spacing:-1.25px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 1360px){.privacy-hero-title{margin-bottom:80px}}@media screen and (max-width: 991px){.privacy-hero-title{margin-bottom:48px}}@media screen and (max-width: 767px){.privacy-hero-title{margin-bottom:40px}}@media screen and (max-width: 576px){.privacy-hero-title{margin-bottom:20px}}.privacy-holder{max-width:889px;width:100%}.privacy-holder__text{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542;margin-bottom:24px}@media screen and (max-width: 1360px){.privacy-holder__text{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.privacy-holder__text{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.privacy-holder__link{font-size:24px;line-height:36px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#7b57ff}@media screen and (max-width: 1360px){.privacy-holder__link{font-size:16px;line-height:26px;font-weight:400;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.privacy-holder__link{font-size:14px;line-height:20px;font-weight:400;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.privacy-holder__list{margin-bottom:24px;display:flex;flex-direction:column;gap:16px}.privacy-holder__item{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px}.privacy-holder__title{display:flex;justify-content:flex-start;align-items:center;margin-top:56px;margin-bottom:24px}@media screen and (max-width: 991px){.privacy-holder__title{margin-top:48px}}@media screen and (max-width: 767px){.privacy-holder__title{margin-top:40px}}@media screen and (max-width: 576px){.privacy-holder__title{margin-top:20px}}.privacy-holder__number{width:32px;height:32px;display:flex;justify-content:center;align-items:center;text-align:center}.privacy-holder__number,.privacy-holder__header{font-size:24px;line-height:36px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif;color:#464542}@media screen and (max-width: 1360px){.privacy-holder__number,.privacy-holder__header{font-size:16px;line-height:26px;font-weight:600;letter-spacing:-0.48px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}@media screen and (max-width: 767px){.privacy-holder__number,.privacy-holder__header{font-size:14px;line-height:20px;font-weight:600;letter-spacing:-0.42px;font-style:normal;font-stretch:normal;font-family:"Poppins",serif}}.privacy-holder-mbn{margin-bottom:0}.d-none{display:none}.d-inline{display:inline}
