.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:60%;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:transparent;background:var(--carousel-button-bg,transparent);border:0;border-radius:50%;border-radius:var(--carousel-button-border-radius,50%);box-shadow:none;box-shadow:var(--carousel-button-shadow,none);color:currentColor;color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:48px;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:48px;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{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{fill:none;stroke:currentColor;stroke-width:1.5;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:none;filter:var(--carousel-button-svg-filter,none);height:50%;height:var(--carousel-button-svg-height,50%);pointer-events:none;width:50%;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--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,.4));bottom:0;box-sizing:border-box;color:#fff;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{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 #034b99;box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (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{background:rgba(24,24,27,.92);background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:#fff;background:var(--fancybox-content-bg,#fff);color:#374151;color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{word-wrap:anywhere;align-self:center;color:currentColor;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:#fff;color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:#fff;color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:currentColor;color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;animation:fancybox-dash 1.5s ease-in-out infinite}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:1;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.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{animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{animation:fancybox-throwOutDown .15s ease both}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.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;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.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-height:100%;max-width:100%;-o-object-fit:contain;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{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.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{flex-shrink:1;max-width:100%;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{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .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{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:1;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:96px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid #034b99;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:66.66667%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:1;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.4);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:fancybox-fadeIn .15s ease-in backwards}.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{left:50%;position:absolute;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{font-feature-settings:"tnum";-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:48px;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:#034b99;background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";left:2px;opacity:0;position:absolute;right:2px;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{bottom:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:7px;left:0;min-height:0;min-width:10px;right:auto;top:2px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.hs-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.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{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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-left: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-top:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.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{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;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:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.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{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:4px;left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.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{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.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{backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;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{backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-family:sans-serif;font-size:100%;height:18px;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0;resize:none;vertical-align:bottom;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{box-sizing:border-box;padding:4px;width:100%}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;padding:1px;position:absolute;right:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;max-width:100%;overflow:hidden;padding:0 0 0 20px;position:relative;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;left:0;padding:0 4px;position:absolute;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-top-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{-webkit-appearance:textfield;background:transparent;border:none;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-bottom-left-radius:4px;border-top-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse}*{box-sizing:border-box}button,input,textarea{-webkit-appearance:none;border-radius:0}button:focus,input:focus,select:focus,textarea:focus{outline:0}a{-webkit-text-decoration:none;text-decoration:none}.cf:after,.cf:before{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}::-webkit-input-placeholder{color:inherit}::-moz-placeholder{color:inherit}:-ms-input-placeholder{color:inherit}img{height:auto;max-width:100%}*,:after,:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Euclid Circular A,sans-serif;text-rendering:optimizeLegibility}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;font-size:62.5%}body{color:#161531;font-size:1.6rem}.page-template-default main,.page-template-documents-and-reporst main,.post-template-default main{overflow:visible}main{overflow:hidden;padding:19rem 0 0;position:relative}@media screen and (max-width:64em){main{padding:16rem 0 0}}@media screen and (max-width:47.9375em){main{padding:11rem 0 0}}img,svg{display:block;height:auto;max-width:100%}button{color:#161531;cursor:pointer}.section-header{margin:0 auto;max-width:100rem;text-align:center}@media screen and (max-width:47.9375em){.section-header{text-align:left}}.section-header p{margin:3.2rem 0 0}@media screen and (max-width:47.9375em){.section-header p{margin:1.6rem 0 0}}.separator hr{border:none;border-bottom:1px solid #e0e4ec;margin:-2rem auto;max-width:80rem}.simplebar-track.simplebar-horizontal{background-color:#f2f4f8;height:.3rem;margin:1.6rem 0 0;margin-left:auto!important;margin-right:auto!important;overflow:visible;position:relative;width:30rem;z-index:1!important}@media screen and (max-width:47.9375em){.simplebar-track.simplebar-horizontal{margin-left:auto!important;margin-right:auto!important;overflow:visible;width:12rem}}.simplebar-track.simplebar-horizontal:before{background-color:#fff;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100vw - 4.8rem);z-index:-1}.simplebar-track.simplebar-horizontal:after{z-index:2}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:.3rem;top:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{background-color:#010963;border-radius:0;opacity:1}.simplebar-track.simplebar-vertical{background-color:#f2f4f8;height:100%;width:.3rem}.simplebar-track.simplebar-vertical:after{z-index:2}.simplebar-track.simplebar-vertical .simplebar-scrollbar{background-color:#010963;width:.3rem}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{background-color:#010963;border-radius:0;opacity:1}#CookiebotWidget{display:none}.CookieDeclaration{overflow:visible}.CookieDeclarationType{border:none!important;margin:2.4rem 0!important;padding:0!important}.CookieDeclarationType .table-wrap table{overflow:auto!important}:root :where(a:where(:not(.wp-block-navigation))),:root :where(a:where(:not(.wp-element-button))){text-decoration:none;text-decoration:initial}@font-face{font-display:swap;font-family:Euclid Circular A;font-style:normal;font-weight:400;src:url(/wp-content/themes/northern-horizon-new/public/fonts/euclid-circular-a-cufonfonts/Euclid%20Circular%20A%20Regular.ab5669.ttf) format("truetype")}@font-face{font-display:swap;font-family:Euclid Circular A;font-style:italic;font-weight:300;src:url(/wp-content/themes/northern-horizon-new/public/fonts/euclid-circular-a-cufonfonts/Euclid%20Circular%20A%20Light%20Italic.49c5f3.ttf) format("truetype")}@font-face{font-display:swap;font-family:Euclid Circular A;font-style:normal;font-weight:500;src:url(/wp-content/themes/northern-horizon-new/public/fonts/euclid-circular-a-cufonfonts/Euclid%20Circular%20A%20Medium.3b077a.ttf) format("truetype")}@font-face{font-display:swap;font-family:Euclid Circular A;font-style:normal;font-weight:600;src:url(/wp-content/themes/northern-horizon-new/public/fonts/euclid-circular-a-cufonfonts/Euclid%20Circular%20A%20SemiBold.ce55cb.ttf) format("truetype")}@font-face{font-display:swap;font-family:Euclid Circular A;font-style:normal;font-weight:700;src:url(/wp-content/themes/northern-horizon-new/public/fonts/euclid-circular-a-cufonfonts/Euclid%20Circular%20A%20Bold.debf64.ttf) format("truetype")}.h1,h1{font-size:7.6rem;font-weight:600;line-height:8rem}@media screen and (max-width:47.9375em){.h1,h1{font-size:4.8rem;line-height:6.1rem}}.h2,h2{font-size:7rem;font-weight:600;line-height:7rem}@media screen and (max-width:47.9375em){.h2,h2{font-size:3.6rem;line-height:4.6rem}}.h3,h3{font-size:4.8rem;font-weight:600;line-height:6.1rem}@media screen and (max-width:47.9375em){.h3,h3{font-size:3.6rem;line-height:4.6rem}}.h4,h4{font-size:3.6rem;font-weight:600;line-height:4.6rem}@media screen and (max-width:47.9375em){.h4,h4{font-size:2.4rem;line-height:3.2rem}}.h5,h5{font-size:2.4rem;font-weight:700;line-height:3.2rem}@media screen and (max-width:47.9375em){.h5,h5{font-size:2rem;line-height:3.2rem}}.h6,h6{font-weight:700}.d1,.h6,h6,p{font-size:2rem;line-height:3.2rem}.d1,p{font-weight:400}.d1.italic,p.italic{font-style:italic;font-weight:300}.d2{font-size:1.8rem;font-weight:400;line-height:3rem}@media screen and (max-width:47.9375em){.d2{font-size:1.6rem;line-height:2.6rem}}.d2 p{font-size:inherit;line-height:inherit}@media screen and (max-width:47.9375em){.d2 p{font-size:inherit;line-height:inherit}}.d3{font-size:1.6rem;line-height:2.6rem}.d3,.d4{font-weight:400}.d4{font-size:1.4rem;line-height:1.8rem}.small-text{font-size:1.2rem;font-weight:400;line-height:2rem}.container{margin:0 auto;max-width:144rem;padding:0 11.2rem;width:100%}@media screen and (max-width:64em){.container{padding:0 4rem}}@media screen and (max-width:47.9375em){.container{padding:0 2.4rem}}.btn-wrap{display:flex;justify-content:flex-start}@media screen and (min-width:48em){.btn-wrap.center-align-not-mobile{justify-content:center}}.btn{background-color:#fff;border:.2rem solid #161531;color:#161531;display:flex;font-size:1.6rem;font-weight:600;justify-content:center;line-height:2.4rem;padding:1.6rem 3.2rem;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.btn{width:100%}}.btn:hover{color:#fff}.btn.is-loading,.btn:hover{background-color:#010963;border:.2rem solid #010963}.btn.is-loading{pointer-events:none}.btn.is-loading .btn__loader,.btn.is-loading .btn__loader .loader{display:flex}.btn>svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.btn>svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.btn--white{border:.2rem solid #fff;color:#fff}.btn--white:hover{background-color:#fff;border:.2rem solid #fff;color:#161531}.btn--transparent{background-color:transparent;border:.2rem solid #fff;color:#fff}.btn--transparent:hover{background-color:#fff;border:.2rem solid #fff;color:#161531}.btn--transparent-bg{background-color:transparent}.btn__loader{background-color:#010963;display:none;height:100%;left:0;position:absolute;top:0;width:100%}.btn__loader .loader{width:3rem}.btn__loader .loader svg path{fill:#fff}.slider-nav{display:flex}.slider-nav__btn{align-items:center;background-color:transparent;border:.2rem solid #161531;border-radius:50%;display:flex;height:8rem;justify-content:center;margin:0 2.4rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:8rem}.slider-nav__btn:last-child{margin:0}@media screen and (max-width:47.9375em){.slider-nav__btn{height:5.6rem;margin:0 1.6rem 0 0;width:5.6rem}}.slider-nav__btn:hover{background-color:#010963;border:.2rem solid #010963}@media screen and (max-width:64em){.slider-nav__btn:hover{background-color:transparent;border:.2rem solid #161531}}.slider-nav__btn:hover svg path{fill:#fff}@media screen and (max-width:64em){.slider-nav__btn:hover svg path{fill:#161531}}.slider-nav__btn:active svg{transform:scale(.8)}.slider-nav__btn.swiper-button-disabled{background-color:transparent;border:.2rem solid #777f9e;cursor:default}.slider-nav__btn.swiper-button-disabled svg path{fill:#777f9e}.slider-nav__btn--prev:active svg{transform:scale(.8) rotate(180deg)}.slider-nav__btn--prev svg{transform:rotate(180deg)}.slider-nav__btn svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.slider-nav__btn svg{width:2.1rem}}.slider-nav__btn svg path{fill:#161531;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.link{align-item:center;color:#010963;display:flex;font-size:1.6rem;font-weight:600;line-height:2.4rem}.link:hover svg{transform:translateX(.5rem)}.link svg{margin:0 0 0 1.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link svg path{fill:#010963}.tabs-wrap .simplebar-track.simplebar-horizontal{margin:0}.tabs-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{background-color:#0d5b56}.tabs-wrap .tabs{display:flex;justify-content:center}@media screen and (max-width:47.9375em){.tabs-wrap .tabs{justify-content:flex-start}}.tabs-wrap .tabs .tab{background-color:transparent;border:none;color:#161531;font-size:2rem;font-weight:400;line-height:3.2rem;margin:0 5.6rem 0 0;padding:0 0 1.8rem;position:relative}@media screen and (max-width:47.9375em){.tabs-wrap .tabs .tab{padding:0 0 1.6rem;white-space:nowrap}}.tabs-wrap .tabs .tab:after{background-color:#0d5b56;bottom:0;content:"";height:.2rem;left:0;opacity:0;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}@media screen and (max-width:47.9375em){.tabs-wrap .tabs .tab:after{display:none}}.tabs-wrap .tabs .tab.is-active{color:#0d5b56;font-weight:700}.tabs-wrap .tabs .tab.is-active:after{opacity:1}.tabs-wrap .tabs .tab:last-child{margin:0}.loader{display:flex;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5rem}.loader svg{animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.label{border:1px solid hsla(0,0%,100%,.1);color:#fff;display:inline-flex;font-size:1.4rem;font-weight:500;line-height:2.4rem;padding:.2rem 1.2rem;z-index:1}.input-group{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -.8rem -1.6rem}.input-wrap{margin:0 0 1.6rem;padding:0 .8rem;width:33.3333%}.input-wrap.is-hidden{display:none}@media screen and (max-width:64em){.input-wrap{width:50%}}@media screen and (max-width:47.9375em){.input-wrap{width:100%}}.input-wrap--full{width:100%}.input-wrap--half{width:50%}@media screen and (max-width:64em){.input-wrap--half{width:100%}}.input-wrap--third{width:33.3333%}@media screen and (max-width:64em){.input-wrap--third{width:100%}}.input-wrap--quarter{width:25%}@media screen and (max-width:64em){.input-wrap--quarter{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--quarter{width:100%}}.input-wrap--20{width:20%}@media screen and (max-width:64em){.input-wrap--20{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--20{width:100%}}@media screen and (max-width:64em){.input-wrap--40{width:100%}}.input-wrap--60{width:60%}@media screen and (max-width:64em){.input-wrap--60{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--60{width:100%}}.input-wrap--40{width:40%}@media screen and (max-width:64em){.input-wrap--40{width:50%}}@media screen and (max-width:47.9375em){.input-wrap--40{width:100%}}.input-wrap>label{display:block;font-size:1.4rem;font-weight:500;line-height:1.8rem;margin:0 0 .8rem}.input{position:relative}.input input,.input select,.input textarea{width:100%}.input.error input[type=email],.input.error input[type=number],.input.error input[type=tel],.input.error input[type=text]{border:2px solid #ec4747}.input__remove{background-color:transparent;border:none;padding:0;position:absolute;right:6.4rem;top:50%;transform:translateY(-50%);visibility:hidden}.input__remove.is-active{visibility:visible}@media screen and (max-width:47.9375em){.input__remove{right:4.8rem}}.input__remove svg path{transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.input__remove:hover svg path{fill:#161531}.input input::-webkit-inner-spin-button,.input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input input[type=number]{-moz-appearance:textfield}.input input[type=email],.input input[type=number],.input input[type=tel],.input input[type=text]{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;font-size:1.4rem;font-weight:400;line-height:1.8rem;padding:1.5rem 2.4rem;transition:border .3s cubic-bezier(.25,.46,.45,.94)}.input input[type=email]:focus,.input input[type=number]:focus,.input input[type=tel]:focus,.input input[type=text]:focus{border:2px solid rgba(119,127,158,.6)}.input input[type=email]::-moz-placeholder,.input input[type=number]::-moz-placeholder,.input input[type=tel]::-moz-placeholder,.input input[type=text]::-moz-placeholder{color:#777f9e}.input input[type=email]::placeholder,.input input[type=number]::placeholder,.input input[type=tel]::placeholder,.input input[type=text]::placeholder{color:#777f9e}@media screen and (max-width:47.9375em){.input input[type=email],.input input[type=number],.input input[type=tel],.input input[type=text]{padding:1.5rem 1.6rem}}.input--with-icon input[type=text]{padding:1.5rem 9.6rem 1.5rem 2.4rem}@media screen and (max-width:47.9375em){.input--with-icon input[type=text]{padding:1.5rem 6.6rem 1.5rem 1.6rem}}.input>svg{pointer-events:none;position:absolute;right:2.4rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:47.9375em){.input>svg{right:1.6rem}}.custom-dropdown{position:relative;width:100%}.custom-dropdown.is-active .custom-dropdown__trigger{border:2px solid rgba(119,127,158,.6)}.custom-dropdown.is-active .custom-dropdown__trigger:after{transform:rotate(180deg)}.custom-dropdown .simplebar-horizontal{display:none}.custom-dropdown__trigger{align-items:center;background-color:transparent;background-color:#fff;border:2px solid rgba(119,127,158,.3);border-radius:.2rem;color:#161531;cursor:pointer;display:flex;overflow:hidden;padding:1.2rem 5.4rem 1.2rem 2.4rem;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}@media screen and (max-width:47.9375em){.custom-dropdown__trigger{padding:1.2rem 5.4rem 1.2rem 1.6rem}}.custom-dropdown__trigger:hover{border:2px solid rgba(119,127,158,.6)}.custom-dropdown__trigger:after{background-image:url(/wp-content/themes/northern-horizon-new/public/images/dropdown-arrow.de05b9.svg);background-position:50%;background-repeat:no-repeat;content:"";height:.7rem;pointer-events:none;position:absolute;right:2.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:1.4rem}@media screen and (max-width:64em){.custom-dropdown__trigger:after{right:1.6rem}}.custom-dropdown__trigger__count{align-items:center;background-color:#010963;border-radius:.2rem;color:#fff;display:flex;font-size:1.6rem;font-weight:500;height:2.4rem;justify-content:center;line-height:2.4rem;margin:0 0 0 .6rem;min-width:2.4rem;padding:0 .6rem}.custom-dropdown__trigger__count.hide{visibility:hidden}.custom-dropdown__content{background-color:#fff;bottom:0;box-shadow:0 3px 10px rgba(0,0,0,.12);opacity:0;padding:1.6rem;position:absolute;right:0;transform:translateY(calc(100% + 1rem));transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden;width:100%;z-index:10}.custom-dropdown__content.is-active{opacity:1;transform:translateY(calc(100% + .5rem));visibility:visible}.custom-dropdown__content__inner{max-height:20rem;overflow:auto;overflow-x:hidden}.custom-dropdown__content__inner--no-overflow{overflow:visible}.custom-dropdown__checkbox{margin-bottom:2rem;padding:0 1.6rem 0 0}.custom-dropdown__checkbox:last-child{margin-bottom:0}.input-file input{display:none}.input-file__button{background:rgba(64,144,231,.06);border:2px dashed #4090e7;border-image-repeat:round;border-image-slice:2;border-image-source:url(/wp-content/themes/northern-horizon-new/public/images/file-border.218d6f924a92a3ff.png);color:#4090e7;font-size:1.4rem;font-weight:500;line-height:1.8rem;padding:2rem;position:relative;transition:background .3s cubic-bezier(.25,.46,.45,.94);width:100%}.input-file__button:hover{background-color:rgba(64,144,231,.15)}.input-file__button__file{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;padding:1rem 2rem;position:absolute;top:0;width:100%;z-index:1}.input-file__button__file.is-hidden{display:none}.input-file__button__file p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.input-file__button__file__title{font-size:1.4rem;font-weight:700;line-height:1.8rem}.input-file__button__file__name{font-size:1rem;font-weight:500;line-height:1.8rem}.input-file__button__upload{align-items:center;display:flex;justify-content:center}.input-file__button__upload.is-hidden{opacity:0}.input-file__button__upload svg{flex:none;margin:0 1.6rem 0 0;width:1.6rem}.modal{display:none;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:101}.modal.is-loading .loader{display:block}.modal .loader{display:none}.modal__close{background-color:transparent;border:none;padding:1.2rem;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width:47.9375em){.modal__close:not(.is-mobile){display:none}}.modal__close.is-mobile{display:none}@media screen and (max-width:47.9375em){.modal__close.is-mobile{display:block}}.modal__close.is-mobile-visible{display:block!important}.modal__close svg{width:1.6rem}@media screen and (max-width:47.9375em){.modal__close svg path{fill:#fff}.modal__close{background-color:#161531;position:fixed;z-index:11111}}.modal__close--white{background-color:#fff;padding:1.6rem}@media screen and (max-width:47.9375em){.modal__close--white{padding:1.2rem}}.modal__close--white svg{width:1.6rem}.modal__close--white svg path{fill:#161531}.modal__overlay{background:rgba(22,21,49,.6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:47.9375em){.modal__overlay{background:#fff}.modal__overlay--mobile-visible{background:rgba(22,21,49,.6);display:block}}.modal__content-wrap{align-items:center;display:flex;height:100%;justify-content:center;overflow:auto;padding:5rem}@media screen and (max-width:47.9375em){.modal__content-wrap{padding:0}.modal__content-wrap--mobile-padding{padding:2.4rem}}.modal__content{background-color:#fff;margin:auto;max-width:84.8rem;min-height:31.5rem;opacity:0;padding:4.5rem 6rem;pointer-events:auto;position:relative;transform:scale(.95);width:100%}@media screen and (max-width:47.9375em){.modal__content{min-height:100vh;padding:0 0 2.4rem}}.modal__content--mobile-not-full{min-height:auto;padding:0}.modal__content--careers{max-width:59.2rem;padding:0}@media screen and (max-width:47.9375em){.modal__content--careers{align-items:center;display:flex}}.modal__content__form__top{border-bottom:.2rem solid rgba(224,228,236,.5);padding:3.2rem 4rem;text-align:center}@media screen and (max-width:47.9375em){.modal__content__form__top{padding:5.6rem 2.4rem 2.4rem;text-align:left}}.modal__content__form__content{padding:3.2rem 4rem}@media screen and (max-width:47.9375em){.modal__content__form__content{padding:2.4rem}}.modal__content__success{align-items:center;display:none;flex-direction:column;padding:6rem 7.2rem}@media screen and (max-width:64em){.modal__content__success{padding:6rem;padding:2.4rem}}.modal__content__success h3{font-size:3.6rem;font-weight:600;line-height:4.6rem;margin:2.4rem 0 0;text-align:center}.modal__content__success p{margin:1.8rem 0 0;text-align:center}@media screen and (max-width:47.9375em){.modal__content__success p{font-size:1.6rem;line-height:2.6rem;margin:1.6rem 0 0}}.form-grid{display:flex;flex-wrap:wrap}.form-grid label{display:flex;flex-direction:column}.form-grid label .input-heading{color:#161531;font-family:Euclid Circular A;font-size:1.4rem;font-weight:500;line-height:1.8rem;margin-bottom:.8rem}.form-grid label .input-heading__optional{color:rgba(119,127,158,.5)}.form-grid input,.form-grid textarea{border:.2rem solid rgba(119,127,158,.3);padding:1.6rem;width:100%}.form-grid textarea{max-height:13.9rem}.form-grid input::-moz-placeholder,.form-grid textarea::-moz-placeholder{color:#777f9e;font-weight:400;opacity:1}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#777f9e;font-weight:400;opacity:1}.form-grid input:-ms-input-placeholder,.form-grid textarea:-ms-input-placeholder{color:#777f9e;font-weight:400}.form-grid input::-ms-input-placeholder,.form-grid textarea::-ms-input-placeholder{color:#777f9e;font-weight:400}.form-grid .form-grid-column{margin-top:3.2rem;width:calc(50% - 1.7rem)}.form-grid .form-grid-column:nth-child(2n+2){margin-left:3.4rem}@media screen and (max-width:47.9375em){.form-grid .form-grid-column{margin-top:2.4rem;width:100%}.form-grid .form-grid-column:nth-child(2n+2){margin-left:0}}.form-grid .form-grid-column__full{margin-top:3.2rem;width:100%}@media screen and (max-width:47.9375em){.form-grid .form-grid-column__full{margin-top:2.4rem}}.check-box label{align-items:center;cursor:pointer;display:flex;flex-direction:row;font-size:1.4rem;font-weight:400;line-height:1.8rem;position:relative}.check-box label a{color:#0061f4;font-weight:600;-webkit-text-decoration:none;text-decoration:none}@media screen and (max-width:37.5em){.check-box label{font-size:1.6rem;line-height:2.6rem}}.check-box input[type=checkbox]{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;cursor:pointer;display:block;flex:none;height:2.4rem;margin:0 1.6rem 0 0;padding:0;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.check-box input[type=checkbox]:after{background-image:url(/wp-content/themes/northern-horizon-new/public/images/checkmark.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem auto;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}.check-box input[type=checkbox]:checked{background-color:#010963;border:2px solid #010963}.check-box input[type=checkbox]:checked:after{opacity:1}.wpcf7-form .btn-wrap{justify-content:center;margin-top:2.4rem}.wpcf7-form .seperator-form{display:block;margin-bottom:3.2rem;width:100%}@media screen and (max-width:47.9375em){.wpcf7-form .seperator-form{margin:2.4rem 0}}.wpcf7-form .wpcf7-not-valid-tip{margin-top:.8rem}.wpcf7 form.invalid .wpcf7-response-output{background-color:rgba(255,0,0,.05);border:.1rem solid red;color:red}.wpcf7 form .wpcf7-response-output{display:none}.wpcf7-list-item{margin-left:0}.form-box-success{display:none;margin-top:3.2rem;text-align:center}.form-box-success h4{margin-bottom:1.8rem;margin-top:2.4rem;text-align:center}.form-box-success svg{margin:0 auto}.response-data{font-family:Euclid Circular A;font-size:1.4rem;font-weight:500;line-height:1.8rem;margin-top:3.2rem;padding:1.2rem 2rem}.response-data.error{background:rgba(236,71,71,.05);border:.1rem solid #ec4747;color:#ec4747}.response-data.success{background:rgba(65,172,126,.05);border:.1rem solid #41ac7e;color:#41ac7e}.video-modal{aspect-ratio:16/9}.video-modal iframe{height:100%;left:0;position:absolute;top:0;width:100%}.accordion{border-bottom:.2rem solid #f2f4f8;margin:0 0 .8rem;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),border-radius .3s cubic-bezier(.25,.46,.45,.94)}.accordion:last-child{margin:0}.accordion.is-active{background-color:#f2f4f8;border-radius:.8rem}.accordion.is-active .accordion__indicator{border-radius:50%}.accordion.is-active .accordion__indicator:after{transform:translate(-50%,-50%) rotate(0deg)}.accordion__title{align-items:center;background-color:transparent;border:none;display:flex;justify-content:space-between;padding:3.2rem;text-align:left;width:100%}@media screen and (max-width:47.9375em){.accordion__title{padding:1.6rem 2.4rem}}.accordion__content{display:none;padding:0 3.2rem 3.2rem}.accordion__indicator{background-color:#fff;flex:none;height:4.8rem;margin:0 0 0 2.4rem;position:relative;transition:border-radius .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.accordion__indicator:after,.accordion__indicator:before{background-color:#0d5b56;border-radius:.1rem;content:"";height:.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.accordion__indicator:after{transform:translate(-50%,-50%) rotate(90deg)}.search-container{margin:0 0 9rem}@media screen and (max-width:64em){.search-container{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.search-container{margin:0 0 4rem}}.search-container-el{pointer-events:none;position:absolute;right:0;top:0;transform:translateY(-50%);z-index:-1}@media screen and (max-width:64em){.search-container-el{display:none}}.search-container-el svg{height:auto;width:21.4rem}.custom-checkbox{align-items:center;color:#161531;cursor:pointer;display:flex;font-size:1.4rem;font-weight:400;line-height:1.8rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-checkbox input{clip:rect(.1rem .1rem .1rem .1rem);clip:rect(.1rem,.1rem,.1rem,.1rem);height:.1rem;overflow:hidden;position:absolute!important;width:.1rem}.custom-checkbox input:checked~.checkmark{background-color:#010963;border:2px solid #010963}.custom-checkbox input:checked~.checkmark:after{opacity:1}.custom-checkbox .checkmark{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;cursor:pointer;display:block;flex:none;height:2.4rem;margin:0 1.6rem 0 0;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}.custom-checkbox .checkmark:after{background-image:url(/wp-content/themes/northern-horizon-new/public/images/checkmark.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem auto;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}#app .select2,.select2{width:100%!important}#app .select2-container *{outline:0}#app .select2-container .select2-selection--single{border:.2rem solid rgba(119,127,158,.3);border-radius:.2rem;height:auto;transition:border .3s cubic-bezier(.25,.46,.45,.94)}#app .select2-container .select2-selection--single .select2-selection__rendered{box-sizing:border-box;color:#161531;font-family:Euclid Circular A,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.8rem;padding:1.5rem 1.6rem}#app .select2-container .select2-selection--single .select2-selection__arrow{height:100%;right:0;top:0;width:5rem}#app .select2-container .select2-selection--single .select2-selection__arrow b{background-image:url(/wp-content/themes/northern-horizon-new/public/images/arrow-down.9ef96a.svg);background-repeat:no-repeat;background-size:contain;border:0 transparent;height:.7rem;transform:rotate(0);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:1.3rem}#app .select2-container.select2-container--disabled .select2-selection{background-color:#f2f4f8!important}#app .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(180deg)}.select2-results__option{font-family:Euclid Circular A,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.8rem;padding:1rem 1.6rem}.select2-results__option:hover{background-color:#f2f4f8!important;color:#161531!important}.select2-results__options .select2-results__option--selected{background-color:#161531!important;color:#fff!important}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:transparent;color:#161531}.select2-dropdown{background:#fff;border:none;box-shadow:0 3px 10px rgba(0,0,0,.12);box-sizing:border-box;overflow:hidden;padding:.6rem 0;top:.8rem}.select2-dropdown--above{top:-.8rem}select{-webkit-appearance:none;-moz-appearance:none;border:.2rem solid rgba(119,127,158,.3);border-radius:.2rem;box-sizing:border-box;color:#161531;font-family:Euclid Circular A,sans-serif;font-size:1.4rem;font-weight:400;height:auto;line-height:1.8rem;padding:1.5rem 1.6rem;text-indent:1px;text-overflow:"";transition:border .3s cubic-bezier(.25,.46,.45,.94)}.header{background:#fff;left:0;padding:4rem 0;position:fixed;top:0;transition:padding .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:100}@media screen and (max-width:47.9375em){.header{padding:1.6rem 0}}.header.is-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.06);padding:1.8rem 0}@media screen and (max-width:47.9375em){.header.is-scrolled{padding:1.6rem 0}}.header.is-scrolled .header__logo svg{height:3.6rem}@media screen and (max-width:47.9375em){.header.is-scrolled .header__logo svg{height:3.2rem}}.header.is-scrolled .header__logo svg .logo-building path{fill:#010963}.header__wrap{align-items:center;display:flex;justify-content:space-between}.header__logo svg{height:4.8rem;transition:height .3s cubic-bezier(.25,.46,.45,.94);width:auto}@media screen and (max-width:64em){.header__logo svg{height:3.6rem}}@media screen and (max-width:47.9375em){.header__logo svg{height:3.2rem}}.header__logo svg .logo-building path{fill:#010963}.header__logo svg path{fill:#161531;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.header__nav{display:flex}.header__nav .sub-menu{background-color:#161531;display:flex;flex-direction:column;left:-2.4rem;opacity:0;padding:2.4rem;position:absolute;top:100%;transform:translateY(.5rem);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.header__nav .sub-menu>li{display:flex;margin:0 0 1.2rem}.header__nav .sub-menu>li:last-child{margin:0}.header__nav .sub-menu>li a{color:#fff;display:flex;font-size:1.6rem;font-weight:400;line-height:2.6rem;padding:0;white-space:nowrap}.header__nav .sub-menu>li a:after{background-color:#fff;bottom:0}.header__nav li.menu-item-has-children{position:relative}.header__nav li.menu-item-has-children:hover>.sub-menu{opacity:1;transform:none;visibility:visible}.header__nav li.current-menu-item>a{font-weight:700}.header__nav>li{margin:0 2.4rem 0 0}.header__nav>li:last-child{margin:0}.header__nav>li .menu-expand{display:none}.header__nav>li a{color:#161531;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;line-height:2rem;overflow:hidden;padding:1.4rem 0;position:relative}.header__nav>li a:after{background-color:#161531;bottom:1rem;content:"";height:.2rem;position:absolute;transform:translateX(-101%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.header__nav>li a:hover:after{transform:translateX(0)}.header__right{align-items:center;display:flex}@media screen and (max-width:64em){.header__right{margin:0 -1rem 0 0}}.header__search{background-color:transparent;border:none;margin:0 -1.4rem 0 1.8rem;padding:1.4rem}@media screen and (max-width:64em){.header__search{margin:0;padding:1.4rem 1.2rem}}.header__burger{background-color:transparent;border:none;display:none;padding:1rem}@media screen and (max-width:64em){.header__burger{display:block}}.header__langs{font-size:1.6rem;font-weight:400;line-height:2rem;margin:0 0 0 2.4rem;padding:1.4rem 0;position:relative;text-transform:uppercase}@media screen and (max-width:64em){.header__langs{display:none}}.header__langs:hover .header__langs__submenu{opacity:1;transform:translateX(-50%);visibility:visible}.header__langs__active{align-items:center;background-color:transparent;border:none;display:flex;padding:0;text-transform:uppercase}.header__langs__active svg{margin:0 0 0 .8rem}.header__langs__submenu{background-color:#161531;display:flex;flex-direction:column;left:50%;opacity:0;padding:2.4rem;position:absolute;top:100%;transform:translateY(.5rem) translateX(-50%);transition:opacity .3s cubic-bezier(.25,.46,.45,.94),visibility .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.header__langs__submenu a{color:#fff;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:0 0 1.2rem;overflow:hidden;position:relative}.header__langs__submenu a:last-child{margin:0}.header__langs__submenu a:after{background-color:#fff;bottom:0;content:"";height:.2rem;left:0;position:absolute;transform:translateX(-101%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.header__langs__submenu a:hover:after{transform:none}@media screen and (max-width:64em){.header__menu{display:none}}.mobile-menu{background-color:#161531;display:none;flex:1;flex-direction:column;height:100%;left:0;position:fixed;top:0;transform:translateX(-100%);width:100%;z-index:101}@media screen and (min-width:64.0625em){.mobile-menu{display:none!important}}.mobile-menu__el{bottom:0;position:absolute;right:0;width:17.5rem;z-index:-1}.mobile-menu__el svg{width:100%}.mobile-menu__top{opacity:0;padding:1.6rem 0}.mobile-menu__top__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -1rem 0 0}.mobile-menu__top__wrap a svg{height:auto;width:9.9rem}.mobile-menu__close{background-color:transparent;border:none;padding:1rem}.mobile-menu__close svg{width:2rem}.mobile-menu__close svg path{fill:#fff}.mobile-menu__content{-webkit-overflow-scrolling:touch;flex:1;opacity:0;overflow:auto;padding:1.6rem 0;transform:translateX(1rem)}.mobile-menu__content .container{height:100%}.mobile-menu__bottom{border-top:.1rem solid hsla(0,0%,100%,.1);opacity:0}.mobile-menu__bottom__langs{align-items:center;display:flex;margin:0 0 0 -2.4rem}.mobile-menu__bottom__langs a{color:hsla(0,0%,100%,.3);font-size:2rem;font-weight:400;line-height:3.2rem;padding:1.7rem 2.4rem;text-transform:uppercase}.mobile-menu__bottom__langs a.is-active{color:#fff}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__nav li{position:relative}.mobile-menu__nav li a{color:#fff;cursor:pointer;display:inline-flex;font-size:2.4rem;font-weight:500;line-height:3rem;overflow:hidden;padding:1.6rem 0;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94);width:calc(100% - 3.6rem)}.mobile-menu__nav li .menu-expand{align-items:center;background-color:transparent;border:none;display:flex;height:6.2rem;justify-content:center;padding:0 2.4rem;position:absolute;right:-2.4rem;top:0}.mobile-menu__nav li .menu-expand svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:1.2rem}.mobile-menu__nav li .menu-expand.is-active svg{transform:rotate(180deg)}.mobile-menu__nav li .sub-menu{display:none;padding:0 0 0 1.5rem}.mobile-menu__nav li .sub-menu a{font-size:2rem;line-height:3.2rem;margin:0;padding:1.2rem 0}.footer{background-color:#161531;color:#fff;padding:12rem 0 8rem}@media screen and (max-width:64em){.footer{padding:10rem 0 8rem}}@media screen and (max-width:47.9375em){.footer{padding:8rem 0 6rem}}.footer ul li a{color:#fff;font-size:1.6rem;font-weight:400;line-height:3.2rem}@media screen and (max-width:47.9375em){.footer ul li a{font-size:1.4rem;line-height:3.2rem}}.footer ul li a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__top{display:flex;justify-content:space-between}@media screen and (max-width:64em){.footer__top{flex-direction:column}}.footer__top__left{max-width:31.2rem}@media screen and (max-width:47.9375em){.footer__top__left{max-width:100%}}.footer__top__left a svg{width:17.3rem}.footer__top__left p{margin:4rem 0 0}.footer__top__right{display:flex;justify-content:flex-end;max-width:70.8rem;width:100%}@media screen and (max-width:64em){.footer__top__right{flex-direction:column;margin:4rem 0 0;max-width:100%}}@media screen and (max-width:47.9375em){.footer__top__right{flex-direction:column}}.footer__top__right__item{display:flex;flex-direction:column;margin:0 11.2rem 0 0}@media screen and (max-width:64em){.footer__top__right__item{margin:0 0 4rem}}.footer__top__right__item h3{margin:0 0 3rem}.footer__top__right__item:last-child{margin:0}.footer__top__right__item__social{display:flex;margin:0 -1rem}.footer__top__right__item__social a{display:block;margin:0 2.2rem 0 0;opacity:.7;padding:1rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.footer__top__right__item__social a:hover{opacity:1}.footer__top__right__item__social a:last-child{margin:0}.footer__top__right__item__social a svg{height:1.4rem;width:auto}.footer__top__right__item__social a svg path{fill:#fff}.footer__top__right__item .btn-wrap{margin-top:auto;padding:2.4rem 0 0}.footer__middle{align-items:flex-start;display:flex;justify-content:space-between;margin:14rem 0 0}@media screen and (max-width:64em){.footer__middle{flex-direction:column;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.footer__middle{margin:4rem 0 0}}@media screen and (max-width:64em){.footer__middle__right{text-align:left}}.footer__middle__right p,.footer__middle__right p a{color:#fff}.footer__middle__right p a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.15);display:flex;justify-content:space-between;margin:3.2rem 0 0;padding:3.2rem 0 0}@media screen and (max-width:64em){.footer__bottom{flex-direction:column}}.footer__bottom__designed{color:hsla(0,0%,100%,.5);font-size:1.6rem;font-weight:400;line-height:3.2rem;margin:0 0 0 1.6rem}@media screen and (max-width:64em){.footer__bottom__designed{margin:1.6rem 0 0}}@media screen and (max-width:47.9375em){.footer__bottom__designed{font-size:1.1rem;line-height:150%}}.footer__bottom__designed a{color:#fff;font-weight:700}.footer__bottom__designed a:hover{-webkit-text-decoration:underline;text-decoration:underline}.footer__bottom__left{align-items:center;display:flex}@media screen and (max-width:64em){.footer__bottom__left{align-items:flex-start;flex-direction:column}}.footer__bottom__left ul{display:flex;flex:none}@media screen and (max-width:47.9375em){.footer__bottom__left ul{justify-content:space-between;padding:0}}.footer__bottom__left ul li{margin:0 2.4rem 0 0}@media screen and (max-width:47.9375em){.footer__bottom__left ul li{margin:0 1.2rem 0 0}}.footer__bottom__left ul li:last-child{margin:0}.footer__bottom__left p{color:hsla(0,0%,100%,.5);font-size:1.6rem;font-weight:400;line-height:150%;margin:0 0 0 1.6rem;padding:0 0 0 1.6rem;position:relative}@media screen and (max-width:64em){.footer__bottom__left p{margin:1.6rem 0 0;padding:0}}@media screen and (max-width:47.9375em){.footer__bottom__left p{font-size:1.1rem;line-height:150%}}.footer__bottom__left p:before{background-color:#fff;content:"";height:1.2rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.1rem}@media screen and (max-width:64em){.footer__bottom__left p:before{display:none}}.social-networks{color:#fff;margin:14rem 0}@media screen and (max-width:64em){.social-networks{margin:8rem 0}}@media screen and (max-width:47.9375em){.social-networks{margin:6rem 0 0}.social-networks .container{padding:0}}.social-networks__wrap{background-color:#010963;padding:14rem 8rem 11.2rem;position:relative;z-index:1}@media screen and (max-width:64em){.social-networks__wrap{padding:10rem 8rem}}@media screen and (max-width:47.9375em){.social-networks__wrap{padding:6rem 2.4rem}}.social-networks__wrap h2{margin:0 auto;max-width:43.3rem;text-align:center}.social-networks__background svg{height:100%;position:absolute;width:auto;z-index:-1}@media screen and (max-width:64em){.social-networks__background svg{height:50%}}@media screen and (max-width:47.9375em){.social-networks__background svg{height:100%}}.social-networks__background svg:first-child{bottom:0;left:0}@media screen and (max-width:47.9375em){.social-networks__background svg:first-child{display:none}}.social-networks__background svg:nth-child(2){bottom:0;right:0}@media screen and (max-width:47.9375em){.social-networks__background svg:nth-child(2){display:none}}.social-networks__background svg:nth-child(3){bottom:0;display:none;left:0}@media screen and (max-width:47.9375em){.social-networks__background svg:nth-child(3){display:block}}.social-networks__items{align-items:center;display:flex;justify-content:center;margin:3.2rem 0 0}@media screen and (max-width:47.9375em){.social-networks__items{justify-content:space-between}}.social-networks__item{align-items:center;background-color:#010963;border:.2rem solid hsla(0,0%,100%,.1);border-radius:50%;display:flex;height:6rem;justify-content:center;margin:0 2.4rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94);width:6rem}.social-networks__item:last-child{margin:0}@media screen and (max-width:47.9375em){.social-networks__item{margin:0}}.social-networks__item:hover{border:.2rem solid #fff}.social-networks__item svg path{fill:#fff}.hero-image{margin:12rem 0}@media screen and (max-width:64em){.hero-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.hero-image{margin:6rem 0 0}}.hero-image--post{margin:8rem 0}@media screen and (max-width:47.9375em){.hero-image--post{margin:6rem 0 3.2rem}}.hero-image--property{margin:12rem 0 20rem}@media screen and (max-width:64em){.hero-image--property{margin:8rem 0}}@media screen and (max-width:47.9375em){.hero-image--property{margin:6rem 0 -4.5rem}}.hero-image__scroll{align-items:center;display:flex;flex-direction:column;position:absolute;right:-4rem;top:-8rem;z-index:1}@media screen and (max-width:64em){.hero-image__scroll{right:0}}@media screen and (max-width:47.9375em){.hero-image__scroll{top:-4.4rem}}.hero-image__scroll:before{background-color:#161531;content:"";display:block;height:11.5rem;width:.2rem}@media screen and (max-width:47.9375em){.hero-image__scroll:before{height:8rem}}.hero-image__scroll__bubble{align-items:flex-start;background-color:#010963;border:none;border-radius:50%;display:flex;height:14.3rem;justify-content:center;position:relative;width:14.3rem}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble{height:10.1rem;width:10.1rem}}.hero-image__scroll__bubble:hover svg{transform:translateY(2rem)}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble:hover svg{transform:translateY(1rem)}}.hero-image__scroll__bubble:before{background-color:#fff;content:"";height:3rem;left:50%;position:absolute;top:0;transform:translateX(-50%);width:.2rem}.hero-image__scroll__bubble svg{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.hero-image__scroll__bubble__arrow--mobile{display:none}@media screen and (max-width:47.9375em){.hero-image__scroll__bubble__arrow--mobile{display:block;transform:translateX(1%)}.hero-image__scroll__bubble__arrow:not(--mobile){display:none}}.hero-image__container{position:relative}.hero-image__wrap{border:none;height:58rem;position:relative;width:calc(100% - 21.3rem)}@media screen and (max-width:64em){.hero-image__wrap{height:50rem;width:calc(100% + 4rem)}}@media screen and (max-width:47.9375em){.hero-image__wrap{height:auto;left:-2.4rem;width:calc(100% + 4.8rem)}.hero-image__wrap:after{content:"";display:block;padding-bottom:111.11%}}.hero-image__wrap__overlay{background-color:rgba(22,21,49,.24);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-image__wrap--full{width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.hero-image__wrap--full{width:calc(100% + 4rem)}}@media screen and (max-width:47.9375em){.hero-image__wrap--full{width:calc(100% + 4.8rem)}}.hero-image__wrap--post-size{width:100%}@media screen and (max-width:47.9375em){.hero-image__wrap--post-size{width:calc(100% + 4.8rem)}}.hero-image__wrap:not(.hero-image__wrap--full):not(.hero-image__wrap--post-size):not(.hero-image__wrap--video):not(.hero-image__wrap--property):before{background-color:#fff;content:"";height:100%;position:absolute;right:38.0952%;width:3.2rem;z-index:1}@media screen and (max-width:47.9375em){.hero-image__wrap:not(.hero-image__wrap--full):not(.hero-image__wrap--post-size):not(.hero-image__wrap--video):not(.hero-image__wrap--property):before{display:none}}.hero-image__wrap--video{overflow:hidden}.hero-image__wrap--video:before{background-color:#161531;content:"";height:100%;opacity:.32;position:absolute;right:0;top:0;width:100%;z-index:1}.hero-image__wrap--video:hover img{transform:scale(1.1)}@media screen and (max-width:47.9375em){.hero-image__wrap--focus-top-left img{-o-object-position:left top;object-position:left top}.hero-image__wrap--focus-top-center img{-o-object-position:center top;object-position:center top}.hero-image__wrap--focus-top-right img{-o-object-position:right top;object-position:right top}.hero-image__wrap--focus-middle-left img{-o-object-position:left center;object-position:left center}.hero-image__wrap--focus-middle-center img{-o-object-position:center center;object-position:center center}.hero-image__wrap--focus-middle-right img{-o-object-position:right center;object-position:right center}.hero-image__wrap--focus-bottom-left img{-o-object-position:left bottom;object-position:left bottom}.hero-image__wrap--focus-bottom-center img{-o-object-position:center bottom;object-position:center bottom}.hero-image__wrap--focus-bottom-right img{-o-object-position:right bottom;object-position:right bottom}}.hero-image__wrap svg{height:auto;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.2rem;z-index:1}.hero-image__wrap img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.hero-image__wrap q{background-color:#0d5b56;bottom:0;color:#fff;font-size:1.4rem;font-weight:400;left:0;line-height:1.8rem;padding:1.9rem 2.4rem;position:absolute;text-align:center;width:100%}@media screen and (max-width:47.9375em){.hero-image__wrap q{text-align:left}}.hero-image__info{background-color:#0d5b56;bottom:-5.6rem;min-width:31rem;padding:3.2rem;position:absolute;right:0}.hero-image__info__case{margin-left:auto;margin-right:0;max-width:30rem;min-width:auto}.hero-image__info__white{color:#fff}.hero-image__info__case-text{margin-left:auto;margin-right:0}@media screen and (max-width:47.9375em){.hero-image__info{bottom:auto;position:relative;right:-2.4rem;top:-4.5rem}}.hero-image__info li{align-items:center;color:#fff;display:flex;font-size:2rem;font-weight:400;line-height:3.2rem;margin:0 0 1.6rem}.hero-image__info li:last-child{margin:0}.hero-image__info li svg{flex:none;margin:0 2.4rem 0 0;width:2.4rem}.hero-image__cta{bottom:0;color:#fff;left:0;max-width:76rem;padding:4.8rem;position:absolute;width:100%;z-index:1}@media screen and (max-width:47.9375em){.hero-image__cta{padding:4.8rem 0}}.hero-image__cta p{margin:0 0 .8rem}.hero-image__cta .btn-wrap{margin:2.4rem 0 0}.blocks{margin:14rem 0}@media screen and (max-width:64em){.blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.blocks{margin:6rem 0}}.blocks__top{text-align:center}.blocks__top--with-link{align-items:center;display:flex;justify-content:space-between;text-align:left}@media screen and (max-width:64em){.blocks__top--with-link{align-items:flex-start;flex-direction:column;text-align:left}.blocks__top--with-link h2{text-align:left!important}}.blocks__top--with-link .blocks__top__right a{margin:0 0 0 2rem}@media screen and (max-width:64em){.blocks__top--with-link .blocks__top__right a{margin:2.4rem 0 0}}.blocks__top h2{margin:0 auto;max-width:50rem;text-align:center}.blocks__top p{margin:3.2rem 0 0}.blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.9rem -2.4rem}@media screen and (max-width:64em){.blocks__wrap{margin:6rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.blocks__wrap{margin:2.4rem 0 0}}.blocks__item-wrap{margin:0 0 2.4rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.blocks__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.blocks__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.blocks__item-wrap:last-child{margin:0}}.blocks__item-wrap:nth-child(6n+1) .blocks__item{background-color:#010963}.blocks__item-wrap:nth-child(6n+1) .blocks__item h3,.blocks__item-wrap:nth-child(6n+1) .blocks__item p{color:#fff}.blocks__item-wrap:nth-child(6n+1) .blocks__item svg path{stroke:#fff}.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#f2f4f8}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#fff}}@media screen and (max-width:47.9375em){.blocks__item-wrap:nth-child(6n+3) .blocks__item{background-color:#f2f4f8}}@media screen and (max-width:64em){.blocks__item-wrap:nth-child(6n+4) .blocks__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.blocks__item-wrap:nth-child(6n+4) .blocks__item{background-color:#fff}}.blocks__item-wrap:nth-child(6n+5) .blocks__item{background-color:#0d5b56}.blocks__item-wrap:nth-child(6n+5) .blocks__item h3,.blocks__item-wrap:nth-child(6n+5) .blocks__item p{color:#fff}.blocks__item-wrap:nth-child(6n+5) .blocks__item svg path{stroke:#fff}@media screen and (max-width:47.9375em){.blocks__item-wrap:nth-child(6n+6) .blocks__item{background-color:#f2f4f8}}.blocks__item{height:100%;padding:5.2rem 6rem}@media screen and (max-width:47.9375em){.blocks__item{padding:4.5rem;text-align:center}.blocks__item img,.blocks__item svg{margin:0 auto;width:5.6rem}}.blocks__item h3{margin:4rem 0 0}.blocks__item p{margin:1.6rem 0 0}.blocks-with-content__wrapper{background:#f2f4f8;display:flex;padding:14rem 6rem;position:relative}@media screen and (max-width:61.9375em){.blocks-with-content__wrapper{flex-direction:column}}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper{flex-direction:column;margin:0 -2.4rem;padding:6rem 2.4rem 4.4rem}}.blocks-with-content__wrapper .blocks__wrap{margin:0 -.9rem}.blocks-with-content__wrapper .blocks__item-wrap{margin:0 0 1.6rem;padding:0 .9rem;width:50%}.blocks-with-content__wrapper .blocks__item-wrap:nth-child(4n+1) .blocks__item{background-color:#0d5b56;position:relative}.blocks-with-content__wrapper .blocks__item-wrap:nth-child(4n+2) .blocks__item{background-color:#fff}.blocks-with-content__wrapper .blocks__item-wrap:nth-child(4n+3) .blocks__item{background-color:transparent}.blocks-with-content__wrapper .blocks__item-wrap:nth-child(4n+4) .blocks__item{background-color:#010963;color:#fff}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper .blocks__item-wrap{width:100%}}.blocks-with-content__wrapper .blocks__item{padding:4.8rem 4rem;position:relative}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper .blocks__item{padding:4.5rem 2rem}}.blocks-with-content__wrapper .blocks__item h3{margin-top:0}.blocks-with-content__wrapper .blocks__item h3 span{font-size:2rem;line-height:3.2rem}.blocks-with-content__wrapper .blocks__item p{margin-top:1.2rem}.blocks-with-content__wrapper__left{margin-right:8rem;max-width:46.2rem}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper__left{margin-right:0;max-width:100%}.blocks-with-content__wrapper__left br{display:none}}.blocks-with-content__wrapper__left p{margin-top:4rem}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper__left p{margin-top:1.6rem}}.blocks-with-content__wrapper__right{flex-basis:50%;flex-shrink:0;position:relative;z-index:1}@media screen and (max-width:61.9375em){.blocks-with-content__wrapper__right{margin-top:6rem}}@media screen and (max-width:47.9375em){.blocks-with-content__wrapper__right{margin-top:2.4rem}}.blocks-with-content .bricks__bottom{bottom:0;left:0;position:absolute}.blocks-with-content .bricks__right{bottom:0;position:absolute;right:0}.blocks-with-content .bricks__right svg{width:auto}@media screen and (max-width:47.9375em){.blocks-with-content .bricks.bricks__bottom{display:none}}.page-hero{margin:0 0 9rem}@media screen and (max-width:64em){.page-hero{margin:0 0 4rem}}@media screen and (max-width:47.9375em){.page-hero{margin:0 0 2.4rem}}.page-hero .hero-heading-block{align-items:center;display:flex;justify-content:space-between}.page-hero .hero-heading-block__link{color:#4090e7;display:flex;flex-shrink:0;font-size:1.6rem;font-weight:600;line-height:2.4rem}.page-hero .hero-heading-block__link svg{margin-left:1.2rem}@media screen and (max-width:64em){.page-hero .hero-heading-block__link__desktop{display:none}}.page-hero .hero-heading-block__link__mobile{display:none}@media screen and (max-width:64em){.page-hero .hero-heading-block__link__mobile{display:flex;margin-top:4rem}}.page-hero__wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 -1.2rem}@media screen and (max-width:64em){.page-hero__wrap{align-items:flex-start;flex-direction:column}}.page-hero__col{display:flex;margin:6rem -4.8rem 0}@media screen and (max-width:64em){.page-hero__col{margin:4rem -2.4rem 0}}@media screen and (max-width:47.9375em){.page-hero__col{flex-wrap:wrap;margin:1.6rem 0 0}}.page-hero__col__left{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.page-hero__col__left{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.page-hero__col__left{padding:0;width:100%}}.page-hero__col__right{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.page-hero__col__right{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.page-hero__col__right{margin:2.4rem 0 0;padding:0;width:100%}}.page-hero__left{padding:0 1.2rem;width:50%}@media screen and (max-width:64em){.page-hero__left{width:100%}.page-hero__left br{display:none}}.page-hero__right{padding:0 1.2rem;width:50%}@media screen and (max-width:64em){.page-hero__right{margin:1.6rem 0 0;width:100%}}.page-hero__right__info{margin:4rem 0 0}.page-hero__right__info__item{align-items:center;display:flex;margin:0 0 1.6rem}.page-hero__right__info__item svg{margin:0 1.6rem 0 0;width:1.6rem}.page-hero__right__info__item:last-child{margin:0}.wysiwyg>*{font-family:Euclid Circular A,sans-serif!important;margin-left:auto!important;margin-right:auto!important;max-width:80rem}.wysiwyg hr{border:none;border-top:.2rem solid rgba(224,228,236,.5);margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg hr{margin:2.4rem 0}}.wysiwyg p{font-size:1.8rem;font-weight:400;line-height:3rem;margin:4.5rem 0;text-align:left}@media screen and (max-width:47.9375em){.wysiwyg p{margin:2.4rem 0}}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:2.4rem 0}}.wysiwyg img{margin:4.5rem 0;width:100%}@media screen and (max-width:47.9375em){.wysiwyg img{margin:2.4rem 0}}.wysiwyg a{word-wrap:break-word;color:#010963;font-weight:700}.wysiwyg a:hover{-webkit-text-decoration:underline;text-decoration:underline}.wysiwyg a u{-webkit-text-decoration:none;text-decoration:none}.wysiwyg ol,.wysiwyg ul{margin:4.5rem 0}@media screen and (max-width:47.9375em){.wysiwyg ol,.wysiwyg ul{margin:2.4rem 0}}.wysiwyg ol li,.wysiwyg ul li{font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 3.2rem}@media screen and (max-width:47.9375em){.wysiwyg ol li,.wysiwyg ul li{font-size:1.6rem;line-height:2.6rem;margin:0 0 1.6rem}}.wysiwyg ol li:last-child,.wysiwyg ul li:last-child{margin:0}.wysiwyg ol li p,.wysiwyg ul li p{display:block}.wysiwyg ol li ol,.wysiwyg ol li>ul,.wysiwyg ul li ol,.wysiwyg ul li>ul{padding:0 0 0 3.2rem}.wysiwyg ul li{padding:0 0 0 2.4rem;position:relative}.wysiwyg ul li:before{border:.2rem solid #0d5b56;border-radius:50%;content:"";display:inline-block;height:.8rem;left:0;margin:0 1.6rem 0 0;position:absolute;top:1.1rem;width:.8rem}.wysiwyg ul li p{margin:0}.wysiwyg ol{counter-reset:counter}.wysiwyg ol li:before{color:#0d5b56;content:counters(counter,".") ".";counter-increment:counter;display:inline-block;font-weight:700;margin:0 1.6rem 0 0}.wysiwyg blockquote{font-size:2rem;font-weight:600;line-height:3.2rem;margin:4.5rem 0;padding:5.6rem 0 0;position:relative}@media screen and (max-width:47.9375em){.wysiwyg blockquote{margin:2.4rem 0}}.wysiwyg blockquote:before{background-image:url(/wp-content/themes/northern-horizon-new/public/images/quote.b41af9.svg);background-position:0;background-size:contain;content:"";height:2.4rem;left:0;position:absolute;top:0;width:3.6rem}.wysiwyg blockquote p{font-size:2rem;font-weight:600;line-height:3.2rem;margin:0}.wysiwyg #gnw_attachments_section-header,.wysiwyg #gnw_attachments_section-items{display:none}.table-wrap{margin:4.5rem 0;max-width:100%;width:100%}@media screen and (max-width:47.9375em){.table-wrap{margin:2.4rem 0}}.table-wrap .simplebar-track.simplebar-horizontal{background-color:#fff;bottom:0;padding:1.6rem 0;position:sticky}.table-wrap .simplebar-track.simplebar-horizontal:after{background-color:#f2f4f8;content:"";height:.3rem;left:0;position:absolute;top:calc(50% - .15rem);width:100%;z-index:-1}.table-wrap .simplebar-track.simplebar-horizontal .simplebar-scrollbar{top:calc(50% - .15rem)}table{border:none;border-collapse:separate!important;border-spacing:0;font-size:2rem;font-weight:400;line-height:3.2rem;max-width:100%;min-width:100%;width:100%}@media screen and (max-width:47.9375em){table{max-width:none!important;min-width:100%;width:-moz-max-content!important;width:max-content!important}}table p{font-size:2rem;font-weight:400;line-height:3.2rem;margin:2.4rem 0!important}@media screen and (max-width:47.9375em){table p{font-size:1.6rem!important;line-height:2.6rem!important;margin:1.6rem 0!important}}table tbody tr,table thead tr{height:auto!important}table tbody tr td,table tbody tr th,table thead tr td,table thead tr th{border:none!important;font-size:1.8rem;font-weight:400;line-height:3rem;padding:1.6rem}@media screen and (max-width:47.9375em){table tbody tr td,table tbody tr th,table thead tr td,table thead tr th{font-size:1.6rem;line-height:2.6rem}}table tbody tr td:last-child,table tbody tr th:last-child,table thead tr td:last-child,table thead tr th:last-child{border-right:0;padding-right:0}table tbody tr td:first-child,table tbody tr th:first-child,table thead tr td:first-child,table thead tr th:first-child{padding-left:0}table tbody tr:last-child td,table thead tr:last-child td{border-bottom:0}table thead tr td,table thead tr th{font-weight:600}@media screen and (max-width:47.9375em){table thead tr td,table thead tr th{max-width:30rem}}table tbody tr td,table tbody tr th{border-bottom:.1rem solid rgba(224,228,236,.7)!important;height:auto!important}@media screen and (max-width:47.9375em){table tbody tr td,table tbody tr th{max-width:30rem}}.attachment{margin:3.2rem auto;max-width:80rem}@media screen and (max-width:47.9375em){.attachment{margin:2.4rem auto}}.attachment__wrap{display:flex;justify-content:flex-start}.attachment__item{align-items:center;display:flex}.attachment__item:hover .attachment__item__icon{background-color:#010963}.attachment__item:hover svg path{stroke:#fff}.attachment__item__icon{align-items:center;background-color:#f2f4f8;border-radius:50%;display:flex;flex:none;height:7.2rem;justify-content:center;margin:0 2.4rem 0 0;transition:background-color .3s cubic-bezier(.25,.46,.45,.94);width:7.2rem}@media screen and (max-width:47.9375em){.attachment__item__icon{height:5.6rem;margin:0 1.2rem 0 0;width:5.6rem}}.attachment__item h3{color:#161531;font-size:2rem;font-weight:700;line-height:3.2rem;text-decoration-line:underline}@media screen and (max-width:47.9375em){.attachment__item h3{font-size:1.6rem;line-height:2.6rem}}.attachment__item svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.attachment__item p{color:#161531;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:.8rem 0 0}.contact-us-section{margin:14rem 0;position:relative;z-index:1}@media screen and (max-width:64em){.contact-us-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.contact-us-section{margin:6rem 0}}.contact-us-section__el{bottom:-14rem;position:absolute;right:0;z-index:-2}@media screen and (max-width:64em){.contact-us-section__el{display:none}}.contact-us-section h2{text-align:center}@media screen and (max-width:47.9375em){.contact-us-section h2{text-align:left}}.contact-us-section__title{margin:3.2rem 0 0;text-align:center}@media screen and (max-width:47.9375em){.contact-us-section__title{margin:1.6rem 0 0;text-align:left}}.contact-us-section__wrap{margin:8rem 0 0}@media screen and (max-width:64em){.contact-us-section__wrap{display:flex;flex-wrap:wrap;justify-content:center;margin:6rem -1.9rem -6rem}}@media screen and (max-width:47.9375em){.contact-us-section__wrap{margin:2.4rem 0 0}}.contact-us-section__wrap--start-left .contact-us-section__item__image:before{left:0;right:auto}.contact-us-section__wrap--start-left .contact-us-section__item__left{order:2;padding:0 0 0 3rem}@media screen and (max-width:64em){.contact-us-section__wrap--start-left .contact-us-section__item__left{order:2;padding:0}}.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:0;padding:0 0 0 10rem}@media screen and (max-width:64em){.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:2;padding:0}}.contact-us-section__wrap--start-left .contact-us-section__item:nth-child(2n) .contact-us-section__item__image:before{left:auto;right:0}.contact-us-section__item{align-items:center;display:flex;margin:0 0 14rem;text-align:left}@media screen and (max-width:64em){.contact-us-section__item{flex-direction:column;margin:0 0 6rem;padding:0 1.9rem;width:50%}}@media screen and (max-width:47.9375em){.contact-us-section__item{margin:0 0 4rem;padding:0;width:100%}}.contact-us-section__item:nth-child(2n) .contact-us-section__item__left{order:2;padding:0 0 0 3rem}@media screen and (max-width:64em){.contact-us-section__item:nth-child(2n) .contact-us-section__item__left{padding:0}}.contact-us-section__item:nth-child(2n) .contact-us-section__item__image:before{left:0;right:auto}.contact-us-section__item:last-child{margin:0}@media screen and (max-width:64em){.contact-us-section__item:last-child{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.contact-us-section__item:last-child{margin:0}}.contact-us-section__item__left{padding:0 0 0 10rem;width:43.1%}@media screen and (max-width:64em){.contact-us-section__item__left{margin:2.4rem 0 0;order:2;padding:0;width:100%}}.contact-us-section__item__left h2{text-align:left}@media screen and (max-width:64em){.contact-us-section__item__left h2{font-size:3.6rem;line-height:4.6rem}}@media screen and (max-width:47.9375em){.contact-us-section__item__left h2{font-size:2.4rem;line-height:3.2rem}}.contact-us-section__item__left p{margin:2.4rem 0 0}@media screen and (max-width:64em){.contact-us-section__item__left p{margin:.8rem 0 0}}.contact-us-section__item__left__info{margin:4rem 0 0}@media screen and (max-width:64em){.contact-us-section__item__left__info{margin:2.4rem 0 0}}.contact-us-section__item__left__info__item{display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}@media screen and (max-width:64em){.contact-us-section__item__left__info__item{margin:0 0 1.6rem}}.contact-us-section__item__left__info__item a{color:#161531}.contact-us-section__item__left__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:47.9375em){.contact-us-section__item__left__info__item a{font-size:1.6rem;line-height:2.6rem;-webkit-text-decoration:underline;text-decoration:underline}}.contact-us-section__item__left__info__item:last-child{margin:0}.contact-us-section__item__left__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.contact-us-section__item__left__info__item svg path{stroke:#161531}.contact-us-section__item__right{width:56.9%}@media screen and (max-width:64em){.contact-us-section__item__right{width:100%}}.contact-us-section__item__image{position:relative}@media screen and (max-width:64em){.contact-us-section__item__image{background-color:#f2f4f8}}.contact-us-section__item__image:before{background-color:#f2f4f8;content:"";height:100%;position:absolute;right:0;top:0;width:calc(100% + 10.3rem);z-index:-1}@media screen and (max-width:64em){.contact-us-section__item__image:before{display:none}}.contact-us-section__item__image:after{content:"";display:block;padding-bottom:86.7%}@media screen and (max-width:64em){.contact-us-section__item__image:after{padding-bottom:76.28%}}.contact-us-section__item__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;width:100%}.quote-case-section{margin-bottom:9rem}@media screen and (max-width:47.9375em){.quote-case-section{margin-bottom:4rem;margin-top:4rem}}.quote-case-section .contact-us-section__item__right{width:50%}@media screen and (max-width:47.9375em){.quote-case-section .contact-us-section__item__right{display:none}}.quote-case-section .contact-us-section__item__image:before{display:none}@media screen and (max-width:47.9375em){.quote-case-section .contact-us-section__item__image{display:none}}.quote-case-section__wrap{align-items:flex-end;display:flex}.quote-case-section .quote-case{background-color:#f2f4f8;flex-basis:0;flex-grow:1;margin-left:-2px;max-width:48rem;padding:5.5rem 4.4rem 5.5rem .2rem;position:relative}.quote-case-section .quote-case:before{background-color:#f2f4f8;content:"";height:100%;position:absolute;right:100%;top:0;width:65%;z-index:-1}@media screen and (max-width:64em){.quote-case-section .quote-case:before{width:100%}}@media screen and (max-width:47.9375em){.quote-case-section .quote-case:before{display:none}}.quote-case-section .quote-case svg{margin-bottom:3.2rem}.quote-case-section .quote-case h5{margin-top:4rem}.quote-case-section .quote-case .d3{margin-top:.4rem}.quote-case-section .quote-case__person-data{display:flex}.quote-case-section .quote-case__person-data__image{display:none}.quote-case-section .quote-case__person-data__image img{background:#fff;border-radius:100%;height:6.4rem;-o-object-fit:cover;object-fit:cover;width:6.4rem}@media screen and (max-width:47.9375em){.quote-case-section .quote-case__person-data__image{align-items:center;display:flex;margin-right:1.6rem}.quote-case-section .quote-case__person-data{margin-top:2.4rem}.quote-case-section .quote-case__person-data h5{margin-top:0}.quote-case-section .quote-case{max-width:100%;padding:6rem 2.4rem}}.not-found{padding:2rem 0 14rem;position:relative;text-align:center}@media screen and (max-width:47.9375em){.not-found{padding:6rem 0}}.not-found svg{height:10.2rem;margin:0 auto;width:auto}.not-found h1{font-size:10.2rem;font-weight:600;line-height:12.9rem;margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.not-found h1{font-size:7rem;line-height:7rem}}.not-found p{font-size:1.6rem;font-weight:400;line-height:2.6rem;margin:2.4rem auto 0;max-width:48rem}@media screen and (max-width:47.9375em){.not-found p{font-size:1.6rem;line-height:2.6rem}}.not-found .btn-wrap{justify-content:center;margin:4rem 0 0}@media screen and (max-width:47.9375em){.not-found .btn-wrap{margin:3.2rem 0 0}}.not-found__el{bottom:4.5rem;left:0;position:absolute}@media screen and (max-width:47.9375em){.not-found__el{display:none}}.not-found__el svg{height:auto;width:20.7rem}.not-found__el2{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.not-found__el2{display:none}}.not-found__el2 svg{height:auto;width:26.6rem}.page-content{margin:0 0 14rem}@media screen and (max-width:64em){.page-content{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.page-content{margin:0 0 6rem}}.page-content__wrap{margin:0 auto;max-width:80rem}.page-content__title{margin:0 0 8rem}@media screen and (max-width:64em){.page-content__title{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.page-content__title{margin:0 0 4rem}}.swiper-scrollbar-wrap{display:none;margin:3.2rem 0 0}@media screen and (max-width:47.9375em){.swiper-scrollbar-wrap{display:block}}.swiper-scrollbar-wrap .swiper-custom-scrollbar{background-color:#e0e4ec;height:.3rem;margin:0 auto;max-width:12rem;width:100%}.swiper-scrollbar-wrap .swiper-custom-scrollbar .swiper-scrollbar-drag{background-color:#010963;border-radius:0}.swiper-scrollbar-wrap--dark .swiper-custom-scrollbar{background:rgba(3,75,153,.07)}.swiper-scrollbar-wrap--dark .swiper-custom-scrollbar .swiper-scrollbar-drag{background-color:#161531}.no-search-results{align-items:center;display:flex;flex-direction:column;margin:6.4rem 0 0;text-align:center;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.no-search-results{margin:6rem 0 0}}.no-search-results.is-loading{opacity:.4}.no-search-results svg{width:12.8rem}.no-search-results h3{margin:4rem 0 0}.no-search-results p{margin:1.6rem 0 0}.homepage-hero__wrap{align-items:center;display:flex;margin:0 -2.9rem}@media screen and (max-width:64em){.homepage-hero__wrap{flex-direction:column;margin:0}}.homepage-hero__left{padding:0 2.9rem;width:68.42%}@media screen and (max-width:64em){.homepage-hero__left{padding:0;width:100%}}.homepage-hero__right{padding:0 2.9rem;text-align:right;width:31.58%}@media screen and (max-width:64em){.homepage-hero__right{margin:1.6rem 0 0;padding:0;text-align:left;width:100%}}.homepage-hero__socials{align-items:center;display:flex;justify-content:flex-end;margin:2.4rem 0 0}.homepage-hero__socials p{margin-right:.8rem}@media screen and (max-width:64em){.homepage-hero__socials{justify-content:flex-start}}.homepage-hero__socials__item{align-items:center;border:.2rem solid rgba(224,228,236,.5);border-radius:50%;display:flex;height:4.8rem;justify-content:center;margin:0 1.2rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.homepage-hero__socials__item:last-child{margin:0}.homepage-hero__socials__item:hover{border:.2rem solid #161531}.homepage-hero__socials__item svg path{fill:#161531}.assets-slider,.latest-news{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.assets-slider,.latest-news{margin:8rem 0}}@media screen and (max-width:47.9375em){.assets-slider,.latest-news{margin:6rem 0}}.assets-slider--with-background,.latest-news--with-background{background-color:#f2f4f8;margin:0;padding:14rem 0}@media screen and (max-width:64em){.assets-slider--with-background,.latest-news--with-background{padding:8rem 0}}@media screen and (max-width:47.9375em){.assets-slider--with-background,.latest-news--with-background{padding:6rem 0}}.assets-slider__head,.latest-news__head{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.assets-slider__head,.latest-news__head{align-items:flex-start;flex-direction:column}}.assets-slider__head h2,.latest-news__head h2{max-width:60rem}.assets-slider__head__block p,.latest-news__head__block p{margin-top:1.8rem}@media screen and (max-width:64em){.assets-slider__nav,.latest-news__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.assets-slider__nav,.latest-news__nav{display:none}}.assets-slider__slider,.latest-news__slider{margin:8rem 0 0}@media screen and (max-width:64em){.assets-slider__slider,.latest-news__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.assets-slider__slider,.latest-news__slider{margin:2.4rem 0 0}}.assets-slider__slider .swiper,.latest-news__slider .swiper{display:flex;overflow:visible}.assets-slider__slider .swiper .swiper-wrapper,.latest-news__slider .swiper .swiper-wrapper{width:auto}.assets-slider__slide,.latest-news__slide{display:block;position:relative}@media screen and (min-width:48em){.assets-slider__slide:hover .assets-slider__slide__image:after,.assets-slider__slide:hover .latest-news__slide__image:after,.latest-news__slide:hover .assets-slider__slide__image:after,.latest-news__slide:hover .latest-news__slide__image:after{opacity:1}.assets-slider__slide:hover .assets-slider__slide__image img,.assets-slider__slide:hover .latest-news__slide__image img,.latest-news__slide:hover .assets-slider__slide__image img,.latest-news__slide:hover .latest-news__slide__image img{transform:scale(1.05)}}.assets-slider__slide .label,.latest-news__slide .label{left:1.6rem;position:absolute;top:1.6rem}.assets-slider__slide h3,.latest-news__slide h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#161531;display:-webkit-box;margin:4rem 0 0;max-width:35rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:47.9375em){.assets-slider__slide h3,.latest-news__slide h3{margin:2.4rem 0 0}}.assets-slider__slide p,.latest-news__slide p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#161531;display:-webkit-box;margin:1.6rem 0 0;overflow:hidden;text-overflow:ellipsis}.assets-slider__slide__image,.latest-news__slide__image{overflow:hidden;position:relative}.assets-slider__slide__image:after,.latest-news__slide__image:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.assets-slider__slide__image img,.latest-news__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.assets-slider__slide__view,.latest-news__slide__view{background-color:#f1f4f8;display:block}.assets-slider__slide__view:hover svg,.latest-news__slide__view:hover svg{transform:translateX(.6rem)}.assets-slider__slide__view:after,.latest-news__slide__view:after{content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.assets-slider__slide__view__text,.latest-news__slide__view__text{align-items:center;display:flex;height:100%;justify-content:center;padding:2rem;position:absolute;width:100%}.assets-slider__slide__view__text p,.latest-news__slide__view__text p{font-size:1.6rem;font-weight:700;line-height:2.6rem;margin:0}.assets-slider__slide__view__text svg,.latest-news__slide__view__text svg{flex:none;margin:0 0 0 1.2rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.assets-slider__slide__view__text svg path,.latest-news__slide__view__text svg path{fill:#161531}.assets-slider__slide__date,.latest-news__slide__date{align-items:center;display:flex;margin:2.4rem 0 0}@media screen and (max-width:47.9375em){.assets-slider__slide__date,.latest-news__slide__date{margin:1.6rem 0 0}}.assets-slider__slide__date time,.latest-news__slide__date time{color:#161531}.assets-slider__slide__date svg,.latest-news__slide__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.assets-slider .btn-wrap,.latest-news .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.assets-slider .btn-wrap,.latest-news .btn-wrap{margin:3.2rem 0 0}}.properties-slider{background-color:#f2f4f8;margin:18.8rem 0 0;padding:14rem 0}@media screen and (max-width:47.9375em){.properties-slider{margin:9.2rem 0 0;padding:6rem 0}}.properties-slider__content{align-items:center;display:flex;justify-content:space-between;margin:0 -1.6rem}.properties-slider__left{padding:0 1.6rem;width:100%;z-index:2}@media screen and (max-width:64em){.properties-slider__left{width:100%}}.properties-slider__left p{color:#161531;margin-top:4rem}@media screen and (max-width:47.9375em){.properties-slider__left p{font-size:1.6rem;line-height:2.6rem;margin-top:1.6rem}}.properties-slider__right{margin:4.8rem -1.6rem 0;position:relative;width:100%;z-index:1}@media screen and (max-width:64em){.properties-slider__right{margin:6rem 0 0;width:100%}}@media screen and (max-width:47.9375em){.properties-slider__right{margin:2.4rem 0 0}}.properties-slider__right:before{background-color:#f2f4f8;content:"";height:150%;position:absolute;right:calc(100% - 1.6rem);top:50%;transform:translateY(-50%);width:100vw;z-index:2}@media screen and (max-width:64em){.properties-slider__right:before{display:none}}.properties-slider__slider .swiper{display:flex;overflow:visible}.properties-slider__slider .swiper .swiper-wrapper{width:auto}.properties-slider__slide{filter:drop-shadow(0 4px 32px rgba(0,0,0,.06))}@media screen and (min-width:48em){.properties-slider__slide:hover .properties-slider__slide__image:before{opacity:1}.properties-slider__slide:hover .properties-slider__slide__image img{transform:scale(1.05)}}.properties-slider__slide__image{overflow:hidden;position:relative;z-index:-1}.properties-slider__slide__image:before{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:130.208%;position:relative;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}@media screen and (max-width:47.9375em){.properties-slider__slide__image:before{padding-bottom:115.78947368%}}.properties-slider__slide__image:after{background:linear-gradient(180deg,hsla(0,0%,7%,0) 35.22%,hsla(0,0%,7%,.339) 53.39%,hsla(0,0%,7%,.72) 79%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.properties-slider__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.properties-slider__slide__info{bottom:4rem;left:4rem;padding:0 2rem 0 0;position:absolute;z-index:1}@media screen and (max-width:47.9375em){.properties-slider__slide__info{left:2.4rem}}.properties-slider__slide__info h3{color:#fff}.properties-slider__slide__info__bottom{align-items:flex-start;display:flex;flex-wrap:wrap;margin:0 0 -1.6rem}.properties-slider__slide__info__item{color:#fff;display:flex;font-size:1.6rem;font-weight:400;line-height:1.6rem;margin:1.6rem 2.4rem 0 0}.properties-slider__slide__info__item:last-child{margin:1.6rem 0 0}.properties-slider__slide__info__item svg{margin:0 1.2rem 0 0}.properties-slider__nav{padding-right:1.6rem}@media screen and (max-width:64em){.properties-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider__nav{display:none}}.properties-slider .btn-wrap{justify-content:center;margin-top:6rem}.text-block-with-image{margin:14rem 0}@media screen and (max-width:64em){.text-block-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.text-block-with-image{margin:6rem 0}}.text-block-with-image:first-child{margin-top:0}.text-block-with-image--bigger-margin{margin:14rem 0 19rem}@media screen and (max-width:64em){.text-block-with-image--bigger-margin{margin:8rem 0 10rem}}@media screen and (max-width:47.9375em){.text-block-with-image--bigger-margin{margin:6rem 0 9rem}}.text-block-with-image__header{margin-bottom:14rem;text-align:center}@media screen and (max-width:64em){.text-block-with-image__header{margin-bottom:6rem}}@media screen and (max-width:47.9375em){.text-block-with-image__header{margin-bottom:4rem;text-align:left}}.text-block-with-image--image-right .text-block-with-image__left{order:2}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image{left:0;right:auto}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-6.4rem;left:-6.4rem;right:auto}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-4rem;left:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom:before{bottom:-2.4rem;left:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-6.4rem;left:-6.4rem;right:auto}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-4rem;left:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--bottom-wide:before{bottom:-2.4rem;left:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-6.4rem;right:auto;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top:before{left:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{left:auto;right:-6.4rem;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{right:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{left:auto;right:-6.4rem;top:-6.4rem}@media screen and (max-width:64em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{right:-4rem;top:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--full-size-wide:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image--image-right .text-block-with-image__left .text-block-with-image__image--el--top-small:before{left:auto;right:-11.2rem}.text-block-with-image--image-right .text-block-with-image__image-text{left:-4.8rem;right:auto}.text-block-with-image__content{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.text-block-with-image__content{flex-direction:column}}.text-block-with-image__image-text{background-color:#010963;bottom:-4.8rem;color:#fff;max-width:35.9rem;padding:4rem;position:absolute;right:-4.8rem;z-index:2}@media screen and (max-width:64em){.text-block-with-image__image-text{bottom:-4rem;right:-4rem}}@media screen and (max-width:47.9375em){.text-block-with-image__image-text{bottom:-3.2rem;font-size:1.6rem;font-weight:600;line-height:2.4rem;max-width:25.3rem;padding:2.5rem 4rem;right:-2.4rem}}.text-block-with-image__image-text__green{background-color:#0d5b56}.text-block-with-image__image-wrap{position:relative}.text-block-with-image__image-wrap:after{content:"";display:block;padding-bottom:146.09375%}@media screen and (max-width:64em){.text-block-with-image__image-wrap:after{padding-bottom:112.82051282%}}.text-block-with-image__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.text-block-with-image__image{width:100%}}.text-block-with-image__image--el{z-index:-1}.text-block-with-image__image--el:before{background-color:#f2f4f8;content:"";position:absolute}.text-block-with-image__image--el--bottom:before{bottom:-6.4rem;height:80.7142%;right:-6.4rem;width:52.7778%}@media screen and (max-width:64em){.text-block-with-image__image--el--bottom:before{bottom:-4rem;height:83.81%;right:-4rem;width:81.73%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--bottom:before{bottom:-2.4rem;right:-2.4rem}}.text-block-with-image__image--el--bottom-wide:before{bottom:-6.4rem;height:69.6428%;right:-6.4rem;width:72.839%}@media screen and (max-width:64em){.text-block-with-image__image--el--bottom-wide:before{bottom:-4rem;height:73.75%;right:-4rem;width:81.73%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--bottom-wide:before{bottom:-2.4rem;right:-2.4rem}}.text-block-with-image__image--el--top:before{height:80.7142%;right:-6.4rem;top:-6.4rem;width:95.16%}@media screen and (max-width:64em){.text-block-with-image__image--el--top:before{height:83.81%;right:-4rem;top:-4rem;width:72.44%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--top:before{right:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--full-size:before{height:calc(100% + 14rem);left:-6.4rem;top:-6.4rem;width:calc(50% + 6.4rem)}@media screen and (max-width:64em){.text-block-with-image__image--el--full-size:before{height:calc(100% + 8rem);left:-4rem;top:-4rem;width:35.256%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--full-size:before{height:calc(100% + 4.8rem);left:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 14rem);left:-6.4rem;top:-6.4rem;width:calc(64.51613% + 6.4rem)}@media screen and (max-width:64em){.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 8rem);left:-4rem;top:-4rem;width:35.256%}}@media screen and (max-width:47.9375em){.text-block-with-image__image--el--full-size-wide:before{height:calc(100% + 4.8rem);left:-2.4rem;top:-2.4rem}}.text-block-with-image__image--el--top-small:before{height:26.4rem;left:-11.2rem;top:-13rem;width:22.4rem}@media screen and (max-width:64em){.text-block-with-image__image--el--top-small:before{display:none}}.text-block-with-image__left{max-width:38.1rem;position:relative;width:50%}@media screen and (max-width:64em){.text-block-with-image__left{margin:8rem 0 0;max-width:100%;order:2;width:100%}}@media screen and (max-width:47.9375em){.text-block-with-image__left{margin:4rem 0 0}}.text-block-with-image__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.text-block-with-image__left .text-block-with-image__right__additional{display:none}@media screen and (max-width:64em){.text-block-with-image__left .text-block-with-image__right__additional{display:block}}.text-block-with-image__right{width:50%}@media screen and (max-width:64em){.text-block-with-image__right{width:100%}}@media screen and (max-width:47.9375em){.text-block-with-image__right .mobile-small-title{font-size:2.4rem;line-height:3.2rem}}.text-block-with-image__right p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right p{margin:1.6rem 0 0}}@media screen and (max-width:64em){.text-block-with-image__right .text-block-with-image__right__additional{display:none}}.text-block-with-image__right .btn-wrap{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right .btn-wrap{margin:2.4rem 0 0}}.text-block-with-image__right__additional{margin:8rem 0 0}@media screen and (max-width:64em){.text-block-with-image__right__additional{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.text-block-with-image__right__additional{margin:6rem 0 0}}.text-block-with-image__right__additional p{font-size:1.4rem;font-weight:400;line-height:2.2rem;margin:1.6rem 0 0}.text-block-with-image__right__additional__disclaimer{border-top:.1rem solid #f2f4f8;color:rgba(22,21,49,.5);margin:1.6rem 0 0;padding:1.6rem 0 0}.text-block-with-image__right__additional__content{display:flex;margin-top:4rem}.text-block-with-image__right__additional__block{border-left:1px solid #e0e4ec;margin-left:4.6rem;padding-left:4.6rem}.text-block-with-image__right__additional__block:first-child{border-left:0;margin-left:0;padding-left:0}.text-block-with-image__right__additional__block .d2{font-size:1.6rem;font-weight:400;line-height:2.6rem;margin-top:.8rem}.text-block-with-image__right__additional__block .d2.d2-bold{color:#0d5b56;font-size:2rem;font-weight:700;line-height:3.2rem;margin-top:0}.text-block-with-image__right__stars{margin:4rem 0 0}@media screen and (max-width:47.9375em){.text-block-with-image__right__stars{margin:3.2rem 0 2.4rem}}.text-block-with-image__right__stars__wrap{display:flex;margin:0 0 1.6rem}.text-block-with-image__right__stars__wrap svg{margin:0 1rem 0 0}.text-block-with-image__right__stars__wrap svg:last-child{margin:0}.text-block-with-image__right__stars:before{border-top:.1rem solid #e0e4ec;content:"";display:block;padding:0 0 4rem;width:3.2rem}@media screen and (max-width:47.9375em){.text-block-with-image__right__stars:before{padding:0 0 3.2rem}}.text-block-with-image__right__stars p{margin:0}.text-block-with-image__content__equal .text-block-with-image__left{max-width:100%}.text-block-with-image__content__equal .text-block-with-image__image{width:100%}.text-block-with-image__content__equal .text-block-with-image__image-wrap:after{padding-bottom:90.1360544218%}.additional__text__link a{color:#4090e7;-webkit-text-decoration:underline;text-decoration:underline}@media screen and (max-width:47.9375em){.first-fund{margin-top:0}.first-fund .text-block-with-image__content{border-top:1px solid #e0e4ec;margin-top:3.2rem;padding-top:3.2rem}.fund__content{flex-direction:column;margin-top:2.4rem}.fund__content__item{border-left:0;margin-left:0;padding-bottom:1.6rem;padding-left:0}.fund__content__item:not(:first-child){border-top:1px solid #e0e4ec;padding:1.6rem 0}.fund__content__item:last-child{padding-bottom:0}}.quote{margin:14rem 0}@media screen and (max-width:64em){.quote{margin:8rem 0}}@media screen and (max-width:47.9375em){.quote{margin:6rem 0}.quote .container{padding:0}}.quote__background svg{height:calc(100% - 3.6rem);position:absolute;width:auto;z-index:-1}.quote__background svg:first-child{bottom:0;left:0}@media screen and (max-width:47.9375em){.quote__background svg:first-child{display:none}}.quote__background svg:nth-child(2){bottom:0;right:0}@media screen and (max-width:47.9375em){.quote__background svg:nth-child(2){display:none}}.quote__background svg:nth-child(3){bottom:0;display:none;right:0}@media screen and (max-width:47.9375em){.quote__background svg:nth-child(3){display:block;height:40%}}.quote__wrap{align-items:center;background-color:#0d5b56;display:flex;flex-direction:column;justify-content:center;padding:6rem 2.4rem;position:relative;text-align:center;z-index:1}@media screen and (max-width:64em){.quote__wrap{padding:8rem 2.4rem}}@media screen and (max-width:47.9375em){.quote__wrap{align-items:flex-start;padding:6rem 2.4rem;text-align:left}}.quote__wrap>svg{width:3.6rem}.quote__wrap h2{color:#fff;font-size:2.4rem;font-style:italic;font-weight:300;line-height:3.6rem;margin:6rem 0 0;max-width:74.3rem}@media screen and (max-width:47.9375em){.quote__wrap h2{font-size:1.6rem;line-height:2.6rem;margin-top:2.4rem;text-align:left}}.quote__wrap p{color:#fff;font-size:1.6rem;font-weight:400;line-height:2.6rem;margin-top:1.6rem}.quote__wrap p.author{font-size:2.4rem;font-weight:700;line-height:3.2rem;margin-top:6rem}@media screen and (max-width:47.9375em){.quote__wrap p.author{font-size:2rem;line-height:3.2rem;margin-top:4rem}}.facts-list{margin:12rem 0}@media screen and (max-width:64em){.facts-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-list{margin:6rem 0}}.facts-list .section-header{margin-bottom:9.2rem}@media screen and (max-width:47.9375em){.facts-list .section-header{margin-bottom:3.2rem}}.facts-list__wrap{display:flex;flex-wrap:wrap;margin:-3.2rem -4.8rem 0}@media screen and (max-width:47.9375em){.facts-list__wrap{margin:-2.4rem 0 0}}.facts-list__col{padding:0 4.8rem;width:50%}@media screen and (max-width:64em){.facts-list__col{width:100%}}@media screen and (max-width:47.9375em){.facts-list__col{padding:0}}.facts-list__item{align-items:center;border-bottom:.1rem solid #e4e4e4;display:flex;justify-content:space-between;padding:3.2rem 0}@media screen and (max-width:47.9375em){.facts-list__item{align-items:flex-start;flex-direction:column;padding:2.4rem 0}}.facts-list__item__left{align-items:center;display:flex}.facts-list__item__left img{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.facts-list__item__right{max-width:31rem;padding:0 0 0 1.6rem;text-align:right}@media screen and (max-width:47.9375em){.facts-list__item__right{margin:.4rem 0 0;padding:0 0 0 4rem;text-align:left}}.link-blocks{margin:14rem 0}@media screen and (max-width:64em){.link-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks{margin:6rem 0}}.link-blocks h2{text-align:center}@media screen and (max-width:64em){.link-blocks h2{text-align:left}}.link-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.6rem -1.6rem}@media screen and (max-width:64em){.link-blocks__wrap{margin:6rem -1.6rem -1.6rem}}@media screen and (max-width:47.9375em){.link-blocks__wrap{margin:2.4rem 0 0}}.link-blocks__item-wrap{margin:0 0 1.6rem;padding:0 1.6rem;width:50%}@media screen and (max-width:64em){.link-blocks__item-wrap{width:100%}}@media screen and (max-width:47.9375em){.link-blocks__item-wrap{padding:0}.link-blocks__item-wrap:last-child{margin:0}}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item{background-color:#f2f4f8}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item__arrow svg path{fill:#161531}.link-blocks__item-wrap:nth-child(4n+1) .link-blocks__item__arrow__hover svg path{fill:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item{background-color:#010963;color:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+2) .link-blocks__item__arrow__hover svg path{fill:#161531}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item{background-color:#0d5b56;color:#fff}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover svg path{fill:#161531}@media screen and (max-width:64em){.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item{background-color:#fff;color:#161531}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow svg path{fill:#161531}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover{background-color:#010963}.link-blocks__item-wrap:nth-child(4n+3) .link-blocks__item__arrow__hover svg path{fill:#fff}}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow svg path{fill:#161531}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover svg path{fill:#fff}@media screen and (max-width:64em){.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item{background-color:#0d5b56;color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow svg path{fill:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover{background-color:#fff}.link-blocks__item-wrap:nth-child(4n+4) .link-blocks__item__arrow__hover svg path{fill:#161531}}.link-blocks__item{align-items:flex-start;color:#161531;display:flex;flex-direction:column;height:100%;padding:4.5rem 7.2rem;width:100%}@media screen and (max-width:47.9375em){.link-blocks__item{padding:2.4rem}}.link-blocks__item--grey{background-color:#f2f4f8!important;color:#161531!important}.link-blocks__item--grey .link-blocks__item__arrow svg path{fill:#161531!important}.link-blocks__item--grey .link-blocks__item__arrow__hover{background-color:#010963!important}.link-blocks__item--grey .link-blocks__item__arrow__hover svg path{fill:#fff!important}.link-blocks__item img{height:5.9rem;margin:0 0 2rem;width:auto}.link-blocks__item p{margin:2.4rem 0 4rem}@media screen and (max-width:47.9375em){.link-blocks__item p{margin:1.6rem 0 1.8rem}}.link-blocks__item:hover .link-blocks__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.link-blocks__item:hover .link-blocks__item__arrow__hover svg{transform:translateY(-50%)}.link-blocks__item__arrow{margin:auto 0 0;position:relative}.link-blocks__item__arrow svg{width:2.1rem}.link-blocks__item__arrow__hover{align-items:center;background-color:#010963;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.link-blocks__item__arrow__hover__test{background-color:red;border-radius:50%;height:100%;width:100%}.link-blocks__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.board-blocks{margin:14rem 0}@media screen and (max-width:64em){.board-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.board-blocks{margin:6rem 0}}.board-blocks h2{text-align:center}@media screen and (max-width:64em){.board-blocks h2{text-align:left}}.board-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.6rem -1.6rem}@media screen and (max-width:64em){.board-blocks__wrap{margin:6rem -1.6rem -1.6rem}}@media screen and (max-width:47.9375em){.board-blocks__wrap{margin:2.4rem 0 0}}.board-blocks__item-wrap{margin:0 0 3.2rem;padding:0 1.6rem;width:50%}@media screen and (max-width:64em){.board-blocks__item-wrap{width:100%}}@media screen and (max-width:47.9375em){.board-blocks__item-wrap{margin:0 0 1.6rem;padding:0}.board-blocks__item-wrap:last-child{margin:0}}.board-blocks__item-wrap:nth-child(4n+1) .board-blocks__item{background-color:#fff}@media screen and (max-width:47.9375em){.board-blocks__item-wrap:nth-child(4n+1) .board-blocks__item{background-color:#0d5b56;color:#fff}}.board-blocks__item-wrap:nth-child(4n+2) .board-blocks__item{background-color:#0d5b56;color:#fff}@media screen and (max-width:47.9375em){.board-blocks__item-wrap:nth-child(4n+2) .board-blocks__item{background-color:#fff;color:#161531}}.board-blocks__item-wrap:nth-child(4n+3) .board-blocks__item{background-color:#161531;color:#fff}.board-blocks__item-wrap:nth-child(4n+4) .board-blocks__item{background-color:#f2f4f8}.board-blocks__item{align-items:flex-start;color:#161531;display:flex;flex-direction:column;height:100%;padding:4rem 3.2rem;width:100%}@media screen and (max-width:47.9375em){.board-blocks__item{padding:2.4rem}}.board-blocks__item--grey{background-color:#f2f4f8!important;color:#161531!important}.board-blocks__item--grey .board-blocks__item__arrow svg path{fill:#161531!important}.board-blocks__item--grey .board-blocks__item__arrow__hover{background-color:#010963!important}.board-blocks__item--grey .board-blocks__item__arrow__hover svg path{fill:#fff!important}.board-blocks__item img{height:5.9rem;margin:0 0 2rem;width:auto}.board-blocks__item p:not(.d3){margin:1.6rem 0 2.4rem}@media screen and (max-width:47.9375em){.board-blocks__item p:not(.d3){margin:1.6rem 0 1.8rem}}.board-blocks__item:hover .board-blocks__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.board-blocks__item:hover .board-blocks__item__arrow__hover svg{transform:translateY(-50%)}.board-blocks__item__arrow{margin:auto 0 0;position:relative}.board-blocks__item__arrow svg{width:2.1rem}.board-blocks__item__arrow__hover{align-items:center;background-color:#010963;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.board-blocks__item__arrow__hover__test{background-color:red;border-radius:50%;height:100%;width:100%}.board-blocks__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.iframe-section{margin:14rem 0}@media screen and (max-width:64em){.iframe-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.iframe-section{margin:6rem 0}}.iframe-section h2{margin:0 0 6rem}@media screen and (max-width:64em){.iframe-section h2{margin:0 0 4rem}}@media screen and (max-width:47.9375em){.iframe-section h2{margin:0 0 2.4rem}}.iframe-section__wrap iframe{height:40rem;max-width:100%!important;width:100%}.icon-blocks{margin:14rem 0}@media screen and (max-width:64em){.icon-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.icon-blocks{margin:6rem 0}}.icon-blocks__wrap{display:flex;flex-wrap:wrap;margin:10.5rem -.8rem -9.2rem}@media screen and (max-width:64em){.icon-blocks__wrap{justify-content:space-between;margin:8rem 0 -6rem}}@media screen and (max-width:47.9375em){.icon-blocks__wrap{margin:4rem 0 0}}.icon-blocks__wrap__no-title{justify-content:space-between;margin:10.5rem -3.2rem -9.2rem}@media screen and (max-width:64em){.icon-blocks__wrap__no-title{margin:10.5rem -1.6rem 0}}.icon-blocks__item{margin:0 .8rem 9.2rem;padding:7.2rem 4rem;position:relative;width:calc(25% - 1.6rem)}@media screen and (max-width:64em){.icon-blocks__item{margin:0 0 6rem;text-align:center;width:calc(50% - 1.6rem)}.icon-blocks__item__no-title{text-align:left}}@media screen and (max-width:47.9375em){.icon-blocks__item{margin:0 0 1.6rem;padding:4.5rem 1.6rem;width:100%}.icon-blocks__item:last-child{margin:0}}.icon-blocks__item img{height:6.4rem;margin:0 0 4rem;width:auto}@media screen and (max-width:47.9375em){.icon-blocks__item img{height:5.6rem;margin:0 0 3.2rem}}.icon-blocks__item p{font-size:1.8rem;line-height:3rem;margin:1.6rem 0 0}.icon-blocks__item h3{font-size:4.8rem;line-height:6.2rem}.icon-blocks__item h3 .suffix{font-size:2rem;line-height:3.2rem}.icon-blocks__item.green{background-color:#0d5b56;color:#fff}.icon-blocks__item.blue{background-color:#010963;color:#fff}.icon-blocks__item.white{background-color:#fff}.icon-blocks__item.grey{background-color:#e0e4ec}.icon-blocks__item.light-grey{background-color:#f2f4f8}.icon-blocks__item.black{background-color:#161531;color:#fff}.icon-blocks__item.small{padding:4.8rem 4rem;width:calc(50% - 1.6rem)}@media screen and (max-width:47.9375em){.icon-blocks__item.small{width:100%}}.icon-blocks__item.third{width:calc(33.3333% - 1.6rem)}@media screen and (max-width:47.9375em){.icon-blocks__item.third{width:100%}}.icon-blocks__item .bricks-el{bottom:0;position:absolute;right:0}.icon-blocks__item__no-title{margin:0 3.2rem 9.2rem;padding:0;width:calc(33.333% - 6.4rem)}@media screen and (max-width:64em){.icon-blocks__item__no-title{margin:0 1.6rem 4rem;width:calc(50% - 3.2rem)}.icon-blocks__item__no-title h2{font-size:3.6rem;line-height:4.6rem}.icon-blocks__item__no-title img{height:5.6rem;margin-bottom:3.2rem}.icon-blocks__item__no-title p{font-size:1.6rem;line-height:2.6rem}}@media screen and (max-width:37.5em){.icon-blocks__item__no-title{width:100%}}.icon-blocks__item__no-title p{max-width:28rem}.icon-blocks__item__no-title:nth-child(3n+2){width:28rem}@media screen and (max-width:64em){.icon-blocks__item__no-title:nth-child(3n+2){width:calc(50% - 3.2rem)}}@media screen and (max-width:37.5em){.icon-blocks__item__no-title:nth-child(3n+2){width:100%}}.icon-blocks__item__no-title:nth-child(3n+3){width:28rem}@media screen and (max-width:64em){.icon-blocks__item__no-title:nth-child(3n+3){width:calc(50% - 3.2rem)}}@media screen and (max-width:37.5em){.icon-blocks__item__no-title:nth-child(3n+3){width:100%}}@media screen and (max-width:47.9375em){.icon-blocks__item__no-title:last-child{margin:0 1.6rem}}.icon-blocks__item_regular{padding:0;width:calc(33% - 1.6rem)}.icon-blocks__item_regular p{max-width:28rem}@media screen and (max-width:64em){.icon-blocks__item_regular p{text-align:left}}@media screen and (max-width:47.9375em){.icon-blocks__item_regular{margin-bottom:4rem;width:100%}.icon-blocks__item_regular p{max-width:100%}}.icon-blocks .section-header__half{align-items:center;display:flex;justify-content:space-between}.icon-blocks .section-header__half .section-header{margin:0;max-width:50%;padding-right:3.2rem;text-align:left;width:100%}.icon-blocks .section-header__half .icon-blocks__wrap{margin-top:0;max-width:50%;width:100%}@media screen and (max-width:64em){.icon-blocks .section-header__half{flex-direction:column}.icon-blocks .section-header__half .section-header{margin-bottom:6.4rem;max-width:100%;text-align:center}.icon-blocks .section-header__half .icon-blocks__wrap{max-width:100%}.icon-blocks .section-header__half .icon-blocks__wrap .icon-blocks__item.small{height:100%}}@media screen and (max-width:47.9375em){.icon-blocks .section-header__half .section-header{margin-bottom:3.2rem}.icon-blocks .section-header__half .icon-blocks__wrap{flex-direction:column}}.text-block-with-blocks__content{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:78.125em){.text-block-with-blocks__content{flex-direction:column-reverse}}.text-block-with-blocks__content__reverse{flex-direction:row-reverse}@media screen and (max-width:78.125em){.text-block-with-blocks__content__reverse{flex-direction:column-reverse}}.text-block-with-blocks__left{display:flex;flex-wrap:wrap;margin:0 -1.6rem;width:50%}@media screen and (max-width:78.125em){.text-block-with-blocks__left{margin-top:4rem;width:100%}}@media screen and (max-width:64em){.text-block-with-blocks__left .icon-block__item{margin:0 0 1.6rem;padding:4.8rem 3rem}}.text-block-with-blocks__right{max-width:48rem;width:50%}@media screen and (max-width:78.125em){.text-block-with-blocks__right{max-width:100%;width:100%}}.text-block-with-blocks__right p{margin-top:4rem}@media screen and (max-width:64em){.text-block-with-blocks__right p{margin-top:1.6rem}}.icon-block__item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:.8rem;padding:5.6rem 0;width:calc(33.333% - 1.6rem)}@media screen and (max-width:64em){.icon-block__item{margin:0 0 6rem;padding:0 3rem;width:50%}}@media screen and (max-width:47.9375em){.icon-block__item{margin:0 0 4rem;padding:0;width:100%}.icon-block__item:last-child{margin:0}}.icon-block__item .h6{font-size:1.8rem;line-height:3rem}.icon-block__item img{height:4.5rem;margin:0 0 2rem;width:auto}@media screen and (max-width:47.9375em){.icon-block__item img{height:5.6rem;margin:0 0 3.2rem}}.icon-block__item p{margin:1.6rem 0 0}.icon-block__item:nth-child(6n+2){background-color:#0d5b56;color:#fff}.icon-block__item:nth-child(6n+6){background-color:#010963;color:#fff}.icon-block__item:nth-child(6n+4){background-color:#f2f4f8}.icon-block__item.black{background-color:#161531;color:#fff}.icon-block-link{margin-top:8rem}.icon-block-link a{align-items:center;color:#4090e7;display:flex;font-size:16px;font-weight:600;line-height:24px}.icon-block-link a svg{margin-left:1.2rem}@media screen and (max-width:47.9375em){.icon-block-link{margin-top:4rem}}.icon-blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.icon-blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider{margin:6rem 0}}.icon-blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.icon-blocks-slider__top{align-items:flex-start;flex-direction:column}}.icon-blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.icon-blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.icon-blocks-slider__top__left p{margin:3.2rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__top__left p{margin:1.6rem 0 0}}@media screen and (max-width:64em){.icon-blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__nav{display:none}}.icon-blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.icon-blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.icon-blocks-slider__slider{margin:3.2rem 0 0}}.icon-blocks-slider__slider .swiper{display:flex;overflow:visible}.icon-blocks-slider__slider .swiper .swiper-wrapper{width:auto}@media screen and (max-width:47.9375em){.icon-blocks-slider__slider .swiper .swiper-wrapper{display:flex;flex-direction:column}}.icon-blocks-slider__item{height:auto;padding:4rem 5.6rem}@media screen and (max-width:47.9375em){.icon-blocks-slider__item{margin:0 0 1.6rem;padding:4rem 3.2rem}.icon-blocks-slider__item:last-child{margin:0}}.icon-blocks-slider__item:nth-child(odd){background-color:#f2f4f8}.icon-blocks-slider__item img{height:6.4rem;margin:0 0 4rem;width:auto}@media screen and (max-width:47.9375em){.icon-blocks-slider__item img{height:5.6rem;margin:0 0 2.4rem}}.icon-blocks-slider__item p{margin:1.6rem 0 0}.blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.blocks-slider{margin:6rem 0}}.blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.blocks-slider__top{align-items:flex-start;flex-direction:column}}.blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.blocks-slider__nav{display:none}}.blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.blocks-slider__slider{margin:2.4rem 0 0}}.blocks-slider__slider .swiper{display:flex;overflow:visible}.blocks-slider__slider .swiper .swiper-wrapper{width:auto}.blocks-slider__item{height:auto;padding:4.5rem 5.6rem}@media screen and (max-width:64em){.blocks-slider__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.blocks-slider__item{padding:4rem 2.4rem}}.blocks-slider__item:nth-child(odd){background-color:#f2f4f8}.blocks-slider__item img{height:6.4rem;margin:0 0 4rem;width:auto}.blocks-slider__item p{margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.blocks-slider__item p{font-size:1.6rem;line-height:2.6rem}}.key-points{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.key-points{margin:8rem 0}}@media screen and (max-width:47.9375em){.key-points{margin:6rem 0}}.key-points__wrap{margin:10.2rem 0 0;position:relative}@media screen and (max-width:64em){.key-points__wrap{margin:8rem 0 0}}@media screen and (max-width:47.9375em){.key-points__wrap{margin:4rem 0 0}}.key-points__wrap:after{background-color:#fff;content:"";height:calc(100% - 6.3rem);left:100%;position:absolute;top:6.3rem;width:100vw}@media screen and (max-width:47.9375em){.key-points__wrap:after{display:none}}.key-points__wrap:before{background-color:#fff;content:"";height:calc(100% - 6.3rem);position:absolute;right:100%;top:6.3rem;width:100vw}@media screen and (max-width:47.9375em){.key-points__wrap:before{display:none}}.key-points__row{align-items:flex-start;display:flex;justify-content:center;padding:0 0 11.2rem;position:relative}@media screen and (max-width:47.9375em){.key-points__row{padding:0}}.key-points__row:last-child{padding:0}@media screen and (max-width:47.9375em){.key-points__row:last-child .key-points__row__item:last-child{padding:0}}.key-points__row:last-child .key-points__row__item:last-child .key-points__row__item__point:after{display:none}@media screen and (max-width:47.9375em){.key-points__row{flex-wrap:wrap}}.key-points__row:first-child:before{background-color:#eceff8;content:"";height:.2rem;position:absolute;right:2rem;top:6.1rem;width:100vw;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:before{background-color:#fff;content:"";height:2rem;left:calc(100% - 2rem);position:absolute;top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-right-radius:2rem;border-left:none;border-top:none;content:"";height:2rem;left:calc(100% - 2rem);position:absolute;top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:first-child:after{display:none}}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point{position:relative}.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point:before{background-color:#eceff8;content:"";height:.2rem;left:0;position:absolute;top:6.1rem;width:100vw;z-index:-2}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(2n) .key-points__row__item:last-child .key-points__row__item__point:before{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child{position:relative}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:before{background-color:#fff;content:"";height:2rem;position:absolute;right:calc(100% - 2rem);top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:before{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-left-radius:2rem;border-right:none;border-top:none;content:"";height:2rem;position:absolute;right:calc(100% - 2rem);top:4.3rem;width:2rem;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:first-child:after{display:none}}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point{position:relative}.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point:before{background-color:#eceff8;content:"";height:.2rem;position:absolute;right:0;top:6.1rem;width:100vw;z-index:-2}@media screen and (max-width:47.9375em){.key-points__row:not(:first-child):nth-child(odd) .key-points__row__item:last-child .key-points__row__item__point:before{display:none}}.key-points__row:last-child:after{display:none}.key-points__row:nth-child(odd):after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-right-radius:2rem;border-left:none;border-top-right-radius:2rem;content:"";height:calc(100% + .2rem);position:absolute;right:0;top:6.1rem;width:33.3333%;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:nth-child(odd):after{display:none}}.key-points__row:nth-child(odd) .key-points__row__item:first-child .key-points__row__item__point{background-color:#0d5b56;color:#fff}.key-points__row:nth-child(odd) .key-points__row__item:nth-child(3) .key-points__row__item__point{background-color:#161531;color:#fff}.key-points__row:nth-child(2n){flex-direction:row-reverse}.key-points__row:nth-child(2n):after{background-color:#fff;border:.2rem solid #eceff8;border-bottom-left-radius:2rem;border-right:none;border-top-left-radius:2rem;content:"";height:calc(100% + .2rem);left:0;position:absolute;top:6.1rem;width:33.3333%;z-index:-1}@media screen and (max-width:47.9375em){.key-points__row:nth-child(2n):after{display:none}}.key-points__row:nth-child(2n) .key-points__row__item{order:revert}.key-points__row:nth-child(2n) .key-points__row__item:nth-child(2) .key-points__row__item__point{background-color:#010963;color:#fff}.key-points__row__item{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;max-width:33.3333%;padding:0 1.6rem}@media screen and (max-width:47.9375em){.key-points__row__item{align-items:flex-start;flex:auto;flex-direction:row;justify-content:flex-start;max-width:100%;padding:0 0 6rem;position:relative;width:100%}}.key-points__row__item__point{align-items:center;background-color:#f2f4f8;border-radius:50%;display:flex;flex:none;height:12.2rem;justify-content:center;width:12.2rem}@media screen and (max-width:64em){.key-points__row__item__point{height:10rem;width:10rem}}@media screen and (max-width:47.9375em){.key-points__row__item__point{height:6rem;margin:0 2.4rem 0 0;width:6rem}.key-points__row__item__point:after{background:rgba(224,228,243,.6);content:"";height:100%;left:3rem;position:absolute;top:0;width:.2rem;z-index:-1}}.key-points__row__item__point p{font-size:3.6rem;font-weight:600;line-height:4.6rem}@media screen and (max-width:64em){.key-points__row__item__point p{font-size:2.4rem;line-height:3.2rem}}.key-points__row__item__point img{width:4.2rem}@media screen and (max-width:47.9375em){.key-points__row__item__point img{width:3.2rem}}.key-points__row__item__content{margin:3.2rem 0 0}@media screen and (max-width:64em){.key-points__row__item__content{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.key-points__row__item__content{margin:0}}.key-points__row__item__text{color:#161531;font-size:1.8rem;line-height:3rem;margin-top:3.2rem;max-width:32rem;text-align:center}.key-points__row__item__text:first-child{margin-top:0}@media screen and (max-width:47.9375em){.key-points__row__item__text{text-align:left}}.key-points__row__item h3{margin:0 auto;max-width:32rem;text-align:center}@media screen and (max-width:64em){.key-points__row__item h3{font-size:2rem;line-height:3.2rem}}@media screen and (max-width:47.9375em){.key-points__row__item h3{margin:1.4rem 0 0;text-align:left}}.photos-section{margin:14rem 0}@media screen and (max-width:64em){.photos-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.photos-section{margin:6rem 0}}.photos-section__wrap{display:flex;flex-wrap:wrap;margin:0 -6.8rem}@media screen and (max-width:64em){.photos-section__wrap{margin:0 -3.2rem}}@media screen and (max-width:47.9375em){.photos-section__wrap{margin:0}}.photos-section__item{padding:0 6.8rem;width:50%}@media screen and (max-width:64em){.photos-section__item{padding:0 3.2rem}}@media screen and (max-width:47.9375em){.photos-section__item{padding:0;width:100%}}.photos-section__item__image{position:relative}.photos-section__item__image:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:119.629%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}.photos-section__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.photos-section__item:nth-child(2){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(2){margin:2.4rem 0 0}}.photos-section__item:nth-child(2n):not(:first-child):not(:nth-child(2)){margin:20rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(2n):not(:first-child):not(:nth-child(2)){margin:2.4rem 0 0}}.photos-section__item:nth-child(odd):not(:first-child):not(:nth-child(2)){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:nth-child(odd):not(:first-child):not(:nth-child(2)){margin:2.4rem 0 0}}.photos-section__item:not(:first-child){margin:10rem 0 0}@media screen and (max-width:47.9375em){.photos-section__item:not(:first-child){margin:2.4rem 0 0}}.contacts-card{margin:14rem 0;position:relative}@media screen and (max-width:64em){.contacts-card{margin:8rem 0}}@media screen and (max-width:47.9375em){.contacts-card{margin:6rem 0}.contacts-card .container{padding:0}}.contacts-card__wrap{background-color:#0d5b56;color:#fff;display:flex;overflow:hidden;padding:8rem;position:relative}@media screen and (max-width:64em){.contacts-card__wrap{flex-direction:column;padding:6rem}}@media screen and (max-width:47.9375em){.contacts-card__wrap{padding:6rem 2.4rem}}.contacts-card__left{align-items:center;display:flex;padding:0 12.5% 0 0;position:relative;width:50%}@media screen and (max-width:64em){.contacts-card__left{margin:0 0 3.2rem;padding:0 0 3.2rem;width:100%}}.contacts-card__left:after{background-color:hsla(0,0%,100%,.4);content:"";height:100%;position:absolute;right:0;top:0;width:.1rem}@media screen and (max-width:64em){.contacts-card__left:after{bottom:0;height:.1rem;top:auto;width:100%}}.contacts-card__right{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 12.5%;width:50%}@media screen and (max-width:64em){.contacts-card__right{padding:0;width:100%}}.contacts-card__right p{margin:.8rem 0 0}.contacts-card__info{margin:4rem 0 0}@media screen and (max-width:47.9375em){.contacts-card__info{margin:3.2rem 0 0}}.contacts-card__info__item{display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}.contacts-card__info__item a{color:#fff}.contacts-card__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.contacts-card__info__item:last-child{margin:0}.contacts-card__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.contacts-card__info__item svg path{stroke:#fff}.contacts-card__el{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.contacts-card__el{height:21.7rem}.contacts-card__el svg{height:100%;width:auto}}.key-facts{margin:14rem 0}@media screen and (max-width:64em){.key-facts{margin:10rem 0 8rem}}@media screen and (max-width:47.9375em){.key-facts{margin:6rem 0}}.key-facts .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.key-facts .btn-wrap{margin:2.4rem 0 0}}.key-facts__wrap{display:flex;margin:6rem -4.7rem 0}@media screen and (max-width:64em){.key-facts__wrap{flex-direction:column;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.key-facts__wrap{margin:2.4rem 0 0}}.key-facts__left{padding:0 4.7rem;width:50%}@media screen and (max-width:64em){.key-facts__left{padding:0;width:100%}}.key-facts__left__item{align-items:flex-start;border-bottom:.1rem solid #e4e4e4;display:flex;padding:3.2rem 0}@media screen and (max-width:47.9375em){.key-facts__left__item{padding:1.6rem 0}}.key-facts__left__item__left{align-items:center;display:flex;flex:none;margin:.3rem 2.4rem 0 0}@media screen and (max-width:47.9375em){.key-facts__left__item__left{margin:.3rem 1.6rem 0 0}}.key-facts__left__item__left img{flex:none;width:2.4rem}.key-facts__left__item__right p{margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.key-facts__left__item__right p{margin:.4rem 0 0}}.key-facts__right{padding:0 4.7rem;width:50%}@media screen and (max-width:64em){.key-facts__right{padding:0;width:100%}}.key-facts__right__item{align-items:center;border-bottom:.1rem solid #e4e4e4;display:flex;justify-content:space-between;padding:3.2rem 0}@media screen and (max-width:47.9375em){.key-facts__right__item{align-items:flex-start;flex-direction:column;padding:1.6rem 0}}.key-facts__right__item__left{align-items:center;display:flex}.key-facts__right__item__left img{flex:none;margin:0 1.6rem 0 0;width:2.4rem}@media screen and (max-width:64em){.key-facts__right__item__left img{margin:0 2.4rem 0 0}}@media screen and (max-width:47.9375em){.key-facts__right__item__left img{margin:0 1.6rem 0 0}}.key-facts__right__item__right{padding:0 0 0 1.6rem}@media screen and (max-width:47.9375em){.key-facts__right__item__right{margin:.4rem 0 0;padding:0 0 0 4rem}}.files-section{background-color:#f2f4f8;padding:14rem 0}@media screen and (max-width:64em){.files-section{padding:6rem 0}}@media screen and (max-width:47.9375em){.files-section{padding:4rem 0 6rem}}.files-section h2{margin:0 0 3rem}@media screen and (max-width:47.9375em){.files-section h2{margin:0 0 .8rem}}.files-section__wrap{display:flex;flex-wrap:wrap;margin:0 -4.5rem}@media screen and (max-width:64em){.files-section__wrap{margin:0 -2.4rem}}.files-section__item{padding:0 4.5rem;width:50%}@media screen and (max-width:64em){.files-section__item{padding:0 2.4rem}}@media screen and (max-width:47.9375em){.files-section__item{margin:0 0 6rem;width:100%}.files-section__item:last-child{margin:0}}.files-section__files--load-more{display:none}.files-section__files__item{border-bottom:.1rem solid #e0e4ec}.files-section__files__item__link{align-items:center;color:#161531;display:flex;font-size:1.6rem;justify-content:space-between;line-height:2.6rem;padding:2.4rem 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.files-section__files__item__link{padding:1.6rem 0}}.files-section__files__item__link:hover{color:#0d5b56}.files-section__files__item__link:hover .files-section__files__item__link__right{transform:translateX(.5rem)}.files-section__files__item__link__left{align-items:center;display:flex}.files-section__files__item__link__left svg{height:2.4rem;margin:0 2.4rem 0 0;width:auto}.files-section__files__item__link__right{transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.files-section__files__item__link__right svg path{fill:#161531}.files-section__files__button{background-color:transparent;border:none;color:#010963;font-size:1.6rem;font-weight:600;line-height:2.4rem;margin:2.4rem 0 0;padding:0;position:relative}.files-section__files__button:after{background-color:#010963;bottom:0;content:"";height:.2rem;left:0;position:absolute;width:100%}.cta-block{margin:14rem 0}@media screen and (max-width:64em){.cta-block{margin:8rem 0}}@media screen and (max-width:47.9375em){.cta-block{margin:0 0 6rem}.cta-block .container{padding:0}}.cta-block__wrap{background-color:#0d5b56;color:#fff;padding:8rem;position:relative;text-align:center}@media screen and (max-width:47.9375em){.cta-block__wrap{padding:6rem 2.4rem;text-align:left}}.cta-block__wrap p{margin:4rem auto 0;max-width:60rem}@media screen and (max-width:64em){.cta-block__wrap p{max-width:100%}}@media screen and (max-width:47.9375em){.cta-block__wrap p{margin:1.6rem auto 0}}.cta-block__wrap .btn-wrap{justify-content:center;margin:4rem 0 0}@media screen and (max-width:47.9375em){.cta-block__wrap .btn-wrap{margin:2.4rem auto 0}.cta-block__el{display:none}}.cta-block__el svg:first-child{left:0}.cta-block__el svg:first-child,.cta-block__el svg:nth-child(2){bottom:0;height:100%;max-height:33.2rem;position:absolute;width:auto}.cta-block__el svg:nth-child(2){right:0}.link-blocks-with-image{margin:14rem 0}@media screen and (max-width:64em){.link-blocks-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks-with-image{margin:6rem 0}}.link-blocks-with-image__wrap{display:flex;margin:8rem -1.6rem 0}@media screen and (max-width:64em){.link-blocks-with-image__wrap{flex-wrap:wrap;margin:6rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-with-image__wrap{margin:2.4rem 0 0}}.link-blocks-with-image__item-wrap{height:auto;min-height:50rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.link-blocks-with-image__item-wrap{margin:0 0 2.4rem;min-height:35.2rem;padding:0;width:100%}}@media screen and (max-width:47.9375em){.link-blocks-with-image__item-wrap{margin:0 0 1.6rem}}.link-blocks-with-image__item-wrap:last-child{margin:0}.link-blocks-with-image__item{color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;overflow:hidden;padding:3.2rem;position:relative;width:100%}@media screen and (max-width:47.9375em){.link-blocks-with-image__item{padding:2.4rem}}.link-blocks-with-image__item:after{background:linear-gradient(181.6deg,hsla(0,0%,7%,0) 1.33%,hsla(0,0%,7%,.289) 56.3%,hsla(0,0%,7%,.54) 82.97%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:64em){.link-blocks-with-image__item:after{background:linear-gradient(180deg,hsla(0,0%,7%,0),hsla(0,0%,7%,.202) 43.61%,hsla(0,0%,7%,.792) 69.38%)}}.link-blocks-with-image__item:hover img{transform:scale(1.05)}.link-blocks-with-image__item:hover svg{transform:translateX(1rem)}.link-blocks-with-image__item p{margin:1.6rem 0 0}.link-blocks-with-image__item svg{margin:1.6rem 0 0;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link-blocks-with-image__item img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.team-members-section{margin:14rem 0;position:relative}@media screen and (max-width:64em){.team-members-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.team-members-section{margin:6rem 0}}.team-members-section__external-el{position:absolute;right:0;top:-26.9rem;z-index:-1}@media screen and (max-width:64em){.team-members-section__external-el{display:none}}.team-members-section__external-el svg{height:44rem;width:auto}.team-members-section .section-header{margin-bottom:10rem}@media screen and (max-width:64em){.team-members-section .section-header{margin-bottom:6rem}}@media screen and (max-width:47.9375em){.team-members-section .section-header{margin-bottom:3.2rem}}.team-members-section__subtitle{margin:0 0 4.5rem}@media screen and (max-width:47.9375em){.team-members-section__subtitle{font-size:3.6rem;line-height:4.6rem}}.team-members-section__external{display:flex;flex-wrap:wrap;margin:0 -1.6rem -3.2rem}.team-members-section__external__item{align-items:flex-start;background-color:#f2f4f8;border:none;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:4rem 3.2rem 2.4rem;text-align:left;width:100%}@media screen and (max-width:47.9375em){.team-members-section__external__item{padding:4rem 3.2rem}}.team-members-section__external__item:hover h3{color:#0d5b56}.team-members-section__external__item:hover svg{opacity:1;transform:translateX(.5rem)}.team-members-section__external__item p{margin:1.6rem 0 0}.team-members-section__external__item h3{transition:color .3s cubic-bezier(.25,.46,.45,.94)}.team-members-section__external__item svg{margin-top:auto;opacity:0;padding:1.6rem 0 0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:64em){.team-members-section__external__item svg{opacity:1}}.team-members-section__external__item-wrap{height:auto;margin:0 0 3.2rem;padding:0 1.6rem;width:25%}@media screen and (max-width:64em){.team-members-section__external__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.team-members-section__external__item-wrap{width:100%}}.facts-blocks{margin:14rem 0}@media screen and (max-width:64em){.facts-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-blocks{margin:6rem 0}}.facts-blocks__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.9rem -2.4rem}@media screen and (max-width:64em){.facts-blocks__wrap{margin:6rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.facts-blocks__wrap{margin:2.4rem 0 0}}.facts-blocks__item-wrap{margin:0 0 2.4rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.facts-blocks__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.facts-blocks__item-wrap:last-child{margin:0}}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item{background-color:#010963}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item__el svg{height:16.5rem;width:auto}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item h3,.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item p{color:#fff}.facts-blocks__item-wrap:nth-child(6n+1) .facts-blocks__item svg path{stroke:#fff}.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#f2f4f8}@media screen and (max-width:64em){.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#fff}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+3) .facts-blocks__item{background-color:#f2f4f8}}@media screen and (max-width:64em){.facts-blocks__item-wrap:nth-child(6n+4) .facts-blocks__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+4) .facts-blocks__item{background-color:#fff}}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item{background-color:#0d5b56}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item__el svg{height:21.1rem;width:auto}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item h3,.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item p{color:#fff}.facts-blocks__item-wrap:nth-child(6n+5) .facts-blocks__item svg path{stroke:#fff}@media screen and (max-width:47.9375em){.facts-blocks__item-wrap:nth-child(6n+6) .facts-blocks__item{background-color:#f2f4f8}}.facts-blocks__item{height:100%;padding:9rem 2rem 9rem 4rem;position:relative}@media screen and (max-width:47.9375em){.facts-blocks__item{padding:4.5rem 6rem;text-align:center}}.facts-blocks__item img,.facts-blocks__item svg{height:auto;width:6.4rem}.facts-blocks__item img path,.facts-blocks__item svg path{stroke:#161531}.facts-blocks__item p{margin:1.2rem 0 0;padding:0 4rem 0 0}@media screen and (max-width:47.9375em){.facts-blocks__item p{padding:0}.facts-blocks__item h3{font-size:4.8rem;line-height:6.1rem}.facts-blocks__item h3 span{font-size:2rem;line-height:3.2rem}}.facts-blocks__item__el{bottom:0;position:absolute;right:0}@media screen and (max-width:47.9375em){.facts-blocks__item__el{display:none}}.facts-blocks-with-icon{margin:14rem 0;position:relative}@media screen and (max-width:64em){.facts-blocks-with-icon{margin:8rem 0}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon{margin:6rem 0}}.facts-blocks-with-icon__el{bottom:-40rem;position:absolute;right:0;z-index:-1}@media screen and (max-width:64em){.facts-blocks-with-icon__el{display:none}}.facts-blocks-with-icon__wrap{display:flex;flex-wrap:wrap;margin:8rem -1.9rem -4.5rem}@media screen and (max-width:64em){.facts-blocks-with-icon__wrap{margin:6rem -1.9rem -2.4rem}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__wrap{margin:2.4rem 0 0}}.facts-blocks-with-icon__item-wrap{margin:0 0 4.5rem;padding:0 1.9rem;width:33.3333%}@media screen and (max-width:64em){.facts-blocks-with-icon__item-wrap{width:50%}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap{margin:0 0 1.6rem;padding:0;width:100%}.facts-blocks-with-icon__item-wrap:last-child{margin:0}}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item{background-color:#0d5b56}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item p{color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+1) .facts-blocks-with-icon__item svg path{stroke:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+2) .facts-blocks-with-icon__item,.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item{background-color:#f2f4f8}@media screen and (max-width:64em){.facts-blocks-with-icon__item-wrap:nth-child(6n+3) .facts-blocks-with-icon__item{background-color:#f2f4f8}}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+3) .facts-blocks-with-icon__item{background-color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+4) .facts-blocks-with-icon__item{background-color:#f2f4f8}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item{background-color:#010963}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item{background-color:#fff}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item p{color:#fff}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item p{color:#161531}}.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item svg path{stroke:#fff}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item-wrap:nth-child(6n+5) .facts-blocks-with-icon__item svg path{stroke:#161531}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item{background-color:#010963}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item h3,.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item p{color:#fff}.facts-blocks-with-icon__item-wrap:nth-child(6n+6) .facts-blocks-with-icon__item svg path{stroke:#fff}}.facts-blocks-with-icon__item{height:100%;padding:6.4rem 4rem;position:relative}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item{padding:4.5rem 2.4rem}}.facts-blocks-with-icon__item img,.facts-blocks-with-icon__item svg{height:6.4rem;width:auto}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item img,.facts-blocks-with-icon__item svg{height:5.6rem}}.facts-blocks-with-icon__item img path,.facts-blocks-with-icon__item svg path{stroke:#161531}.facts-blocks-with-icon__item p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.facts-blocks-with-icon__item p{margin:1.6rem 0 0}}.facts-blocks-with-icon__item__el{bottom:0;position:absolute;right:0}.accordions-with-image{margin:14rem 0}@media screen and (max-width:64em){.accordions-with-image{margin:8rem 0}}@media screen and (max-width:47.9375em){.accordions-with-image{margin:6rem 0}}.accordions-with-image__wrap{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.accordions-with-image__wrap{flex-direction:column}}.accordions-with-image__accordions{margin:6rem 0 0}@media screen and (max-width:64em){.accordions-with-image__accordions{margin:4rem 0 0}}@media screen and (max-width:47.9375em){.accordions-with-image__accordions{margin:2.4rem 0 0}}.accordions-with-image__left{width:57.89%}@media screen and (max-width:64em){.accordions-with-image__left{width:100%}}.accordions-with-image__right{max-width:44.2rem;padding:0 0 0 6rem;width:42.11%}@media screen and (max-width:64em){.accordions-with-image__right{margin:4rem 0 0;max-width:100%;padding:0;width:100%}}@media screen and (max-width:47.9375em){.accordions-with-image__right{margin:2.4rem 0 0}}.accordions-with-image__image-wrap{position:relative}.accordions-with-image__image-wrap:after{content:"";display:block;padding-bottom:209.42%}@media screen and (max-width:64em){.accordions-with-image__image-wrap:after{padding-bottom:112.82%}}.accordions-with-image__image{height:100%;left:0;position:absolute;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.accordions-with-image__image{width:100%}}.accordions-with-image__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.link-blocks-slider{margin:14rem 0}@media screen and (max-width:64em){.link-blocks-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.link-blocks-slider{margin:6rem 0}}.link-blocks-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.link-blocks-slider__top{align-items:flex-start;flex-direction:column}}.link-blocks-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}.link-blocks-slider__top__left p{margin:4rem 0 0}@media screen and (max-width:64em){.link-blocks-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-slider__nav{display:none}}.link-blocks-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.link-blocks-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.link-blocks-slider__slider{margin:2.4rem 0 0}}.link-blocks-slider__slider .swiper{display:flex;overflow:visible}.link-blocks-slider__slider .swiper .swiper-wrapper{width:auto}.link-blocks-slider__item-wrap{height:auto}.link-blocks-slider__item{align-items:flex-start;background-color:#f2f4f8;color:#161531;display:flex;flex-direction:column;height:100%;padding:4.5rem 7.2rem;width:100%}@media screen and (max-width:47.9375em){.link-blocks-slider__item{padding:4.5rem 2.4rem}}.link-blocks-slider__item img{filter:grayscale(100%);height:5.9rem;margin:0 0 2rem;transition:filter .3s cubic-bezier(.25,.46,.45,.94);width:auto}@media screen and (max-width:64em){.link-blocks-slider__item img{height:3.2rem}}.link-blocks-slider__item p{margin:2.4rem 0 4rem}@media screen and (max-width:47.9375em){.link-blocks-slider__item p{margin:1.6rem 0 2.4rem}}.link-blocks-slider__item:hover .link-blocks-slider__item__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.link-blocks-slider__item:hover .link-blocks-slider__item__arrow__hover svg{transform:translateY(-50%)}.link-blocks-slider__item:hover img{filter:grayscale(0)}.link-blocks-slider__item__arrow{margin:auto 0 0;position:relative}.link-blocks-slider__item__arrow svg{width:2.1rem}.link-blocks-slider__item__arrow svg path{fill:#161531}.link-blocks-slider__item__arrow__hover{align-items:center;background-color:#010963;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.link-blocks-slider__item__arrow__hover__test{background-color:red;border-radius:50%;height:100%;width:100%}.link-blocks-slider__item__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.link-blocks-slider__item__arrow__hover svg path{fill:#fff}.page-hero+.price-feed-section .price-feed-section__left{display:block}.price-feed-section{margin:10rem 0}@media screen and (max-width:64em){.price-feed-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.price-feed-section{margin:6rem 0}}.price-feed-section__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -1.6rem}@media screen and (max-width:64em){.price-feed-section__wrap{flex-direction:column;margin:0}}.price-feed-section__image-wrap{position:relative}.price-feed-section__image-wrap:after{content:"";display:block;padding-bottom:117.64705882%}@media screen and (max-width:47.9375em){.price-feed-section__image-wrap:after{padding-bottom:111.11%}}.price-feed-section__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.price-feed-section__image{width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__image{right:-2.4rem;width:calc(100% + 4.8rem)}}.price-feed-section__right{padding:0 1.6rem}@media screen and (max-width:64em){.price-feed-section__right{margin:6rem 0 0;padding:0;width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__right{margin:0}}.price-feed-section__left{max-width:47.6rem;padding:0 1.6rem;position:relative;width:50%}@media screen and (max-width:64em){.price-feed-section__left{max-width:100%;padding:0;width:100%}}@media screen and (max-width:47.9375em){.price-feed-section__left{margin:0 0 4rem}}.price-feed-section__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.price-feed-section__items{margin:4rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section__items{margin:2.4rem 0 0}}.price-feed-section__item{align-items:center;border-bottom:.1rem solid #e0e4ec;display:flex;margin:0 0 4rem;padding:0 0 4rem}@media screen and (max-width:47.9375em){.price-feed-section__item{flex-direction:column;margin:0 0 2.4rem;padding:0 0 2.4rem}}.price-feed-section__item:last-child{border:none;margin:0;padding:0}.price-feed-section__item:nth-last-child(2n) .price-feed-section__item__left{background-color:#010963}.price-feed-section__item:nth-last-child(odd) .price-feed-section__item__left{background-color:#0d5b56}.price-feed-section__item__left{background-color:#010963;color:#fff;flex:none;margin:0 3.2rem 0 0;min-width:21.6rem;padding:2.5rem 4rem}@media screen and (max-width:47.9375em){.price-feed-section__item__left{margin:0;padding:4rem 3.2rem;width:100%}}.price-feed-section__item__left__title{font-size:1.8rem;font-weight:600;line-height:3rem}.price-feed-section__item__left__price{font-size:4.8rem;line-height:6.1rem;margin:.6rem 0 0}.price-feed-section__item__left__change{margin:1.6rem 0 0;opacity:.5}@media screen and (max-width:47.9375em){.price-feed-section__item__list{margin:2.4rem 0 0;width:100%}}.price-feed-section__item__list__item{margin:0 0 2.4rem}.price-feed-section__item__list__item:last-child{margin:0}.price-feed-section__item__list__item h3{display:inline-flex;font-size:2rem;font-weight:600;line-height:3.2rem;margin:0 2.4rem 0 0}@media screen and (max-width:47.9375em){.price-feed-section__item__list__item h3{font-size:1.6rem;line-height:2.6rem}}.price-feed-section__item__list__item p{display:inline-flex}@media screen and (max-width:47.9375em){.price-feed-section__item__list__item p{font-size:1.6rem;line-height:2.6rem}}.dates-table{margin:14rem 0}@media screen and (max-width:64em){.dates-table{margin:8rem 0}}@media screen and (max-width:47.9375em){.dates-table{margin:6rem 0}}.dates-table__table-wrap{display:flex;flex-wrap:wrap;margin:10rem 0 0}@media screen and (max-width:47.9375em){.dates-table__table-wrap{margin:6rem 0 0;margin:3.2rem 0 0}}.dates-table__table{width:50%}@media screen and (max-width:47.9375em){.dates-table__table{width:100%}}.dates-table__table:first-child{border-right:.1rem solid #161531}@media screen and (max-width:47.9375em){.dates-table__table:first-child{border-right:none}.dates-table__table:not(:first-child) .dates-table__table__item:first-child{display:none}}.dates-table__table:first-child .dates-table__table__item div:first-child{width:32.348%}@media screen and (max-width:47.9375em){.dates-table__table:first-child .dates-table__table__item div:first-child{width:38.14%}}.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:21.34%;width:67.652%}@media screen and (max-width:64em){.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:2.4rem}}@media screen and (max-width:47.9375em){.dates-table__table:first-child .dates-table__table__item div:nth-child(2){padding-left:2.4rem;padding-right:0;text-align:right;width:61.86%}}.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:21.34%;width:56.486%}@media screen and (max-width:64em){.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:2.4rem}}@media screen and (max-width:47.9375em){.dates-table__table:nth-child(2) .dates-table__table__item div:first-child{padding-left:0;width:38.14%}}.dates-table__table:nth-child(2) .dates-table__table__item div:nth-child(2){padding-left:1.6rem;padding-right:0;text-align:right;width:43.514%}@media screen and (max-width:47.9375em){.dates-table__table:nth-child(2) .dates-table__table__item div:nth-child(2){padding-left:2.4rem;width:61.86%}}.dates-table__table__item{border-bottom:.1rem solid #e0e4ec;display:flex;font-size:1.6rem;font-weight:400;line-height:2.6rem}.dates-table__table__item:first-child{border-bottom:.1rem solid #161531;font-size:1.8rem;font-weight:600;line-height:3rem}.dates-table__table__item:not(.dates-table__table__item:first-child) div:first-child{border-right:.1rem solid #e0e4ec}.dates-table__table__item div{padding:1.6rem 1.6rem 1.6rem 0}.green-card{margin:14rem 0;position:relative}@media screen and (max-width:64em){.green-card{margin:8rem 0}}@media screen and (max-width:47.9375em){.green-card{margin:0 0 6rem}.green-card .container{padding:0}}.green-card__wrap{background-color:#0d5b56;color:#fff;display:flex;overflow:hidden;padding:8rem 12rem;position:relative}@media screen and (max-width:64em){.green-card__wrap{flex-direction:column;padding:6rem}}@media screen and (max-width:47.9375em){.green-card__wrap{padding:6rem 2.4rem}}.green-card__left{align-items:center;display:flex;padding:0 12.5% 0 0;position:relative;width:50%}@media screen and (max-width:64em){.green-card__left{margin:0 0 3.2rem;padding:0 0 3.2rem;width:100%}}.green-card__left:after{background-color:hsla(0,0%,100%,.4);content:"";height:100%;position:absolute;right:0;top:0;width:.1rem}@media screen and (max-width:64em){.green-card__left:after{bottom:0;height:.1rem;top:auto;width:100%}}.green-card__right{display:flex;flex-direction:column;justify-content:center;padding:0 0 0 12.5%;width:50%}@media screen and (max-width:64em){.green-card__right{padding:0;width:100%}}.green-card__right p{margin:.8rem 0 0}.green-card__info__item{align-items:center;display:flex;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 2.4rem}.green-card__info__item a{color:#fff}.green-card__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.green-card__info__item:last-child{margin:0}.green-card__info__item img,.green-card__info__item svg{flex:none;margin:0 1.6rem 0 0;width:2.4rem}.green-card__info__item img path,.green-card__info__item svg path{stroke:#fff}.green-card__el{bottom:0;position:absolute;right:0}@media screen and (max-width:64em){.green-card__el{height:21.7rem}}@media screen and (max-width:47.9375em){.green-card__el svg{height:100%;width:auto}}.green-card__el-2{bottom:0;left:0;position:absolute}@media screen and (max-width:64em){.green-card__el-2{display:none}}.colorful-blocks{margin:14rem 0}@media screen and (max-width:64em){.colorful-blocks{margin:8rem 0}}@media screen and (max-width:47.9375em){.colorful-blocks{margin:6rem 0}}.colorful-blocks__wrap{display:flex;flex-wrap:wrap;margin:10rem -.15rem -2.4rem}@media screen and (max-width:64em){.colorful-blocks__wrap{margin:6rem 0 0}}.colorful-blocks__block-wrap{display:flex;flex-direction:column;height:auto;margin:0 0 2.4rem;padding:0 .15rem;width:33.3333%}@media screen and (max-width:64em){.colorful-blocks__block-wrap{flex-direction:row;margin:0 0 .2rem;padding:0;width:100%}.colorful-blocks__block-wrap:last-child{margin:0}}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block{background-color:#f2f4f8}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block:before{border-color:transparent transparent #f2f4f8}@media screen and (max-width:64em){.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block:before{border-color:transparent #f2f4f8 transparent transparent}}.colorful-blocks__block-wrap:nth-child(3n+2) .colorful-blocks__block h3{color:#777f9e}.colorful-blocks__block-wrap:nth-child(3n+2):before{background-color:#e0e4ec}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block{background-color:#e8f3f5}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block:before{border-color:transparent transparent #e8f3f5}@media screen and (max-width:64em){.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block:before{border-color:transparent #e8f3f5 transparent transparent}}.colorful-blocks__block-wrap:nth-child(3n+3) .colorful-blocks__block h3{color:#0d5b56}.colorful-blocks__block-wrap:nth-child(3n+3):before{background-color:#0d5b56}.colorful-blocks__block-wrap:before{background-color:#010963;content:"";display:block;height:2rem;margin:0 0 2.8rem;width:100%}@media screen and (max-width:64em){.colorful-blocks__block-wrap:before{flex:none;height:100%;margin:0 3rem 0 0;width:2rem}}.colorful-blocks__block{background-color:#eaf3fe;height:100%;margin:0 2.5rem 0 0;padding:3.2rem;position:relative}@media screen and (max-width:64em){.colorful-blocks__block{height:auto;margin:0 0 .6rem}}@media screen and (max-width:47.9375em){.colorful-blocks__block{padding:3.2rem 2.4rem 3.2rem 4.4rem}}.colorful-blocks__block:before{border-color:transparent transparent #eaf3fe;border-style:solid;border-width:0 1.5rem 1.2rem;bottom:100%;content:"";height:0;left:2.6rem;position:absolute;width:0}@media screen and (max-width:64em){.colorful-blocks__block:before{border-color:transparent #eaf3fe transparent transparent;border-width:1.5rem 1.2rem 1.5rem 0;bottom:auto;left:auto;right:100%;top:6rem}}.colorful-blocks__block h3{color:#010963}.colorful-blocks__block p{margin:1.6rem 0 0}.webinars-slider{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.webinars-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.webinars-slider{margin:6rem 0}}.webinars-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.webinars-slider__top{align-items:flex-start;flex-direction:column}}.webinars-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}@media screen and (max-width:64em){.webinars-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.webinars-slider__nav{display:none}}.webinars-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.webinars-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.webinars-slider__slider{margin:2.4rem 0 0}}.webinars-slider__slider .swiper{display:flex;overflow:visible}.webinars-slider__slider .swiper .swiper-wrapper{width:auto}.webinars-slider__item{background-color:#f2f4f8;height:auto;padding:4rem}@media screen and (max-width:47.9375em){.webinars-slider__item{padding:4rem 2.4rem}}.webinars-slider__item .label{box-shadow:0 4px 15px rgba(0,0,0,.1)}.webinars-slider__item h3{margin:2.4rem 0 0}.webinars-slider__item__date{align-items:center;display:flex;margin:1.6rem 0 0}.webinars-slider__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.webinars-slider__item__buttons{align-items:center;display:flex;margin:3.2rem 0 0}.webinars-slider__item__buttons a{align-items:center;border:.1rem solid #e0e4ec;border-radius:50%;display:flex;flex:none;height:7rem;justify-content:center;margin:0 2.4rem 0 0;transition:border .3s cubic-bezier(.25,.46,.45,.94);width:7rem}.webinars-slider__item__buttons a:last-child{margin:0}.webinars-slider__item__buttons a:hover{border:.1rem solid #0d5b56}.webinars-slider__item__buttons a:hover svg path{stroke:#0d5b56}.webinars-slider__item__buttons a svg{width:3.2rem}.webinars-slider__item__buttons a svg path{transition:stroke .3s cubic-bezier(.25,.46,.45,.94)}.meetings-slider{margin:14rem 0;overflow:hidden}@media screen and (max-width:64em){.meetings-slider{margin:8rem 0}}@media screen and (max-width:47.9375em){.meetings-slider{margin:6rem 0}}.meetings-slider__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.meetings-slider__top{align-items:flex-start;flex-direction:column}}.meetings-slider__top__left{max-width:77.5rem;padding:0 2.4rem 0 0}@media screen and (max-width:64em){.meetings-slider__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.meetings-slider__nav{display:none}}.meetings-slider__slider{margin:8rem 0 0}@media screen and (max-width:64em){.meetings-slider__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.meetings-slider__slider{margin:2.4rem 0 0}}.meetings-slider__slider .swiper{display:flex;overflow:visible}.meetings-slider__slider .swiper .swiper-wrapper{width:auto}.meetings-slider__item{background-color:#f2f4f8;height:auto;padding:4rem}@media screen and (max-width:47.9375em){.meetings-slider__item{padding:4rem 2.4rem}}.meetings-slider__item .label{box-shadow:0 4px 15px rgba(0,0,0,.1)}.meetings-slider__item h3{margin:3rem 0 0}@media screen and (max-width:47.9375em){.meetings-slider__item h3{margin:2.4rem 0 0}}.meetings-slider__item__list{margin:3.2rem 0 0}.meetings-slider__item__list__item{border-bottom:.1rem solid #e0e4ec;margin:0 0 1.6rem;padding:0 0 1.6rem}.meetings-slider__item__list__item:hover h6{color:#0d5b56}.meetings-slider__item__list__item:last-child{border-bottom:none;margin:0;padding:0}.meetings-slider__item__list__item a{color:#161531}.meetings-slider__item__list__item__date{align-items:center;display:flex}.meetings-slider__item__list__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.meetings-slider__item__list__item h6{margin:.6rem 0 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.documents-section{margin:14rem 0}@media screen and (max-width:64em){.documents-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.documents-section{margin:6rem 0}}.documents-section__wrap{display:flex;flex-wrap:wrap;margin:10rem -8.7rem -4rem}@media screen and (max-width:64em){.documents-section__wrap{margin:6rem 0}}@media screen and (max-width:47.9375em){.documents-section__wrap{margin:4rem 0}}.documents-section__group-wrap{margin:0 0 4rem;padding:0 8.7rem;width:50%}@media screen and (max-width:64em){.documents-section__group-wrap{padding:0;width:100%}}@media screen and (max-width:47.9375em){.documents-section__group-wrap{margin:0 0 2.4rem}}@media screen and (max-width:64em){.documents-section__group-wrap:last-child{margin:0}}.documents-section__group-wrap:last-child .documents-section__group{border-bottom:0;padding:0}.documents-section__group-wrap.hide{display:none}.documents-section__group{border-bottom:.1rem solid #e0e4ec;display:flex;padding:0 0 4rem}@media screen and (max-width:47.9375em){.documents-section__group{flex-direction:column;padding:0 0 2.4rem}}.documents-section__group__left{margin:0 4.5rem 0 0}.documents-section__group__right{flex:1;padding:1.3rem 0 0}@media screen and (max-width:47.9375em){.documents-section__group__right{margin:1.6rem 0 0;padding:0}}.documents-section__documents{margin:0}.documents-section__documents__item{margin:0 0 2.4rem}@media screen and (max-width:47.9375em){.documents-section__documents__item{margin:0 0 1.6rem}}.documents-section__documents__item a{align-items:flex-start;color:#161531;display:flex;justify-content:space-between;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.documents-section__documents__item a:hover{color:#0d5b56}.documents-section__documents__item a:hover svg{transform:translateX(.5rem)}.documents-section__documents__item a svg{flex:none;margin:.8rem 0 0 1.6rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.documents-section__documents__item a svg{margin:.8rem 0 0 1.6rem}}.documents-section__documents__item a svg path{fill:#161531}.documents-section__documents__item:last-child{margin:0}.documents-section__more-btn{margin-top:4rem}.table-section{margin:14rem 0}@media screen and (max-width:64em){.table-section{margin:8rem 0}}@media screen and (max-width:47.9375em){.table-section{margin:6rem 0}}.table-section__tables{margin:10rem 0 0;position:relative}@media screen and (max-width:64em){.table-section__tables{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.table-section__tables{margin:3.2rem 0 0}}.table-section__tabs-wrap{margin:6rem 0 0}@media screen and (max-width:47.9375em){.table-section__tabs-wrap{margin:2.4rem 0 0}}.table-section__table{left:0;top:0}.table-section__table__top{display:flex;justify-content:space-between;margin:0 0 1.2rem}@media screen and (max-width:47.9375em){.table-section__table__top{flex-direction:column}}.table-section__table__top p{color:#777f9e;margin:0}@media screen and (max-width:47.9375em){.table-section__table__top p{margin:0 0 .8rem}.table-section__table__top p:last-child{margin:0}}.table-section .table-wrap{margin:0}.table-section .table-wrap table{text-align:right}.table-section .table-wrap table thead td,.table-section .table-wrap table thead th{border-bottom:.1rem solid #161531!important;border-top:.1rem solid #e0e4ec!important}.table-section .table-wrap table td:first-child,.table-section .table-wrap table th:first-child{text-align:left}.table-section .table-wrap table tbody td,.table-section .table-wrap table tbody th{border-right:.1rem solid #e0e4ec!important}.table-section .table-wrap table tbody td:last-child,.table-section .table-wrap table tbody th:last-child{border-right:none!important}.performance-blocks__wrap{display:flex;margin:0 -1.6rem}@media screen and (max-width:64em){.performance-blocks__wrap{flex-direction:column}}@media screen and (max-width:47.9375em){.performance-blocks__wrap{margin:0}}.performance-blocks__column{display:flex;flex-direction:column;margin:10rem 1.6rem 0;width:50%}@media screen and (max-width:64em){.performance-blocks__column{width:100%}}@media screen and (max-width:47.9375em){.performance-blocks__column{margin:6rem 0 0;width:100%}}.performance-blocks__legend{display:flex;justify-content:center;margin-top:4rem}@media screen and (max-width:47.9375em){.performance-blocks__legend{justify-content:start}}.performance-blocks__legend__item{align-items:center;display:flex;margin:0 1.9rem}@media screen and (max-width:47.9375em){.performance-blocks__legend__item{margin-left:0;margin-right:1.4rem}}.performance-blocks__legend__item .circle{border-radius:100%;height:1rem;margin-right:1rem;width:1rem}.performance-blocks__legend__item .circle__green{background-color:#0d5b56}.performance-blocks__legend__item .circle__blue{background-color:#010963}.performance-blocks .performance-block__wrap{display:flex;margin-top:4rem}@media screen and (max-width:47.9375em){.performance-blocks .performance-block__wrap{flex-direction:column}}.performance-blocks .performance-block__item{flex-basis:0;flex-grow:1;padding:3.4rem 3.2rem 4rem}.performance-blocks .performance-block__item:nth-child(3n+1){background-color:#f2f4f8}.performance-blocks .performance-block__item:nth-child(3n+2){background-color:#fff}.performance-blocks .performance-block__item:nth-child(3n+3){background-color:#e0e4ec}.performance-blocks .performance-block__item .green{color:#0d5b56}.performance-blocks .performance-block__item .blue{color:#010963}.performance-rating{margin:14rem 0}@media screen and (max-width:64em){.performance-rating{margin:8rem 0}}@media screen and (max-width:47.9375em){.performance-rating{margin:6rem 0}}.performance-rating__wrap{display:flex;margin:4rem -1.6rem 0}@media screen and (max-width:64em){.performance-rating__wrap{flex-direction:column}}@media screen and (max-width:47.9375em){.performance-rating__wrap{margin:3.2rem -1.6rem 0}}.performance-rating__wrap .text-block-with-image__right__stars{background-color:#f2f4f8;flex-basis:0;flex-grow:1;margin-left:1.6rem;margin-right:1.6rem;padding:5.6rem 4.2rem}@media screen and (max-width:64em){.performance-rating__wrap .text-block-with-image__right__stars{margin-top:0}.performance-rating__wrap .text-block-with-image__right__stars:last-child{margin-bottom:0;margin-top:0}}.performance-rating__wrap .text-block-with-image__right__stars:before{display:none}.performance-rating__wrap .text-block-with-image__right__stars__wrap{margin-bottom:2.6rem}.performance-rating__wrap .text-block-with-image__right__stars .h4{margin-bottom:.8rem}.performance-rating__wrap .text-block-with-image__right__stars .par{margin-top:2.2rem}.vertical-slider,.vertical-slider-mobile{margin:14rem 0}@media screen and (max-width:64em){.vertical-slider,.vertical-slider-mobile{margin:8rem 0}}@media screen and (max-width:47.9375em){.vertical-slider,.vertical-slider-mobile{margin:6rem 0}}.vertical-slider-mobile__top,.vertical-slider__top{align-items:center;display:none;justify-content:space-between}@media screen and (max-width:64em){.vertical-slider-mobile__top,.vertical-slider__top{display:flex;margin:0 0 4rem}}.vertical-slider-mobile__wrap,.vertical-slider__wrap{align-items:center;display:flex;justify-content:space-between;margin:0 -2.4rem}@media screen and (max-width:64em){.vertical-slider-mobile__wrap,.vertical-slider__wrap{flex-direction:column;margin:0}}.vertical-slider-mobile__year,.vertical-slider__year{height:6.1rem;width:100%}.vertical-slider-mobile__year .swiper-slide,.vertical-slider__year .swiper-slide{font-size:4.8rem;font-weight:600;line-height:6.1rem;text-align:left}.vertical-slider-mobile__left,.vertical-slider__left{max-width:65.5rem;padding:0 2.4rem;width:50%}@media screen and (max-width:64em){.vertical-slider-mobile__left,.vertical-slider__left{max-width:100%;padding:0;width:100%}}.vertical-slider-mobile__right,.vertical-slider__right{max-width:42.8rem;padding:0 2.4rem;position:relative;width:50%}@media screen and (max-width:64em){.vertical-slider-mobile__right,.vertical-slider__right{display:none;width:100%}}.vertical-slider-mobile__slider,.vertical-slider__slider{height:60.7rem;position:relative}@media screen and (max-width:47.9375em){.vertical-slider-mobile__slider,.vertical-slider__slider{height:107.5rem}}.vertical-slider-mobile__slider:before,.vertical-slider__slider:before{border-left:.2rem dashed #777f9e;content:"";height:calc(100% - .2rem);left:.6rem;position:absolute;top:.2rem;width:.1rem}.vertical-slider-mobile__slider:after,.vertical-slider__slider:after{background:#fff;background:linear-gradient(0deg,#fff,rgba(0,212,255,0));bottom:0;content:"";height:10rem;left:0;pointer-events:none;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1}.vertical-slider-mobile__slider--end:after,.vertical-slider__slider--end:after{opacity:0}.vertical-slider-mobile__slider .swiper,.vertical-slider-mobile__slider .swiper-mobile,.vertical-slider__slider .swiper,.vertical-slider__slider .swiper-mobile{height:100%}.vertical-slider-mobile__slider .swiper .swiper-slide,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide,.vertical-slider__slider .swiper .swiper-slide,.vertical-slider__slider .swiper-mobile .swiper-slide{height:auto;padding:0 0 3.2rem 4.8rem;position:relative}.vertical-slider-mobile__slider .swiper .swiper-slide:last-child,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:last-child,.vertical-slider__slider .swiper .swiper-slide:last-child,.vertical-slider__slider .swiper-mobile .swiper-slide:last-child{padding-bottom:0}.vertical-slider-mobile__slider .swiper .swiper-slide:after,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:after,.vertical-slider__slider .swiper .swiper-slide:after,.vertical-slider__slider .swiper-mobile .swiper-slide:after{background-color:#4090e7;border-radius:50%;content:"";height:1.4rem;left:0;position:absolute;top:.2rem;width:1.4rem}.vertical-slider-mobile__slider .swiper .swiper-slide:before,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:before,.vertical-slider__slider .swiper .swiper-slide:before,.vertical-slider__slider .swiper-mobile .swiper-slide:before{background-color:#fff;border-radius:50%;content:"";height:.6rem;left:.4rem;position:absolute;top:.6rem;width:.6rem;z-index:1}.vertical-slider-mobile__slider .swiper .swiper-slide h4,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide h4,.vertical-slider__slider .swiper .swiper-slide h4,.vertical-slider__slider .swiper-mobile .swiper-slide h4{font-size:1.4rem;font-weight:600;line-height:1.8rem}.vertical-slider-mobile__slider .swiper .swiper-slide h3,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide h3,.vertical-slider__slider .swiper .swiper-slide h3,.vertical-slider__slider .swiper-mobile .swiper-slide h3{margin:.8rem 0 0}.vertical-slider-mobile__slider .swiper .swiper-slide p,.vertical-slider-mobile__slider .swiper-mobile .swiper-slide p,.vertical-slider__slider .swiper .swiper-slide p,.vertical-slider__slider .swiper-mobile .swiper-slide p{margin:2.4rem 0 0}.vertical-slider-mobile__slider .swiper-mobile,.vertical-slider__slider .swiper-mobile{height:auto}.vertical-slider-mobile__image-wrap,.vertical-slider__image-wrap{position:relative}.vertical-slider-mobile__image-wrap:after,.vertical-slider__image-wrap:after{content:"";display:block;padding-bottom:158.68%}.vertical-slider-mobile__image,.vertical-slider__image{height:100%;left:0;position:absolute;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.vertical-slider-mobile__image,.vertical-slider__image{display:none}}.vertical-slider-mobile__image img,.vertical-slider__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.vertical-slider-mobile__navigation,.vertical-slider__navigation{align-items:center;background-color:#010963;border-radius:50%;bottom:4rem;display:flex;flex-direction:column;height:14.3rem;justify-content:center;left:-4.75rem;position:absolute;width:14.3rem;z-index:1}.vertical-slider-mobile__nav,.vertical-slider__nav{background-color:transparent;border:none;height:3rem;margin:0 0 1.6rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:3rem}.vertical-slider-mobile__nav:last-child,.vertical-slider__nav:last-child{margin:0}.vertical-slider-mobile__nav--prev svg,.vertical-slider__nav--prev svg{transform:rotate(180deg)}.vertical-slider-mobile__nav.swiper-button-disabled,.vertical-slider__nav.swiper-button-disabled{cursor:default;opacity:.5}.vertical-slider-mobile__slider{height:auto}.vertical-slider-mobile__slider:after,.vertical-slider-mobile__slider:before{display:none}.vertical-slider-mobile__slider .swiper-mobile{margin-bottom:9.5rem}.vertical-slider-mobile__slider .swiper-mobile .swiper-slide{padding-bottom:0;padding-left:0;position:relative}.vertical-slider-mobile__slider .swiper-mobile .swiper-slide:before{background-color:transparent;border-left:.2rem dashed #777f9e;border-radius:0;content:"";height:calc(100% - .2rem);left:.6rem;position:absolute;top:.2rem;width:.1rem;z-index:-1}.vertical-slider-mobile__slider .slide{height:auto;padding:0 0 3.2rem 4.8rem;position:relative}.vertical-slider-mobile__slider .slide:last-child{padding-bottom:0}.vertical-slider-mobile__slider .slide:after{background-color:#4090e7;border-radius:50%;content:"";height:1.4rem;left:0;position:absolute;top:.2rem;width:1.4rem}.vertical-slider-mobile__slider .slide:before{background-color:#fff;border-radius:50%;content:"";height:.6rem;left:.4rem;position:absolute;top:.6rem;width:.6rem;z-index:1}.vertical-slider-mobile__slider .slide h4{font-size:1.4rem;font-weight:600;line-height:1.8rem}.vertical-slider-mobile__slider .slide h3{margin:.8rem 0 0}.vertical-slider-mobile__slider .slide p{margin:2.4rem 0 0}@media screen and (max-width:64em){.vertical-slider{display:none}}.vertical-slider-mobile__top{display:none;margin-top:6rem}.vertical-slider-mobile__slider{display:none}@media screen and (max-width:64em){.vertical-slider-mobile__top{display:flex}.vertical-slider-mobile__slider{display:block}}.search-results-header{font-size:3.6rem;line-height:4.6rem;margin:0 0 4rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.search-results-header.is-loading{opacity:.4}@media screen and (max-width:47.9375em){.search-results-header{font-size:1.8rem;line-height:2.3rem;margin:0 0 3.2rem}}.search-results-header.is-hidden,.search-results-header__all{display:none}.search-results-header__all.is-active{display:block}.search-results-header__search{display:none}.search-results-header__search.is-active{display:block}.search-results-header__keyword-wrap.is-hidden{display:none}.link-labels{margin:-5rem 0 9.2rem}@media screen and (max-width:47.9375em){.link-labels{margin:-3.2rem 0 6rem}}.link-labels h3{font-size:1.6rem;font-weight:700;line-height:2.6rem}.link-labels__wrap{display:flex;flex-wrap:wrap;margin:1.6rem 0 -1.6rem}@media screen and (max-width:47.9375em){.link-labels__wrap{margin:1.6rem 0 -.8rem}}.link-labels__item{display:inline-flex;margin:0 2.4rem 1.6rem 0}@media screen and (max-width:47.9375em){.link-labels__item{margin:0 0 .8rem;width:100%}}.link-labels__item a{background-color:#f2f4f8;color:#161531;display:inline-flex;font-size:1.6rem;font-weight:400;line-height:2.6rem;padding:1.2rem 2.4rem;transition:color .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.link-labels__item a{display:flex;justify-content:space-between;padding:1.4rem 1.6rem;width:100%}}.link-labels__item a:hover{color:#0d5b56}.link-labels__item a:hover svg{transform:translateX(.5rem)}.link-labels__item a:hover svg path{fill:#0d5b56}.link-labels__item a svg{flex:none;margin:0 0 0 2.4rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.link-labels__item a svg{margin:0 0 0 1.6rem}}.link-labels__item a svg path{fill:#161531;transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.search-hero{margin:0 0 10rem}@media screen and (max-width:64em){.search-hero{margin:0 0 6rem}}@media screen and (max-width:47.9375em){.search-hero{margin:0 0 2.4rem}}.team-members{margin:9.2rem 0 14rem;position:relative}@media screen and (max-width:64em){.team-members{margin:6rem 0}}@media screen and (max-width:47.9375em){.team-members{margin:2.4rem 0 6rem}}.team-members .btn-wrap{justify-content:center;margin:6rem 0 0}.team-members .btn-wrap.is-hidden{display:none}.team-members__wrap{display:flex;flex-wrap:wrap;margin:0 -1.9rem -8rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.team-members__wrap.is-loading .team-members__item-wrap{opacity:.4;pointer-events:none}@media screen and (max-width:64em){.team-members__wrap{margin:0 -1.9rem -6rem}}@media screen and (max-width:47.9375em){.team-members__wrap{margin:0 -1.9rem}}.team-members__item-wrap{margin:0 0 8rem;padding:0 1.9rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:33.3333%}@media screen and (max-width:64em){.team-members__item-wrap{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.team-members__item-wrap{margin:0 0 4rem;width:100%}.team-members__item-wrap:last-child{margin:0}}.team-members__item{background-color:transparent;border:none;padding:0;text-align:left;width:100%}.team-members__item:hover .team-members__item__image img{transform:scale(.98)}.team-members__item:hover h3{color:#0d5b56}.team-members__item__position{margin:.8rem 0 0}.team-members__item__arrow{display:none;margin:1.6rem 0 0}@media screen and (max-width:47.9375em){.team-members__item__arrow{display:block}}.team-members__item__arrow svg{width:1.9rem}.team-members__item__location{align-items:center;display:flex;margin:2rem 0 0}@media screen and (max-width:47.9375em){.team-members__item__location{margin:1.6rem 0 0}}.team-members__item__location svg{flex:none;margin:0 1rem 0 0}.team-members__item__location svg path{stroke:#161531}.team-members__item__image{background-color:#f2f4f8;position:relative;transition:background-color .3s cubic-bezier(.25,.46,.45,.94)}.team-members__item__image:before{background:linear-gradient(180deg,rgba(22,21,49,0) 9.51%,rgba(22,21,49,.76));bottom:0;content:"";height:46.3636%;left:0;opacity:0;position:absolute;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:1}.team-members__item__image:after{content:"";display:block;padding-bottom:85.9375%}.team-members__item__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.team-members__item h3{margin:4rem 0 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}@media screen and (max-width:47.9375em){.team-members__item h3{margin:2.4rem 0 0}}.member-card__position{margin:1.6rem 0 0}.member-card__cred{margin:4.5rem 0 0}.member-card__cred__item{display:flex;font-size:14px;font-weight:400;line-height:18px;margin:0 0 2.4rem}.member-card__cred__item a{color:#161531}.member-card__cred__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.member-card__cred__item:last-child{margin:0}.member-card__cred__item svg{flex:none;margin:0 1.6rem 0 0;width:1.6rem}.member-card__cred__item svg path{stroke:#161531}.member-card__image{background-color:#f2f4f8;position:relative}.member-card__image:after{content:"";display:block;padding-bottom:94.594%}.member-card__image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;transform-origin:bottom center;width:100%}.member-card__top{display:flex}@media screen and (max-width:64em){.member-card__top{flex-direction:column}}.member-card__top__left{width:45.741%}@media screen and (max-width:64em){.member-card__top__left{width:100%}}.member-card__top__right{padding:0 0 0 6rem;width:54.259%}@media screen and (max-width:64em){.member-card__top__right{margin:2.4rem 0 0;padding:0;width:100%}}@media screen and (max-width:47.9375em){.member-card__top__right{padding:0 2.4rem}}.member-card__top__right--no-padding{padding:0}@media screen and (max-width:47.9375em){.member-card__top__right--no-padding{padding:0 2.4rem}}.member-card__bottom{border-top:.1rem solid rgba(224,228,236,.5);margin:4rem 0 0;padding:4rem 0 0}@media screen and (max-width:47.9375em){.member-card__bottom{margin:2.4rem 2.4rem 0;padding:2.4rem 0 0}}.member-card__bottom p{margin:2.4rem 0 0}.team-member-inner{margin:0 0 14rem}@media screen and (max-width:64em){.team-member-inner{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.team-member-inner{margin:0 0 6rem}.team-member-inner .container{padding:0}}.team-member-inner__wrap{margin:0 auto;max-width:100rem}.team-member__wrap{display:flex;justify-content:space-between}@media screen and (max-width:47.9375em){.team-member__wrap{flex-direction:column}}.team-member__item__image{align-items:flex-end;background-color:#f2f4f8;display:flex;max-width:49.2rem;width:50%}@media screen and (max-width:47.9375em){.team-member__item__image{max-width:100%;width:100%}}.team-member__item__content{width:50%}@media screen and (max-width:78.125em){.team-member__item__content{padding-left:2.4rem}}@media screen and (max-width:47.9375em){.team-member__item__content{max-width:100%;padding-left:0;width:100%}.team-member__item__content h3{font-size:2.4rem;line-height:3.2rem;margin-top:2.4rem}}.team-member__item__content .member-card__cred__item{font-size:1.8rem;line-height:3rem}@media screen and (max-width:47.9375em){.team-member__item__content .member-card__cred__item{font-size:1.6rem;line-height:2.6rem;margin:0 0 1.8rem}}.team-member__item__content .member-card__cred__item svg{width:auto}.team-member__item__position{margin:2.4rem 0 4.6rem}@media screen and (max-width:47.9375em){.team-member__item__position{margin:.8rem 0 2.4rem}}.team-member__item__profile{margin-top:4rem}@media screen and (max-width:47.9375em){.team-member__item__profile{margin:0 0 2.4rem}}.locations-section{padding:10rem 0 18.8rem}.locations-section--image-right .locations-section__left{order:2}.locations-section--image-right .locations-section__left .locations-section__image{left:0;right:auto}.locations-section--image-right .locations-section__image-text{left:-4.8rem;right:auto}@media screen and (max-width:64em){.locations-section--image-right .locations-section__image-text{left:auto;right:-4rem}}@media screen and (max-width:47.9375em){.locations-section--image-right .locations-section__image-text{right:-2.4rem}}.locations-section__content{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.locations-section__content{flex-direction:column}}.locations-section__image-text{background-color:#010963;bottom:-4.8rem;color:#fff;max-width:35.9rem;padding:4rem;position:absolute;right:-4.8rem;z-index:2}@media screen and (max-width:64em){.locations-section__image-text{left:auto;right:-4rem}}@media screen and (max-width:47.9375em){.locations-section__image-text{padding:2.4rem 4rem;right:-2.4rem}}.locations-section__image-wrap{position:relative}.locations-section__image-wrap:after{content:"";display:block;padding-bottom:146.09375%}@media screen and (max-width:64em){.locations-section__image-wrap:after{padding-bottom:112.82051282%}}.locations-section__image{height:100%;position:absolute;right:0;top:0;width:calc(100% + 15.2rem)}@media screen and (max-width:64em){.locations-section__image{width:100%}}.locations-section__left{max-width:38.1rem;position:relative;width:50%}@media screen and (max-width:64em){.locations-section__left{max-width:100%;width:100%}}.locations-section__left img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.locations-section__right{width:50%}@media screen and (max-width:64em){.locations-section__right{margin:6.4rem 0 0;order:3;width:100%}}.locations-section__right .btn-wrap,.locations-section__right p{margin:4rem 0 0}@media screen and (max-width:47.9375em){.locations-section__right .btn-wrap{margin:2.4rem 0 0}}.locations-section__right__items{margin:4rem 0 0}@media screen and (max-width:47.9375em){.locations-section__right__items{margin:2.4rem 0 0}}.locations-section__right__item{display:flex;margin:0 0 2.8rem}@media screen and (max-width:47.9375em){.locations-section__right__item{margin:0 0 1.6rem}}.locations-section__right__item:last-child{margin:0}.locations-section__right__item svg{flex:none;margin:0 2.5rem 0 0;width:2.4rem}.locations-section__right__item svg path{stroke:#161531}.locations-section__right__item a{color:#161531}.locations-section__right__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.locations-section__right__item p{margin:0}@media screen and (max-width:64em){.locations-section{padding:5rem 0 9.4rem}}@media screen and (max-width:47.9375em){.locations-section{margin-top:6rem;opacity:1!important;padding-bottom:0;padding-top:0;position:relative!important;rotate:none;scale:none;transform:translate(0)!important;translate:none;visibility:visible!important}}.locations-section.active{display:block}@media screen and (max-width:47.9375em){.locations-section.active{position:relative;top:auto;transform:translateX(0);visibility:visible}}.locations-section.inactive{position:absolute;top:0;transform:translateX(-100%);visibility:hidden}@media screen and (max-width:47.9375em){.locations-section.inactive{position:relative;top:auto;transform:translateX(0);visibility:visible}}.location-nav{overflow:hidden}@media screen and (max-width:47.9375em){.location-nav .container{overflow:auto;padding:0}}.location-nav__wrap{display:flex;justify-content:space-between;padding-bottom:.2rem;position:relative}.location-nav__wrap:after{background-color:rgba(22,21,49,.12);bottom:0;content:"";height:.2rem;position:absolute;width:100%}@media screen and (max-width:47.9375em){.location-nav__wrap{display:inline-flex}}.location-nav__item{color:#161531;cursor:pointer;font-size:2rem;font-weight:400;line-height:3.2rem;padding:1.6rem .5rem;position:relative;transition:font-weight .3s cubic-bezier(.25,.46,.45,.94),color .3s cubic-bezier(.25,.46,.45,.94)}.location-nav__item:after{background-color:transparent;bottom:-.2rem;content:"";height:.2rem;left:0;position:absolute;transition:background-color .3s cubic-bezier(.25,.46,.45,.94);width:100%}.location-nav__item.active{color:#0d5b56;font-weight:700}.location-nav__item.active:after{background-color:#0d5b56}@media screen and (max-width:47.9375em){.location-nav__item{padding-left:2.2rem;padding-right:2.2rem}.location-nav__item:after{left:2.2rem;width:calc(100% - 4.4rem)}}.locations-wrap{position:relative}@media screen and (max-width:64em){.locations-wrap{margin:0}}@media screen and (max-width:47.9375em){.locations-wrap{margin:6rem 0}}.bricks-wrap{bottom:0;position:absolute;right:0;z-index:-1}@media screen and (max-width:47.9375em){.bricks-wrap{display:none}}.data-split{margin:14rem 0 12rem}@media screen and (max-width:64em){.data-split{margin:8rem 0}}@media screen and (max-width:47.9375em){.data-split{margin:6rem 0}}.data-split h2{text-align:center}@media screen and (max-width:47.9375em){.data-split h2{text-align:left}}.data-split .section-header p{margin-left:auto;margin-right:auto;max-width:58.5rem}.data-split__tabs{margin:6rem 0 0}@media screen and (max-width:47.9375em){.data-split__tabs{margin:2.4rem 0 0}}.data-split__text{margin:6.4rem 0 0;text-align:center}@media screen and (max-width:47.9375em){.data-split__text{margin:3.2rem 0 0;text-align:left}}.data-split__text p{opacity:0}.data-split__data{display:flex;margin:10rem 0 0}@media screen and (max-width:64em){.data-split__data{margin:8rem 0 0}}@media screen and (max-width:47.9375em){.data-split__data{flex-direction:column;margin:3.2rem 0 0}}.data-split__data__item{min-width:17.5rem;padding:0 .3rem 0 0}@media screen and (max-width:47.9375em){.data-split__data__item{width:100%!important}}.data-split__data__item:last-child{padding:0}.data-split__data__item:first-child .data-split__data__item__line{background-color:#010963}.data-split__data__item:first-child .data-split__data__item__card{background-color:#eaf3fe}@media screen and (max-width:47.9375em){.data-split__data__item:first-child .data-split__data__item__card{background-color:#010963;color:#fff;margin:0}}.data-split__data__item:nth-child(2) .data-split__data__item__line{background-color:#e0e4ec}.data-split__data__item:nth-child(2) .data-split__data__item__card{background-color:rgba(224,228,236,.5)}.data-split__data__item:nth-child(2) .data-split__data__item__card:before{border-color:transparent transparent rgba(224,228,236,.5)}@media screen and (max-width:47.9375em){.data-split__data__item:nth-child(2) .data-split__data__item__card{background-color:#e0e4ec}}.data-split__data__item:nth-child(3) .data-split__data__item__line{background-color:#0d5b56}.data-split__data__item:nth-child(3) .data-split__data__item__card{background-color:#e8f3f5}.data-split__data__item:nth-child(3) .data-split__data__item__card:before{border-color:transparent transparent #e8f3f5}@media screen and (max-width:47.9375em){.data-split__data__item:nth-child(3) .data-split__data__item__card{background-color:#0d5b56;color:#fff}}.data-split__data__item__line{height:2rem}@media screen and (max-width:47.9375em){.data-split__data__item__line{display:none}}.data-split__data__item__card{margin:2.8rem 0 0;padding:3.2rem;position:relative;width:16.9rem}@media screen and (max-width:47.9375em){.data-split__data__item__card{margin:1.6rem 0 0;padding:4rem;text-align:center;width:100%}.data-split__data__item__card:first-child{display:none}}.data-split__data__item__card:before{border-color:transparent transparent #eaf3fe;border-style:solid;border-width:0 1.5rem 1.2rem;bottom:100%;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}@media screen and (max-width:47.9375em){.data-split__data__item__card:before{display:none}.data-split__data__item__card h3{font-size:3.6rem;font-weight:600;line-height:4.6rem}}.data-split__data__item__card p{margin:.8rem 0 0}@media screen and (max-width:47.9375em){.data-split__data__item__card p{margin:1.6rem 0 0}}.data-split__data__item__card__middle{margin:2.8rem auto 0}@media screen and (max-width:47.9375em){.data-split__data__item__card__middle{margin:1.6rem 0 0}}.properties-slider-2{margin:14rem 0}@media screen and (max-width:64em){.properties-slider-2{margin:8rem 0}}@media screen and (max-width:47.9375em){.properties-slider-2{margin:6rem 0}}.properties-slider-2__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.properties-slider-2__top{align-items:flex-start;flex-direction:column}}.properties-slider-2__top h2{max-width:60rem}@media screen and (max-width:64em){.properties-slider-2__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2__nav{display:none}}.properties-slider-2__slider{margin:8rem 0 0}@media screen and (max-width:64em){.properties-slider-2__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2__slider{margin:2.4rem 0 0}}.properties-slider-2__slider .swiper{display:flex;overflow:visible}.properties-slider-2__slider .swiper .swiper-wrapper{width:auto}.properties-slider-2__slide{color:#161531}@media screen and (min-width:48em){.properties-slider-2__slide:hover .properties-slider-2__slide__image:after{opacity:1}.properties-slider-2__slide:hover .properties-slider-2__slide__image img{transform:scale(1.05)}}.properties-slider-2__slide__image{overflow:hidden;position:relative}.properties-slider-2__slide__image:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;position:relative;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.properties-slider-2__slide__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%}.properties-slider-2__slide__info{margin:4rem 0 0}@media screen and (max-width:47.9375em){.properties-slider-2__slide__info{margin:2.4rem 0 0}}.properties-slider-2__slide__info__bottom{align-items:flex-start;display:flex;flex-wrap:wrap}.properties-slider-2__slide__info__item{display:flex;font-size:1.6rem;font-weight:400;line-height:1.6rem;margin:1.6rem 2.4rem 0 0}.properties-slider-2__slide__info__item:last-child{margin:1.6rem 0 0}.properties-slider-2__slide__info__item svg{margin:0 1.2rem 0 0}.properties-slider-2__slide__info__item svg path{stroke:#161531}.properties-slider-2__nav{margin:4rem 0 0}.properties-slider-2 .btn-wrap{justify-content:center;margin:8rem 0 0}@media screen and (max-width:64em){.properties-slider-2 .btn-wrap{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.properties-slider-2 .btn-wrap{margin:4rem 0 0}}.latest-news-list{margin:0 0 14rem;position:relative}@media screen and (max-width:64em){.latest-news-list{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.latest-news-list{margin:0 0 6rem}}.latest-news-list__wrap{display:flex;flex-wrap:wrap;margin:0 -1.6rem -8rem}@media screen and (max-width:64em){.latest-news-list__wrap{margin:0 -1.6rem -6rem}}@media screen and (max-width:47.9375em){.latest-news-list__wrap{margin:0}}.latest-news-list__wrap.is-loading{opacity:.4;pointer-events:none}.latest-news-list .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.latest-news-list .btn-wrap{margin:4rem 0 0}}.latest-news-list .btn-wrap.is-hidden{display:none}.latest-news-list__empty{align-items:center;display:flex;flex-direction:column}.latest-news-list__empty svg{width:12.8rem}.latest-news-list__empty h3{margin:4rem 0 0}.latest-news-list__empty p{margin:1.6rem 0 0}.news-card{margin:0 0 8rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.news-card{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.news-card{margin:0 0 4rem;padding:0;width:100%}.news-card:last-child{margin:0}}.news-card__item{display:block;position:relative}.news-card__item:hover .news-card__item__image:after{opacity:1}.news-card__item:hover .news-card__item__image img{transform:scale(1.05)}.news-card__item .label{left:1.6rem;position:absolute;top:1.6rem}.news-card__item h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#161531;display:-webkit-box;margin:4rem 0 0;max-width:35rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:47.9375em){.news-card__item h3{margin:2.4rem 0 0}}.news-card__item p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#161531;display:-webkit-box;margin:1.6rem 0 0;overflow:hidden;text-overflow:ellipsis}.news-card__item__image{overflow:hidden;position:relative}.news-card__item__image:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.news-card__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.news-card__item__date{align-items:center;display:flex;margin:2.4rem 0 0}.news-card__item__date time{color:#161531}.news-card__item__date svg{flex:none;margin:0 .8rem 0 0;width:1.6rem}.post-content{margin:8rem 0}@media screen and (max-width:64em){.post-content{margin:6rem 0}}@media screen and (max-width:47.9375em){.post-content{margin:3.2rem 0}}.post-content__wrap{margin:0 auto;max-width:100.8rem}.post-hero{margin:0 0 8rem}@media screen and (max-width:47.9375em){.post-hero{margin:0 0 6rem}}.post-hero__wrap{margin:0 auto;max-width:80rem}.post-hero__wrap p{margin:4rem 0 0}@media screen and (max-width:64em){.post-hero__wrap p{margin:3.6rem 0 0}}@media screen and (max-width:47.9375em){.post-hero__wrap p{margin:1.6rem 0 0}}.post-hero__info{display:flex;margin:4rem 0 0}@media screen and (max-width:64em){.post-hero__info{margin:3.6rem 0 0}}@media screen and (max-width:47.9375em){.post-hero__info{flex-direction:column;margin:1.6rem 0 0}}.post-hero__info__item{align-items:center;display:flex;margin:0 5rem 0 0}@media screen and (max-width:47.9375em){.post-hero__info__item{margin:0 0 1.6rem}}.post-hero__info__item a{color:#161531}.post-hero__info__item a:hover{-webkit-text-decoration:underline;text-decoration:underline}.post-hero__info__item svg{margin:0 1.6rem 0 0;width:1.6rem}.post-hero__info__item:last-child{margin:0}.property-card{margin:0 0 8rem;padding:0 1.6rem;width:33.3333%}@media screen and (max-width:64em){.property-card{margin:0 0 6rem;width:50%}}@media screen and (max-width:47.9375em){.property-card{margin:0 0 4rem;padding:0;width:100%}.property-card:last-child{margin:0}}.property-card__item{display:block;position:relative}.property-card__item h3{color:#161531;margin:4rem 0 0;max-width:35rem}@media screen and (max-width:47.9375em){.property-card__item h3{margin:2.4rem 0 0}}.property-card__item__image{overflow:hidden;position:relative}.property-card__item__image:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:85.9375%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.property-card__item__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.property-card__item__info{display:flex;flex-wrap:wrap;margin:2.8rem 0 -1.6rem}@media screen and (max-width:47.9375em){.property-card__item__info{margin:2.4rem 0 0}}.property-card__item__info__item{align-items:center;display:flex;margin:0 0 1.6rem;padding:0 1.6rem 0 0;width:50%}@media screen and (max-width:47.9375em){.property-card__item__info__item{padding:0;width:100%}.property-card__item__info__item:last-child{margin:0}}.property-card__item__info__item p{color:#161531}.property-card__item__info__item svg{flex:none;height:auto;margin:0 1.6rem 0 0;width:1.6rem}.asset-card__item__info{margin-top:0}.asset-card__item__info .property-card__item__info__item{font-size:1.6rem;line-height:2.6rem;padding-right:0}.asset-card__item__info .property-card__item__info__item:nth-child(2n){padding:0 0 0 1.6rem}@media screen and (max-width:47.9375em){.asset-card__item__info .property-card__item__info__item:nth-child(2n){padding:0}}.latest-properties-list{margin:10rem 0 14rem;position:relative}@media screen and (max-width:64em){.latest-properties-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.latest-properties-list{margin:2.4rem 0 6rem}}.latest-properties-list__wrap{display:flex;flex-wrap:wrap;margin:0 -1.6rem -8rem;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}.latest-properties-list__wrap.is-loading{opacity:.4;pointer-events:none}@media screen and (max-width:47.9375em){.latest-properties-list__wrap{margin:0}}.latest-properties-list .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:64em){.latest-properties-list .btn-wrap{margin:4rem 0 0}}@media screen and (max-width:47.9375em){.latest-properties-list .btn-wrap{margin:3.2rem 0 0}}.latest-properties-list .btn-wrap.is-hidden{display:none}.photo-gallery{background-color:#f2f4f8;padding:12rem 0}@media screen and (max-width:64em){.photo-gallery{padding:8rem 0}}@media screen and (max-width:47.9375em){.photo-gallery{padding:6rem 0}}.photo-gallery__top{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:64em){.photo-gallery__top{align-items:flex-start;flex-direction:column}}.photo-gallery__top h2{max-width:60rem}@media screen and (max-width:64em){.photo-gallery__nav{margin:2.4rem 0 0}}@media screen and (max-width:47.9375em){.photo-gallery__nav{display:none}}.photo-gallery__slider{margin:8rem 0 0}@media screen and (max-width:64em){.photo-gallery__slider{margin:6rem 0 0}}@media screen and (max-width:47.9375em){.photo-gallery__slider{margin:2.4rem 0 0}}.photo-gallery__slider .swiper{display:flex;overflow:visible}.photo-gallery__slider .swiper .swiper-wrapper{width:auto}.photo-gallery__item{overflow:hidden;position:relative}.photo-gallery__item:active,.photo-gallery__item:focus{border:none;outline:none}@media screen and (min-width:48em){.photo-gallery__item:hover:after{opacity:1}.photo-gallery__item:hover img{transform:scale(1.05)}}.photo-gallery__item:after{background-color:rgba(22,21,49,.2);content:"";display:block;opacity:0;padding-bottom:69.257%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);z-index:2}.photo-gallery__item img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .3s cubic-bezier(.25,.46,.45,.94);width:100%;z-index:-1}.fancybox-zoomIn{animation:fancybox-zoomIn .25s ease both}.fancybox-zoomOut{animation:fancybox-zoomOut .15s ease both}@keyframes fancybox-zoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes fancybox-zoomOut{to{opacity:0;transform:scale(.75)}}:root{--fancybox-accent-color:#034b99!important}.fancybox__thumb{border-radius:0}.fancybox__thumb:after{border-radius:0!important}.job-item{border-bottom:.2rem solid #e0e4ec;display:flex;position:relative;transition:border-color .3s cubic-bezier(.25,.46,.45,.94);width:100%}@media screen and (max-width:47.9375em){.job-item{flex-direction:column}}.job-item:hover{border-bottom:.2rem solid #0d5b56}@media screen and (max-width:47.9375em){.job-item:hover{border-bottom:.2rem solid #e0e4ec}}.job-item--is-hidden{display:none;opacity:0}.job-item__article{align-items:center;display:flex;justify-content:space-between;padding:4rem 0;width:100%}@media screen and (max-width:47.9375em){.job-item__article{padding:2.4rem 0}}.job-item__content h3{color:#161531}.job-item__content__info{align-items:center;display:flex;margin-top:1rem}@media screen and (max-width:47.9375em){.job-item__content__info{align-items:flex-start;flex-direction:column}}.job-item__content__info span{align-items:center;color:#161531;display:flex;font-size:1.6rem;font-weight:400;line-height:2.6rem}@media screen and (max-width:47.9375em){.job-item__content__info span{margin:0 0 1.6rem}.job-item__content__info span:last-child{margin:0}}.job-item__content__info span svg{display:flex;margin-right:.8rem}.job-item__content__info span:nth-child(2){margin-left:1.2rem;padding-left:1.6rem;position:relative}@media screen and (max-width:47.9375em){.job-item__content__info span:nth-child(2){margin:0;padding:0}}.job-item__content__info span:nth-child(2):after{background-color:#161531;border-radius:100%;content:"";height:.4rem;left:0;position:absolute;top:50%;transform:translateY(-50);width:.4rem}@media screen and (max-width:47.9375em){.job-item__content__info span:nth-child(2):after{display:none}}.job-item__links{align-items:center;display:flex;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media screen and (max-width:47.9375em){.job-item__links{padding:0 0 2.4rem;position:static;transform:none}}.job-item__links__item{margin:0 2.4rem 0 0;padding:0 2.4rem 0 0;position:relative}.job-item__links__item:after{background-color:#e0e4ec;content:"";height:2.4rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.1rem}.job-item__links__item:last-child{margin:0;padding:0}.job-item__links__item:last-child:after{display:none}.job-item__links__item__linkedin:hover svg .path-circle{fill:#2867b2}.job-item__links__item__linkedin svg path{transition:fill .3s cubic-bezier(.25,.46,.45,.94)}.job-item__links__item__apply{align-items:center;background-color:transparent;border:none;display:flex;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:0}.job-item__links__item__apply__arrow{margin:0 0 0 1.6rem;position:relative}.job-item__links__item__apply__arrow svg{width:3rem}.job-item__links__item__apply__arrow__hover{align-items:center;background-color:#0d5b56;border-radius:50%;clip-path:circle();display:flex;height:4.8rem;justify-content:flex-start;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);width:4.8rem}.job-item__links__item__apply__arrow__hover__test{background-color:red;border-radius:50%;height:100%;width:100%}.job-item__links__item__apply__arrow__hover svg{left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.job-item__links__item__apply:hover .job-item__links__item__apply__arrow__hover{opacity:1;transform:translate(.9rem,-50%)}.job-item__links__item__apply:hover .job-item__links__item__apply__arrow__hover svg{transform:translateY(-50%)}.latest-jobs-list{margin:14rem 0;position:relative}@media screen and (max-width:64em){.latest-jobs-list{margin:8rem 0}}@media screen and (max-width:47.9375em){.latest-jobs-list{margin:6rem 0}.latest-jobs-list--empty{margin:0}.latest-jobs-list__container--empty{padding:0}.latest-jobs-list__el{display:none}}.latest-jobs-list__el svg{bottom:0;position:absolute;z-index:0}.latest-jobs-list__el svg:first-child{left:0}.latest-jobs-list__el svg:last-child{right:0}.latest-jobs-list__empty{align-items:center;background:#0d5b56;color:#fff;display:flex;justify-content:space-between;padding:6rem 8rem;position:relative}@media screen and (max-width:47.9375em){.latest-jobs-list__empty{flex-direction:column;padding:6rem 2.4rem}}.latest-jobs-list__empty h3{max-width:37.6rem;padding-right:2.4rem;z-index:1}.latest-jobs-list__empty__content{border-left:1px solid hsla(0,0%,100%,.4);max-width:61.5rem;padding-left:14rem;width:100%;z-index:1}@media screen and (max-width:47.9375em){.latest-jobs-list__empty__content{border-left:none;border-top:1px solid hsla(0,0%,100%,.4);margin:3.2rem 0 0;padding:3.2rem 0 0}}.latest-jobs-list__empty__content p{margin-top:1.6rem}.latest-jobs-list__empty__content p br{display:none}@media screen and (max-width:47.9375em){.latest-jobs-list__empty__content h5{font-size:2.4rem;line-height:3.2rem}}.latest-jobs-list__wrap{margin:5.2rem 0 0}@media screen and (max-width:47.9375em){.latest-jobs-list__wrap{margin:3.7rem 0 0}}.latest-jobs-list .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.latest-jobs-list .btn-wrap{margin:3.2rem 0 0}}#careers-modal .wpcf7 .wpcf7-form-control-wrap,#careers-modal-open .wpcf7 .wpcf7-form-control-wrap{width:100%}#careers-modal .wpcf7 .input-group,#careers-modal-open .wpcf7 .input-group{align-items:flex-start;margin:0 -1.6rem}#careers-modal .wpcf7 .input-group .input-wrap,#careers-modal-open .wpcf7 .input-group .input-wrap{margin:0 0 3.2rem;padding:0 1.6rem}#careers-modal .wpcf7 .form__bottom,#careers-modal-open .wpcf7 .form__bottom{border-top:.2rem solid #f2f4f8;padding:3.2rem 0 0}#careers-modal .wpcf7 .form__bottom__acceptance .input-wrap,#careers-modal-open .wpcf7 .form__bottom__acceptance .input-wrap{margin:0}#careers-modal .wpcf7 form .wpcf7-not-valid-tip,#careers-modal-open .wpcf7 form .wpcf7-not-valid-tip{color:#ec4747;font-size:1.4rem;font-weight:400;left:0;line-height:1.6rem;margin:.8rem 0 0;top:100%;transition:opacity .3s cubic-bezier(.25,.46,.45,.94)}#careers-modal .wpcf7 form .wpcf7-response-output,#careers-modal-open .wpcf7 form .wpcf7-response-output{font-size:1.4rem;font-weight:500;line-height:2.4rem;margin:2.4rem 0 0;padding:1.2rem 1.6rem}#careers-modal .wpcf7 form .wpcf7-list-item,#careers-modal-open .wpcf7 form .wpcf7-list-item{margin:0}#careers-modal .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label,#careers-modal-open .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label{font-size:1.4rem;font-weight:400;line-height:2rem}#careers-modal .wpcf7 form .wpcf7-checkbox .wpcf7-list-item,#careers-modal-open .wpcf7 form .wpcf7-checkbox .wpcf7-list-item{margin:0}#careers-modal .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label,#careers-modal-open .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label{font-size:1.4rem;font-weight:400;line-height:2rem}#careers-modal .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label:before,#careers-modal-open .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label:before{content:""}#careers-modal .wpcf7 form.sent .wpcf7-response-output,#careers-modal-open .wpcf7 form.sent .wpcf7-response-output{background:rgba(65,172,126,.05);border:.1rem solid #41ac7e;color:#41ac7e}#careers-modal .wpcf7 form.invalid .wpcf7-response-output,#careers-modal-open .wpcf7 form.invalid .wpcf7-response-output{background-color:rgba(236,71,71,.05);border:.1rem solid #ec4747;color:#ec4747}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item{display:block;margin:0}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item label,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item label{display:flex}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{margin:.2rem 0 0}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after,#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before{display:none}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{color:#4090e7;-webkit-text-decoration:underline;text-decoration:underline}#careers-modal .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover,#careers-modal-open .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover{-webkit-text-decoration:none;text-decoration:none}#careers-modal .wpcf7 .wpcf7-acceptance input[type=checkbox],#careers-modal-open .wpcf7 .wpcf7-acceptance input[type=checkbox]{border:2px solid rgba(119,127,158,.3);border-radius:.2rem;cursor:pointer;display:block;flex:none;height:2.4rem;margin:0 1.2rem 0 0;position:relative;transition:border .3s cubic-bezier(.25,.46,.45,.94),background .3s cubic-bezier(.25,.46,.45,.94);width:2.4rem}#careers-modal .wpcf7 .wpcf7-acceptance input[type=checkbox]:after,#careers-modal-open .wpcf7 .wpcf7-acceptance input[type=checkbox]:after{background-image:url(/wp-content/themes/northern-horizon-new/public/images/checkmark.543e33.svg);background-position:50%;background-repeat:no-repeat;background-size:.9rem auto;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s cubic-bezier(.25,.46,.45,.94);width:100%}#careers-modal .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked,#careers-modal-open .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked{background-color:#010963;border:2px solid #010963}#careers-modal .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked:after,#careers-modal-open .wpcf7 .wpcf7-acceptance input[type=checkbox]:checked:after{opacity:1}#careers-modal .wpcf7 .btn-wrap,#careers-modal-open .wpcf7 .btn-wrap{margin:3.6rem 0 0}@media screen and (max-width:47.9375em){#careers-modal .wpcf7 .btn-wrap,#careers-modal-open .wpcf7 .btn-wrap{margin:2.4rem 0 0}}#careers-modal .wpcf7 input[type=email],#careers-modal .wpcf7 input[type=number],#careers-modal .wpcf7 input[type=tel],#careers-modal .wpcf7 input[type=text],#careers-modal-open .wpcf7 input[type=email],#careers-modal-open .wpcf7 input[type=number],#careers-modal-open .wpcf7 input[type=tel],#careers-modal-open .wpcf7 input[type=text]{padding:1.5rem 1.6rem}.jobs-content{margin:0 0 14rem}@media screen and (max-width:64em){.jobs-content{margin:0 0 8rem}}@media screen and (max-width:47.9375em){.jobs-content{margin:0 0 6rem}}.jobs-content__container{margin:0 auto;max-width:80rem}.jobs-content__content{margin:6rem 0}@media screen and (max-width:47.9375em){.jobs-content__content{margin:4rem 0}}.jobs-content__description{background-color:#f2f4f8;margin:4rem 0 0;padding:3.2rem;position:relative}@media screen and (max-width:47.9375em){.jobs-content__description{padding:3.2rem 0}}.jobs-content__description:after{background-color:#f2f4f8;content:"";display:none;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}@media screen and (max-width:47.9375em){.jobs-content__description:after{display:block}}.jobs-content__info{align-items:center;display:flex;margin:2.4rem 0 0}@media screen and (max-width:47.9375em){.jobs-content__info{align-items:flex-start;flex-direction:column}}.jobs-content__info__item{align-items:center;display:flex;margin:0 4.3rem 0 0}@media screen and (max-width:47.9375em){.jobs-content__info__item{margin:0 0 1.6rem}}.jobs-content__info__item:last-child{margin:0}.jobs-content__info__item svg{flex:none;height:auto;margin:0 1.6rem 0 0;width:2.4rem}.jobs-content__deadline{align-items:center;border-bottom:.2rem solid rgba(224,228,236,.6);border-top:.2rem solid rgba(224,228,236,.6);display:flex;justify-content:space-between;margin:4rem 0 0;padding:4rem 0}@media screen and (max-width:47.9375em){.jobs-content__deadline{align-items:flex-start;flex-direction:column}.jobs-content__deadline h5{font-size:2.4rem;line-height:3.2rem;margin:0 0 1.6rem}}.jobs-content .btn-wrap{justify-content:center;margin:6rem 0 0}@media screen and (max-width:47.9375em){.jobs-content .btn-wrap{margin:4rem 0 0}}