:root{--light-gray:#f5f5f7;--dark-gray:#797875;--disabled:#a6a49d;--accented:#ffd81e;--black:#0e0c00;--white:#fff;--error:#f44336;--font-family:"DM Sans", sans-serif;--second-family:"Manrope", sans-serif;--third-family:"Poppins", sans-serif;--font4:"Inter", sans-serif;--section-horizontal-padding:clamp(20px, 5.5vw, 80px);--section-vertical-padding:clamp(45px, 6.25vw, 90px);--space-extra-small:clamp(10px, 1.38vw, 20px);--space-small:clamp(14px, 1.94vw, 28px);--space-regular:clamp(16px, 2.22vw, 32px);--space-medium:clamp(20px, 2.77vw, 40px);--space-big:clamp(30px, 4.16vw, 60px);--space-ultra:min(8.3vw, 120px);--trans-dur:.3s;--trans-timing-function:cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font-family);background:var(--white);color:var(--black);flex-direction:column;height:100%;margin:auto;display:flex}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}p,h1,h2,h3,h4,h5,h6{color:var(--black);margin:0}ul,ol{margin:0;padding-left:0}img{width:100%;height:auto;display:block}section{padding:var(--section-vertical-padding) 0;max-width:1440px;margin:0 auto}.container{width:100%;padding:0 var(--section-horizontal-padding)}.section-title{font-family:var(--font-family);text-align:center;color:var(--black);font-size:clamp(30px,4.16vw,60px);font-weight:600;line-height:110%}.block-title{font-family:var(--font-family);color:var(--black);font-size:clamp(14px,1.94vw,28px);font-weight:600;line-height:120%}.section-subtitle{font-family:var(--font-family);color:var(--black);font-size:clamp(20px,2.77vw,40px);font-weight:600;line-height:120%}.main-text{color:var(--dark-gray);font-size:clamp(12px,1.25vw,18px);font-weight:400;line-height:130%}.secondary-text{font-family:var(--font-family);color:var(--black);font-size:clamp(10px,1.11vw,16px);font-weight:400;line-height:140%}.big-text{color:var(--black);font-size:clamp(14px,2.1vw,30px);font-weight:400;line-height:130%}.accented{color:var(--accented)}.dark-gray{color:var(--dark-gray)}.bold-text{font-weight:600}.italic-text{font-style:italic}.center-text{text-align:center}.white-color{color:var(--white)}.link{text-decoration:none}.accented-btn{background:var(--accented);cursor:pointer;font-family:var(--font-family);color:var(--black);border:none;border-radius:clamp(14px,2vw,30px);width:fit-content;padding:clamp(6px,.8vw,12px) clamp(12px,1.6vw,24px);font-size:clamp(10px,1.11vw,16px);font-weight:500;line-height:140%;display:inline-block}.main-btn{border:1px solid var(--black);font-family:var(--font-family);color:var(--black);border-radius:clamp(14px,2vw,30px);padding:clamp(6px,.8vw,12px) clamp(12px,1.6vw,24px);font-size:clamp(10px,1.11vw,16px);font-weight:500;line-height:140%;display:inline-block}.list{list-style:none}.no-scroll{overflow-y:hidden}.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.backdrop{z-index:101;width:100vw;height:100vh;transition:opacity var(--trans-dur) var(--trans-timing-function), visibility var(--trans-dur) var(--trans-timing-function);-webkit-backdrop-filter:blur(10px);background-color:#0e0c0033;position:fixed}.contact-us-box{width:100%;min-width:230px;position:relative}.contact-us-box input{border:1.5px solid var(--light-gray);width:100%;font-family:var(--font-family);background:#f7f7f9;border-radius:min(3.125vw,45px);padding:clamp(12px,1.66vw,24px) 100px clamp(12px,1.66vw,24px) clamp(12px,1.66vw,24px);font-size:16px;font-weight:400;line-height:140%}.contact-us-box input:focus{border-color:var(--accented);outline:none}.contact-us-box input:-webkit-autofill{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:2px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #f7f7f9!important}.contact-us-box input:-webkit-autofill:focus{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:2px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #f7f7f9!important}.contact-us-box input:-webkit-autofill:hover{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:2px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #f7f7f9!important}.contact-us-box input:-webkit-autofill:active{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:2px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #f7f7f9!important}@media (width>=968px){.contact-us-box input{padding-right:min(150px,11vw)}}.contact-us-box .accented-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.contact-us-box .accented-btn:disabled{cursor:not-allowed}.header{background:var(--white);border-bottom:1px solid var(--light-gray);z-index:110;align-self:center;width:100%;position:fixed;top:0}.header .header-container{width:100%;padding:8px var(--section-horizontal-padding) 0;max-width:1440px;margin:0 auto}.header .header-type{background-color:var(--black)}.header .header-type .type-list{gap:var(--space-medium);display:flex}.header .header-type .type-list .type-list-item{border-radius:6px 6px 0 0;display:flex;overflow:hidden}.header .header-type .type-list .type-link{background-color:var(--black);color:var(--white);padding:clamp(4px,.5vw,8px) clamp(18px,2.4vw,36px)}.header .header-type .type-list .type-link.active{background-color:var(--white);color:var(--black)}.header .header-nav{justify-content:space-between;align-items:center;padding:clamp(14px,1.8vw,26px) 0;display:flex}.header .header-nav .header-logo{font-family:var(--font-family);color:var(--black);font-size:clamp(18px,2.22vw,32px);font-weight:500}.header .header-nav .header-logo .accented{color:var(--accented);font-weight:900}.header .header-nav .nav-links{display:none}@media (width>=760px){.header .header-nav .nav-links{align-items:center;gap:var(--space-regular);display:flex}}.header .header-nav .nav-links .nav-links-item{align-items:center;display:flex}.header .header-nav .nav-links .item-with-submenu.active .link-icon{stroke:var(--accented);transform:rotate(180deg)}.header .header-nav .nav-links .link-with-submenu{cursor:pointer;align-items:center;gap:4px;display:flex}.header .header-nav .nav-links .link-with-submenu .link-icon{stroke:var(--black);width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);transition:transform var(--trans-dur) var(--trans-timing-function), stroke var(--trans-dur) var(--trans-timing-function)}.header .header-nav .nav-links .navigation-submenu{z-index:105;background:var(--white);border-top:1px solid var(--light-gray);width:100%;transition:opacity var(--trans-dur) var(--trans-timing-function), visibility var(--trans-dur) var(--trans-timing-function);padding:24px 0 44px;position:absolute;top:100%;left:0}.header .header-nav .nav-links .navigation-submenu .header-container{gap:var(--space-regular);display:flex}.header .header-nav .nav-links .navigation-submenu .submenu-item{width:min(24vw,347px)}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-title{font-family:var(--font-family);margin-bottom:var(--space-regular);border-bottom:1px solid #e9ebf1;padding-bottom:12px;font-size:clamp(12px,1.25vw,18px);font-weight:600}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list{gap:var(--space-regular);flex-direction:column;display:flex}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list .comming-soon-item{align-items:center;gap:12px;display:flex}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list .comming-soon-item .secondary-text{color:var(--dark-gray)}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list .comming-soon-item .comming-soon-text{font-family:var(--font-family);color:var(--black);background:var(--light-gray);border-radius:30px;padding:2px 12px;font-size:10px;font-weight:400;line-height:140%}.header .header-nav .nav-links .nav-link{cursor:pointer}.header .header-nav .nav-btns-links{display:none}.header .header-nav .nav-btns-links .nav-btns-item{align-items:center;display:flex}@media (width>=760px){.header .header-nav .nav-btns-links{align-items:center;gap:var(--space-extra-small);display:flex}}.header .header-nav .mob-menu-btn{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;width:25px;height:25px;padding:2px;display:flex}@media (width>=760px){.header .header-nav .mob-menu-btn{display:none}}.header .header-nav .mob-menu-btn img{width:90%}.header .mob-navigation{z-index:102;opacity:0;background:var(--white);width:300px;max-height:0;transition:all var(--trans-dur) var(--trans-timing-function);border-radius:clamp(3px,.4vw,6px);flex-direction:column;align-items:center;padding:0;display:flex;position:absolute;top:90px;right:min(1.3vw,10px);overflow:hidden;box-shadow:0 4px 6px #0000001a}.header .mob-navigation.active{padding:var(--space-medium) 0;opacity:1;max-height:1000px}.header .mob-navigation .mob-navigation-links{align-items:center;gap:var(--space-medium);flex-direction:column;display:inline-flex}.header .mob-navigation .mob-navigation-links .nav-link:hover,.header .mob-navigation .mob-navigation-links .nav-link:focus{text-decoration:underline}.header .mob-navigation .mob-navigation-links .comming-soon-item{align-items:center;gap:12px;display:flex}.header .mob-navigation .mob-navigation-links .comming-soon-item .secondary-text{color:var(--dark-gray)}.header .mob-navigation .mob-navigation-links .comming-soon-item .comming-soon-text{font-family:var(--font-family);color:var(--black);background:var(--light-gray);border-radius:30px;padding:2px 12px;font-size:10px;font-weight:400;line-height:140%}#b2b-homepage .hero{margin-top:clamp(92px,10.7vw,155px)}@media (width>=768px){#b2b-homepage .hero{padding:0}}#b2b-homepage .hero .container{padding-right:0}#b2b-homepage .hero .hero-info-wrapper{gap:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#b2b-homepage .hero .hero-info-wrapper{flex-direction:row;align-items:center;gap:0}}#b2b-homepage .hero .hero-info-wrapper .hero-info-block{gap:var(--space-regular);padding-right:var(--section-horizontal-padding);flex-direction:column;flex:calc(50% - 16px);display:flex}@media (width>=768px){#b2b-homepage .hero .hero-info-wrapper .hero-info-block{padding-right:0}}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-title{font-family:var(--font-family), serif;color:var(--black);font-size:clamp(42px,5.83vw,84px);font-weight:600;line-height:110%}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-form-wrap{width:100%}@media (width>=568px){#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-form-wrap{width:80%}}@media (width>=768px){#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-form-wrap{width:min(40.4vw,583px)}}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .watch-demo{align-items:center;gap:min(.8vw,12px);display:flex}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .watch-demo .watch-demo-icon{width:clamp(14px,2vw,29px);height:clamp(14px,2vw,29px)}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .watch-demo .secondary-text{font-weight:500}#b2b-homepage .hero .hero-info-wrapper .hero-img-block{background-image:url(/build/assets/img-block-bg-CHhilEAV.svg);background-position:0 100%;background-repeat:no-repeat;background-size:cover;height:80vw;position:relative}@media (width>=768px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block{background-position:0 300%;flex:calc(50% - 16px);height:min(52vw,750px)}}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block{background:var(--white);background-position:50%;background-repeat:no-repeat;background-size:55%;border-radius:50%;width:clamp(55px,6.11vw,88px);height:clamp(55px,6.11vw,88px);position:absolute;box-shadow:0 0 40px #00000026}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-1{background-image:url(/build/assets/hero-logo-1-BemGSFjJ.svg);top:15%;left:15%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-2{background-image:url(/build/assets/hero-logo-2-DgoBWUXB.svg);top:35%;right:20%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-3{background-image:url(/build/assets/hero-logo-3-BS6PtY8Z.svg);top:45%;left:37%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block{background:var(--white);border-radius:12px;flex-direction:column;gap:4px;padding:8px;display:flex;position:absolute;box-shadow:0 3px 2px #00000005,0 13px 10px #0000000a}@media (width>=420px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block{gap:7px;padding:16px}}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block.square-1{top:5%;right:10%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block.square-2{top:70%;left:10%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .block-title{font-family:var(--font4), serif;color:var(--black);font-size:10px;font-weight:700}@media (width>=420px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .block-title{font-size:14px}}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap{align-items:baseline;gap:6px;display:flex}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap .raiting{font-family:var(--font4), serif;color:var(--black);font-size:10px;font-weight:700}@media (width>=420px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap .raiting{font-size:12px}}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap .comment{font-family:var(--font4), serif;color:var(--dark-gray);font-size:10px;font-weight:500}@media (width>=420px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap .comment{font-size:12px}}#b2b-homepage .partner-companies{padding-top:0}#b2b-homepage .for-business .main-text{text-align:center;margin-top:var(--space-regular);margin-bottom:var(--space-big)}#b2b-homepage .for-business .for-business-list{gap:var(--space-ultra);flex-direction:column;display:flex}#b2b-homepage .for-business .for-business-list .for-business-item{gap:var(--space-big);flex-direction:column;display:flex}@media (width>=768px){#b2b-homepage .for-business .for-business-list .for-business-item{flex-direction:row}#b2b-homepage .for-business .for-business-list .for-business-item:nth-child(2n){flex-direction:row-reverse}}#b2b-homepage .for-business .for-business-list .for-business-item .item-info{gap:var(--space-small);background:#f7f7f9;border-radius:clamp(10px,1.38vw,20px);flex-direction:column;flex:calc(50% - 30px);padding:clamp(16px,2.22vw,32px) clamp(12px,1.66vw,24px);display:flex}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .item-head{font-family:var(--font-family), serif;color:var(--black);align-items:center;gap:min(.8vw,12px);font-size:clamp(10px,.97vw,14px);font-weight:700;line-height:140%;display:flex}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .item-head:before{content:"";background-image:url(/build/assets/chart-up-Dk4XKAnZ.svg);background-repeat:no-repeat;background-size:cover;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .secondary-text{color:var(--dark-gray)}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .accented-btn{align-items:center;gap:min(.8vw,12px);display:inline-flex}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .accented-btn.disabled{cursor:no-drop;background-color:var(--disabled)}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .accented-btn:after{content:"";background-image:url(/build/assets/arrow-right-DOZUbm70.svg);background-repeat:no-repeat;background-size:cover;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}#b2b-homepage .for-business .for-business-list .for-business-item .item-image{flex:calc(50% - 30px);justify-content:center;align-items:center;display:flex}#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-1{width:50%;min-width:230px}@media (width>=768px){#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-1{width:min(370px,25.7vw)}}#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-2{width:50%;min-width:230px}@media (width>=768px){#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-2{width:100%}}#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-3{width:50%;min-width:230px}@media (width>=768px){#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-3{width:min(433px,30vw)}}#b2b-homepage .earn-more .earn-more-wrap{gap:var(--space-regular);flex-direction:column;align-items:center;display:flex}#b2b-homepage .earn-more .earn-more-wrap .earn-more-list{gap:var(--space-regular);padding:var(--space-medium) 0 var(--space-big);flex-direction:column;display:flex}@media (width>=568px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-list{flex-flow:wrap;justify-content:center;width:100%}}@media (width>=768px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-list{flex-wrap:nowrap}}#b2b-homepage .earn-more .earn-more-wrap .earn-more-list .earn-more-item{padding:0 var(--space-extra-small);gap:var(--space-small);flex-direction:column;display:flex}@media (width>=768px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-list .earn-more-item{flex:calc(33% - 16px)}}#b2b-homepage .earn-more .earn-more-wrap .earn-more-list .earn-more-item .section-title{text-align:left}#b2b-homepage .earn-more .earn-more-wrap .earn-more-list .earn-more-item .secondary-text{color:var(--dark-gray)}#b2b-homepage .earn-more .earn-more-wrap .earn-more-text{font-family:var(--font-family), serif;text-align:center;font-size:clamp(8px,.97vw,14px);font-weight:400;line-height:140%}@media (width>=768px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-text{width:min(890px,61.8vw)}}#b2b-homepage .every-benefit .every-benefit-wrap{gap:var(--space-regular);flex-direction:column;align-items:center;display:flex}#b2b-homepage .every-benefit .every-benefit-wrap .main-text{text-align:center}@media (width>=768px){#b2b-homepage .every-benefit .every-benefit-wrap .main-text{width:min(890px,61.8vw)}}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list{gap:var(--space-regular);padding:var(--space-extra-small) 0;flex-direction:column;display:flex}@media (width>=768px){#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list{flex-direction:row}}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item{gap:var(--space-extra-small);flex-direction:column;max-width:406px;display:flex}@media (width>=768px){#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item{flex:calc(33% - 16px)}}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item a.secondary-text{align-items:center;gap:4px;margin-top:auto;font-weight:500;display:flex}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item a.secondary-text:after{content:"";background-color:var(--accented);background-image:url(/build/assets/arrow-right-DOZUbm70.svg);background-repeat:no-repeat;background-size:cover;border-radius:50%;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}.footer{padding:var(--section-vertical-padding) 0;width:100%;max-width:1440px;margin:0 auto}.footer .footer-wrapper{border-radius:var(--space-medium);padding:var(--space-big) var(--space-medium);background:var(--black);gap:var(--space-medium);flex-direction:column;align-items:center;display:flex}@media (width>=768px){.footer .footer-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer .footer-wrapper .footer-contact-us{align-items:center;gap:var(--space-regular);flex-direction:column;width:100%;display:flex}@media (width>=568px){.footer .footer-wrapper .footer-contact-us{width:70%}}@media (width>=768px){.footer .footer-wrapper .footer-contact-us{align-items:flex-start;width:min(30.3vw,437px)}}.footer .footer-wrapper .footer-contact-us .footer-logo{font-family:var(--font-family);color:var(--white);font-size:clamp(18px,2.22vw,32px);font-weight:500}.footer .footer-wrapper .footer-contact-us .footer-logo .accented{color:var(--accented);font-weight:900}.footer .footer-wrapper .footer-links{gap:var(--space-extra-small);justify-content:center;align-items:flex-start;width:100%;display:flex}@media (width>=768px){.footer .footer-wrapper .footer-links{gap:var(--space-regular);width:fit-content}}@media (width>=900px){.footer .footer-wrapper .footer-links{gap:var(--space-big)}}.footer .footer-wrapper .footer-links .footer-list-wrap{flex-direction:column;gap:clamp(12px,1.11vw,16px);display:flex}.footer .footer-wrapper .footer-links .footer-list-wrap .footer-list{flex-direction:column;gap:clamp(12px,1.11vw,16px);display:flex}.footer .copyright{padding-top:var(--space-medium);text-align:center}.partner-companies .partner-companies-wrap{gap:var(--space-medium);flex-direction:column;display:flex}.partner-companies .partner-companies-wrap .section-subtitle{text-align:center}.partner-companies .partner-companies-wrap .partner-companies-list{align-items:center;gap:var(--space-medium);flex-wrap:wrap;max-width:360px;margin:0 auto;display:flex}@media (width>=768px){.partner-companies .partner-companies-wrap .partner-companies-list{flex-wrap:nowrap;justify-content:space-between;max-width:1440px;margin:0}}.partner-companies .partner-companies-wrap .partner-companies-list .partner-companies-item{flex:calc(33% - 20px)}@media (width>=768px){.partner-companies .partner-companies-wrap .partner-companies-list .partner-companies-item{flex:1;padding:min(34px,2.36vw) 0}.partner-companies .partner-companies-wrap .partner-companies-list .partner-companies-item:not(:last-child){padding-right:var(--space-medium);border-right:1px solid var(--light-gray)}}.book-a-demo-link .book-a-demo-wrap{align-items:center;gap:var(--space-extra-small);padding:var(--space-big);background-image:url(/build/assets/book-a-demo-bg-DFLpdnoP.png);background-repeat:no-repeat;background-size:cover;border-radius:clamp(20px,2.77vw,40px);flex-direction:column;display:flex;overflow:hidden}@media (width>=768px){.book-a-demo-link .book-a-demo-wrap{padding:var(--space-big) clamp(129px, 17.9vw, 258px)}}.book-a-demo-link .book-a-demo-wrap .secondary-text{color:#fffc;width:87%}@media (width>=768px){.book-a-demo-link .book-a-demo-wrap .secondary-text{width:min(43.3vw,624px)}}.faq-section .faq-wrap{gap:var(--space-medium);flex-direction:column;display:flex}@media (width>=768px){.faq-section .faq-wrap{flex-direction:row}}@media (width>=768px){.faq-section .faq-wrap .section-title{text-align:left;width:min(28.6vw,413px)}}.faq-section .faq-wrap .faq-list{flex-direction:column;display:flex}.faq-section .faq-wrap .faq-list .faq-list-item{padding:var(--space-regular) var(--space-extra-small);border-bottom:1.5px solid var(--light-gray)}.faq-section .faq-wrap .faq-list .faq-list-item:first-child{border-top:1.5px solid var(--light-gray)}.faq-section .faq-wrap .faq-list .faq-list-item .faq-question{gap:var(--space-extra-small);cursor:pointer;align-items:center;display:flex}.faq-section .faq-wrap .faq-list .faq-list-item .faq-question:before{content:"";width:var(--space-extra-small);height:var(--space-extra-small);transition:transform var(--trans-dur) var(--trans-timing-function);background-image:url(/build/assets/icon-details-Btn_M8so.svg);background-repeat:no-repeat;background-size:cover;display:block}.faq-section .faq-wrap .faq-list .faq-list-item .faq-question.rotated:before{transform:rotate(90deg)}.faq-section .faq-wrap .faq-list .faq-list-item .answer{padding-left:var(--space-medium);opacity:0;max-height:0;transition:all var(--trans-dur) var(--trans-timing-function);margin-top:0;overflow:hidden}.faq-section .faq-wrap .faq-list .faq-list-item .answer.active{max-height:1000px;margin-top:var(--space-extra-small);opacity:1}.talks-form-wrap{border:1px solid var(--light-gray);border-radius:var(--space-extra-small);padding:var(--space-medium) var(--space-small);background:var(--white);box-shadow:0 4px 94px #00000014}.talks-form-wrap .form-title{font-family:var(--font-family);color:var(--black);margin-bottom:var(--space-regular);font-size:clamp(12px,1.66vw,24px);font-weight:600;line-height:120%}.talks-form-wrap .talks-form{gap:var(--space-regular);flex-direction:column;display:flex}.talks-form-wrap .talks-form .input-group{gap:var(--space-regular);display:flex}.talks-form-wrap .talks-form input{border:1.5px solid var(--light-gray);width:100%;font-family:var(--font-family);border-radius:min(3.125vw,45px);padding:clamp(8px,.83vw,12px) clamp(12px,1.66vw,24px);font-size:16px;font-weight:400;line-height:140%}.talks-form-wrap .talks-form input:focus{border-color:var(--accented);outline:none}.talks-form-wrap .talks-form input:-webkit-autofill{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:1.5px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #fff!important}.talks-form-wrap .talks-form input:-webkit-autofill:focus{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:1.5px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #fff!important}.talks-form-wrap .talks-form input:-webkit-autofill:hover{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:1.5px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #fff!important}.talks-form-wrap .talks-form input:-webkit-autofill:active{transition:background-color 9999s ease-out;-webkit-text-fill-color:var(--black)!important;border:1.5px solid var(--accented)!important;box-shadow:inset 0 0 0 1000px #fff!important}.talks-form-wrap .talks-form .accented-btn{width:100%}.talks-form-wrap .talks-form .accented-btn:disabled{cursor:not-allowed}.talks-form-wrap .info-text{margin-top:2rem;margin-bottom:-.5rem;margin-left:1rem}.talks-form-wrap .form-invalid{color:var(--error)}.get-more-benefits .get-more-benefits-wrap{gap:var(--space-regular);flex-direction:column;align-items:center;display:flex}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap{gap:var(--space-extra-small);align-items:baseline;display:flex}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap .count-number{font-family:var(--font-family);text-align:center;color:var(--black);font-size:clamp(38px,8.05vw,116px);font-weight:600;line-height:110%}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap .count-dollars{font-family:var(--font-family);color:var(--black);font-size:clamp(20px,2.77vw,40px);font-weight:600;line-height:120%}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap{gap:var(--space-extra-small);flex-direction:column;align-items:center;display:flex}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-wrap{background:var(--accented);border-radius:30px;padding:4px 12px}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-wrap .clients-count{font-family:var(--font-family);color:var(--black);font-size:clamp(10px,1.11vw,16px);font-weight:500}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor{width:60vw;position:relative}@media (width>=768px){.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor{width:min(28.75vw,414px)}}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor{background:var(--light-gray);-webkit-user-select:none;user-select:none;border-radius:30px;align-items:center;height:14px;display:flex}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange{--percent:60%;appearance:none;cursor:pointer;background:linear-gradient(to right, var(--accented) 0%, var(--accented) 60%, var(--light-gray) 60%, var(--light-gray) 100%);border-radius:30px;outline:none;width:100%;height:14px;margin:0}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-webkit-slider-runnable-track{border-radius:30px;height:14px;transition:none;background:0 0!important}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-webkit-slider-thumb{appearance:none;border:8px solid var(--accented);background:#fff;border-radius:50%;width:26px;height:26px;margin-top:-6px;transition:box-shadow .2s,transform .1s;box-shadow:0 0 #0000}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:hover::-webkit-slider-thumb{box-shadow:0 0 0 6px color-mix(in srgb, var(--accented) 20%, transparent)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:active::-webkit-slider-thumb{transform:scale(.95)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 6px color-mix(in srgb, var(--accented) 30%, transparent)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-moz-range-track{background:var(--light-gray);border-radius:30px;height:14px}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-moz-range-progress{background:var(--accented);border-radius:30px;height:14px}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-moz-range-thumb{border:8px solid var(--accented);background:#fff;border-radius:50%;width:26px;height:26px;transition:box-shadow .2s,transform .1s}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:hover::-moz-range-thumb{box-shadow:0 0 0 6px color-mix(in srgb, var(--accented) 20%, transparent)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:active::-moz-range-thumb{transform:scale(.95)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange:focus-visible::-moz-range-thumb{box-shadow:0 0 0 6px color-mix(in srgb, var(--accented) 30%, transparent)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-ms-track{color:#0000;background:0 0;border-color:#0000}.get-more-benefits .get-more-benefits-wrap .input-decor{border:1.5px solid var(--light-gray);border-radius:min(3.125vw,45px);width:70px;padding:clamp(6px,.7vw,10px) clamp(10px,1.11vw,16px);font-size:16px}.get-more-benefits .get-more-benefits-wrap #dollarsInput,.get-more-benefits .get-more-benefits-wrap #percentInput{-moz-appearance:textfield;text-align:center}.get-more-benefits .get-more-benefits-wrap #dollarsInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.get-more-benefits .get-more-benefits-wrap #dollarsInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.get-more-benefits .get-more-benefits-wrap #percentInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.get-more-benefits .get-more-benefits-wrap #percentInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.get-more-benefits .get-more-benefits-wrap #dollarsInput:focus,.get-more-benefits .get-more-benefits-wrap #percentInput:focus{border-color:var(--accented);outline:none}.solution-for-benefits .solution-list{gap:var(--space-extra-small);margin-top:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){.solution-for-benefits .solution-list{flex-flow:wrap}}.solution-for-benefits .solution-list .solution-item{gap:var(--space-extra-small);background:var(--light-gray);border-radius:clamp(12px,1.73vw,25px);flex-direction:column;display:flex}.solution-for-benefits .solution-list .solution-item .img-wrap{flex:calc(50% - 10px);justify-content:center;align-items:center;display:flex}.solution-for-benefits .solution-list .solution-item .img-wrap img{width:70%}@media (width>=568px){.solution-for-benefits .solution-list .solution-item .img-wrap img{width:50%}}.solution-for-benefits .solution-list .solution-item:nth-child(2){padding-bottom:var(--space-regular)}@media (width>=768px){.solution-for-benefits .solution-list .solution-item:first-child{flex-direction:row;flex:100%;align-items:center}.solution-for-benefits .solution-list .solution-item:first-child .info-wrap{padding:var(--space-medium) var(--space-regular);flex:calc(50% - 10px)}.solution-for-benefits .solution-list .solution-item:first-child .img-wrap img{width:min(23.75vw,343px)}.solution-for-benefits .solution-list .solution-item:nth-child(2){flex-direction:column-reverse;flex:calc(50% - 10px);padding-bottom:0}.solution-for-benefits .solution-list .solution-item:nth-child(2) .img-wrap img{width:min(35.83vw,516px)}.solution-for-benefits .solution-list .solution-item:nth-child(3){flex-direction:column-reverse;flex:calc(50% - 10px)}.solution-for-benefits .solution-list .solution-item:nth-child(3) .img-wrap img{width:min(25.69vw,370px)}}.solution-for-benefits .solution-list .solution-item .info-wrap{gap:var(--space-extra-small);padding:var(--space-medium) var(--space-regular) 0 var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){.solution-for-benefits .solution-list .solution-item .info-wrap{padding:0 var(--space-regular) var(--space-medium) var(--space-regular)}}.solution-for-benefits .solution-list .solution-item .info-wrap .accented-btn{align-items:center;gap:min(.8vw,12px);display:inline-flex}.solution-for-benefits .solution-list .solution-item .info-wrap .accented-btn:after{content:"";background-image:url(/build/assets/arrow-right-DOZUbm70.svg);background-repeat:no-repeat;background-size:cover;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}.zero-to-benefits .zero-to-benefits-wrap{align-items:center;gap:var(--space-regular);border-radius:var(--space-medium);padding:var(--space-big) var(--space-regular);background:var(--light-gray);flex-direction:column;display:flex}.zero-to-benefits .zero-to-benefits-wrap .img-wrap{width:100%;overflow-x:auto}.zero-to-benefits .zero-to-benefits-wrap .img-wrap img{min-width:590px}#b2b-subscription-bundles .sub-hero{margin-top:clamp(92px,10.7vw,155px)}#b2b-subscription-bundles .sub-hero .sub-hero-wrap{gap:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#b2b-subscription-bundles .sub-hero .sub-hero-wrap{flex-direction:row;gap:0}}#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info{gap:var(--space-regular);flex-direction:column;flex:50%;display:flex}#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info .section-title{text-align:left}@media (width>=768px){#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info .main-text{width:90%}}#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:100%}@media (width>=768px){#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:114%;margin-left:clamp(-80px,-5.5vw,-20px)}}#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-form-wrap{flex:50%}#b2b-subscription-bundles .one-subscription .subscription-main-block{border-radius:var(--space-extra-small) var(--space-extra-small) 0 0;padding:var(--space-big) var(--space-medium) var(--space-small);margin-bottom:var(--space-medium);background-color:#0000;background-image:url(/build/assets/bg-one-subscrible-ReJIzFh2.svg),linear-gradient(#f5f5f7 0%,#fff 100%);background-position-x:right;background-position-y:0%,0%;background-repeat:no-repeat;background-size:contain;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}#b2b-subscription-bundles .one-subscription .subscription-main-block .subscription-info-wrap{gap:var(--space-regular);flex-direction:column;width:100%;display:flex}@media (width>=768px){#b2b-subscription-bundles .one-subscription .subscription-main-block .subscription-info-wrap{width:min(630px,43.75vw)}}#b2b-subscription-bundles .one-subscription .one-subscription-list{flex-wrap:wrap;gap:clamp(8px,1.11vw,16px);display:flex}@media (width>=768px){#b2b-subscription-bundles .one-subscription .one-subscription-list{flex-wrap:nowrap}}#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{border:1px solid var(--light-gray);border-radius:var(--space-extra-small);flex-direction:column;flex:100%;gap:clamp(8px,1.11vw,16px);padding:clamp(8px,1.11vw,16px);display:flex}@media (width>=360px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:calc(50% - 8px)}}@media (width>=468px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:calc(33% - 8px)}}@media (width>=768px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:calc(20% - 8px)}}#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item .icon-wrap{border:1px solid var(--light-gray);border-radius:50%;justify-content:center;align-items:center;width:clamp(32px,3.33vw,48px);height:clamp(32px,3.33vw,48px);padding:min(7px,.5vw);display:flex}#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item .item-text{font-family:var(--font-family);color:var(--dark-gray);letter-spacing:-.01em;font-size:clamp(10px,.97vw,14px);font-weight:400;line-height:140%}#b2b-subscription-bundles .digital-packs .digital-packs-list{gap:var(--space-extra-small);margin-top:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#b2b-subscription-bundles .digital-packs .digital-packs-list{flex-flow:wrap}}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item{gap:var(--space-extra-small);background:var(--light-gray);border-radius:clamp(12px,1.73vw,25px);flex-direction:column;display:flex}@media (width>=768px){#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:first-child{flex-direction:row;flex:100%;align-items:center}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:first-child .info-wrap{padding:var(--space-medium) var(--space-regular);flex:calc(50% - 10px)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:first-child .img-wrap{flex:calc(50% - 10px)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(2){flex-direction:column-reverse;flex:calc(50% - 10px);gap:0}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(2) .info-wrap{padding:0 var(--space-regular) var(--space-medium) var(--space-regular)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(3){flex:calc(50% - 10px);justify-content:space-between}}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap{gap:var(--space-extra-small);padding:var(--space-medium) var(--space-regular) 0 var(--space-regular);flex-direction:column;display:flex}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .block-list{flex-direction:column;gap:3px;display:flex}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .accented-btn{align-items:center;gap:min(.8vw,12px);display:inline-flex}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .accented-btn:after{content:"";background-image:url(/build/assets/arrow-right-DOZUbm70.svg);background-repeat:no-repeat;background-size:cover;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}#banks-and-finances .sub-hero{margin-top:clamp(92px,10.7vw,155px)}#banks-and-finances .sub-hero .sub-hero-wrap{gap:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#banks-and-finances .sub-hero .sub-hero-wrap{flex-direction:row}}#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-info{gap:var(--space-regular);flex-direction:column;flex:50%;display:flex}#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-info .section-title{text-align:left}#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:100%}@media (width>=768px){#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:110%;margin-left:clamp(-60px,-3.5vw,-20px)}}#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-form-wrap{flex:50%}#banks-and-finances .problems-into-benefits .problems-into-benefits{gap:var(--space-regular);flex-direction:column;display:flex}#banks-and-finances .problems-into-benefits .problems-into-benefits .scroll-wrap{overflow-x:auto}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid{border:1px solid var(--light-gray);border-radius:clamp(10px,1.11vw,16px);grid-template-columns:.65fr 1fr 1fr;align-items:stretch;min-width:590px;display:grid;position:relative;overflow:hidden}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .head-decor{z-index:-1;background-color:var(--light-gray);border-radius:clamp(10px,1.11vw,16px);width:99.3%;height:clamp(36px,5.5vw,76px);position:absolute;top:4px;left:50%;transform:translate(-50%)}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover{display:contents}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover:not(:nth-child(-n+2)):hover .cell:first-child{background-color:var(--light-gray)}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover:not(:nth-child(-n+2)):hover .cell:nth-child(2){background-color:#ffefee}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover:not(:nth-child(-n+2)):hover .cell:nth-child(2):hover .secondary-text{color:#fe2317}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover:not(:nth-child(-n+2)):hover .cell:nth-child(3){background-color:#eafff1}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .row-hover:not(:nth-child(-n+2)):hover .cell:nth-child(3):hover .secondary-text{color:#05bc48}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell{padding:var(--space-small) var(--space-regular);justify-content:flex-start;align-items:center;display:flex}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell:not(:nth-child(-n+7)){border-top:1px solid var(--light-gray)}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.red-border{position:relative}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.red-border:after{z-index:100;content:"";background-color:#fe2317;width:1px;position:absolute;top:-.5px;bottom:-.5px;left:0}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.red-border.first-border:after{top:20%;bottom:-.5px}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.red-border.last-border:after{top:-.5px;bottom:20%}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.green-border{position:relative}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.green-border:after{z-index:100;content:"";background-color:#05bc48;width:1px;position:absolute;top:-.5px;bottom:-.5px;left:0}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.green-border.first-border:after{top:20%;bottom:-.5px}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell.green-border.last-border:after{top:-.5px;bottom:20%}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .without-benefits{color:#fe2317;align-items:center;gap:8px;line-height:1;display:flex}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .without-benefits:before{content:"";background-image:url(/build/assets/without-icon--7mij9yz.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .with-benefits{color:#05bc48;align-items:center;gap:8px;line-height:1;display:flex}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .with-benefits:before{content:"";background-image:url(/build/assets/with-icon-LpvZWqVe.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);display:block}#retail .sub-hero{margin-top:clamp(92px,10.7vw,155px)}@media (width>=768px){#retail .sub-hero{padding-bottom:var(--space-medium)}}#retail .sub-hero .sub-hero-wrap{gap:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#retail .sub-hero .sub-hero-wrap{flex-direction:row}}#retail .sub-hero .sub-hero-wrap .sub-hero-info{gap:var(--space-regular);flex-direction:column;flex:50%;display:flex}#retail .sub-hero .sub-hero-wrap .sub-hero-info .section-title{text-align:left}#retail .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:100%;margin-top:-10px}@media (width>=768px){#retail .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:90%;margin-top:-20px}}#retail .sub-hero .sub-hero-wrap .sub-hero-form-wrap{flex:50%}#retail .unlock-benefits .unlock-benefits-wrap{gap:var(--space-regular);flex-direction:column;display:flex}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list{gap:var(--space-extra-small);flex-direction:column;display:flex}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item{gap:var(--space-big);align-items:stretch;display:flex}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block{gap:var(--space-extra-small);border:1px solid var(--accented);border-radius:var(--space-extra-small);padding:var(--space-extra-small) var(--space-regular);flex-direction:column;flex:calc(50% - 30px);display:flex;position:relative}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block.problem{border:1px solid var(--light-gray)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block.problem:after{content:"";background-image:url(/build/assets/arrow-right-long-DcvTGeJ9.svg);background-repeat:no-repeat;background-size:cover;width:clamp(17px,2.36vw,34px);height:clamp(12px,1.66vw,24px);display:block;position:absolute;top:50%;right:clamp(-50px,-3.47vw,-24px);transform:translateY(-50%)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block .ico-wrap{width:clamp(16px,2.22vw,32px)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block .item-title{font-family:var(--font-family);color:var(--black);font-size:clamp(10px,1.11vw,16px);font-weight:600;line-height:120%}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block .item-text{font-family:var(--font-family);color:var(--dark-gray);font-size:clamp(10px,.97vw,14px);font-weight:400;line-height:140%}#letter-from-ceo .letter-wrapper{margin-top:clamp(92px,10.7vw,155px)}#letter-from-ceo .letter-wrapper .content-wrapper{gap:var(--space-medium);flex-direction:column;display:flex}@media (width>=768px){#letter-from-ceo .letter-wrapper .content-wrapper{flex-direction:row-reverse}}#letter-from-ceo .letter-wrapper .content-wrapper .letter-image{max-width:400px}@media (width>=768px){#letter-from-ceo .letter-wrapper .content-wrapper .letter-image{flex:calc(39% - 20px);max-width:1000px}}#letter-from-ceo .letter-wrapper .content-wrapper .letter-info{gap:var(--space-extra-small);flex-direction:column;display:flex}@media (width>=768px){#letter-from-ceo .letter-wrapper .content-wrapper .letter-info{flex:calc(61% - 20px)}}#letter-from-ceo .letter-wrapper .content-wrapper .letter-info .letter-list{padding-left:var(--space-regular)}#calculator .calculator-wrapper{padding-top:clamp(60px,10vw,200px)}#calculator .calculator-wrapper .tables-list{gap:var(--space-big);flex-direction:column;display:flex}#calculator .calculator-wrapper .tables-list table{border-collapse:collapse;width:100%;min-width:600px}#calculator .calculator-wrapper .tables-list table th,#calculator .calculator-wrapper .tables-list table td{padding:var(--space-small);text-align:center;border:1px solid #a4a4a4}#calculator .calculator-wrapper .tables-list table input{text-align:center;width:100%;color:var(--black);background-color:#0000;padding:10px 0;font-size:clamp(12px,1.38vw,20px);font-weight:400;line-height:130%;border:1px dashed #fff!important}#calculator .calculator-wrapper .tables-list table input:focus{outline:none}#calculator .calculator-wrapper .tables-list table input:disabled{color:#a9a9a9}#calculator .calculator-wrapper .tables-list table input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#calculator .calculator-wrapper .tables-list table input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#calculator .calculator-wrapper .tables-list table input[type=number]{-moz-appearance:textfield}#calculator .calculator-wrapper .tables-list table .save-admin-btn{text-transform:uppercase;width:fit-content;color:var(--white);background-color:var(--accent-blue);border-color:var(--accent-blue);cursor:pointer;border-radius:clamp(5px,.7vw,10px);padding:.5rem;font-size:clamp(12px,1.38vw,20px);font-weight:700;line-height:90%;display:inline-block}#calculator .calculator-wrapper .tables-list table .save-admin-btn:disabled{color:gray;border-color:gray}#calculator .calculator-wrapper .tables-list .table-wrap{overflow-x:auto}#calculator .calculator-wrapper .tables-list .table-head-title{color:var(--black);font-size:clamp(12px,1.38vw,20px);font-weight:700;line-height:130%}#calculator .calculator-wrapper .tables-list .align-right{text-align:right}#calculator .calculator-wrapper .tables-list .bg-gray{background-color:var(--medium-gray)}#calculator .calculator-wrapper .tables-list .bg-light-gray{background-color:var(--light-gray)}#calculator .calculator-wrapper .tables-list .bg-green{background-color:#4ceb84}#calculator .calculator-wrapper .tables-list .bg-blue{background-color:#b4daf1}#calculator .calculator-wrapper .tables-list .link-btn{background-color:var(--accent-blue);color:var(--white);cursor:pointer;border:none}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap{gap:var(--space-regular);flex-direction:column;display:flex}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap .bundles-table{table-layout:fixed;width:100%}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap .bundles-table .col-logo{width:clamp(60px,6.25vw,90px)}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap .bundles-table .col-img{padding:10px}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap .img-wrap{width:100%}#calculator .calculator-wrapper .tables-list .guarantees-wrap,#calculator .calculator-wrapper .tables-list .pl-bundles-wrap,#calculator .calculator-wrapper .tables-list .profit-wrap{gap:var(--space-regular);flex-direction:column;display:flex}:is(#calculator .calculator-wrapper .tables-list .guarantees-wrap,#calculator .calculator-wrapper .tables-list .pl-bundles-wrap,#calculator .calculator-wrapper .tables-list .profit-wrap) .guarantees-table{table-layout:fixed;width:100%}#b2b-where-we-came-from .information{padding-top:clamp(60px,10vw,200px)}#b2b-where-we-came-from .information .information-wrap{gap:var(--space-medium);flex-direction:column;display:flex}#b2b-where-we-came-from .information .information-wrap .big-block-wrap{padding:0 var(--space-medium)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block{background-color:var(--accent-yellow);flex-direction:column}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .main-text{font-size:clamp(12px,1.66vw,24px);font-style:italic;line-height:150%}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .signature{position:inline-block;font-family:var(--second-family);letter-spacing:.01em;margin-left:auto;font-size:clamp(18px,2.5vw,36px);font-weight:400;line-height:130%;transform:rotate(-18deg)}#b2b-where-we-came-from .information .information-wrap .all-text-wrap{gap:var(--space-medium);flex-direction:column;display:flex}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .big-text.regular{font-weight:400}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .big-text.italic{font-style:italic;font-weight:400}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .text-wrap{gap:var(--space-small);flex-direction:column;display:flex}#b2b-book-a-demo .book-wrapper{margin-top:clamp(92px,10.7vw,155px)}#b2b-book-a-demo .book-wrapper .content-wrapper{gap:var(--space-medium);flex-direction:column-reverse;display:flex}@media (width>=768px){#b2b-book-a-demo .book-wrapper .content-wrapper{flex-direction:row}}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info{gap:var(--space-medium);flex-direction:column;flex:calc(50% - 20px);display:flex}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info .text-wrap{gap:var(--space-small);flex-direction:column;display:flex}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info .text-wrap .content-list{padding-left:var(--space-regular)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-form{flex:calc(50% - 20px)}#apps-services .apps-and-services{padding-top:clamp(60px,10vw,200px)}#apps-services .apps-and-services .information-wrap{gap:var(--space-medium);flex-direction:column;display:flex}#apps-services .apps-and-services .information-wrap .text-info-wrap{gap:var(--space-small);flex-direction:column;display:flex}#apps-services .apps-and-services .information-wrap .text-info-wrap .text-info-list{padding-left:var(--space-small)}#apps-services .apps-and-services .information-wrap .text-info-wrap .big-text.regular{font-weight:400}#brands .sub-hero{margin-top:clamp(92px,10.7vw,155px)}@media (width>=768px){#brands .sub-hero{padding-bottom:var(--space-medium)}}#brands .sub-hero .sub-hero-wrap{gap:var(--space-regular);flex-direction:column;display:flex}@media (width>=768px){#brands .sub-hero .sub-hero-wrap{flex-direction:row}}#brands .sub-hero .sub-hero-wrap .sub-hero-info{gap:var(--space-regular);flex-direction:column;flex:50%;display:flex}#brands .sub-hero .sub-hero-wrap .sub-hero-info .section-title{text-align:left}#brands .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:100%;margin-top:-10px}@media (width>=768px){#brands .sub-hero .sub-hero-wrap .sub-hero-info .img-wrap{width:90%;margin-top:-20px}}#brands .sub-hero .sub-hero-wrap .sub-hero-form-wrap{flex:50%}#brands .quick-way .quick-way-wrap{gap:var(--space-regular);flex-direction:column;display:flex}#brands .quick-way .quick-way-wrap .img-wrap{width:100%;padding-bottom:var(--space-regular);overflow-x:auto}@media (width>=768px){#brands .quick-way .quick-way-wrap .img-wrap{padding-bottom:0}}#brands .quick-way .quick-way-wrap .img-wrap img{min-width:590px}#privacy-policy .information{margin-top:clamp(92px,10.7vw,155px)}#privacy-policy .information .container-ultra .information-text-wrap{gap:var(--space-medium);flex-direction:column;display:flex}#privacy-policy .information .container-ultra .information-text-wrap .sections-wrap{gap:var(--space-regular);flex-direction:column;display:flex}#terms-of-use .information{margin-top:clamp(92px,10.7vw,155px)}#terms-of-use .information .container-ultra .information-text-wrap{gap:var(--space-medium);flex-direction:column;display:flex}#terms-of-use .information .container-ultra .information-text-wrap .sections-wrap{gap:var(--space-regular);flex-direction:column;display:flex}
