.not-selectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.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{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;touch-action:pan-y;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;-ms-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%;-webkit-transform:translate(-50%,-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%;-webkit-transform:translateY(-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;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{--fancybox-accent-color:rgba(1,210,232,0.94);-webkit-tap-highlight-color:transparent;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4));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;-webkit-transform-origin:top left;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{-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;--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%;-webkit-transform:translate(-50%,-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;-webkit-transform-origin:center center;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{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);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;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc rgba(255,255,255,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{touch-action:none;-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;-ms-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%;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%;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;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;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid rgba(1,210,232,.94);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;-ms-user-select:none;user-select:none}.fancybox__thumb{background-color:rgba(255,255,255,.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;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-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:rgba(1,210,232,.94);height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::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:-ms-fullscreen .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:-ms-fullscreen .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}
.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{clear:both;content:"";display:table}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{left:0;position:relative}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{left:-100%;position:absolute;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{left:auto!important;position:relative}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333333%;width:2333.33333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714286%;width:1.42857%}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:300;src:url(/assets/fonts/Graphik/Graphik-Light.woff2) format("woff2"),url(/assets/fonts/Graphik/Graphik-Light.woff) format("woff"),url(/assets/fonts/Graphik/Graphik-Light.ttf) format("truetype")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:400;src:url(/assets/fonts/Graphik/Graphik-Regular.woff2) format("woff2"),url(/assets/fonts/Graphik/Graphik-Regular.woff) format("woff"),url(/assets/fonts/Graphik/Graphik-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Graphik;font-style:italic;font-weight:400;src:url(/assets/fonts/Graphik/Graphik-RegularItalic.woff2) format("woff2"),url(/assets/fonts/Graphik/Graphik-RegularItalic.woff) format("woff"),url(/assets/fonts/Graphik/Graphik-RegularItalic.ttf) format("truetype")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:500;src:url(/assets/fonts/Graphik/Graphik-Medium.woff2) format("woff2"),url(/assets/fonts/Graphik/Graphik-Medium.woff) format("woff"),url(/assets/fonts/Graphik/Graphik-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Graphik;font-style:normal;font-weight:700;src:url(/assets/fonts/Graphik/Graphik-Bold.woff2) format("woff2"),url(/assets/fonts/Graphik/Graphik-Bold.woff) format("woff"),url(/assets/fonts/Graphik/Graphik-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Silka;font-style:normal;font-weight:400;src:url(/assets/fonts/Silka/Silka-Regular.woff2) format("woff2"),url(/assets/fonts/Silka/Silka-Regular.woff) format("woff"),url(/assets/fonts/Silka/Silka-Regular.ttf) format("truetype")}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-size:16px}*,:after,:before{box-sizing:inherit}body{background-color:#fff;color:#000;font-family:Graphik,sans-serif;font-size:1.125rem;line-height:1.5}p{margin-top:0}code,kbd,pre,samp{font-family:Lucida Console,Monaco,monospace}fieldset{display:block;padding:1rem}hr{border:1px solid}h1,h2,h3,h4,h5,h6{color:#000;font-family:inherit;font-weight:500;line-height:1.2}h1{font-size:1.75rem}h2{font-size:1.625rem}h3{font-size:1.5rem}h4{font-size:1.375rem}h5{font-size:1.25rem}h6{font-size:1.125rem}@media (min-width:767px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}}a{text-decoration:none}a,a:hover{color:#2b70e7}a:hover{text-decoration:underline}@-webkit-keyframes loader{to{transform:rotate(1turn)}}@keyframes loader{to{transform:rotate(1turn)}}.button{background-color:transparent;border:1px solid transparent;border-radius:0;color:#334254;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;font-weight:700;line-height:inherit;outline-color:transparent;outline-offset:0;outline-style:solid;outline-width:1px;padding:.625em 1.25em;text-align:center;text-decoration:inherit;text-transform:inherit;transition-duration:.3s;transition-property:background-color,color,border-color,outline;white-space:nowrap}.button.is-hover,.button:hover{text-decoration:none}.button.is-disabled,.button:disabled,.button[disabled]{opacity:1}.button.is-focus,.button.is-hover,.button:focus,.button:hover{background-color:#f8fafc;border-color:#f8fafc;color:#334254;outline-color:transparent}.button.is-pressed,.button:active{background-color:#f1f4f9;border-color:#f1f4f9;color:#334254;outline-color:transparent}.button.is-disabled,.button:disabled,.button[disabled]{background-color:#f1f4f9;border-color:#f1f4f9;color:#cbd4e1;outline-color:transparent}.button.is-disabled,.button.is-loading,.button:disabled,.button[disabled]{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button.is-loading{color:rgba(51,66,84,0);position:relative;transition:none}.button.is-loading:after{-webkit-animation:loader .6s linear infinite;animation:loader .6s linear infinite;border:1px solid #334254;border-radius:50%;border-right-color:transparent;content:"";display:inline-block;font-size:1em;height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;vertical-align:middle;width:1em}.button__icon--left{margin-right:.25rem}.button__icon--right{margin-left:.25rem}.button--primary{background-color:#1e2a39;border-color:transparent;color:#f1f4f9;outline-color:transparent}.button--primary.is-focus,.button--primary.is-hover,.button--primary.is-pressed,.button--primary:active,.button--primary:focus,.button--primary:hover{background-color:#101b2a;border-color:transparent;color:#f1f4f9;outline-color:transparent}.button--primary.is-disabled,.button--primary:disabled,.button--primary[disabled]{background-color:#e2e8ef;border-color:transparent;color:#f1f4f9;outline-color:transparent;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button--primary.is-loading{color:rgba(241,244,249,0);pointer-events:none;position:relative;transition:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button--primary.is-loading:after{-webkit-animation:loader .6s linear infinite;animation:loader .6s linear infinite;border:1px solid #f1f4f9;border-radius:50%;border-right-color:transparent;content:"";display:inline-block;font-size:1em;height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;vertical-align:middle;width:1em}.button--block,.input{display:block;width:100%}.input{background-color:#fff;border:1px solid #cbd4e1;border-radius:0;color:#1e2a39;font-family:inherit;font-size:1.125rem;font-weight:500;height:2.875rem;line-height:inherit;padding:.5em 1em;transition-duration:.3s;transition-property:background-color,color,border-color,outline-color}.input:focus{outline:0}.input.is-disabled,.input[disabled],.is-disabled>.input{cursor:no-drop}.input::-moz-placeholder{color:#93a4b7}.input:-ms-input-placeholder{color:#93a4b7}.input::placeholder{color:#93a4b7}.input:focus{background-color:#fff;border-color:#93a4b7;color:#1e2a39}.input.is-valid,.is-valid>.input{background-color:#fff;border-color:#2ed63c;color:#1e2a39}.input.is-invalid,.is-invalid>.input{background-color:#fff;border-color:#d52227;color:#1e2a39}.input.is-disabled,.input.is-disabled:focus,.input[disabled],.input[disabled]:focus,.is-disabled>.input,.is-disabled>.input:focus{background-color:#f1f4f9;border-color:#f1f4f9;color:#93a4b7}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDkuMTdhMSAxIDAgMCAwLTEuNDEgMEwxMiAxMi43MSA4LjQ2IDkuMTdhMSAxIDAgMSAwLTEuNDEgMS40Mmw0LjI0IDQuMjRhMS4wMDIgMS4wMDIgMCAwIDAgMS40MiAwTDE3IDEwLjU5YTEuMDAyIDEuMDAyIDAgMCAwIDAtMS40MloiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");background-position:right .8888888889em center;background-repeat:no-repeat;background-size:1.3333333333em 1.3333333333em;border:1px solid #cbd4e1;border-radius:0;color:#1e2a39;display:block;font-family:inherit;font-size:1.125rem;font-weight:500;height:2.875rem;line-height:inherit;outline-offset:0;outline-width:1px;padding:.5em 3.1111111111em .5em 1em;transition-duration:.3s;transition-property:background-color,color,border-color,outline-color;width:100%}.select:focus{outline:0}.is-disabled>.select,.select.is-disabled,.select[disabled]{cursor:no-drop}.select::-moz-placeholder{color:#93a4b7}.select:-ms-input-placeholder{color:#93a4b7}.select::placeholder{color:#93a4b7}.select:focus{background-color:#fff;border-color:#93a4b7;color:#1e2a39}.is-valid>.select,.select.is-valid{background-color:#fff;border-color:#2ed63c;color:#1e2a39}.is-invalid>.select,.select.is-invalid{background-color:#fff;border-color:#d52227;color:#1e2a39}.is-disabled>.select,.is-disabled>.select:focus,.select.is-disabled,.select.is-disabled:focus,.select[disabled],.select[disabled]:focus{background-color:#f1f4f9;border-color:#f1f4f9;color:#93a4b7}.textarea{background-color:#fff;border:1px solid #cbd4e1;border-radius:0;color:#1e2a39;display:block;font-family:inherit;font-size:1.125rem;font-weight:500;height:auto;line-height:inherit;overflow:auto;padding:.5em 1em;resize:vertical;transition-duration:.3s;transition-property:background-color,color,border-color,outline-color;width:100%}.textarea:focus{outline:0}.is-disabled>.textarea,.textarea.is-disabled,.textarea[disabled]{cursor:no-drop}.textarea::-moz-placeholder{color:#93a4b7}.textarea:-ms-input-placeholder{color:#93a4b7}.textarea::placeholder{color:#93a4b7}.textarea:focus{background-color:#fff;border-color:#93a4b7;color:#1e2a39}.is-valid>.textarea,.textarea.is-valid{background-color:#fff;border-color:#2ed63c;color:#1e2a39}.is-invalid>.textarea,.textarea.is-invalid{background-color:#fff;border-color:#d52227;color:#1e2a39}.is-disabled>.textarea,.is-disabled>.textarea:focus,.textarea.is-disabled,.textarea.is-disabled:focus,.textarea[disabled],.textarea[disabled]:focus{background-color:#f1f4f9;border-color:#f1f4f9;color:#93a4b7}.checkbox{display:inline-flex;position:relative}.checkbox__label{display:inline-block;flex-shrink:0;padding-left:1.75rem}.checkbox__label:before{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:1.125rem;border:1px solid #cbd4e1;border-radius:.25rem;content:"";height:1.25rem;left:0;margin-right:.5rem;position:absolute;top:2px;transition-duration:.3s;transition-property:background-color,border-color;width:1.25rem}.checkbox__input{left:0;opacity:0;position:absolute;top:0}.checkbox .checkbox__input:focus+.checkbox__label:before,.checkbox .checkbox__label:hover:before{background-color:#fff;border-color:#64758b}.checkbox .checkbox__input.is-indeterminate+.checkbox__label:before,.checkbox.is-indeterminate>.checkbox__input+.checkbox__label:before{background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5IDExSDVhMSAxIDAgMCAwIDAgMmgxNGExIDEgMCAwIDAgMC0yWiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==");border-color:#1e2a39}.checkbox .checkbox__input.is-invalid+.checkbox__label:before,.checkbox.is-invalid>.checkbox__input+.checkbox__label:before{background-color:#fff;border-color:#d52227}.checkbox .checkbox__input:checked+.checkbox__label:before{background-color:#1e2a39;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTE4LjcxIDcuMjFhMSAxIDAgMCAwLTEuNDIgMGwtNy40NSA3LjQ2LTMuMTMtMy4xNEExLjAyMiAxLjAyMiAwIDAgMCA1LjI5IDEzbDMuODQgMy44NGExIDEgMCAwIDAgMS40MiAwbDguMTYtOC4xNmExIDEgMCAwIDAgMC0xLjQ3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");border-color:#1e2a39}.checkbox .checkbox__input.is-valid:checked+.checkbox__label:before,.checkbox.is-valid>.checkbox__input:checked+.checkbox__label:before{background-color:#000;border-color:#000}.checkbox .checkbox__input:disabled+.checkbox__label{cursor:no-drop}.checkbox .checkbox__input:disabled+.checkbox__label:before{opacity:.5}.radio{display:inline-flex;position:relative}.radio__label{flex-shrink:0;padding-left:1.75rem;position:relative}.radio__label:before{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:.625rem;border:1px solid #cbd4e1;border-radius:1.25rem;content:"";height:1.25rem;left:0;margin-right:.5rem;position:absolute;top:2px;transition-duration:.3s;transition-property:background-color,border-color;width:1.25rem}.radio__input{left:0;opacity:0;position:absolute;top:0}.radio .radio__label:hover:before{background-color:#fff;border-color:#64758b}.radio .radio__input:focus+.radio__label:before{background-color:#fff;border-color:#000}.radio.is-invalid>.radio__input+.radio__label:before,.radio .radio__input.is-invalid+.radio__label:before{background-color:#fff;border-color:#d52227}.radio .radio__input:checked+.radio__label:before{background-color:#000;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");border-color:#000}.radio.is-valid>.radio__input:checked+.radio__label:before,.radio .radio__input.is-valid:checked+.radio__label:before{background-color:#000;border-color:#000}.radio .radio__input:disabled+.radio__label{cursor:no-drop}.radio .radio__input:disabled+.radio__label:before{opacity:.5}.icon{display:inline-block;height:1em;vertical-align:-.15em;width:1em}.alert{border-radius:0;border-top:2px solid transparent;display:none;padding:1.5rem 1rem;position:relative}.alert p{margin:0}.alert ul{list-style:none;margin:0;padding:0}.alert.is-valid,.is-valid>.alert{background-color:#f0fef1;border-color:#47f456;color:#26882e;display:block}.alert.is-invalid,.is-invalid>.alert{background-color:#ffefef;border-color:#f33d42;color:#881f22;display:block}.field-text{font-size:.875rem}.field-text.is-valid,.is-valid>.field-text{color:#29ad34}.field-text.is-invalid,.is-invalid>.field-text{color:#ad2123}.text-style{display:block;margin:0}.text-style--1{font-size:2.5rem;font-weight:500}@media screen and (min-width:48rem){.text-style--1{font-size:calc(2.97619vw + 1.07143rem)}}@media screen and (min-width:90rem){.text-style--1{font-size:3.75rem}}.text-style--2{font-size:2.1875rem;font-weight:500;letter-spacing:.0666666667em}@media screen and (min-width:48rem){.text-style--2{font-size:calc(3.72024vw + .40179rem)}}@media screen and (min-width:90rem){.text-style--2{font-size:3.75rem}}.text-style--3{font-size:1.875rem;font-weight:500}@media screen and (min-width:48rem){.text-style--3{font-size:calc(.89286vw + 1.44643rem)}}@media screen and (min-width:90rem){.text-style--3{font-size:2.25rem}}.text-style--4{font-size:1.25rem;font-weight:500}@media screen and (min-width:48rem){.text-style--4{font-size:calc(.29762vw + 1.10714rem)}}@media screen and (min-width:90rem){.text-style--4{font-size:1.375rem}}.text-style--5{font-size:1rem;font-weight:400}@media screen and (min-width:48rem){.text-style--5{font-size:calc(1.19048vw + .42857rem)}}@media screen and (min-width:90rem){.text-style--5{font-size:1.5rem}}@-webkit-keyframes hamburger-before-passive{0%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(-300%) rotate(0deg)}}@keyframes hamburger-before-passive{0%{transform:translateY(0) rotate(45deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(-300%) rotate(0deg)}}@-webkit-keyframes hamburger-after-passive{0%{transform:translateY(0) rotate(-45deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(300%) rotate(0deg)}}@keyframes hamburger-after-passive{0%{transform:translateY(0) rotate(-45deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(300%) rotate(0deg)}}@-webkit-keyframes hamburger-before-active{0%{transform:translateY(-300%) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(45deg)}}@keyframes hamburger-before-active{0%{transform:translateY(-300%) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(45deg)}}@-webkit-keyframes hamburger-after-active{0%{transform:translateY(300%) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(-45deg)}}@keyframes hamburger-after-active{0%{transform:translateY(300%) rotate(0deg)}50%{transform:translateY(0) rotate(0deg)}to{transform:translateY(0) rotate(-45deg)}}.hamburger{align-items:center;background-color:transparent;border:0;cursor:pointer;display:inline-flex;justify-content:center;min-height:3rem;padding:0;position:relative;width:3rem}.hamburger:focus{outline:0}.hamburger__line{background-color:currentColor;display:inline-block;height:2px;position:relative;width:1.125rem}.hamburger__line:after,.hamburger__line:before{background-color:currentColor;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.hamburger__line:before{-webkit-animation:hamburger-before-passive .3s;animation:hamburger-before-passive .3s;transform:translateY(-300%)}.hamburger__line:after{-webkit-animation:hamburger-after-passive .3s;animation:hamburger-after-passive .3s;transform:translateY(300%)}.hamburger.is-active .hamburger__line{background-color:transparent}.hamburger.is-active .hamburger__line:before{-webkit-animation:hamburger-before-active .3s;animation:hamburger-before-active .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hamburger.is-active .hamburger__line:after{-webkit-animation:hamburger-after-active .3s;animation:hamburger-after-active .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.mobile-menu{-webkit-overflow-scrolling:touch;background-color:#000;display:flex;flex-direction:column;list-style:none;margin:0;overflow:auto;padding:4.0625rem}.mobile-menu__title{color:#fff;font-size:2.5rem;font-weight:500;margin:0}.mobile-menu__item--title{margin-bottom:3.375rem}.mobile-menu__item--language{margin-top:auto}.mobile-menu__link{color:#fff;display:block;padding:1rem 0;position:relative;text-decoration:none}.mobile-menu__link:before{background-color:currentColor;bottom:0;content:"";height:2px;left:0;max-width:100%;position:absolute;transform:scaleX(0);transform-origin:left;transition-duration:.3s;transition-property:transform;width:3.125rem}.is-active>.mobile-menu__link,.mobile-menu__link.is-active,.mobile-menu__link:hover{color:#fff;text-decoration:none}.mobile-menu__link:hover:before{transform:scaleX(1)}.mobile-menu__language-selector{color:#fff}.language-selector{display:flex;list-style:none;margin:0;padding:0}.language-selector__link{display:block;padding:.5em}.language-selector__link,.language-selector__link:hover{color:currentColor;text-decoration:none}.is-active>.language-selector__link,.language-selector__link.is-active{font-weight:700}.tab-nav{display:inline-flex;list-style:none;margin:0;padding:0}.tab-nav__link{background-color:transparent;border:0;color:#64758b;display:block;font-size:1rem;font-weight:400;padding:.3333333333em .6666666667em;text-decoration:none;transition-duration:.3s;transition-property:color,border}@media screen and (min-width:48rem){.tab-nav__link{font-size:calc(1.19048vw + .42857rem)}}@media screen and (min-width:90rem){.tab-nav__link{font-size:1.5rem}}.is-active>.tab-nav__link,.tab-nav__link.is-active,.tab-nav__link:hover{color:#101b2a;text-decoration:none}.tab-nav--responsive{background:radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent) 100% 0;background-repeat:no-repeat;background-size:10px 100%;overflow-x:auto;overflow-y:hidden}.tab-nav--responsive .tab-nav__item{white-space:nowrap}.tab-nav--responsive .tab-nav__item:first-child,.tab-nav--responsive .tab-nav__item:last-child{background-color:#fff;background-repeat:no-repeat;background-size:100%}.tab-content{display:block}.tab-content__item{display:none}.tab-content__item.is-active{display:block}.play-button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.5);border-radius:50%;display:inline-block;font-size:1.5rem;height:1em;position:relative;width:1em}.play-button:after{border-bottom:.2em solid transparent;border-left:.3em solid #fff;border-top:.2em solid transparent;content:"";left:50%;position:absolute;top:50%;transform:translate(-37.5%,-50%)}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__header{position:relative;z-index:2}.layout__header.is-sticky{left:0;position:fixed;top:0;width:100%;z-index:2}.layout__body{flex-grow:1}.layout__body,.layout__footer{position:relative;z-index:1}.container{margin-left:auto;margin-right:auto;max-width:75rem;padding-left:1rem;padding-right:1rem}.aspect-ratio{display:block;overflow:hidden;position:relative}.aspect-ratio__item{display:block;opacity:0;transition-duration:.3s;transition-property:opacity,visibility;visibility:hidden;width:100%}.aspect-ratio__item:focus{outline:0}.aspect-ratio__item.is-loaded{opacity:1;visibility:visible}.aspect-ratio--1by1 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--1by1:before{content:"";display:block;padding-bottom:100%}.aspect-ratio--2by1 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--2by1:before{content:"";display:block;padding-bottom:50%}.aspect-ratio--3by2 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--3by2:before{content:"";display:block;padding-bottom:66.66667%}.aspect-ratio--3by4 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--3by4:before{content:"";display:block;padding-bottom:133.33333%}.aspect-ratio--4by3 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--4by3:before{content:"";display:block;padding-bottom:75%}.aspect-ratio--12by5 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--12by5:before{content:"";display:block;padding-bottom:41.66667%}.aspect-ratio--16by9 .aspect-ratio__item{height:100%;left:0;position:absolute;top:0;width:100%}.aspect-ratio--16by9:before{content:"";display:block;padding-bottom:56.25%}.aspect-ratio--contain .aspect-ratio__item{-o-object-fit:contain;object-fit:contain}.aspect-ratio--cover .aspect-ratio__item{-o-object-fit:cover;object-fit:cover}.navbar{align-items:center;background-color:#232323;display:grid;transition-duration:.3s;transition-property:min-height,background-color}@media (max-width:991px){.navbar{grid-template-columns:1fr 10rem 1fr;min-height:4.375rem;padding-left:1rem;padding-right:1rem}}@media (min-width:991px){.navbar{grid-template-columns:1fr 19.75rem 1fr;min-height:7.5625rem;padding-left:1.5rem;padding-right:1.5rem}.navbar.is-scrolling{min-height:5rem}}.navbar.is-scrolling{background-color:#232323}.navbar__left{justify-content:flex-end}.navbar__left,.navbar__right{align-items:center;display:flex}.navbar__right{justify-content:flex-start}.navbar__center{align-items:center;display:flex;justify-content:center}.navbar__distribution-logo,.navbar__production-logo,.navbar__single-logo{display:block}@media (max-width:991px){.navbar__distribution-logo{height:.75rem;width:7.5rem}}@media (min-width:991px){.navbar__distribution-logo{height:1rem;width:10rem}}@media (max-width:991px){.navbar__production-logo{height:.75rem;width:11.9375rem}}@media (min-width:991px){.navbar__production-logo{height:1rem;width:15.875rem}}@media (max-width:991px){.navbar__single-logo{height:.75rem;width:3.5625rem}}@media (min-width:991px){.navbar__single-logo{height:1.25rem;width:5.9375rem}}.navbar__hamburger{color:#fff;display:none;margin-right:auto}@media (max-width:991px){.navbar__hamburger{display:inherit}}.navbar__language-selector{color:#fff;margin-left:auto}@media (max-width:991px){.navbar__language-selector{display:none}}.navbar__mobile-menu{height:100%;left:0;opacity:0;padding-top:10.3125rem;position:fixed;top:0;transform:scale(1.1);transition-duration:.3s;transition-property:transform;visibility:hidden;width:100%;z-index:-1}@media (min-width:991px){.navbar__mobile-menu{display:none}}.navbar__mobile-menu.is-active{opacity:1;transform:scale(1);visibility:visible}.navbar__link{color:#fff;display:block;padding:1rem;position:relative;text-decoration:none}.navbar__link:before{background-color:currentColor;bottom:0;content:"";height:2px;left:50%;max-width:100%;position:absolute;transform:translate(-50%) scaleX(0);transform-origin:center;transition-duration:.3s;transition-property:transform;width:3.125rem}.is-active>.navbar__link,.navbar__link.is-active,.navbar__link:hover{color:#fff;text-decoration:none}.navbar__link:hover:before{transform:translate(-50%) scaleX(1)}.navbar__nav{align-items:center;display:flex}@media (max-width:991px){.navbar__nav{display:none}}.navbar--transparent{background-color:transparent}.navbar--intro .navbar__language-selector,.navbar--intro .navbar__nav{display:none}.banner{overflow:hidden;position:relative}.banner:before{content:"";display:block}@media (orientation:landscape){.banner:before{padding-bottom:49.3055555556%}}@media (orientation:portrait){.banner:before{padding-bottom:130.6666666667%}}.banner__background,.banner__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.banner__overlay{background-color:rgba(0,0,0,.2)}.banner__content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}@media (min-width:991px){.banner__content{margin-top:2.75rem}}.banner__title{color:#fff}.movie-card{border-radius:.625rem;display:block;overflow:hidden;position:relative}.movie-card:before{content:"";display:block}@media (orientation:landscape){.movie-card:before{padding-bottom:56.25%}}@media (orientation:portrait){.movie-card:before{padding-bottom:138.2352941176%}}.movie-card:hover .movie-card__arrow-button{transform:translateX(4px)}.movie-card__background,.movie-card__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.movie-card__overlay{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.4) 72%)}.movie-card__content{bottom:0;left:0;padding:1.5rem 2.5rem 1.5rem 1.5rem;position:absolute;width:100%}@media screen and (min-width:48rem){.movie-card__content{padding-bottom:calc(2.67857vw + .21429rem);padding-left:calc(2.67857vw + .21429rem);padding-top:calc(2.67857vw + .21429rem)}}@media screen and (min-width:90rem){.movie-card__content{padding-bottom:2.625rem;padding-left:2.625rem;padding-top:2.625rem}}@media screen and (min-width:48rem){.movie-card__content{padding-right:calc(2.67857vw + 1.21429rem)}}@media screen and (min-width:90rem){.movie-card__content{padding-right:3.625rem}}.movie-card__title{color:#fff}.movie-card__text{color:#fff;margin-top:1rem}.movie-card__button{color:#fff;display:inline-block;font-size:1.25rem;font-weight:500;letter-spacing:.6em;margin-top:2rem;text-transform:uppercase;transition-duration:.3s;transition-property:letter-spacing}.movie-card__button:hover{color:#fff;text-decoration:none}.movie-card__arrow-button{bottom:1.5rem;color:#fff;font-size:1rem;position:absolute;right:1.5rem;transition-duration:.3s;transition-property:transform}@media screen and (min-width:48rem){.movie-card__arrow-button{bottom:calc(2.67857vw + .21429rem);right:calc(2.67857vw + .21429rem)}}@media screen and (min-width:90rem){.movie-card__arrow-button{bottom:2.625rem;right:2.625rem}}@media screen and (min-width:48rem){.movie-card__arrow-button{font-size:calc(1.19048vw + .42857rem)}}@media screen and (min-width:90rem){.movie-card__arrow-button{font-size:1.5rem}}.movie-card--small{border-radius:0}.movie-card--small:before{padding-bottom:135.6%}.movie-card--small .movie-card__content{padding:1.5rem}@media screen and (min-width:48rem){.movie-card--small .movie-card__content{padding:calc(1.19048vw + .92857rem)}}@media screen and (min-width:90rem){.movie-card--small .movie-card__content{padding:2rem}}.movie-card--small .movie-card__title{font-size:1.5rem;letter-spacing:0}@media screen and (min-width:48rem){.movie-card--small .movie-card__title{font-size:calc(1.6369vw + .71429rem)}}@media screen and (min-width:90rem){.movie-card--small .movie-card__title{font-size:2.1875rem}}.movie-card--small .movie-card__text{font-size:1rem}.footer{background-color:#232323;color:#fff}.footer__container{padding:3.125rem 1.25rem 3.9375rem}@media screen and (min-width:48rem){.footer__container{padding-top:calc(2.97619vw + 1.69643rem)}}@media screen and (min-width:90rem){.footer__container{padding-top:4.375rem}}@media screen and (min-width:48rem){.footer__container{padding-bottom:calc(5.50595vw + 1.29464rem)}}@media screen and (min-width:90rem){.footer__container{padding-bottom:6.25rem}}.footer__distribution-logo,.footer__production-logo,.footer__single-logo{display:block;margin-right:auto}@media (min-width:767px){.footer__distribution-logo,.footer__production-logo,.footer__single-logo{margin-left:auto}}@media (max-width:991px){.footer__distribution-logo{height:.75rem;width:7.5rem}}@media (min-width:991px){.footer__distribution-logo{height:1.25rem;width:12.5rem}}@media (max-width:991px){.footer__production-logo{height:.75rem;width:11.9375rem}}@media (min-width:991px){.footer__production-logo{height:1.25rem;width:19.875rem}}@media (max-width:991px){.footer__single-logo{height:.75rem;width:3.5625rem}}@media (min-width:991px){.footer__single-logo{height:1.25rem;width:5.9375rem}}.footer__text{margin-left:auto;margin-right:auto;margin-top:1.875rem;opacity:.5}@media (min-width:767px){.footer__text{max-width:100%;text-align:center;width:23.875rem}}.footer__menu{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:2.375rem auto 0;padding:0}@media (min-width:767px){.footer__menu{margin-top:3.875rem}}@media (max-width:767px){.footer__menu-item{flex:0 0 50%;margin-top:1.5rem}}.footer__menu-link{color:#fff;display:block}@media (min-width:767px){.footer__menu-link{padding:.25rem 1.25rem}}.footer__menu-link:hover{color:#fff}.footer__logos{margin-top:3rem}@media (min-width:767px){.footer__logos{text-align:center}}.field{position:relative}.field__label{color:#a9afb0;font-size:.75rem;left:1.125rem;position:absolute;top:1.125rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.field__input,.field__select,.field__textarea{height:5.6875rem;padding:2.4444444444em 1em 1em}.field__textarea{height:auto}.field__field-text{display:block;margin-top:.25rem}@media (min-width:991px){.image-with-text{display:flex;flex-wrap:wrap}}.image-with-text__image{flex:0 0 50%}.image-with-text__text{margin-top:1.5rem}.image-with-text__content{flex:0 0 50%;padding:1.5rem 0}@media (min-width:991px){.image-with-text__content{padding:3.625rem}}.image-with-text--align-top{align-items:flex-start}.image-with-text--align-center{align-items:center}.image-with-text--align-bottom{align-items:flex-end}.image-with-text--revert{flex-direction:row-reverse}.slider{position:relative}.slider__buttons{align-items:center;display:inline-flex}.slider__button{background-color:transparent;border:0;cursor:pointer;font-size:1rem;height:2rem;margin:0;padding:0;width:2rem}@media screen and (min-width:48rem){.slider__button{font-size:calc(2.38095vw - .14286rem)}}@media screen and (min-width:90rem){.slider__button{font-size:2rem}}@media screen and (min-width:48rem){.slider__button{height:calc(4.7619vw - .28571rem);width:calc(4.7619vw - .28571rem)}}@media screen and (min-width:90rem){.slider__button{height:4rem;width:4rem}}.slider__button:focus{outline:0}.slider__button--small{font-size:1rem;height:2rem;width:2rem}@media screen and (min-width:48rem){.slider__button--small{font-size:calc(1.19048vw + .42857rem)}}@media screen and (min-width:90rem){.slider__button--small{font-size:1.5rem}}@media screen and (min-width:48rem){.slider__button--small{height:calc(2.38095vw + .85714rem);width:calc(2.38095vw + .85714rem)}}@media screen and (min-width:90rem){.slider__button--small{height:3rem;width:3rem}}.slider--navigation-center .slider__button{bottom:50%;position:absolute}.slider--navigation-center .slider__button--prev{left:0;transform:translateY(50%)}@media (min-width:1439px){.slider--navigation-center .slider__button--prev{transform:translate(-100%,50%)}}.slider--navigation-center .slider__button--next{right:0;transform:translateY(50%)}@media (min-width:1439px){.slider--navigation-center .slider__button--next{transform:translate(100%,50%)}}@media (min-width:991px){.movie-information__container{display:flex}}.movie-information__image{flex-shrink:0;max-width:100%}@media (min-width:575px){.movie-information__image{width:21.25rem}}@media (max-width:991px){.movie-information__content{margin-top:1.5rem}}@media screen and (max-width:991px) and (min-width:48rem){.movie-information__content{margin-top:calc(3.57143vw - .21429rem)}}@media screen and (max-width:991px) and (min-width:90rem){.movie-information__content{margin-top:3rem}}@media (min-width:991px){.movie-information__content{margin-left:3rem;max-width:32.875rem}}@media screen and (min-width:991px) and (min-width:48rem){.movie-information__content{margin-left:calc(11.45833vw - 2.5rem)}}@media screen and (min-width:991px) and (min-width:90rem){.movie-information__content{margin-left:7.8125rem}}.movie-documents__header{margin-bottom:.75rem}@media screen and (min-width:48rem){.movie-documents__header{margin-bottom:calc(4.6131vw - 1.46429rem)}}@media screen and (min-width:90rem){.movie-documents__header{margin-bottom:2.6875rem}}.movie-documents__title{margin:0}@media (min-width:991px){.movie-documents__grid{align-items:flex-start;display:grid;grid-template-columns:repeat(3,1fr)}}.movie-documents__details{grid-column:span 2;padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:48rem){.movie-documents__details{padding-bottom:calc(3.86905vw - .35714rem);padding-top:calc(3.86905vw - .35714rem)}}@media screen and (min-width:90rem){.movie-documents__details{padding-bottom:3.125rem;padding-top:3.125rem}}.movie-documents__list{grid-gap:2.375rem;display:grid;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.movie-documents__list-text{font-size:1rem}.movie-documents__files{background-color:#f7f7f7;grid-column:span 1;padding:1.5rem 1rem}@media screen and (min-width:48rem){.movie-documents__files{padding-bottom:calc(3.86905vw - .35714rem);padding-top:calc(3.86905vw - .35714rem)}}@media screen and (min-width:90rem){.movie-documents__files{padding-bottom:3.125rem;padding-top:3.125rem}}@media screen and (min-width:48rem){.movie-documents__files{padding-left:calc(5.05952vw - 1.42857rem);padding-right:calc(5.05952vw - 1.42857rem)}}@media screen and (min-width:90rem){.movie-documents__files{padding-left:3.125rem;padding-right:3.125rem}}@media (max-width:991px){.movie-documents__files{margin-left:-.9375rem;margin-right:-.9375rem}}.movie-documents__files-list{list-style:none;margin-bottom:0;margin-top:1.5rem;padding:0}.movie-documents__files-list-item:not(:first-child){margin-top:1.5rem}.movie-documents__files-list-link{color:#000;font-size:1rem}.movie-documents__files-list-link:hover{color:#000}.movie-documents__files-list-icon{margin-right:.25rem}.movie-video{display:block;position:relative}.movie-video:hover .movie-video__play-button{transform:scale(1.1)}.movie-video__title{margin:0}.movie-video__cover{position:relative}.movie-video__play-button{font-size:4rem;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;transition-duration:.3s;transition-property:transform}@media screen and (min-width:48rem){.movie-video__play-button{font-size:calc(11.30952vw - 1.42857rem)}}@media screen and (min-width:90rem){.movie-video__play-button{font-size:8.75rem}}.movie-videos__header{margin-bottom:2.75rem}.movie-videos__title{margin:0}.movie-photos__header{margin-bottom:2.75rem}.movie-photos__title{margin:0}.movie-photos__grid{grid-gap:1rem;display:grid}@media (min-width:575px){.movie-photos__grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}}.contact-box__title{color:#232323;font-size:1.875rem;font-weight:500;margin:0 0 2.25rem}@media screen and (min-width:48rem){.contact-box__title{font-size:calc(.89286vw + 1.44643rem)}}@media screen and (min-width:90rem){.contact-box__title{font-size:2.25rem}}.contact-box__person{margin-top:2rem}.contact-box__person-name{font-size:1.25rem;font-weight:500;margin-bottom:.375rem;margin-top:0}@media screen and (min-width:48rem){.contact-box__person-name{font-size:calc(.29762vw + 1.10714rem)}}@media screen and (min-width:90rem){.contact-box__person-name{font-size:1.375rem}}.contact-box__person-email,.contact-box__person-fax,.contact-box__person-phone{color:inherit;font-size:1.125rem;margin-bottom:0;margin-top:.5rem;text-decoration:none}@media screen and (min-width:48rem){.contact-box__person-email,.contact-box__person-fax,.contact-box__person-phone{font-size:calc(.29762vw + .98214rem)}}@media screen and (min-width:90rem){.contact-box__person-email,.contact-box__person-fax,.contact-box__person-phone{font-size:1.25rem}}.contact-box__person-email a,.contact-box__person-fax a,.contact-box__person-phone a{color:currentColor}.intro-template{display:grid;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:767px) and (orientation:landscape){.intro-template{grid-template-columns:1fr 1fr}}@media (max-width:767px) and (orientation:portrait){.intro-template{grid-template-rows:1fr 1fr}}@media (min-width:767px) and (orientation:landscape){.intro-template{grid-template-columns:1fr 1fr}}@media (min-width:767px) and (orientation:portrait){.intro-template{grid-template-rows:1fr 1fr}}.intro-template__left,.intro-template__right{display:flex;position:relative}.intro-template__left:before,.intro-template__right:before{background-image:linear-gradient(1turn,#000,transparent);content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;transition-duration:.3s;transition-property:opacity;width:100%;z-index:2}.intro-template__left:hover:before,.intro-template__right:hover:before{opacity:0}.intro-template__background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.intro-template__content{bottom:50%;left:0;position:absolute;right:0;text-align:center;transform:translateY(50%);transition-duration:.3s;transition-property:opacity,transform;z-index:3}.intro-template__title{color:#fff;font-size:2rem;margin:0}@media screen and (min-width:48rem){.intro-template__title{font-size:4.16667vw}}@media screen and (min-width:90rem){.intro-template__title{font-size:3.75rem}}.home-template__container{padding-bottom:6rem;padding-top:6rem}.home-template__tab-nav{display:flex;justify-content:center;margin-bottom:3.125rem}.home-template__tab-content{margin-top:3.125rem}.home-template__movies{grid-gap:1rem;display:grid}@media screen and (min-width:48rem){.home-template__movies{grid-gap:calc(5.05952vw - 1.42857rem)}}@media screen and (min-width:90rem){.home-template__movies{grid-gap:3.125rem}}@media (min-width:767px) and (orientation:portrait){.home-template__movies{grid-template-columns:repeat(2,1fr)}}@media (min-width:1199px){.home-template__filter-form{display:grid;grid-template-columns:repeat(12,1fr)}}.home-template__filter-item:first-child{grid-column:span 5}.home-template__filter-item:nth-child(2),.home-template__filter-item:nth-child(3),.home-template__filter-item:nth-child(4){grid-column:span 2}.home-template__filter-button{display:block;font-size:1.5rem;width:100%}.home-template__catalogue{grid-gap:1.25rem;display:grid;margin-top:3.125rem}@media (max-width:991px){.home-template__catalogue{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.home-template__catalogue{grid-template-columns:repeat(1,1fr)}}@media (min-width:991px){.home-template__catalogue{grid-template-columns:repeat(4,1fr)}}.about-us-template__about{padding-bottom:3rem;padding-top:3rem}@media screen and (min-width:48rem){.about-us-template__about{padding-bottom:calc(15.17857vw - 4.28571rem);padding-top:calc(15.17857vw - 4.28571rem)}}@media screen and (min-width:90rem){.about-us-template__about{padding-bottom:9.375rem;padding-top:9.375rem}}.about-us-template__distribution{background-color:#232323;color:#fff;padding-bottom:3rem;padding-top:3rem;text-align:center}@media screen and (min-width:48rem){.about-us-template__distribution{padding-bottom:calc(15.17857vw - 4.28571rem);padding-top:calc(15.17857vw - 4.28571rem)}}@media screen and (min-width:90rem){.about-us-template__distribution{padding-bottom:9.375rem;padding-top:9.375rem}}.about-us-template__distribution-text{margin-top:1.5rem}.about-us-template__distribution-title{color:#fff}@media (max-width:991px){.about-us-template__production{padding:3rem 1rem}}.movie-template__documents,.movie-template__information,.movie-template__photos,.movie-template__videos{margin-bottom:3rem;margin-top:3rem}@media screen and (min-width:48rem){.movie-template__documents,.movie-template__information,.movie-template__photos,.movie-template__videos{margin-bottom:calc(15.17857vw - 4.28571rem);margin-top:calc(15.17857vw - 4.28571rem)}}@media screen and (min-width:90rem){.movie-template__documents,.movie-template__information,.movie-template__photos,.movie-template__videos{margin-bottom:9.375rem;margin-top:9.375rem}}.page-template__container{padding-bottom:3rem;padding-top:3rem}@media screen and (min-width:48rem){.page-template__container{padding-bottom:calc(2.38095vw + 1.85714rem);padding-top:calc(2.38095vw + 1.85714rem)}}@media screen and (min-width:90rem){.page-template__container{padding-bottom:4rem;padding-top:4rem}}.page-template__header{margin-bottom:3rem;text-align:center}@media screen and (min-width:48rem){.page-template__header{margin-bottom:calc(2.38095vw + 1.85714rem)}}@media screen and (min-width:90rem){.page-template__header{margin-bottom:4rem}}.page-template__content{margin-left:auto;margin-right:auto;max-width:56.25rem}.error-template__container{padding-bottom:3rem;padding-top:3rem;width:100%}@media screen and (min-width:48rem){.error-template__container{padding-bottom:calc(2.38095vw + 1.85714rem);padding-top:calc(2.38095vw + 1.85714rem)}}@media screen and (min-width:90rem){.error-template__container{padding-bottom:4rem;padding-top:4rem}}.error-template__image{display:block;height:25rem;margin-left:auto;margin-right:auto;max-width:100%;width:25rem}.error-template__actions{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.contact-template__container{padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:48rem){.contact-template__container{padding-bottom:calc(9.52381vw - .57143rem);padding-top:calc(9.52381vw - .57143rem)}}@media screen and (min-width:90rem){.contact-template__container{padding-bottom:8rem;padding-top:8rem}}.contact-template__grid{grid-gap:3rem;display:grid}@media screen and (min-width:48rem){.contact-template__grid{grid-gap:calc(5.35714vw + .42857rem)}}@media screen and (min-width:90rem){.contact-template__grid{grid-gap:5.25rem}}@media (min-width:767px){.contact-template__grid{grid-template-columns:1fr 1fr}}
