body{overflow-x:hidden;margin:0;font-family:Graphik LC Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px}@media (min-width:375px){body{font-size:calc(14.05825px + .5178vw)}}@media (min-width:1920px){body{font-size:24px}}html{font-size:16px}@media (min-width:375px){html{font-size:calc(14.05825px + .5178vw)}}@media (min-width:1920px){html{font-size:24px}}:root{--theme-color:#242121;--main-font-color:#d9d9d9;--secondary-font-color:#b7b7b7;--faq-color-hover:#2b2727}@keyframes movebtn{0%{transform:translateY(0)}25%{transform:translateY(20px)}50%{transform:translateY(0)}75%{transform:translateY(-20px)}to{transform:translateY(0)}}body.theme--dark{background:var(--theme-color) url(../img/body-mobile-bg.png) no-repeat;background-position:-2% -75px;background-size:140%}body.theme--dark .cards__animation--light,body.theme--dark .cta__animation--light,body.theme--dark .hero__animation--light{display:none}body.theme--light{background-color:var(--theme-color)}body.theme--light .button-secondary:hover{background-color:#fff}body.theme--light .button-primary:hover{background-color:#3d3a3a}body.theme--light .cards__animation--dark,body.theme--light .cta__animation--dark,body.theme--light .hero__animation--dark{display:none}body.dark--theme .header__checkbox:checked+.header__slider:before{transform:translateX(0)}body.light--theme .collapsible__header-title:after{filter:brightness(.4)}body.menu-open{overflow:hidden}@media (min-width:600px){body.theme--dark{background-size:100%}}@media (min-width:1200px){body.theme--dark{background:var(--theme-color)}}@font-face{font-family:Graphik LC Web;src: format("woff2"), format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Graphik LC Web;src: format("woff2"), format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Graphik LC Web;src: format("woff2"), format("woff");font-weight:700;font-style:normal;font-display:swap}.header{position:sticky;top:0;z-index:100;overflow:hidden;height:87px;border-bottom:1px solid var(--main-font-color);background-color:var(--theme-color)}header *{box-sizing:border-box}.header__btn-menu{display:none;align-items:center;justify-content:center;padding:0;border:none;background-color:transparent}.header__btn-menu.ui-show{display:flex}.header__container{display:flex;align-items:center;justify-content:center;position:relative;height:100%}.header__btn{position:absolute;left:22.67px}.header__create{max-width:287px;height:53px;color:var(--main-font-color);line-height:21px;letter-spacing:-.007248px;cursor:pointer}.header__part{display:flex;align-items:center;justify-content:center}.header__logo{display:flex;color:var(--main-font-color);text-decoration:none}.header__switcher{display:flex;align-items:center;justify-content:center;margin:25px auto 0}.header__switch{display:inline-block;position:relative;width:72px;height:40px;margin:0 9px}.header__checkbox{width:100%;height:100%;opacity:0}.header__slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--main-font-color);transition:.4s;cursor:pointer}.header__slider:before{position:absolute;right:4px;bottom:8px;content:"";width:24px;height:24px;background-color:var(--theme-color);transition:.4s}.header__slider--round{border-radius:34px}.header__slider--round:before{border-radius:50%}.header__checkbox:checked+.header__slider{background-color:var(--main-font-color)}.header__checkbox:focus+.header__slider{box-shadow:0 0 1px var(--main-font-color)}.header__checkbox:checked+.header__slider:before{transform:translateX(-39px)}@media (min-width:1200px){.header{height:127px;background-color:var(--theme-color)}.header__logo{display:initial;margin-right:10px}.header__container{justify-content:space-between;max-width:1794px}.header__switcher{margin-top:0;margin-left:20px}}@media (min-width:1400px){.header__logo{margin-right:88px}.header__switcher{margin-left:71px}}.header-nav{padding:0;font-size:20px}.header-nav,.header-nav__item{display:flex;align-items:center}.header-nav__item:not(:last-child){margin-right:32px}.header-nav__link{position:relative;font-family:Graphik LC Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:400;color:var(--main-font-color);text-decoration:none;line-height:21px;letter-spacing:-.007248px;font-size:16px}@media (min-width:960px){.header-nav__link{font-size:calc(14px + .20833vw)}}@media (min-width:1920px){.header-nav__link{font-size:18px}}.header-nav__link:hover{color:#959595}.header-nav__link--active{font-weight:600}.header-nav__link--active:after{display:block;position:absolute;content:"";width:100%;height:2px;background-color:var(--main-font-color);transition:width .25s;will-change:width}@media (min-width:1200px){.header-nav__item:not(:last-child){margin-right:20px}}@media (min-width:1370px){.header-nav__item:not(:last-child){margin-right:32px}}:root{--header-height:87px}.header-popup{position:fixed;top:var(--header-height);right:0;left:0;z-index:110;overflow:visible;height:calc(100% - var(--header-height));opacity:0;transition:transform .25s,opacity .2s .1s;pointer-events:none;will-change:transform,opacity}.header-popup.ui-open{opacity:1;transition-delay:0s;pointer-events:auto}.header-popup__list{padding:0}.header-popup__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:0 12px}.header-popup__wrapper{position:relative;overflow:hidden;height:100%;transform:scaleY(.96);transform-origin:center 0;background-color:var(--theme-color);transition:transform .25s}.ui-open .header-popup__wrapper{transform:none}.header-popup__body{display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow-y:auto;height:95%;padding:0;background:var(--theme-color) url(../img/mobile-menu-bg.png) no-repeat;background-position:-137px 24%;background-size:158%}.header-popup__list{width:100%}.header-popup__subheading{display:block;padding:8px 20px 6px 0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.header-popup__link{display:block;width:100%;padding:8px 0;border:none;font-size:16px;text-align:left;background-color:transparent;-webkit-user-select:none;user-select:none}.header-popup__link:focus{outline:none}.header-popup__link--nested{padding-right:20px;padding-left:20px}.header-popup__link-arrow-light{fill:currentColor}.header-popup__cta{display:flex;width:100%;margin-top:auto}.header-popup__cta-grid{width:100%}.header-popup__cta-item{flex:1}.header-popup__button{margin:18px 20px 8px}.header-popup__head{width:100%}.header-popup__close-icon{display:block;width:20px;height:20px}.header-popup__item{padding:24px 0;border-bottom:1px solid var(--main-font-color);text-align:center;list-style:none}.header-popup__mobile{display:flex;flex-direction:row;align-items:center;justify-content:center;width:343px;max-width:100%;min-height:76px;margin:48px auto 0;font-size:24px;font-weight:600;font-style:normal;line-height:28px;cursor:pointer}.header-popup__mobile,.header-popup__title{font-family:Graphik LC Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;letter-spacing:-.007248px}.header-popup__title{padding:0;font-size:32px;font-weight:400;color:var(--main-font-color);text-align:center;text-decoration:none;line-height:38px}.header-popup__title:after{display:none}@media (min-width:480px){.header-popup__sublist{column-count:2;column-gap:0}.header-popup__sublist li{break-inside:avoid-column}}@media (min-width:600px){.header-popup{right:0;left:auto;width:100%}.header-popup__wrapper{transform:translateX(16px) scaleX(.98)}.ui-open .header-popup__wrapper{transform:none}.header-popup__body{padding:30px 60px 40px;background-size:contain}.header-popup__sublist{column-count:1}.header-popup__body{height:100%}.header-popup__login{display:none}}@media (min-width:1200px){.header-popup{display:none}}@media screen and (max-width:812px) and (orientation:landscape){.header-popup__body{height:70%}.header-popup__body::-webkit-scrollbar{width:7px}.header-popup__body::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px var(--main-font-color)}.header-popup__body::-webkit-scrollbar-thumb{border-radius:10px;background:var(--theme-color)}}.benefits{padding-top:20px;padding-bottom:76px;border-bottom:1px solid var(--main-font-color)}.benefits__title{margin:0 0 88px;letter-spacing:1px}.benefits__icons,.benefits__tagline{margin-bottom:60px}.benefits__icons{display:flex;justify-content:center}.benefits__icons svg{width:45px;height:45px;margin-right:10px}.benefits__icons svg:last-child{margin-right:0}.gradient-benefits{position:relative;width:100%}.gradient-benefits__group{position:absolute;z-index:-1;width:100%;max-width:1920px;height:100%;transform:translate(var(--parallax-offset-x),var(--parallax-offset-y))}.gradient-benefits__group.visible:before{position:absolute;top:330px;right:0;left:-20px;z-index:-1;content:"";width:500px;height:750px;margin:auto;background-image:url(../img/benefits-desktop.png);background-repeat:no-repeat;background-position:100%;background-size:500px 750px}@media (min-width:600px){.benefits.visible{background-size:contain}}@media (min-width:1200px){.benefits{padding-top:72px}.gradient-benefits__group.visible:before{top:-150px;right:0;left:0;width:1200px;height:1100px;background-size:1200px 1100px}.benefits__title{margin-bottom:48px}.benefits__tagline{max-width:60%}.benefits__column{display:flex;flex-direction:column}.benefits__icons{justify-content:flex-start;margin-top:auto}.benefits__icons svg{width:174px;height:174px;margin-right:40px}}.button-primary{display:flex;justify-content:center;width:100%;border-radius:100px;font-weight:600;color:var(--theme-color);text-decoration:none;background:var(--main-font-color);transition:background-color .25s;will-change:background-color;padding-top:24px}@media (min-width:375px){.button-primary{padding-top:calc(20.1165px + 1.0356vw)}}@media (min-width:1920px){.button-primary{padding-top:40px}}.button-primary{padding-bottom:24px}@media (min-width:375px){.button-primary{padding-bottom:calc(20.1165px + 1.0356vw)}}@media (min-width:1920px){.button-primary{padding-bottom:40px}}.button-primary{font-size:24px}@media (min-width:375px){.button-primary{font-size:calc(20.1165px + 1.0356vw)}}@media (min-width:1920px){.button-primary{font-size:40px}}.button-primary:hover{background-color:#F6F6F6}.button-primary--text-s{font-size:18px}@media (min-width:375px){.button-primary--text-s{font-size:calc(16.54369px + .38835vw)}}@media (min-width:1920px){.button-primary--text-s{font-size:24px}}.button-primary--static{width:-moz-fit-content;width:fit-content;padding:24px 64px}.button-secondary{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid var(--main-font-color);border-radius:100px;font-weight:600;color:var(--main-font-color);text-decoration:none;background-color:transparent;transition:background-color .25s;will-change:background-color;font-size:16px}@media (min-width:960px){.button-secondary{font-size:calc(14px + .20833vw)}}@media (min-width:1920px){.button-secondary{font-size:18px}}.button-secondary:hover{background-color:#494949}.hero{position:relative;padding-top:24px;padding-bottom:45px;border-bottom:1px solid var(--main-font-color)}.hero__title{margin:0 0 24px}.hero__footer-wrapper{display:flex;flex-direction:column}.hero__link{position:relative;z-index:10;cursor:pointer}.hero__feature{display:flex;position:relative;margin-top:24px;margin-bottom:24px;padding-right:33%}.hero__feature:after,.hero__feature:before{position:absolute;content:"";width:100%;height:1px;opacity:.3;background:#d9d9d9}.hero__feature:before{top:-24px}.hero__feature:after{bottom:-24px}.hero__feature:first-child:after{content:none}.hero__feature-icon svg{width:20px;height:40px;margin-right:17px;color:var(--main-font-color)}.hero__cta{position:relative;margin-top:48px}.hero__animation{position:absolute;top:-20px;right:0;transform:translateY(-100%)}.hero__feature-tagline{margin:0}@media (min-width:1200px){.hero{padding-bottom:0;border:none}.hero__gradient{position:absolute;top:0;z-index:-1;width:100%;max-width:1920px;height:100%;transform:translate(var(--parallax-offset-x),var(--parallax-offset-y))}.hero__gradient:before{position:absolute;top:-350px;right:-10%;z-index:-1;content:"";width:1315px;height:1495px;background-image:url(../img/hero-gradient-o.png);background-repeat:no-repeat;background-position:100%;background-size:1315px 1495px}.hero__title{letter-spacing:-7px}.hero__footer{border-top:1px solid var(--main-font-color);border-bottom:1px solid var(--main-font-color)}.hero__footer-wrapper{display:grid;margin:0 -40px;grid-template-columns:23% 23% 54%;grid-auto-rows:1fr}.hero__feature{margin:0;padding:72px 40px;border-right:1px solid var(--main-font-color)}.hero__feature:after,.hero__feature:before{content:none}.hero__cta{padding:0 40px 240px}.hero__feature-icon svg{width:29px;height:58px;margin-right:24px}.hero__animation{display:initial;top:0;right:0;transform:translate(-25%,-30%)}}.list__item-title{margin-top:24px;margin-bottom:12px}.list__item-tagline{margin-bottom:24px}.list__item{border-bottom:1px solid hsla(0,0%,85.1%,.3)}.list__item:last-child{border-bottom:none}.list__item:first-child .list__item-title{margin-top:0}.list__item:last-child .list__item-tagline{margin-bottom:0}@media (min-width:1200px){.list__item{display:flex;justify-content:space-between;border-bottom:1px solid var(--main-font-color);padding:40px 0}.list__item:first-child{padding-top:0}.list__item-tagline,.list__item-title{flex:0 48%;margin:0}}.container{max-width:1920px;padding:0 12px;margin:0 auto}@media (min-width:1200px){.container{padding:0 40px}}.features{position:relative;overflow:hidden;padding-top:24px;padding-bottom:64px;border-top:1px solid var(--main-font-color);border-bottom:1px solid var(--main-font-color)}.features.visible{background:url(../img/features-mobile-bg.png) no-repeat center 90%;background-size:cover}.features__item{margin-bottom:24px}.features__item--large .features__item-title{margin-bottom:88px}.features__item--large .features__item-tagline{position:relative;padding-bottom:64px}.features__item--large .features__item-tagline--bg{position:relative;z-index:10}.features__item--large .features__item-tagline:after{position:absolute;bottom:52px;left:-8px;content:url(../img/features-bg-circle-mobile-dark.svg)}.features__item-icon{margin:0 0 24px}.features__item-icon svg{width:54px;height:12px}.features__item-title{margin:0 0 16px}.features__item-tagline{margin:0;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,85.1%,.3)}.features__item:last-child .features__item-tagline{border-bottom:none}.features__image{display:none}@media (min-width:1200px){.features.visible{background:none}}@media (min-width:1200px){.features__item--large .features__item-tagline:after{content:url(../img/features-bg-circle-dark.svg);bottom:-25px;left:-27px}.features{position:relative;box-sizing:border-box;padding:0}.features:after{top:50%;left:0;width:50%;height:1px}.features:after,.features:before{position:absolute;content:"";background:var(--main-font-color)}.features:before{left:50%;width:1px;height:100%}.features__wrapper{display:grid;position:relative;margin:0 -40px;grid-template-columns:25% 25% 50%;grid-auto-rows:1fr}.features__wrapper:after{position:absolute;top:0;left:25%;content:"";width:1px;height:100%;background:var(--main-font-color)}.features__item{margin:0;padding:56px 40px}.features__item:first-child{grid-column:3;grid-row:1/span 2}.features__item:nth-child(2){grid-column:1;grid-row:1}.features__item:nth-child(3){grid-column:2;grid-row:1}.features__item:nth-child(4){grid-column:1;grid-row:2}.features__item:nth-child(5){grid-column:2;grid-row:2}.features__item--large .features__item-title{max-width:700px}.features__item--large .features__item-tagline{max-width:550px}.features__item-tagline{border:none}.features__item-icon{margin:0 0 24px}.features__item-icon svg{width:76px;height:16px}.features__item--large .features__item-tagline{padding-bottom:0}.features__image{display:flex;position:relative;max-width:260px;margin:0 0 0 auto}.features__image img{width:100%}.features__animation{position:absolute;bottom:-22px;left:-35%;max-width:225px;max-height:142px}}.cards{overflow:hidden;padding-bottom:75px}.cards__item{height:404px;box-sizing:border-box;padding:24px;border:1px solid var(--main-font-color);border-radius:16px;overflow:hidden;background-size:100% 100%;background-repeat:no-repeat}.cards__item--1{background-image:url(../img/cards/gradient-1.png)}.cards__item--2{background-image:url(../img/cards/gradient-2.png)}.cards__item--3{background-image:url(../img/cards/gradient-3.png)}.cards__item--4{background-image:url(../img/cards/gradient-4.png)}.cards__item-tagline{font-size:14px;color:var(--secondary-font-color)}.cards__item-wrapper{display:flex;flex-direction:row}.cards__item-number{font-size:104px;line-height:124px;margin-top:-22px;margin-right:16px;color:var(--main-font-color)}.cards__animation{min-height:174px;margin-top:-24px;width:100%}@media (min-width:1200px){.cards{padding-bottom:127px}.cards__wrapper{margin-right:-4px}}@media (min-width:1200px) and (min-width:1200px){.cards__wrapper{margin-right:calc(9.33333px - 1.11111vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__wrapper{margin-right:-12px}}@media (min-width:1200px){.cards__wrapper{margin-left:-4px}}@media (min-width:1200px) and (min-width:1200px){.cards__wrapper{margin-left:calc(9.33333px - 1.11111vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__wrapper{margin-left:-12px}}@media (min-width:1200px){.cards__item{margin:0 4px;margin-right:4px}}@media (min-width:1200px) and (min-width:1200px){.cards__item{margin-right:calc(-9.33333px + 1.11111vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item{margin-right:12px}}@media (min-width:1200px){.cards__item{margin-left:4px}}@media (min-width:1200px) and (min-width:1200px){.cards__item{margin-left:calc(-9.33333px + 1.11111vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item{margin-left:12px}}@media (min-width:1200px){.cards__item{padding:24px}}@media (min-width:1200px) and (min-width:1200px){.cards__item{padding:calc(-2.66667px + 2.22222vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item{padding:40px}}@media (min-width:1200px){.cards__item{height:404px}}@media (min-width:1200px) and (min-width:1200px){.cards__item{height:calc(67.33333px + 28.05556vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item{height:606px}}@media (min-width:1200px){.cards__animation{margin-top:-40px;margin-bottom:30px;height:174px}}@media (min-width:1200px) and (min-width:1200px){.cards__animation{height:calc(74px + 8.33333vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__animation{height:234px}}@media (min-width:1200px){.cards__item-number{margin-right:16px}}@media (min-width:1200px) and (min-width:1200px){.cards__item-number{margin-right:calc(-24px + 3.33333vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item-number{margin-right:40px}}@media (min-width:1200px){.cards__item-number{line-height:124px}}@media (min-width:1200px) and (min-width:1200px){.cards__item-number{line-height:calc(67.33333px + 4.72222vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item-number{line-height:158px}}@media (min-width:1200px){.cards__item-number{font-size:104px}}@media (min-width:1200px) and (min-width:1200px){.cards__item-number{font-size:calc(64px + 3.33333vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item-number{font-size:128px}}@media (min-width:1200px){.cards__item-tagline{font-size:14px}}@media (min-width:1200px) and (min-width:1200px){.cards__item-tagline{font-size:calc(-2.66667px + 1.38889vw)}}@media (min-width:1200px) and (min-width:1920px){.cards__item-tagline{font-size:24px}}.collapse{display:none;position:relative}.collapse.show{display:block}.collapsing{position:relative;overflow:hidden;height:0;transition:height .35s ease}.collapsible{overflow:hidden;padding-bottom:66px;border-bottom:1px solid #d9d9d9}.collapsible__item{cursor:default;overflow-anchor:none}.collapsible__item:first-child .collapsible__header{border-top:none}.collapsible__header{margin:0;border-top:1px solid hsla(0,0%,85.1%,.3)}.collapsible__header-title{display:block;position:relative;width:100%;padding:24px 48px 24px 0;border:none;text-align:left;background-color:transparent;-webkit-appearance:none;appearance:none}.collapsible__header-title:focus{outline:none}.collapsible__header-title.collapsed:after{transform:none}.collapsible__header-title:after{display:block;flex-shrink:0;position:absolute;top:24px;right:0;content:"";width:32px;height:32px;margin-top:.1em;transform:rotate(180deg);background-image:url(../img/chevron-down.svg);background-repeat:no-repeat;background-size:100%;transition:transform .25s ease-in-out;pointer-events:none;will-change:transform}.collapsible__content{padding-bottom:30px;color:var(--secondary-font-color)}.collapsible__content a{color:#47b972;text-decoration:none}@media (min-width:1200px){.gradient-collapsible{position:relative}.gradient-collapsible__group{position:absolute;top:0;z-index:-1;width:100%;max-width:1920px;height:100%;transform:translate(var(--parallax-offset-x),var(--parallax-offset-y))}.gradient-collapsible__group.visible:before{position:absolute;z-index:-1;content:"";width:1200px;height:1300px;background-image:url(../img/faq-desktop.png);background-repeat:no-repeat;background-position:100%;background-size:1200px 1300px}.collapsible{padding-bottom:0}.collapsible__header,.collapsible__item:first-child .collapsible__header{border-top:1px solid var(--main-font-color)}.collapsible__header-title{padding:44px 0;transition:.25s;will-change:background-color}.collapsible__header-title:hover{background-color:var(--faq-color-hover);cursor:pointer}.collapsible__header-title--arrow:after{width:48px;height:48px}}.footer{padding-bottom:32px}.footer__title{margin-bottom:8px}.footer__tagline{margin:0;line-height:14px}.footer__link{color:#47b972;text-decoration:none}.footer__meta-list{padding-left:0;list-style:none}.footer__meta-item{text-align:center}.footer__meta-item:first-child{margin-bottom:5px}.footer__meta-link{line-height:18px}.footer__copyright,.footer__meta-link{font-family:Graphik LC Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;color:var(--secondary-font-color);text-align:center}.footer__copyright{margin:15px 0 0;line-height:24px}@media (min-width:960px){.footer__meta-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:center;margin-bottom:0;gap:0 30px}.footer__meta-item:first-child{margin-bottom:0}.footer__copyright{margin:0}.footer__meta-item:first-child{order:1}.footer__meta-item:nth-child(2){order:3}.footer__meta-item:nth-child(3){order:2}.footer__meta{max-width:100%;margin-bottom:0}.footer__meta-link{line-height:24px}}@media (min-width:992px){.footer{padding-bottom:96px}.footer__tagline{line-height:21px}}.cta{position:relative;overflow:hidden}.gradient-cta__group{position:absolute;top:50px;z-index:-1;width:100%;max-width:1920px;height:100%;transform:translate(var(--parallax-offset-x),var(--parallax-offset-y))}.gradient-cta__group.visible:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";width:400px;height:450px;margin:auto;background-image:url(../img/footer-desktop.png);background-repeat:no-repeat;background-size:400px 450px}.cta__title{margin:16px 0 96px}.cta__tagline{margin:0 0 20px}.cta__signature{align-self:center;max-width:100%;justify-self:center}.cta__animation{width:100%;max-width:560px;transform:translate(var(--parallax-offset-x),var(--parallax-offset-y))}.cta__animation .lottie-player{width:100%}.cta__button{margin-bottom:80px;cursor:pointer}@media (min-width:600px){.gradient-cta__group{width:auto}.gradient-cta__group.visible:before{width:600px;height:750px;background-size:600px 750px}}@media (min-width:992px){.cta__title{margin:88px 0 48px}.cta__tagline{margin-bottom:48px;line-height:36px}.cta__button{margin-bottom:200px}}@media (min-width:1200px){.gradient-cta__group.visible:before{top:-160px;left:-100px;width:900px;height:1000px;margin:0;background-size:900px 1000px}}.scroll-top{position:fixed;right:40px;bottom:115px;z-index:10;visibility:hidden;transition:transform .25s;animation:movebtn 3s ease-in-out infinite;will-change:transform}.scroll-top:hover{transform:scale(1.04);animation:none}.glide{position:relative;width:100%}.glide--rtl{direction:rtl}.glide__slides,.glide__track{overflow:hidden}.glide__slides{display:flex;flex-wrap:nowrap;position:relative;width:100%;padding:0;white-space:nowrap;list-style:none;touch-action:pan-Y;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}.glide__slide,.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{flex-shrink:0;width:100%;height:100%;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.glide__arrows,.glide__bullets{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.glide--swipeable{cursor:grab}.glide--dragging{cursor:grabbing}.glide__arrows:focus{outline:none}.glide__arrow{position:absolute;top:0;display:flex;align-items:center;width:50px;height:calc(100% - 30px);padding:0;background-color:transparent;border:none;-webkit-appearance:none;appearance:none}.glide__arrow--left{left:-50px}.glide__arrow--right{right:-50px;justify-content:flex-end}.glide__arrow:focus{outline:none}.glide__arrow:hover .glide__arrow-icon{fill:#fff}.glide__arrow-icon{fill:#242424;transition:fill .25s}.glide__bullets{display:flex;justify-content:center;margin:40px auto 0}.glide__bullet{display:inline-block;box-sizing:border-box;width:16px;height:16px;margin-left:4px;margin-right:4px;border:1px solid var(--main-font-color);padding:0;background-color:transparent;border-radius:8px;transition:opacity,background-color,width .25s}.glide__bullet:hover{opacity:.4}.glide__bullet--active,.glide__bullet--active:hover{opacity:1;background:var(--main-font-color);width:35px;border-radius:100px}.glide__bullet:focus{outline:none}@media (min-width:1200px){.glide__bullets{display:none}}.grid-duo{display:flex;flex-direction:column}@media (min-width:1200px){.grid-duo{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.grid-duo--reverse{flex-direction:row-reverse}.grid-duo__column{width:46%}.grid-duo__column:first-child{margin-bottom:0}}.text-body-m{color:var(--secondary-font-color);font-weight:400;font-size:16px}@media (min-width:375px){.text-body-m{font-size:calc(14.05825px + .5178vw)}}@media (min-width:1920px){.text-body-m{font-size:24px}}.text-body-s{color:var(--secondary-font-color);font-weight:400;font-size:14px}@media (min-width:375px){.text-body-s{font-size:calc(13.02913px + .2589vw)}}@media (min-width:1920px){.text-body-s{font-size:18px}}.text-body-xs{color:var(--secondary-font-color);font-weight:400;font-size:12px}@media (min-width:375px){.text-body-xs{font-size:calc(11.51456px + .12945vw)}}@media (min-width:1920px){.text-body-xs{font-size:14px}}.h1,.h2,.h3,.h4,.h5,.h6{color:var(--main-font-color);font-weight:400}.h1{font-size:38px}@media (min-width:375px){.h1{font-size:calc(11.78641px + 6.99029vw)}}@media (min-width:1920px){.h1{font-size:146px}}.h2{font-size:32px}@media (min-width:375px){.h2{font-size:calc(24.23301px + 2.0712vw)}}@media (min-width:1920px){.h2{font-size:64px}}.h3{font-size:24px}@media (min-width:375px){.h3{font-size:calc(21.08738px + .7767vw)}}@media (min-width:1920px){.h3{font-size:36px}}.h5{font-size:14px}@media (min-width:375px){.h5{font-size:14px}}@media (min-width:1920px){.h5{font-size:14px}}@media (max-width:767px){.hide-mobile{display:none}}@media (max-width:991px){.hide-mobile-tablet{display:none}}@media (min-width:992px){.hide-desktop{display:none}}@media (min-width:768px){.hide-desktop-tablet{display:none}}@media (max-width:1199px){.hide-mobile-desktop-large{display:none}}@media (min-width:1200px){.hide-desktop-large{display:none}}@media (max-width:599px){.hide-mobile{display:none}}@media (max-width:767px){.hide-mobile-tablet{display:none}}@media (max-width:959px){.hide-mobile-tablets{display:none}}@media (max-width:1199px){.hide-mobile-tablets-desktop{display:none}}@media (min-width:960px){.hide-desktop{display:none}}@media (min-width:1200px){.hide-desktop-large{display:none!important}}@media (min-width:768px){.hide-tablet-large-desktop{display:none}}@media (min-width:600px){.hide-tablets-desktop{display:none}}@media (max-width:1835px){.hide-tablets-desktop-large{display:none!important}}.display-flex{display:flex}.display-inline-flex{display:inline-flex}.display-block{display:block}
.cards__item-image {
  margin-top: 35px;
  margin-bottom: 50px;
  width: 100%;
  height: 90px;

  @media (min-width: 600px) {  
    height: 184px;
  }
}

.cards__item-image svg {
  width: 100%;
  height: 100%;
}

body.theme--light .features__item--large .features__item-tagline:after {
  content:url(../img/features-bg-circle-mobile-light.svg);

  @media (min-width: 1200px) {
    content:url(../img/features-bg-circle-light.svg);
  }
}

svg {
  max-width: 100%;
}
