:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.about-hero{padding:218px 0 176px}.about-hero .hero-title__block{max-width:100%}.about-hero .hero-title__block h1{color:#495fff;max-width:1100px;margin:0 auto}.about-hero .hero-title__block h1,.about-hero .hero-title__block p{text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:normal}.about-hero .hero-title__block p{color:#01002a}@media screen and (max-width:767px){.about-hero{padding:100px 0 76px}.about-hero .hero-title__block h1{font-size:32px;line-height:38px}.about-hero .hero-title__block p{font-size:30px;line-height:30px}}.bg-leaders{background:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.75)),linear-gradient(180deg,rgba(98,118,255,.35),rgba(98,118,255,.85));position:relative}.leaders-section{padding-bottom:144px}.leaders-section .subtitle-section{margin-bottom:72px}.bg-leaders .bg-leader-absolute{position:absolute;z-index:0;left:-430px;top:-105px}.bg-leaders .container{position:relative}.bg-leaders .bg-item-bottom{position:absolute;z-index:0;opacity:.2;right:0}.leaders-profiles-container{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;text-align:center;row-gap:96px;-moz-column-gap:72px;column-gap:72px}.leaders-profiles-container .leader-item{flex:0 1 270px}.leaders-profiles-container .leader-item img{margin-bottom:24px}.leaders-profiles-container .leader-item .leader-name{color:#01002a;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.leaders-profiles-container .leader-item .leader-position{color:#575673;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width:991px){.leaders-section .title-section{max-width:100%}.bg-leaders .bg-item-bottom{display:none}}@media screen and (max-width:767px){.bg-leaders{overflow:hidden}.leaders-profiles-container .leader-item{max-width:154px}.leaders-profiles-container .leader-item img{max-width:100%;display:block}.leaders-profiles-container .leader-item{flex:1 1 200px;height:270px}.leaders-profiles-container .leader-item .leader-name{font-size:16px}.leaders-profiles-container .leader-item .leader-position{font-size:12px;line-height:18px}}@media screen and (max-width:500px){.leaders-profiles-container{row-gap:48px;-moz-column-gap:24px;column-gap:24px}}.bg-linkedin{background:#f6f7ff;padding-bottom:144px}.linkedin-section .subtitle-section{max-width:800px;margin-bottom:72px}.linkedin-section .swiper{height:auto}.linkedin-section .swiper .swiper-slide{background-color:#eff0f8;border-radius:15px}.linkedind-header{justify-content:space-between;padding:15px 10px 5px}.linkedind-header,.microsoft,.microsoft-icon{display:flex;align-items:center}.microsoft-icon{margin-right:15px;background-color:#fff;border-radius:50%;width:35px;height:35px;justify-content:center}.microsoft-icon img{width:25px;height:25px}.microsoft-content p{margin-bottom:5px;font-size:16px;font-weight:600}.microsoft-content span{margin-bottom:5px;font-size:16px;font-weight:400;color:#575673}.linkedin-icon img{width:35px;height:35px}.linkedind-text{padding:5px 10px 15px}.linkedind-text p{margin-bottom:5px;font-size:16px;line-height:20px}.linkedind-text a{margin-bottom:5px;color:#575673;font-size:16px;text-decoration:none}.linkedind-media{max-width:100%;margin-bottom:10px}.linkedind-media img{max-width:100%;display:block;height:auto}.linkedin-share-favorite{padding:5px 10px 20px;display:flex;justify-content:space-between;align-items:center}.swiper-pagination-about{text-align:center;margin-top:30px}@media screen and (max-width:767px){.linkedin-section .swiper{margin-left:-25px;margin-right:-25px}}@media screen and (max-width:420px){.linkedin-section .swiper{margin-left:0;margin-right:0}}.hero-section{height:736px;display:flex;align-items:center}@media screen and (max-width:991px){.hero-section{height:auto}}.bg-partners .title-section{margin-bottom:72px}.brands-container{padding:44px 0 144px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.brands-container img{max-width:100%;display:block;height:auto}.affiliate-partners:before{display:none}.howit-works-section .content-block{max-width:530px}.content-block p{font-weight:500}.content-block p,.content-block span{color:#575673;font-size:18px;font-style:normal;line-height:24px}.content-block span{font-weight:400;display:block;margin-top:5px}.howit-works-section .connect-block .image-block img{margin-left:-130px}@media screen and (max-width:1400px){.howit-works-section .connect-block .image-block img{margin-left:-13px}}.benefits-item{flex:0 1 400px}.benefits-item p{max-width:500px}.creator-connections-hero{padding:218px 0 176px}.creator-connections-hero .hero-title__block{max-width:100%}.creator-connections-hero .hero-title__block h1{color:#495fff;text-align:center;font-size:48px;font-style:normal;font-weight:500;line-height:normal;max-width:1100px;margin:0 auto 24px}.creator-connections-hero .hero-title__block p{color:#01002a;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:32px;max-width:730px;margin:0 auto 48px}.creator-connections-hero .hero-btns__block{justify-content:center}@media screen and (max-width:991px){.creator-connections-hero .hero-title__block,.creator-connections-hero .hero-title__block h1,.creator-connections-hero .hero-title__block p{max-width:100%}}@media screen and (max-width:767px){.creator-connections-hero{padding:100px 0 76px}.creator-connections-hero .hero-title__block h1{font-size:32px;line-height:38px}.creator-connections-hero .hero-title__block p{font-size:18px;line-height:24px;margin-bottom:32px}.creator-connections-hero .hero-btns__block{flex-direction:column}.creator-connections-hero .hero-btns__block .join-btn{width:100%}}.bg-creator-features{background:#e3e7ff;position:relative}.creator-features-section{padding-bottom:144px}.creator-connection-section{gap:96px;justify-content:center}.creator-image-block,.dashboard-image{max-width:700px;width:100%}.dashboard-image{height:auto;max-height:400px;border-radius:12px;display:block;-o-object-fit:contain;object-fit:contain;margin:0 auto}.creator-content-block{max-width:540px;width:100%}.features-title{color:#3436c4;font-size:32px;font-style:normal;font-weight:500;line-height:40px;margin-bottom:48px}.connection-cards{display:flex;gap:24px}.connection-card{border-radius:16px;background:#fff;border:2px solid #495fff;padding:32px 24px;box-shadow:0 4px 16px rgba(73,95,255,.1);flex:1}.connection-card h4{font-size:20px;font-weight:600;margin-bottom:8px}.connection-card h4,.connection-card p{color:#3436c4;font-style:normal;line-height:24px}.connection-card p{font-size:18px;font-weight:400;margin:0}@media screen and (max-width:991px){.creator-connection-section{flex-direction:column;gap:48px}.creator-content-block,.creator-image-block{max-width:100%}.features-title{font-size:24px;line-height:32px;margin-bottom:32px}.creator-features-section{padding-bottom:72px}}@media screen and (max-width:767px){.connection-cards{flex-direction:column}.connection-card{padding:24px 20px}.connection-card h4{font-size:18px;line-height:22px}.connection-card p{font-size:16px;line-height:20px}.features-title{font-size:20px;line-height:28px}}.bg-management-features{background:#e3e7ff;position:relative}.management-features-section{padding-bottom:144px;text-align:center}.management-title{color:#495fff;font-size:48px;font-style:normal;font-weight:500;line-height:56px;text-align:center;max-width:900px;margin:0 auto 72px}.management-cards-grid{display:flex;justify-content:center;gap:24px;margin-bottom:72px;flex-wrap:wrap}.management-card{background:#495fff;border-radius:24px;padding:48px 24px;text-align:center;flex-direction:column;width:321px;height:398px;flex-shrink:0}.checkmark-icon,.management-card{display:flex;align-items:center;justify-content:center}.checkmark-icon{width:80px;height:80px;border-radius:50%;background:#e3e7ff;margin-bottom:32px}.management-card h3{color:#fff;font-size:24px;font-style:normal;font-weight:500;line-height:32px;text-align:center;margin:0}.management-cta,.sign-up-btn{text-align:center}.sign-up-btn{display:inline-flex;height:54px;padding:12px 48px;justify-content:center;align-items:center;border-radius:8px;background:#495fff;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.06)}.sign-up-btn:hover{opacity:.9}@media screen and (max-width:1200px){.management-cards-grid{gap:20px}.management-card{width:280px;height:347px;padding:40px 20px}}@media screen and (max-width:991px){.management-features-section{padding-bottom:72px}.management-title{font-size:32px;line-height:40px;margin-bottom:48px}.management-cards-grid{gap:16px;margin-bottom:48px}.management-card{width:260px;height:322px;padding:32px 16px}.management-card h3{font-size:20px;line-height:28px}}@media screen and (max-width:767px){.management-cards-grid{flex-direction:column;align-items:center;gap:16px}.management-card{width:280px;height:347px;padding:32px 20px}.management-card h3{font-size:18px;line-height:24px}.management-title{font-size:28px;line-height:36px}.checkmark-icon{width:56px;height:56px;margin-bottom:24px}}.bg-access-features{background:#e3e7ff;position:relative}.access-features-section{padding-bottom:144px;text-align:center}.access-title{color:#495fff;font-size:48px;font-style:normal;font-weight:500;line-height:56px;text-align:center;margin:0 auto 72px}.access-cards-container{gap:48px;justify-content:center;align-items:stretch}.access-card{background:#fff;border-radius:24px;padding:48px 40px;flex:1;max-width:559px;box-shadow:0 4px 16px rgba(0,0,0,.08);text-align:left}.access-card-title{color:#495fff;font-size:32px;font-style:normal;font-weight:500;line-height:40px;margin-bottom:40px;position:relative}.title-underline{width:100%;height:3px;background:#495fff;margin-top:16px}.access-sections{display:flex;flex-direction:column;gap:40px}.access-section h4{color:#01002a;font-size:24px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:12px}.access-section p{color:#575673;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin:0}.access-bullet-points{display:flex;flex-direction:column;gap:32px}.access-bullet-item{display:flex;align-items:center;gap:20px}.bullet-dot{width:16px;height:16px;border-radius:50%;background:#495fff;flex-shrink:0}.access-bullet-item span{color:#01002a;font-size:24px;font-style:normal;font-weight:500;line-height:32px}@media screen and (max-width:991px){.access-features-section{padding-bottom:72px}.access-title{font-size:32px;line-height:40px;margin-bottom:48px}.access-cards-container{flex-direction:column;gap:32px}.access-card{max-width:100%;padding:40px 32px}.access-card-title{font-size:28px;line-height:36px;margin-bottom:32px}.access-sections{gap:32px}.access-section h4{font-size:20px;line-height:28px}.access-section p{font-size:16px;line-height:24px}.access-bullet-item span{font-size:20px;line-height:28px}}@media screen and (max-width:767px){.access-card{padding:32px 24px;text-align:center}.access-title{font-size:28px;line-height:36px}.access-card-title{font-size:24px;line-height:32px;text-align:center}.access-bullet-points{gap:24px}.access-bullet-item{justify-content:center;text-align:center}.access-sections{gap:24px}}.bg-brands{background:#f8f9ff;position:relative}.brands-section{padding-bottom:144px;text-align:center}.brands-title{color:#495fff;font-size:48px;font-style:normal;font-weight:500;line-height:56px;text-align:center;margin:0 auto 72px}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px 24px;max-width:1200px;margin:0 auto;align-items:center}.brand-logo{display:flex;align-items:center;justify-content:center;padding:20px;min-height:120px}.brand-image{max-width:100%;max-height:60px;height:auto;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.brand-image:hover{transform:scale(1.05)}@media screen and (max-width:991px){.brands-section{padding-bottom:72px}.brands-title{font-size:32px;line-height:40px;margin-bottom:48px}.brands-grid{grid-template-columns:repeat(2,1fr);gap:32px 20px}.brand-logo{min-height:100px;padding:16px}.brand-image{max-height:50px}}@media screen and (max-width:767px){.brands-title{font-size:28px;line-height:36px}.brands-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.brand-logo{min-height:80px;padding:12px}.brand-image{max-height:40px}}@media screen and (max-width:480px){.brands-grid{grid-template-columns:1fr;gap:20px}}.bg-pricing{background:#f8f9ff;position:relative}.pricing-section{padding-bottom:144px;text-align:center}.pricing-title{color:#495fff;font-size:48px;line-height:56px;margin:0 auto 24px}.pricing-subtitle,.pricing-title{font-style:normal;font-weight:500;text-align:center}.pricing-subtitle{color:#01002a;font-size:24px;line-height:32px;margin:0 auto 72px}.pricing-card{max-width:800px;margin:0 auto 72px}.pricing-content{background:#495fff;border-radius:32px;padding:80px 60px;text-align:center}.pricing-top{color:#fff;font-size:36px;font-style:normal;font-weight:500;line-height:44px;margin:0 0 48px}.pricing-divider{width:100%;height:2px;background:#fff;margin:0 auto 48px}.pricing-bottom{color:#fff;font-size:36px;font-style:normal;font-weight:500;line-height:44px;margin:0}.pricing-cta{text-align:center}.pricing-signup-btn{display:inline-flex;height:54px;padding:12px 48px;justify-content:center;align-items:center;border-radius:8px;background:#495fff;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.06)}.pricing-signup-btn:hover{opacity:.9}@media screen and (max-width:991px){.pricing-section{padding-bottom:72px}.pricing-title{font-size:32px;line-height:40px}.pricing-subtitle{font-size:20px;line-height:28px}.pricing-card,.pricing-subtitle{margin-bottom:48px}.pricing-content{padding:60px 40px}.pricing-bottom,.pricing-top{font-size:28px;line-height:36px}}@media screen and (max-width:767px){.pricing-title{font-size:28px;line-height:36px}.pricing-subtitle{font-size:18px;line-height:24px}.pricing-content{padding:48px 32px;border-radius:24px}.pricing-bottom,.pricing-top{font-size:24px;line-height:32px}.pricing-divider{margin:32px auto}}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.static{position:static}.absolute{position:absolute}.relative{position:relative}.z-10{z-index:10}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.-mt-3{margin-top:-.75rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-32{height:8rem}.h-6{height:1.5rem}.h-full{height:100%}.max-h-40{max-height:10rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-full{width:100%}.max-w-40{max-width:10rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-y-20{row-gap:5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-x-auto{overflow-x:auto}.text-nowrap{text-wrap:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.border-b-indigo-100{--tw-border-opacity:1;border-bottom-color:rgb(224 231 255/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-top{background-position:top}.object-cover{-o-object-fit:cover;object-fit:cover}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.\!pb-10{padding-bottom:2.5rem!important}.pb-10{padding-bottom:2.5rem}.pb-5{padding-bottom:1.25rem}.pt-16{padding-top:4rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.not-italic{font-style:normal}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-dark{--tw-text-opacity:1;color:rgb(87 86 115/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}:root{--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:20px;--space-5:32px;--space-6:52px;--space-7:84px;--space-8:136px;--space-9:220px;--font-family-sans:Indivisible;--font-family-serif:PT Serif;--font-family-mono:IMB Plex Mono;--font-size-0:12px;--font-size-1:14px;--font-size-2:16px;--font-size-3:18px;--font-size-4:20px;--font-size-5:24px;--font-size-6:30px;--font-size-7:36px;--font-size-8:48px;--font-size-9:60px;--font-size-10:72px;--line-height-0:16px;--line-height-1:20px;--line-height-2:24px;--line-height-3:28px;--line-height-4:28px;--line-height-5:32px;--line-height-6:36px;--line-height-7:40px;--line-height-8:48px;--line-height-9:60px;--line-height-10:72px;--line-height-11:96px;--line-height-12:128px;--white:#fff;--black:#101112;--gray-200:#ced2d9;--gray-600:#6e7683;--blue-600:#1e61cd;--magenta-100:#f9d7eb;--max-width-0:320px;--max-width-1:768px}html{background-color:var(--white);font-family:var(--font-family-sans),var(--font-family-serif),sans-serif;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}.post{width:100%;margin:var(--space-1) 0 var(--space-4)}.post .post__cover,.post .post__cover--none{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.post .post__cover--none{background:var(--black)}.post .post__container{padding:0 var(--space-3)}.post .post__content{font-family:var(--font-family-serif);font-weight:400;font-size:var(--font-size-4);line-height:var(--line-height-5);letter-spacing:-.02em;margin-top:var(--space-6)}.post .post__content blockquote{border-left:5px solid var(--black);padding-left:var(--space-3);margin-left:var(--space-4)}.post .post__content a{color:var(--blue-600);text-decoration:none}.post .post__title{font-family:var(--font-family-sans);font-size:var(--font-size-7);line-height:var(--line-height-6);margin:var(--space-4) 0;font-weight:800}.post .post__excerpt{font-family:var(--font-family-serif);font-size:var(--font-size-5);line-height:var(--line-height-4);margin-top:0;font-weight:400}.post .post__date{font-weight:600;font-family:var(--font-family-sans);font-size:var(--font-size-1);line-height:var(--line-height-1);margin-top:var(--space-4)}@media (min-width:800px){.post .post__cover,.post .post__cover--none{width:750px;height:380px}.post .post__title{font-size:var(--font-size-10);line-height:var(--line-height-10);margin:var(--space-6) 0 0;letter-spacing:-.025em}.post .post__excerpt{font-size:var(--font-size-5);line-height:var(--line-height-5);margin-top:var(--space-3);margin-bottom:var(--space-3)}.post .post__date{font-size:var(--font-size-3);line-height:var(--line-height-2);margin-top:var(--space-0)}.post .post__content{margin-top:var(--space-7)}}main{margin-top:45px}.header{display:flex;padding:0 var(--space-1);border-bottom:1px solid #ced2d9;z-index:10;background:var(--white);position:fixed;left:0;right:0;top:0}.header .header__title{font-weight:800;font-size:var(--font-size-3);line-height:var(--line-height-1);padding-left:var(--space-2);margin:var(--space-3) 0;text-decoration:none;color:var(--black)}.footer{display:flex;justify-content:flex-end;padding:0 var(--space-3)}.footer .footer__text{font-size:var(--font-size-1);line-height:var(--line-height-1);display:flex;align-items:center;gap:2px}@media (min-width:575px){.container{max-width:var(--max-width-1);padding:0 var(--space-4)}main{margin-top:unset}.header{position:unset;border-bottom:none;margin:var(--space-3) 0;padding:var(--space-2) 0;background:unset}.header .header__title{margin:var(--space-3) 0 var(--space-2);font-size:var(--font-size-5)}.footer{margin:var(--space-3) 0}}.welcome__container{display:flex;flex-direction:column;align-items:center;padding:var(--space-2) var(--space-2)}.logos{display:none}.steps{flex-direction:column;width:100%}.steps .steps__list{list-style-type:none;padding:0}.steps .steps__entry{margin-bottom:var(--space-4)}.steps .steps__title{font-size:var(--font-size-5);line-height:var(--line-height-2)}.steps .steps__subtitle{font-size:var(--font-size-3);line-height:var(--line-height-2)}.steps .steps__text{font-family:var(--font-family-serif);line-height:var(--line-height-2)}.steps .steps__text a{color:var(--blue-600);text-decoration:none}@media (min-width:575px){.welcome__container{width:100%}.logos{display:flex;align-items:center;margin:var(--space-6) 0 var(--space-5) 0}.logos .logos__blur{display:flex;position:absolute;width:375px;height:115px;background:var(--magenta-100);filter:blur(82px);transform:rotate(-19deg);z-index:-1}.logos .logos__plus{display:flex;font-family:var(--font-family-sans);font-weight:800;font-size:var(--font-size-7);line-height:var(--line-height-6);margin:0 var(--space-4)}.logos .logos__entry,.steps{display:flex}.steps{max-width:var(--max-width-0);padding:0}.steps .steps__subtitle{margin-top:var(--space-4)}.steps .steps__list{margin-top:0}}.card{display:flex;flex-direction:column;padding:9px;position:relative;border-bottom:1px solid #ced2d9}.card .card__container{margin:0 var(--space-1) 0}.card .card__cover{width:100%;height:231px;-o-object-fit:cover;object-fit:cover}.card .card__cover--none{width:100%;height:231px;background:var(--black)}.card .card__title{font-family:var(--font-family-sans);font-weight:800;font-size:var(--font-size-7);line-height:var(--line-height-6);letter-spacing:-.025em;margin:var(--space-3) 0}.card .card__excerpt{font-family:var(--font-family-serif);font-weight:400;font-size:var(--font-size-4);line-height:var(--line-height-3);margin-top:0}.card .card__date{font-weight:600;font-family:var(--font-family-sans);font-size:var(--font-size-1);margin-top:calc(var(----space-4) + 7)}.card .card__link{color:var(--black);text-decoration:none}.card .card__link:hover{opacity:.8;transition:.2s}.card .card__link:before{content:"";position:absolute;inset:0}.card:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.card:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media (min-width:575px){.card{border:1px solid #ced2d9;border-bottom:none}.card .card__title{margin-top:var(--space-4)}.card:last-child{border-bottom:1px solid #ced2d9}}@media (min-width:800px){.card{flex-direction:row}.card .card__container{margin:0 var(--space-4) 0}.card .card__cover,.card .card__cover--none{min-width:366.5px;max-width:366.5px;max-height:231px}}.partner-card .more-btn{width:192px;height:54px;padding:12px 48px}.partner-card .more-btn,.partner-details .more-btn{border-radius:8px;background:#495fff;display:flex;justify-content:center;align-items:center;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#fff;text-decoration:none}.partner-details .more-btn{width:92;height:24;padding:6px 24px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:Indivisible}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}.overflow{position:relative}.overflow:after{content:"";width:100%;height:100%;position:fixed;top:0;background-color:rgba(0,0,0,.17)!important;z-index:8;transition:all .3s ease-in-out}html{scroll-behavior:smooth}a,button{cursor:pointer!important}.container{max-width:1680px;width:100%;padding:0 48px;box-sizing:border-box;margin:0 auto}.display-flex{display:flex;align-items:center}a:hover{opacity:.5}.btns__container{gap:24px}.btns__container .join-now{width:192px;background:#495fff;color:#fff}.btns__container .join-now,.btns__container .schedule-call{display:flex;height:54px;padding:12px 48px;justify-content:center;align-items:center;border-radius:8px;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.btns__container .schedule-call{color:#495fff;background:#e3e6ff;box-shadow:0 1px 2px 0 rgba(0,0,0,.06)}.pad-top{padding-top:144px}.mg-top{margin-top:144px}.section-name{color:#6276ff;font-size:14px;letter-spacing:1.68px;text-transform:uppercase;display:block}.section-name,.title-section{font-style:normal;font-weight:500;line-height:normal;text-align:center}.title-section{color:#01002a;margin:10px 0;font-size:48px}.subtitle-section{color:#575673;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:28px;max-width:610px;margin:0 auto}@media screen and (max-width:991px){.pad-top{padding-top:72px}.mg-top{margin-top:0}.container{padding:0 25px}}@media screen and (max-width:767px){.section-name{font-size:12px}.title-section{font-size:32px;max-width:330px;margin:5px auto;line-height:32px}.subtitle-section{font-size:16px;max-width:370px;width:100%;line-height:20px}}.bg-top{background:url(/images/background.png);background-size:cover}.header-section{padding:24px 0;display:flex;align-items:center;justify-content:space-between}.header-section img{width:230px;height:54px}.nav-menu,.nav-menu ul{display:flex;align-items:center;gap:48px}.nav-menu ul li a{color:#01002a;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}.nav-menu__btns{display:flex;align-items:center;gap:24px}.nav-menu__btns .login-btn{border-radius:8px;border:1px solid rgba(73,95,255,.25);background:#d8ddff;padding:15px;width:109px;color:#495fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.06)}.nav-menu__btns .join-btn,.nav-menu__btns .login-btn{text-align:center;text-decoration:none;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.nav-menu__btns .join-btn{cursor:pointer;border-radius:8px;background:#495fff;width:134px;padding:16px;color:#fff}.burger-btn{display:none}.mobile-nav{position:absolute;right:0;top:0;width:100%;height:100svh;max-height:100vh;overflow-y:auto;z-index:12;transition:all .3s ease-in-out;background:linear-gradient(0deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5)),linear-gradient(180deg,#d6dbff,#b7c0ff);padding:24px 16px 32px}.header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mobile-links ul{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.mobile-nav .nav-menu__btns{justify-content:center}.header-mobile .logo img{width:187px;height:44px}.header-mobile .close-btn img,.header-section .burger-btn img{width:28px;height:28px}.mobile-links ul li a{color:#01002a;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}@media screen and (min-width:992px){.mobile-nav{display:none}}@media screen and (max-width:1400px){.nav-menu,.nav-menu ul{gap:32px}}@media screen and (max-width:1200px){.nav-menu,.nav-menu ul{gap:16px}}@media screen and (max-width:1100px){.nav-menu,.nav-menu ul{gap:12px}.nav-menu ul li a{font-size:13px}}@media screen and (max-width:991px){.nav-menu{display:none}.burger-btn{display:block}.header-section img{width:187px;height:44px}}.hero-section{padding:48px 0 58px}.hero-section .flex-container{justify-content:space-between;gap:38px}.hero-title__block{max-width:640px;width:100%}.hero-title__block h1{color:#01002a;font-size:48px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:24px}.hero-title__block p{color:#575673;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:48px}.hero-btns__block{display:flex;align-items:center;gap:24px}.hero-btns__block .join-btn{background:#495fff;width:192px;padding:12px 48px;color:#fff}.hero-btns__block .contact-btn,.hero-btns__block .join-btn{border-radius:8px;display:flex;height:54px;justify-content:center;align-items:center;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none}.hero-btns__block .contact-btn{background:hsla(0,0%,100%,.5);box-shadow:0 1px 2px 0 rgba(0,0,0,.06);padding:12px;width:179px;color:#495fff}.hero-image__block{max-width:860px;width:100%}.hero-image__block img{display:block;width:100%;height:100%}.hero-image__block{position:relative;height:auto}@media screen and (max-width:991px){.hero-section .flex-container{flex-direction:column}.hero-title__block{max-width:100%}.hero-title__block h1{max-width:550px}.hero-title__block p{margin-bottom:32px;max-width:550px}}@media screen and (max-width:767px){.hero-image__block{height:auto}.hero-btns__block{justify-content:space-between}.hero-btns__block .contact-btn,.hero-btns__block .join-btn{width:100%;padding:12px;font-size:14px}.hero-title__block h1{font-size:32px;max-width:335px;line-height:32px}.hero-title__block p{font-size:16px;max-width:300px;line-height:22px}}.bg-partners{position:relative;background:linear-gradient(180deg,#eaecff,#f6f7ff)}.bg-partners .brands-list{background-color:#eff1ff!important}.bg-partners .title-section{margin-bottom:72px!important}.bg-partners:before{background:linear-gradient(180deg,rgba(234,236,255,0),#f6f7ff);content:"";position:absolute;width:100%;height:50%;z-index:2;bottom:0}@media screen and (max-width:991px){.bg-partners .pad-top{padding-bottom:48px}.bg-partners .title-section{margin-bottom:48px!important}}.partners-section .subtitle-section{margin-bottom:48px}.partners-section .animated-brands-content img{display:block}.animated-brands-container{overflow:hidden;position:relative;padding-bottom:72px;height:300px}.animated-brands-content{width:200%;display:flex;align-items:center;position:absolute;left:0;height:320px}.animated-brands-content.active{animation:animated-brands 15s linear infinite alternate}@keyframes animated-brands{0%{transform:translateX(-370px)}to{transform:translateX(0)}}.brands-list{display:flex;gap:24px;flex-wrap:wrap;background-color:#f6f7ff}.brands-list img{mix-blend-mode:multiply;height:52px;margin-right:24px}@media screen and (max-width:1200px){.animated-brands-content.active{left:-250px}}@media screen and (max-width:991px){.animated-brands-content{position:unset}.animated-brands-content.active{left:0;transition:none}}.bg-howit-works{position:relative}.bg-howit-works .bg-item-right{position:absolute;z-index:-1;right:0;top:-130px}.bg-howit-works .bg-item-left{position:absolute;z-index:-1;opacity:.2;left:0;top:400px}.bg-howit-works .bg-item-bottom{position:absolute;z-index:-1;opacity:.2;right:0;bottom:-390px}.howit-works-section .subtitle-section{margin-bottom:96px}.howit-works-section .affiliates-block,.howit-works-section .offers-block{margin-bottom:111px;justify-content:center;gap:120px}.howit-works-section .connect-block{justify-content:space-between!important}.howit-works-section .metrics-block{margin-bottom:96px;justify-content:center;gap:120px}.howit-works-section .content-block{max-width:540px;width:100%;margin-right:50px}.howit-works-section .image-block{max-width:700px;width:100%}.howit-works-section .image-block img{max-width:100%;display:block}.affiliates-block .content-block{margin-right:0;margin-left:50px}.howit-works-section .content-block .icon-block{margin-bottom:24px}.howit-works-section .content-block h4{color:#01002a;font-size:32px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:24px}.howit-works-section .content-block ul li{color:#575673;font-size:18px;font-style:normal;font-weight:400;line-height:24px;display:flex;margin-bottom:16px}.howit-works-section .content-block ul li:before{content:url(/images/svg/listicon.svg);margin-right:12px}.howit-works-section .content-block ul li:last-of-type{margin-bottom:0}.howit-works-section .btns__container{justify-content:center}@media screen and (max-width:991px){.howit-works-section{padding-bottom:72px;position:relative;z-index:2}.howit-works-section .offers-block{flex-direction:column;margin-bottom:62px;gap:62px}.howit-works-section .content-block{max-width:100%;margin-right:0;margin-left:0;margin-bottom:48px}.howit-works-section .image-block{max-width:100%}.howit-works-section .image-block img{margin:0 auto}.bg-howit-works{background:#f6f7ff}.howit-works-section .affiliates-block{flex-direction:column-reverse;margin-bottom:62px;gap:62px}.howit-works-section .metrics-block{margin-bottom:72px;flex-direction:column;gap:72px}.bg-howit-works .bg-item-bottom,.bg-howit-works .bg-item-left,.bg-howit-works .bg-item-right{z-index:0}.howit-works-section .content-block h4{font-size:24px}.brands-list{height:500px}}@media screen and (max-width:767px){.bg-howit-works{overflow:hidden}.howit-works-section .subtitle-section{display:none}.howit-works-section .title-section{margin-bottom:72px}.howit-works-section .content-block ul li{font-size:14px;line-height:18px}.brands-list{height:300px;gap:12px}.partners-section .animated-brands-content .brands-list img{height:34px}}.bg-benefits{padding-bottom:144px;background:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.75)),linear-gradient(180deg,rgba(98,118,255,.35),rgba(98,118,255,.85));position:relative}.bg-benefits .bg-benefit{position:absolute;z-index:0;right:0;top:0}.benefits-section .title-section{margin-bottom:96px}.benefits-container{align-items:center;display:flex;flex-wrap:wrap;row-gap:96px;-moz-column-gap:48px;column-gap:48px;justify-content:center;text-align:center;position:relative;z-index:2}.benefits-item{flex:1 1 400px}.benefits-item h5{color:#01002a;font-size:20px;font-weight:500;line-height:normal;margin-bottom:7px}.benefits-item h5,.benefits-item p{text-align:center;font-style:normal}.benefits-item p{color:#575673;font-family:Inter;font-size:16px;font-weight:400;line-height:24px;max-width:373px;margin:0 auto}.benefit-item-icon-block{margin-bottom:20px;display:flex;justify-content:center}@media screen and (max-width:991px){.bg-benefit{display:none}.benefits-section .title-section{margin-bottom:72px}.benefits-container{row-gap:42px}}.bg-getintouch{background:#f6f7ff;position:relative;padding-bottom:144px}.getintouch-section{justify-content:space-between;height:660px;padding-bottom:196px}.getintouch-content{max-width:100%;margin-right:50px;padding-right:750px;position:relative;z-index:2}.getintouch-content .section-name{text-align:left}.getintouch-content .title-section{text-align:left;margin-bottom:24px}.getintouch-content .subtitle-section{text-align:left;margin-bottom:48px;max-width:470px}.getintouch-img-block{position:absolute;max-width:100%;right:0;padding-left:550px}.getintouch-img-block img{max-width:100%}.getintouch-cards-container{position:absolute;display:flex;flex-direction:column;bottom:-95px;right:345px}.card-item{border-radius:16px;background:#fff;box-shadow:0 3px 12px 0 rgba(94,94,94,.08);display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;max-width:440px;width:100%;margin-bottom:24px}.card-item p{color:#575673;font-size:15px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:16px}.card-item .provider{display:flex;align-items:center;gap:6px}.card-item .provider .name{color:#495fff;font-size:15px;font-style:normal;font-weight:600;line-height:18px}.card-item .provider .stack{color:#575673;font-size:15px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:1200px){.getintouch-section{height:auto;padding-bottom:0}.getintouch-content{max-width:100%;margin-right:50px;padding-right:0}.getintouch-img-block{position:unset;padding-left:0;margin-bottom:72px}.getintouch-img-block img{display:none}.getintouch-cards-container{position:unset}.card-item{max-width:800px}}@media screen and (max-width:991px){.bg-getintouch{padding-bottom:0}.card-item{max-width:100%}.getintouch-section{flex-direction:column-reverse;height:auto}.getintouch-content{margin-right:0}.getintouch-content .section-name,.getintouch-content .title-section{text-align:center}.getintouch-content .subtitle-section{text-align:center;max-width:100%}.btns__container{justify-content:center}.getintouch-section{padding-bottom:72px}}@media screen and (max-width:767px){.btns__container .join-now,.btns__container .schedule-call{width:100%;font-size:14px;padding:12px}}.mobile-line{display:none}.swiper{height:385px}.swiper-section{padding-top:144px;padding-bottom:96px}.swiper-container{max-width:955px;margin:0 auto;text-align:center}.swiper-profile-content{display:flex;align-items:center;justify-content:center;margin-bottom:48px;gap:24px}.profile-name{display:flex;flex-direction:column;text-align:left}.profile-name .name{color:#01002a;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.profile-name .stack{color:#01002a;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.swiper-content p{color:#575673;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.swiper-button-next:after,.swiper-button-prev:after{color:#575673;opacity:.5;font-size:30px}@media screen and (max-width:991px){.mobile-line{display:block;background:#e3e6ff;width:70%;height:1px;margin:0 auto}.swiper-section{padding-top:72px}.swiper-container{display:flex;flex-direction:column-reverse}.swiper-profile-content{justify-content:flex-start;margin-bottom:55px;margin-top:23px}.swiper{height:auto}.swiper-button-next,.swiper-button-prev{display:none}}@media screen and (max-width:767px){.swiper-content p{font-size:14px;line-height:22px}}.bg-contact{background:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.75)),linear-gradient(180deg,rgba(98,118,255,.35),rgba(98,118,255,.85))}.contact-section{padding:72px 0}.contact-conainer{padding-top:72px;max-width:48.0625rem;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.form-container{max-width:340px;width:100%}.form-container form{display:flex;flex-direction:column}.form-container form label{margin-bottom:6px;color:#575673;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.form-container form input{height:48px}.form-container form input,.form-container form textarea{display:flex;padding:12px;align-items:center;align-self:stretch;margin-bottom:20px;border-radius:6px;border:1px solid #e5e7eb;background:#fff}.form-container form textarea{height:96px}.form-container form .submit-btn{display:flex;height:48px;padding:12px 48px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:8px;background:#495fff;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.form-container form .submit-btn:hover{opacity:.5;cursor:pointer}.contact-item{margin-bottom:34px}.contact-item,.contact-item a{display:flex;gap:16px;align-items:center}.contact-item a{text-decoration:none}.contact-item p{color:#575673;font-size:16px;font-style:normal;font-weight:500;line-height:20px;max-width:11.6rem;width:100%}.qr-container a{align-items:flex-start}@media screen and (max-width:767px){.contact-conainer{flex-direction:column}.form-container{max-width:100%;margin-bottom:72px}}footer{background:#01002a;padding:96px 0}.footer-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.footer-logo img{width:212px;height:50px}.footer-nav-menu,.footer-nav-menu ul{display:flex;align-items:center;gap:48px}.footer-nav-menu ul li a{line-height:20px}.footer-nav-menu .contact-btn,.footer-nav-menu ul li a{color:#fff;font-size:14px;font-style:normal;font-weight:500;text-decoration:none}.footer-nav-menu .contact-btn{display:flex;width:128px;height:44px;padding:12px;justify-content:center;align-items:center;text-align:center;line-height:normal;border-radius:8px;background:#495fff}.footer-socials ul{display:flex;align-items:center;gap:24px}@media screen and (max-width:1400px){.footer-nav-menu,.footer-nav-menu ul{gap:32px}}@media screen and (max-width:1200px){.footer-nav-menu,.footer-nav-menu ul{gap:20px}}@media screen and (max-width:1100px){.footer-nav-menu,.footer-nav-menu ul{gap:16px}.footer-nav-menu ul li a{font-size:13px}}.footer-line{width:100%;height:1px;border-top:1px solid rgba(246,247,255,.15);margin-bottom:48px}.all-rights{color:#f6f7ff;font-size:14px;font-style:normal;font-weight:400;line-height:20px;opacity:.75}@media screen and (max-width:1200px){.footer-nav{flex-direction:column;gap:48px}.footer-nav-menu{margin-right:auto}.footer-nav-menu,.footer-nav-menu ul{align-items:flex-start;gap:12px;flex-direction:column}}@media screen and (max-width:767px){footer{padding:48px 0}.footer-logo,.footer-socials{margin-right:auto}.footer-line{margin-bottom:32px}}#snackbar{display:none;min-width:250px;margin-left:-125px;background-color:#4caf50;color:#fff;text-align:center;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}#snackbar.error{background-color:#f44336}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:z-0:before{content:var(--tw-content);z-index:0}.before\:h-60:before{content:var(--tw-content);height:15rem}.before\:h-96:before{content:var(--tw-content);height:24rem}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:bg-gradient-to-b:before{content:var(--tw-content);background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.before\:from-indigo-200:before{content:var(--tw-content);--tw-gradient-from:#c7d2fe var(--tw-gradient-from-position);--tw-gradient-to:rgba(199,210,254,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.before\:to-white:before{content:var(--tw-content);--tw-gradient-to:#fff var(--tw-gradient-to-position)}.focus\:text-indigo-600:focus,.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}@media (min-width:640px){.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:h-\[400px\]{height:400px}.sm\:max-h-64{max-height:16rem}.sm\:w-80{width:20rem}.sm\:max-w-64{max-width:16rem}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}.sm\:gap-10{gap:2.5rem}.sm\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-8{padding-top:2rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:768px){.md\:w-\[430px\]{width:430px}.md\:flex-row{flex-direction:row}.md\:gap-20{gap:5rem}.md\:gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:justify-normal{justify-content:normal}}.hero-section{justify-content:center}.homepage-hero{padding:157px 0 168px}.homepage-hero .hero-title__block{max-width:100%}.homepage-hero .hero-title__block h1{color:#495fff;font-size:48px;font-style:normal;font-weight:400;line-height:normal;max-width:1100px;margin:0 auto 12px}.homepage-hero .hero-title__block h1 span{font-weight:500}.homepage-hero .hero-title__block p{color:#01002a;font-size:24px;font-style:normal;font-weight:500;line-height:normal;max-width:730px}.homepage-hero .contact-btn{width:201px}.homepage-hero .join-btn{width:192px}@media screen and (max-width:991px){.hero-section .flex-container{flex-direction:column}.hero-title__block,.hero-title__block h1,.hero-title__block p{max-width:100%}}@media screen and (max-width:767px){.homepage-hero{padding:76px 0 100px}.homepage-hero .hero-title__block h1{font-size:32px;line-height:38px}.homepage-hero .hero-title__block p{font-size:18px;line-height:normal;margin-bottom:32px}.hero-btns__block{flex-direction:column}.hero-btns__block .contact-btn,.hero-btns__block .join-btn{width:100%}}.bg-animation{background:#f6f7ff}.animations-section{padding:144px 0}.animation-item:first-of-type{margin-bottom:196px}.animation-item{gap:96px;justify-content:center}.animation-text-block li{color:#575673;font-size:18px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:16px}.animation-text-block ul{margin-bottom:32px}.animation-text-block span{display:block;color:#6276ff;font-size:14px;letter-spacing:1.68px;text-transform:uppercase;margin-bottom:10px}.animation-text-block h4,.animation-text-block span{font-style:normal;font-weight:500;line-height:normal}.animation-text-block h4{color:#01002a;font-size:32px;margin-bottom:32px}.animation-text-block p{color:#575673;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:16px}.animation-text-block p span{display:inline-block;color:#575673;font-size:18px;font-style:normal;font-weight:500;line-height:24px;text-transform:lowercase}.animation-text-block p:last-of-type{color:#575673;font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:32px}.animation-text-block .btns-block{gap:16px}.animation-text-block .btns-block .link-btn{background:#e3e6ff;color:#495fff;padding:12px}.animation-text-block .btns-block .link-btn,.animation-text-block .modal-open-btn{box-shadow:0 1px 2px 0 rgba(0,0,0,.06);text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;display:flex;text-decoration:none;height:54px;justify-content:center;align-items:center;gap:8px;width:180px;border-radius:8px}.animation-text-block .modal-open-btn{padding:12px 48px;background:#495fff;color:#fff}.animation-text-block img{padding-top:2px}.animation-text-block{max-width:540px;width:100%}.animation-block{max-width:683px;width:100%}.animations-section .mobile-line{width:100%;display:none}@media screen and (max-width:991px){.animation-text-block .btns-block{justify-content:center}.animation-item{flex-direction:column;gap:48px}.animation-item:first-of-type{flex-direction:column-reverse;margin-bottom:72px}.animation-text-block{max-width:100%}.animations-section{padding:96px 0}.animations-section .mobile-line{width:100%;display:block;margin-bottom:72px}.animation-text-block h4{font-size:24px;margin-bottom:24px}.animation-text-block li{font-size:14px;line-height:normal}.animation-text-block ul{margin-bottom:24px}.animation-text-block p{font-size:14px;line-height:normal}.animation-text-block p:last-of-type{margin-bottom:24px}}.bg-homepage-swiper{background:linear-gradient(0deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,.75)),linear-gradient(180deg,rgba(98,118,255,.35),rgba(98,118,255,.85));padding:144px 0}.bg-homepage-swiper .swiper{margin-bottom:96px}.bg-homepage-swiper .swiper-section{padding:0}.bg-homepage-swiper .hero-btns__block{justify-content:center}.title-swiper-section{margin-bottom:96px}.title-swiper-section span{display:block;color:#6276ff;font-size:14px;font-style:normal;text-align:center;font-weight:500;letter-spacing:1.68px;text-transform:uppercase;margin-bottom:10px}.title-swiper-section h4{color:#01002a;text-align:center;font-size:48px;font-style:normal;font-weight:500}@media screen and (max-width:767px){.bg-homepage-swiper{padding:48px 0 72px}.title-swiper-section{margin-bottom:50px}.title-swiper-section h4{font-size:32px;line-height:38px}}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.modal-content{background-color:#fff;margin:8% auto;padding:48px;border:1px solid #888;width:60%;max-width:600px;border-radius:12px;background:#fff}.modal-content .cards-section{gap:24px;margin-bottom:48px;justify-content:center}.modal-content .account-icon{width:60px;height:60px;margin-bottom:24px}.modal-content h5{color:#01002a;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:12px}.modal-content p{color:#575673;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.modal-content .register-button{border-radius:8px;background:#495fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.06);display:flex;height:54px;width:100%;padding:12px 48px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border:none;color:#fff;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.modal-content .disabled{opacity:.5}.modal-content .account-item{border-radius:6px;border:1px solid rgba(87,86,115,.1);opacity:.75;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08);display:flex;max-width:220px;width:100%;padding:24px;flex-direction:column;align-items:flex-start;cursor:pointer}.modal-content .account-item.active{border-radius:6px;border:1px solid #495fff;background:#f6f7ff;box-shadow:0 6px 24px 0 rgba(0,0,0,.08)}.modal-content .account-item.active h5{color:#495fff}.modal-content .account-item.active svg path{fill:#495fff}.modal-content h2{color:#01002a;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:48px}.close{color:#aaa;text-align:right;font-size:32px;font-weight:700;margin-bottom:20px;display:none}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}@media screen and (max-width:991px){.modal-content .cards-section{flex-direction:column}.modal-content .account-item{max-width:100%}.modal-content{margin:0 auto;width:100%;max-width:100%}.close{display:block}}