@charset "UTF-8";.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-end;background:#1a223c66;z-index:1000;overflow:hidden;padding-top:100px;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);opacity:0;animation:backdropFade .5s ease forwards}.modal-backdrop--partner{padding:0}.modal-content{position:relative;width:100%;border-radius:16px 16px 0 0;background:#fff;padding:24px 16px;max-height:calc(100vh - 100px);overflow-y:auto;box-shadow:0 4px 20px #0003;transform:translateY(100%);animation:slideUpModal .5s ease forwards}.modal-content__title-wrapper{display:flex;align-items:center;justify-content:space-between}.modal-content__close{border:none;background:none;font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;cursor:pointer;color:inherit;transition:color .2s}.modal-content__close:hover{color:#6f9bff}.modal-content__title{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;color:#000}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media only screen and (min-width:768px){.modal-backdrop{align-items:center;padding-top:0}.modal-content{width:90%;max-width:732px;border-radius:20px;padding:40px;max-height:100%;overflow-y:auto;transform:none;animation:none}.modal-content__title{font-size:36px}.modal-backdrop--partner{justify-content:center}}@media only screen and (min-width:1280px){.modal-backdrop{justify-content:center}.modal-content{max-width:732px}.modal-backdrop--partner{justify-content:flex-end;padding-right:32px}}.input-error-message{position:absolute;bottom:-16px;display:flex;align-items:center;gap:5px;color:#ff0e00;font-size:12px;line-height:1;letter-spacing:-.01em;font-weight:400}.input-error-message span{display:flex;align-items:center;justify-content:center}.custom-select{position:relative;display:flex;flex-direction:column;width:100%}.custom-select__label{margin-bottom:6px;font-size:14px;line-height:1;letter-spacing:-.01em}.custom-select__selected{display:flex;align-items:center;justify-content:space-between;padding:18px 10px 10px 20px;font-size:16px;cursor:pointer;transition:color .25s ease}.custom-select__icon{flex-shrink:0;transition:transform .6s ease,color .25s ease}.custom-select__divider{width:100%;height:8px;border-bottom:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;border-right:1.2px solid #bdc7d3;transition:border-color .25s ease}.custom-select__options{position:absolute;top:75px;left:0;z-index:2;width:100%;display:flex;flex-direction:column;gap:28px;padding:20px;background-color:#f0f2f5;border-radius:0 0 8px 8px;border:1px solid #e5e8ed;border-top:none;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .9s ease,opacity .45s ease,transform .6s cubic-bezier(.22,1,.36,1)}.custom-select__option{font-size:16px;cursor:pointer;transition:color .25s ease}.custom-select__option:hover{color:#6f9bff}.custom-select:not(.custom-select--error):hover .custom-select__selected{color:#6f9bff}.custom-select:not(.custom-select--error):hover .custom-select__icon{stroke:#6f9bff}.custom-select:not(.custom-select--error):hover .custom-select__divider{border-color:#6f9bff}.custom-select.custom-select--open .custom-select__icon{transform:rotate(180deg)}.custom-select.custom-select--open .custom-select__options{max-height:360px;opacity:1;transform:translateY(6px);pointer-events:auto}.custom-select__option--selected{color:#9ca9b8;cursor:default}.custom-select__option--selected:hover{color:#9ca9b8}.custom-select--error .custom-select__divider{border-color:#ff0e00}.custom-select--error .custom-select__selected{color:#ff0e00}@media only screen and (min-width:1280px){.custom-select__selected{font-size:18px}}.input-field{position:relative;display:flex;flex-direction:column;width:100%}.input-field__input{padding:18px 20px 10px;outline:transparent;outline-offset:4px;border:none;font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.02em;transition:color .2s;resize:none;background:transparent}.input-field__input--error{color:#ff0e00}.input-field__input::placeholder{font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.02em;color:#bdc7d3;transition:color .2s}.input-field__file-wrapper{position:relative;display:flex;align-items:center}.input-field:not(.input-field--error) .input-field__file-wrapper:hover .input-field__file-placeholder::placeholder{color:#6f9bff;transition:color .2s}.input-field:not(.input-field--error) .input-field__file-wrapper:hover .input-field__file-button .input-field___icon{stroke:#6f9bff;transition:stroke .2s}.input-field__file-placeholder{flex:1;padding:18px 20px 10px;outline:transparent;outline-offset:4px;border:none;font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.02em}.input-field__file-placeholder::placeholder{color:#070707;transition:color .2s}.input-field__file-button{position:absolute;right:0;height:100%;padding:18px 16px 8px;border:none;background:transparent;cursor:pointer}.input-field__file-hidden{display:none}.input-field__divider{width:100%;height:8px;border-bottom:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;border-right:1.2px solid #bdc7d3;transition:border-color .2s}.input-field__label{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em}.input-field:not(.input-field--error):hover .input-field__input::placeholder{color:#6f9bff}.input-field:not(.input-field--error):hover .input-field__divider{border-color:#6f9bff}.input-field:not(.input-field--error) .input-field__input:focus+.input-field__divider{border-color:#000}.input-field--error .input-field__divider{border-color:#ff0e00}@media only screen and (min-width:1280px){.input-field__input{font-size:18px}.input-field__input::placeholder{font-size:18px}.input-field__file-placeholder{font-size:18px}}.btn{display:inline-flex;min-width:0px;align-items:center;justify-content:center;gap:8px;border-radius:500px;line-height:1;letter-spacing:-.01em;cursor:pointer;overflow:hidden;border:none;padding:0 24px;height:48px;text-decoration:none;color:inherit;transition:background .3s ease,color .3s ease,border-color .3s ease}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.btn span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.btn svg{flex-shrink:0;display:block}.btn--dark{position:relative;background:#1a1a1a;color:#fff}.btn--dark .btn__icon{position:absolute;left:4px;top:50%;width:40px;height:40px;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:center}.btn--dark .btn__icon:before{content:"";position:absolute;inset:0;border-radius:50%;background:#fff;transform:scale(.25);transition:transform .3s ease,background .3s ease}.btn--dark .btn__icon svg{width:12px;height:12px;color:#1a1a1a;opacity:0;transition:opacity .3s ease;z-index:2}.btn--dark:hover:not(:disabled) .btn__icon:before{background:#6f9bff;transform:scale(1)}.btn--dark:hover:not(:disabled) .btn__icon svg{opacity:1}.btn--light{background:transparent;color:#070707;border:1.2px solid #bdc7d3}.btn--light:hover:not(:disabled){background:#6f9bff;border-color:#6f9bff;color:#fff}.btn--light:hover:not(:disabled) svg{fill:#fff}.btn--transparent{background:transparent;color:#fff;border:1.2px solid #bdc7d3}.btn--transparent:hover:not(:disabled){background:#6f9bff;border-color:#6f9bff;color:#fff}.btn--transparent:hover:not(:disabled) svg{fill:#fff}.btn--light-gray{background:#f0f2f5;color:#070707;border:1.2px solid #bdc7d3}.btn--light-gray:hover:not(:disabled){background:#6f9bff;border-color:#6f9bff;color:#fff}.btn--light-gray:hover:not(:disabled) svg{fill:#fff}.btn--white{position:relative;background:#fff;color:#070707}.btn--white .btn__icon{position:absolute;left:4px;top:50%;width:40px;height:40px;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:center}.btn--white .btn__icon:before{content:"";position:absolute;inset:0;border-radius:50%;background:#070707;transform:scale(.25);transition:transform .3s ease,background .3s ease}.btn--white .btn__icon svg{width:12px;height:12px;color:#1a1a1a;opacity:0;transition:opacity .3s ease;z-index:2}.btn--white:hover:not(:disabled) .btn__icon:before{background:#6f9bff;transform:scale(1)}.btn--white:hover:not(:disabled) .btn__icon svg{opacity:1}.btn--small{height:38px;padding:0 20px;font-size:14px;gap:8px}.btn--small.btn--dark{padding-left:38px}.btn--small .btn__icon{width:30px;height:30px}.btn--small .btn__icon svg{width:8px;height:6px}.btn--medium{height:42px;padding:0 18px;font-size:14px;gap:10px}.btn--medium.btn--dark{padding-left:40px}.btn--medium .btn__icon{width:32px;height:32px}.btn--medium .btn__icon svg{width:8px;height:6px}.btn--dark.btn--no-icon,.btn--white.btn--no-icon{padding-left:24px}.btn--dark.btn--no-icon .btn__icon,.btn--white.btn--no-icon .btn__icon{display:none}@media only screen and (min-width:768px){.btn--dark,.btn--white{padding-left:51px}}.contact-form{display:flex;flex-direction:column;gap:40px;width:100%}.contact-form--modal{width:100%;padding-top:60px}.contact-form__title{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;max-width:540px}.contact-form__input-list{display:flex;flex-direction:column;gap:32px}.contact-form__submit-container{display:flex;flex-direction:column-reverse;gap:24px}.contact-form__privacy-text,.contact-form__privacy-link{letter-spacing:-.01em;color:#677381;max-width:100%}@media only screen and (min-width:768px){.contact-form__submit-container{flex-direction:row;gap:0px;align-items:center;justify-content:space-between}.contact-form__input-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:24px}.contact-form__input-list>:nth-last-child(2),.contact-form__input-list>:nth-last-child(1){grid-column:1/-1}.contact-form--modal{padding-top:96px}.contact-form__privacy-text,.contact-form__privacy-link{max-width:296px}.contact-form__input-list--modal{display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:24px}.contact-form__input-list--modal>:nth-last-child(2),.contact-form__input-list--modal>:nth-last-child(1){grid-column:1/-1}}@media only screen and (min-width:1280px){.contact-form{max-width:682px}.contact-form__title{font-size:24px}.contact-form__input-list{display:flex;flex-direction:column;gap:48px}.contact-form__privacy-text,.contact-form__privacy-link{max-width:296px}.contact-form__input-list--scaling-partner,.contact-form__input-list--modal{display:grid;grid-template-columns:repeat(2,1fr);column-gap:12px;row-gap:24px}.contact-form__input-list--scaling-partner>:nth-last-child(2),.contact-form__input-list--scaling-partner>:nth-last-child(1),.contact-form__input-list--modal>:nth-last-child(2),.contact-form__input-list--modal>:nth-last-child(1){grid-column:1/-1}}.contact-form__cta{height:42px;padding-left:24px}@media only screen and (min-width:1280px){.contact-form__cta{height:48px;padding-left:51px}}.partner-modal-success{display:flex;flex-direction:column;padding-top:149px}.partner-modal-success__illustration{width:194px;height:192px;margin-bottom:149px;margin-left:auto;margin-right:auto}.partner-modal-success__illustration img{width:100%;height:100%;object-fit:cover}.partner-modal-success__text{font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.01em;max-width:248px;margin-bottom:24px}@media only screen and (min-width:768px){.partner-modal-success{display:block;padding-top:113px}.partner-modal-success__illustration{margin-bottom:113px}}.partner-modal-success__cta{height:42px}@media only screen and (min-width:1280px){.partner-modal-success__cta{height:48px}}.additional-modal-backdrop{position:fixed;top:86px;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:flex-start;background:#ffffff80;padding:0 32px;z-index:1000;overflow:hidden;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);opacity:0;animation:backdropFade .8s ease forwards}.additional-modal-backdrop.is-closing{animation:backdropFadeOut .8s ease forwards}.additional-modal-content{position:relative;width:100%;max-width:1440px;padding:0 32px;background-color:transparent;max-height:calc(100vh - 100px);overflow-y:auto;transform:translateY(-100%);animation:slideDown .8s ease forwards}.additional-modal-content.is-closing{animation:slideUp .8s ease forwards}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes backdropFadeOut{0%{opacity:1}to{opacity:0}}.shopify-apps-nav-item{width:100%;cursor:pointer}.shopify-apps-nav-item a{display:flex;align-items:start;gap:16px}.shopify-apps-nav-item__illustration{width:36px;height:36px;overflow:hidden;object-fit:cover;flex-shrink:0}.shopify-apps-nav-item__content{display:flex;flex-direction:column;align-items:start;gap:6px}.shopify-apps-nav-item__nav-link{text-decoration:none;font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#070707;transition:.2s}.shopify-apps-nav-item__nav-link:hover{color:#007bff}.shopify-apps-nav-item__description{font-weight:400;font-size:12px;line-height:1.4;letter-spacing:-.01em;color:#677381}@media only screen and (min-width:1280px){.shopify-apps-nav-item{width:360px}}.shopify-apps-menu{display:flex;flex-direction:column;background:#f0f2f5;width:100%}.shopify-apps-menu__container{width:100%}.shopify-apps-menu__illustration-container{display:none}.shopify-apps-menu__content{display:flex;flex-direction:column;width:100%;gap:16px;margin-bottom:40px}.shopify-apps-menu__title{display:none}.shopify-apps-menu__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381}.shopify-apps-menu__nav-list{width:100%;display:flex;flex-direction:column;gap:24px}@media only screen and (min-width:1280px){.shopify-apps-menu{flex-direction:row;justify-content:space-between;background:#f0f2f5;border-radius:32px;padding:40px 92px 40px 40px;width:100%}.shopify-apps-menu__container{display:flex;flex-direction:column;align-items:start;justify-content:space-between;width:338px;flex-shrink:0}.shopify-apps-menu__illustration-container{display:block;width:80px;height:80px;overflow:hidden}.shopify-apps-menu__illustration-container img{width:100%;height:100%;object-fit:cover}.shopify-apps-menu__content{align-items:start;margin-bottom:0}.shopify-apps-menu__title{display:block;font-weight:400;font-size:36px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize}.shopify-apps-menu__nav{width:100%}.shopify-apps-menu__nav-list{flex-direction:row;justify-content:space-between;row-gap:28px;flex-wrap:wrap}}@media only screen and (min-width:1400px){.shopify-apps-menu{gap:85px}}.services-menu{display:flex;flex-direction:column}.services-menu__first-container{display:flex;width:100%;padding-bottom:24px;border-bottom:1.2px solid #e5e8ed}.services-menu__first-container-content{display:flex;flex-direction:column}.services-menu__first-content{display:flex;flex-direction:column;width:100%;margin-bottom:30px}.services-menu__nav-list{display:flex;flex-direction:column;gap:16px}.services-menu__nav-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:1280px){.services-menu__nav-row{grid-template-columns:1fr;gap:24px}}.services-menu__nav-item{display:flex;align-items:start;gap:6px;text-decoration:none;font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#070707;transition:.2s}.services-menu__nav-item:hover{color:#007bff}.services-menu__nav-item-index{font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#9ca9b8}.services-menu__second-container{display:flex;flex-direction:column;width:100%;padding-top:24px}.services-menu__second-container-content{width:100%;display:flex}.services-menu__second-container-content>:first-child{flex:1 1 100%}.services-menu__second-container-content>:not(:first-child){flex:0 0 auto}.services-menu__illustration-container{display:none}.services-menu__title{font-weight:400;font-size:18px;line-height:1.4;letter-spacing:-.02em;text-transform:capitalize;color:#070707;margin-bottom:12px}.services-menu__description{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381;margin-bottom:16px}@media only screen and (min-width:1280px){.services-menu{flex-direction:row;gap:2px;border-radius:24px;width:100%}.services-menu__first-container{border-radius:24px;padding:40px;background:#f0f2f5;align-items:end;justify-content:space-between;width:100%;border-bottom:none}.services-menu__first-container-content{flex-direction:row;gap:115px}.services-menu__first-content{align-items:start;width:308px;margin-bottom:0}.services-menu__nav-list{gap:24px}.services-menu__nav-row{grid-template-columns:1fr;gap:24px}.services-menu__second-container{border-radius:24px;padding:40px;width:33.3333333333%;background:#f0f2f5;flex-shrink:0}.services-menu__second-container-content{display:flex;justify-content:space-between;align-items:end}.services-menu__second-container-content>:first-child,.services-menu__second-container-content>:not(:first-child){flex:0 0 auto}.services-menu__illustration-container{display:block;width:80px;height:80px;overflow:hidden}.services-menu__illustration-container img{width:100%;height:100%;object-fit:cover}.services-menu__title{font-size:36px;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.services-menu__description{margin-bottom:24px}}.integrations-menu{display:flex;flex-direction:column;gap:48px}.integrations-menu__wrapper{display:flex;flex-direction:column;gap:40px;width:100%}.integrations-menu__title{display:none}.integrations-menu__partner-title{font-weight:400;font-size:18px;line-height:1.4;letter-spacing:-.02em;color:#070707;text-transform:capitalize}.integrations-menu__items-container{display:flex;flex-direction:column;gap:24px}.integrations-menu__item{display:flex;flex-direction:column;gap:12px}.integrations-menu__subtitle{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#070707}.integrations-menu__description{font-size:12px;line-height:1.4;letter-spacing:-.01em;color:#677381}.integrations-menu__partner-wrapper{display:flex;flex-direction:column;gap:12px}.integrations-menu__partner-list{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.integrations-menu__partner-item{display:flex;align-items:center;justify-content:center;height:63px;border-radius:12px;background:#fff;padding:0}.integrations-menu__partner-item-image-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:19px}.integrations-menu__partner-item-image-wrapper img{max-width:76px;max-height:100%;object-fit:contain}@media only screen and (min-width:1280px){.integrations-menu{flex-direction:row;gap:2px;border-radius:24px;width:100%;max-height:100%}.integrations-menu__wrapper{border-radius:24px;padding:40px;width:33.3333333333%;background:#f0f2f5;flex-shrink:0}.integrations-menu__title,.integrations-menu__partner-title{display:block;font-weight:400;font-size:36px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize}.integrations-menu__items-container{gap:32px}.integrations-menu__partner-wrapper{gap:24px;border-radius:24px;padding:40px;background:#f0f2f5;width:100%}.integrations-menu__partner-list{grid-template-columns:repeat(4,1fr)}.integrations-menu__partner-item{height:85px}.integrations-menu__partner-item-image-wrapper{padding:30px}}.accordion__header{width:100%;padding:12px 6px 20px 0;display:flex;align-items:center;gap:12px;justify-content:space-between;background:none;border:none;cursor:pointer;text-align:left;transition:color .2s ease}.accordion__icon{stroke:#070707;transition:stroke .2s ease,transform .3s ease}.accordion--open .accordion__icon{stroke:#1d51ee;transform:rotate(180deg)}.accordion__header:hover .accordion__icon{stroke:#6f9bff}.accordion__header:hover .accordion__title{color:#6f9bff}.accordion--open .accordion__header:hover .accordion__icon{stroke:#1d51ee}.accordion--open .accordion__header:hover .accordion__title{color:#1d51ee}.accordion__divider{width:100%;height:11px;border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3}.accordion__titles{display:flex;flex-direction:column;gap:6px}.accordion__title{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em;transition:color .2s ease;max-width:315px}.accordion__icon{fill:#1d51ee;transition:transform .3s ease}.accordion--open .accordion__icon{transform:rotate(180deg)}.accordion--open .accordion__title{color:#1d51ee}.accordion__content{overflow:hidden;transition:height .3s ease}.accordion__inner{font-size:14px;letter-spacing:-.01em;color:#677381;padding-bottom:20px}.accordion__inner p{white-space:pre-line}@media only screen and (min-width:768px){.accordion__title{max-width:none}}@media only screen and (min-width:1280px){.accordion__header{padding:20px 6px 20px 0;align-items:flex-start;gap:0px}.accordion__title{font-size:20px}.accordion__inner{font-size:16px;padding-right:20px}}.mobile-menu{background:#f0f2f5;width:100%;height:calc(100vh - 59px);padding:28px 16px 40px;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu__partner-cta{margin-top:20px;height:42px;width:100%;flex-shrink:0}.mobile-menu nav{flex:1;overflow-y:auto}.mobile-menu__item{display:flex;flex-direction:column}.mobile-menu__item-link{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;padding:12px 0 20px}.mobile-menu__divider{border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;width:100%;height:10px;margin-left:auto;margin-right:auto}.mobile-menu-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:flex-end;background:#1a223c66;opacity:0;z-index:1000;overflow:hidden;backdrop-filter:blur(11px);-webkit-backdrop-filter:blur(11px);transition:opacity .5s ease;pointer-events:none}.mobile-menu-modal-backdrop.visible{opacity:1;pointer-events:auto}.mobile-menu-modal-backdrop.closing{opacity:0}.mobile-menu-modal-content{position:relative;width:100%;max-width:400px;height:100%;background:#fff;transform:translate(100%);transition:transform .5s ease}.mobile-menu-modal-content.open{transform:translate(0)}.mobile-menu-modal-content.closing{transform:translate(100%)}.mobile-menu-modal-content__title-wrapper{display:flex;align-items:center;justify-content:space-between;padding:15px 16px}@media only screen and (min-width:768px){.mobile-menu-modal-content{max-width:420px}}.reviews-block{display:flex;gap:8px;align-items:center}.reviews-block__logo{width:85px;height:24px}.reviews-block__stars{display:flex;align-items:center;gap:2px}.reviews-block__info{display:flex;flex-direction:column;gap:2px}.reviews-block__reviews-count{font-weight:500;font-size:11px;line-height:1;text-transform:capitalize;color:#070707}.hero{background-image:none;position:relative;max-width:1440px;margin:0 auto}.hero__container{padding:57px 16px 40px}.hero__content{display:flex;flex-direction:column}.hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:678px;margin-bottom:40px}.hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:405px;margin-bottom:20px}.hero__mobile-image-wrapper{width:100vw;display:flex;justify-content:center}.hero__mobile-image{width:100%;height:auto;object-fit:contain}.hero__mobile-image .line{stroke-dasharray:2000;stroke-dashoffset:2000}.hero__mobile-image .dot{opacity:0}.hero__mobile-image .non-animated{transform:translateY(10px);transition:transform 2.5s ease-out .5s}.hero__mobile-image--animate .line-1,.hero__mobile-image--animate .line-2,.hero__mobile-image--animate .line-3,.hero__mobile-image--animate .line-4{animation:drawLine 6s ease-in-out .5s forwards}.hero__mobile-image--animate .dot{animation:showDot 1s ease-in-out forwards;animation-delay:1.7s}.hero__mobile-image--animate .non-animated{transform:translateY(0)}.hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}.hero__illustration{display:none}@media only screen and (min-width:1280px){.hero{height:760px}.hero--with-bg{height:auto;background-image:var(--hero-bg);background-repeat:no-repeat;background-position:center;background-size:cover}.hero__illustration{display:block;position:absolute;top:-86px;left:0;width:100%;height:100%;z-index:0}.hero__illustration .item-plus-translate,.hero__illustration .custom-solution-second-item-down,.hero__illustration .custom-solution-second-item-up,.hero__illustration .custom-solution-item-up{transition:all 1s ease}.hero__illustration .anim-plus-item:hover .item-plus-translate,.hero__illustration .anim-custom-solution-items:hover .custom-solution-item-up,.hero__illustration .anim-custom-solution-second-items:hover .custom-solution-second-item-up{transform:translateY(-10px)}.hero__illustration .anim-custom-solution-second-items:hover .custom-solution-second-item-down{transform:translateY(10px)}.hero__illustration .ecosistem-item-up-one-opasity,.hero__illustration .ecosistem-item-up-two-opacity,.hero__illustration .ecosistem-item-up-three-opacity,.hero__illustration .ecosistem-item-down-one,.hero__illustration .ecosistem-item-down-one-opacity,.hero__illustration .ecosistem-item-down-two,.hero__illustration .ecosistem-item-down-two-opacity,.hero__illustration .ecosistem-item-down-three,.hero__illustration .ecosistem-item-down-three-opacity,.hero__illustration .ecosistem-item-up-one,.hero__illustration .ecosistem-item-up-two,.hero__illustration .ecosistem-item-up-three{transition:all 1.5s ease}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-one{transform:translateY(43px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-one-opacity{transform:translateY(-42px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-two{transform:translateY(37px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-two-opacity{transform:translateY(-37px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-three{transform:translateY(20px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-down-three-opacity{transform:translateY(-20px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-one{transform:translateY(-44px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-one-opasity{transform:translateY(44px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-two{transform:translateY(-26px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-two-opacity{transform:translateY(26px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-three{transform:translateY(-20px)}.hero__illustration .anim-ecosistem-items:hover .ecosistem-item-up-three-opacity{transform:translateY(20px)}.hero__illustration .arrow-one,.hero__illustration .arrow-two{animation:moveBack 1.5s ease forwards}.hero__illustration .anim-develop-items:hover .arrow-one{animation:moveArrowOne 13s ease-in-out forwards}.hero__illustration .anim-develop-items:hover .arrow-two{animation:moveArrowTwo 13s ease-in-out forwards}.hero__illustration .anim-develop-items:hover .figma-item{animation:moveFigmaItem 13s ease-in-out forwards}.hero__illustration .anim-develop-items:hover .dew-window-small{animation:moveDevWindowSmall 13s ease-in-out forwards}.hero__illustration .line{stroke-dasharray:2000;stroke-dashoffset:2000}.hero__illustration .dot{opacity:0}.hero__illustration .non-animated{transform:translateY(20px);transition:transform 2.5s ease-out .5s}.hero__illustration--animate .line-1,.hero__illustration--animate .line-2,.hero__illustration--animate .line-3,.hero__illustration--animate .line-4{animation:drawLine 6s ease-in-out .5s forwards}.hero__illustration--animate .dot{animation:showDot 1s ease-in-out forwards;animation-delay:1.7s}.hero__illustration--animate .non-animated{transform:translateY(0)}.hero__container{padding:32px 32px 25px}.hero__title{font-size:70px;margin-bottom:300px}.hero__description{margin-bottom:24px}.hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}.hero__mobile-image-wrapper{display:none}}@keyframes moveArrowOne{0%{transform:translate(0)}12%{transform:translate(-25px,2px)}28%{transform:translate(-25px,2px)}40%{transform:translate(-48px,78px)}55%{transform:translate(-48px,78px)}67%{transform:translate(-25px,7px)}82%{transform:translate(-25px,7px)}to{transform:translate(-140px,31px)}}@keyframes moveArrowTwo{0%{transform:translate(0)}12%{transform:translate(-100px,30px)}28%{transform:translate(-100px,30px)}40%{transform:translate(-15px,5px)}55%{transform:translate(-15px,5px)}67%{transform:translate(-55px,65px)}82%{transform:translate(-55px,65px)}to{transform:translate(90px,45px)}}@keyframes moveFigmaItem{0%{transform:translateY(0)}12%{transform:translateY(10px)}28%{transform:translateY(10px)}40%{transform:translateY(0)}55%{transform:translateY(0)}67%{transform:translateY(17px)}82%{transform:translateY(17px)}to{transform:translateY(0)}}@keyframes moveDevWindowSmall{0%{transform:translateY(0)}12%{transform:translateY(-10px)}55%{transform:translateY(-10px)}67%{transform:translateY(-5px)}82%{transform:translateY(-5px)}to{transform:translateY(-10px)}}@keyframes moveBack{0%{opacity:0}to{opacity:1}}.hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.hero__cta{height:48px;padding-left:51px;margin-right:0}}.what-we-do{max-width:1440px;margin:0 auto}.what-we-do__container{padding:50px 16px}.what-we-do__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:1200px;margin-bottom:60px}.what-we-do__title .line{overflow:hidden}.what-we-do__title .line .letter{color:#9ca9b8}.what-we-do__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap;margin-bottom:24px}.what-we-do__grid{display:grid;grid-template-columns:repeat(2,1fr);row-gap:40px;column-gap:14px;justify-content:space-between;max-width:100%}.what-we-do__item{display:flex;flex-direction:column;gap:6px}.what-we-do__item-subtitle{font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.what-we-do__item-divider{border-left:1.2px solid #bdc7d3;border-bottom:1.2px solid #bdc7d3;width:10px;height:50px}.what-we-do__item-title-container{display:flex;gap:16px}.what-we-do__item-title{font-weight:400;font-size:80px;line-height:1;letter-spacing:-.04em;text-transform:uppercase}.what-we-do__item-description{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381}@media only screen and (min-width:768px){.what-we-do__grid{grid-template-columns:repeat(3,1fr);max-width:600px;margin-left:auto}.what-we-do__item{width:155px}}@media only screen and (min-width:1280px){.what-we-do__container{padding:90px 32px}.what-we-do__title{font-size:64px;margin-bottom:80px}.what-we-do__label{padding-top:10px;margin-right:120px;margin-bottom:0}.what-we-do__grid{row-gap:80px;column-gap:0;max-width:913px}.what-we-do__item{width:180px}.what-we-do__item-subtitle{font-size:16px}.what-we-do__item-title{font-size:110px}.what-we-do__item-description{font-size:16px}}.product-video__wrapper{max-width:1376px;height:260px;margin:0 auto;border-radius:6px;background:#f0f2f5;overflow:hidden;position:relative}.product-video__video{width:100%;height:100%;object-fit:cover;display:block;max-width:100%}.product-video__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:500px;padding:14px 18px;height:42px;border:none;font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#fbfdff;background:#070707;cursor:pointer;display:flex;gap:12px;align-items:center;justify-content:center;transition:.3s ease}@media only screen and (min-width:768px){.product-video__wrapper{height:400px;border-radius:24px}}@media only screen and (min-width:1280px){.product-video__wrapper{height:600px;border-radius:32px}.product-video__play-button{padding:16px 24px 16px 19px;height:48px;font-size:16px;gap:15px}.product-video__play-button:hover{background:#000c}}.product-video{max-width:1440px;margin:0 auto}.product-video__container{padding:40px 16px 50px}@media only screen and (min-width:1280px){.product-video__container{padding:25px 32px 50px}}.service-tab{position:absolute;top:0;left:0;display:flex;align-items:center;--tab-color: #8ab6fe}.service-tab__main{display:flex;align-items:center;width:220px;height:48px;background-color:var(--tab-color);border-top-left-radius:16px;padding-left:12px}.service-tab__text{font-size:14px;line-height:1;letter-spacing:-.01em;color:#fff;width:206px;text-align:start}.service-tab__text span{padding-left:4px}.service-tab__shape{width:48px;height:48px;margin-left:-4px}.service-tab__shape svg{width:100%;height:100%}@media only screen and (min-width:1280px){.service-tab__main{width:233px}.service-tab__text{font-size:16px;width:205px;text-align:center}.service-tab__text span{padding-left:0}}.service-card{padding-top:48px;position:sticky;top:10px;z-index:calc(var(--i) + 1)}.service-card__wrapper{position:relative;border-radius:16px;padding:32px 20px 20px;height:595px;width:100%;background:#f0f2f5;display:flex;flex-direction:column-reverse;gap:16px}.service-card__wrapper--first{border-top-left-radius:0!important}.service-card__wrapper:after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,var(--overlay-opacity, 0));border-radius:inherit;pointer-events:none;transition:background-color .3s ease;z-index:5}.service-card__text-wrapper{display:flex;flex-direction:column}.service-card__text-section{width:100%}.service-card__title{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;margin-bottom:16px}.service-card__description{width:305px;font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381;margin-bottom:20px}.service-card__features{display:flex;flex-direction:column;font-size:14px;gap:4px;margin-bottom:20px}.service-card__feature-item{position:relative;padding-left:20px;line-height:1.4;letter-spacing:-.01em;color:#677381}.service-card__feature-item:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background-color:#677381}.service-card__index{line-height:1.4;letter-spacing:-.01em;color:#677381}.service-card__illustration-section{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-card__illustration{max-height:100%;width:auto;object-fit:contain;display:block}@media only screen and (min-width:576px){.service-card{top:60px}.service-card__description{width:auto}}@media only screen and (min-width:768px){.service-card{top:80px}.service-card__wrapper{height:635px}.service-card__illustration{max-width:696px}}@media only screen and (min-width:992px){.service-card__wrapper{flex-direction:row;gap:0px;height:435px}.service-card__text-wrapper{justify-content:space-between}.service-card__text-section{width:423px;flex-shrink:0}.service-card__title{margin-bottom:20px}.service-card__description{width:auto;margin-bottom:32px}.service-card__illustration{max-width:100%}}@media only screen and (min-width:1280px){.service-card{top:120px}.service-card__wrapper{padding:0;border-radius:20px;height:560px;flex-direction:row;gap:0px}.service-card__text-wrapper{padding:60px 0 60px 60px;justify-content:space-between}.service-card__text-section{width:473px;flex-shrink:0}.service-card__title{font-size:36px;margin-bottom:20px}.service-card__description{width:auto;font-size:16px;margin-bottom:32px}.service-card__features{font-size:16px;margin-left:150px}.service-card__feature-item:before{width:8px;height:8px}.service-card__illustration{max-width:100%}}.service-card__cta{height:42px;padding:0 20px;font-size:14px}@media only screen and (min-width:1280px){.service-card__cta{height:48px;padding:0 24px;font-size:16px}}.our-services{max-width:1440px;margin:0 auto}.our-services__container{padding:50px 16px}.our-services__title-container{position:relative;display:flex;flex-direction:column;gap:24px;margin-bottom:48px;justify-content:start}.our-services__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:670px}.our-services__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.our-services__card-list{position:relative;display:flex;flex-direction:column;gap:120px}@media only screen and (min-width:1280px){.our-services__container{padding:90px 32px}.our-services__title-container{flex-direction:row;justify-content:center}.our-services__title{font-size:64px;text-align:center}.our-services__label{position:absolute;left:0;top:0;padding-top:10px}}.ecosystem-card{display:flex;flex-direction:column;gap:12px}.ecosystem-card__illustration-container{display:flex;align-items:center;gap:30px}.ecosystem-card__illustration{width:64px;height:64px}.ecosystem-card__divider{width:100%;height:10px;border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3}.ecosystem-card__content{display:flex;flex-direction:column;gap:12px}.ecosystem-card__title{max-width:200px;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em}.ecosystem-card__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381;max-width:360px}@media only screen and (min-width:1280px){.ecosystem-card{gap:20px}.ecosystem-card__illustration{width:80px;height:80px;flex-shrink:0}.ecosystem-card__body{display:flex;align-items:center;gap:151px}.ecosystem-card__content{gap:20px}.ecosystem-card__title{max-width:100%;font-size:24px}.ecosystem-card__description{font-size:16px}}.apps-ecosystem{max-width:1440px;margin:0 auto}.apps-ecosystem__container{padding:50px 16px}.apps-ecosystem__title-wrapper{display:flex;flex-direction:column;gap:24px;justify-content:space-between;margin-bottom:48px}.apps-ecosystem__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em}.apps-ecosystem__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap;margin-bottom:24px}.apps-ecosystem__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;max-width:424px}.apps-ecosystem__card-list{display:grid;grid-template-columns:repeat(1,1fr);row-gap:48px;list-style:none;padding:0;margin:0}@media only screen and (min-width:768px){.apps-ecosystem__title{max-width:500px}.apps-ecosystem__description{max-width:370px}.apps-ecosystem__card-list{grid-template-columns:repeat(2,1fr);row-gap:48px;column-gap:52px}.apps-ecosystem__card-list>li:nth-child(1){grid-column:2}.apps-ecosystem__card-list>li:nth-child(2){grid-column:1}.apps-ecosystem__card-list>li:nth-child(3){grid-column:2}.apps-ecosystem__card-list>li:nth-child(4){grid-column:1}.apps-ecosystem__card-list>li:nth-child(5){grid-column:2}}@media only screen and (min-width:1280px){.apps-ecosystem__container{padding:90px 32px}.apps-ecosystem__title-wrapper{flex-direction:row;gap:0px;align-items:end;margin-bottom:100px}.apps-ecosystem__title{font-size:64px;max-width:749px}.apps-ecosystem__label{padding-top:10px;margin-right:120px;margin-bottom:0}.apps-ecosystem__description{font-size:16px;max-width:424px}.apps-ecosystem__card-list{grid-template-columns:repeat(3,1fr);row-gap:60px;column-gap:62px}.apps-ecosystem__card-list>li:nth-child(1){grid-column:2}.apps-ecosystem__card-list>li:nth-child(2){grid-column:3}.apps-ecosystem__card-list>li:nth-child(3){grid-column:1}.apps-ecosystem__card-list>li:nth-child(4){grid-column:2}.apps-ecosystem__card-list>li:nth-child(5){grid-column:3}}.divider{position:absolute;left:-16px;top:42px;width:100vw;max-width:1440px}@media only screen and (min-width:1280px){.divider{left:-32px;top:46px}}.explore-app-card{display:flex;flex-direction:column;background:#f0f2f5;border-radius:20px;padding:24px;gap:32px;height:100%}.explore-app-card__label{font-weight:400;font-size:16px;line-height:1.3;letter-spacing:-.02em;text-transform:lowercase;color:#1d51ee}.explore-app-card__illustration .roof{opacity:0;transition:opacity .3s ease}.explore-app-card__illustration:hover .roof{opacity:1}.explore-app-card__title-wrapper{display:inline-flex;flex-direction:column;justify-content:space-between;align-items:start;height:100%}.explore-app-card__title{display:flex;align-items:center;gap:4px;font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.explore-app-card__title-with-icon{display:inline-flex;align-items:center;gap:4px}.explore-app-card__description{font-size:14px;letter-spacing:-.01em;color:#677381;margin-bottom:20px}@media only screen and (min-width:1280px){.explore-app-card__description{font-size:16px}}.explore-app-card__ctas-bar{width:100%;display:flex;align-items:center;gap:8px}.ecosystem-tab{position:relative;cursor:pointer;display:flex;align-items:center;z-index:var(--tab-z, 1);transform:translate(var(--tab-offset, 0px));transition:transform .3s ease;--tab-color: #f0f2f5;--text-color: #384049;--stroke-color: #e5e8ed}.ecosystem-tab__main{display:flex;align-items:center;height:42px;background-color:var(--tab-color);border-top-left-radius:16px;padding-left:12px;border:1px solid var(--stroke-color);border-right:none}.ecosystem-tab__text{font-size:14px;line-height:1;letter-spacing:-.01em;color:var(--text-color);text-align:center;transition:color .3s ease}.ecosystem-tab__shape{position:relative;width:46px;height:42px;margin-left:-4px;z-index:-10}.ecosystem-tab__shape svg{width:100%;height:100%}.ecosystem-tab:not(.active):hover .ecosystem-tab__text{color:#8ab6fe}.ecosystem-tab:not(.active):hover{transform:translate(calc(var(--tab-offset, 0px) + 5px))}@media only screen and (min-width:1280px){.ecosystem-tab__main{height:48px;padding-left:20px}.ecosystem-tab__text{font-size:16px}.ecosystem-tab__shape{width:46px;height:48px;margin-left:-1px}}.ecosistem-tabs-group__tabs-list{display:flex}.ecosistem-tabs-group__tabs-list>*:not(:first-child){position:relative;margin-left:-20px}.ecosistem-tabs-group__tabs-list>*{flex:0 0 auto}.explore-all-apps{max-width:1440px;margin:0 auto}.explore-all-apps__container{padding:50px 16px;display:flex;flex-direction:column;justify-content:center}.explore-all-apps__title-wrapper{position:relative;display:flex;flex-direction:column;margin-bottom:40px;justify-content:start}.explore-all-apps__title-container{max-width:450px;display:flex;flex-direction:column;gap:24px}.explore-all-apps__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:670px}.explore-all-apps__description{font-size:14px;letter-spacing:-.01em;color:#384049}.explore-all-apps__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.explore-all-apps__tabs-bar-wrapper{position:relative;margin-bottom:18px}.explore-all-apps__tabs-bar{display:flex;overflow-x:auto;width:100vw;margin-left:-16px;padding-left:16px;padding-right:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.explore-all-apps__tabs-bar::-webkit-scrollbar{display:none}.explore-all-apps__app-list{margin-bottom:40px}.explore-all-apps__button-bar{display:flex;flex-direction:column;width:100%;gap:12px}@media only screen and (min-width:768px){.explore-all-apps__tabs-bar-wrapper{margin-bottom:44px}.explore-all-apps__tabs-bar{overflow:visible;width:auto;margin-left:0;padding:0;justify-content:space-between}}@media only screen and (min-width:1280px){.explore-all-apps__container{padding:90px 32px}.explore-all-apps__title-wrapper{justify-content:center;flex-direction:row}.explore-all-apps__title-container{text-align:center}.explore-all-apps__title{font-size:64px;text-align:center}.explore-all-apps__description{font-size:16px}.explore-all-apps__label{position:absolute;left:0;top:0;padding-top:10px}.explore-all-apps__tabs-bar-wrapper{margin-bottom:54px}.explore-all-apps__tabs-bar{position:relative}}.explore-all-apps__app-list{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;align-items:stretch;margin-bottom:40px}.explore-all-apps__app-list .card,.explore-all-apps__app-list .card--wide{grid-column:span 1}@media only screen and (min-width:768px){.explore-all-apps__app-list{grid-template-columns:repeat(2,1fr)}.explore-all-apps__app-list .card--wide{grid-column:span 2}}@media only screen and (min-width:992px){.explore-all-apps__app-list{grid-template-columns:repeat(3,1fr)}.explore-all-apps__app-list .card--wide{grid-column:span 2}}@media only screen and (min-width:1400px){.explore-all-apps__app-list{grid-template-columns:repeat(4,1fr)}.explore-all-apps__app-list .card--wide{grid-column:span 2}}.explore-all-apps__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.explore-all-apps__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.explore-all-apps__cta{height:48px;padding-left:51px;margin-right:0}}.explore-all-apps__btn{height:42px;padding-left:24px}@media only screen and (min-width:1280px){.explore-all-apps__btn{height:48px;padding-left:51px}}.slider-controls-pagination{display:flex;align-items:center;gap:4px;font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#9ca9b8;-webkit-user-select:none;user-select:none;flex-shrink:0}.slider-controls-pagination__current{color:#1d51ee}.slider-controls-pagination__current,.slider-controls-pagination__total{display:inline-block;width:2ch;text-align:center}.case-study-slider-controls{display:flex;align-items:center;justify-content:space-between}.case-study-slider-controls__container{display:flex;align-items:center;gap:16px}.case-study-slider-controls__pagination-mobile-bar{display:block}.case-study-slider-controls__pagination-bar{display:none}@media only screen and (min-width:768px){.case-study-slider-controls__pagination-mobile-bar{display:none}.case-study-slider-controls__pagination-bar{display:block}}.case-study-card{padding-top:24px;display:flex;flex-direction:column;gap:24px}.case-study-card__header-top{display:flex;flex-direction:column}.case-study-card__categories{display:flex;align-items:center;gap:8px}.case-study-card__category{line-height:1.3;letter-spacing:-.02em;text-transform:lowercase;color:#1d51ee;margin-bottom:20px}.case-study-card__title{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;margin-bottom:24px}.case-study-card__challenge-solution-sections{display:flex;flex-direction:column;gap:12px;align-items:center}.case-study-card__challenge-section{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:24px;width:100%;background:#f0f2f5}.case-study-card__challenge-section .case-study-card__section-header{margin-bottom:40px}.case-study-card__challenge-section .case-study-card__section-header .case-study-card__section-title{color:#000;font-weight:500;font-size:20px;line-height:1.2;letter-spacing:-.02em}.case-study-card__challenge-section .case-study-card__section-header .case-study-card__section-divider{background-color:#070707}.case-study-card__challenge-section .case-study-card__challenge{color:#677381;font-size:14px}.case-study-card__solution-section{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:24px;width:100%;background:var(--solution-bg)}.case-study-card__solution-section .case-study-card__section-header{margin-bottom:40px}.case-study-card__solution-section .case-study-card__section-header .case-study-card__section-title{color:#fff;font-weight:500;font-size:20px;line-height:1.2;letter-spacing:-.02em}.case-study-card__solution-section .case-study-card__section-header .case-study-card__section-divider{background-color:#fbfdff}.case-study-card__solution-section .case-study-card__solution{color:#fff;font-size:14px}.case-study-card__section-header{display:flex;align-items:center;justify-content:space-between}.case-study-card__section-divider{width:10px;height:10px;border-radius:50%}.case-study-card__slider-controls-wrapper{display:none}.case-study-card__slider-controls-wrapper-mobile{display:block}@media only screen and (min-width:768px){.case-study-card__challenge-solution-sections{flex-direction:row;align-items:end;justify-content:center}}@media only screen and (min-width:1280px){.case-study-card{padding-top:20px;padding-bottom:50px;flex-direction:row;gap:12px;justify-content:space-between}.case-study-card>:first-child{flex:0 0 33.333%}.case-study-card>:not(:first-child){flex:1 1 0}.case-study-card__header{display:flex;flex-direction:column;align-items:start;justify-content:space-between}.case-study-card__header-top{display:block}.case-study-card__title{font-size:36px;width:450px}.case-study-card__challenge-solution-sections-wrapper{display:flex;flex-direction:column;gap:60px;align-items:end}.case-study-card__challenge-solution-sections{width:100%;flex-direction:row}.case-study-card__challenge-section{width:100%;border-radius:20px;padding:40px 32px 32px}.case-study-card__challenge-section .case-study-card__section-header{margin-bottom:70px}.case-study-card__challenge-section .case-study-card__section-header .case-study-card__section-title{font-size:24px}.case-study-card__challenge-section .case-study-card__challenge{font-size:16px}.case-study-card__solution-section{border-radius:20px;padding:40px 32px 32px}.case-study-card__solution-section .case-study-card__section-header{margin-bottom:142px}.case-study-card__solution-section .case-study-card__section-header .case-study-card__section-title{font-size:24px}.case-study-card__solution-section .case-study-card__solution{font-size:16px}.case-study-card__slider-controls-wrapper{display:block}.case-study-card__slider-controls-wrapper-mobile{display:none}}.case-study-card__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.case-study-card__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.case-study-card__cta{height:48px;padding-left:51px;margin-right:0}}.case-studies-tabs-group__list{width:max-content}.case-studies-tabs-group__list{display:flex}.case-studies-tabs-group__list>*:not(:first-child){position:relative;margin-left:-20px}.case-studies-tabs-group__list>*{flex:0 0 auto}.case-studies{max-width:1440px;margin:0 auto}.case-studies__container{padding:50px 16px;display:flex;flex-direction:column;justify-content:center}.case-studies__title-wrapper{position:relative;display:flex;flex-direction:column;margin-bottom:40px;justify-content:start}.case-studies__title-container{display:flex;flex-direction:column;gap:24px}.case-studies__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;text-transform:capitalize;max-width:670px}.case-studies__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.case-studies__tabs-wrapper{position:relative;margin-bottom:20px}.case-studies__tabs-bar{display:flex;overflow-x:auto;width:100vw;margin-left:-16px;padding-left:16px;padding-right:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.case-studies__tabs-bar::-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.case-studies__tabs-bar{overflow:visible;width:auto;margin-left:0;padding:0;justify-content:space-between}.case-studies__divider{border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;width:100%;height:10px;margin-left:auto;margin-right:auto}}@media only screen and (min-width:1280px){.case-studies__container{padding:90px 32px}.case-studies__title-wrapper{flex-direction:row;justify-content:center}.case-studies__title-container{max-width:575px;text-align:center}.case-studies__title{font-size:64px;text-align:center}.case-studies__label{position:absolute;left:0;top:0;padding-top:10px}.case-studies__tabs-wrapper{margin-bottom:52px}.case-studies__tabs-bar{position:relative}}.case-studies__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.case-studies__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.case-studies__cta{height:48px;padding-left:51px;margin-right:0}}.case-studies__btn{height:42px}@media only screen and (min-width:1280px){.case-studies__btn{height:48px}}.about-company{padding:50px 16px;max-width:1440px;margin:0 auto}.about-company__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;margin-bottom:40px}.about-company__title .line{overflow:hidden}.about-company__title .line .letter{color:#9ca9b8}.about-company__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:120px;vertical-align:top;white-space:nowrap;margin-bottom:24px}.about-company__content{display:flex;flex-direction:column;gap:40px;max-width:1307px;margin-bottom:40px}.about-company__illustration-wrapper{border-radius:16px;width:100%;height:auto;overflow:hidden}.about-company__illustration{width:100%;height:100%;object-fit:cover;border-radius:inherit}.about-company__text-wrapper{display:flex;flex-direction:column;gap:24px;flex:1}.about-company__description{font-size:14px;letter-spacing:-.01em;color:#384049}.about-company__card-list{display:grid;grid-template-columns:repeat(1,1fr);row-gap:48px;list-style:none;padding:0;margin:0}@media only screen and (min-width:768px){.about-company__card-list{grid-template-columns:repeat(2,1fr);row-gap:48px;column-gap:52px}.about-company__card-list>li:nth-child(1){grid-column:2}.about-company__card-list>li:nth-child(2){grid-column:1}.about-company__card-list>li:nth-child(3){grid-column:2}.about-company__card-list>li:nth-child(4){grid-column:1}.about-company__card-list>li:nth-child(5){grid-column:2}}@media only screen and (min-width:1280px){.about-company{padding:90px 32px}.about-company__title{font-size:64px}.about-company__label{padding-top:10px;margin-bottom:0}.about-company__content{flex-direction:row;gap:62px;margin-bottom:60px}.about-company__illustration-wrapper{border-radius:20px;width:863px;height:480px}.about-company__text-wrapper{align-items:start}.about-company__description{font-size:16px}.about-company__card-list{grid-template-columns:repeat(3,1fr);row-gap:60px;column-gap:62px}.about-company__card-list>li:nth-child(1){grid-column:1}.about-company__card-list>li:nth-child(2){grid-column:2}.about-company__card-list>li:nth-child(3){grid-column:3}.about-company__card-list>li:nth-child(4){grid-column:2}.about-company__card-list>li:nth-child(5){grid-column:3}}.about-company__cta{width:100%;height:42px}@media only screen and (min-width:768px){.about-company__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.about-company__cta{height:48px;margin-right:0}}.rating{display:flex;align-items:center;gap:6px}.rating__value{font-weight:500;color:#070707}.rating__stars{display:flex;gap:2px}.rating__star{display:block}.review-card{display:flex;flex-direction:column;gap:48px;padding:32px 24px 24px;border-radius:16px;background-color:#f0f2f5;width:calc(100vw - 31px);max-width:406px}.review-card__rating{display:flex;align-items:center;justify-content:space-between}.review-card__summary{font-size:18px;line-height:1.2;letter-spacing:-.02em;margin-bottom:24px}.review-card__text{font-size:14px;letter-spacing:-.01em;color:#384049}.review-card__author{font-size:14px;letter-spacing:-.01em;color:#677381}.review-card__text p{margin-bottom:1em}.review-card__text ul,.review-card__text ol{padding-left:1.5em;margin-bottom:1em;list-style-position:outside}.review-card__text ul{list-style-type:disc}.review-card__text ol{list-style-type:decimal}.review-card__text li{margin-bottom:.5em}@media only screen and (min-width:768px){.review-card{width:386px}}@media only screen and (min-width:1280px){.review-card{border-radius:20px;width:406px}.review-card__summary{font-size:20px}.review-card__text,.review-card__author{font-size:16px}}.our-testimonials{padding:50px 0;max-width:1440px;margin:0 auto}.our-testimonials__container{position:relative}.our-testimonials__title-wrapper{max-width:1376px;display:flex;flex-direction:column;margin-bottom:40px;padding-left:16px;gap:24px}.our-testimonials__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:320px}.our-testimonials__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:120px;vertical-align:top;white-space:nowrap}.our-testimonials__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;max-width:380px}.our-testimonials__review-list{display:flex;align-items:start;gap:12px}.our-testimonials__scroll-wrapper{overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:auto}.our-testimonials__scroll-wrapper::-webkit-scrollbar{display:none}.our-testimonials__scroll-track{display:flex;gap:12px}.our-testimonials__review-item{flex:0 0 auto;width:calc(100vw - 31px);transition:transform .3s;max-width:406px}@media only screen and (min-width:768px){.our-testimonials__review-item{width:386px}}@media only screen and (min-width:1280px){.our-testimonials{padding:90px 0}.our-testimonials__title-wrapper{flex-direction:row;align-items:end;justify-content:space-between;margin-bottom:60px;padding-left:32px;gap:0px}.our-testimonials__title{font-size:64px;max-width:592px}.our-testimonials__label{padding-top:10px}.our-testimonials__description{font-size:16px}.our-testimonials__review-item{width:406px}}.question-zone{max-width:1440px;margin:0 auto}.question-zone__container{padding:50px 16px}.question-zone__title-container{display:flex;flex-direction:column;gap:24px;margin-bottom:40px;justify-content:start}.question-zone__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:670px}.question-zone__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.question-zone__columns{display:flex;gap:30px}@media(max-width:768px){.question-zone__columns{flex-direction:column;gap:0px}}.question-zone__faq-list{list-style:none;padding:0;margin:0;flex:1}@media only screen and (min-width:1280px){.question-zone__container{padding:90px 32px}.question-zone__title-container{position:relative;flex-direction:row;gap:0px;margin-bottom:80px;justify-content:center}.question-zone__title{font-size:64px;text-align:center}.question-zone__label{position:absolute;left:0;top:0;padding-top:10px}.question-zone__faq-item{margin-bottom:20px}}.become-our-partner{max-width:1440px;margin:0 auto;padding:50px 0 0}.become-our-partner__wrapper{display:flex;flex-direction:column;justify-content:space-between;padding:60px 16px;border-radius:16px 16px 0 0;background:#f0f2f5;position:relative;margin-bottom:-20px}.become-our-partner__content{display:flex;flex-direction:column;align-items:start;justify-content:space-between;width:100%;z-index:2;margin-bottom:60px}.become-our-partner__title-container{display:flex;flex-direction:column;gap:24px;width:100%}.become-our-partner__title{position:relative;z-index:2;font-weight:400;font-size:32px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:300px}.become-our-partner__description{font-size:14px;letter-spacing:-.01em;width:100%}.become-our-partner__illustration{margin:0 auto;max-width:736px;width:100%;height:auto;object-fit:cover;flex-shrink:0;z-index:1}.become-our-partner__illustration--animate .color-base{transform:translateY(-25px);transition:all 1.5s ease}.become-our-partner__illustration--animate .item-color-base{opacity:0;transition:all 1.5s ease}.become-our-partner__illustration--animate .person,.become-our-partner__illustration--animate .person-hidden,.become-our-partner__illustration--animate .person-opacity,.become-our-partner__illustration--animate .person-secondary,.become-our-partner__illustration--animate .partner-item-plus-translate{transition:all 1.5s ease}.become-our-partner__illustration--animate .item{transform:translateY(25px);transition:all 1.5s ease}.become-our-partner__illustration--animate .item-opacity{transform:translateY(-25px);transition:all 1.5s ease}.become-our-partner__illustration--animate .item-hidden{opacity:0;transform:translateY(25px);transition:all 1.5s ease}.become-our-partner__illustration--animate .line{stroke-dasharray:2000;stroke-dashoffset:2000;transition:stroke-dashoffset 2s ease-in-out}.become-our-partner__illustration--animate .dot{opacity:0;transition:opacity 1s ease-in-out}.become-our-partner__illustration--animate .line-secondary{stroke-dasharray:2000;stroke-dashoffset:0;transition:stroke-dashoffset 8s ease-in-out}.become-our-partner__illustration--animate .dot-secondary{opacity:1;transition:opacity .3s ease-in-out;transition-delay:1.2s}@media only screen and (min-width:768px){.become-our-partner__title{max-width:500px}.become-our-partner__description{width:530px}}@media only screen and (min-width:1280px){.become-our-partner{padding:70px 32px 12px}.become-our-partner__wrapper{flex-direction:row;justify-content:space-between;padding:60px;border-radius:32px;margin-bottom:0}.become-our-partner__content{max-width:600px;margin-right:-200px;margin-bottom:0}.become-our-partner__title-container{align-items:start;gap:24px}.become-our-partner__title{font-size:64px;line-height:1}.become-our-partner__description{font-size:16px}.become-our-partner__illustration{max-width:none;margin:0;width:auto;height:540px}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes showDot{to{opacity:1}}@keyframes drawLineSecondary{to{stroke-dashoffset:2000}}@keyframes showDotSecondary{to{opacity:0}}.color-base{animation:colorBaseCycle 10s ease-in-out infinite}.item{animation:itemCycle 10s ease-in-out infinite}.item-opacity{animation:itemOpacityCycle 10s ease-in-out infinite}.item-hidden{animation:itemHiddenCycle 10s ease-in-out infinite}.item-color-base{animation:itemColorBaseCycle 10s ease-in-out infinite}.person{animation:personCycle 10s ease-in-out infinite}.person-opacity{animation:personOpacityCycle 10s ease-in-out infinite}.person-hidden{animation:personHiddenCycle 10s ease-in-out infinite}.person-secondary{animation:personSecondaryCycle 10s ease-in-out infinite}.partner-item-plus-translate{animation:itemPlusTranslateCycle 10s ease-in-out infinite}.line{animation:lineCycle 10s ease-in-out infinite}.dot{animation:dotCycle 10s ease-in-out infinite}.line-secondary{animation:lineSecondaryCycle 10s ease-in-out infinite;animation-delay:1s}.dot-secondary{animation:dotSecondaryCycle 10s ease-in-out infinite;animation-delay:.5s}@keyframes colorBaseCycle{0%{transform:translateY(-25px)}45%{transform:translateY(0)}55%{transform:translateY(0)}90%{transform:translateY(-25px)}to{transform:translateY(-25px)}}@keyframes itemCycle{0%{transform:translateY(25px)}45%{transform:translateY(0)}55%{transform:translateY(0)}90%{transform:translateY(25px)}to{transform:translateY(25px)}}@keyframes itemOpacityCycle{0%{transform:translateY(-25px)}45%{transform:translateY(0)}55%{transform:translateY(0)}90%{transform:translateY(-25px)}to{transform:translateY(-25px)}}@keyframes itemHiddenCycle{0%{opacity:0;transform:translateY(25px)}45%{opacity:1;transform:translateY(0)}55%{opacity:1;transform:translateY(0)}90%{opacity:0;transform:translateY(25px)}to{opacity:0;transform:translateY(25px)}}@keyframes itemColorBaseCycle{0%{opacity:0}45%{opacity:1}55%{opacity:1}90%{opacity:0}to{opacity:0}}@keyframes personCycle{0%{transform:translateY(0)}45%{transform:translateY(25px)}55%{transform:translateY(25px)}90%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes personHiddenCycle{0%{opacity:1}45%{opacity:0}55%{opacity:0}90%{opacity:1}to{opacity:1}}@keyframes personOpacityCycle{0%{transform:translateY(0)}45%{transform:translateY(-25px)}55%{transform:translateY(-25px)}90%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes personSecondaryCycle{0%{opacity:1;transform:translateY(0)}45%{opacity:0;transform:translateY(25px)}55%{opacity:0;transform:translateY(25px)}90%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes itemPlusTranslateCycle{0%{transform:translateY(0)}45%{transform:translateY(-20px)}55%{transform:translateY(-20px)}90%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes lineCycle{0%{stroke-dashoffset:2000}35%{stroke-dashoffset:2000}60%{stroke-dashoffset:0}90%{stroke-dashoffset:2000}to{stroke-dashoffset:2000}}@keyframes lineSecondaryCycle{0%{stroke-dashoffset:0}35%{stroke-dashoffset:2000}60%{stroke-dashoffset:2000}90%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes dotCycle{0%{opacity:0}35%{opacity:0}45%{opacity:1}90%{opacity:0}to{opacity:0}}@keyframes dotSecondaryCycle{0%{opacity:1}45%{opacity:0}55%{opacity:0}90%{opacity:1}to{opacity:1}}.become-our-partner__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.become-our-partner__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.become-our-partner__cta{height:48px;padding-left:51px;margin-right:0}}.key-person-card{display:flex;flex-direction:column;height:100%;gap:20px;border-radius:12px;padding:0 0 20px;background:#f0f2f5}.key-person-card__info-container{display:flex;flex-direction:column;gap:24px;padding:0 20px;flex:1}.key-person-card__illustration-wrapper{width:100%;overflow:hidden;border-radius:12px;display:flex;justify-content:center;align-items:center}.key-person-card__illustration-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.key-person-card__name-wrapper{display:flex;flex-direction:column;gap:8px}.key-person-card__person-name{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em}.key-person-card__roles{display:flex;flex-wrap:wrap;gap:6px}.key-person-card__person-role{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee;text-transform:lowercase}.slick-track{display:flex!important}.slick-slide{height:auto!important;display:flex!important}.slick-slide>div{display:flex;flex:1}.contact-hero{padding:36px 16px 100px;max-width:1440px;margin:0 auto}.contact-hero__container{display:flex;flex-direction:column-reverse;gap:62px;flex-shrink:0}.contact-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;margin-bottom:62px;max-width:343px}.contact-hero__content-wrapper{display:flex;flex-direction:column;justify-content:space-between}.contact-hero__description-container{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.contact-hero__label{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.contact-hero__list{display:flex;flex-direction:column;gap:12px}.contact-hero__item{font-size:20px;line-height:1.2;letter-spacing:-.02em}.contact-hero__key-people-list{display:flex;flex-direction:column;align-items:center;gap:12px}@media only screen and (min-width:768px){.contact-hero__key-people-list{flex-direction:row}}@media only screen and (min-width:1280px){.contact-hero{padding:60px 32px 140px}.contact-hero__container{flex-direction:row;gap:24px;justify-content:space-between}.contact-hero__title{font-size:86px;margin-bottom:60px;max-width:450px}.contact-hero__description-container{gap:15px;margin-bottom:0}.contact-hero__item{font-size:24px}.contact-hero__key-people-list{width:532px}}.legal-text h3{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize}.legal-text p{font-size:14px;margin-bottom:1.5em}.legal-text ul,.legal-text ol{padding-left:1.5em;margin-bottom:1em;list-style-position:outside}.legal-text ul{list-style-type:disc}.legal-text ul ::marker{color:#1d51ee}.legal-text ol{list-style-type:decimal}.legal-text li{font-size:14px;margin-bottom:.5em}.legal-text__image{margin:2.5rem 0;border-radius:16px;overflow:hidden}.legal-text__image img{width:100%;height:100%;object-fit:cover}.legal-text blockquote{padding:1.3rem 1.5rem;margin:1.5rem 0;font-size:1.3rem;line-height:1.2;letter-spacing:-.02em;background-color:#f9f9f9;border-radius:20px;border-bottom:3px solid #070707;border-left:1.2px solid #070707;border-right:3px solid #070707;border-top:1.2px solid #070707}@media only screen and (min-width:1280px){.legal-text h3{font-size:36px}.legal-text p,.legal-text li{font-size:16px}.legal-text__image{border-radius:20px}.legal-text blockquote{padding:2.2rem 2rem;margin:2.5rem 0;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em;background-color:#f9f9f9;border-radius:20px;border-bottom:3px solid #070707;border-left:1.2px solid #070707;border-right:3px solid #070707;border-top:1.2px solid #070707}}.legal-sidebar-tab{display:flex;align-items:start;padding:14px 24px 28px;border-radius:16px 16px 0 0;border:1px solid var(--border-color);background:var(--bg-color);color:var(--text-color);margin-top:-14px;height:64px;cursor:pointer;text-decoration:none;z-index:var(--z-index);transition:all .3s ease;width:100%}.legal-sidebar-tab :hover{color:#6f9bff}.legal-sidebar-tab.active{background:#8ab6fe;color:#fff;border-color:#8ab6fe;z-index:50}.legal-sidebar-tab.active :hover{color:#fff}.legal-sidebar-tab__text{margin:0}.mobile-sidebar-select{position:relative;display:flex;flex-direction:column;width:100%}.mobile-sidebar-select__selected{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 10px;border-radius:8px;cursor:pointer;font-size:16px;transition:color .25s ease}.mobile-sidebar-select__selected:hover{color:#6f9bff}.mobile-sidebar-select__icon{flex-shrink:0;transition:transform .6s ease,stroke .25s ease}.mobile-sidebar-select__divider{width:100%;height:8px;border-bottom:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;border-right:1.2px solid #bdc7d3;transition:border-color .25s ease}.mobile-sidebar-select:hover .mobile-sidebar-select__icon{stroke:#6f9bff}.mobile-sidebar-select:hover .mobile-sidebar-select__divider{border-color:#6f9bff}.mobile-sidebar-select--open .mobile-sidebar-select__icon{transform:rotate(180deg)}.mobile-sidebar-select__options{position:absolute;top:58px;left:0;width:100%;max-height:0;opacity:0;overflow:hidden;pointer-events:none;display:flex;flex-direction:column;background-color:#f0f2f5;border:1px solid #e5e8ed;border-top:none;border-radius:0 0 8px 8px;padding:10px 0;z-index:10;transition:max-height .3s ease,opacity .3s ease,transform .3s ease}.mobile-sidebar-select--open .mobile-sidebar-select__options{max-height:300px;opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-sidebar-select__option{padding:10px 20px;cursor:pointer;transition:color .25s ease}.mobile-sidebar-select__option:hover{color:#6f9bff}.mobile-sidebar-select__option--selected{font-weight:500;color:#9ca9b8;cursor:default}.mobile-sidebar-select__option--selected:hover{color:#9ca9b8}.legal-sidebar__navigation-wrapper{display:flex;flex-direction:column;width:100%}.legal-sidebar__navigation-heading{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.legal-sidebar__navigation-list{border-radius:16px;overflow:hidden;padding-top:14px}@media only screen and (min-width:768px){.legal-sidebar__navigation-wrapper{max-width:450px}}@media only screen and (min-width:1280px){.legal-sidebar__navigation-wrapper{width:310px;gap:20px}}.legal-hero{padding:36px 16px 100px;max-width:1440px;margin:0 auto}.legal-hero__title-wrapper{display:flex;flex-direction:column;gap:24px;margin-bottom:62px}.legal-hero__title-wrapper>div{flex:1}.legal-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;margin:0;max-width:600px}.legal-hero__effective-date{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee;margin-left:-7px;text-transform:lowercase}.legal-hero__content-wrapper{display:flex;flex-direction:column;gap:40px}.legal-hero__content-wrapper>aside,.legal-hero__content-wrapper>div{flex:1}@media only screen and (min-width:1280px){.legal-hero{padding:60px 32px 160px}.legal-hero__title-wrapper{flex-direction:row;align-items:flex-end;gap:0px;margin-bottom:120px}.legal-hero__title{font-size:86px}.legal-hero__content-wrapper{flex-direction:row;gap:0}.legal-hero__sidebar-wrapper{position:sticky;top:110px;align-self:flex-start}}.not-found{padding:36px 0 100px;max-width:1440px;margin:0 auto}.not-found__container{display:flex;flex-direction:column}.not-found__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;max-width:100%;gap:40px}.not-found__description-container{padding:0 16px;display:flex;flex-direction:column;gap:24px}.not-found__title{padding:0 16px;margin:0;font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize}.not-found__description{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:375px}.not-found__illustration-wrapper{max-width:987px;width:100%;margin:0 auto;overflow:hidden}.not-found__illustration-wrapper img{width:100%;height:auto;display:block}@media only screen and (min-width:1280px){.not-found{padding:0}.not-found__container{padding-left:32px;flex-direction:row;justify-content:space-between}.not-found__content-wrapper{padding-top:62px;padding-bottom:120px;gap:0px;max-width:357px}.not-found__description-container{padding:0;align-items:start}.not-found__title{padding:0;font-size:86px}.not-found__description{font-size:16px;max-width:100%}}.not-found__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.not-found__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.not-found__cta{height:48px;padding-left:51px;margin-right:0}}.cases-hero{max-width:1440px;margin:0 auto;padding:36px 16px 20px}.cases-hero__container{display:flex;flex-direction:column;gap:24px}.cases-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;margin:0;max-width:440px}.cases-hero__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;max-width:340px}@media only screen and (min-width:1280px){.cases-hero{padding:62px 32px 40px}.cases-hero__container{flex-direction:row;align-items:end;gap:147px}.cases-hero__title{font-size:86px;max-width:778px}.cases-hero__description{font-size:16px;max-width:384px}}.search-input{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.search-input__icon{position:absolute;right:20px;top:18px;display:flex;align-items:center;pointer-events:none}.search-input__field{width:100%;padding:18px 40px 10px 20px;outline:transparent;outline-offset:4px;border:none;font-weight:400;font-size:16px;line-height:1.4;letter-spacing:-.02em;transition:color .2s}.search-input__field::placeholder{color:#bdc7d3}@media only screen and (min-width:768px){.search-input{max-width:451px}}.case-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.case-card__body{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:24px;width:100%;height:400px;background:#f0f2f5;position:relative;z-index:1}.case-card__body--icon .case-card__tags-list{display:flex;flex-direction:column;align-items:start;gap:8px}.case-card__body--icon .case-card__header{flex-direction:row;justify-content:space-between}.case-card__icon-wrapper{width:139px;height:132px}.case-card__header{display:flex;flex-direction:column;gap:16px}.case-card__tags-list{display:flex;align-items:center;gap:8px}.case-card__tag{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.case-card__title{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;max-width:270px}.case-card__content{display:flex;flex-direction:column;gap:24px}.case-card__description{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381}.case-card__footer{display:flex;align-items:center;justify-content:space-between}.case-card__date{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#9ca9b8}.case-card--large-image{flex-direction:column}.case-card--large-image .case-card__image-wrapper{width:100%;height:214px;margin-right:0;flex-shrink:0;position:relative;z-index:0}.case-card--large-image .case-card__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.case-card--large-image .case-card__body{margin-top:-28px;width:100%;height:214px;z-index:1;background:#f0f2f5;position:relative}.case-card--large-image .case-card__description{display:none}.case-card--medium-image{flex-direction:column}.case-card--medium-image .case-card__image-wrapper{width:100%;height:214px;margin-right:0;flex-shrink:0;position:relative;z-index:0}.case-card--medium-image .case-card__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.case-card--medium-image .case-card__body{width:100%;margin-top:-28px;height:214px;z-index:1;background:#f0f2f5;position:relative}@media only screen and (min-width:1280px){.case-card{border-radius:20px}.case-card__body{border-radius:20px;padding:32px;height:486px}.case-card__icon-wrapper{width:142px;height:133px}.case-card__header{gap:24px}.case-card__tag{font-size:16px}.case-card__title{font-size:36px;max-width:400px}.case-card__description,.case-card__date{font-size:16px}.case-card--large-image{flex-direction:row}.case-card--large-image .case-card__image-wrapper{flex-shrink:0;width:520px;height:486px;height:auto;margin-right:-57px}.case-card--large-image .case-card__image-wrapper img{border-radius:20px 0 0 20px}.case-card--large-image .case-card__body{margin-top:0;height:486px;border-radius:20px}.case-card--large-image .case-card__description{display:block}.case-card--medium-image{flex-direction:column}.case-card--medium-image .case-card__image-wrapper{flex-shrink:0;height:240px;margin-bottom:-40px;position:relative;z-index:0}.case-card--medium-image .case-card__image-wrapper img{border-radius:20px}.case-card--medium-image .case-card__body{height:286px;margin-top:0;border-radius:20px}}.case-card{width:100%;max-width:100%;display:flex;flex-direction:column}.case-card__body{width:100%;min-height:auto}@media only screen and (min-width:1280px){.case-card--large-image{flex-direction:row}.case-card--large-image__image-wrapper{width:100%;max-width:100%;flex-shrink:0}.case-card--large-image__body{width:100%}}.case-card--medium-image{width:100%}.pagination-bar{display:flex;align-items:center;gap:24px;margin:0 auto}.pagination-bar__pages{display:flex;align-items:center;gap:16px;color:#9ca9b8}.pagination-bar__page{background:none;border:none;cursor:pointer;font-size:16px}.pagination-bar__page--active{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.pagination-bar__dots{font-size:16px}.our-cases{padding:20px 16px 50px;max-width:1440px;margin:0 auto}.our-cases__container{display:flex;flex-direction:column}.our-cases__list{display:flex;flex-wrap:wrap;flex-direction:column;gap:12px;margin-bottom:60px;margin-left:auto;margin-right:auto}.our-cases__tabs-bar{display:flex;flex-direction:column;gap:24px;align-items:end;margin-left:-16px;padding-left:16px;margin-bottom:40px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.our-cases__tabs-bar::-webkit-scrollbar{display:none}.our-cases__item:hover .case-card__footer button{background:#6f9bff;border-color:#6f9bff;color:#fff}@media only screen and (min-width:768px){.our-cases__list{flex-direction:row;flex-wrap:wrap}.our-cases__tabs-bar{overflow:visible;max-width:451px;width:auto;margin-left:0;padding:0;justify-content:space-between}}@media only screen and (min-width:1280px){.our-cases{padding:40px 32px 90px}.our-cases__list{max-width:100%}.our-cases__tabs-bar{position:relative;flex-direction:row;gap:0px;align-items:end;max-width:100%;margin-left:0;padding-left:0;padding-right:0;margin-bottom:0}}.our-cases__list{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;align-items:stretch}.our-cases__list .our-cases__item--medium,.our-cases__list .our-cases__item--large{grid-column:span 1}@media only screen and (min-width:768px){.our-cases__list{grid-template-columns:repeat(2,1fr)}.our-cases__list .our-cases__item--large{grid-column:span 1}}@media only screen and (min-width:992px){.our-cases__list{grid-template-columns:repeat(3,1fr)}.our-cases__list .card--wide{grid-column:span 1}}@media only screen and (min-width:1280px){.our-cases__list{grid-template-columns:repeat(3,1fr)}.our-cases__list .our-cases__item--medium{grid-column:span 1}.our-cases__list .our-cases__item--large{grid-column:span 2}}.share-bar{display:flex;flex-direction:column;gap:20px}.share-bar__label{font-weight:400;font-size:14px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.share-bar__buttons-container{display:flex;align-items:center;gap:8px}.share-bar__cta{height:42px}@media only screen and (min-width:1280px){.share-bar__cta{height:48px}}.breadcrumbs{font-size:14px;margin-bottom:32px;display:flex;align-items:center}.breadcrumbs__wrapper{display:flex;align-items:center;overflow:hidden}.breadcrumbs__bracket{color:#9ca9b8;flex-shrink:0}.breadcrumbs__text{display:block;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 6px;color:#9ca9b8}.breadcrumbs__link{color:#1d51ee;text-decoration:none}.breadcrumbs__current{color:#9ca9b8;text-transform:lowercase}@media only screen and (min-width:1280px){.breadcrumbs{font-size:16px}}.case-details{padding:36px 0 50px;max-width:1440px;margin:0 auto}.case-details__header-wrapper{padding:0 16px}.case-details__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;margin:0 0 32px;max-width:900px}.case-details__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.case-details__date-wrapper{display:flex;flex-direction:column;align-items:end;gap:4px}.case-details__date{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#9ca9b8}.case-details__tags-list{display:flex;flex-direction:column;gap:4px}.case-details__tag{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee}.case-details__main-image-wrapper{width:100%;height:230px;margin-bottom:40px;border-radius:16px;overflow:hidden;background:#f0f2f5}.case-details__main-image-wrapper img{width:100%;height:100%;object-fit:cover}.case-details__main-image-wrapper--icon img{width:100%;height:100%;object-fit:contain}.case-details__content-wrapper{padding:0 16px;display:flex;flex-direction:column;gap:40px}.case-details__divider{border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3;width:calc(100% - 32px);height:10px;margin-bottom:40px;margin-left:auto;margin-right:auto}@media only screen and (min-width:768px){.case-details{padding:36px 16px 50px}.case-details__header-wrapper,.case-details__content-wrapper{padding:0}.case-details__divider{width:100%}.case-details__main-image-wrapper{height:400px;margin-bottom:40px;border-radius:24px}}@media only screen and (min-width:1280px){.case-details{padding:62px 32px 90px}.case-details__title{font-size:64px}.case-details__tags-list{display:flex;flex-direction:row;align-items:center;gap:8px}.case-details__main-image-wrapper{height:480px;margin-bottom:80px;border-radius:32px}.case-details__content-wrapper{flex-direction:row;gap:153px}.case-details__sidebar-wrapper{display:flex;flex-direction:column;gap:60px;position:sticky;top:110px;align-self:flex-start}.case-details__text-wrapper{max-width:682px;margin:0}}.related-case-studies{padding:50px 16px;max-width:1440px;margin:0 auto}.related-case-studies__title-wrapper{max-width:1376px;display:flex;flex-direction:column;margin-bottom:40px;gap:24px}.related-case-studies__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:320px}.related-case-studies__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:120px;vertical-align:top;white-space:nowrap}.related-case-studies__list{display:flex;flex-wrap:wrap;flex-direction:column;gap:12px;margin-bottom:40px;margin-left:auto;margin-right:auto}.related-case-studies__button-wrapper{display:flex;justify-content:center}@media only screen and (min-width:768px){.related-case-studies__title-wrapper{flex-direction:row;align-items:end;justify-content:space-between;gap:0px}.related-case-studies__cta-tablet{height:42px}.related-case-studies__list{flex-direction:row;flex-wrap:wrap}}@media only screen and (min-width:1280px){.related-case-studies{padding:90px 32px}.related-case-studies__cta-tablet{height:48px}.related-case-studies__title-wrapper{margin-bottom:60px}.related-case-studies__title{font-size:64px;max-width:580px}.related-case-studies__label{padding-top:10px}.related-case-studies__list{max-width:100%}}.related-case-studies__list{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;align-items:stretch}.related-case-studies__list .related-case-studies__item--medium,.related-case-studies__list .related-case-studies__item--large{grid-column:span 1}@media only screen and (min-width:768px){.related-case-studies__list{grid-template-columns:repeat(2,1fr)}.related-case-studies__list .related-case-studies__item--large{grid-column:span 1}}@media only screen and (min-width:992px){.related-case-studies__list{grid-template-columns:repeat(3,1fr)}.related-case-studies__list .card--wide{grid-column:span 1}}@media only screen and (min-width:1280px){.related-case-studies__list{grid-template-columns:repeat(3,1fr)}.related-case-studies__list .related-case-studies__item--medium{grid-column:span 1}.related-case-studies__list .related-case-studies__item--large{grid-column:span 2}}.related-case-studies__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.related-case-studies__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.related-case-studies__cta{height:48px;padding-left:51px;margin-right:0}}.partners-hero{padding:35px 16px 50px;max-width:1440px;margin:0 auto}.partners-hero__container{display:flex}.partners-hero__content{display:flex;flex-direction:column;align-items:start;width:100%;gap:40px}.partners-hero__title{position:relative;z-index:2;font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;margin:0}.partners-hero__description-wrapper{display:flex;flex-direction:column;gap:24px;width:100%;align-items:flex-start}.partners-hero__description{letter-spacing:-.01em;color:#384049;max-width:458px}.partners-hero__mobile-image-wrapper{width:100%;height:auto;object-fit:cover;overflow:hidden;margin:0 auto;max-width:736px}.partners-hero__mobile-image-wrapper img{width:100%;height:100%}@media only screen and (min-width:1280px){.partners-hero{padding:0 0 52px 32px}.partners-hero__content{justify-content:space-between;width:100%;padding-top:42px;padding-bottom:46px;max-width:682px;margin-right:-200px;gap:0px}.partners-hero__title{font-size:86px}.partners-hero__description{max-width:358px}.partners-hero__image-wrapper{width:auto;height:648px;object-fit:cover;flex-shrink:0;z-index:1}.partners-hero__image-wrapper img{width:100%;height:100%;object-fit:cover}}.partners-hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.partners-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.partners-hero__cta{height:48px;padding-left:51px;margin-right:0}}.why-our-company{padding:50px 16px;max-width:1440px;margin:0 auto}.why-our-company__title-container{display:flex;flex-direction:column;gap:24px;margin-bottom:40px;justify-content:start}.why-our-company__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em}.why-our-company__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.why-our-company__content{display:flex;flex-direction:column;gap:40px;max-width:1307px;margin-bottom:40px}.why-our-company__illustration-wrapper{border-radius:16px;width:100%;height:auto;overflow:hidden}.why-our-company__illustration{width:100%;height:100%;object-fit:cover;border-radius:inherit}.why-our-company__text-wrapper{display:flex;flex-direction:column;gap:24px;flex:1}.why-our-company__subtitle{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em}.why-our-company__description{font-size:14px;letter-spacing:-.01em;color:#384049}.why-our-company__card-list{display:grid;grid-template-columns:repeat(1,1fr);row-gap:48px;list-style:none;padding:0;margin:0}@media only screen and (min-width:768px){.why-our-company__card-list{grid-template-columns:repeat(2,1fr);row-gap:48px;column-gap:52px}.why-our-company__card-list>li:nth-child(1){grid-column:2}.why-our-company__card-list>li:nth-child(2){grid-column:1}.why-our-company__card-list>li:nth-child(3){grid-column:2}.why-our-company__card-list>li:nth-child(4){grid-column:1}.why-our-company__card-list>li:nth-child(5){grid-column:2}}@media only screen and (min-width:1280px){.why-our-company{padding:50px 32px}.why-our-company__title-container{position:relative;flex-direction:row;gap:0px;margin-bottom:40px;justify-content:space-between}.why-our-company__title{font-size:64px;max-width:914px}.why-our-company__label{padding-top:10px;margin-bottom:0}.why-our-company__content{flex-direction:row;gap:62px;margin-bottom:60px}.why-our-company__illustration-wrapper{border-radius:20px;width:863px;height:480px}.why-our-company__text-wrapper{align-items:start}.why-our-company__subtitle{font-size:24px}.why-our-company__description{font-size:16px}.why-our-company__card-list{grid-template-columns:repeat(3,1fr);row-gap:60px;column-gap:62px}.why-our-company__card-list>li:nth-child(1){grid-column:2}.why-our-company__card-list>li:nth-child(2){grid-column:3}.why-our-company__card-list>li:nth-child(3){grid-column:1}.why-our-company__card-list>li:nth-child(4){grid-column:2}.why-our-company__card-list>li:nth-child(5){grid-column:3}}.scaling-partner{padding-top:50px;max-width:1440px;margin:0 auto}.scaling-partner__container{border-radius:16px 16px 0 0;background:#6f9bff;display:flex;flex-direction:column}.scaling-partner__content{padding:40px 16px;width:100%;border-radius:16px 16px 0 0;max-width:644px}.scaling-partner__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;color:#fff;margin-bottom:24px;max-width:500px}.scaling-partner__description{line-height:1.4;letter-spacing:-.01em;color:#fff;max-width:470px}.scaling-partner__form-wrapper{border-radius:16px 16px 0 0;padding:40px 16px 80px;width:100%;background:#f0f2f5;margin-bottom:-20px}@media only screen and (min-width:1280px){.scaling-partner{padding:90px 32px 12px}.scaling-partner__container{border-radius:32px;flex-direction:row}.scaling-partner__content{padding:60px 34px 50px 60px;border-radius:32px}.scaling-partner__title{font-size:64px;margin-bottom:290px}.scaling-partner__description{max-width:370px}.scaling-partner__form-wrapper{border:2px solid #f0f2f5;border-radius:32px;padding:54px 40px;width:732px;margin-bottom:0}}.our-approach{padding:50px 16px;max-width:1440px;margin:0 auto}.our-approach__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:657px;margin-bottom:24px}.our-approach__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:120px;vertical-align:top;white-space:nowrap;margin-bottom:24px}.our-approach__content{display:flex;flex-direction:column;max-width:1352px;margin-bottom:40px}.our-approach__text-wrapper{display:flex;flex-direction:column;gap:16px;flex:1;max-width:638px}.our-approach__description{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.02em}.our-approach__details{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049}.our-approach__card-list{display:grid;grid-template-columns:repeat(1,1fr);row-gap:48px;list-style:none;padding:0;margin:0}@media only screen and (min-width:768px){.our-approach__card-list{grid-template-columns:repeat(2,1fr);row-gap:48px;column-gap:44px}}@media only screen and (min-width:1280px){.our-approach{padding:90px 32px}.our-approach__title{font-size:64px;margin-bottom:0}.our-approach__label{padding-top:10px;margin-bottom:0}.our-approach__content{flex-direction:row;justify-content:space-between;margin-bottom:80px}.our-approach__illustration-wrapper{border-radius:20px;width:863px;height:480px}.our-approach__text-wrapper{align-items:start;margin-top:157px;gap:40px}.our-approach__description{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em}.our-approach__details{font-size:16px}}.shopify-apps-hero{background-image:none;max-width:1440px;margin:0 auto}.shopify-apps-hero__container{padding:36px 16px 40px}.shopify-apps-hero__content{display:flex;flex-direction:column}.shopify-apps-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:678px;margin-bottom:40px}.shopify-apps-hero__subtitle{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.shopify-apps-hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:405px;margin-bottom:20px}.shopify-apps-hero__mobile-image-wrapper{width:100%;display:flex;justify-content:center;margin:0 auto;max-width:736px}.shopify-apps-hero__mobile-image{max-width:100%;height:auto;object-fit:contain}.shopify-apps-hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (min-width:1280px){.shopify-apps-hero{height:630px}.shopify-apps-hero--with-bg{background-image:var(--hero-bg);background-repeat:no-repeat;background-size:contain;background-position:right top}.shopify-apps-hero__container{padding:32px 32px 25px}.shopify-apps-hero__content{display:flex}.shopify-apps-hero__title{font-size:86px;margin-bottom:217px}.shopify-apps-hero__subtitle{font-size:24px}.shopify-apps-hero__description{margin-bottom:24px}.shopify-apps-hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}.shopify-apps-hero__mobile-image-wrapper{display:none}}.shopify-apps-hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.shopify-apps-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.shopify-apps-hero__cta{height:48px;padding-left:51px;margin-right:0}}.shopify-theme-hero{background-image:none;max-width:1440px;margin:0 auto}.shopify-theme-hero__container{padding:36px 16px 40px}.shopify-theme-hero__content{display:flex;flex-direction:column}.shopify-theme-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:678px;margin-bottom:40px}.shopify-theme-hero__subtitle{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.shopify-theme-hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:405px;margin-bottom:20px}.shopify-theme-hero__mobile-image-wrapper{width:100%;display:flex;justify-content:center;margin:0 auto;max-width:736px}.shopify-theme-hero__mobile-image{max-width:100%;height:auto;object-fit:contain}.shopify-theme-hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (min-width:1280px){.shopify-theme-hero{height:630px}.shopify-theme-hero--with-bg{background-image:var(--hero-bg);background-repeat:no-repeat;background-size:contain;background-position:right top}.shopify-theme-hero__container{padding:32px 32px 25px}.shopify-theme-hero__content{display:flex}.shopify-theme-hero__title{font-size:86px;margin-bottom:217px}.shopify-theme-hero__subtitle{font-size:24px}.shopify-theme-hero__description{margin-bottom:24px}.shopify-theme-hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}.shopify-theme-hero__mobile-image-wrapper{display:none}}.shopify-theme-hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.shopify-theme-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.shopify-theme-hero__cta{height:48px;padding-left:51px;margin-right:0}}.shopify-what-we-do-card{display:flex;flex-direction:column;border-radius:20px;padding:8px 8px 32px;background:#f0f2f5}.shopify-what-we-do-card__content{padding:36px 16px 0;display:flex;flex-direction:column;gap:20px;flex:1}.shopify-what-we-do-card__title{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em}.shopify-what-we-do-card__description{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049}.shopify-what-we-do-card__illustration-wrapper{width:100%;height:340px;overflow:hidden;border-radius:16px;background-color:#fff}.shopify-what-we-do-card__illustration-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.shopify-what-we-do-card.custom-solutions{padding:32px 24px}.shopify-what-we-do-card.custom-solutions .shopify-what-we-do-card__content{padding:0}.shopify-what-we-do-card.custom-solutions .shopify-what-we-do-card__illustration-wrapper{width:80px;height:80px;background-color:transparent;margin-bottom:48px}@media only screen and (min-width:1280px){.shopify-what-we-do-card__description{font-size:16px}.shopify-what-we-do-card.custom-solutions .shopify-what-we-do-card__illustration-wrapper{margin-bottom:80px}}.shopify-theme-what-we-do{padding:50px 16px;max-width:1440px;margin:0 auto}.shopify-theme-what-we-do__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:522px;margin-bottom:24px}.shopify-theme-what-we-do__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:134px;vertical-align:top;white-space:nowrap;margin-bottom:24px}.shopify-theme-what-we-do__content{display:flex;flex-direction:column;margin-bottom:40px}.shopify-theme-what-we-do__text-wrapper{display:flex;flex:1;max-width:669px}.shopify-theme-what-we-do__description{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.02em}.shopify-theme-what-we-do__card-list{display:grid;gap:12px;grid-template-columns:1fr}@media only screen and (min-width:768px){.shopify-theme-what-we-do__card-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1280px){.shopify-theme-what-we-do{padding:90px 32px}.shopify-theme-what-we-do__title{font-size:64px;margin-bottom:0}.shopify-theme-what-we-do__label{padding-top:10px;margin-bottom:0}.shopify-theme-what-we-do__content{flex-direction:row;justify-content:space-between;margin-bottom:60px}.shopify-theme-what-we-do__text-wrapper{align-items:start;margin-top:157px}.shopify-theme-what-we-do__description{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em}.shopify-theme-what-we-do__card-list{grid-template-columns:repeat(3,1fr)}}.custom-solutions-hero{background-image:none;max-width:1440px;margin:0 auto}.custom-solutions-hero__container{padding:36px 16px 40px}.custom-solutions-hero__content{display:flex;flex-direction:column}.custom-solutions-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:678px;margin-bottom:40px}.custom-solutions-hero__subtitle{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.custom-solutions-hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:405px;margin-bottom:20px}.custom-solutions-hero__mobile-image-wrapper{width:100%;display:flex;justify-content:center;margin:0 auto;max-width:736px}.custom-solutions-hero__mobile-image{max-width:100%;height:auto;object-fit:contain}.custom-solutions-hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (min-width:1280px){.custom-solutions-hero{height:630px}.custom-solutions-hero--with-bg{background-image:var(--hero-bg);background-repeat:no-repeat;background-size:contain;background-position:right top}.custom-solutions-hero__container{padding:32px}.custom-solutions-hero__content{display:flex}.custom-solutions-hero__title{font-size:86px;margin-bottom:217px}.custom-solutions-hero__subtitle{font-size:24px}.custom-solutions-hero__description{margin-bottom:24px}.custom-solutions-hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}.custom-solutions-hero__mobile-image-wrapper{display:none}}.custom-solutions-hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.custom-solutions-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.custom-solutions-hero__cta{height:48px;padding-left:51px;margin-right:0}}.custom-solutions-what-we-do{padding:50px 16px;max-width:1440px;margin:0 auto}.custom-solutions-what-we-do__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:614px;margin-bottom:24px}.custom-solutions-what-we-do__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:134px;vertical-align:top;white-space:nowrap;margin-bottom:24px}.custom-solutions-what-we-do__content{display:flex;flex-direction:column;margin-bottom:40px}.custom-solutions-what-we-do__text-wrapper{display:flex;flex:1;max-width:652px}.custom-solutions-what-we-do__description{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.02em}.custom-solutions-what-we-do__card-list{display:grid;gap:12px;grid-template-columns:1fr}@media only screen and (min-width:768px){.custom-solutions-what-we-do__card-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1280px){.custom-solutions-what-we-do{padding:90px 32px}.custom-solutions-what-we-do__title{font-size:64px;margin-bottom:0}.custom-solutions-what-we-do__label{padding-top:10px;margin-bottom:0}.custom-solutions-what-we-do__content{flex-direction:row;justify-content:space-between;margin-bottom:60px}.custom-solutions-what-we-do__text-wrapper{align-items:start;margin-top:157px}.custom-solutions-what-we-do__description{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em}.custom-solutions-what-we-do__card-list{grid-template-columns:repeat(3,1fr)}}.trove-wishlist-hero{background-image:none;max-width:1440px;margin:0 auto}.trove-wishlist-hero__container{padding:36px 16px 40px}.trove-wishlist-hero__content{display:flex;flex-direction:column}.trove-wishlist-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:612px;margin-bottom:40px}.trove-wishlist-hero__subtitle{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.trove-wishlist-hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:405px;margin-bottom:20px}.trove-wishlist-hero__mobile-image-wrapper{width:100%;display:flex;justify-content:center;margin:0 auto;max-width:736px}.trove-wishlist-hero__mobile-image{max-width:100%;height:auto;object-fit:contain}.trove-wishlist-hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}.trove-wishlist-hero__button-wrapper{width:100%;display:flex;flex-direction:column;gap:8px;align-items:center}@media only screen and (min-width:768px){.trove-wishlist-hero__button-wrapper{width:auto;flex-direction:row;margin-right:auto}}@media only screen and (min-width:1280px){.trove-wishlist-hero{height:640px}.trove-wishlist-hero--with-bg{background-image:var(--hero-bg);background-repeat:no-repeat;background-size:contain;background-position:right top}.trove-wishlist-hero__container{padding:32px 32px 25px}.trove-wishlist-hero__content{display:flex}.trove-wishlist-hero__title{font-size:86px;margin-bottom:217px}.trove-wishlist-hero__subtitle{font-size:24px}.trove-wishlist-hero__description{max-width:370px;margin-bottom:24px}.trove-wishlist-hero__button-wrapper{width:auto;flex-direction:row;gap:12px;align-items:center;margin-right:0}.trove-wishlist-hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}.trove-wishlist-hero__mobile-image-wrapper{display:none}}.trove-wishlist-hero__cta{width:100%;height:42px}.trove-wishlist-hero__cta.btn--dark{padding-left:24px}@media only screen and (min-width:768px){.trove-wishlist-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.trove-wishlist-hero__cta{height:48px}.trove-wishlist-hero__cta.btn--dark{padding-left:51px}.trove-wishlist-hero__cta{margin-right:0}}.app-overview{padding:50px 16px;max-width:1440px;margin:0 auto}.app-overview img{height:260px;border-radius:6px;width:100%;object-fit:cover}.app-overview__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:657px;margin-bottom:24px}.app-overview__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:134px;vertical-align:top;white-space:nowrap;margin-bottom:24px}.app-overview__content{display:flex;flex-direction:column;margin-bottom:40px}.app-overview__text-wrapper{display:flex;flex:1;max-width:652px}.app-overview__description{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.02em}@media only screen and (min-width:1280px){.app-overview{padding:90px 32px}.app-overview__container img{height:600px;border-radius:32px}.app-overview__title{font-size:64px;margin-bottom:0}.app-overview__label{padding-top:10px;margin-bottom:0}.app-overview__content{flex-direction:row;justify-content:space-between;margin-bottom:60px}.app-overview__text-wrapper{align-items:start;margin-top:157px}.app-overview__description{font-weight:400;font-size:24px;line-height:1.2;letter-spacing:-.02em}}.app-feature-card{display:flex;flex-direction:column-reverse;gap:12px}.app-feature-card__content{padding:40px 20px;display:flex;flex-direction:column;border:2px solid #f0f2f5;border-radius:16px;width:100%}.app-feature-card__image-wrapper{width:100%;height:auto;border-radius:16px;overflow:hidden}.app-feature-card__image-wrapper img{width:100%;height:100%;object-fit:cover}.app-feature-card__text h3{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;margin-bottom:32px}.app-feature-card__text p{font-size:14px;line-height:1.4;letter-spacing:-.01em;margin-bottom:16px}.app-feature-card__text ul,.app-feature-card__text ol{padding-left:1.5em;list-style-position:outside}.app-feature-card__text ul{list-style-type:disc}.app-feature-card__text ul ::marker{color:#1d51ee}.app-feature-card__text ol{list-style-type:decimal}.app-feature-card__text li{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.02em;margin-bottom:8px}@media only screen and (min-width:768px){.app-feature-card__text h3{font-size:36px;margin-bottom:40px}.app-feature-card__text p{font-size:16px;margin-bottom:24px}.app-feature-card__text li{font-size:20px}}@media only screen and (min-width:1280px){.app-feature-card{flex-direction:row;height:504px}.app-feature-card:nth-child(2n){flex-direction:row-reverse}.app-feature-card__content{padding:35px 60px;align-items:start;border-radius:24px;width:calc((100% - 12px)/2)}.app-feature-card__image-wrapper{width:calc((100% - 12px)/2);height:100%;border-radius:24px}.app-feature-card__text{max-width:480px}}.app-feature-card__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.app-feature-card__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.app-feature-card__cta{height:48px;padding-left:51px;margin-right:0}}.app-features{max-width:1440px;margin:0 auto}.app-features__container{padding:50px 16px;display:flex;flex-direction:column;justify-content:center}.app-features__title-wrapper{position:relative;display:flex;flex-direction:column;margin-bottom:40px;justify-content:start}.app-features__title-container{display:flex;flex-direction:column;gap:24px}.app-features__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;text-transform:capitalize;max-width:670px}.app-features__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.app-features__features-list{display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:1280px){.app-features__container{padding:90px 32px}.app-features__title-wrapper{flex-direction:row;justify-content:center}.app-features__title-container{max-width:575px;text-align:center}.app-features__title{font-size:64px;text-align:center}.app-features__label{position:absolute;left:0;top:0;padding-top:10px}}.pricing-card{display:flex;flex-direction:column;border-radius:20px;background-color:var(--theme-color)}.pricing-card__badge{display:flex;justify-content:center;align-items:center;width:100%;padding:6px 0 9px}.pricing-card__badge-text{color:#fff;font-size:14px;line-height:1.4;letter-spacing:-.01em}.pricing-card--most-popular{padding:4px}.pricing-card--most-popular .pricing-card__content{border-radius:16px;background:#fff}.pricing-card__content{display:flex;flex-direction:column;border-radius:20px;padding:24px;background:#f0f2f5}.pricing-card__name{font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-.02em;margin-bottom:8px}.pricing-card__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#677381;margin-bottom:24px}.pricing-card__price{font-weight:400;font-size:64px;line-height:.8;letter-spacing:-.04em;text-transform:capitalize;margin-bottom:24px}.pricing-card__price-value{display:flex;align-items:start}.pricing-card__currency{margin-right:8px}.pricing-card__features{list-style:disc;padding:0;margin:0 0 36px 16px;display:flex;flex-direction:column;gap:10px}.pricing-card__feature{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049}@media only screen and (min-width:1280px){.pricing-card{border-radius:28px}.pricing-card--most-popular .pricing-card__content{border-radius:24px}.pricing-card__content{border-radius:24px;padding:30px 24px 32px}.pricing-card__name{font-size:24px}.pricing-card__description{font-size:16px}.pricing-card__features{gap:8px}.pricing-card__feature{font-size:16px}}.pricing-card__cta{height:42px;padding-left:24px}@media only screen and (min-width:1280px){.pricing-card__cta{height:48px}}.pricing{padding:50px 16px;max-width:1440px;margin:0 auto}.pricing__container{overflow:hidden;position:relative}.pricing__title-wrapper{max-width:1376px;display:flex;flex-direction:column;margin-bottom:40px;gap:24px}.pricing__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:320px}.pricing__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:160px;vertical-align:top;white-space:nowrap}.pricing__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;max-width:423px}.pricing__cards-list{display:grid;gap:12px;grid-template-columns:1fr}@media only screen and (min-width:768px){.pricing__cards-list{grid-template-columns:repeat(2,1fr);align-items:end}}@media only screen and (min-width:992px){.pricing__cards-list{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1280px){.pricing{padding:90px 32px}.pricing__title-wrapper{flex-direction:row;align-items:end;justify-content:space-between;margin-bottom:20px;gap:0px}.pricing__title{font-size:64px;max-width:487px}.pricing__label{padding-top:10px}.pricing__description{font-size:16px}.pricing__cards-list{grid-template-columns:repeat(4,1fr)}}.about-hero{position:relative;margin-top:-60px;padding-top:60px;max-width:1440px;margin-left:auto;margin-right:auto}.about-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.about-hero__container{padding:40px 16px;position:relative;z-index:1}.about-hero__content{display:flex;flex-direction:column}.about-hero__title{font-weight:400;font-size:44px;line-height:1;letter-spacing:-.04em;text-transform:capitalize;max-width:678px;margin-bottom:294px;color:#fff}.about-hero__description{font-size:16px;line-height:1.4;letter-spacing:-.01em;color:#f0f2f5;max-width:405px;margin-bottom:20px}.about-hero__btn-container{display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (min-width:1280px){.about-hero{margin-top:-86px;padding-top:86px}.about-hero__container{padding:47px 32px 51px}.about-hero__title{font-size:86px;margin-bottom:143px}.about-hero__description{margin-bottom:24px}.about-hero__btn-container{flex-direction:row;justify-content:space-between;gap:0}}.about-hero__cta{width:100%;height:42px;padding-left:24px}@media only screen and (min-width:768px){.about-hero__cta{width:auto;margin-right:auto}}@media only screen and (min-width:1280px){.about-hero__cta{height:48px;padding-left:51px;margin-right:0}}.story-card__wrapper{width:100%;display:flex;flex-direction:column-reverse;gap:12px}.story-card__text-wrapper{display:flex;flex-direction:column;border-radius:16px;padding:40px 24px;background:#f0f2f5}.story-card__text-section{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}.story-card__title{font-weight:400;font-size:24px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;color:#070707}.story-card__title-marker{width:12px;height:12px;border-radius:50%;background-color:#070707}.story-card__description{font-weight:400;font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049}.story-card__illustration-section{flex:1;display:flex;align-items:center;justify-content:center}@media only screen and (min-width:576px){.story-card__text-wrapper{padding:40px 36px}.story-card__text-section{margin-bottom:100px}.story-card__description{font-size:16px}}@media only screen and (min-width:1280px){.story-card{position:sticky;top:120px;z-index:calc(var(--i) + 1)}.story-card__wrapper{flex-direction:row}.story-card__text-wrapper{position:relative;padding:40px 60px;border-radius:24px;justify-content:space-between;width:calc((100% - 12px)/2)}.story-card__text-wrapper:after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,var(--overlay-opacity, 0));border-radius:inherit;pointer-events:none;transition:background-color .3s ease;z-index:5}.story-card__text-section{margin-bottom:0}.story-card__title{font-size:36px}.story-card__title-marker{width:16px;height:16px}.story-card__description{font-size:20px}}.our-story{max-width:1440px;margin:0 auto}.our-story__container{padding:100px 16px 50px}.our-story__title-container{position:relative;display:flex;flex-direction:column;gap:24px;margin-bottom:40px;justify-content:start}.our-story__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:570px;text-transform:capitalize}.our-story__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.our-story__card-list{position:relative;display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:1280px){.our-story__container{padding:180px 32px 90px}.our-story__title-container{flex-direction:row;justify-content:center;margin-bottom:60px}.our-story__title{font-size:64px;text-align:center}.our-story__label{position:absolute;left:0;top:0;padding-top:10px}.our-story__card-list{gap:120px}}.team-member-slider-controls{display:flex;align-items:center;gap:20px}.team-member-slider-controls__pagination-bar{flex:1;display:flex;height:2px;background-color:#e5e8ed;overflow:hidden}.team-member-slider-controls__pagination-item{flex:1;background-color:#e0e0e0;transition:background-color .3s}.team-member-slider-controls__pagination-item.active{background-color:#8ab6fe}.icon-rotated{transform:rotate(180deg);display:inline-block}@media only screen and (min-width:1280px){.team-member-slider-controls{gap:14px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.team-member-slider{position:relative}.team-member-slider__slide{padding:0 6px}.team-member-slider .slick-track{display:flex}.team-member-slider .slick-slide{height:auto}.team-member-slider .slick-slide>div{height:100%}.action-banner{display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:24px}.action-banner__content{display:flex;flex-direction:column;align-items:start;justify-content:space-between}.action-banner__title{font-weight:400;font-size:32px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;color:#fff;margin-bottom:60px}.action-banner__message{font-size:16px;line-height:1.4;letter-spacing:-.02em;color:#fff;margin-bottom:24px}@media only screen and (min-width:1280px){.action-banner{flex-direction:row;border-radius:24px;padding:40px;height:278px}.action-banner__title{font-size:36px;margin-bottom:0}.action-banner__message{font-size:18px;margin-bottom:0}.action-banner__content{max-width:262px}}@media only screen and (min-width:1400px){.action-banner__content{max-width:362px}}.action-banner__cta{height:42px;padding-left:24px}@media only screen and (min-width:1280px){.action-banner__cta{height:48px;padding-left:51px}}.our-team{max-width:1440px;margin:0 auto;padding:50px 0}.our-team__container{overflow:hidden;position:relative}.our-team__title-wrapper{display:flex;flex-direction:column;margin-bottom:40px;gap:24px;padding:0 16px}.our-team__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:320px}.our-team__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;margin-right:120px;vertical-align:top;white-space:nowrap}.our-team__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;max-width:380px}.our-team__members-container{margin-bottom:40px;display:flex;flex-direction:column;gap:24px;padding:0 10px}.our-team__banner-container{padding:0 16px;display:flex;flex-direction:column;gap:12px;width:100%}@media only screen and (min-width:768px){.our-team__text-wrapper{min-width:calc(50% - 12px)}.our-team__banner-container{flex-direction:row}.our-team__banner-container>div{flex:1}}@media only screen and (min-width:1280px){.our-team{padding:90px 0}.our-team__title-wrapper{flex-direction:row;align-items:end;justify-content:space-between;margin-bottom:60px;gap:0px;padding:0 32px}.our-team__title{font-size:64px;max-width:580px}.our-team__label{padding-top:10px}.our-team__text-wrapper{display:flex;align-items:end;justify-content:space-between}.our-team__description{font-size:16px}.our-team__members-container{margin-bottom:12px;padding:0 26px}.our-team__banner-container{padding:0 32px}}.about-ecosystem-card{display:flex;flex-direction:column;gap:12px}.about-ecosystem-card__illustration-container{display:flex;align-items:center;gap:30px}.about-ecosystem-card__illustration{width:64px;height:64px}.about-ecosystem-card__divider{width:100%;height:10px;border-top:1.2px solid #bdc7d3;border-left:1.2px solid #bdc7d3}.about-ecosystem-card__content{display:flex;flex-direction:column;gap:12px}.about-ecosystem-card__title{max-width:200px;font-weight:400;font-size:20px;line-height:1;letter-spacing:-.04em;text-transform:capitalize}.about-ecosystem-card__description{font-size:14px;line-height:1.4;letter-spacing:-.01em;color:#384049;max-width:385px}@media only screen and (min-width:768px){.about-ecosystem-card{gap:20px}.about-ecosystem-card__illustration{width:80px;height:80px;flex-shrink:0}.about-ecosystem-card__body{display:flex;align-items:center;gap:90px}.about-ecosystem-card__content{width:100%;flex-direction:row;gap:0px;justify-content:space-between}.about-ecosystem-card__title{max-width:100%;font-size:28px}.about-ecosystem-card__description{font-size:16px;max-width:310px}.about-ecosystem-card__header{display:flex;flex-direction:column;align-items:start;gap:12px}}@media only screen and (min-width:1280px){.about-ecosystem-card__body{gap:382px;padding-right:28px}.about-ecosystem-card__title{font-size:44px}.about-ecosystem-card__description{font-size:20px}.about-ecosystem-card__header{gap:14px}}.about-whatwedo{max-width:1440px;margin:0 auto}.about-whatwedo__container{padding:50px 16px}.about-whatwedo__title-container{position:relative;display:flex;flex-direction:column;gap:24px;margin-bottom:40px;justify-content:start}.about-whatwedo__title{font-weight:400;font-size:32px;line-height:1;letter-spacing:-.02em;max-width:570px;text-transform:capitalize}.about-whatwedo__label{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;color:#1d51ee;display:inline-block;vertical-align:top;white-space:nowrap}.about-whatwedo__card-list{display:flex;flex-direction:column;gap:40px}@media only screen and (min-width:1280px){.about-whatwedo__container{padding:90px 32px}.about-whatwedo__title-container{flex-direction:row;justify-content:center;margin-bottom:60px}.about-whatwedo__title{font-size:64px;text-align:center}.about-whatwedo__label{position:absolute;left:0;top:0;padding-top:10px}}
