.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;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: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:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;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:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;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-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;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 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: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:var(--fancybox-content-bg,#fff);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{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{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:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{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{-webkit-animation:fancybox-rotate 2s linear infinite;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;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{transform:rotate(1turn)}}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}@-webkit-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}}@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: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{-webkit-animation:fancybox-fadeIn .15s ease backwards;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{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{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:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;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:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;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:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;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;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;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:var(--fancybox-thumbs-border-radius,4px);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:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;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{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;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{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{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:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.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}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}: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{-webkit-backface-visibility:hidden;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{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start: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}.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:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;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: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:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);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:var(--swiper-pagination-color,var(--swiper-theme-color));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: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 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: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 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{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@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{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.wp-block-columns{display:flex;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.has-text-align-center{text-align:center}ul{list-style-type:none}ul.list-style-dash{line-height:1.6;padding-left:1.2em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}ul.list-style-dash li:before{color:red;content:"—";position:absolute;transform:translateX(-1.2em)}body.error404 .landing{align-items:center;display:flex;flex-direction:column;padding-bottom:10rem;padding-top:10rem}body.error404 .landing .block404{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));display:flex;font-size:16vw}@media (max-width:767px){body.error404 .landing .block404{font-size:6rem;line-height:1}}body.error404 .landing .block404:after,body.error404 .landing .block404:before{content:"404"}body.error404 .landing .block404:after{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity));margin-left:.25rem;margin-top:.5rem;position:absolute}body.error404 .landing a{--tw-text-opacity:1;align-items:center;color:rgb(0 0 0/var(--tw-text-opacity));display:flex;font-family:DINPro-Condensed,sans-serif;font-size:1.875rem;line-height:2.25rem;position:relative}@media (max-width:767px){body.error404 .landing a{margin-top:1.5rem}}body.error404 .landing a:hover svg{-webkit-animation:arrow-flat .5s ease-in-out 0s 1 normal;animation:arrow-flat .5s ease-in-out 0s 1 normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;will-change:opacity,transform,fill}body.error404 .landing a svg{fill:red;-webkit-animation:arrow-normal .5s ease-in-out 0s 1 normal;animation:arrow-normal .5s ease-in-out 0s 1 normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:inline-block;height:1.2rem;left:-25px;position:absolute;transform:rotate(90deg);transform-origin:center;transition:.5s ease-in-out;will-change:opacity,transform,fill}@-webkit-keyframes arrow-normal{0%{fill:#000;left:calc(100% + 5px);transform:rotate(-90deg)}to{left:-25px;transform:rotate(90deg)}}@keyframes arrow-normal{0%{fill:#000;left:calc(100% + 5px);transform:rotate(-90deg)}to{left:-25px;transform:rotate(90deg)}}@-webkit-keyframes arrow-flat{0%{left:-25px;transform:rotate(90deg)}to{fill:#000;left:calc(100% + 5px);transform:rotate(-90deg)}}@keyframes arrow-flat{0%{left:-25px;transform:rotate(90deg)}to{fill:#000;left:calc(100% + 5px);transform:rotate(-90deg)}}.swiper.swiper-initialized .section{max-height:100vh;overflow:hidden}@media (max-width:767px){.swiper.swiper-initialized .section-inquiry{overflow-y:scroll}}.swiper .section{flex-shrink:0;position:relative;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.swiper_fullscreen{height:100%}.swiper-pagination{bottom:0!important;line-height:1;position:relative;text-align:left}.swiper-pagination-bullets{padding-top:1rem}.swiper-pagination-bullet{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));height:1.5rem;width:1.5rem}@media (max-width:639px){.swiper-pagination-bullet{height:.5rem;width:.5rem}}@media (max-width:767px){.swiper-pagination-bullet{margin:0 3px!important}}.slider-h{height:100%;overflow:hidden;z-index:10}.slider-h.swiper-initialized{height:100vh}.slider-h-pagination{z-index:30}body.home,html{height:100%;position:relative}body.home{margin:0}.mobile-visible{display:none}@media (max-width:767px){.mobile-visible{display:block}}@media (max-width:915px) and (orientation:landscape){.mobile-visible{display:none}}.button-line{align-items:center;display:flex;justify-content:space-between;margin-top:2rem}@media (max-width:767px){.button-line{margin-top:1.5rem}}@media (max-width:374px){.button-line{margin-top:1rem}}@media (max-width:915px) and (orientation:landscape){.button-line{margin-top:1rem}}.button-line .nav-arrow{display:none}@media (max-width:767px){.button-line .nav-arrow{display:block}}.nav-arrow{cursor:pointer;position:relative;width:75px;z-index:10}@media (max-width:767px){.nav-arrow{width:35px}}.nav-arrow.up{transform:scaleY(-1)}@font-face{font-family:DINPro;font-style:normal;font-weight:400;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro.woff2)}@font-face{font-family:DINPro;font-style:normal;font-weight:500;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-Medium.woff2)}@font-face{font-family:DINPro;font-style:normal;font-weight:700;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-Bold.woff2)}@font-face{font-family:DINPro;font-style:normal;font-weight:300;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-Light.woff2)}@font-face{font-family:DINPro-Condensed;font-style:normal;font-weight:400;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-CondensedRegular.woff2)}@font-face{font-family:DINPro-Condensed;font-style:normal;font-weight:300;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-CondensedLight.woff2)}@font-face{font-family:DINPro-Condensed;font-style:normal;font-weight:700;src:local("Industry"),url(/wp-content/themes/tower/fonts/DINPro-CondensedBold.woff2)}@font-face{font-family:Nexa;src:url(/wp-content/themes/tower/fonts/nexa_light.woff2) format("woff2"),url(/wp-content/themes/tower/fonts/nexa_light.woff) format("woff"),url(/wp-content/themes/tower/fonts/nexa_light.ttf) format("truetype")}@font-face{font-family:Nexa;font-weight:700;src:url(/wp-content/themes/tower/fonts/nexa_bold.woff2) format("woff2"),url(/wp-content/themes/tower/fonts/nexa_bold.woff) format("woff"),url(/wp-content/themes/tower/fonts/nexa_bold.ttf) format("truetype")}.container{padding-left:30px!important;padding-right:30px!important;position:relative;width:100%}@media (max-width:1279px){.container{padding-left:20px!important;padding-right:20px!important}}@media (max-width:1023px){.container{flex-wrap:wrap}}.container--small{max-width:1280px}.container--l{max-width:1680px}.container--nopadding{padding-left:0;padding-right:0}.section{position:relative}.section .slider-h .swiper-slide:before,.section-screen:before,.section.hero-image:before{content:none}@media (max-width:767px){.section .slider-h .swiper-slide:before,.section-screen:before,.section.hero-image:before{background:rgba(0,0,0,.45)!important;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}}.section-hero{height:100vh}@media (max-width:767px){.section-hero{max-height:80vh}}.landing:not(#fullpage) .section-hero{margin-bottom:2.5rem}@media (max-width:767px){.section-screen>img{height:100%;left:0;position:absolute;top:0;width:100%}.section-screen .hero__content-main,.section-screen .hero__content-right{position:relative}}.section-inquiry{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-direction:column;height:auto;margin:0;padding-top:2.5rem}@media (max-width:767px){.section-inquiry{flex-direction:column;padding-top:6rem}}body.page-inquire .section-inquiry{min-height:100vh}.section-inquiry .inquiry-cols{align-items:center;display:flex;flex:1 1 0%}@media (max-width:767px){.section-inquiry .inquiry-cols{flex-direction:column}}.section-gallery{padding-bottom:3rem;padding-top:1.25rem}@media (max-width:767px){.section-gallery{padding-bottom:1.75rem}}.section-gallery h2{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));margin-bottom:2rem;margin-top:8rem;text-align:right;text-transform:uppercase}@media (max-width:1279px){.section-gallery h2{margin-bottom:1rem;margin-top:4rem}}section.model-3d{height:600px;max-height:80vh}@media (max-width:1535px){section.model-3d{max-height:70vh}}@media (max-width:767px){section.model-3d{max-height:55vh}}.header{border-radius:5px;left:10px;padding:10px 0;position:fixed;right:10px;top:10px;transition:all .3s linear;z-index:50}.header.out{transform:translateY(-130%)}body:not(.menu-opened) .header.bg{--tw-bg-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body.menu-opened .header{--tw-bg-opacity:1;background-color:rgb(255 0 0/var(--tw-bg-opacity))}body.menu-opened .header:after{background:red;bottom:-10px;content:"";display:block;left:-10px;position:absolute;right:-10px;top:-10px}body.admin-bar .header{top:32px}.header__container{align-items:center;display:flex;justify-content:space-between;padding-left:20px;padding-right:20px;position:relative;width:100%;z-index:10}@media (max-width:1023px){.header__container{flex-wrap:wrap}}@media (max-width:767px){.header__container{padding-left:12px;padding-right:12px}}.header__logo{display:inline-block}body.light-icons .header:not(.bg) .header__logo .svg-text,body.menu-opened .header__logo .svg-text{fill:#fff}.header__logo svg{height:44px}@media (max-width:767px){.header__logo svg{height:38px}}.header__logo .svg-text{transition:.5s}.header__menu-btn{fill:#000;cursor:pointer;top:20px;transition:.15s linear;width:auto!important}@media (max-width:767px){.header__menu-btn{top:15px}}body.light-icons .header__menu-btn{fill:#fff}.header.bg .header__menu-btn{fill:#000}body.menu-opened .header__menu-btn{fill:#fff!important}.header__menu-btn .transform-a,.header__menu-btn .transform-b{transform:rotate(0) translate(0);transition:transform .15s linear}body.menu-opened .header__menu-btn .hiddeble{opacity:0}body.menu-opened .header__menu-btn .transform-a{transform:rotate(45deg) translate(7px,-3px)}body.menu-opened .header__menu-btn .transform-b{transform:rotate(-45deg) translate(-17px,10px)}.header__menu-btn svg{height:42px;width:42px}footer{background-color:#fff;color:#7e7e7e;line-height:1.25}footer .container{align-items:center;border-top:1px solid #c5c5c5;display:flex;justify-content:space-between;margin-top:16px;padding:12px 0}footer .container>*{margin:8px 0}footer .contacts-box{display:flex;flex-wrap:wrap;margin-right:40px}@media (max-width:1023px){footer .contacts-box{flex-direction:column}}footer .contacts-box>span{color:red;font-weight:500;margin-right:15px;text-transform:uppercase}footer .contacts span{display:inline-block;margin:0 6px}footer .contacts a{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}footer .copyright{font-size:14px}footer .copyright a{font-weight:700;text-transform:uppercase}footer a:hover{text-decoration:underline}.sidebar{--tw-bg-opacity:1;background-color:rgb(255 0 0/var(--tw-bg-opacity));bottom:0;display:flex;flex-direction:column;font-family:Nexa,serif,system-ui;justify-content:space-between;overflow:auto;padding:100px 40px 25px;position:fixed;right:0;top:0;transform:translateX(100%);transition:.25s linear;width:360px;z-index:40}@media (max-width:767px){.sidebar{padding:100px 22px 20px;width:100%}}.sidebar::-webkit-scrollbar{width:0}body.menu-opened .sidebar{transform:translateX(0)}.sidebar__menu{display:flex;flex:1 1 0%;flex-direction:column;margin-bottom:40px}.sidebar__menu li{font-size:32px;font-weight:700;line-height:1.5}@media (max-width:767px){.sidebar__menu li{font-size:28px}}.sidebar__menu a{color:#fff;display:inline-block;line-height:.9;position:relative;text-transform:uppercase;transform-origin:50% 100%;transform-style:preserve-3d;transition:.2s ease-in-out}.sidebar__menu a span,.sidebar__menu a:before{transition:inherit}.sidebar__menu a:hover{transform:rotateX(90deg) translateY(22px)}.sidebar__menu a:hover:before{opacity:1}.sidebar__menu a:hover span{opacity:0}.sidebar__menu a:before{bottom:100%;color:#000;content:attr(data-hover);left:0;opacity:0;position:absolute;transform:rotateX(-90deg);transform-origin:50% 100%;width:100%}.sidebar .socialLinks a:hover svg{fill:#fff}.sidebar .animation-el{-webkit-animation:fade-in-down .25s ease-in-out 0s 1 normal;animation:fade-in-down .25s ease-in-out 0s 1 normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;will-change:opacity,transform}.sidebar .animation-el.fade-in-animation{-webkit-animation:fade-in-up .5s ease-in-out 0s 1 normal;animation:fade-in-up .5s ease-in-out 0s 1 normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;will-change:opacity,transform}.sidebar .copy{color:#fff;font-size:13px;line-height:1.5;padding-top:15px}.sidebar .copy a{color:#fff}.sidebar .copy a:hover{color:#000}@-webkit-keyframes fade-in-up{0%{opacity:0;transform:translateY(10vh)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10vh)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fade-in-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10vh)}}@keyframes fade-in-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10vh)}}@media (max-width:767px){.hero{display:flex;flex-direction:column}}.hero:after{background:radial-gradient(circle at 6% bottom,rgba(0,0,0,.5) 10%,transparent 26%);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;width:100%;z-index:10}@media (max-width:1279px){.hero:after{background:radial-gradient(circle at 6% bottom,rgba(0,0,0,.5) 10%,transparent 36%)}}@media (max-width:639px){.hero:after{display:none}}.hero__content-main{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));display:flex;flex-direction:column;height:100%;justify-content:center;left:0;max-width:100%;padding-top:2.5rem;position:absolute;top:0;width:550px;z-index:20}@media (max-width:767px){.hero__content-main{justify-content:flex-end;padding-bottom:20px;width:100%}}.hero__content-main .container>:first-child{margin-top:0}.hero__content-main .container>p:last-of-type{margin-bottom:0}.hero__content-right{bottom:3rem;position:absolute;right:0;z-index:20}.hero__content-right p{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (max-width:767px){.hero__content-right{display:none}}.hero__content-bottom{bottom:1.25rem;position:absolute;transform:translateZ(0);width:100%;z-index:20}.hero__content-bottom>div{align-items:flex-end;display:flex;justify-content:space-between}.hero__content-bottom>div p{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:48px;font-weight:500;letter-spacing:-3px;margin:0;position:relative;text-transform:uppercase}@media (max-width:767px){.hero__content-bottom>div p{font-size:30px;letter-spacing:-2px;line-height:30px}}.hero_gradient-left:after{background:linear-gradient(90deg,rgba(0,0,0,.8) 10%,transparent 70%);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;width:100%}@media (max-width:767px){.hero_gradient-left:after{display:none}}.hero_gradient-bottom:before{background:linear-gradient(335deg,rgba(0,0,0,.8) 15%,transparent 50%);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0;width:100%}@media (max-width:1023px){.hero_gradient-bottom:before{background:linear-gradient(270deg,rgba(0,0,0,.75),transparent 35%)}}.hero__image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}@media (max-width:639px){.hero__image{flex:1;min-height:auto}}.hero-video{height:auto!important;max-height:100%}@media (max-width:639px){.hero-video .ratio{height:500px;transform:translateX(-29%);width:888.8888888889px}}.hero-video iframe{z-index:-1}.form__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:767px){.form__grid{gap:1.5rem;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:1.5rem}}.form__input{display:flex;flex-direction:column;position:relative}.form__input input{background:transparent;border-bottom:1px solid #878787;color:#fff;padding:8px 0}.form__input input:focus{border-color:#fff;outline:none}@media (max-width:767px){.form__input input{padding:5px 0}}.form__input input.invalid{border-color:red}.form__label{font-size:.9em;font-weight:500;margin-bottom:8px;text-transform:uppercase}@media (max-width:1279px){.form__label{margin:0}}.form__label span{color:red;margin-left:2px;text-transform:none}@media (max-width:1279px){.form__label span{font-size:14px}}.form__checkbox{align-items:center;display:flex;font-size:.875rem;grid-column:1/-1;line-height:1.25rem;line-height:22px;margin-top:2.5rem;min-height:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:767px){.form__checkbox{margin-top:.5rem}}.form__checkbox label{cursor:pointer;display:inline-block;padding-left:26px;position:relative}.form__checkbox label:before{background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #ccc;content:"";display:block;height:16px;left:0;position:absolute;top:3px;transition:.2s;width:16px}.form__checkbox input[type=checkbox],.form__checkbox input[type=radio]{left:3px;opacity:0;position:absolute;top:8px}.form__checkbox input[type=radio]:checked+label:before{background:transparent}.form__checkbox input[type=checkbox]:checked+label:before{background-color:red;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 1 5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");border-color:red}.form__checkbox input[disabled]+label{color:#c4c4c4}.form__checkbox input[disabled]+label:before{border-color:#e4e5ec}.form__checkbox.checkbox--turnout label:before{border:2px solid #fff}.form__checkbox.checkbox--turnout input[type=checkbox]:checked+label:before{background-color:transparent}.form__checkbox--top{align-items:normal}.form__checkbox--top label:before{top:3px;transform:none}.form__sub{color:#ccc;font-size:14px;padding-left:26px;position:relative}.form__sub:before{content:"*";left:0;position:absolute;top:3px}.form__button .button{padding-bottom:.75rem;padding-top:.75rem;width:280px}@media (max-width:767px){.form__button .button{width:100%}}.form__button .button[disabled]{background:gray}@media (max-width:767px){.form__button{margin-bottom:15px}}input{border-radius:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;-webkit-box-shadow:inset 0 0 0 30px #333}.overlay{background:rgba(0,0,0,.35);display:none;height:100%;left:0;overflow-x:hidden;overflow-y:scroll;position:fixed;top:0;width:100vw;z-index:30}body.menu-opened .overlay{display:block}.socialLinks{align-items:center;display:flex}.socialLinks a+a{margin-left:8px}.sidebar .socialLinks a+a{margin-left:12px}.socialLinks a svg{fill:#fff;height:32px;transition:.2s;width:34px}@media (max-width:767px){.socialLinks a svg{height:24px;width:24px}}.section-inquiry .socialLinks a svg{fill:#fff}.sidebar .socialLinks a svg{transform:scale(.9)}.socialLinks a svg#twitter{height:36px;width:38px}@media (max-width:767px){.socialLinks a svg#twitter{height:28px;width:30px}}.socialLinks a:hover svg{fill:red}body.light-icons .header__socialLinks svg{fill:#fff}.button{align-items:center;border:2px solid red;border-radius:150px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125em;font-weight:500;justify-content:center;line-height:1.25em;padding:.8em 2em;position:relative;text-transform:uppercase;transition:.2s;white-space:nowrap;z-index:1}@media (max-width:767px){.button{font-size:.9em}}@media (max-width:374px){.button{font-size:.8em;padding:.4em 1em}}.button:hover{background:red}.button--s{font-size:11px;padding:9px 12px}.button--full{width:100%}.button+.button{margin-left:20px}.button--invert{background:#fff;color:#000;font-weight:700}.gallery{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-20px;margin-top:-20px}.gallery__item{padding-left:20px;padding-top:20px;width:33.333333%}@media (max-width:767px){.gallery__item{width:50%}}@media (max-width:639px){.gallery__item{width:100%}}.gallery__item:nth-child(5n+4),.gallery__item:nth-child(5n+5){width:50%}@media (max-width:639px){.gallery__item:nth-child(5n+4),.gallery__item:nth-child(5n+5){width:100%}}.gallery__item a{align-items:center;cursor:pointer;display:flex;justify-content:center;overflow:hidden}.gallery__item a:hover svg{fill:red;opacity:.2;transform:scale(1.08)}.gallery__item a.alt-title:hover:before{opacity:1}.gallery__item a.alt-title:hover:after{opacity:1;transform:translateY(0)}.gallery__item a.alt-title:after,.gallery__item a.alt-title:before{height:100%;opacity:0;position:absolute;width:100%}.gallery__item a.alt-title:before{background-color:rgba(0,0,0,.75);content:"";transition:.4s}.gallery__item a.alt-title:after{--tw-text-opacity:1;align-items:center;color:rgb(255 255 255/var(--tw-text-opacity));content:attr(data-title);display:flex;font-size:1.25rem;justify-content:center;line-height:1.75rem;padding:.5rem;transform:translateY(1rem);transition:.6s}.gallery__item a img,.gallery__item a picture{height:100%;width:100%}.gallery__item a img{-o-object-fit:cover;object-fit:cover}.gallery__item svg{height:7rem;opacity:.8;position:absolute}@media (max-width:1279px){.gallery__item svg{height:5rem}}@media (max-width:1023px){.gallery__item svg{height:4rem}}@media (max-width:767px){.gallery__item svg{height:5rem}}.gallery__item svg{fill:#fff;filter:drop-shadow(3px 3px 2px rgba(0,0,0,.7));transition:.15s}.gallery.big-first .gallery__item{width:50%}@media (max-width:639px){.gallery.big-first .gallery__item{width:100%}}.gallery.big-first .gallery__item:nth-child(5n+3),.gallery.big-first .gallery__item:nth-child(5n+4),.gallery.big-first .gallery__item:nth-child(5n+5){width:33.333333%}@media (max-width:767px){.gallery.big-first .gallery__item:nth-child(5n+3),.gallery.big-first .gallery__item:nth-child(5n+4),.gallery.big-first .gallery__item:nth-child(5n+5){width:50%}}@media (max-width:639px){.gallery.big-first .gallery__item:nth-child(5n+3),.gallery.big-first .gallery__item:nth-child(5n+4),.gallery.big-first .gallery__item:nth-child(5n+5){width:100%}}.landing{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity));font-size:20px}@media (max-width:1535px){.landing{font-size:18px}}@media (max-width:767px){.landing{font-size:16px;overflow:hidden}}.landing .landing__innovation img{margin:auto}body.page-gallery .landing{background-color:#000}.landing p,.landing ul{line-height:1.25}@media (max-width:639px){.landing p,.landing ul{font-size:.8em}}.landing p{margin:1em 0}@media (max-width:915px) and (orientation:landscape){.landing p{margin:.5rem 0}}.landing ul li{margin-bottom:.5em}.landing .wp-block-buttons{margin:1.5em 0}.landing .wp-block-buttons:last-child{margin-bottom:0}@media (max-width:767px){.landing .wp-block-buttons:last-child{margin-bottom:1.5em}}.landing .wp-block-buttons .wp-block-button{margin-bottom:0}.landing .wp-block-buttons .wp-block-button a{line-height:1.25em}@media (max-width:1279px){.landing .wp-block-buttons .wp-block-button a{font-size:.9em}}.landing .wp-block-button{font-weight:500}.landing .location-map{overflow:hidden;position:relative}.landing .location-map img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media (max-width:767px){.landing .location-map img{height:360px;-o-object-position:-190px;object-position:-190px}}.landing .location-map .legend{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media (max-width:767px){.landing .location-map .legend{left:-190px;width:685px}}.landing .location-map .point{align-items:center;background-color:#000;border-radius:50px;color:#fff;display:flex;font-size:28px;font-weight:600;height:54px;justify-content:center;position:absolute;width:54px}@media (max-width:1535px){.landing .location-map .point{height:42px;width:42px}}@media (max-width:1279px){.landing .location-map .point{font-size:20px;height:30px;width:30px}}@media (max-width:767px){.landing .location-map .point{font-size:16px;height:24px;width:24px}}.landing .location-map .point:nth-child(2){left:59.3%;top:44.5%}@media (max-width:767px){.landing .location-map .point:nth-child(2){left:61.3%}}.landing .location-map .point:nth-child(3){left:57%;top:49.4%}@media (max-width:767px){.landing .location-map .point:nth-child(3){left:59%}}.landing .location-map .point:nth-child(4){left:61%;top:55%}@media (max-width:767px){.landing .location-map .point:nth-child(4){left:64%}}.landing .location-map .point:nth-child(5){left:53.4%;top:53.4%}@media (max-width:767px){.landing .location-map .point:nth-child(5){left:55.4%}}.landing .location-map .point:nth-child(6){left:59.6%;top:62%}@media (max-width:767px){.landing .location-map .point:nth-child(6){left:62%}}.landing .location-map .point:nth-child(7){left:68.7%;top:54%}@media (max-width:767px){.landing .location-map .point:nth-child(7){left:72%}}.landing .location-map .point:nth-child(8){left:47%;top:52.6%}@media (max-width:767px){.landing .location-map .point:nth-child(8){left:49%}}.landing .location-map .point:nth-child(9){left:57.2%;top:9.1%}@media (max-width:767px){.landing .location-map .point:nth-child(9){left:59%}}.landing .location-map .point:nth-child(9) svg{position:absolute;top:0;transform:translateY(-90%)}.landing .location-map .point-main,.landing .location-map .point-pilling{left:60.3%;top:37.5%}@media (max-width:767px){.landing .location-map .point-main,.landing .location-map .point-pilling{left:63%}}.landing .location-map .point-main{background-color:red;border:3px solid #fff}@media (max-width:767px){.landing .location-map .point-main{border-width:2px}}.landing .location-map .point-main span{background-color:red!important;border:3px solid #fff}@media (max-width:767px){.landing .location-map .point-main span{border-width:2px}}.landing .location-map .point-main svg{width:72%}.landing .location-map .point-pilling{-webkit-animation:pilling 3s ease-in-out infinite forwards;animation:pilling 3s ease-in-out infinite forwards;background-color:rgba(255,0,0,.07)}.landing .location-map .point span{align-items:center;background-color:#000;border-radius:40px;display:flex;font-size:20px;height:54px;justify-content:center;opacity:0;position:absolute;transition:.25s;white-space:nowrap;z-index:-1}@media (max-width:1535px){.landing .location-map .point span{height:42px}}@media (max-width:1279px){.landing .location-map .point span{font-size:16px;height:24px}}.landing .location-map .point:hover span{opacity:1;padding:0 20px;z-index:1}.landing .elevation{margin-bottom:3rem;margin-top:3rem}@media (max-width:639px){.landing .elevation{margin-top:2rem}}.landing .elevation__scheme{display:flex;justify-content:center;position:relative}@media (max-width:639px){.landing .elevation__scheme{flex-direction:column}}.landing .elevation__legend{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-around;padding-right:1rem;text-align:right}@media (max-width:639px){.landing .elevation__legend{height:100%;justify-content:space-between;padding:0;position:absolute;right:0;z-index:10}}.landing .elevation__legend div{font-size:1.05vw;opacity:.95;padding:.25rem .5rem;position:relative}@media (max-width:1279px){.landing .elevation__legend div{font-size:1.15vw}}@media (max-width:1023px){.landing .elevation__legend div{font-size:11px}}@media (max-width:639px){.landing .elevation__legend div{--tw-border-opacity:1;background-color:#ededed;border-color:rgb(51 51 51/var(--tw-border-opacity));border-width:1px;display:flex;flex-direction:row-reverse;font-size:12px;justify-content:flex-end;line-height:1rem}}@media (max-width:374px){.landing .elevation__legend div{font-size:11px}}.landing .elevation__legend div:not(:first-child){margin-top:2px}.landing .elevation__legend div span{display:block;white-space:nowrap}@media (max-width:639px){.landing .elevation__legend div span{display:inline-block}}.landing .elevation__legend div span:first-of-type{font-weight:500}.landing .elevation__legend div span:nth-child(2){margin-right:.25rem}.landing .elevation__image{max-width:1080px}.landing .elevation__image img{-o-object-fit:cover;object-fit:cover}@media (max-width:639px){.landing .elevation__image img{-o-object-position:-15px;object-position:-15px;padding-top:1.5rem}}.counters{display:grid;grid-template-columns:1fr 1fr 1fr;z-index:10}@media (max-width:1279px){.counters{flex-direction:column}}@media (max-width:767px){.counters{flex-direction:row;margin:1rem 0 0}}.counters .wp-block-column{margin-left:.75rem;padding-left:.75rem}@media (max-width:374px){.counters .wp-block-column{margin-left:.5rem;padding-left:.5rem}}.counters .wp-block-column{border-left:1px solid red}@media (max-width:1023px){.counters .wp-block-column{flex:initial;flex-basis:auto!important;margin-top:30px;width:100%}}@media (max-width:767px){.counters .wp-block-column{margin-top:0}.counters .wp-block-column:first-of-type{margin-left:0}}.counters p{margin:0}.counters p.counter{font-family:DINPro-Condensed,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px}@media (max-width:767px){.counters p.counter{font-size:8vw;position:relative}}.counters p:not(.counter){font-weight:300;margin:.75rem 0 0}@media (max-width:1279px){.counters p:not(.counter){font-size:.75em}}@media (max-width:767px){.counters p:not(.counter){margin-top:.5em}.section-inquiry .contacts{margin-top:30px}}.contacts h3{color:red;margin:0 0 15px;text-transform:uppercase}.prefooter .contacts h3{margin:0 0 5px}.contacts p{color:#fff;font-size:1.15em;line-height:1.35;margin:0}@media (max-width:1279px){.contacts p{font-size:1em}}.contacts p a{color:#fff}.contacts p a:hover{text-decoration:underline}.contacts .line{align-items:flex-end;display:flex;margin-top:70px}@media (max-width:767px){.prefooter .contacts .line{justify-content:space-between;margin-top:30px}.prefooter .contacts .line ul{margin:0}}@media (max-width:1279px){.section-inquiry .contacts .line ul{display:none}}@media (max-width:767px){.section-inquiry .contacts .line{align-items:flex-start;flex-direction:column;margin:20px 0 30px}}.contacts .line ul{align-items:center;display:flex;margin-left:120px}.contacts .line li:not(:first-child){margin-left:36px}@media (max-width:767px){.contacts .line li:not(:first-child){margin-left:24px}}.contacts .line li:not(:first-child) svg{height:34px;width:34px}@media (max-width:767px){.contacts .line li:not(:first-child) svg{height:28px;width:28px}}.contacts .line li a{align-items:center;color:#fff;display:flex;font-weight:500}.contacts .line li a:hover{color:red}.contacts .line li a:hover svg{fill:red}.contacts .line li a svg{fill:#fff;height:30px;margin-right:8px;transition:.2s;width:30px}@media (max-width:767px){.contacts .line li a svg{height:24px;width:24px}}@-webkit-keyframes pilling{0%{opacity:.2}20%{opacity:1;transform:scale(13)}50%{opacity:.3;transform:scale(5)}65%{opacity:.7;transform:scale(7.5)}to{opacity:0}}@keyframes pilling{0%{opacity:.2}20%{opacity:1;transform:scale(13)}50%{opacity:.3;transform:scale(5)}65%{opacity:.7;transform:scale(7.5)}to{opacity:0}}@-webkit-keyframes mobile-pilling{0%{opacity:.2}20%{opacity:1;transform:scale(7)}50%{opacity:.3;transform:scale(2.5)}65%{transform:scale(4)}to{opacity:0}}@keyframes mobile-pilling{0%{opacity:.2}20%{opacity:1;transform:scale(7)}50%{opacity:.3;transform:scale(2.5)}65%{transform:scale(4)}to{opacity:0}}a[data-fancybox] img{cursor:zoom-in}.fancybox__container{--carousel-button-bg:rgba(0,0,0,.44);--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:none;--fancybox-content-bg:#000}.fancybox__nav{--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;--carousel-button-svg-stroke-width:3}.fancybox__nav .carousel__button.is-prev{left:30px}.fancybox__nav .carousel__button.is-next{right:30px}.carousel__button.is-close{right:30px;top:30px}.fancybox__slide{padding:0}.fancybox__thumbs{bottom:0;left:0;position:absolute;right:0;z-index:10}.fancybox__thumbs .carousel__slide{overflow:visible;padding:20px 10px}.fancybox__thumb{border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.26)}.is-nav-selected .fancybox__thumb{transform:scale(1.25)}.is-nav-selected .fancybox__thumb:after{display:none}.panorama{height:450px;padding:0}.panorama .wp-block-cover__inner-container{padding-top:2rem}.pv-container{overflow:hidden;position:relative;white-space:nowrap}.pv-inner.pv-animating{transition:background-position .5s ease-out}.pv-inner{cursor:move;display:inline-block;height:100%;width:auto}.pv-vertical .pv-inner{width:100%}.pv-inner .pv-pano{height:100%;width:auto}.pv-vertical .pv-inner .pv-pano{height:auto;width:100%}.pv-container .pv-overlay{height:100%;left:0;top:0;width:100%}.pv-container .pv-overlay i.pvicon-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtU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);background-repeat:no-repeat;height:87px;margin-left:-40px;margin-top:-43px;position:absolute;right:10%;top:50%;width:80px}.pv-container.pv-vertical .pv-overlay i.pvicon-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Nzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4ODg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTg1ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTg2ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSJ+/AAAC+1JREFUeNrkXQlQ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)}.news{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity));padding-bottom:5rem;padding-top:5rem}@media (max-width:767px){.news{padding-bottom:3rem;padding-top:3rem}}.news{background-color:#e7e7e7}.news__container{display:flex;justify-content:space-between}@media (max-width:767px){.news__container{flex-direction:column}}.news__container>div:last-child{display:flex;flex:.6666666667;max-width:100%;overflow:hidden}.news__heading{font-family:DINPro-Condensed,sans-serif;font-size:11vw;font-weight:700;line-height:1;margin-left:-.35vw}@media (max-width:767px){.news__heading{font-size:4rem}}.news__title{display:block;font-family:DINPro-Condensed,sans-serif;font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-bottom:1.25rem;margin-top:1.25rem;overflow:hidden;text-transform:uppercase}@media (max-width:767px){.news__title{font-size:1.25rem;line-height:1.75rem}}.news__title{height:4.5rem}@media (max-width:767px){.news__title{height:3.375rem}}.news .info{display:flex;flex-direction:column;justify-content:space-between;max-width:100%}@media (max-width:767px){.news .info{margin-bottom:2.5rem}}.news .info{flex:.2666666667}.news .info p{margin-top:1rem;width:83.333333%}.news a{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity));font-weight:700}.news a:hover .arrow{width:100%}.news .arrow{align-items:center;display:inline-flex;height:20px;position:relative;transition:.8s ease-in-out;width:58.333333%}.news .arrow:before{--tw-bg-opacity:1;background-color:rgb(255 0 0/var(--tw-bg-opacity));content:"";height:2px;width:100%}.news .arrow svg{fill:red;height:100%;position:absolute;right:0}.news .swiper-button-next,.news .swiper-button-prev{color:#000;transform:scale(1.4)}@media (max-width:767px){.news .swiper-button-next,.news .swiper-button-prev{transform:scale(1.2)}.news .swiper-button-prev{left:5px}.news .swiper-button-next{right:5px}}.slider-news-wrapper{padding-left:4rem;padding-right:4rem;position:relative}@media (max-width:767px){.slider-news-wrapper{padding-left:3rem;padding-right:3rem}}