/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(1,210,232,0.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,0.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
@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{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{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,.swiper-3d .swiper-wrapper{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-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-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right: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:translate3d(0,0,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:10px;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{transform:scale(1)}.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: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;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:10px;top:50%;transform:translate3d(0px,-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:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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{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(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-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:0px;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}
@font-face{font-family:"Inter";src:url("/themes/personal/fonts/Inter-Regular/Inter-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Inter-Regular/Inter-Regular.woff") format("woff"),url("/themes/personal/fonts/Inter-Regular/Inter-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url("/themes/personal/fonts/Inter-SemiBold/Inter-SemiBold.woff2") format("woff2"),url("/themes/personal/fonts/Inter-SemiBold/Inter-SemiBold.woff") format("woff"),url("/themes/personal/fonts/Inter-SemiBold/Inter-SemiBold.ttf") format("ttf");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url("/themes/personal/fonts/Inter-Bold/Inter-Bold.woff2") format("woff2"),url("/themes/personal/fonts/Inter-Bold/Inter-Bold.woff") format("woff"),url("/themes/personal/fonts/Inter-Bold/Inter-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url("/themes/personal/fonts/Inter-Black/Inter-Black.woff2") format("woff2"),url("/themes/personal/fonts/Inter-Black/Inter-Black.woff") format("woff"),url("/themes/personal/fonts/Inter-Black/Inter-Black.ttf") format("ttf");font-weight:900;font-style:normal;font-display:block}@font-face{font-family:"Cuprum";src:url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff") format("woff"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"icomoon";src:url("/themes/personal/fonts/icomoon/fonts/icomoon.woff?scv") format("woff"),url("/themes/personal/fonts/icomoon/fonts/icomoon.ttf?scv") format("ttf");font-weight:400;font-style:normal;font-display:block}*{outline:none;margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{font-size:16px;overscroll-behavior:none}@media screen and (min-width:1200px){html{font-size:1.208vw;--page-transform:0px}}@media screen and (min-width:1656px){html{font-size:18px}}html.no-scroll{overflow:hidden;touch-action:none}html.no-scroll body{overflow:hidden;touch-action:none}body{min-width:360px;font-family:"Inter","Arial","Helvetica","sans-serif";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.25;color:#323336}body.no-scroll{overflow:hidden}@media screen and (min-width:1200px){body{overflow-y:scroll !important}}img,svg{border:none;vertical-align:middle;max-width:100%;height:auto}video{display:block;max-width:100%;height:auto}iframe{display:block;max-width:100%;outline:none}.block-menu .menu{list-style:none}.block-menu .menu-item{list-style:none}.text-formatted{line-height:1.5}.text-formatted p,.text-formatted table{margin:0 0 16px}.text-formatted p:last-child,.text-formatted table:last-child{margin-bottom:0}@media screen and (min-width:1200px){.text-formatted p,.text-formatted table{margin-bottom:0.8rem}}.text-formatted .table-wrapper{margin-bottom:16px}.text-formatted .table-wrapper:last-child{margin-bottom:0}@media screen and (min-width:1200px){.text-formatted .table-wrapper{margin-bottom:0.8rem}}.text-formatted blockquote{margin:15px 0;padding-left:15px;border-left:2px solid #3A89C9}.text-formatted blockquote:first-child{margin-top:0}.text-formatted blockquote:last-child{margin-bottom:0}.text-formatted img{margin-top:1em;margin-bottom:1em}.text-formatted img.align-left{margin-right:15px;margin-bottom:15px}.text-formatted img.align-right{margin-left:15px;margin-bottom:15px}.text-formatted h1,.text-formatted h2,.text-formatted h3,.text-formatted h4,.text-formatted h5{margin-top:24px;margin-bottom:24px}.text-formatted h1:first-child,.text-formatted h2:first-child,.text-formatted h3:first-child,.text-formatted h4:first-child,.text-formatted h5:first-child{margin-top:0}.text-formatted h1:last-child,.text-formatted h2:last-child,.text-formatted h3:last-child,.text-formatted h4:last-child,.text-formatted h5:last-child{margin-bottom:0}@media screen and (min-width:1200px){.text-formatted h1,.text-formatted h2,.text-formatted h3,.text-formatted h4,.text-formatted h5{margin-top:2rem;margin-bottom:2rem}}.text-formatted h1{font-size:26px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h1{font-size:2rem;font-weight:700}}.text-formatted h2{font-size:24px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h2{font-size:1.5rem;font-weight:700}}.text-formatted h3{font-size:19px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h3{font-size:1.2rem;font-weight:700}}.text-formatted h4{font-size:16px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h4{font-size:1rem;font-weight:700}}.text-formatted h5{font-size:14px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h5{font-size:0.85rem;font-weight:700}}.text-formatted h6{font-size:12px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.text-formatted h6{font-size:0.7rem;font-weight:700}}.text-formatted ul{margin:0 0 20px;padding:0;list-style:none}.text-formatted ul:last-child{margin-bottom:0}.text-formatted ul li{position:relative;padding-left:23px}.text-formatted ul li::before{content:"";position:absolute;left:0.3em;top:0.6em;width:5px;height:5px;border-radius:50%;background:#3A89C9}.text-formatted ul li+li{margin-top:8px}@media screen and (min-width:1200px){.text-formatted ul li+li{margin-top:0.4rem}}.text-formatted ol{margin:0;padding:0;list-style-position:inside}.text-formatted ol li+li{margin-top:0.625em}a{color:inherit}@media screen and (min-width:1200px){a:hover{text-decoration:none}}.table-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#3A89C9 #F6F6F7;overflow:auto hidden;margin:0 -24px;padding:0 24px 12px}.table-wrapper::-webkit-scrollbar{width:3px;height:3px}.table-wrapper::-webkit-scrollbar-track{background:#F6F6F7;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb{background:#3A89C9;border-radius:3px}@media screen and (min-width:1200px){.table-wrapper{padding-bottom:0}}.table-wrapper::-webkit-scrollbar-button{display:block;width:12px;background:#FFFFFF}.table-wrapper+.table-wrapper{margin-top:24px}@media screen and (min-width:1200px){.table-wrapper+.table-wrapper{margin-top:0.8rem}}table{width:100%;border-spacing:1px;border:none}table tbody tr:nth-child(odd){background:#EFF6FB}table th{padding:7px 16px;border:none}table td{height:44px;padding:7px 16px;border:none}@media screen and (min-width:1200px){table td{height:2.8rem;padding:0.5rem 0.8rem}}.qdpro-calc-form .js-form-type-checkbox.form-item-has-suffix .field-suffix{line-height:1.5}.qdpro-calc-form .form-item-label-before:has(label){display:flex;flex-wrap:wrap;grid-row-gap:3px}.qdpro-calc-form .form-item-label-before:has(label) label{display:block;width:100%}@media screen and (min-width:1200px){.qdpro-calc-form .form-item-label-before:has(label){display:grid;grid-template-columns:auto 1fr}.qdpro-calc-form .form-item-label-before:has(label) label{width:auto}}.qdpro-calc-form .form-item-label-before:has(label)>.form-item--error-message{grid-column-start:2}.personal-form-style{position:relative;max-width:100%;display:flex;align-items:center;flex-wrap:wrap;text-align:left}.personal-form-style .form-item{width:100%;margin:0 0 12px;position:relative}@media screen and (min-width:1200px){.personal-form-style .form-item{margin-bottom:0.6rem}}.personal-form-style .form-item-required .form-inp-cstm::after{content:"";position:absolute;left:-3px;top:unset;width:6px;height:6px;background:#3A89C9;border-radius:50%;z-index:1;pointer-events:none}@media screen and (min-width:1200px){.personal-form-style .form-item-required .form-inp-cstm::after{top:unset}}.personal-form-style .form-item-required .form-inp-cstm:has(.form-checkbox)::after{content:none;display:none}.personal-form-style .form-item label:not(.option),.personal-form-style .form-item legend{font-size:14px;font-weight:600;line-height:1.1;display:block;margin-bottom:12px}@media screen and (min-width:1200px){.personal-form-style .form-item label:not(.option),.personal-form-style .form-item legend{font-size:0.85rem;font-weight:600}}@media screen and (min-width:1200px){.personal-form-style .form-item label:not(.option),.personal-form-style .form-item legend{margin-bottom:0.6rem}}.personal-form-style .form-item label:not(.option)::after,.personal-form-style .form-item legend::after{display:none}.personal-form-style .form-item label.error{position:absolute;left:0;right:0;bottom:-17px;font-size:8px;font-weight:400;text-transform:none;color:#EE1402}.personal-form-style .form-item .container-inline{margin:0}.personal-form-style .form-item .container-inline div,.personal-form-style .form-item .container-inline label{display:block;padding:0;margin-top:15px}.personal-form-style .description{display:none}.personal-form-style p{font-size:14px;font-weight:400;margin-bottom:12px}@media screen and (min-width:1200px){.personal-form-style p{font-size:0.85rem;font-weight:400}}.personal-form-style .form-type-textarea::after{bottom:auto;top:19px}.personal-form-style .form-item--error-message{font-size:12px;font-weight:400;line-height:1.1;text-transform:none;color:#EE1402;margin-top:4px}@media screen and (min-width:1200px){.personal-form-style .form-item--error-message{font-size:0.7rem;font-weight:400}}@media screen and (min-width:1200px){.personal-form-style .form-item--error-message{margin-top:0.2rem}}.personal-form-style .form-item--error-message::before{display:none}.personal-form-style .form-item--error-message strong{font-weight:400}.personal-form-style fieldset{border:none;margin:0;padding:0}.personal-form-style .form-forgot{margin-bottom:12px}.personal-form-style .form-info{display:flex;flex-wrap:wrap;padding-top:12px;margin-top:12px;border-top:1px solid #B8D4EB;gap:0 0.2em;order:2;width:100%}.personal-form-style .form-info__link{font-weight:700;color:#3A89C9}@media screen and (min-width:1200px){.personal-form-style .form-info{padding-top:1.2rem;margin-top:1.2rem}}.personal-form-style .form-actions{margin:0;padding:0;width:100%;order:1}.personal-form-style .form-actions .form-submit{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:#3A89C9;color:#FFFFFF;min-width:100%}@media screen and (min-width:1200px){.personal-form-style .form-actions .form-submit{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.personal-form-style .form-actions .form-submit{padding:0.5rem 1.25rem;min-height:3.2rem}}.personal-form-style .form-actions .form-submit:hover{background:#F26C4F;color:#FFFFFF}@media screen and (min-width:768px){.personal-form-style .form-actions .form-submit{min-width:auto}}.personal-form-style .captcha{width:100%;margin-bottom:12px}.personal-form-style .captcha__title{display:none}.personal-form-style .captcha__element{width:304px;margin-left:auto;margin-right:auto}.personal-form-style .js-form-type-password-confirm .form-item-pass-pass2{margin-bottom:0}.personal-form-style .js-form-type-password-confirm::after{display:none}@media screen and (min-width:1200px){.personal-form-style .js-form-type-password-confirm .form-item{margin-bottom:0 !important}}.personal-form-style .password-confirm-message{display:none}.personal-form-style .webform-confirmation__message{font-size:14px;font-weight:400;margin:0}@media screen and (min-width:1200px){.personal-form-style .webform-confirmation__message{font-size:0.85rem;font-weight:400}}.personal-form-style .webform-confirmation~.captcha{display:none}.personal-form-style .js-form-type-password input{padding-right:52px}@media screen and (min-width:1200px){.personal-form-style .js-form-type-password input{padding-right:3.2rem}}.personal-form-style .show-password{position:absolute;width:52px;height:52px;right:0;bottom:0;color:#B8D4EB;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (min-width:1200px){.personal-form-style .show-password{width:3.2rem;height:3.2rem}}.personal-form-style .show-password::after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}.personal-form-style .show-password.is-active{color:#3A89C9}.personal-form-style .form-item-personal-data.form-item-required::after{display:none}.personal-form-style.auto-submit .form-actions{display:none}@media screen and (min-width:1200px){.personal-form-style.user-login-form,.personal-form-style.user-register-form,.personal-form-style.user-pass{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:0.4rem;width:33rem}.personal-form-style.user-login-form .form-item,.personal-form-style.user-register-form .form-item,.personal-form-style.user-pass .form-item{margin-bottom:1.2rem}.personal-form-style.user-login-form .form-info,.personal-form-style.user-register-form .form-info,.personal-form-style.user-pass .form-info{grid-column:span 2}}@media screen and (min-width:1200px){.personal-form-style.user-login-form{align-items:baseline}.personal-form-style.user-login-form .form-forgot{grid-column:span 2;margin-bottom:1.2rem}}@media screen and (min-width:1200px){.personal-form-style.user-register-form .js-form-type-password-confirm{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:0.4rem}.personal-form-style.user-register-form .field--type-boolean{grid-column:span 2}.personal-form-style.user-register-form .form-item-personal-data{grid-column:span 2}.personal-form-style.user-register-form .form-item-personal-data [type="checkbox"]~label::before,.personal-form-style.user-register-form .form-item-personal-data [type="checkbox"]~label::after{top:0}.personal-form-style.user-register-form .captcha{margin-bottom:1.2rem}}.personal-form-style.user-pass .form-item-name,.personal-form-style.user-pass p{grid-column:span 2}.view-id-taxonomy_term a.feed-icon{font-size:0;opacity:0;text-decoration:none;position:absolute;display:none}.comment-comment-forum-form:has([data-drupal-selector="edit-author"]){flex-direction:column;align-items:flex-start;gap:10px}[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font:inherit;width:100%;height:52px;padding:10px 18px;background:#EFF6FB;border:1px solid #E0ECF6;color:#323336;outline:none;border-radius:8px;-webkit-appearance:none;text-overflow:ellipsis}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{height:3.2rem;padding:0.75rem 0.75rem}}[type="color"]::placeholder,[type="date"]::placeholder,[type="datetime"]::placeholder,[type="datetime-local"]::placeholder,[type="email"]::placeholder,[type="month"]::placeholder,[type="number"]::placeholder,[type="password"]::placeholder,[type="search"]::placeholder,[type="tel"]::placeholder,[type="text"]::placeholder,[type="time"]::placeholder,[type="url"]::placeholder,[type="week"]::placeholder,select::placeholder,textarea::placeholder{color:#323336;opacity:1}[type="color"]::-webkit-outer-spin-button,[type="color"]::-webkit-inner-spin-button,[type="date"]::-webkit-outer-spin-button,[type="date"]::-webkit-inner-spin-button,[type="datetime"]::-webkit-outer-spin-button,[type="datetime"]::-webkit-inner-spin-button,[type="datetime-local"]::-webkit-outer-spin-button,[type="datetime-local"]::-webkit-inner-spin-button,[type="email"]::-webkit-outer-spin-button,[type="email"]::-webkit-inner-spin-button,[type="month"]::-webkit-outer-spin-button,[type="month"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button,[type="number"]::-webkit-inner-spin-button,[type="password"]::-webkit-outer-spin-button,[type="password"]::-webkit-inner-spin-button,[type="search"]::-webkit-outer-spin-button,[type="search"]::-webkit-inner-spin-button,[type="tel"]::-webkit-outer-spin-button,[type="tel"]::-webkit-inner-spin-button,[type="text"]::-webkit-outer-spin-button,[type="text"]::-webkit-inner-spin-button,[type="time"]::-webkit-outer-spin-button,[type="time"]::-webkit-inner-spin-button,[type="url"]::-webkit-outer-spin-button,[type="url"]::-webkit-inner-spin-button,[type="week"]::-webkit-outer-spin-button,[type="week"]::-webkit-inner-spin-button,select::-webkit-outer-spin-button,select::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[type="color"][type="password"],[type="date"][type="password"],[type="datetime"][type="password"],[type="datetime-local"][type="password"],[type="email"][type="password"],[type="month"][type="password"],[type="number"][type="password"],[type="password"][type="password"],[type="search"][type="password"],[type="tel"][type="password"],[type="text"][type="password"],[type="time"][type="password"],[type="url"][type="password"],[type="week"][type="password"],select[type="password"],textarea[type="password"]{padding-right:50px}[type="color"]:focus,[type="date"]:focus,[type="datetime"]:focus,[type="datetime-local"]:focus,[type="email"]:focus,[type="month"]:focus,[type="number"]:focus,[type="password"]:focus,[type="search"]:focus,[type="tel"]:focus,[type="text"]:focus,[type="time"]:focus,[type="url"]:focus,[type="week"]:focus,select:focus,textarea:focus{border-color:#B8D4EB}[type="color"].error,[type="date"].error,[type="datetime"].error,[type="datetime-local"].error,[type="email"].error,[type="month"].error,[type="number"].error,[type="password"].error,[type="search"].error,[type="tel"].error,[type="text"].error,[type="time"].error,[type="url"].error,[type="week"].error,select.error,textarea.error{background:#f9e0e0;border-color:#fbcbcb}textarea{width:100%;height:140px;padding:13px 18px;color:#323336;outline:none;resize:none}textarea::placeholder{color:#323336;opacity:1}textarea.error{background:#f9e0e0;border-color:#fbcbcb}select{font:inherit;position:relative;width:100%;padding-right:52px;background:url("/themes/personal/images/icons/select-arrow.svg") no-repeat center #EFF6FB;background-position-x:calc(100% - 13px);outline:none;-moz-appearance:none;-webkit-appearance:none;overflow:hidden;text-overflow:ellipsis;cursor:pointer}select::-ms-expand{display:none}select.error{background-color:#f9e0e0;border-color:#fbcbcb}select option:disabled{display:none}input[type="radio"]{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="radio"]~label{display:inline-block;position:relative;padding-left:21px;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1}@media screen and (min-width:1200px){input[type="radio"]~label{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){input[type="radio"]~label{padding-left:1.5rem}}input[type="radio"]~label::before,input[type="radio"]~label::after{content:"";position:absolute;left:0;top:0.1em;width:0;border-radius:50%}input[type="radio"]~label::before{width:16px;height:16px;background:#fff;border:1px solid rgba(78,84,92,0.4)}@media screen and (min-width:1200px){input[type="radio"]~label::before{width:1rem;height:1rem}}input[type="radio"]~label::after{background:#F26C4F;width:8px;height:8px;margin-top:4px;margin-left:4px;opacity:0;transform:scale(0.5);transition:all 0.3s}@media screen and (min-width:1200px){input[type="radio"]~label::after{width:0.5rem;height:0.5rem;margin-top:0.25rem;margin-left:0.25rem}}input[type="radio"]:checked~label::after{opacity:1;transform:scale(1)}input[type="radio"]:checked~label::before{border-color:#F26C4F}[type="checkbox"]{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}[type="checkbox"]~label{display:inline-block;padding-left:25px;cursor:pointer;position:relative}[type="checkbox"]~label::before,[type="checkbox"]~label::after{content:"";position:absolute;left:0;top:0.2em;width:16px;height:16px}[type="checkbox"]~label::before{background:transparent;border:1px solid #EDEDEE;border-radius:4px}[type="checkbox"]~label::after{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:"";opacity:0;color:#FFFFFF}@media screen and (min-width:1200px){[type="checkbox"]~label{padding-left:31px}[type="checkbox"]~label::before,[type="checkbox"]~label::after{width:22px;height:22px;top:0}[type="checkbox"]~label::before{border-radius:6px}[type="checkbox"]~label::after{font-size:22px}}[type="checkbox"]:checked~label::after{opacity:1}[type="checkbox"]:checked~label::before{background:#3A89C9;border-color:#3A89C9}.js-intl-tel-input{padding-left:45px !important}html .select2-container--default.select2-container--disabled .select2-selection--single{background:#EFF6FB}html .select2-container--default .select2-selection--single{border:1px solid #E0ECF6;background:url("/themes/personal/images/icons/select-arrow.svg") no-repeat center #EFF6FB;background-position-x:calc(100% - 13px);outline:none;height:50.4px;border-radius:8px;display:flex;align-items:center;padding:10px 40px 10px 18px}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--single{height:2.6rem;padding:0.5rem 2rem 0.5rem 0.75rem}}html .select2-container--default .select2-selection--single.exposed-style{border:none}html .select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered{line-height:60px}html .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit;line-height:1.25}html .select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;height:100%;width:10px;background-size:contain}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--single .select2-selection__arrow{right:0.75rem;width:0.5rem}}html .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}html .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#323336}html .select2-container--default .select2-selection--single .select2-selection__clear{position:absolute;right:-23px;top:0;bottom:0;z-index:1000;font-size:20px;width:20px;text-align:center;transition:color 0.3s}html .select2-container--default .select2-results>.select2-results__options{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#3A89C9 #F6F6F7}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:3px;height:3px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{background:#F6F6F7;border-radius:3px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{background:#3A89C9;border-radius:3px}html .select2-container{max-width:100%}html .select2-container .color-code{border:1px solid #D5D6D9;width:24px;height:24px;display:inline-block;vertical-align:middle;border-radius:3px;margin:-0.2em 10px 0 0;flex-shrink:0}html .select2-search{box-shadow:0 0 5px rgba(0,0,0,0.3)}html .select2-search__field{min-height:32px}html .select2-container--default .select2-search--dropdown .select2-search__field{height:40px;border-radius:5px;border:1px solid #D5D6D9}html .select2-container--open .select2-selection__arrow{transform:rotate(180deg)}html .select2-dropdown{border:none}html .select2-container--default .select2-results>.select2-results__options{max-height:250px}html .select2-dropdown{border-radius:0.25rem}html .select2-container--open .select2-dropdown--below .select2-results__option:last-of-type{border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}html .select2-container--open .select2-dropdown--above .select2-results__option:first-of-type{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}html .select2-results__options{border:none;border-radius:0;box-shadow:0px 0px 30px rgba(60,63,65,0.06);max-height:250px}html .select2-results__options .select2-results__option{display:flex;flex-direction:column;justify-content:center;padding:10px 18px;min-height:52px;word-break:break-word}html .select2-results__options .select2-results__option:not(:last-child){border-bottom:1px solid #EDEDEE}html .select2-results__options .select2-results__option[aria-disabled=true]{display:none}html .select2-results__options .select2-results__option--highlighted[aria-selected]{background:#3A89C9;color:#fff}html .select2-results__options .select2-results__option .select2-results__options{max-height:none}.page-error .site-content{display:flex;justify-content:center;align-items:center}.page-error .error-page{text-align:center;padding:50px 25px}.page-error .error-page a{color:#323336;text-decoration:underline}.page-error .error-page .number{font-size:80px;font-weight:700;color:#3A89C9}.maintenance-page{display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:50px 25px}.maintenance-page img{margin:0 auto}.scroll-top{width:58px;height:52px;position:fixed;z-index:10;bottom:12px;right:12px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(50%);background:#F26C4F;color:#FFFFFF;border-radius:8px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation}@media screen and (min-width:1200px){.scroll-top{width:3.5rem;height:3.2rem;right:2.5rem;bottom:2.5rem;border-radius:0.5rem}}.scroll-top::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.scroll-top::before{font-size:1.1rem}}.scroll-top.is-sticky{position:absolute;bottom:auto;top:-26px}@media screen and (min-width:1200px){.scroll-top.is-sticky{top:3.2rem;right:2.5rem}}.scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.gl-devel{font-family:"Cuprum";padding-left:26px;margin-top:28px;text-align:left;position:relative;display:table;text-transform:uppercase;line-height:1.25;white-space:nowrap}.gl-devel-mask{position:absolute;top:0;bottom:0;background:#3A89C9;width:0%}.gl-devel-mask--title{left:0}.gl-devel-mask--role{background:#F26C4F;right:0}.gl-devel-title{font-size:22px;display:table;position:relative}.gl-devel-title svg,.gl-devel-title img{position:absolute;right:100%;width:auto;height:80%;top:10%;margin:0 3px 0 0}.gl-devel-name{position:relative;transform:scale(0)}.gl-devel-name a{text-decoration:none}.gl-devel-role{font-size:14px;letter-spacing:3px;display:table;position:relative}.gl-devel-role a{text-decoration:none;position:relative;display:block;transform:scale(0)}.gl-devel-role a:after{content:"";position:absolute;left:0;bottom:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transition-duration:0.2s}.gl-devel-role a:hover:after{transform:scaleX(1)}.gl-devel.is-animate .gl-devel-title img,.gl-devel.is-animate .gl-devel-title svg{animation:glyanec_img 5s infinite}.gl-devel.is-animate .gl-devel-mask{animation-delay:0.5s}.gl-devel.is-animate .gl-devel-mask--title{animation:mainBlock 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-mask--role{animation:mainBlockRight 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-role a,.gl-devel.is-animate .gl-devel-name{transition:0s ease 0.5s;transform:scale(1)}@keyframes mainBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainBlockRight{0%{width:0%;right:0}50%{width:100%;right:0}100%{width:0;right:100%}}@keyframes glyanec_img{0%{transform:rotate3d(10,0,0,0deg)}20%{transform:rotate3d(10,0,0,0deg)}40%{transform:rotate3d(10,0,0,0deg)}60%{transform:rotate3d(0,10,0,180deg)}80%{transform:rotate3d(10,0,0,0deg)}}#drupal-live-announce{display:none}.ajax-progress-throbber{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;margin-left:0;z-index:2}.ajax-progress-throbber::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#FFFFFF;opacity:0.5;z-index:-1}.ajax-progress-throbber .throbber{display:block;font-size:0;padding:0;width:36px;height:36px;background:none;position:relative}@media screen and (min-width:1200px){.ajax-progress-throbber .throbber{width:2.4rem;height:2.4rem}}.ajax-progress-throbber .throbber::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;margin:auto;border:2px solid transparent;border-top-color:#3A89C9;border-radius:50%;animation:button-loading-spinner 1s ease infinite}.ajax-progress-throbber .message{display:none}@keyframes button-loading-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.ajax-progress-fullscreen{left:0;top:0;width:100%;height:100%;opacity:1;background:rgba(0,0,0,0.7);background-image:none;border-radius:0}.ajax-progress-fullscreen::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;margin:auto;border:2px solid transparent;border-top-color:#3A89C9;border-radius:50%;animation:button-loading-spinner 1s ease infinite;width:48px;height:48px}@media screen and (min-width:1200px){.ajax-progress-fullscreen::before{width:3.2rem;height:3.2rem}}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.tabs{position:fixed;left:50%;bottom:0;z-index:99;padding:0 !important;margin:0 !important;background:#000000;transform:translateX(-50%);white-space:nowrap}.tabs .contextual{display:none}.tabs ul{margin:0;list-style:none;display:flex}.tabs ul li{margin:0}.tabs ul a{display:inline-block;color:#FFFFFF;padding:10px 15px}.tabs ul a.is-active{background:none}.tabs ul a:hover{text-decoration:none}@media (max-width:767px){.tabs{display:none}}.toolbar-horizontal .site-header__top{top:39px}.toolbar-horizontal.toolbar-tray-open .site-header__top{top:79px}.toolbar-vertical .site-header__top{top:39px}.toolbar-oriented .toolbar-bar{position:fixed}.view-has-slider{position:relative}.swiper-icon{display:flex;justify-content:flex-end;margin-bottom:16px;pointer-events:none}.swiper-icon .container{width:39px;height:35px;background:url("/themes/personal/images/icons/hand.svg") no-repeat center;background-size:contain;z-index:2}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-color:#F26C4F}.fancybox__container :focus{outline:none !important}.qdpro-filter-form{font-size:14px;font-weight:400;gap:16px;align-items:flex-end;margin-bottom:16px}@media screen and (min-width:1200px){.qdpro-filter-form{font-size:0.85rem;font-weight:400}}@media screen and (min-width:1200px){.qdpro-filter-form{gap:1.2rem;margin-bottom:1.2rem}}.qdpro-filter-form [type="color"],.qdpro-filter-form [type="date"],.qdpro-filter-form [type="datetime"],.qdpro-filter-form [type="datetime-local"],.qdpro-filter-form [type="email"],.qdpro-filter-form [type="month"],.qdpro-filter-form [type="number"],.qdpro-filter-form [type="password"],.qdpro-filter-form [type="search"],.qdpro-filter-form [type="tel"],.qdpro-filter-form [type="text"],.qdpro-filter-form [type="time"],.qdpro-filter-form [type="url"],.qdpro-filter-form [type="week"],.qdpro-filter-form select,.qdpro-filter-form textarea{height:44px;padding-top:10px;padding-bottom:10px;padding-left:15px}@media screen and (min-width:1200px){.qdpro-filter-form [type="color"],.qdpro-filter-form [type="date"],.qdpro-filter-form [type="datetime"],.qdpro-filter-form [type="datetime-local"],.qdpro-filter-form [type="email"],.qdpro-filter-form [type="month"],.qdpro-filter-form [type="number"],.qdpro-filter-form [type="password"],.qdpro-filter-form [type="search"],.qdpro-filter-form [type="tel"],.qdpro-filter-form [type="text"],.qdpro-filter-form [type="time"],.qdpro-filter-form [type="url"],.qdpro-filter-form [type="week"],.qdpro-filter-form select,.qdpro-filter-form textarea{height:2.8rem;padding-top:0.5rem;padding-bottom:0.5rem;padding-left:0.75rem}}.qdpro-filter-form .form-item{margin-bottom:0}.qdpro-filter-form .form-item-context{width:1%;flex-grow:1}@media screen and (min-width:1200px){.qdpro-filter-form .form-item-context{max-width:25.6rem}}.qdpro-filter-form .form-actions{width:auto}.qdpro-filter-form .form-actions .form-submit{font-size:14px;font-weight:600;line-height:1.1;min-height:44px}@media screen and (min-width:1200px){.qdpro-filter-form .form-actions .form-submit{font-size:0.85rem;font-weight:600}}@media screen and (min-width:1200px){.qdpro-filter-form .form-actions .form-submit{min-height:2.8rem}}.mfp-wrap .qdpro-filter-form:has(.form-item--error-message) .form-actions{margin-bottom:1rem}.pager{font-size:14px;font-weight:400;padding-top:25px}@media screen and (min-width:1200px){.pager{font-size:0.85rem;font-weight:400}}.pager__load_more_items{margin:0;padding:0;list-style:none}.pager__load_more_items a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:#3A89C9;color:#FFFFFF;gap:8px;width:100%}@media screen and (min-width:1200px){.pager__load_more_items a{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.pager__load_more_items a{padding:0.5rem 1.25rem;min-height:3.2rem}}.pager__load_more_items a:hover{background:#F26C4F;color:#FFFFFF}.pager__load_more_items a::after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.pager__load_more_items a{gap:0.4rem}.pager__load_more_items a::after{font-size:1.1rem}}.pager__load_more_items a::after{content:""}.pager__load_more_items+.pager__items__{margin-top:10px}.pager__items{margin:0 -8px;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px}@media screen and (min-width:1200px){.pager__items{margin-left:0;margin-right:0;gap:0.3rem;justify-content:flex-start}}.pager__item{padding:0}.pager__item a{display:flex;align-items:center;justify-content:center;text-align:center;padding:5px;min-width:32px;height:32px;text-decoration:none;border-radius:6px;border:1px solid #E0ECF6;color:#3A89C9;transition:0.2s}@media screen and (min-width:1200px){.pager__item a{padding:0.25rem;min-width:1.8rem;height:1.8rem}.pager__item a:hover{background:#EFF6FB}}.pager__item.is-active{font-weight:400}.pager__item.is-active a{background:#3A89C9;color:#FFFFFF;border-color:#3A89C9}.pager__item--first,.pager__item--last{display:none}.pager__item--previous a,.pager__item--next a{display:inline-flex;align-items:center;text-decoration:none;min-height:32px}@media screen and (min-width:1200px){.pager__item--previous a,.pager__item--next a{transition-duration:0.2s;min-height:1.8rem}.pager__item--previous a:hover,.pager__item--next a:hover{color:#3A89C9}}.pager.with-previous .pager__item:nth-child(5){display:block}.pager.without-next .pager__item:nth-child(2){display:none}.pager.without-next .pager__item:nth-child(6){display:block}.view .more-link{padding-top:16px}@media screen and (min-width:1200px){.view .more-link{padding-top:1.2rem}}.view .more-link a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:transparent;color:#F26C4F;border:1px solid currentColor;gap:8px}@media screen and (min-width:1200px){.view .more-link a{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.view .more-link a{padding:0.5rem 1.25rem;min-height:3.2rem}}.view .more-link a:hover{background:#F26C4F;color:#FFFFFF}.view .more-link a::after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.view .more-link a{gap:0.4rem}.view .more-link a::after{font-size:1.1rem}}.magnific-popup{background:#FFFFFF;padding:25px;width:390px;max-width:100%;margin:0 auto;border-radius:8px}.magnific-popup__title{font-size:16px;font-weight:700;line-height:1.1;margin-bottom:25px;padding-right:40px}@media screen and (min-width:1200px){.magnific-popup__title{font-size:1rem;font-weight:700}}.magnific-popup .webform-confirmation__message{padding-top:25px;position:relative;text-align:left}.magnific-popup .webform-confirmation__message::before{content:"";position:absolute;left:0;top:0;width:42px;height:1px;background:#FFFFFF}@media screen and (min-width:1200px){.magnific-popup{width:19.5rem;padding:2.5rem;border-radius:0.5rem}.magnific-popup__title{margin-bottom:1.25rem;padding-right:3.25rem}.magnific-popup.white-large{width:75%}}.mfp-close{font-size:0;display:flex !important;justify-content:center;align-items:center;opacity:1;width:40px;height:40px;top:15px;right:12px}@media screen and (min-width:1200px){.mfp-close{right:1.85rem;top:1.6rem}}.mfp-close::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}.mfp-container{padding:6px}@media screen and (min-width:1200px){.mfp-container{padding:0}}.teaser-left-line{padding:12px 36px 12px 12px;border-radius:10px;overflow:hidden;position:relative;background:#FFFFFF;box-shadow:0px 4px 8px 0px rgba(145,158,171,0.24)}.teaser-left-line::before{content:"";position:absolute;left:-4px;top:0;bottom:0;background:#F26C4F;width:8px;z-index:1}.teaser-left-line::after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:"";position:absolute;right:0;top:0;bottom:0;width:30px;display:flex;justify-content:center;align-items:center;background:#EFF6FB;color:#3A89C9}.teaser-left-line .node__date{font-size:14px;font-weight:400;color:#8B8E95}@media screen and (min-width:1200px){.teaser-left-line .node__date{font-size:0.85rem;font-weight:400}}.teaser-left-line .node__title{line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.teaser-left-line .node__description{font-size:14px;font-weight:400;color:#8B8E95;margin-top:4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media screen and (min-width:1200px){.teaser-left-line .node__description{font-size:0.85rem;font-weight:400}}.teaser-left-line .node__link{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:2}@media screen and (min-width:1200px){.teaser-left-line{padding:0.9rem 4.4rem 0.9rem 1.4rem;border-radius:0.5rem;box-shadow:0px 8px 16px 0px rgba(145,158,171,0.24);transition:0.2s;min-height:4.5rem;display:flex;flex-direction:column;justify-content:center}.teaser-left-line:not(.faq-teaser):hover{transform:translateX(0.25rem)}.teaser-left-line::before{left:-0.2rem;width:0.4rem;transition:0.1s}.teaser-left-line::after{font-size:1.1rem;position:absolute;right:0.6rem;width:3.2rem;height:3.2rem;margin:auto;border-radius:0.5rem}.teaser-left-line:not(.advertisement-teaser) .node__title{-webkit-line-clamp:1;line-clamp:1}.teaser-left-line .node__description{-webkit-line-clamp:1;line-clamp:1;margin-top:0}}.site-page{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:relative;overflow:hidden;padding-top:12px}@media screen and (min-width:1200px){.site-page{padding-top:0.6rem;transition:transform 0.6s}.header-bottom-is-open .site-page{transform:translateY(var(--page-transform))}}.site-header{width:100%;padding-left:24px;padding-right:24px}@media screen and (min-width:1200px){.site-header{max-width:1656px;padding-left:1.8rem;padding-right:1.8rem;margin-left:auto;margin-right:auto}}.site-header__bottom{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9;pointer-events:none}.site-header__bottom::before{content:"";position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;background:rgba(255,255,255,0.75);opacity:0;transition:0.3s}.header-bottom-is-open .site-header__bottom{pointer-events:all}.header-bottom-is-open .site-header__bottom::before{opacity:1;backdrop-filter:blur(4px)}@media screen and (min-width:1200px){.site-header{position:relative;z-index:9}.site-header__middle{margin-top:0.8rem}.site-header__bottom{top:13.2rem;z-index:-1}.site-header__bottom::before{background:none;z-index:-1;background:#EFF6FB}.header-bottom-is-open .site-header__bottom::before{backdrop-filter:none}}.menu-btn__wrapper{display:flex;align-items:center;margin:-10px;cursor:pointer}@media screen and (min-width:1200px){.menu-btn__wrapper{order:3;margin:0;background:#F26C4F;border-radius:10px;width:2.8rem;height:2.8rem}}.menu-btn{height:40px;width:40px;position:relative;margin:auto;transition:0.3s;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1200px){.menu-btn{width:2rem;height:2rem}}.menu-btn div{height:1px;width:17px;display:block;margin:0 auto;position:relative;background-color:#323336;position:absolute;left:unset;border-radius:2px}.menu-btn div:nth-of-type(1){top:15px;transition:top 0.1s ease 0.1s,transform 0.1s ease-out 0.05s,width 0.1s ease-out 0.05s,background-color 0.05s 0.2s}.menu-btn div:nth-of-type(2){top:20px;transition:opacity 0.1s ease 0s,background-color 0.05s 0.2s}.menu-btn div:nth-of-type(3){top:25px;transition:top 0.1s ease 0.1s,transform 0.1s ease-out 0.05s,width 0.1s ease-out 0.05s,background-color 0.05s 0.2s}@media screen and (min-width:1200px){.menu-btn div{background-color:#FFFFFF;left:unset}.menu-btn div:nth-of-type(1){top:0.75rem}.menu-btn div:nth-of-type(2){top:1rem}.menu-btn div:nth-of-type(3){top:1.25rem}}.menu-header-is-open .menu-btn{transition:transform 0.1s ease 0.2s;transform:rotate(45deg)}.menu-header-is-open .menu-btn div:nth-of-type(1){top:20px;transform:rotate(0);transition:top 0.1s ease 0.05s,transform 0.1s ease-out 0.2s,width 0.1s ease-out 0.2s,background-color 0.05s 0s}.menu-header-is-open .menu-btn div:nth-of-type(2){opacity:0;transition:opacity 0.1s ease 0.2s,background-color 0.05s 0s}.menu-header-is-open .menu-btn div:nth-of-type(3){top:20px;transform:rotate(90deg);transition:top 0.1s ease 0.05s,transform 0.1s ease-out 0.3s,width 0.1s ease-out 0.3s,background-color 0.05s 0s}@media screen and (min-width:1200px){.header-bottom-is-open .menu-btn{transition:transform 0.1s ease 0.2s;transform:rotate(45deg)}.header-bottom-is-open .menu-btn div:nth-of-type(1){top:1rem;transform:rotate(0);transition:top 0.1s ease 0.05s,transform 0.1s ease-out 0.2s,width 0.1s ease-out 0.2s,background-color 0.05s 0s}.header-bottom-is-open .menu-btn div:nth-of-type(2){opacity:0;transition:opacity 0.1s ease 0.2s,background-color 0.05s 0s}.header-bottom-is-open .menu-btn div:nth-of-type(3){top:1rem;transform:rotate(90deg);transition:top 0.1s ease 0.05s,transform 0.1s ease-out 0.3s,width 0.1s ease-out 0.3s,background-color 0.05s 0s}}.message{padding-bottom:12px}.message__content{position:relative;padding:12px 24px;z-index:1;border-radius:10px;overflow:hidden}.message .field-block-background{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:-1}.message .field-block-background img{width:100%;height:100%;object-fit:cover}.message .field-block-title{font-size:20px;font-weight:900;text-align:center;color:#FFFFFF;text-transform:uppercase;text-shadow:1px 1px 0px rgba(0,0,0,0.25)}@media screen and (min-width:1200px){.message{padding-bottom:0.8rem}.message__content{padding:0.6rem 1.2rem;border-radius:0.5rem}.message .field-block-title{font-size:2.8rem}}.region-header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.logo-header{margin-right:15px}.logo-header .field-block-logo{width:167px}@media screen and (min-width:1200px){.logo-header{margin-right:0.65rem}.logo-header .field-block-logo{width:17.5rem}}.header-block{flex-grow:1;margin-right:10px}@media screen and (min-width:1200px){.header-block{flex-grow:0;order:2;margin-right:0.65rem;display:flex;justify-content:flex-end}.header-block .contextual .trigger{right:-12px;top:-24px}}.header-block__content{display:flex;align-items:center;justify-content:space-evenly;gap:10px}@media screen and (min-width:1200px){.header-block__content{gap:1.5rem}}.header-block .type-language{position:relative}.header-block .type-language .active-lang{font-size:14px;font-weight:600;line-height:1.1;padding:0 19px;text-transform:uppercase;cursor:pointer}@media screen and (min-width:1200px){.header-block .type-language .active-lang{font-size:0.85rem;font-weight:600}}.header-block .type-language .active-lang::after{font-family:"icomoon";font-size:15px;font-weight:400;line-height:1;color:inherit;content:"";right:0;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width:1200px){.header-block .type-language .active-lang{padding:0 1.35rem}.header-block .type-language .active-lang::after{font-size:0.95rem}}.header-block .type-language .lang-item{position:relative}.header-block .type-language .lang-item::before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:15px;height:15px;background-repeat:no-repeat;background-position:center;background-size:cover;pointer-events:none}@media screen and (min-width:1200px){.header-block .type-language .lang-item::before{width:0.95rem;height:0.95rem}}.header-block .type-language .ua::before{background-image:url("/themes/personal/images/ua.svg")}.header-block .type-language .en::before{background-image:url("/themes/personal/images/en.svg")}.header-block .type-language .langs-list{font-size:14px;font-weight:600;line-height:1.1;text-transform:uppercase;position:absolute;left:0;top:100%;transform:translateY(5px);opacity:0;pointer-events:none;transition:0.2s;background:#FFFFFF;border-radius:8px;z-index:11;box-shadow:0px 4px 8px 0px rgba(145,158,171,0.24)}@media screen and (min-width:1200px){.header-block .type-language .langs-list{font-size:0.85rem;font-weight:600}}.header-block .type-language .langs-list .lang-item::before{left:8px}.header-block .type-language .langs-list a{padding:12px 10px 12px 30px;display:inline-block;width:100%;text-align:center}@media screen and (min-width:1200px){.header-block .type-language .langs-list{border-radius:0.5rem}.header-block .type-language .langs-list .lang-item::before{left:0.6rem}.header-block .type-language .langs-list a{padding:0.75rem 0.75rem 0.75rem 2rem}}.header-block .type-language a{text-decoration:none}.header-block .type-language.is-open .langs-list{transform:none;opacity:1;pointer-events:auto}.header-block .type-user{display:flex}@media screen and (min-width:1200px){.header-block .type-user{order:-1}}.header-block .type-user a{font-size:0;text-decoration:none;color:#3A89C9}.header-block .type-user a::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.header-block .type-user a{font-size:0.85rem;font-weight:600;transition-duration:0.2s;background:#3A89C9;color:#FFFFFF;border-radius:0.5rem;min-height:2.8rem;display:flex;align-items:center;justify-content:center;padding:0.5rem 0.9rem}.header-block .type-user a::before{font-size:0.95rem;margin-right:0.4rem}.header-block .type-user a:hover{background:#F26C4F}}.block.search-block{margin-top:12px;order:1;width:100%}.block.search-block .search_block_autocomplete{height:44px;background-image:none !important}.block.search-block .si-btn,.block.search-block .clear{position:absolute;width:44px;height:44px;right:0;top:0;color:#3A89C9;font-size:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.block.search-block .si-btn::before,.block.search-block .clear::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}.block.search-block .si-btn::before{content:""}.block.search-block .clear::before{content:""}.block.search-block .form-item{margin-bottom:0}.block.search-block .form-actions{display:none}@media screen and (min-width:1200px){.block.search-block{margin-top:0;margin-right:0.8rem;width:1%;flex-grow:1}.block.search-block .search_block_autocomplete{height:2.8rem}.block.search-block .si-btn,.block.search-block .clear{width:2.8rem;height:2.8rem}}.menu-header{position:fixed;left:0;right:0;top:184px;bottom:0;transition:0.3s;z-index:9;pointer-events:none}.menu-header::before{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;content:"";z-index:-1;background:rgba(255,255,255,0.75);opacity:0;transition:0.3s}.menu-header .menu{background:#153148;color:#FFFFFF;transform:translateX(110%);transition:0.3s;border-radius:10px 0 0 10px;width:71%;margin-left:auto;padding:12px 24px}.menu-header .menu-item{display:flex}.menu-header .menu-item a{display:inline-block;width:100%;font-weight:700;text-decoration:none;padding:12px 0}.menu-header .menu-item--active-trail a{color:#3A89C9}.menu-header .menu_link_content{display:none}.menu-header-is-open .menu-header{pointer-events:all}.menu-header-is-open .menu-header::before{opacity:1;backdrop-filter:blur(4px)}.menu-header-is-open .menu-header .menu{transform:none}@media screen and (min-width:1200px){.menu-header{position:relative;top:0}.menu-header .trigger{pointer-events:all}.menu-header .menu{transform:none;border-radius:0.5rem;width:100%;padding:0;display:flex;pointer-events:auto;background:#B8D4EB;color:#323336;overflow:hidden}.menu-header .menu-item{flex-grow:1}.menu-header .menu-item--2 a{display:inline-flex;align-items:center;justify-content:center}.menu-header .menu-item--2 a::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:0.4rem}.menu-header .menu-item a{padding:0.5rem;text-align:center;transition:0.2s}.menu-header .menu-item a:hover{background:#153148;color:#FFFFFF}.menu-header .menu-item--active-trail a{background:#153148;color:#FFFFFF}}.region-header-bottom{transform:translateY(110%);transition:transform 0.3s;padding:20px 24px 20px;height:100%;overflow:hidden auto}.header-bottom-is-open .region-header-bottom{transform:none}@media screen and (min-width:1200px){.region-header-bottom{width:100%;padding-left:24px;padding-right:24px;-ms-overflow-style:none;scrollbar-width:none;transition-duration:0.6s}.region-header-bottom::-webkit-scrollbar{display:none}}@media screen and (min-width:1200px) and (min-width:1200px){.region-header-bottom{max-width:1656px;padding-left:1.8rem;padding-right:1.8rem;margin-left:auto;margin-right:auto}}.menu-menu__title{font-size:19px;font-weight:700;line-height:1.1;padding:10px 19px;border-radius:8px;min-height:52px;display:flex;align-items:center;justify-content:space-between;background:#153148;color:#FFFFFF;cursor:pointer;line-height:0;position:sticky;left:24px;right:24px;top:-20px;z-index:5;margin-bottom:8px}@media screen and (min-width:1200px){.menu-menu__title{font-size:1.2rem;font-weight:700}}.menu-menu__title::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";transform:rotate(180deg)}.menu-menu .menu_link_content{position:static}.menu-menu .menu-item--expanded{position:relative}.menu-menu .menu-item--expanded:not(:first-child){margin-top:16px}.menu-menu .menu-item--expanded>span{font-size:19px;font-weight:700;line-height:1.1;padding:16px 16px 16px 58px;min-height:62px;display:flex;align-items:center;background:#B8D4EB;border-radius:10px 10px 0 0}@media screen and (min-width:1200px){.menu-menu .menu-item--expanded>span{font-size:1.2rem;font-weight:700}}.menu-menu .menu-item--expanded .menu-item:nth-child(odd) a{background:#EFF6FB}.menu-menu .menu-item--expanded .menu-item:nth-child(even) a{background:#FFFFFF}.menu-menu .menu-item--expanded .menu-item:last-child a{border-radius:0 0 10px 10px}.menu-menu .menu-item a{font-size:0.85rem;font-weight:700;display:inline-block;text-decoration:none;padding:12px 16px;width:100%}.menu-menu .field-menu-icon{position:absolute;left:16px;top:16px}.menu-menu .field-menu-icon svg{width:30px}.menu-menu .field-menu-icon svg path{fill:#323336}@media screen and (min-width:1200px){.menu-menu__title{display:none}.menu-menu .menu-level-0{column-count:3;column-gap:1.2rem}.menu-menu .menu-item{break-inside:avoid-column}.menu-menu .menu-item--expanded{background:#E0ECF6;border-radius:0.5rem}.menu-menu .menu-item--expanded:not(:first-child){margin-top:1.2rem}.menu-menu .menu-item--expanded>span{color:#3A89C9;padding:0.8rem 0.8rem 0.8rem 3.2rem;min-height:3.4rem;background:none}.menu-menu .menu-item--expanded .menu-item:nth-child(odd) a{background:none}.menu-menu .menu-item--expanded .menu-item:nth-child(even) a{background:none}.menu-menu .menu-item a{padding:0.8rem;transition:0.2s}.menu-menu .menu-item a:hover{color:#3A89C9}.menu-menu .field-menu-icon{left:0.8rem;top:0.8rem}.menu-menu .field-menu-icon svg{width:1.8rem}.menu-menu .field-menu-icon svg path{fill:#3A89C9}}.site-main{flex-grow:1;padding-bottom:80px}@media screen and (min-width:1200px){.site-main{padding-bottom:6.4rem}}.site-main__top{padding-top:8px;padding-bottom:38px}@media screen and (min-width:1200px){.site-main__top{padding-top:1.1rem;padding-bottom:1.1rem}}@media screen and (min-width:1200px){.site-main__left{margin-top:0;width:23.864%;flex-shrink:0;margin-right:1.25rem}}.site-main__container{margin-top:8px;display:flex;flex-direction:column}@media screen and (min-width:1200px){.site-main__container{margin-top:0;flex-grow:1}.site-main__container.has-sidebar-right{display:grid;grid-template-columns:1fr auto}}.site-main__right{order:-1;margin-bottom:16px}@media screen and (min-width:1200px){.site-main__right{order:unset;grid-column:2/3;grid-row:1/4;margin-bottom:0;width:18.9rem;flex-shrink:0;margin-left:1.25rem}}.site-main__title{order:-2;margin-bottom:22px}@media screen and (min-width:1200px){.site-main__title{margin-bottom:2rem}}@media screen and (min-width:1200px){.site-main__wrapper{width:100%;padding-left:24px;padding-right:24px;display:flex;align-items:flex-start;margin-top:1rem}}@media screen and (min-width:1200px) and (min-width:1200px){.site-main__wrapper{max-width:1656px;padding-left:1.8rem;padding-right:1.8rem;margin-left:auto;margin-right:auto}}.add-wrapper{margin-bottom:16px}@media screen and (min-width:1200px){.add-wrapper{margin-bottom:1.2rem}}.add-wrapper a{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:#F26C4F;color:#FFFFFF;gap:8px}@media screen and (min-width:1200px){.add-wrapper a{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.add-wrapper a{padding:0.5rem 1.25rem;min-height:3.2rem}}.add-wrapper a:hover{background:#3A89C9;color:#FFFFFF}.add-wrapper a::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.add-wrapper a{gap:0.4rem}.add-wrapper a::before{font-size:1.1rem}}.menu-left__title{font-size:19px;font-weight:700;line-height:1.1;padding:10px 19px;border-radius:8px;min-height:52px;display:flex;align-items:center;justify-content:space-between;background:#B8D4EB;cursor:pointer;line-height:0;margin-top:8px}@media screen and (min-width:1200px){.menu-left__title{font-size:1.2rem;font-weight:700}}.menu-left__title::after{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:""}.menu-left .block__title{display:none}.menu-left .menu{display:none}.menu-left .menu_link_content{position:static}@media screen and (min-width:1200px){.menu-left__title{display:none}.menu-left .menu{display:block}.menu-left .menu-item--expanded{position:relative}.menu-left .menu-item--expanded:not(:first-child){margin-top:1.2rem}.menu-left .menu-item--expanded>span{font-size:19px;font-weight:700;line-height:1.1;padding:1.05rem 0.8rem 1.05rem 3.2rem;min-height:3.1rem;display:flex;align-items:center;background:#B8D4EB;border-radius:0.5rem 0.5rem 0 0}.menu-left .menu-item--expanded .menu-item:nth-child(odd) a{background:#EFF6FB}.menu-left .menu-item--expanded .menu-item:nth-child(even) a{background:#FFFFFF}.menu-left .menu-item--expanded .menu-item:last-child a{border-radius:0 0 0.5rem 0.5rem}.menu-left .menu-item--expanded .menu-item--active-trail a{color:#3A89C9}.menu-left .menu-item a{font-size:0.85rem;font-weight:600;display:inline-block;text-decoration:none;padding:0.6rem 0.8rem;width:100%;transition:0.2s}.menu-left .menu-item a:hover{color:#3A89C9}.menu-left .field-menu-icon{position:absolute;left:0.8rem;top:0.8rem}.menu-left .field-menu-icon svg{width:1.8rem}.menu-left .field-menu-icon svg path{fill:#323336}}@media screen and (min-width:1200px) and (min-width:1200px){.menu-left .menu-item--expanded>span{font-size:1.2rem;font-weight:700}}.user-login-block{display:none}@media screen and (min-width:1200px){.user-login-block{display:block;margin-top:1.2rem}.user-login-block__title{font-size:19px;font-weight:700;line-height:1.1;padding:1.05rem 0.8rem 1.05rem 3.2rem;min-height:3.1rem;display:flex;align-items:center;background:#B8D4EB;border-radius:0.5rem 0.5rem 0 0;position:relative}.user-login-block__title::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";position:absolute;left:0.8rem;top:0.8rem;width:1.8rem;height:1.8rem;background:url("/themes/personal/images/login.svg") no-repeat center;background-size:contain}.user-login-block .user-login-form{padding:0.75rem;display:flex;justify-content:space-between}.user-login-block .user-login-form input{width:100%;display:flex}.user-login-block .user-login-form .field-suffix{display:contents;max-width:0}.user-login-block .form-forgot,.user-login-block .form-info{margin-top:0.65rem}.user-login-block .form-forgot a,.user-login-block .form-info a{transition-duration:0.2s;font-size:0.7rem;color:#3A89C9;border-bottom:1px solid currentColor;text-decoration:none;font-weight:400}.user-login-block .form-forgot a:hover,.user-login-block .form-info a:hover{border-color:transparent}.user-login-block .form-forgot{order:2;margin-bottom:0 !important}.user-login-block .form-info{border:none;padding:0;width:auto}.user-login-block .form-info__title{display:none}.user-login-block .form-item-name,.user-login-block .form-item-pass{position:relative}.user-login-block .form-item-name .form-inp-cstm::before,.user-login-block .form-item-pass .form-inp-cstm::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;position:absolute;left:1.15rem;top:1.05rem;z-index:2;font-size:1.1rem;color:#B8D4EB}.user-login-block .form-item-name input,.user-login-block .form-item-pass input{padding-left:2.75rem}.user-login-block .form-item-name .form-inp-cstm::before{content:""}.user-login-block .form-item-pass .form-inp-cstm::before{content:""}.user-login-block .form-actions .form-submit{width:100%}}@media screen and (min-width:1200px) and (min-width:1200px){.user-login-block__title{font-size:1.2rem;font-weight:700}}.nbu-rates-block{flex-grow:1;margin-bottom:18px}@media screen and (min-width:1200px){.nbu-rates-block{margin-bottom:0;margin-right:1.2rem}}.nbu-rates-block__title{font-size:16px;font-weight:700;line-height:1.1;border-radius:10px 10px 0 0;background:#3A89C9;color:#FFFFFF;padding:10px 16px}@media screen and (min-width:1200px){.nbu-rates-block__title{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.nbu-rates-block__title{background:#B8D4EB;color:#323336;padding:0.5rem 0.8rem;border-radius:0.5rem 0.5rem 0 0}}.nbu-rates-block__bottom{padding:25px 12px;display:flex;align-items:center;gap:20px;background:#EFF6FB}.nbu-rates-block__bottom--image{width:108px}.nbu-rates-block__bottom a{font-size:14px;font-weight:400;color:#3A89C9;text-decoration:none;border-bottom:1px solid currentColor;line-height:1}@media screen and (min-width:1200px){.nbu-rates-block__bottom a{font-size:0.85rem;font-weight:400}}@media screen and (min-width:1200px){.nbu-rates-block__bottom{padding:1.05rem 0.6rem;gap:1rem}.nbu-rates-block__bottom--image{width:15.05rem}.nbu-rates-block__bottom--image img{max-width:9.1rem}.nbu-rates-block__bottom a{transition:0.2s}.nbu-rates-block__bottom a:hover{border-color:transparent}}.nbu-rates-block .table-wrapper{padding-bottom:0}.nbu-rates-block table{font-size:14px;font-weight:400}@media screen and (min-width:1200px){.nbu-rates-block table{font-size:0.85rem;font-weight:400}}@media screen and (min-width:1200px){.nbu-rates-block table{font-size:1rem}}.nbu-rates-block table th{font-size:12px;font-weight:400;line-height:1.1;padding:6px;font-weight:400;text-align:left}@media screen and (min-width:1200px){.nbu-rates-block table th{font-size:0.7rem;font-weight:400}}.nbu-rates-block table th:first-child{padding-left:12px}.nbu-rates-block table th:last-child{padding-right:12px}@media screen and (min-width:1200px){.nbu-rates-block table th{padding:5px 10px}.nbu-rates-block table th:first-child{padding-left:0.6rem}.nbu-rates-block table th:last-child{padding-right:0.6rem}}.nbu-rates-block table td{padding:8px 4px}.nbu-rates-block table td:first-child{padding-left:12px}.nbu-rates-block table td:last-child{padding-right:12px}@media screen and (min-width:1200px){.nbu-rates-block table td{padding:0.4rem 0.5rem}.nbu-rates-block table td:first-child{padding-left:0.6rem}.nbu-rates-block table td:last-child{padding-right:0.6rem}}.nbu-rates-block .currency-delta{display:flex;align-items:center;gap:4px}.nbu-rates-block .currency-delta::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:"";color:#3A89C9}@media screen and (min-width:1200px){.nbu-rates-block .currency-delta{gap:0.2rem}.nbu-rates-block .currency-delta::before{font-size:0.9rem}}.nbu-rates-block .currency-delta.up::before{content:"";color:#6FC429}.nbu-rates-block .currency-delta.down::before{content:"";color:#E73A3A}.block-type-site-place .block__content{position:relative}.block-type-site-place img{border-radius:10px}@media screen and (min-width:1200px){.block-type-site-place img{border-radius:0.5rem}}.block-type-site-place .field-block-link a{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;text-decoration:none}.region-sidebar-left{padding-left:24px;padding-right:24px;display:flex;flex-direction:column}.region-sidebar-left .block-type-site-place{display:none}@media screen and (min-width:1200px){.region-sidebar-left{padding-left:0;padding-right:0}.region-sidebar-left .block-type-site-place{display:block;margin-top:1.2rem;order:1}}.region-sidebar-right{padding-left:24px;padding-right:24px}@media screen and (min-width:1200px){.region-sidebar-right{padding-left:0;padding-right:0}}.region-content-top{width:100%;padding-left:24px;padding-right:24px}@media screen and (min-width:1200px){.region-content-top{max-width:1656px;padding-left:1.8rem;padding-right:1.8rem;margin-left:auto;margin-right:auto}}@media screen and (min-width:1200px){.region-content-top{display:flex;gap:24px}}.region-content-top-right{padding-left:24px;padding-right:24px;padding-bottom:40px}@media screen and (min-width:1200px){.region-content-top-right{padding-left:0;padding-right:0;padding-bottom:2.75rem;display:flex;align-items:flex-start;justify-content:flex-end}.region-content-top-right .block-type-site-place{width:43.354%;flex-shrink:0}}.region-content{padding-left:24px;padding-right:24px}.region-content .block:not(.personal-content)+.block{padding-top:40px}.region-content .block:not(.personal-content) .block__title{font-size:24px;font-weight:700;line-height:1.1;margin-bottom:16px}@media screen and (min-width:1200px){.region-content .block:not(.personal-content) .block__title{font-size:1.5rem;font-weight:700}}@media screen and (min-width:1200px){.region-content{padding-left:0;padding-right:0}.region-content .block:not(.personal-content)+.block{padding-top:2.8rem}.region-content .block:not(.personal-content) .block__title{margin-bottom:1.2rem}}.site-footer{position:relative;z-index:1;padding:60px 24px}.site-footer__middle{margin-top:32px}.site-footer__second{margin-top:28px}.site-footer__bg{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:-1}.site-footer__bg img{width:100%;height:100%;object-fit:cover}@media screen and (min-width:1200px){.site-footer{padding:3.2rem 0 2.4rem}.site-footer__first,.site-footer__middle,.site-footer__second{width:100%;padding-left:24px;padding-right:24px}.site-footer__middle{margin-top:1.4rem}.site-footer__second{margin-top:4.6rem}}@media screen and (min-width:1200px) and (min-width:1200px){.site-footer__first,.site-footer__middle,.site-footer__second{max-width:1656px;padding-left:1.8rem;padding-right:1.8rem;margin-left:auto;margin-right:auto}}@media screen and (min-width:1200px){.region-footer-middle{display:flex;flex-wrap:wrap;align-items:flex-start}}.logo-footer{width:350px;max-width:100%}@media screen and (min-width:1200px){.logo-footer{width:17.5rem}}.block-type-contacts .field__label{font-size:19px;font-weight:700;line-height:1.1;margin-bottom:8px;display:flex;align-items:center}@media screen and (min-width:1200px){.block-type-contacts .field__label{font-size:1.2rem;font-weight:700}}.block-type-contacts .field__label::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;padding:8px;border-radius:8px;margin-right:12px;flex-shrink:0}@media screen and (min-width:1200px){.block-type-contacts .field__label{margin-bottom:1.2rem}.block-type-contacts .field__label::before{padding:0.5rem;border-radius:0.5rem;margin-right:0.6rem;font-size:1.2rem}}.block-type-contacts .field-block-phones__label::before{content:""}.block-type-contacts .field-block-phones__items{display:flex;flex-wrap:wrap}.block-type-contacts .field-block-phones__item{width:50%}.block-type-contacts .field-block-phones a{text-decoration:none}@media screen and (min-width:1200px){.block-type-contacts .field-block-phones__items{display:grid;grid-template-columns:repeat(2,max-content);grid-gap:0 1.2rem}.block-type-contacts .field-block-phones__item{width:auto}}.block-type-contacts .field-block-messengers{margin-top:8px}.block-type-contacts .field-block-messengers__items{display:flex;flex-wrap:wrap}.block-type-contacts .field-block-messengers__item{margin-right:24px}.block-type-contacts .field-block-messengers svg{width:24px}.block-type-contacts .field-block-messengers svg path{fill:#3A89C9}@media screen and (min-width:1200px){.block-type-contacts .field-block-messengers{margin-top:1.2rem}.block-type-contacts .field-block-messengers__item{margin-right:1.2rem}}.block-type-contacts .field-block-schedule__label::before{content:""}.block-type-contacts .field-block-address__label::before{content:""}.block-type-contacts .field-block-address .field-paragraph-link{display:flex;align-items:center;font-weight:700;color:#3A89C9;margin-top:8px}.block-type-contacts .field-block-address .field-paragraph-link::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:8px}.block-type-contacts .field-block-mailing-address__label::before{content:""}.block-type-contacts .field-block-email__label::before{content:""}.block-type-contacts .field-block-email__item:not(.first-child){margin-top:8px}.block-type-contacts .field-block-email .field-paragraph-note{font-size:12px;font-weight:400;line-height:1.1}@media screen and (min-width:1200px){.block-type-contacts .field-block-email .field-paragraph-note{font-size:0.7rem;font-weight:400}}.block-type-contacts .field-block-email a{text-decoration:none}@media screen and (min-width:1200px){.block-type-contacts .field-block-email__item:not(.first-child){margin-top:0}}.contacts-header{display:none}@media screen and (min-width:1200px){.contacts-header{display:block}.contacts-header__content{display:flex;align-items:center;position:relative}.contacts-header .field__label::before{background:#E0ECF6;color:#3A89C9}.contacts-header .field-block-messengers{margin-top:0}.contacts-header .field-block-messengers__item{margin-right:0.8rem}.contacts-header .field-block-phones__first{font-size:24px;font-weight:700;line-height:1.1;display:flex;align-items:center;gap:0.8rem;margin-right:0.8rem}.contacts-header .field-block-phones__first--arrow{transition-duration:0.2s;width:2.52rem;height:2.52rem;display:flex;align-items:center;justify-content:center;background:#EFF6FB;color:#3A89C9;border-radius:0.5rem;cursor:pointer}.contacts-header .field-block-phones__first--arrow::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:"";transition:0.1s}.contacts-header .field-block-phones__first--arrow:hover{background:#E0ECF6}.contacts-header .field-block-phones__first a{text-decoration:none}.contacts-header .block-container{position:absolute;left:0;right:0;top:100%;margin-top:0.5rem;transform:translateY(0.25rem);opacity:0;pointer-events:none;transition:0.3s;background:#FFFFFF;border-radius:0.5rem;padding:1.6rem;box-shadow:0px 8px 16px 0px rgba(145,158,171,0.24);width:max-content;gap:2.2rem;display:flex;align-items:flex-start;z-index:10}.contacts-header.is-open .field-block-phones__first--arrow{background:#3A89C9;color:#FFFFFF}.contacts-header.is-open .field-block-phones__first--arrow::before{transform:rotate(180deg)}.contacts-header.is-open .block-container{opacity:1;transform:none;pointer-events:auto}}@media screen and (min-width:1200px) and (min-width:1200px){.contacts-header .field-block-phones__first{font-size:1.5rem;font-weight:700}}.contacts-footer{margin-top:28px}.contacts-footer__content>.field:not(:first-child):not(.field-block-messengers){margin-top:28px}.contacts-footer .field__label::before{background:#F26C4F;color:#FFFFFF}@media screen and (min-width:1200px){.contacts-footer{margin-top:0;width:50%;flex-grow:1}.contacts-footer__content{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:2.5rem 3.5rem}.contacts-footer__content>.field:not(:first-child):not(.field-block-messengers){margin-top:0}.contacts-footer .block-container,.contacts-footer .field-block-schedule{width:25%;flex-grow:1}.contacts-footer .block-container{order:-2}.contacts-footer .field-block-address,.contacts-footer .field-block-email{width:33.5rem;flex-shrink:0}.contacts-footer .field-block-address{order:-1}.contacts-footer .field-block-email__items{display:grid;grid-template-columns:repeat(2,max-content);grid-gap:24px}}.contacts-page__content>.field:not(:first-child):not(.field-block-messengers){margin-top:16px}.contacts-page .iti.iti--allow-dropdown,.contacts-page .textarea-wrapper{width:100%}.contacts-page .field__label::before{background:#E0ECF6;color:#3A89C9}.contacts-page .field-block-form{padding-top:8px}.contacts-page .field-block-form .field__label{margin-bottom:16px}.contacts-page .field-block-form input{height:2.52rem}.contacts-page .field-block-form button{width:100%}.contacts-page .geolocation-map-wrapper{height:420px;border-radius:8px;position:relative;overflow:hidden}.contacts-page .geolocation-map-wrapper .geolocation-map-container{height:100% !important}@media screen and (min-width:1200px){.contacts-page__content{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:2.2rem 2.5rem}.contacts-page__content>.field:not(:first-child):not(.field-block-messengers){margin-top:0}.contacts-page .block-container,.contacts-page .field-block-schedule,.contacts-page .field-block-address,.contacts-page .field-block-mailing-address{width:calc(50% - 1.25rem)}.contacts-page .field-block-email{width:100%}.contacts-page .field-block-email__items{display:grid;grid-template-columns:repeat(4,max-content);grid-gap:24px}.contacts-page .field-block-text{width:100%}.contacts-page .field-block-form{width:16rem;margin-right:1.6rem;padding-top:0;min-height:33.25rem}.contacts-page .field-block-map{order:1;flex-grow:1;align-self:stretch}.contacts-page .geolocation-map-wrapper{z-index:1;height:100%;border-radius:0.5rem}}@media screen and (min-width:1200px) and (min-width:1200px){.contacts-page .field-block-form input{height:2.52rem}.contacts-page .field-block-form button{width:100%}}.menu-footer{font-size:14px;font-weight:400;margin-top:28px}@media screen and (min-width:1200px){.menu-footer{font-size:0.85rem;font-weight:400}}.menu-footer .menu-item:not(.first-child){margin-top:8px}.menu-footer .menu-item a{color:#3A89C9}@media screen and (min-width:1200px){.menu-footer{width:100%;margin-top:2.2rem;display:flex;justify-content:flex-end}.menu-footer .menu{display:flex;width:33.5rem;gap:1.2rem 1.8rem}.menu-footer .menu-item:not(.first-child){margin-top:0}}.app__content{padding:36px;background:rgba(255,255,255,0.4);border-radius:8px;text-align:center}.app .field-block-title{font-size:19px;font-weight:700;line-height:1.1;margin-bottom:16px}@media screen and (min-width:1200px){.app .field-block-title{font-size:1.2rem;font-weight:700}}@media screen and (min-width:1200px){.app{width:17.5rem;margin-right:6.75rem;flex-shrink:0}.app__content{padding:1.6rem 1.5rem;border-radius:0.5rem}.app .field-block-title{margin-bottom:0.9rem}}@media screen and (min-width:1200px){.region-footer{display:flex;align-items:flex-end;justify-content:space-between}.region-footer .contextual-links{position:absolute !important;bottom:100% !important;top:auto !important}}.copyright{font-size:14px;font-weight:400}@media screen and (min-width:1200px){.copyright{font-size:0.85rem;font-weight:400}}.region-title{padding-left:24px;padding-right:24px}@media screen and (min-width:1200px){.region-title{padding-left:0;padding-right:0}}.page-title{font-size:26px;font-weight:700;line-height:1.1}@media screen and (min-width:1200px){.page-title{font-size:2rem;font-weight:700}}.page-title h1{font:inherit;margin:0}.breadcrumbs{font-size:14px;font-weight:400;color:#3A89C9;margin-bottom:16px}@media screen and (min-width:1200px){.breadcrumbs{font-size:0.85rem;font-weight:400}}.breadcrumbs ol{display:flex;align-items:center;list-style:none;overflow:auto hidden;margin:0 -24px;padding:0 24px;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs ol::-webkit-scrollbar{display:none}.breadcrumbs ol li{flex-shrink:0;list-style:none;display:flex;align-items:center}.breadcrumbs ol li:first-child a{font-size:0}.breadcrumbs ol li:first-child a::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}.breadcrumbs ol li:not(:last-child)::after{font-family:"icomoon";font-size:12px;font-weight:400;line-height:1;color:inherit;content:"";color:#A2A5AA;margin:0 4px}.breadcrumbs ol a{text-decoration:none}@media screen and (min-width:1200px){.breadcrumbs{margin-bottom:0.85rem}.breadcrumbs ol li:first-child a::before{font-size:1rem}.breadcrumbs ol li:not(:last-child)::after{font-size:0.75rem;margin:0 0.25rem}}.dev{display:none}.form-inp-cstm{display:flex;align-items:center;position:relative}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--single{height:50.4px}}.form-item-code .form-inp-cstm{gap:8px}.documents-form .form-inp-cstm{width:100% !important}.personal-form-style.user-register-form .js-form-type-password-confirm{display:flex}.personal-form-style.user-register-form .js-form-type-password-confirm>.form-inp-cstm{gap:3px}.personal-form-style.user-register-form .js-form-type-password-confirm>.form-inp-cstm:after{content:unset}
.view-id-products.view-display-id-page_1 .views-row+.views-row{margin-top:24px}@media screen and (min-width:1200px){.view-id-products.view-display-id-page_1 .views-row+.views-row{margin-top:1.2rem}}@media screen and (min-width:1200px){.product-teaser{display:flex;align-items:flex-start;gap:1.2rem}}.product-teaser .icons-container{display:flex;flex-wrap:wrap;gap:8px}@media screen and (min-width:1200px){.product-teaser .icons-container{margin-bottom:1.2rem;gap:0.4rem}}.product-teaser__container{position:relative}.product-teaser__container--info{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}@media screen and (min-width:1200px){.product-teaser__container{width:25.6rem;padding:4.05rem 1.2rem 1.2rem;min-height:14.4rem;flex-shrink:0}.product-teaser__container .icons-container{display:none}}.product-teaser .field-product-image{margin-bottom:16px}.product-teaser .field-product-image img{border-radius:8px}@media screen and (min-width:1200px){.product-teaser .field-product-image{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:-1;margin-bottom:0}.product-teaser .field-product-image img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem}}.product-teaser__info{background:#3A89C9;color:#FFFFFF;border-radius:8px;padding:8px 12px;display:inline-block}@media screen and (min-width:1200px){.product-teaser__info{padding:0.5rem 0.75rem;border-radius:0.5rem}}.product-teaser__info .field{font-size:12px;font-weight:700;line-height:1.1;display:flex;gap:0.2em}@media screen and (min-width:1200px){.product-teaser__info .field{font-size:0.7rem;font-weight:700}}.product-teaser__info .field__label{font-weight:400}.product-teaser__title{font-size:24px;font-weight:700;line-height:1.1;margin-bottom:16px}@media screen and (min-width:1200px){.product-teaser__title{font-size:1.5rem;font-weight:700}}.product-teaser__title a{text-decoration:none}@media screen and (min-width:1200px){.product-teaser__title{margin-bottom:0;padding-right:47%}}.product-teaser__link{display:none}@media screen and (min-width:1200px){.product-teaser__link{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;display:block;z-index:2}}.product-teaser__description .icons-container{display:none}@media screen and (min-width:1200px){.product-teaser__description .icons-container{display:flex}}.product-teaser .field-product-icon{width:40px}@media screen and (min-width:1200px){.product-teaser .field-product-icon{width:2.2rem}}.product-teaser .field-product-os__items{display:flex;gap:8px}.product-teaser .field-product-os__item{width:40px}@media screen and (min-width:1200px){.product-teaser .field-product-os__item{width:2.2rem}}.product-full .icons-container{display:flex;flex-wrap:wrap;gap:8px}@media screen and (min-width:1200px){.product-full .icons-container{gap:0.4rem}}.product-full__container--info{display:flex;flex-wrap:wrap;gap:8px}@media screen and (min-width:1200px){.product-full__container{position:relative;min-height:25rem;margin-bottom:2.8rem;padding:1.6rem;display:flex;align-items:flex-end}}.product-full .field-product-image{margin-bottom:16px}.product-full .field-product-image img{border-radius:8px}@media screen and (min-width:1200px){.product-full .field-product-image{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;z-index:-1;margin-bottom:0}.product-full .field-product-image img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem}}.product-full__info{background:#3A89C9;color:#FFFFFF;border-radius:8px;padding:8px 12px;display:inline-block;margin-bottom:24px}@media screen and (min-width:1200px){.product-full__info{padding:0.5rem 0.75rem;border-radius:0.5rem;margin-bottom:0.8rem}}.product-full__info .field{font-size:12px;font-weight:700;line-height:1.1;display:flex;gap:0.2em}@media screen and (min-width:1200px){.product-full__info .field{font-size:0.7rem;font-weight:700}}.product-full__info .field__label{font-weight:400}.product-full .field-product-awards{margin-top:16px;position:relative}@media screen and (min-width:1200px){.product-full .field-product-awards{margin-top:1.2rem;padding-right:5.7rem}}.product-full .field-product-awards .swiper{margin:0 -4px}@media screen and (min-width:1200px){.product-full .field-product-awards .swiper{margin:0 -0.6rem}}.product-full .field-product-awards .swiper-slide{width:50%;padding:0 4px}@media screen and (min-width:768px){.product-full .field-product-awards .swiper-slide{width:33.333%}}@media screen and (min-width:1200px){.product-full .field-product-awards .swiper-slide{width:25%;padding:0 0.6rem}}.product-full .field-product-awards .swiper-navigation{position:absolute;right:-8px;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;gap:4px}@media screen and (min-width:1200px){.product-full .field-product-awards .swiper-navigation{right:0;gap:0.2rem}}.product-full .field-product-awards .swiper-button{position:static;width:58px;height:52px;background:#3A89C9;color:#FFFFFF;border-radius:8px;opacity:1;margin:0}@media screen and (min-width:1200px){.product-full .field-product-awards .swiper-button{width:3.5rem;height:3.2rem;border-radius:0.5rem}}.product-full .field-product-awards .swiper-button::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-full .field-product-awards .swiper-button::before{font-size:1.1rem}}.product-full .field-product-awards .swiper-button::after{display:none}.product-full .field-product-awards .swiper-button-prev::before{content:""}.product-full .field-product-awards .swiper-button-next::before{content:""}.product-full .field-product-awards .swiper-button.swiper-button-disabled{background:#E0ECF6;color:#3A89C9}.product-full .field-product-add-desription{margin-top:24px}@media screen and (min-width:1200px){.product-full .field-product-add-desription{margin-top:2.8rem}}.product-full .field-product-set{margin-top:16px;padding:16px 16px 16px 72px;position:relative;background:#EFF6FB;border-radius:10px}.product-full .field-product-set__label{font-weight:700}.product-full .field-product-set::before{font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;content:"";position:absolute;left:16px;top:16px;padding:12px;background:#FFFFFF;border-radius:10px;color:#3A89C9}.product-full .field-product-set>*{display:inline}@media screen and (min-width:1200px){.product-full .field-product-set{margin-top:0.8rem;padding:1.2rem 1.2rem 1.2rem 5.1rem;border-radius:0.5rem}.product-full .field-product-set::before{font-size:1.2rem;border-radius:0.5rem;padding:0.95rem;left:1.2rem;top:1.2rem}}.product-full .field-product-system-req,.product-full .field-product-format{margin-top:16px}.product-full .field-product-system-req__label,.product-full .field-product-format__label{font-weight:700;margin-bottom:8px}@media screen and (min-width:1200px){.product-full .field-product-system-req,.product-full .field-product-format{margin-top:0.8rem}.product-full .field-product-system-req__label,.product-full .field-product-format__label{margin-bottom:0.4rem}}.product-full__bottom{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}@media screen and (min-width:1200px){.product-full__bottom{margin-top:2rem;gap:0.4rem}}.product-full__link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:#3A89C9;color:#FFFFFF;gap:8px;width:100%}@media screen and (min-width:1200px){.product-full__link{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.product-full__link{padding:0.5rem 1.25rem;min-height:3.2rem}}.product-full__link:hover{background:#F26C4F;color:#FFFFFF}.product-full__link::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}.product-full__link.download::before{content:""}@media screen and (min-width:1200px){.product-full__link{width:auto;gap:0.4rem}.product-full__link::before{font-size:1.1rem}}
@media screen and (min-width:1200px){.views-block-products-block-1{width:66%;border-radius:0.5rem;overflow:hidden;height:24.25rem}}.views-block-products-block-1 .swiper{margin:0 -24px;padding:0 12px}.views-block-products-block-1 .swiper-slide{padding:0 12px;height:auto}.views-block-products-block-1 .swiper-pagination{left:14px;bottom:20px;gap:2px;display:flex;z-index:1}.views-block-products-block-1 .swiper-pagination-bullet{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin:0 !important;background:none;opacity:0.5}.views-block-products-block-1 .swiper-pagination-bullet-active{background:#3A89C9;color:#FFFFFF;opacity:1}@media screen and (min-width:1200px){.views-block-products-block-1 .swiper{margin:0;padding:0}.views-block-products-block-1 .swiper-slide{padding:0}.views-block-products-block-1 .swiper-pagination{left:2.6rem;bottom:3.2rem;gap:15px}.views-block-products-block-1 .swiper-pagination-bullet{width:2rem;height:2rem}}.views-block-products-block-2{margin-top:8px}@media screen and (min-width:1200px){.views-block-products-block-2{margin-top:0;flex-grow:1}}.views-block-products-block-2 .block__title{font-size:14px;font-weight:600;line-height:1.1;padding:7px 12px;background:#B8D4EB;border-radius:8px 8px 0 0}@media screen and (min-width:1200px){.views-block-products-block-2 .block__title{font-size:0.85rem;font-weight:600}}.views-block-products-block-2 table{font-size:14px;font-weight:400}@media screen and (min-width:1200px){.views-block-products-block-2 table{font-size:0.85rem;font-weight:400}}.views-block-products-block-2 table th{color:#6F7277;font-weight:400}.views-block-products-block-2 table th,.views-block-products-block-2 table td{text-align:left;padding:5px 12px;height:auto}@media screen and (min-width:1200px){.views-block-products-block-2 table th,.views-block-products-block-2 table td{padding:0.5rem 0.6rem}}.views-block-products-block-2 table a{text-decoration:none}@media screen and (min-width:1200px){.views-block-products-block-2 table a{transition-duration:0.2s}.views-block-products-block-2 table a:hover{color:#3A89C9}}.views-block-products-block-2 footer{padding:10px 12px;background:#EFF6FB;border-radius:0 0 8px 8px;display:flex;align-items:center;gap:19px}@media screen and (min-width:1200px){.views-block-products-block-2 footer{padding:1rem 0.6rem;border-radius:0 0 0.5rem 0.5rem;gap:1rem}}.views-block-products-block-2 footer .field-block-link-image-multi__items{display:flex;gap:19px}@media screen and (min-width:1200px){.views-block-products-block-2 footer .field-block-link-image-multi__items{gap:1rem}}.views-block-products-block-2 footer .field-block-link{flex-grow:1;text-align:right}.views-block-products-block-2 footer .field-block-link a{color:#3A89C9;font-size:12px;border-bottom:1px solid currentColor;text-decoration:none}@media screen and (min-width:1200px){.views-block-products-block-2 footer .field-block-link a{transition-duration:0.2s;font-size:0.7rem}.views-block-products-block-2 footer .field-block-link a:hover{border-color:transparent}}.product-slide{position:relative;min-height:400px;padding:14px 14px 80px;background:url("/themes/personal/images/slide-mob.png") no-repeat center;background-size:cover;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;overflow:hidden}@media screen and (min-width:1200px){.product-slide{padding:2.6rem 45% 7.25rem 2.6rem;border-radius:0;overflow:unset;min-height:26.2rem;background:none}}.product-slide__info{background:#3A89C9;color:#FFFFFF;border-radius:8px;padding:8px 12px;display:inline-block;margin-bottom:20px}@media screen and (min-width:1200px){.product-slide__info{padding:0.5rem 0.75rem;border-radius:0.5rem;margin-bottom:1.6rem}}.product-slide__info .field{font-size:12px;font-weight:700;line-height:1.1;display:flex;gap:0.2em}@media screen and (min-width:1200px){.product-slide__info .field{font-size:0.7rem;font-weight:700}}.product-slide__info .field__label{font-weight:400}.product-slide__title{font-size:38px;font-weight:700;line-height:1}@media screen and (min-width:1200px){.product-slide__title{font-size:3rem;font-weight:700}}.product-slide .field-product-subtitle{font-size:24px;font-weight:700;line-height:1.1;margin-top:4px}@media screen and (min-width:1200px){.product-slide .field-product-subtitle{font-size:1.5rem;font-weight:700}}@media screen and (min-width:1200px){.product-slide .field-product-subtitle{margin-top:0.2rem}}.product-slide__link{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:"Inter","Arial","Helvetica","sans-serif";border-radius:8px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.1;padding:10px 20px;min-height:52px;background:#F26C4F;color:#FFFFFF;gap:8px;margin-top:20px}@media screen and (min-width:1200px){.product-slide__link{font-size:1rem;font-weight:600}}@media screen and (min-width:1200px){.product-slide__link{padding:0.5rem 1.25rem;min-height:3.2rem}}.product-slide__link:hover{background:#3A89C9;color:#FFFFFF}.product-slide__link::after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.product-slide__link{gap:0.4rem}.product-slide__link::after{font-size:1.1rem}}@media screen and (min-width:1200px){.product-slide__link{margin-top:1.6rem}}.product-slide .field-product-image{display:none}@media screen and (min-width:1200px){.product-slide .field-product-image{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;text-decoration:none;display:block;z-index:-1}.product-slide .field-product-image img{width:100%;height:100%;object-fit:cover}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);}[dir="ltr"] .ajax-progress__throbber,[dir="ltr"] .ajax-progress__throbber--fullscreen,[dir="ltr"] .ui-dialog .ajax-progress__throbber,[dir="ltr"] .media-library-item .ajax-progress__throbber{border-right:3px dotted transparent;}[dir="rtl"] .ajax-progress__throbber,[dir="rtl"] .ajax-progress__throbber--fullscreen,[dir="rtl"] .ui-dialog .ajax-progress__throbber,[dir="rtl"] .media-library-item .ajax-progress__throbber{border-left:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-right:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);}[dir="ltr"] .media-library-widget .ajax-progress__throbber,[dir="ltr"] .media-library-widget .ajax-progress__throbber--fullscreen{border-right:2px dotted transparent;}[dir="rtl"] .media-library-widget .ajax-progress__throbber,[dir="rtl"] .media-library-widget .ajax-progress__throbber--fullscreen{border-left:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;top:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-radius:50%;animation:gin-throbber .75s linear infinite;}[dir="ltr"] .ui-dialog .ajax-progress-throbber::before,[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:var(--gin-spacing-xs);border-right:2px dotted transparent;}[dir="rtl"] .ui-dialog .ajax-progress-throbber::before,[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:var(--gin-spacing-xs);border-left:2px dotted transparent;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;top:0;width:24px;height:24px;}[dir="ltr"] .contextual-links .ajax-progress-throbber{right:var(--gin-spacing-xxs);}[dir="rtl"] .contextual-links .ajax-progress-throbber{left:var(--gin-spacing-xxs);}.contextual-links .ajax-progress-throbber::before{top:0;}[dir="ltr"] .contextual-links .ajax-progress-throbber::before{left:.25em;}[dir="rtl"] .contextual-links .ajax-progress-throbber::before{right:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
