@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:300;font-display:block;src:url(/build/assets/TildaSans-Light-237031a6.woff) format("woff"),url(/build/assets/TildaSans-Light-da89b4ce.woff2) format("woff2"),url(/build/assets/TildaSans-Light-0bf768f2.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/TildaSans-Regular-c353d728.woff) format("woff"),url(/build/assets/TildaSans-Regular-4e622480.woff2) format("woff2"),url(/build/assets/TildaSans-Regular-12960235.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/TildaSans-Medium-6d970c76.woff) format("woff"),url(/build/assets/TildaSans-Medium-853a5496.woff2) format("woff2"),url(/build/assets/TildaSans-Medium-2f3369be.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:600;font-display:block;src:url(/build/assets/TildaSans-Semibold-d83f853b.woff) format("woff"),url(/build/assets/TildaSans-Semibold-c860c89f.woff2) format("woff2"),url(/build/assets/TildaSans-Semibold-2fa26bd4.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/TildaSans-Bold-8d2487f9.woff) format("woff"),url(/build/assets/TildaSans-Bold-e61f948b.woff2) format("woff2"),url(/build/assets/TildaSans-Bold-41856d07.eot) format("eot")}@font-face{font-family:Tilda Sans VF;font-style:normal;font-weight:900;font-display:block;src:url(/build/assets/TildaSans-Black-79394345.woff) format("woff"),url(/build/assets/TildaSans-Black-0bb6cb4b.woff2) format("woff2"),url(/build/assets/TildaSans-Black-00a7ad92.eot) format("eot")}@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}.swiper,swiper-container{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-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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);-webkit-backface-visibility:hidden;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,.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{transform-style:preserve-3d}.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(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.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-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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:.2s transform,.2s top}.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:translate(-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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.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;-ms-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%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .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-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper img,.media-wrapper video{width:100%;height:100%;object-fit:cover;object-position:top}.media-wrapper .skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1,.h1,h1 span{font-size:160px;font-weight:400;line-height:100%;letter-spacing:-6.4px}@media screen and (max-width: 1919px){h1,.h1,h1 span{font-size:96px;letter-spacing:-3.84px}}@media screen and (max-width: 1023px){h1,.h1,h1 span{font-size:64px;line-height:90%;letter-spacing:-2.56px}}@media screen and (max-width: 767px){h1,.h1,h1 span{font-size:40px;line-height:100%;letter-spacing:-1.6px}}h2,.h2,h2 span,.stickers .h4{font-size:96px;font-weight:400;line-height:100%;letter-spacing:-3.84px}@media screen and (max-width: 1919px){h2,.h2,h2 span,.stickers .h4{font-size:80px;letter-spacing:-3.2px}}@media screen and (max-width: 1439px){h2,.h2,h2 span,.stickers .h4{font-size:48px;letter-spacing:-1.92px}}@media screen and (max-width: 767px){h2,.h2,h2 span,.stickers .h4{font-size:32px;letter-spacing:-1.28px}}h3,.h3,h3 span{font-size:64px;font-weight:400;line-height:100%;letter-spacing:-2.56px}@media screen and (max-width: 1439px){h3,.h3,h3 span{font-size:40px;letter-spacing:-1.6px}}@media screen and (max-width: 767px){h3,.h3,h3 span{font-size:24px;letter-spacing:-.96px}}h4,.h4,h4 span{font-size:48px;font-weight:400;line-height:100%;letter-spacing:-1.92px}@media screen and (max-width: 1439px){h4,.h4,h4 span{font-size:32px;letter-spacing:-1.28px}}@media screen and (max-width: 767px){h4,.h4,h4 span{font-size:20px;letter-spacing:-.8px}}.lead{font-size:32px;font-weight:400;line-height:120%;letter-spacing:-1.28px}@media screen and (max-width: 1439px){.lead{font-size:24px;line-height:140%;letter-spacing:-.96px}}@media screen and (max-width: 767px){.lead{font-size:18px;letter-spacing:-.72px}}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;font-size:24px}html.fixed{overflow:hidden}body{height:100%;position:relative;margin:0;box-sizing:border-box;font-family:Tilda Sans VF,sans-serif;font-size:24px;font-style:normal;font-weight:300;line-height:160%;letter-spacing:-.96px;-webkit-font-smoothing:antialiased;color:#1d242f;background-color:#f8f8f8}@media screen and (max-width: 1439px){body{font-size:18px;line-height:140%;letter-spacing:-.54px}}@media screen and (max-width: 767px){body{font-size:16px;letter-spacing:-.32px}}a{text-decoration:none;cursor:pointer;color:inherit}button{cursor:pointer;background-color:unset;border:none;padding:0;font-family:Tilda Sans VF,sans-serif}ul{list-style:none;margin:0;padding:0}p{margin:0}.page{position:relative;display:flex;flex-direction:column}.container{max-width:2496px;margin:0 auto}@media screen and (max-width: 2559px){.container{max-width:calc(100% - 64px)}}@media screen and (max-width: 1439px){.container{max-width:calc(100% - 32px)}}@media screen and (max-width: 767px){.container{max-width:calc(100% - 16px)}}.container.page-default{border-radius:32px;background-color:#fff;padding:64px;margin-bottom:32px;margin-top:134px}@media screen and (max-width: 1439px){.container.page-default{margin-top:89px}}@media screen and (max-width: 767px){.container.page-default{margin-top:62px}}.container.page-default .title{margin-bottom:64px}@media screen and (max-width: 1919px){.container.page-default .title{margin-bottom:32px}}@media screen and (max-width: 1919px){.container.page-default{padding:32px}}@media screen and (max-width: 1439px){.container.page-default{padding:24px}}section{margin-bottom:32px}section:first-of-type{padding-top:134px}@media screen and (max-width: 1439px){section:first-of-type{padding-top:89px}}@media screen and (max-width: 767px){section:first-of-type{padding-top:62px}}@media screen and (max-width: 1439px){section{margin-bottom:16px}}@media screen and (max-width: 767px){section{margin-bottom:32px}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}.footer{margin-top:auto;overflow:hidden}.footer .container{background-color:#e4f1e9;border-radius:32px 32px 0 0;padding:64px 64px 0;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.footer .container{padding:32px 32px 0}}@media screen and (max-width: 1439px){.footer .container{padding:24px 24px 0;border-radius:24px 24px 0 0}}@media screen and (max-width: 1023px){.footer .container{padding-bottom:68px}}@media screen and (max-width: 767px){.footer .container{border-radius:16px 16px 0 0;padding-bottom:60px}}.footer .footer-content{width:100%;height:100%;position:relative;z-index:1}.footer .info{display:grid;grid-template-columns:658px 34%;gap:248px 0;margin-bottom:128px;justify-content:space-between}@media screen and (min-width: 2560px){.footer .info{grid-template-columns:658px 35.5%;gap:248px 0;margin-bottom:256px}}@media screen and (max-width: 1919px){.footer .info{grid-template-columns:640px 35.5%;gap:176px 0}}@media screen and (max-width: 1439px){.footer .info{grid-template-columns:374px 49%;gap:241px 0;margin-bottom:96px}}@media screen and (max-width: 1023px){.footer .info{grid-template-columns:repeat(2,1fr);gap:193px 16px;margin-bottom:96px}}@media screen and (max-width: 767px){.footer .info{grid-template-columns:1fr;gap:24px;margin-bottom:24px}}@media screen and (max-width: 479px){.footer .info{gap:48px;margin-bottom:48px}}.footer .info h2{color:#7daa8f}@media screen and (max-width: 1023px){.footer .info h2{max-width:200px}}@media screen and (max-width: 767px){.footer .info h2{max-width:unset}}.footer .info .contacts{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1919px){.footer .info .contacts{gap:16px}}@media screen and (max-width: 767px){.footer .info .contacts{max-width:70%}}@media screen and (max-width: 479px){.footer .info .contacts{max-width:unset}}.footer .info .form-wrapper{grid-area:span 2/auto;position:relative}@media screen and (max-width: 767px){.footer .info .form-wrapper{grid-area:unset}}@media screen and (max-width: 479px){.footer .info .form-wrapper{margin-top:-24px}}.footer .info .form-wrapper .label-mb{display:block;margin-bottom:32px}@media screen and (max-width: 1919px){.footer .info .form-wrapper .label-mb{margin-bottom:16px}}.footer .info .form-wrapper .fields_group{gap:32px;margin-bottom:32px}@media screen and (max-width: 1919px){.footer .info .form-wrapper .fields_group{gap:16px;margin-bottom:16px}}@media screen and (max-width: 1439px){.footer .info .form-wrapper .fields_group{gap:24px;margin-bottom:24px}}.footer .info .form-wrapper .fields_group:first-of-type{margin-bottom:64px}@media screen and (max-width: 1919px){.footer .info .form-wrapper .fields_group:first-of-type{margin-bottom:32px}}@media screen and (max-width: 767px){.footer .info .form-wrapper .fields_group:first-of-type{margin-bottom:24px}}.footer .info .form-wrapper .input{padding-bottom:16px}.footer .info .form-wrapper .textarea{padding-bottom:2px}@media screen and (max-width: 1023px){.footer .info .form-wrapper .textarea{padding-bottom:8px}}.footer .info .form-wrapper .policy{color:#1d242f;opacity:.6;margin-bottom:32px}@media screen and (max-width: 1919px){.footer .info .form-wrapper .policy{margin-bottom:16px}}@media screen and (max-width: 1439px){.footer .info .form-wrapper .policy{margin-bottom:24px;max-width:65%}}@media screen and (max-width: 1023px){.footer .info .form-wrapper .policy{max-width:unset;font-size:14px}}.footer .info .form-wrapper .btn-form{color:#1f8b48}.footer .info .form-wrapper .btn-form .loader .dot{background-color:#1f8b48}.footer .info .form-wrapper .form-transition-wrapper{display:flex;flex-direction:column;justify-content:center}.footer .img-wrapper{width:100%;aspect-ratio:5.775/1}.footer .img-wrapper .media-wrapper img{object-fit:contain;object-position:bottom}.footer #svg-arrow-1{position:absolute;z-index:0;width:1284.598px;height:889.344px;top:-146.47px;left:-99.54px;transform:rotate(-140.208deg)}@media screen and (min-width: 2560px){.footer #svg-arrow-1{width:1552.147px;height:1077.259px;top:-247.7px;left:47.05px}}@media screen and (max-width: 1919px){.footer #svg-arrow-1{width:925.16px;height:640.116px;top:-70.6px;left:-76.87px}}@media screen and (max-width: 1439px){.footer #svg-arrow-1{width:674.763px;height:467.473px;top:19.76px;left:-114.18px}}@media screen and (max-width: 1023px){.footer #svg-arrow-1{width:584.394px;height:453.003px;top:39.18px;left:-78.91px}}@media screen and (max-width: 767px){.footer #svg-arrow-1{width:659.146px;height:744.434px;top:-106.36px;left:-199.64px}.footer #svg-arrow-1 path{stroke-width:94px}}@media screen and (max-width: 479px){.footer #svg-arrow-1{top:-14.36px;left:-351.64px}}.footer #svg-arrow-2{display:none}@media screen and (max-width: 767px){.footer #svg-arrow-2{display:block;position:absolute;width:659.146px;height:744.434px;top:-496.36px;right:-453.51px;transform:rotate(140.208deg)}.footer #svg-arrow-2 path{stroke-width:94px}}.footer .form-result{color:#7daa8f}.footer .form-result h4{margin-bottom:20px}@media screen and (max-width: 767px){.footer .form-result button{align-self:flex-start}}.footer .form-result span.underlined{color:#1f8b48;background:linear-gradient(#1F8B48,#1F8B48) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.footer .form-result span.underlined:hover,.footer .form-result span.underlined:focus{background:linear-gradient(#1F8B48,#1F8B48) no-repeat 0 87%;background-size:100% 1.5px}.footer .form-result span.underlined:not(:hover):not(:focus){background:linear-gradient(#1F8B48,#1F8B48) no-repeat 100% 87%;background-size:0% 1.5px}.header{margin-bottom:32px;position:fixed;left:0;right:0;width:100%;z-index:100}@media screen and (max-width: 1439px){.header{margin-bottom:16px}}@media screen and (max-width: 767px){.header{margin-bottom:8px}}.header .container{display:flex;align-items:center;padding:32px;background-color:#fff;border-radius:0 0 32px 32px;position:relative}@media screen and (max-width: 1439px){.header .container{padding:24px;border-radius:0 0 24px 24px}}@media screen and (max-width: 1023px){.header .container{padding:16px 24px}}@media screen and (max-width: 767px){.header .container{padding:11px 16px;border-radius:0 0 16px 16px}}@media screen and (max-width: 479px){.header .container{padding:11px 8px}}.header .contacts{margin-right:424px;display:flex;align-items:center;gap:32px}@media screen and (min-width: 2560px){.header .contacts{margin-right:744px}}@media screen and (max-width: 1919px){.header .contacts{margin-right:184px}}@media screen and (max-width: 1439px){.header .contacts{margin-right:141px;gap:16px}}@media screen and (max-width: 1023px){.header .contacts{margin-right:16px}}@media screen and (max-width: 767px){.header .contacts .mail{display:none}}.header #link-open-form{margin-left:auto}@media screen and (max-width: 1023px){.header #link-open-form{margin-left:unset}}@media screen and (max-width: 767px){.header #link-open-form{display:none}}.header .img-wrapper{display:block;width:253px;height:70px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header .img-wrapper img{width:100%;height:100%}@media screen and (max-width: 1439px){.header .img-wrapper{width:147px;height:40.672px}}@media screen and (max-width: 1023px){.header .img-wrapper{position:static;transform:unset;order:-1;margin-right:auto}}@media screen and (max-width: 767px){.header .img-wrapper{width:115.657px;height:32px}}.seo{max-width:600px;margin:100px auto;display:flex;flex-direction:column;align-items:center}.seo .text{margin-bottom:10px}.seo img{width:100%;object-fit:cover}.ui .span-1{color:#000;cursor:pointer;font-size:15px;-webkit-user-select:none;user-select:none;white-space:nowrap;touch-action:manipulation}.ui .span-1.checked .span-2:before{background:rgb(84,84,84)}.ui .span-1.checked .tick{color:#fff;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.ui .span-2{width:17px;height:17px;text-align:left;position:relative;z-index:0;display:inline-block;line-height:normal;cursor:pointer}.ui .span-2:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";transition:background-color .1s linear;border-radius:4px;background-color:#e6e6e6}.ui .span-2:after{visibility:hidden;content:" ";text-align:left;cursor:pointer}.ui .input{position:absolute;z-index:4;top:-2px;left:-2px;width:-webkit-calc(100% + 4px);width:calc(100% + 4px);height:-webkit-calc(100% + 4px);height:calc(100% + 4px);margin:0;padding:0;opacity:0;border:none;outline:none;background:none;cursor:pointer}.ui .tick{position:absolute;z-index:3;visibility:hidden;pointer-events:none;transition:color .1s,transform .2s,-webkit-transform .2s;transform:translateY(-5px);color:transparent;width:100%;height:100%}.ui .icon{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.ui .icon svg{position:static;top:initial;left:initial;-webkit-transform:none;transform:none;width:14px;height:14px;fill:currentColor}.ui .label{padding-left:5px;white-space:normal;cursor:pointer}.ui h2{color:#9f9e9e;margin-bottom:64px}.ui h3,.ui h4,.ui h5,.ui h6{color:#676565;margin-bottom:16px}.ui h2,.ui .h2,.ui h2 span{font-size:96px!important}@media screen and (max-width: 1919px){.ui h2,.ui .h2,.ui h2 span{font-size:80px!important}}@media screen and (max-width: 1439px){.ui h2,.ui .h2,.ui h2 span{font-size:48px!important}}@media screen and (max-width: 767px){.ui h2,.ui .h2,.ui h2 span{font-size:32px!important}}.ui h3,.ui .h3,.ui h3 span{font-size:64px!important}@media screen and (max-width: 1439px){.ui h3,.ui .h3,.ui h3 span{font-size:40px!important}}@media screen and (max-width: 767px){.ui h3,.ui .h3,.ui h3 span{font-size:24px!important}}.ui h4,.ui .h4,.ui h4 span{font-size:48px!important}@media screen and (max-width: 1439px){.ui h4,.ui .h4,.ui h4 span{font-size:32px!important}}@media screen and (max-width: 767px){.ui h4,.ui .h4,.ui h4 span{font-size:20px!important}}.check{display:flex;width:200px;margin:200px auto}.form{width:600px;margin:300px auto;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.item{display:flex;flex-direction:column;align-items:flex-start;width:300px}.item input{margin:10px 0 5px}.underlined{width:fit-content;color:#1d242f;background-image:linear-gradient(#1D242F,#1D242F);background-repeat:no-repeat;background-position:0 87%;background-size:0% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.underlined:hover,.underlined:focus{color:#1f8b48;background:linear-gradient(#1F8B48,#1F8B48) no-repeat 0 87%;background-size:100% 1.5px}.underlined:not(:hover):not(:focus){background:linear-gradient(#1D242F,#1D242F) no-repeat 100% 87%;background-size:0% 1.5px}.underlined.gray{color:#676565;background:linear-gradient(#676565,#676565) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.underlined.gray:hover,.underlined.gray:focus{background:linear-gradient(#676565,#676565) no-repeat 0 87%;background-size:100% 1.5px}.underlined.gray:not(:hover):not(:focus){background:linear-gradient(#676565,#676565) no-repeat 100% 87%;background-size:0% 1.5px}.underlined.green{color:#1f8b48;background:linear-gradient(#1F8B48,#1F8B48) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.underlined.green:hover,.underlined.green:focus{background:linear-gradient(#1F8B48,#1F8B48) no-repeat 0 87%;background-size:100% 1.5px}.underlined.green:not(:hover):not(:focus){background:linear-gradient(#1F8B48,#1F8B48) no-repeat 100% 87%;background-size:0% 1.5px}.underlined.blue{color:#5a809e;background:linear-gradient(#5A809E,#5A809E) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.underlined.blue:hover,.underlined.blue:focus{background:linear-gradient(#5A809E,#5A809E) no-repeat 0 87%;background-size:100% 1.5px}.underlined.blue:not(:hover):not(:focus){background:linear-gradient(#5A809E,#5A809E) no-repeat 100% 87%;background-size:0% 1.5px}.underlined.white{color:#d4e9dc;background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.underlined.white:hover,.underlined.white:focus{background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 0 87%;background-size:100% 1.5px}.underlined.white:not(:hover):not(:focus){background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 100% 87%;background-size:0% 1.5px}@media screen and (max-width: 1023px){.underlined{background-size:100% 1px!important}}.start-link{width:fit-content}.start-link.white:hover,.start-link.white:focus{background:linear-gradient(#F8F8F8,#F8F8F8) no-repeat 0 87%;background-size:100% 1.5px}.start-link.white:not(:hover):not(:focus){background:linear-gradient(#F8F8F8,#F8F8F8) no-repeat 100% 87%;background-size:0% 1.5px}.start-link.yellow:hover,.start-link.yellow:focus{background:linear-gradient(#D3A330,#D3A330) no-repeat 0 87%;background-size:100% 1.5px}.start-link.yellow:not(:hover):not(:focus){background:linear-gradient(#D3A330,#D3A330) no-repeat 100% 87%;background-size:0% 1.5px}.input{padding-bottom:24px;border-bottom:2px solid #9F9E9E;position:relative;transition:border-bottom .2s}@media screen and (max-width: 1919px){.input{padding-bottom:16px}}.input.error{border-bottom:2px solid #DF1616!important}.input:focus-within{border-bottom:2px solid #1D242F}.input .form-error{position:absolute;bottom:-26px;left:0;color:#df1616;font-size:14px;font-style:normal;font-weight:300;line-height:160%;letter-spacing:-.56px}.input input,.input textarea{width:100%;padding:0;font-family:inherit;background-color:unset;border:none;outline:none;font-size:inherit;font-weight:300;line-height:inherit;letter-spacing:-.96px;color:inherit}.input input::placeholder,.input textarea::placeholder{color:#9f9e9e}.textarea{padding-bottom:2px}.textarea textarea{max-height:100px;resize:none}.textarea textarea::-webkit-scrollbar{display:none}.landing-form-form{display:flex;flex-direction:column}.fields_group{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.policy{margin-bottom:24px;color:#83add0;font-size:14px;font-weight:300;line-height:160%;letter-spacing:-.56px}@media screen and (max-width: 479px){.policy{font-size:12px;letter-spacing:-.48px}}.policy a{text-decoration:underline;text-underline-offset:2px}.btn-form{cursor:pointer;align-self:flex-end}.tabs{width:873px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;justify-self:flex-end}@media screen and (min-width: 2560px){.tabs{gap:16px}}@media screen and (max-width: 1919px){.tabs{width:819px}}@media screen and (max-width: 1439px){.tabs{width:576px}}@media screen and (max-width: 1023px){.tabs{justify-content:flex-start;justify-self:flex-start}}@media screen and (max-width: 767px){.tabs{width:100%;gap:4px}}.tabs .tab{padding:24px 32px;border-radius:94px;border:2px solid #D4E9DC;display:flex;align-items:center;justify-content:center;transition:background-color .3s}@media screen and (max-width: 1919px){.tabs .tab{padding:16px 24px}}@media screen and (max-width: 1439px){.tabs .tab{padding:8px 24px}}@media screen and (max-width: 767px){.tabs .tab{padding:8px 16px}}.tabs .tab span{color:#d4e9dc;line-height:100%;transition:color .3s}@media screen and (max-width: 1023px){.tabs .tab span{line-height:120%}}.logo{width:85px;height:128px}@media screen and (max-width: 1919px){.logo{width:42.5px;height:64px}}@media screen and (max-width: 767px){.logo{width:31.875px;height:48px}}.logo svg{width:100%;height:100%}#btn-open-form{opacity:0;pointer-events:none;position:fixed;bottom:10px;right:16px;z-index:100;transition:opacity .2s}@supports (padding: max(0px)){#btn-open-form{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}#btn-open-form.visible{opacity:1;pointer-events:all}@media screen and (max-width: 1023px){#btn-open-form{bottom:10px;left:16px;width:calc(100% - 32px)}}@media screen and (max-width: 767px){#btn-open-form{bottom:2px;left:8px;width:calc(100% - 16px)}}#btn-open-form .btn{border:2px solid #F8F8F8;padding:8px 16px;background-color:#1f8b48;border-radius:94px;cursor:pointer}@media screen and (max-width: 1023px){#btn-open-form .btn{width:100%}}#btn-open-form .btn span{color:#fff;font-size:18px;font-weight:400;line-height:140%;letter-spacing:-.72px}#start-link .btn{cursor:pointer;color:#d4e9dc;white-space:nowrap}.banner .container{background-color:#1f8b48;border-radius:32px;padding:64px;overflow:hidden;position:relative;height:auto}@media screen and (max-width: 1919px){.banner .container{padding:32px}}@media screen and (max-width: 1439px){.banner .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.banner .container{border-radius:16px}}.banner .banner-content{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);height:100%;width:100%;aspect-ratio:2.198/1}@media screen and (min-width: 2560px){.banner .banner-content{aspect-ratio:2.034/1}}@media screen and (max-width: 1919px){.banner .banner-content{aspect-ratio:1.958/1}}@media screen and (max-width: 1439px){.banner .banner-content{aspect-ratio:2.28/1}}@media screen and (max-width: 1023px){.banner .banner-content{aspect-ratio:1.463/1}}@media screen and (max-width: 767px){.banner .banner-content{aspect-ratio:unset}}@media screen and (max-width: 1023px){.banner .banner-content{gap:48px;grid-template-columns:1fr}}@media screen and (max-width: 767px){.banner .banner-content{gap:24px}}.banner h1{grid-area:auto/span 2;color:#d4e9dc;text-align:left;max-width:98%;line-height:80%!important;display:flex;flex-direction:column;opacity:0;transform:translateY(170px)}@media screen and (max-width: 1023px){.banner h1{grid-area:unset}}.banner h1 span,.banner h1 div{display:inline;will-change:transform;line-height:80%!important;letter-spacing:-6.4px}@media screen and (min-width: 2560px){.banner h1 span,.banner h1 div{font-size:220px!important;letter-spacing:-8.8px}}@media screen and (max-width: 1919px){.banner h1 span,.banner h1 div{font-size:110px!important;line-height:100%!important;letter-spacing:-4.4px}}@media screen and (max-width: 1439px){.banner h1 span,.banner h1 div{font-size:80px!important;line-height:90%!important;letter-spacing:-3.2px}}@media screen and (max-width: 1023px){.banner h1 span,.banner h1 div{font-size:64px!important;letter-spacing:-2.56px;grid-area:unset}}@media screen and (max-width: 767px){.banner h1 span,.banner h1 div{font-size:40px!important;font-weight:400;line-height:100%!important;letter-spacing:-1.6px}}.banner .tabs{align-self:flex-end}.banner .tabs .tab{cursor:pointer}.banner .tabs .tab:hover,.banner .tabs .tab:focus{background-color:#f8f8f8}.banner .tabs .tab:hover span,.banner .tabs .tab:focus span{color:#1f8b48}@media screen and (max-width: 767px){.banner .tabs{margin-bottom:80px}}@media screen and (max-width: 479px){.banner .tabs{margin-bottom:0;width:106%}}.banner .start-link{align-self:flex-end}@media screen and (max-width: 1023px){.banner .start-link{order:1}}@media screen and (max-width: 767px){.banner .start-link{margin-top:104px}}@media screen and (max-width: 767px){.banner .start-link{margin-top:24px}}.banner #svg-arrow{position:absolute;bottom:-55.25px;left:95.7px;width:1284.598px;height:889.344px}@media screen and (min-width: 2560px){.banner #svg-arrow{width:1534.832px;height:1065.098px;bottom:-87.8;left:121.95px}}@media screen and (max-width: 1919px){.banner #svg-arrow{width:1046.256px;height:725.169px;bottom:-77px;left:106px}}@media screen and (max-width: 1439px){.banner #svg-arrow{width:654.933px;height:453.545px;bottom:-32px;left:84.2px}}@media screen and (max-width: 1023px){.banner #svg-arrow{width:571.756px;height:396.739px;bottom:-22.26px;left:59.39px}}@media screen and (max-width: 767px){.banner #svg-arrow{bottom:-26.44;left:75.97px;width:514.521px;height:356.539px}}@media screen and (max-width: 479px){.banner #svg-arrow{width:439.477px;height:303.831px;bottom:-13.02px;left:67.12px}}.banner #svg-spiral{position:absolute;right:-695.36px;bottom:0;width:1104.06px;height:1658.063px;transform:rotate(105deg)}@media screen and (min-width: 2560px){.banner #svg-spiral{width:1324.948px;height:1988.683px;right:-590.28px}}@media screen and (max-width: 1919px){.banner #svg-spiral{bottom:-27.9px;right:-740.42px;width:901.142px;height:1352.957px}}@media screen and (max-width: 1439px){.banner #svg-spiral{right:-457.37px;bottom:-89.51px;width:639.058px;height:959.293px}}@media screen and (max-width: 1023px){.banner #svg-spiral{width:544.537px;height:817.125px;bottom:121.64px;right:-395.25px}}@media screen and (max-width: 767px){.banner #svg-spiral{right:unset;bottom:unset;top:-450.77px;left:-451.78px;width:544.537px;height:817.125px}}@media screen and (max-width: 479px){.banner #svg-spiral{top:-453.77px;left:-299.78px;width:544.537px;height:817.125px}}.principles .container{display:grid;grid-template-columns:repeat(8,1fr);gap:32px}@media screen and (max-width: 1439px){.principles .container{gap:16px;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 767px){.principles .container{gap:8px;grid-template-columns:1fr}}.principles .block-pink,.principles .block-gray{border-radius:32px;padding:64px;position:relative;overflow:hidden;aspect-ratio:1.796/1;width:100%;height:100%}@media screen and (min-width: 2560px){.principles .block-pink,.principles .block-gray{aspect-ratio:2.421/1}}@media screen and (max-width: 1919px){.principles .block-pink,.principles .block-gray{padding:32px;aspect-ratio:1.325/1}}@media screen and (max-width: 1439px){.principles .block-pink,.principles .block-gray{border-radius:24px;aspect-ratio:1.14/1;padding:24px}}@media screen and (max-width: 1023px){.principles .block-pink,.principles .block-gray{aspect-ratio:.725/1}}@media screen and (max-width: 767px){.principles .block-pink,.principles .block-gray{aspect-ratio:unset;width:100%;height:fit-content;border-radius:16px}}.principles .block-pink .block-content,.principles .block-gray .block-content{display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1;height:100%}@media screen and (max-width: 767px){.principles .block-pink h2,.principles .block-gray h2{margin-bottom:32px}}.principles ul{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.principles ul{gap:24px}}@media screen and (max-width: 767px){.principles ul{gap:16px}}.principles .block-pink{background-color:#ffe7e0;grid-area:auto/span 5}@media screen and (max-width: 1439px){.principles .block-pink{grid-area:auto/span 3}}.principles .block-pink .block-content{max-width:881px}@media screen and (min-width: 2560px){.principles .block-pink .block-content{max-width:1170px}}@media screen and (max-width: 1919px){.principles .block-pink .block-content{max-width:100%}}.principles .block-pink h2{color:#df958b}.principles .block-pink ul{color:#94594c}.principles .block-pink #svg-heart{position:absolute;width:920.99px;height:908.82px;top:34px;right:53px}@media screen and (min-width: 2560px){.principles .block-pink #svg-heart{width:1068.99px;height:1052.826px}}@media screen and (max-width: 1919px){.principles .block-pink #svg-heart{width:748.992px;height:738.114px;right:-47.99px;top:45px}}@media screen and (max-width: 1439px){.principles .block-pink #svg-heart{width:450.995px;height:445.416px;top:58px;right:-81px}}@media screen and (max-width: 1023px){.principles .block-pink #svg-heart{width:471.996px;height:463.045px;top:93px;right:-142px}}@media screen and (max-width: 767px){.principles .block-pink #svg-heart{width:367.996px;height:362.04px;right:-24px;top:28px}}@media screen and (max-width: 479px){.principles .block-pink #svg-heart{width:363.996px;height:358.037px;top:68px;right:-98px}}.principles .block-gray{background-color:#e8e8e8;grid-area:auto/span 3}.principles .block-gray h2{color:#9f9e9e}.principles .block-gray ul{color:#676565}.principles .block-gray #svg-sad{position:absolute;width:761.05px;height:755.998px;top:-130px;left:-97px}@media screen and (min-width: 2560px){.principles .block-gray #svg-sad{width:883.05px;height:877.999px;top:-252px;left:-64.03px}}@media screen and (max-width: 1919px){.principles .block-gray #svg-sad{width:665.04px;height:660.999px;top:-77px;left:-173.03px}}@media screen and (max-width: 1439px){.principles .block-gray #svg-sad{width:540.04px;height:536.999px;top:-143px;left:-111px}}@media screen and (max-width: 1023px){.principles .block-gray #svg-sad{width:491.029px;height:488.999px;top:-93px;left:-116px}}@media screen and (max-width: 767px){.principles .block-gray #svg-sad{width:491.029px;height:488.999px;top:-181px;left:-103px}}@media screen and (max-width: 479px){.principles .block-gray #svg-sad{width:411.03px;height:408.999px;top:-136px;left:-96px}}.believe .container{background-color:#fff6e1;border-radius:32px;padding:64px;overflow:hidden;position:relative}@media screen and (max-width: 1919px){.believe .container{padding:32px}}@media screen and (max-width: 1439px){.believe .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.believe .container{border-radius:16px}}.believe .believe-content{display:grid;grid-template-columns:repeat(2,auto);gap:236px 0;position:relative;z-index:1}@media screen and (min-width: 2560px){.believe .believe-content{gap:332px 0}}@media screen and (max-width: 1919px){.believe .believe-content{gap:272px 0}}@media screen and (max-width: 1439px){.believe .believe-content{gap:98px 0}}@media screen and (max-width: 767px){.believe .believe-content{gap:105px 0}}@media screen and (max-width: 479px){.believe .believe-content{gap:99px 0}}.believe h2{grid-area:auto/span 2;max-width:80%}@media screen and (min-width: 2560px){.believe h2{max-width:90%}}@media screen and (max-width: 1919px){.believe h2{max-width:90%}}@media screen and (max-width: 1023px){.believe h2{max-width:100%}}.believe h2 .accent{color:#e0bc69}.believe .start-link{justify-self:flex-end;align-self:flex-end;white-space:nowrap}.believe .start-link .btn{cursor:pointer;color:#d3a330}.believe .logo{width:85px;height:128px}@media screen and (max-width: 1919px){.believe .logo{width:42.5px;height:64px}}@media screen and (max-width: 767px){.believe .logo{width:31.875px;height:48px}}.believe .logo svg{width:100%;height:100%}.believe #svg-star{position:absolute;transform:rotate(-17.616deg);top:-425px;right:-97px;width:1849.387px;height:1456.215px}@media screen and (min-width: 2560px){.believe #svg-star{width:2548.703px;height:2008.783px;top:-894px;right:-248px}}@media screen and (max-width: 1919px){.believe #svg-star{width:1820.947px;height:1435.015px;top:-555px;right:-75px}}@media screen and (max-width: 1439px){.believe #svg-star{width:1010.762px;height:796.115px;top:-276.52px;right:-66.96px}}@media screen and (max-width: 1023px){.believe #svg-star{width:993.158px;height:782.841px;top:-268px;right:-54px}}@media screen and (max-width: 767px){.believe #svg-star{width:715.697px;height:563.604px;top:-159.82px;right:-112.51px}}@media screen and (max-width: 479px){.believe #svg-star{width:536.553px;height:422.052px;top:-19px;right:-95px}}.clients .container{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.clients .container{gap:16px}}@media screen and (max-width: 767px){.clients .container{gap:6px}}.client-block{display:grid;grid-template-columns:repeat(8,1fr);gap:32px}@media screen and (max-width: 1439px){.client-block{gap:16px;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 767px){.client-block{gap:0;grid-template-columns:1fr;background-color:#fff;border-radius:16px}}.client-block:nth-of-type(2n) .info{order:-1}@media screen and (max-width: 767px){.client-block:nth-of-type(2n) .info{order:unset}}.client-block .img-wrapper{cursor:pointer;width:100%;border-radius:32px;overflow:hidden;grid-area:auto/span 6;aspect-ratio:1.773/1;height:100%}.client-block .img-wrapper img{transition:transform .3s}.client-block .img-wrapper:hover img,.client-block .img-wrapper:focus img{transform:scale(1.05)}@media screen and (max-width: 1919px){.client-block .img-wrapper{aspect-ratio:1.775/1}}@media screen and (max-width: 1439px){.client-block .img-wrapper{border-radius:24px;grid-area:auto/span 4}}@media screen and (max-width: 1023px){.client-block .img-wrapper{aspect-ratio:1.544/1}}@media screen and (max-width: 767px){.client-block .img-wrapper{border-radius:16px;aspect-ratio:1/1;grid-area:unset}}.client-block .info{border-radius:32px;background-color:#fff;padding:64px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;grid-area:auto/span 2}@media screen and (max-width: 1919px){.client-block .info{padding:32px}}@media screen and (max-width: 1439px){.client-block .info{padding:24px;justify-content:unset;gap:16px;border-radius:24px}}@media screen and (max-width: 767px){.client-block .info{background-color:unset;padding:24px;grid-area:unset}}.client-block .info-top{display:flex;gap:16px;flex-direction:column}.client-block .info-bottom{display:flex;gap:32px;flex-direction:column;color:#9f9e9e;margin-top:auto}@media screen and (max-width: 1919px){.client-block .info-bottom{gap:16px}}@media screen and (max-width: 767px){.client-block .info-bottom{flex-direction:row;justify-content:space-between}}@media screen and (max-width: 1919px){.client-block .info-bottom .lead{font-size:24px;font-weight:300;line-height:160%;letter-spacing:-.96px}}@media screen and (max-width: 1439px){.client-block .info-bottom .lead{font-size:18px;line-height:140%;letter-spacing:-.54px}}@media screen and (max-width: 767px){.client-block .info-bottom .lead{font-size:16px;letter-spacing:-.32px}}.contact-us .container{display:grid;grid-template-columns:repeat(8,1fr);gap:32px}@media screen and (max-width: 1439px){.contact-us .container{gap:16px;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 767px){.contact-us .container{gap:8px;grid-template-columns:1fr}}.contact-us .info,.contact-us .form-wrapper{padding:64px;border-radius:32px}@media screen and (max-width: 1919px){.contact-us .info,.contact-us .form-wrapper{padding:32px}}@media screen and (max-width: 1439px){.contact-us .info,.contact-us .form-wrapper{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.contact-us .info,.contact-us .form-wrapper{border-radius:16px}}.contact-us .info{background-color:#1f8b48;grid-area:auto/span 5;position:relative;overflow:hidden;height:auto}@media screen and (max-width: 1439px){.contact-us .info{grid-area:auto/span 3}}.contact-us .info .info-content{height:auto;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;gap:44px;justify-content:space-between;aspect-ratio:1.471/1}@media screen and (min-width: 2560px){.contact-us .info .info-content{aspect-ratio:1.984/1}}@media screen and (max-width: 1919px){.contact-us .info .info-content{aspect-ratio:1.418/1}}@media screen and (max-width: 1439px){.contact-us .info .info-content{aspect-ratio:1.033/1}}@media screen and (max-width: 1023px){.contact-us .info .info-content{aspect-ratio:.714/1}}@media screen and (max-width: 767px){.contact-us .info .info-content{aspect-ratio:unset}}@media screen and (min-width: 2560px){.contact-us .info .info-content{gap:140px}}@media screen and (max-width: 1919px){.contact-us .info .info-content{gap:70px}}@media screen and (max-width: 1439px){.contact-us .info .info-content{gap:120px}}@media screen and (max-width: 1023px){.contact-us .info .info-content{gap:56px}}@media screen and (max-width: 767px){.contact-us .info .info-content{gap:44px}}@media screen and (max-width: 479px){.contact-us .info .info-content{gap:16px}}.contact-us .info .logo{align-self:flex-end;width:85px;height:128px}@media screen and (max-width: 1919px){.contact-us .info .logo{width:42.5px;height:64px}}@media screen and (max-width: 767px){.contact-us .info .logo{width:31.875px;height:48px}}.contact-us .info .logo svg{width:100%;height:100%}.contact-us .info h2 .accent{color:#d4e9dc}.contact-us .info #svg-triangles{position:absolute;z-index:0;width:1857.821px;height:1297.282px;top:50%;left:50%;transform:translate(-50%,-50%) rotate(15deg)}@media screen and (min-width: 2560px){.contact-us .info #svg-triangles{width:1857.821px;height:1297.282px}}@media screen and (max-width: 1919px){.contact-us .info #svg-triangles{width:1857.821px;height:1297.282px}}@media screen and (max-width: 1439px){.contact-us .info #svg-triangles{width:1295.889px;height:904.896px}}@media screen and (max-width: 1023px){.contact-us .info #svg-triangles{width:1067.932px;height:745.717px}}@media screen and (max-width: 767px){.contact-us .info #svg-triangles{width:1067.932px;height:745.717px}}@media screen and (max-width: 479px){.contact-us .info #svg-triangles{width:1067.932px;height:745.717px}}.contact-us .form-wrapper{background-color:#e2f2ff;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;overflow:hidden;grid-area:auto/span 3}.contact-us .form-wrapper .form-transition-wrapper{display:flex;flex-direction:column;justify-content:center}.contact-us .form-wrapper #svg-star-blue{pointer-events:none;position:absolute;top:-354.56px;left:-530.72px;width:1517.923px;height:1110.219px;z-index:0}@media screen and (min-width: 2560px){.contact-us .form-wrapper #svg-star-blue{width:1669.65px;height:1228.304px;top:-413.59px;left:-606.59px}}@media screen and (max-width: 1919px){.contact-us .form-wrapper #svg-star-blue{width:1108.104px;height:850.621px;top:-270.96px;left:-386.71px}}@media screen and (max-width: 1439px){.contact-us .form-wrapper #svg-star-blue{width:865.536px;height:695.938px;top:-242.7px;left:-253.44px}}@media screen and (max-width: 1023px){.contact-us .form-wrapper #svg-star-blue{width:811.902px;height:657.953px;left:-291.58px;top:-208.02px}}@media screen and (max-width: 767px){.contact-us .form-wrapper #svg-star-blue{width:811.902px;height:657.953px;left:-207.58px;top:-173.02px}}@media screen and (max-width: 479px){.contact-us .form-wrapper #svg-star-blue{width:811.902px;height:657.953px;top:-158.02px;left:-292.58px}}.contact-us .form-wrapper form{position:relative;z-index:1;height:100%;display:flex;flex-direction:column}.contact-us .form-wrapper form .h4{margin-bottom:auto;color:#83add0;position:relative;z-index:1}@media screen and (min-width: 2560px){.contact-us .form-wrapper form .h4{max-width:639px}}@media screen and (max-width: 767px){.contact-us .form-wrapper form .h4{margin-bottom:128px;font-size:32px;font-weight:400;line-height:100%;letter-spacing:-1.28px}}.contact-us .form-wrapper form .input{border-bottom:2px solid #83ADD0}.contact-us .form-wrapper form .input:focus-within{border-bottom:2px solid #5A809E}.contact-us .form-wrapper form .input input::placeholder{color:#5a809e}@media screen and (max-width: 1439px){.contact-us .form-wrapper form .policy{max-width:300px}}@media screen and (max-width: 1023px){.contact-us .form-wrapper form .policy{max-width:unset}}@media screen and (max-width: 767px){.contact-us .form-wrapper form .policy{max-width:300px}}@media screen and (max-width: 479px){.contact-us .form-wrapper form .policy{max-width:unset}}.contact-us .form-wrapper form .btn-form{color:#5a809e}.contact-us .form-wrapper form .btn-form span.underlined{background:linear-gradient(#5A809E,#5A809E) no-repeat!important;background-size:100% 1.5px!important;transition:background-size .3s;background-position:0 95%!important}@media screen and (max-width: 1023px){.contact-us .form-wrapper form .btn-form span.underlined{background-position:0 100%!important}}.contact-us .form-wrapper form .btn-form span.underlined:hover,.contact-us .form-wrapper form .btn-form span.underlined:focus{background-size:0 1.5px!important}.contact-us .form-result{position:relative;z-index:2}.contact-us .form-result h4{color:#83add0}@media screen and (max-width: 767px){.contact-us .form-result h4{margin-bottom:320px}}@media screen and (max-width: 479px){.contact-us .form-result h4{margin-bottom:378px}}.contact-us .form-result button span.underlined{color:#5a809e;background:linear-gradient(#5A809E,#5A809E) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.contact-us .form-result button span.underlined:hover,.contact-us .form-result button span.underlined:focus{background:linear-gradient(#5A809E,#5A809E) no-repeat 0 87%;background-size:100% 1.5px}.contact-us .form-result button span.underlined:not(:hover):not(:focus){background:linear-gradient(#5A809E,#5A809E) no-repeat 100% 87%;background-size:0% 1.5px}.trust .container{display:flex;align-items:center;background-color:#e8e8e8;overflow:hidden;border-radius:32px;padding:64px;position:relative}@media screen and (max-width: 1919px){.trust .container{padding:32px}}@media screen and (max-width: 1439px){.trust .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.trust .container{display:block;border-radius:16px}}.trust .container:before{position:absolute;content:"";left:0;height:100%;width:830px;background:linear-gradient(90deg,rgb(232,232,232) 66%,rgba(255,255,255,0) 100%);z-index:2}@media screen and (max-width: 1919px){.trust .container:before{width:700px}}@media screen and (max-width: 1439px){.trust .container:before{width:400px}}@media screen and (max-width: 1023px){.trust .container:before{width:300px;background:linear-gradient(90deg,rgb(232,232,232) 74%,rgba(255,255,255,0))}}@media screen and (max-width: 767px){.trust .container:before{content:none}}.trust h2{max-width:373px;position:relative;z-index:3}@media screen and (max-width: 1439px){.trust h2{max-width:187px}}@media screen and (max-width: 767px){.trust h2{max-width:unset;margin-bottom:16px}}.trust .swiper-brands{padding-left:271px;flex:1;margin-right:-64px}@media screen and (max-width: 1919px){.trust .swiper-brands{padding-left:185px;margin-right:-32px}}@media screen and (max-width: 1439px){.trust .swiper-brands{padding-left:125px;margin-right:-24px}}@media screen and (max-width: 1023px){.trust .swiper-brands{padding-left:40px}}@media screen and (max-width: 767px){.trust .swiper-brands{padding-left:24px;margin-left:-24px}}.trust .swiper-brands .swiper-wrapper{transition-timing-function:linear}.trust .swiper-brands .swiper-slide{width:fit-content!important;height:fit-content!important}.trust .brand{display:block;width:256px;height:204px}@media screen and (max-width: 1919px){.trust .brand{width:200.784px;height:160px}}@media screen and (max-width: 479px){.trust .brand{width:120px;height:96px}}.zoom .container{display:grid;gap:32px;grid-template-columns:repeat(8,auto)}@media screen and (max-width: 1439px){.zoom .container{gap:16px;grid-template-columns:repeat(6,auto)}}@media screen and (max-width: 767px){.zoom .container{gap:8px;grid-template-columns:1fr}}.zoom .group{position:relative}.zoom .group:first-of-type{display:flex;flex-direction:column;gap:32px;grid-area:auto/span 3}@media screen and (max-width: 1439px){.zoom .group:first-of-type{flex-direction:row;gap:16px;grid-area:auto/span 6}}@media screen and (max-width: 767px){.zoom .group:first-of-type{gap:8px}}@media screen and (max-width: 479px){.zoom .group:first-of-type{display:flex;flex-direction:column}}.zoom .group:first-of-type .block.yellow{height:584px;aspect-ratio:1.157/1}@media screen and (max-width: 1919px){.zoom .group:first-of-type .block.yellow{height:560px;aspect-ratio:.885/1}}@media screen and (max-width: 1439px){.zoom .group:first-of-type .block.yellow{height:256px}}@media screen and (max-width: 479px){.zoom .group:first-of-type .block.yellow{grid-area:unset;height:fit-content;aspect-ratio:unset}}.zoom .group:first-of-type .block.blue{aspect-ratio:2.112/1;height:320px}@media screen and (min-width: 2560px){.zoom .group:first-of-type .block.blue h4{max-width:300px}}@media screen and (max-width: 1919px){.zoom .group:first-of-type .block.blue{aspect-ratio:1.937/1;height:256px}}@media screen and (max-width: 1439px){.zoom .group:first-of-type .block.blue{height:256px}}@media screen and (max-width: 479px){.zoom .group:first-of-type .block.blue{grid-area:unset;height:fit-content;aspect-ratio:unset}}.zoom .group:last-of-type{gap:32px;grid-area:auto/span 5;display:grid;grid-template-columns:repeat(5,1fr)}@media screen and (max-width: 1439px){.zoom .group:last-of-type{gap:16px;grid-area:auto/span 6;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 1023px){.zoom .group:last-of-type{grid-template-columns:repeat(10,1fr)}}@media screen and (max-width: 767px){.zoom .group:last-of-type{gap:8px;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 479px){.zoom .group:last-of-type{grid-template-columns:1fr}}.zoom .group:last-of-type .block.green{grid-area:auto/span 3;aspect-ratio:2.086/1;height:324px}@media screen and (min-width: 2560px){.zoom .group:last-of-type .block.green h4{max-width:500px}}@media screen and (max-width: 1919px){.zoom .group:last-of-type .block.green{height:256px}}@media screen and (max-width: 1439px){.zoom .group:last-of-type .block.green{height:292px;grid-area:auto/span 2}}@media screen and (max-width: 1023px){.zoom .group:last-of-type .block.green{height:326px;padding-right:14px;grid-area:auto/span 3}}@media screen and (max-width: 767px){.zoom .group:last-of-type .block.green{grid-area:auto/span 4;height:192px;padding-right:24px;order:-1}}@media screen and (max-width: 479px){.zoom .group:last-of-type .block.green{grid-area:unset;height:fit-content;aspect-ratio:unset}}.zoom .group:last-of-type .block.purple{grid-area:auto/span 2;aspect-ratio:.758/1;height:580px}@media screen and (min-width: 2560px){.zoom .group:last-of-type .block.purple h4{max-width:300px}}@media screen and (max-width: 1919px){.zoom .group:last-of-type .block.purple{height:560px}}@media screen and (max-width: 1439px){.zoom .group:last-of-type .block.purple{height:112px;grid-area:2/span 3}}@media screen and (max-width: 1023px){.zoom .group:last-of-type .block.purple{grid-area:2/span 5}}@media screen and (max-width: 767px){.zoom .group:last-of-type .block.purple{grid-area:auto/span 2;height:192px;order:0}}@media screen and (max-width: 479px){.zoom .group:last-of-type .block.purple{grid-area:unset;height:fit-content;aspect-ratio:unset}}.zoom .group:last-of-type .block.red{grid-area:auto/span 2;aspect-ratio:1.358/1;height:324px}@media screen and (max-width: 1919px){.zoom .group:last-of-type .block.red{height:256px}}@media screen and (max-width: 1439px){.zoom .group:last-of-type .block.red{height:292px;grid-area:auto/span 1}}@media screen and (max-width: 1023px){.zoom .group:last-of-type .block.red{height:326px;grid-area:auto/span 2}}@media screen and (max-width: 767px){.zoom .group:last-of-type .block.red{height:192px;grid-area:auto/span 2}}@media screen and (max-width: 479px){.zoom .group:last-of-type .block.red{grid-area:unset;height:fit-content;aspect-ratio:unset}}.zoom .group:last-of-type .block.gray{height:580px;grid-area:auto/span 3;aspect-ratio:1.165/1}@media screen and (min-width: 2560px){.zoom .group:last-of-type .block.gray{height:580px}}@media screen and (max-width: 1919px){.zoom .group:last-of-type .block.gray{height:560px}}@media screen and (max-width: 1439px){.zoom .group:last-of-type .block.gray{height:420px;grid-area:span 2/span 3}}@media screen and (max-width: 1023px){.zoom .group:last-of-type .block.gray{height:454px;grid-area:span 2/span 5}}@media screen and (max-width: 767px){.zoom .group:last-of-type .block.gray{grid-area:auto/span 4;height:387px}}@media screen and (max-width: 479px){.zoom .group:last-of-type .block.gray{grid-area:unset;height:fit-content;aspect-ratio:unset}}@media screen and (max-width: 479px){.zoom .group .block{width:100%!important;padding-top:56px;height:fit-content!important}}.zoom .block{width:100%;padding:64px;border-radius:32px;display:flex;flex-direction:column;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.zoom .block{padding:32px}}@media screen and (max-width: 1439px){.zoom .block{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.zoom .block{border-radius:16px}}.zoom .block h4{margin-top:auto;position:relative;z-index:1}@media screen and (max-width: 767px){.zoom .block h4{font-size:24px;font-weight:400;line-height:100%;letter-spacing:-.96px}}.zoom .block.yellow{background-color:#fff6e1;color:#e0bc69}.zoom .block.yellow #svg-asterisk{position:absolute;width:1085.568px;height:1122.819px;top:-492.53px;left:-274.56px}@media screen and (min-width: 2560px){.zoom .block.yellow #svg-asterisk{width:1805.572px;height:1874.815px;top:-893.53px;left:-522.56px}}@media screen and (max-width: 1919px){.zoom .block.yellow #svg-asterisk{width:1077.254px;height:1116.255px;top:-486.63px;left:-292.05px}}@media screen and (max-width: 1439px){.zoom .block.yellow #svg-asterisk{width:1077.254px;height:1116.255px;top:-486.63px;left:-292.05px}}@media screen and (max-width: 1023px){.zoom .block.yellow #svg-asterisk{width:1068.941px;height:1109.691px;top:-581.75px;left:-355.54px}}@media screen and (max-width: 767px){.zoom .block.yellow #svg-asterisk{width:1068.941px;height:1109.691px;top:-586.72px;left:-325.54px}}@media screen and (max-width: 479px){.zoom .block.yellow #svg-asterisk{width:1068.941px;height:1109.691px;top:-558.72px;left:-341.54px}}.zoom .block.red{background-color:#ffe7e0;color:#df958b}.zoom .block.red #svg-fire{position:absolute;width:421.833px;height:543.917px;right:-19.92px;bottom:-139.17px}@media screen and (min-width: 2560px){.zoom .block.red #svg-fire{width:421.833px;height:543.917px;right:60.08px;bottom:-139.17px}}@media screen and (max-width: 1919px){.zoom .block.red #svg-fire{width:317.75px;height:408.376px;right:-14.38px;bottom:-78.75px}}@media screen and (max-width: 1439px){.zoom .block.red #svg-fire{width:421.833px;height:543.917px;bottom:-237.17px;right:-257.92px}}@media screen and (max-width: 1023px){.zoom .block.red #svg-fire{width:250.417px;height:322.709px;bottom:-35.08px;right:-84.71px}}@media screen and (max-width: 767px){.zoom .block.red #svg-fire{width:250.417px;height:322.709px;bottom:-102.08px;right:-39.71px}}@media screen and (max-width: 479px){.zoom .block.red #svg-fire{width:250.417px;height:322.709px;right:-54.71px;bottom:-116.08px}}.zoom .block.green{background-color:#e4f1e9;color:#7daa8f}.zoom .block.green #svg-zigzag{position:absolute;width:1059.108px;height:1148.671px;right:-175.78px;bottom:-411.66px;transform:rotate(-35.039deg)}@media screen and (min-width: 2560px){.zoom .block.green #svg-zigzag{width:1335.777px;height:1449.844px;right:-237.11px;bottom:-562.25px}}@media screen and (max-width: 1919px){.zoom .block.green #svg-zigzag{width:836.139px;height:906.802px;right:-253.44px;bottom:-379.06px}}@media screen and (max-width: 1439px){.zoom .block.green #svg-zigzag{width:956.074px;height:1037.36px;right:-239.41px;bottom:-283.34px}}@media screen and (max-width: 1023px){.zoom .block.green #svg-zigzag{right:-180px;bottom:-164px;width:691.244px;height:749.922px}}@media screen and (max-width: 767px){.zoom .block.green #svg-zigzag{width:740.716px;height:803.776px;bottom:-285.92px;right:-122.47px}}@media screen and (max-width: 479px){.zoom .block.green #svg-zigzag{width:740.716px;height:803.776px;bottom:-317.92px;right:-202.47px}}.zoom .block.purple{background-color:#f0e3ff;color:#ae8dd4}.zoom .block.purple #svg-spiral-purple{position:absolute;width:623.252px;height:936.665px;right:-82.01px;bottom:-309.67px}@media screen and (min-width: 2560px){.zoom .block.purple #svg-spiral-purple{width:771.256px;height:1158.664px;right:-84.01px;bottom:-459.66px}}@media screen and (max-width: 1919px){.zoom .block.purple #svg-spiral-purple{width:531.21px;height:798.93px;right:-54px;bottom:-223.93px}}@media screen and (max-width: 1439px){.zoom .block.purple #svg-spiral-purple{width:531.21px;height:798.93px;bottom:-442.93px;right:-13px}}@media screen and (max-width: 1023px){.zoom .block.purple #svg-spiral-purple{width:381.156px;height:573.198px;transform:rotate(-35.805deg);bottom:-291.02px;right:-17.78px}}@media screen and (max-width: 767px){.zoom .block.purple #svg-spiral-purple{right:-83.78px;bottom:-251.02px}}@media screen and (max-width: 479px){.zoom .block.purple #svg-spiral-purple{right:-91.78px;bottom:-287.02px}}.zoom .block.blue{background-color:#e2f2ff;color:#83add0}.zoom .block.blue #svg-excl{position:absolute;width:384.41px;height:543.155px;bottom:-31.64px;right:55.26px}@media screen and (min-width: 2560px){.zoom .block.blue #svg-excl{width:517.411px;height:778.153px;bottom:-73.15px;right:89.26px}}@media screen and (max-width: 1919px){.zoom .block.blue #svg-excl{width:314.525px;height:445.14px;right:44.21px;bottom:-15.14px}}@media screen and (max-width: 1439px){.zoom .block.blue #svg-excl{width:419.524px;height:629.143px;right:10.21px;bottom:-96.14px}}@media screen and (max-width: 1023px){.zoom .block.blue #svg-excl{width:305.643px;height:456.107px;bottom:-22.11px;right:15.15px}}@media screen and (max-width: 767px){.zoom .block.blue #svg-excl{width:309.644px;height:464.101px;right:-88.85px;bottom:-21.1px}}@media screen and (max-width: 479px){.zoom .block.blue #svg-excl{width:309.644px;height:464.101px;bottom:-58.1px;right:-54.85px}}.zoom .block.gray{background-color:#e8e8e8;color:#9f9e9e}.zoom #app_4{height:100%}.zoom #app_4 .form-transition-wrapper{display:flex;flex-direction:column;justify-content:center}.zoom #app_4 .landing-form-form{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1919px){.zoom #app_4 .landing-form-form{gap:16px}}@media screen and (max-width: 767px){.zoom #app_4 .landing-form-form .h4{font-size:32px;line-height:100%;letter-spacing:-1.28px}}.zoom #app_4 .landing-form-form .desc{color:#676565}@media screen and (max-width: 1919px){.zoom #app_4 .landing-form-form .desc{margin-bottom:16px}}@media screen and (max-width: 1439px){.zoom #app_4 .landing-form-form .desc{margin-bottom:8px}}.zoom #app_4 .landing-form-form .fields_group{gap:32px;margin-bottom:0}@media screen and (max-width: 1919px){.zoom #app_4 .landing-form-form .fields_group{margin-bottom:14px}}@media screen and (max-width: 1439px){.zoom #app_4 .landing-form-form .fields_group{margin-bottom:8px}}@media screen and (max-width: 1439px){.zoom #app_4 .landing-form-form .fields_group{gap:24px}}.zoom #app_4 .landing-form-form .input{padding-bottom:16px}.zoom #app_4 .landing-form-form .input input{color:#676565}.zoom #app_4 .landing-form-form .policy{color:#676565;margin-bottom:0}@media screen and (max-width: 1919px){.zoom #app_4 .landing-form-form .policy{margin-bottom:16px}}@media screen and (max-width: 1439px){.zoom #app_4 .landing-form-form .policy{max-width:300px;margin-bottom:8px}}.zoom #app_4 .landing-form-form .btn-form{color:#676565}.zoom #app_4 .landing-form-form .btn-form .loader .dot{background-color:#676565}.zoom #app_4 .landing-form-form .btn-form span.underlined{background:linear-gradient(#676565,#676565) no-repeat!important;background-size:100% 1.5px!important;transition:background-size .3s;background-position:0 95%!important}@media screen and (max-width: 1023px){.zoom #app_4 .landing-form-form .btn-form span.underlined{background-position:0 100%!important}}.zoom #app_4 .landing-form-form .btn-form span.underlined:hover,.zoom #app_4 .landing-form-form .btn-form span.underlined:focus{background-size:0 1.5px!important}.zoom #app_4 .form-result button span.underlined{color:#676565;background:linear-gradient(#676565,#676565) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.zoom #app_4 .form-result button span.underlined:hover,.zoom #app_4 .form-result button span.underlined:focus{background:linear-gradient(#676565,#676565) no-repeat 0 87%;background-size:100% 1.5px}.zoom #app_4 .form-result button span.underlined:not(:hover):not(:focus){background:linear-gradient(#676565,#676565) no-repeat 100% 87%;background-size:0% 1.5px}.stickers{overflow-x:clip}.stickers .container{background-color:#1f8b48;border-radius:32px;padding:64px;color:#d4e9dc;position:relative;display:grid;grid-template-columns:repeat(8,1fr)}@media screen and (max-width: 1919px){.stickers .container{padding:32px}}@media screen and (max-width: 1439px){.stickers .container{padding:24px;border-radius:24px;grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 767px){.stickers .container{border-radius:16px;grid-template-columns:1fr}}.stickers .container .info{grid-area:auto/span 3;z-index:1;width:calc(100% - 32px);min-height:596px}@media screen and (min-width: 2560px){.stickers .container .info{grid-area:auto/span 3}}@media screen and (max-width: 1919px){.stickers .container .info{width:calc(100% - 16px);min-height:586px}}@media screen and (max-width: 1439px){.stickers .container .info{width:calc(100% - 12px);min-height:444px}}@media screen and (max-width: 767px){.stickers .container .info{width:100%;min-height:643px}}@media screen and (max-width: 479px){.stickers .container .info{min-height:601px}}.stickers .container .info .h4{margin-bottom:32px}@media screen and (max-width: 1439px){.stickers .container .info .h4{margin-bottom:24px}}@media screen and (max-width: 767px){.stickers .container .info .h4{margin-bottom:288px}}@media screen and (max-width: 479px){.stickers .container .info .h4{margin-bottom:224px}}.stickers .container .info .desc{max-width:500px;text-wrap:balance;margin-bottom:32px}@media screen and (max-width: 1919px){.stickers .container .info .desc{max-width:464px}}@media screen and (max-width: 1439px){.stickers .container .info .desc{margin-bottom:24px}}@media screen and (max-width: 1023px){.stickers .container .info .desc{max-width:336px}}.stickers .container .info #app_3{height:100%}.stickers .container .info #app_3 .form-transition-wrapper{display:flex;flex-direction:column;justify-content:center}.stickers .container .info .input{color:#d4e9dc;border-bottom:2px solid rgba(238,238,238,.3);padding-bottom:16px}.stickers .container .info .input:focus-within{border-bottom:2px solid #D4E9DC}.stickers .container .info .input input::placeholder{color:#eeeeee4d}.stickers .container .info .fields_group{gap:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.stickers .container .info .fields_group{gap:24px;margin-bottom:24px}}.stickers .container .info .policy{color:#fff;margin-bottom:32px;font-size:14px}@media screen and (max-width: 1439px){.stickers .container .info .policy{margin-bottom:24px;max-width:300px}}@media screen and (max-width: 479px){.stickers .container .info .policy{max-width:unset}}.stickers .container .info .btn-form{color:#d4e9dc}.stickers .container .info .btn-form .loader .dot{background-color:#fff}.stickers .container .info .btn-form span.underlined{background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat!important;background-size:100% 1.5px!important;transition:background-size .3s;background-position:0 95%!important}@media screen and (max-width: 1023px){.stickers .container .info .btn-form span.underlined{background-position:0 100%!important}}.stickers .container .info .btn-form span.underlined:hover,.stickers .container .info .btn-form span.underlined:focus{background-size:0 1.5px!important}.stickers .container .form-result button{color:#d4e9dc}.stickers .container .form-result span.underlined{color:#d4e9dc;background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 0 87%;background-size:100% 1.5px;transition:color .4s,background-size .4s cubic-bezier(.77,0,.175,1)}.stickers .container .form-result span.underlined:hover,.stickers .container .form-result span.underlined:focus{background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 0 87%;background-size:100% 1.5px}.stickers .container .form-result span.underlined:not(:hover):not(:focus){background:linear-gradient(#D4E9DC,#D4E9DC) no-repeat 100% 87%;background-size:0% 1.5px}.stickers .container .stickers-container svg{width:100%;height:100%}.stickers .container .stickers-container #sticker-1,.stickers .container .stickers-container #sticker-2,.stickers .container .stickers-container #sticker-3{filter:drop-shadow(40px 40px 80px rgba(0,0,0,.25))}.stickers .container .stickers-container #sticker-1{width:420px;height:420px;position:absolute;top:241px;right:610px;z-index:2;transform:rotate(-6.667deg)}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-1{width:550px;height:550px;top:211px;right:854px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-1{width:344.474px;height:344.474px;top:233px;right:418px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-1{width:235.636px;height:235.636px;top:195px;right:195px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-1{width:190.899px;height:190.899px;top:235px;right:127px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-1{top:158px;right:-20px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-1{width:145.299px;height:145.299px;top:136px;right:unset;left:193px}}.stickers .container .stickers-container #sticker-2{width:420px;height:420px;position:absolute;bottom:403px;right:317px;z-index:2;transform:rotate(-10.867deg)}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-2{width:550px;height:550px;bottom:304px;right:434px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-2{width:344.474px;height:344.474px;bottom:377px;right:199px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-2{width:235.636px;height:235.636px;bottom:348px;right:194px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-2{width:190.899px;height:190.899px;bottom:302px;right:124px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-2{left:2px;right:unset;bottom:unset;top:153px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-2{width:145.299px;height:145.299px;bottom:unset;top:134px;right:unset;left:-30px}}.stickers .container .stickers-container #sticker-3{width:420px;height:420px;position:absolute;top:268px;right:24px;z-index:2;transform:rotate(17.539deg)}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-3{width:550px;height:550px;top:223px;right:56px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-3{width:344.474px;height:344.474px;right:19px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-3{width:235.636px;height:235.636px;right:20px;top:81px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-3{width:190.899px;height:190.899px;right:-15px;top:140px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-3{top:113px;right:124px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-3{width:145.299px;height:145.299px;top:101px;right:unset;left:82px}}.stickers .container .stickers-container #sticker-blue{width:206.924px;height:226.589px;position:absolute;top:83px;right:73px;z-index:1}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-blue{width:277.938px;height:304.353px;top:58px;right:126px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-blue{width:167.145px;height:183.03px;top:86px;right:46px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-blue{top:30px;right:30px;width:136.981px;height:150px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-blue{top:74px;right:32px;width:150.243px;height:164.522px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-blue{width:104.549px;height:114.484px;top:83px;right:24px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-blue{top:102px;left:209px;right:unset;width:68.523px;height:75.035px}}.stickers .container .stickers-container #sticker-green{width:226.327px;height:226.327px;position:absolute;top:77px;right:612px;z-index:1}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-green{width:304px;height:304px;top:52px;right:850px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-green{width:182.818px;height:182.818px;top:72px;right:462px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-green{top:55px;right:301px;width:150px;height:150px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-green{top:88px;right:211px;width:121.522px;height:121.522px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-green{width:126.512px;height:126.512px;top:202px;right:113px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-green{top:204px;right:unset;left:137px;width:82.918px;height:82.918px}}.stickers .container .stickers-container #sticker-red{width:208.615px;height:250.508px;position:absolute;top:345px;right:893px;z-index:1}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-red{width:280.21px;height:336.481px;top:330px;right:1229px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-red{width:168.511px;height:202.35px;top:318px;right:649px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-red{top:unset;bottom:26px;right:343px;width:124.915px;height:150px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-red{bottom:40px;right:233px;width:113.432px;height:136.212px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-red{width:143.439px;height:143.439px;top:186px;right:unset;left:-48px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-red{display:none}}.stickers .container .stickers-container #sticker-yellow{width:227.071px;height:226.327px;position:absolute;bottom:137px;right:356px;z-index:1}@media screen and (min-width: 2560px){.stickers .container .stickers-container #sticker-yellow{width:305px;height:304px;bottom:70px;right:505px}}@media screen and (max-width: 1919px){.stickers .container .stickers-container #sticker-yellow{width:183.419px;height:182.818px;top:300px;right:246px}}@media screen and (max-width: 1439px){.stickers .container .stickers-container #sticker-yellow{top:unset;bottom:105px;right:57px;width:150px;height:150px}}@media screen and (max-width: 1023px){.stickers .container .stickers-container #sticker-yellow{right:19px;bottom:107px;width:121.522px;height:121.522px}}@media screen and (max-width: 767px){.stickers .container .stickers-container #sticker-yellow{width:149.23px;height:149.23px;top:106px;right:unset;left:38px}}@media screen and (max-width: 479px){.stickers .container .stickers-container #sticker-yellow{top:102px;left:20px;width:97.808px;height:97.808px}}.stickers .container .svg-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;border-radius:32px}.stickers .container #svg-flower{position:absolute;z-index:0;width:1454px;height:1137px;top:-49px;left:61px}@media screen and (min-width: 2560px){.stickers .container #svg-flower{width:2394.931px;height:1900.975px;top:-414.95px;left:41.01px}}@media screen and (max-width: 1919px){.stickers .container #svg-flower{width:1493.948px;height:1188.981px;top:52.96px;left:-360.99px}}@media screen and (max-width: 1439px){.stickers .container #svg-flower{width:1063.966px;height:845.987px;top:-18.97px;left:-176.99px}}@media screen and (max-width: 1023px){.stickers .container #svg-flower{width:955.966px;height:761.987px;top:40.03px;left:-333.99px}}@media screen and (max-width: 767px){.stickers .container #svg-flower{width:939.974px;height:745.99px;top:9.02px;left:-216.99px}}@media screen and (max-width: 479px){.stickers .container #svg-flower{width:939.974px;height:745.99px;left:-217px}}.work{overflow-x:clip}.work .top{border-radius:32px;padding:48px 64px;background-color:#ffe7e0;color:#df958b;margin-bottom:32px;position:relative;overflow:hidden}.work .top .top-content{width:100%;height:100%;position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1919px){.work .top{padding:40px 32px}}@media screen and (max-width: 1439px){.work .top{padding:16px 32px;margin-bottom:16px;border-radius:24px}}@media screen and (max-width: 767px){.work .top{border-radius:16px;margin-bottom:8px;padding:16px 23.12px 16px 24px}}@media screen and (max-width: 479px){.work .top{padding:32px 24.12px 32px 24px}}@media screen and (max-width: 479px){.work .top h2{max-width:127px}}.work .top #svg-spiral-red{position:absolute;width:1379.445px;height:1445.487px;top:-625.98px;left:188.53px;transform:rotate(105deg)}@media screen and (min-width: 2560px){.work .top #svg-spiral-red{width:1947.81px;height:2044.273px;top:-925.37px;left:224.34px}}@media screen and (max-width: 1919px){.work .top #svg-spiral-red{width:1379.445px;height:1445.487px;top:-665.98px;left:2.34px}}@media screen and (max-width: 1439px){.work .top #svg-spiral-red{width:1379.445px;height:1445.487px;top:-689.98px;left:-194.34px}}@media screen and (max-width: 1023px){.work .top #svg-spiral-red{width:1379.445px;height:1445.487px;top:-689.98px;left:-322.34px}}@media screen and (max-width: 767px){.work .top #svg-spiral-red{width:449.001px;height:470.111px;top:-210.18px;left:7.11px}}@media screen and (max-width: 479px){.work .top #svg-spiral-red{width:452.191px;height:473.472px;top:-195.86px;left:-74.48px}}.work .swiper-work{overflow:visible}.work .swiper-work .swiper-slide{width:fit-content;height:fit-content}.work .work-step{min-width:fit-content;overflow:hidden;width:676px;height:780px;padding:64px;border-radius:32px;position:relative}.work .work-step .work-step-content{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1}@media screen and (min-width: 2560px){.work .work-step{width:676px;height:1000px}}@media screen and (max-width: 1919px){.work .work-step{width:496px;height:640px;padding:32px}}@media screen and (max-width: 1439px){.work .work-step{border-radius:24px;width:384px;height:528px;padding:24px}}@media screen and (max-width: 767px){.work .work-step{width:256px;height:444px;border-radius:16px}}.work .work-step.yellow{background-color:#fff6e1;color:#e0bc69}.work .work-step.yellow p{color:#d3a330}.work .work-step.yellow #svg-1{position:absolute;width:361.196px;height:752.806px;bottom:-43.36px;right:47.21px}@media screen and (min-width: 2560px){.work .work-step.yellow #svg-1{bottom:-7px}}@media screen and (max-width: 1919px){.work .work-step.yellow #svg-1{width:288.879px;height:614.884px;bottom:-9.28px;right:16.91px}}@media screen and (max-width: 1439px){.work .work-step.yellow #svg-1{width:220.608px;height:489.886px;right:32.6px;bottom:-6.18px}}@media screen and (max-width: 767px){.work .work-step.yellow #svg-1{width:187.49px;height:431.356px;right:8.45px;bottom:-4.61px}}.work .work-step.blue{background-color:#e2f2ff;color:#83add0}.work .work-step.blue p{color:#5a809e}.work .work-step.blue #svg-2{position:absolute;width:617.653px;height:829px;bottom:-75px;right:46px}@media screen and (min-width: 2560px){.work .work-step.blue #svg-2{bottom:-51px}}@media screen and (max-width: 1919px){.work .work-step.blue #svg-2{width:491.732px;height:672px;bottom:-48px;right:16px}}@media screen and (max-width: 1439px){.work .work-step.blue #svg-2{width:372.734px;height:528px;right:32px;bottom:-32px}}@media screen and (max-width: 767px){.work .work-step.blue #svg-2{width:316.385px;height:460px;right:8px;bottom:-24px}}.work .work-step.green{background-color:#e0fff8;color:#79e1c8}.work .work-step.green p{color:#499b87}.work .work-step.green #svg-3{position:absolute;width:611.006px;height:824.227px;bottom:-90.23px;right:-60.76px}@media screen and (max-width: 1919px){.work .work-step.green #svg-3{width:487.998px;height:668.423px;bottom:-44.42px;right:-63.83px}}@media screen and (max-width: 1439px){.work .work-step.green #svg-3{width:371.758px;height:525.607px;right:-20.63px;bottom:-29.61px}}@media screen and (max-width: 767px){.work .work-step.green #svg-3{width:316.158px;height:458.203px;right:-30.05px;bottom:-22.2px}}.work .work-step.purple{background-color:#f0e3ff;color:#ae8dd4}.work .work-step.purple p{color:#7855a1}.work .work-step.purple #svg-4{position:absolute;width:573.719px;height:748.381px;bottom:-40.28px;right:-30.66px}@media screen and (min-width: 2560px){.work .work-step.purple #svg-4{bottom:-3px}}@media screen and (max-width: 1919px){.work .work-step.purple #svg-4{width:462.297px;height:611.535px;bottom:-6.96px;right:64px}}@media screen and (max-width: 1439px){.work .work-step.purple #svg-4{width:359.578px;height:487.711px;bottom:-4.95px}}@media screen and (max-width: 767px){.work .work-step.purple #svg-4{width:310.702px;height:429.791px;right:32px;bottom:-3.49px}}.work .work-step.red{background-color:#ffe7e0;color:#df958b}.work .work-step.red p{color:#94594c}.work .work-step.red #svg-5{position:absolute;width:497.426px;height:824.019px;bottom:-90.02px;right:-56.68px}@media screen and (max-width: 1919px){.work .work-step.red #svg-5{width:401.881px;height:668.254px;bottom:-44.25px;right:56.7px}}@media screen and (max-width: 1439px){.work .work-step.red #svg-5{width:315.382px;height:525.504px;bottom:-29.5px;right:64px}}@media screen and (max-width: 767px){.work .work-step.red #svg-5{width:278.287px;height:458.127px;right:32px;bottom:-22.13px}}.work .work-step.lime{background-color:#fffce2;color:#c3bb69}.work .work-step.lime p{color:#88824d}.work .work-step.lime #svg-6{position:absolute;width:505.883px;height:829.544px;bottom:-95.54px;right:-25.88px}@media screen and (max-width: 1919px){.work .work-step.lime #svg-6{width:406.527px;height:672.408px;bottom:-48.4px;right:36.48px}}@media screen and (max-width: 1439px){.work .work-step.lime #svg-6{width:314.485px;height:528.27px;bottom:-32.27px;right:48.52px}}@media screen and (max-width: 767px){.work .work-step.lime #svg-6{width:270.34px;height:460.203px;right:22.66px;bottom:-24.2px}}.work .work-step.gray{background-color:#e8e8e8;color:#9f9e9e}.work .work-step.gray p{color:#676565}.work .work-step.gray #svg-7{position:absolute;width:583.39px;height:781.137px;bottom:-47.14px;right:-105.46px}@media screen and (max-width: 1919px){.work .work-step.gray #svg-7{width:464.788px;height:636.103px;bottom:-12.1px;right:-42.34px}}@media screen and (max-width: 1439px){.work .work-step.gray #svg-7{width:353.978px;height:504.089px;bottom:-8.02px;right:-7.02px}}@media screen and (max-width: 767px){.work .work-step.gray #svg-7{width:299.369px;height:442.048px;right:-21.14px;bottom:-6.05px}}.work.fixed{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:999}.one-more .container{padding:64px;border-radius:32px;background-color:#e4f1e9;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.one-more .container{padding:32px}}@media screen and (max-width: 1439px){.one-more .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.one-more .container{border-radius:16px}}.one-more .one-more-content{position:relative;z-index:1}.one-more .logo{width:85px;height:128px;position:absolute;bottom:0;left:0}@media screen and (max-width: 1919px){.one-more .logo{width:42.5px;height:64px}}@media screen and (max-width: 1023px){.one-more .logo{display:none}}.one-more .logo svg{width:100%;height:100%}.one-more h2{color:#7daa8f;max-width:381px;position:absolute;top:0;left:0}@media screen and (max-width: 1439px){.one-more h2{max-width:191px}}@media screen and (max-width: 1023px){.one-more h2{position:static;margin-bottom:24px;max-width:unset}}.one-more .swiper-one-more{margin-left:auto;margin-right:unset;width:76%}@media screen and (max-width: 1439px){.one-more .swiper-one-more{width:85%}}@media screen and (max-width: 1023px){.one-more .swiper-one-more{width:100%}}@media screen and (max-width: 767px){.one-more .swiper-one-more{width:calc(100% + 48px);margin-left:-24px;padding-left:24px;margin-right:-24px;padding-right:24px}}.one-more .swiper-one-more .swiper-wrapper{gap:32px;display:grid;grid-template-columns:repeat(6,1fr)}@media screen and (max-width: 1439px){.one-more .swiper-one-more .swiper-wrapper{gap:16px}}@media screen and (max-width: 1023px){.one-more .swiper-one-more .swiper-wrapper{width:100%}}@media screen and (max-width: 767px){.one-more .swiper-one-more .swiper-wrapper{display:flex;gap:unset}}.one-more .swiper-one-more .swiper-slide{width:fit-content;height:fit-content;grid-area:auto/span 3}.one-more .swiper-one-more .swiper-slide:first-of-type{grid-area:auto/span 6;justify-self:flex-end}@media screen and (max-width: 767px){.one-more .swiper-one-more .swiper-slide:first-of-type{grid-area:unset}}.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{height:338px;width:82%;margin-left:auto}@media screen and (min-width: 2560px){.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{height:300px}}@media screen and (max-width: 1919px){.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{height:258px}}@media screen and (max-width: 1439px){.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{height:206px;width:79%}}@media screen and (max-width: 1023px){.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{width:100%}}@media screen and (max-width: 767px){.one-more .swiper-one-more .swiper-slide:first-of-type .one-more-card{height:287px;width:256px}}.one-more .swiper-one-more .swiper-slide .one-more-card{height:364px}@media screen and (min-width: 2560px){.one-more .swiper-one-more .swiper-slide .one-more-card{height:300px}}@media screen and (max-width: 1919px){.one-more .swiper-one-more .swiper-slide .one-more-card{width:100%;height:322px}}@media screen and (max-width: 1439px){.one-more .swiper-one-more .swiper-slide .one-more-card{height:246px}}@media screen and (max-width: 767px){.one-more .swiper-one-more .swiper-slide .one-more-card{height:287px}}@media screen and (max-width: 767px){.one-more .swiper-one-more .swiper-slide .one-more-card{height:287px;width:256px}}.one-more .swiper-one-more .one-more-card{border-radius:24px;background-color:#d8ede0;padding:64px;display:flex;flex-direction:column}@media screen and (max-width: 1919px){.one-more .swiper-one-more .one-more-card{padding:32px;border-radius:24px}}@media screen and (max-width: 1439px){.one-more .swiper-one-more .one-more-card{border-radius:16px;padding:24px}}@media screen and (max-width: 767px){.one-more .swiper-one-more .one-more-card{border-radius:8px}}.one-more .swiper-one-more .one-more-card h3{color:#7daa8f;margin-bottom:32px}@media screen and (max-width: 1919px){.one-more .swiper-one-more .one-more-card h3{margin-bottom:16px}}@media screen and (max-width: 1439px){.one-more .swiper-one-more .one-more-card h3{margin-bottom:unset}}.one-more .swiper-one-more .one-more-card p{color:#417957}@media screen and (max-width: 1439px){.one-more .swiper-one-more .one-more-card p{margin-top:auto}}.one-more #svg-checkbox{position:absolute;width:501.367px;height:472.194px;transform:rotate(-14.183deg);top:24.96px;left:-59.89px}@media screen and (min-width: 2560px){.one-more #svg-checkbox{top:-65.17px;left:-157.28px;width:696.149px;height:652.409px}}@media screen and (max-width: 1919px){.one-more #svg-checkbox{width:421.638px;height:396.763px;top:-.38px;left:-84.3px}}@media screen and (max-width: 1439px){.one-more #svg-checkbox{width:338.02px;height:319.399px;top:-56.69px;left:-53.5px}}@media screen and (max-width: 1023px){.one-more #svg-checkbox{display:none}}.api .container{background-color:#f0e3ff;border-radius:32px;padding:64px;overflow:hidden;position:relative}@media screen and (max-width: 1919px){.api .container{padding:32px}}@media screen and (max-width: 1439px){.api .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.api .container{border-radius:16px}}.api .api-content{display:flex;justify-content:space-between;gap:321px;width:100%;height:100%;position:relative;z-index:1}@media screen and (min-width: 2560px){.api .api-content{gap:662px}}@media screen and (max-width: 1919px){.api .api-content{gap:110px}}@media screen and (max-width: 1439px){.api .api-content{gap:86px}}@media screen and (max-width: 1023px){.api .api-content{gap:36px}}@media screen and (max-width: 767px){.api .api-content{flex-direction:column;gap:24px}}.api h2{color:#ae8dd4;max-width:452px}@media screen and (max-width: 1919px){.api h2{max-width:376px}}@media screen and (max-width: 1439px){.api h2{max-width:226px}}@media screen and (max-width: 767px){.api h2{max-width:unset}}.api .tabs{flex:1;width:50%}@media screen and (min-width: 2560px){.api .tabs{gap:8px}}@media screen and (max-width: 1023px){.api .tabs{justify-content:flex-end}}@media screen and (max-width: 767px){.api .tabs{justify-content:flex-start;width:90%}}@media screen and (max-width: 479px){.api .tabs{width:100%}}.api .tab{border:2px solid #7855A1}.api .tab span{color:#7855a1}.api .tab:last-of-type{background-color:#fff;border:none}.api .tab:last-of-type span{color:#1d242f}.api #svg-crosses{position:absolute;top:-209.71px;left:-65.44px;width:1896.711px;height:857.087px}@media screen and (min-width: 2560px){.api #svg-crosses{width:2491.458px;height:1115.265px;top:-367.61px;left:-14.66px}}@media screen and (max-width: 1919px){.api #svg-crosses{width:1904.092px;height:867.038px;top:-214.41px;left:-68.82px}}@media screen and (max-width: 1439px){.api #svg-crosses{width:1134.538px;height:519.485px;top:-132.78px;left:-78.35px}}@media screen and (max-width: 1023px){.api #svg-crosses{width:1414.887px;height:641.183px;top:-162.05px;left:-353.44px}}@media screen and (max-width: 767px){.api #svg-crosses{width:1138.114px;height:514.291px;top:-91.16px;left:-302.77px}}.faq .container{position:relative;background-color:#e2f2ff;border-radius:32px;padding:64px;overflow:hidden}@media screen and (max-width: 1919px){.faq .container{padding:32px}}@media screen and (max-width: 1439px){.faq .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.faq .container{border-radius:16px}}.faq .faq-content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;gap:64px}@media screen and (max-width: 1919px){.faq .faq-content{gap:32px}}@media screen and (max-width: 1439px){.faq .faq-content{gap:26px}}.faq h2{color:#83add0}.faq .faq-list{display:flex;flex-direction:column;gap:59px}@media screen and (max-width: 1919px){.faq .faq-list{gap:27px}}@media screen and (max-width: 1439px){.faq .faq-list{gap:19px}}@media screen and (max-width: 479px){.faq .faq-list{gap:16px}}.faq .faq-item{padding-bottom:64px;border-bottom:2px solid rgba(90,128,158,.1);color:#5a809e}@media screen and (max-width: 1919px){.faq .faq-item{padding-bottom:32px}}@media screen and (max-width: 1439px){.faq .faq-item{padding-bottom:24px}}@media screen and (max-width: 767px){.faq .faq-item{padding-bottom:16px}}.faq .faq-item.open .answer{height:fit-content;padding-top:11px;opacity:1;pointer-events:auto}@media screen and (max-width: 479px){.faq .faq-item.open .answer{padding-top:8px}}.faq .faq-item.open .faq-btn svg path:first-of-type{transform:rotate(90deg);opacity:0}.faq .faq-item:last-of-type{border:none;padding-bottom:unset}.faq .faq-item .question{display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer}.faq .faq-item .answer{max-width:1320px;height:0;opacity:0;padding-top:0;transition:height .2s,opacity .2s,padding-top .2s;pointer-events:none}@media screen and (max-width: 1919px){.faq .faq-item .answer{max-width:992px}}@media screen and (max-width: 1439px){.faq .faq-item .answer{max-width:unset}}.faq .faq-item .faq-btn{width:48px;height:48px;cursor:pointer;flex-shrink:0}@media screen and (max-width: 767px){.faq .faq-item .faq-btn{width:32px;height:32px}}.faq .faq-item .faq-btn svg{width:100%;height:100%}.faq .faq-item .faq-btn svg path{transition:opacity .2s,transform .2s;transform-origin:center}.faq #svg-glasses{position:absolute;width:1713.72px;height:650.235px;bottom:-64px;right:-175.61px}@media screen and (min-width: 2560px){.faq #svg-glasses{width:1713.72px;height:650.235px;bottom:-64px;right:-175.61px}}@media screen and (max-width: 1919px){.faq #svg-glasses{width:1239.812px;height:473.922px;bottom:-48px;right:-183.97px}}@media screen and (max-width: 1439px){.faq #svg-glasses{width:842.853px;height:320.619px;bottom:-32px;right:-98.3px}}@media screen and (max-width: 1023px){.faq #svg-glasses{width:697.861px;height:275.618px;right:-98.3px;bottom:-32px}}@media screen and (max-width: 767px){.faq #svg-glasses{width:694.396px;height:259.963px;bottom:-24px;right:-250.98px}}@media screen and (max-width: 479px){.faq #svg-glasses{width:694.396px;height:259.963px;bottom:-24px;right:-250.98px}}.optimization .container{background-color:#1f8b48;border-radius:32px;padding:64px;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.optimization .container{padding:32px}}@media screen and (max-width: 1439px){.optimization .container{padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.optimization .container{border-radius:16px;padding-bottom:32px}}@media screen and (max-width: 479px){.optimization .container{padding-bottom:80px}}.optimization .optimization-content{width:100%;height:100%;position:relative;z-index:1}.optimization h2{margin-bottom:196px}@media screen and (min-width: 2560px){.optimization h2{margin-bottom:384px}}@media screen and (max-width: 1919px){.optimization h2{margin-bottom:0}}@media screen and (max-width: 1919px){.optimization h2{max-width:90%}}@media screen and (max-width: 767px){.optimization h2{max-width:90%}}@media screen and (max-width: 479px){.optimization h2{max-width:95%}}.optimization h2 .accent{color:#d4e9dc}.optimization .logo{position:absolute;bottom:64px;right:64px;z-index:2}@media screen and (max-width: 1919px){.optimization .logo{bottom:32px;right:32px}}@media screen and (max-width: 1439px){.optimization .logo{bottom:24px;right:24px}}@media screen and (max-width: 767px){.optimization .logo{bottom:16px;right:16px}}.optimization #svg-diamonds{position:absolute;z-index:0;top:-662.68px;left:-555.63px;width:2690.667px;height:2236.361px}@media screen and (min-width: 2560px){.optimization #svg-diamonds{width:3116.354px;height:2533.967px;top:-834.92px;left:-424.35px}}@media screen and (max-width: 1919px){.optimization #svg-diamonds{width:1938.478px;height:1612.031px;top:-440.74px;left:-380.94px}}@media screen and (max-width: 1439px){.optimization #svg-diamonds{width:1358.364px;height:1128.871px;top:-359.28px;left:-283.52px}}@media screen and (max-width: 1023px){.optimization #svg-diamonds{width:983.743px;height:909.732px;top:-268px;left:-140px}}@media screen and (max-width: 767px){.optimization #svg-diamonds{width:697.662px;height:643.895px;top:-163.97px}}@media screen and (max-width: 479px){.optimization #svg-diamonds{width:860.809px;height:677.071px;top:-112px;left:-258.29px}}.modal{position:fixed;z-index:110;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:transparent}.modal .modal-wrapper{width:676px;background-color:#fff;display:flex;flex-direction:column;padding:64px;max-height:90vh;border-radius:32px;position:relative;overflow:hidden}@media screen and (max-width: 1919px){.modal .modal-wrapper{width:560px}}@media screen and (max-width: 1439px){.modal .modal-wrapper{width:488px;padding:24px;border-radius:24px}}@media screen and (max-width: 767px){.modal .modal-wrapper{width:304px;border-radius:16px}}@media screen and (max-width: 479px){.modal .modal-wrapper{width:100%;margin:0 8px}}.modal .modal-close{flex-shrink:0;cursor:pointer;position:absolute;top:32px;right:32px;width:44px;height:44px;display:flex;justify-content:center;align-items:center;z-index:1010}@media screen and (max-width: 1439px){.modal .modal-close{top:24px;right:24px}}@media screen and (max-width: 767px){.modal .modal-close{top:16px;right:16px}}.modal .modal-close svg{width:100%;height:100%}.modal .modal-content{position:relative;z-index:1;overflow-y:auto;margin-right:-32px;padding-right:32px;min-height:400px;height:fit-content;transition:height .2s;display:flex;flex-direction:column}.modal .modal-content::-webkit-scrollbar{width:3px}.modal .modal-content::-webkit-scrollbar-track{width:3px}.modal .modal-content::-webkit-scrollbar-thumb{width:2px;background-color:#9f9e9e80;border-radius:20px;border-top:20px solid rgb(255,255,255)}@media screen and (max-width: 1439px){.modal .modal-content{margin-right:-12px;padding-right:12px}.modal .modal-content::-webkit-scrollbar-thumb{border-top:unset}}@media screen and (max-width: 767px){.modal .modal-content{margin-right:-18px;padding-right:18px}}.modal .modal-content h4{color:#9f9e9e;max-width:90%;text-wrap:balance}@media screen and (max-width: 767px){.modal .modal-content h4{font-size:32px;font-weight:400;line-height:100%;letter-spacing:-1.28px}}.modal .modal-content .landing-form-form{margin-top:166px}@media screen and (max-width: 1919px){.modal .modal-content .landing-form-form{margin-top:64px}}@media screen and (max-width: 1439px){.modal .modal-content .landing-form-form{margin-top:32px}}@media screen and (max-width: 767px){.modal .modal-content .landing-form-form{margin-top:66px}}.modal .modal-content .policy{color:#676565}@media screen and (max-width: 767px){.modal .modal-content .policy{font-size:12px;font-weight:300;line-height:160%;letter-spacing:-.48px}}.modal .modal-content .btn-form{line-height:140%}.modal .modal-content .btn-form .loader .dot{background-color:#676565}.modal .modal-content .btn-form span{color:#676565}.modal .form-transition-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.modal form{width:100%}.modal #svg-chat{position:absolute;width:857px;height:653.362px;z-index:0;top:82px;left:46px}@media screen and (max-width: 1919px){.modal #svg-chat{width:771px;height:595.411px;top:65px;left:25px}}@media screen and (max-width: 1439px){.modal #svg-chat{width:632px;height:483.047px;top:51px;left:16px}}@media screen and (max-width: 1023px){.modal #svg-chat{width:508px;height:399.098px;top:77px;left:49px}}@media screen and (max-width: 767px){.modal #svg-chat{width:492px;height:370.732px;top:112px;left:8px}}.modal-result .modal-wrapper{width:500px;background-color:#e4f1e9;padding-right:58px;overflow:hidden}@media screen and (max-width: 1439px){.modal-result .modal-wrapper{width:400px;border-radius:24px!important}}@media screen and (max-width: 767px){.modal-result .modal-wrapper{width:100%}}.modal-result .modal-close{z-index:3}@media screen and (max-width: 1439px){.modal-result .modal-close{top:32px;right:32px}}.modal-result .modal-content{position:relative;z-index:1;min-height:unset;align-items:flex-start}.modal-result .modal-content h4{margin-bottom:unset;color:#7daa8f}@media screen and (max-width: 767px){.modal-result .modal-content h4{font-size:20px;font-weight:400;line-height:100%;letter-spacing:-.8px}}.modal-result .modal-content .lead{margin-top:24px;color:#417957}.modal-result .modal-content .lead:hover,.modal-result .modal-content .lead:focus{color:#417957;background:linear-gradient(#417957,#417957) no-repeat 0 90%;background-size:100% 1.5px}.modal-result .modal-content .lead:not(:hover):not(:focus){background:linear-gradient(#417957,#417957) no-repeat 100% 90%;background-size:0% 1.5px}.modal-result.fail .modal-wrapper{background-color:#ffe7e0}.modal-result.fail .modal-content h4{margin-bottom:unset;color:#df958b}.modal-result.fail .modal-content p{margin-top:8px;color:#94594c}.modal-result.fail .modal-content .lead{color:#94594c}.modal-result.fail .modal-content .lead:hover,.modal-result.fail .modal-content .lead:focus{color:#94594c;background:linear-gradient(#94594C,#94594C) no-repeat 0 87%;background-size:100% 1.5px}.modal-result.fail .modal-content .lead:not(:hover):not(:focus){background:linear-gradient(#94594C,#94594C) no-repeat 100% 87%;background-size:0% 1.5px}.modal-result #svg-success,.modal-result #svg-error{position:absolute;width:244.013px;height:242px;top:22px;right:21.99px}@media screen and (max-width: 1439px){.modal-result #svg-success,.modal-result #svg-error{width:220.011px;height:220px;top:-10px;right:-10px}}@media screen and (max-width: 1023px){.modal-result #svg-success,.modal-result #svg-error{width:216.009px;height:216px;top:-8px;right:-8px}}@media screen and (max-width: 767px){.modal-result #svg-success,.modal-result #svg-error{width:186.009px;height:186px;top:-8px;right:-8px}}.modal-iframe .modal-close{position:static;width:24px;height:24px}.modal-iframe .modal-wrapper{max-height:unset;max-width:unset;border-radius:unset;width:100vw;height:100vh;margin:0;padding:0;display:grid;grid-template-columns:472px auto}@media screen and (min-width: 2560px){.modal-iframe .modal-wrapper{grid-template-columns:632px auto}}@media screen and (max-width: 1919px){.modal-iframe .modal-wrapper{grid-template-columns:352px auto}}@media screen and (max-width: 1023px){.modal-iframe .modal-wrapper{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.modal-iframe .info{padding:32px;display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:16px;border-right:1px solid #EEE;background-color:#fff;overflow-y:auto}.modal-iframe .info::-webkit-scrollbar{width:3px}.modal-iframe .info::-webkit-scrollbar-track{width:3px}.modal-iframe .info::-webkit-scrollbar-thumb{width:2px;background-color:#9f9e9e80;border-radius:20px;border-top:20px solid rgb(255,255,255)}@media screen and (min-width: 2560px){.modal-iframe .info{padding:64px}}@media screen and (max-width: 1439px){.modal-iframe .info{padding:16px}}@media screen and (max-width: 1023px){.modal-iframe .info{border-right:unset;border-bottom:1px solid #EEE}}@media screen and (max-width: 479px){.modal-iframe .info{padding:8px;border:none}}.modal-iframe .info .top{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:16px}@media screen and (max-width: 479px){.modal-iframe .info .top{margin-bottom:0}}.modal-iframe .info h4{-webkit-hyphens:auto;hyphens:auto}.modal-iframe .info .desc{font-size:24px;font-weight:300;overflow:auto}@media screen and (max-width: 1439px){.modal-iframe .info .desc{font-size:18px}}@media screen and (max-width: 767px){.modal-iframe .info .desc{font-size:16px}}@media screen and (max-width: 479px){.modal-iframe .info .desc{display:none}}.modal-iframe .info .desc.mobile{display:none}@media screen and (max-width: 479px){.modal-iframe .info .desc.mobile{display:block}}@media screen and (max-width: 1023px){.modal-iframe .info .info-bottom{display:flex;justify-content:space-between}}@media screen and (max-width: 479px){.modal-iframe .info .info-bottom{z-index:1012;position:fixed;bottom:30px;left:0;right:0;width:100%;background-color:#fff;padding:16px 16px 2px;border-radius:16px 16px 0 0;display:flex;flex-direction:column;gap:8px;transform:translateY(110%);transition:transform .3s;max-height:88vh;overflow:auto}}.modal-iframe .info .info-bottom.open{transform:translateY(0)}.modal-iframe .info .tags{color:#9f9e9e;font-weight:300;margin-bottom:16px;font-size:24px}@media screen and (min-width: 2560px){.modal-iframe .info .tags{padding:32px}}@media screen and (max-width: 1439px){.modal-iframe .info .tags{font-size:18px}}@media screen and (max-width: 1023px){.modal-iframe .info .tags{margin-bottom:unset;font-size:16px}}.modal-iframe .info .year{color:#9f9e9e;font-size:24px;font-weight:300}@media screen and (min-width: 2560px){.modal-iframe .info .year{font-weight:400}}@media screen and (max-width: 1439px){.modal-iframe .info .year{font-size:18px}}@media screen and (max-width: 1023px){.modal-iframe .info .year{font-size:16px}}.modal-iframe .iframe-wrapper iframe{height:100%;width:100%;border:none}@media screen and (max-width: 479px){.modal-iframe .iframe-wrapper{padding-bottom:30px}}.modal-iframe .show-desc-btn{z-index:1012;background-color:#fff;position:fixed;bottom:0;left:0;right:0;width:100%;padding:4px 8px;display:flex;justify-content:center;border-top:1px solid #EEE}@supports (padding: max(0px)){.modal-iframe .show-desc-btn{padding-bottom:calc(env(safe-area-inset-bottom) + 4px)}}.modal-iframe .show-desc-btn span{cursor:pointer;font-size:16px;font-weight:300;line-height:140%;letter-spacing:-.32px}.modal-iframe .desc-layout{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000075;opacity:0;pointer-events:none}.modal-iframe .desc-layout.open{opacity:1;pointer-events:all}.modal-iframe .mobile{display:none}@media screen and (max-width: 479px){.modal-iframe .mobile{display:flex}}.cookies{position:fixed;bottom:16px;left:50%;transform:translate(-50%);padding:16px;border-radius:16px;background-color:#fff;z-index:100;width:fit-content;opacity:1;transition:opacity .3s;display:flex;gap:32px;align-items:flex-end}@supports (padding: max(0px)){.cookies{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}.cookies.hidden{opacity:0;pointer-events:none}@media screen and (max-width: 767px){.cookies{border-radius:0;left:0;right:0;bottom:0;width:100%;justify-content:space-between;gap:6px;transform:unset}}.cookies p{color:#676565;font-size:13px;font-weight:300;line-height:140%;letter-spacing:-.26px;max-width:244px}@media screen and (max-width: 479px){.cookies p{font-size:11px}}.cookies .btn-close{cursor:pointer;font-size:18px;font-weight:400;line-height:145%;letter-spacing:-.72px}.form-loading{display:flex;align-items:baseline;gap:5px}.loader{display:flex;gap:2px}.loader .dot{width:3px;height:3px;border-radius:100%;background-color:#5a809e}.loader .dot:nth-of-type(1){animation:load 1s infinite}.loader .dot:nth-of-type(2){animation:load 1s infinite;animation-delay:.2s}.loader .dot:nth-of-type(3){animation:load 1s infinite;animation-delay:.4s}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}.loader-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.loader-circle{width:50px;padding:5px;aspect-ratio:1;border-radius:50%;background:#b3b3b3;--_m: conic-gradient(#0000 10%,#b3b3b3), linear-gradient(#b3b3b3 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s infinite linear;z-index:99}@keyframes l3{to{transform:rotate(1turn)}}.form-transition-wrapper{height:100%;width:100%}.form-result{display:flex;flex-direction:column;justify-content:space-between;height:100%}.form-result h4{margin-top:unset!important;margin-bottom:50px}.form-result button{cursor:pointer;width:fit-content;align-self:flex-end}.horizontal-scroll{overflow:hidden;position:relative}.horizontal-scroll .horizontal-scroll-cards{display:flex;gap:32px;align-items:center}@media screen and (max-width: 1439px){.horizontal-scroll .horizontal-scroll-cards{gap:16px}}@media screen and (max-width: 767px){.horizontal-scroll .horizontal-scroll-cards{gap:8px}}.horizontal-scroll .work-step{padding:unset;overflow:hidden;border-radius:32px;position:relative;height:fit-content}.horizontal-scroll .work-step.pseudo{margin-left:-32px}@media screen and (max-width: 1439px){.horizontal-scroll .work-step.pseudo{margin-left:-16px}}@media screen and (max-width: 767px){.horizontal-scroll .work-step.pseudo{margin-left:-8px}}.horizontal-scroll .work-step.pseudo .work-step-content{padding:32px;width:0}@media screen and (max-width: 1439px){.horizontal-scroll .work-step.pseudo .work-step-content{padding:16px}}@media screen and (max-width: 767px){.horizontal-scroll .work-step.pseudo .work-step-content{padding:8px}}.horizontal-scroll .work-step .work-step-content{max-height:calc(100svh - 416px);width:676px;height:780px;padding:64px;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:1}.horizontal-scroll .work-step .work-step-content h3{-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width: 2560px){.horizontal-scroll .work-step .work-step-content{width:676px;height:1000px}}@media screen and (max-width: 1919px){.horizontal-scroll .work-step .work-step-content{width:496px;height:640px;padding:32px;max-height:calc(100svh - 352px)}}@media screen and (max-width: 1439px){.horizontal-scroll .work-step .work-step-content{width:384px;height:528px;padding:24px;max-height:calc(100svh - 232px)}}@media screen and (max-width: 767px){.horizontal-scroll .work-step .work-step-content{width:256px;height:444px;max-height:calc(100svh - 184px)}}@media screen and (max-width: 1439px){.horizontal-scroll .work-step{border-radius:24px}}@media screen and (max-width: 767px){.horizontal-scroll .work-step{border-radius:16px}}
