: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{margin:auto;font-family:var(--font-family);background:var(--white);color:var(--black);display:flex;flex-direction:column;height:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}p,h1,h2,h3,h4,h5,h6{margin:0;color:var(--black)}ul,ol{padding-left:0;margin:0}img{display:block;width:100%;height:auto}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);font-size:clamp(30px,4.16vw,60px);font-weight:600;line-height:110%;text-align:center;color:var(--black)}.block-title{font-family:var(--font-family);font-size:clamp(14px,1.94vw,28px);font-weight:600;line-height:120%;color:var(--black)}.section-subtitle{font-family:var(--font-family);font-size:clamp(20px,2.77vw,40px);font-weight:600;line-height:120%;color:var(--black)}.main-text{font-size:clamp(12px,1.25vw,18px);font-weight:400;color:var(--dark-gray);line-height:130%}.secondary-text{font-family:var(--font-family);font-size:clamp(10px,1.11vw,16px);font-weight:400;color:var(--black);line-height:140%}.big-text{font-size:clamp(14px,2.1vw,30px);font-weight:400;color:var(--black);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{display:inline-block;background:var(--accented);border-radius:clamp(14px,2vw,30px);border:none;cursor:pointer;padding:clamp(6px,.8vw,12px) clamp(12px,1.6vw,24px);font-family:var(--font-family);font-weight:500;font-size:clamp(10px,1.11vw,16px);line-height:140%;color:var(--black);width:fit-content}.main-btn{display:inline-block;border:1px solid var(--black);border-radius:clamp(14px,2vw,30px);padding:clamp(6px,.8vw,12px) clamp(12px,1.6vw,24px);font-family:var(--font-family);font-weight:500;font-size:clamp(10px,1.11vw,16px);line-height:140%;color:var(--black)}.list{list-style:none}.no-scroll{overflow-y:hidden}.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.backdrop{position:fixed;z-index:101;width:100vw;height:100vh;background-color:#0e0c0033;transition:opacity var(--trans-dur) var(--trans-timing-function),visibility var(--trans-dur) var(--trans-timing-function);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-us-box{position:relative;width:100%;min-width:230px}.contact-us-box input{width:100%;border-radius:min(3.125vw,45px);background:#f7f7f9;padding-left:clamp(12px,1.66vw,24px);padding-top:clamp(12px,1.66vw,24px);padding-bottom:clamp(12px,1.66vw,24px);padding-right:100px;border:1.5px solid var(--light-gray);font-family:var(--font-family);font-weight:400;font-size:16px;line-height:140%}.contact-us-box input:focus{border-color:var(--accented);outline:none}.contact-us-box input:-webkit-autofill,.contact-us-box input:-webkit-autofill:focus,.contact-us-box input:-webkit-autofill:hover,.contact-us-box input:-webkit-autofill:active{box-shadow:0 0 0 1000px #f7f7f9 inset!important;-webkit-text-fill-color:var(--black)!important;border:2px solid var(--accented)!important;transition:background-color 9999s ease-out 0s}@media(min-width:968px){.contact-us-box input{padding-right:min(150px,11vw)}}.contact-us-box .accented-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.contact-us-box .accented-btn:disabled{cursor:not-allowed}.header{background:var(--white);border-bottom:1px solid var(--light-gray);position:fixed;top:0;width:100%;align-self:center;z-index:110}.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{display:flex;gap:var(--space-medium)}.header .header-type .type-list .type-list-item{display:flex;border-radius:6px 6px 0 0;overflow:hidden}.header .header-type .type-list .type-link{padding:clamp(4px,.5vw,8px) clamp(18px,2.4vw,36px);background-color:var(--black);color:var(--white)}.header .header-type .type-list .type-link.active{background-color:var(--white);color:var(--black)}.header .header-nav{display:flex;align-items:center;justify-content:space-between;padding:clamp(14px,1.8vw,26px) 0}.header .header-nav .header-logo{font-family:var(--font-family);font-weight:500;font-size:clamp(18px,2.22vw,32px);color:var(--black)}.header .header-nav .header-logo .accented{font-weight:900;color:var(--accented)}.header .header-nav .nav-links{display:none}@media(min-width:760px){.header .header-nav .nav-links{display:flex;align-items:center;gap:var(--space-regular)}}.header .header-nav .nav-links .nav-links-item{display:flex;align-items:center}.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{display:flex;gap:4px;align-items:center;cursor:pointer}.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{position:absolute;z-index:105;top:100%;left:0;width:100%;background:var(--white);padding:24px 0 44px;border-top:1px solid var(--light-gray);transition:opacity var(--trans-dur) var(--trans-timing-function),visibility var(--trans-dur) var(--trans-timing-function)}.header .header-nav .nav-links .navigation-submenu .header-container{display:flex;gap:var(--space-regular)}.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);font-weight:600;font-size:clamp(12px,1.25vw,18px);padding-bottom:12px;border-bottom:1px solid #E9EBF1;margin-bottom:var(--space-regular)}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list{display:flex;flex-direction:column;gap:var(--space-regular)}.header .header-nav .nav-links .navigation-submenu .submenu-item .submenu-list .comming-soon-item{display:flex;align-items:center;gap:12px}.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);font-weight:400;font-size:10px;line-height:140%;color:var(--black);background:var(--light-gray);border-radius:30px;padding:2px 12px}.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{display:flex;align-items:center}@media(min-width:760px){.header .header-nav .nav-btns-links{display:flex;align-items:center;gap:var(--space-extra-small)}}.header .header-nav .mob-menu-btn{display:flex;justify-content:center;align-items:center;width:25px;height:25px;border:none;padding:2px;background-color:transparent;cursor:pointer}@media(min-width:760px){.header .header-nav .mob-menu-btn{display:none}}.header .header-nav .mob-menu-btn img{width:90%}.header .mob-navigation{position:absolute;top:90px;right:min(1.3vw,10px);z-index:102;display:flex;flex-direction:column;align-items:center;padding:0;width:300px;max-height:0;overflow:hidden;opacity:0;background:var(--white);border-radius:clamp(3px,.4vw,6px);box-shadow:0 4px 6px #0000001a;transition:all var(--trans-dur) var(--trans-timing-function)}.header .mob-navigation.active{padding:var(--space-medium) 0;max-height:1000px;opacity:1}.header .mob-navigation .mob-navigation-links{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-medium)}.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{display:flex;align-items:center;gap:12px}.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);font-weight:400;font-size:10px;line-height:140%;color:var(--black);background:var(--light-gray);border-radius:30px;padding:2px 12px}#b2b-homepage .hero{margin-top:clamp(92px,10.7vw,155px)}@media(min-width:768px){#b2b-homepage .hero{padding:0}}#b2b-homepage .hero .container{padding-right:0}#b2b-homepage .hero .hero-info-wrapper{display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-width:768px){#b2b-homepage .hero .hero-info-wrapper{flex-direction:row;gap:0;align-items:center}}#b2b-homepage .hero .hero-info-wrapper .hero-info-block{flex:1 1 calc(50% - 16px);display:flex;flex-direction:column;gap:var(--space-regular);padding-right:var(--section-horizontal-padding)}@media(min-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);font-weight:600;font-size:clamp(42px,5.83vw,84px);line-height:110%;color:var(--black)}#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-form-wrap{width:100%}@media(min-width:568px){#b2b-homepage .hero .hero-info-wrapper .hero-info-block .hero-form-wrap{width:80%}}@media(min-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{display:flex;align-items:center;gap:min(.8vw,12px)}#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{position:relative;background-image:url(/build/assets/site/img/b2b/home-hero/img-block-bg.svg);background-repeat:no-repeat;background-size:cover;height:80vw;background-position:0% 100%}@media(min-width:768px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block{flex:1 1 calc(50% - 16px);background-position:0% 300%;height:min(52vw,750px)}}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block{position:absolute;width:clamp(55px,6.11vw,88px);height:clamp(55px,6.11vw,88px);background:var(--white);box-shadow:0 0 40px #00000026;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:55%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-1{background-image:url(/build/assets/site/img/b2b/home-hero/hero-logo-1.svg);top:15%;left:15%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-2{background-image:url(/build/assets/site/img/b2b/home-hero/hero-logo-2.svg);top:35%;right:20%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .circle-block.circle-3{background-image:url(/build/assets/site/img/b2b/home-hero/hero-logo-3.svg);top:45%;left:37%}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block{position:absolute;display:flex;flex-direction:column;gap:4px;padding:8px;box-shadow:0 3px 2px #00000005,0 13px 10px #0000000a;background:var(--white);border-radius:12px}@media(min-width:420px){#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block{padding:16px;gap:7px}}#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);font-weight:700;font-size:10px;color:var(--black)}@media(min-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{display:flex;gap:6px;align-items:baseline}#b2b-homepage .hero .hero-info-wrapper .hero-img-block .square-block .text-wrap .raiting{font-family:var(--font4);font-weight:700;font-size:10px;color:var(--black)}@media(min-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);font-weight:500;font-size:10px;color:var(--dark-gray)}@media(min-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{display:flex;flex-direction:column;gap:var(--space-ultra)}#b2b-homepage .for-business .for-business-list .for-business-item{display:flex;flex-direction:column;gap:var(--space-big)}@media(min-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{display:flex;flex-direction:column;gap:var(--space-small);flex:1 1 calc(50% - 30px);border-radius:clamp(10px,1.38vw,20px);padding:clamp(16px,2.22vw,32px) clamp(12px,1.66vw,24px);background:#f7f7f9}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .item-head{display:flex;gap:min(.8vw,12px);align-items:center;font-family:var(--font-family);font-weight:700;font-size:clamp(10px,.97vw,14px);line-height:140%;color:var(--black)}#b2b-homepage .for-business .for-business-list .for-business-item .item-info .item-head:before{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/for-business/chart-up.svg);background-repeat:no-repeat;background-size:cover}#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{display:inline-flex;gap:min(.8vw,12px);align-items:center}#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:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/arrow-right.svg);background-repeat:no-repeat;background-size:cover}#b2b-homepage .for-business .for-business-list .for-business-item .item-image{display:flex;align-items:center;justify-content:center;flex:1 1 calc(50% - 30px)}#b2b-homepage .for-business .for-business-list .for-business-item .item-image .img-wrap-1{width:50%;min-width:230px}@media(min-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(min-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(min-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{display:flex;flex-direction:column;gap:var(--space-regular);align-items:center}#b2b-homepage .earn-more .earn-more-wrap .earn-more-list{display:flex;flex-direction:column;gap:var(--space-regular);padding:var(--space-medium) 0 var(--space-big)}@media(min-width:568px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-list{width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}}@media(min-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);display:flex;flex-direction:column;gap:var(--space-small)}@media(min-width:768px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-list .earn-more-item{flex:1 1 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);font-size:clamp(8px,.97vw,14px);font-weight:400;line-height:140%;text-align:center}@media(min-width:768px){#b2b-homepage .earn-more .earn-more-wrap .earn-more-text{width:min(890px,61.8vw)}}#b2b-homepage .every-benefit .every-benefit-wrap{display:flex;flex-direction:column;gap:var(--space-regular);align-items:center}#b2b-homepage .every-benefit .every-benefit-wrap .main-text{text-align:center}@media(min-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{display:flex;flex-direction:column;gap:var(--space-regular);padding:var(--space-extra-small) 0}@media(min-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{display:flex;flex-direction:column;gap:var(--space-extra-small);max-width:406px}@media(min-width:768px){#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item{flex:1 1 calc(33% - 16px)}}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item a.secondary-text{display:flex;gap:4px;align-items:center;font-weight:500;margin-top:auto}#b2b-homepage .every-benefit .every-benefit-wrap .every-benefit-list .every-benefit-item a.secondary-text:after{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);border-radius:50%;background-color:var(--accented);background-image:url(/build/assets/site/img/b2b/arrow-right.svg);background-repeat:no-repeat;background-size:cover}.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);display:flex;flex-direction:column;gap:var(--space-medium);align-items:center}@media(min-width:768px){.footer .footer-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer .footer-wrapper .footer-contact-us{display:flex;flex-direction:column;align-items:center;gap:var(--space-regular);width:100%}@media(min-width:568px){.footer .footer-wrapper .footer-contact-us{width:70%}}@media(min-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);font-weight:500;font-size:clamp(18px,2.22vw,32px);color:var(--white)}.footer .footer-wrapper .footer-contact-us .footer-logo .accented{font-weight:900;color:var(--accented)}.footer .footer-wrapper .footer-links{width:100%;display:flex;gap:var(--space-extra-small);align-items:flex-start;justify-content:center}@media(min-width:768px){.footer .footer-wrapper .footer-links{width:fit-content;gap:var(--space-regular)}}@media(min-width:900px){.footer .footer-wrapper .footer-links{gap:var(--space-big)}}.footer .footer-wrapper .footer-links .footer-list-wrap,.footer .footer-wrapper .footer-links .footer-list-wrap .footer-list{display:flex;flex-direction:column;gap:clamp(12px,1.11vw,16px)}.footer .copyright{padding-top:var(--space-medium);text-align:center}.partner-companies .partner-companies-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}.partner-companies .partner-companies-wrap .section-subtitle{text-align:center}.partner-companies .partner-companies-wrap .partner-companies-list{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-medium);max-width:360px;margin:0 auto}@media(min-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:1 1 calc(33% - 20px)}@media(min-width:768px){.partner-companies .partner-companies-wrap .partner-companies-list .partner-companies-item{flex:1 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{display:flex;flex-direction:column;align-items:center;gap:var(--space-extra-small);border-radius:clamp(20px,2.77vw,40px);padding:var(--space-big);overflow:hidden;background-image:url(/build/assets/site/img/b2b/for-parts/book-a-demo-bg.png);background-repeat:no-repeat;background-size:cover}@media(min-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(min-width:768px){.book-a-demo-link .book-a-demo-wrap .secondary-text{width:min(43.3vw,624px)}}.faq-section .faq-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}@media(min-width:768px){.faq-section .faq-wrap{flex-direction:row}}@media(min-width:768px){.faq-section .faq-wrap .section-title{text-align:left;width:min(28.6vw,413px)}}.faq-section .faq-wrap .faq-list{display:flex;flex-direction:column}.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{display:flex;gap:var(--space-extra-small);align-items:center;cursor:pointer}.faq-section .faq-wrap .faq-list .faq-list-item .faq-question:before{content:"";display:block;background-image:url(/build/assets/site/img/b2b/for-parts/icon-details.svg);background-size:cover;background-repeat:no-repeat;width:var(--space-extra-small);height:var(--space-extra-small);transition:transform var(--trans-dur) var(--trans-timing-function)}.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);max-height:0;margin-top:0;overflow:hidden;opacity:0;transition:all var(--trans-dur) var(--trans-timing-function)}.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);box-shadow:0 4px 94px #00000014;background:var(--white)}.talks-form-wrap .form-title{font-family:var(--font-family);font-weight:600;font-size:clamp(12px,1.66vw,24px);line-height:120%;color:var(--black);margin-bottom:var(--space-regular)}.talks-form-wrap .talks-form{display:flex;flex-direction:column;gap:var(--space-regular)}.talks-form-wrap .talks-form .input-group{display:flex;gap:var(--space-regular)}.talks-form-wrap .talks-form input{width:100%;border-radius:min(3.125vw,45px);padding:clamp(8px,.83vw,12px) clamp(12px,1.66vw,24px);border:1.5px solid var(--light-gray);font-family:var(--font-family);font-weight:400;font-size:16px;line-height:140%}.talks-form-wrap .talks-form input:focus{border-color:var(--accented);outline:none}.talks-form-wrap .talks-form input:-webkit-autofill,.talks-form-wrap .talks-form input:-webkit-autofill:focus,.talks-form-wrap .talks-form input:-webkit-autofill:hover,.talks-form-wrap .talks-form input:-webkit-autofill:active{box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:var(--black)!important;border:1.5px solid var(--accented)!important;transition:background-color 9999s ease-out 0s}.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{display:flex;flex-direction:column;gap:var(--space-regular);align-items:center}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap{display:flex;gap:var(--space-extra-small);align-items:baseline}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap .count-number{font-family:var(--font-family);font-weight:600;font-size:clamp(38px,8.05vw,116px);line-height:110%;text-align:center;color:var(--black)}.get-more-benefits .get-more-benefits-wrap .benefits-count-wrap .count-dollars{font-family:var(--font-family);font-size:clamp(20px,2.77vw,40px);font-weight:600;line-height:120%;color:var(--black)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap{display:flex;flex-direction:column;gap:var(--space-extra-small);align-items:center}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-wrap{border-radius:30px;padding:4px 12px;background:var(--accented)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-wrap .clients-count{font-family:var(--font-family);font-weight:500;font-size:clamp(10px,1.11vw,16px);color:var(--black)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor{position:relative;width:60vw;height:14px;border-radius:30px;background:var(--light-gray);display:flex;align-items:center;-webkit-user-select:none;user-select:none}@media(min-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 #clientsRange{--percent: 60%;-webkit-appearance:none;appearance:none;width:100%;height:14px;outline:none;margin:0;cursor:pointer;border-radius:30px;background:linear-gradient(to right,var(--accented) 0%,var(--accented) 60%,var(--light-gray) 60%,var(--light-gray) 100%)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-webkit-slider-runnable-track{height:14px;border-radius:30px;background:transparent!important;transition:none}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:26px;height:26px;margin-top:-6px;border-radius:50%;background:#fff;border:8px solid var(--accented);box-shadow:0 0 #0000;transition:box-shadow .2s ease,transform .1s ease}.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{height:14px;border-radius:30px;background:var(--light-gray)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-moz-range-progress{height:14px;border-radius:30px;background:var(--accented)}.get-more-benefits .get-more-benefits-wrap .total-clients-wrap .clients-count-decor #clientsRange::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#fff;border:8px solid var(--accented);transition:box-shadow .2s ease,transform .1s ease}.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{background:transparent;border-color:transparent;color:transparent}.get-more-benefits .get-more-benefits-wrap .input-decor{border:1.5px solid var(--light-gray);border-radius:min(3.125vw,45px);padding:clamp(6px,.7vw,10px) clamp(10px,1.11vw,16px);width:70px;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,.get-more-benefits .get-more-benefits-wrap #dollarsInput::-webkit-inner-spin-button,.get-more-benefits .get-more-benefits-wrap #percentInput::-webkit-outer-spin-button,.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{display:flex;flex-direction:column;gap:var(--space-extra-small);margin-top:var(--space-regular)}@media(min-width:768px){.solution-for-benefits .solution-list{flex-direction:row;flex-wrap:wrap}}.solution-for-benefits .solution-list .solution-item{display:flex;flex-direction:column;gap:var(--space-extra-small);background:var(--light-gray);border-radius:clamp(12px,1.73vw,25px)}.solution-for-benefits .solution-list .solution-item .img-wrap{flex:1 1 calc(50% - 10px);display:flex;align-items:center;justify-content:center}.solution-for-benefits .solution-list .solution-item .img-wrap img{width:70%}@media(min-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(min-width:768px){.solution-for-benefits .solution-list .solution-item:nth-child(1){flex-direction:row;align-items:center;flex:1 1 100%}.solution-for-benefits .solution-list .solution-item:nth-child(1) .info-wrap{flex:1 1 calc(50% - 10px);padding:var(--space-medium) var(--space-regular)}.solution-for-benefits .solution-list .solution-item:nth-child(1) .img-wrap img{width:min(23.75vw,343px)}.solution-for-benefits .solution-list .solution-item:nth-child(2){flex:1 1 calc(50% - 10px);flex-direction:column-reverse;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:1 1 calc(50% - 10px);flex-direction:column-reverse}.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{display:flex;flex-direction:column;gap:var(--space-extra-small);padding:var(--space-medium) var(--space-regular) 0 var(--space-regular)}@media(min-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{display:inline-flex;gap:min(.8vw,12px);align-items:center}.solution-for-benefits .solution-list .solution-item .info-wrap .accented-btn:after{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/arrow-right.svg);background-repeat:no-repeat;background-size:cover}.zero-to-benefits .zero-to-benefits-wrap{display:flex;flex-direction:column;align-items:center;gap:var(--space-regular);border-radius:var(--space-medium);padding:var(--space-big) var(--space-regular);background:var(--light-gray)}.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{display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-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{flex:1 1 50%;display:flex;flex-direction:column;gap:var(--space-regular)}#b2b-subscription-bundles .sub-hero .sub-hero-wrap .sub-hero-info .section-title{text-align:left}@media(min-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(min-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:1 1 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);background:url(/build/assets/site/img/b2b/subscription-bundles/bg-one-subscrible.svg),linear-gradient(180deg,#f5f5f7,#fff);background-repeat:no-repeat;background-position-x:right;background-size:contain;margin-bottom:var(--space-medium)}#b2b-subscription-bundles .one-subscription .subscription-main-block .subscription-info-wrap{width:100%;display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-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{display:flex;gap:clamp(8px,1.11vw,16px);flex-wrap:wrap}@media(min-width:768px){#b2b-subscription-bundles .one-subscription .one-subscription-list{flex-wrap:nowrap}}#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:1 1 100%;display:flex;flex-direction:column;gap:clamp(8px,1.11vw,16px);padding:clamp(8px,1.11vw,16px);border:1px solid var(--light-gray);border-radius:var(--space-extra-small)}@media(min-width:360px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:1 1 calc(50% - 8px)}}@media(min-width:468px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:1 1 calc(33% - 8px)}}@media(min-width:768px){#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item{flex:1 1 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%;width:clamp(32px,3.33vw,48px);height:clamp(32px,3.33vw,48px);padding:min(7px,.5vw);display:flex;align-items:center;justify-content:center}#b2b-subscription-bundles .one-subscription .one-subscription-list .one-subscription-item .item-text{font-family:var(--font-family);font-weight:400;font-size:clamp(10px,.97vw,14px);line-height:140%;color:var(--dark-gray);letter-spacing:-.01em}#b2b-subscription-bundles .digital-packs .digital-packs-list{display:flex;flex-direction:column;gap:var(--space-extra-small);margin-top:var(--space-regular)}@media(min-width:768px){#b2b-subscription-bundles .digital-packs .digital-packs-list{flex-direction:row;flex-wrap:wrap}}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item{display:flex;flex-direction:column;gap:var(--space-extra-small);background:var(--light-gray);border-radius:clamp(12px,1.73vw,25px)}@media(min-width:768px){#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(1){flex-direction:row;align-items:center;flex:1 1 100%}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(1) .info-wrap{flex:1 1 calc(50% - 10px);padding:var(--space-medium) var(--space-regular)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(1) .img-wrap{flex:1 1 calc(50% - 10px)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item:nth-child(2){flex:1 1 calc(50% - 10px);flex-direction:column-reverse;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:1 1 calc(50% - 10px);justify-content:space-between}}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap{display:flex;flex-direction:column;gap:var(--space-extra-small);padding:var(--space-medium) var(--space-regular) 0 var(--space-regular)}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .block-list{display:flex;flex-direction:column;gap:3px}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .accented-btn{display:inline-flex;gap:min(.8vw,12px);align-items:center}#b2b-subscription-bundles .digital-packs .digital-packs-list .digital-packs-item .info-wrap .accented-btn:after{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/arrow-right.svg);background-repeat:no-repeat;background-size:cover}#banks-and-finances .sub-hero{margin-top:clamp(92px,10.7vw,155px)}#banks-and-finances .sub-hero .sub-hero-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-width:768px){#banks-and-finances .sub-hero .sub-hero-wrap{flex-direction:row}}#banks-and-finances .sub-hero .sub-hero-wrap .sub-hero-info{flex:1 1 50%;display:flex;flex-direction:column;gap:var(--space-regular)}#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(min-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:1 1 50%}#banks-and-finances .problems-into-benefits .problems-into-benefits{display:flex;flex-direction:column;gap:var(--space-regular)}#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{position:relative;border-radius:clamp(10px,1.11vw,16px);border:1px solid var(--light-gray);overflow:hidden;display:grid;grid-template-columns:.65fr 1fr 1fr;align-items:stretch;min-width:590px}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .head-decor{z-index:-1;position:absolute;top:4px;left:50%;width:99.3%;transform:translate(-50%);border-radius:clamp(10px,1.11vw,16px);height:clamp(36px,5.5vw,76px);background-color:var(--light-gray)}#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:nth-child(1){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{display:flex;align-items:center;justify-content:flex-start;padding:var(--space-small) var(--space-regular)}#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;position:absolute;left:0;content:"";width:1px;top:-.5px;bottom:-.5px;background-color:#fe2317}#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;position:absolute;left:0;content:"";width:1px;top:-.5px;bottom:-.5px;background-color:#05bc48}#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{line-height:1;color:#fe2317;display:flex;gap:8px;align-items:center}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .without-benefits:before{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/banks-and-finances/without-icon.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .with-benefits{line-height:1;color:#05bc48;display:flex;gap:8px;align-items:center}#banks-and-finances .problems-into-benefits .problems-into-benefits .financial-problems-grid .cell .with-benefits:before{content:"";display:block;width:clamp(12px,1.66vw,24px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/banks-and-finances/with-icon.svg);background-repeat:no-repeat;background-size:contain;flex-shrink:0}#retail .sub-hero{margin-top:clamp(92px,10.7vw,155px)}@media(min-width:768px){#retail .sub-hero{padding-bottom:var(--space-medium)}}#retail .sub-hero .sub-hero-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-width:768px){#retail .sub-hero .sub-hero-wrap{flex-direction:row}}#retail .sub-hero .sub-hero-wrap .sub-hero-info{flex:1 1 50%;display:flex;flex-direction:column;gap:var(--space-regular)}#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(min-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:1 1 50%}#retail .unlock-benefits .unlock-benefits-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list{display:flex;flex-direction:column;gap:var( --space-extra-small)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item{display:flex;gap:var(--space-big);align-items:stretch}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block{position:relative;flex:1 1 calc(50% - 30px);display:flex;flex-direction:column;gap:var(--space-extra-small);border:1px solid var(--accented);border-radius:var(--space-extra-small);padding:var(--space-extra-small) var(--space-regular)}#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:"";position:absolute;right:clamp(-50px,-3.47vw,-24px);top:50%;transform:translateY(-50%);display:block;width:clamp(17px,2.36vw,34px);height:clamp(12px,1.66vw,24px);background-image:url(/build/assets/site/img/b2b/retailers/arrow-right-long.svg);background-repeat:no-repeat;background-size:cover}#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);font-weight:600;font-size:clamp(10px,1.11vw,16px);line-height:120%;color:var(--black)}#retail .unlock-benefits .unlock-benefits-wrap .unlock-benefits-list .unlock-benefits-item .benefits-block .item-text{font-family:var(--font-family);font-weight:400;font-size:clamp(10px,.97vw,14px);line-height:140%;color:var(--dark-gray)}#letter-from-ceo .letter-wrapper{margin-top:clamp(92px,10.7vw,155px)}#letter-from-ceo .letter-wrapper .content-wrapper{display:flex;flex-direction:column;gap:var(--space-medium)}@media(min-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(min-width:768px){#letter-from-ceo .letter-wrapper .content-wrapper .letter-image{flex:1 1 calc(39% - 20px);max-width:1000px}}#letter-from-ceo .letter-wrapper .content-wrapper .letter-info{display:flex;flex-direction:column;gap:var(--space-extra-small)}@media(min-width:768px){#letter-from-ceo .letter-wrapper .content-wrapper .letter-info{flex:1 1 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{display:flex;flex-direction:column;gap:var(--space-big)}#calculator .calculator-wrapper .tables-list table{border-collapse:collapse;min-width:600px;width:100%}#calculator .calculator-wrapper .tables-list table th,#calculator .calculator-wrapper .tables-list table td{padding:var(--space-small);border:1px solid #a4a4a4;text-align:center}#calculator .calculator-wrapper .tables-list table input{width:100%;text-align:center;font-size:clamp(12px,1.38vw,20px);font-weight:400;color:var(--black);line-height:130%;background-color:transparent;border:1px white dashed!important;padding:10px 0}#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,#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{display:inline-block;border-radius:clamp(5px,.7vw,10px);padding:.5rem;font-weight:700;font-size:clamp(12px,1.38vw,20px);line-height:90%;text-transform:uppercase;width:fit-content;color:var(--white);background-color:var(--accent-blue);border-color:var(--accent-blue);cursor:pointer}#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{font-size:clamp(12px,1.38vw,20px);font-weight:700;color:var(--black);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);border:none;cursor:pointer}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#calculator .calculator-wrapper .tables-list .bundles-overview-wrap .bundles-table{width:100%;table-layout:fixed}#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{display:flex;flex-direction:column;gap:var(--space-regular)}: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{width:100%;table-layout:fixed}#b2b-where-we-came-from .information{padding-top:clamp(60px,10vw,200px)}#b2b-where-we-came-from .information .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#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{flex-direction:column;background-color:var(--accent-yellow)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .main-text{font-style:italic;line-height:150%;font-size:clamp(12px,1.66vw,24px)}#b2b-where-we-came-from .information .information-wrap .big-block-wrap .big-block .signature{position:inline-block;margin-left:auto;font-family:var(--second-family);font-weight:400;font-size:clamp(18px,2.5vw,36px);line-height:130%;letter-spacing:.01em;transform:rotate(-18deg)}#b2b-where-we-came-from .information .information-wrap .all-text-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#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-weight:400;font-style:italic}#b2b-where-we-came-from .information .information-wrap .all-text-wrap .text-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#b2b-book-a-demo .book-wrapper{margin-top:clamp(92px,10.7vw,155px)}#b2b-book-a-demo .book-wrapper .content-wrapper{display:flex;flex-direction:column-reverse;gap:var(--space-medium)}@media(min-width:768px){#b2b-book-a-demo .book-wrapper .content-wrapper{flex-direction:row}}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info{flex:1 1 calc(50% - 20px);display:flex;flex-direction:column;gap:var(--space-medium)}#b2b-book-a-demo .book-wrapper .content-wrapper .content-info .text-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#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:1 1 calc(50% - 20px)}#apps-services .apps-and-services{padding-top:clamp(60px,10vw,200px)}#apps-services .apps-and-services .information-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#apps-services .apps-and-services .information-wrap .text-info-wrap{display:flex;flex-direction:column;gap:var(--space-small)}#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(min-width:768px){#brands .sub-hero{padding-bottom:var(--space-medium)}}#brands .sub-hero .sub-hero-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}@media(min-width:768px){#brands .sub-hero .sub-hero-wrap{flex-direction:row}}#brands .sub-hero .sub-hero-wrap .sub-hero-info{flex:1 1 50%;display:flex;flex-direction:column;gap:var(--space-regular)}#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(min-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:1 1 50%}#brands .quick-way .quick-way-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#brands .quick-way .quick-way-wrap .img-wrap{width:100%;overflow-x:auto;padding-bottom:var(--space-regular)}@media(min-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{display:flex;flex-direction:column;gap:var(--space-medium)}#privacy-policy .information .container-ultra .information-text-wrap .sections-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}#terms-of-use .information{margin-top:clamp(92px,10.7vw,155px)}#terms-of-use .information .container-ultra .information-text-wrap{display:flex;flex-direction:column;gap:var(--space-medium)}#terms-of-use .information .container-ultra .information-text-wrap .sections-wrap{display:flex;flex-direction:column;gap:var(--space-regular)}
