:root{--blue-700:#005187;--blue-800:#023151;--orange-500:#ef7723;--red-500:#893030;--red-700:#581f1f;--red-800:#481414;--theme-color:var(--blue-700);--theme-background:var(--white);--green-700:#156938;--grey-50:#f0f0f0;--grey-100:#e0e0e0;--grey-400:#B0ABA5;--grey-600:#5B5C59;--grey-800:#3c3c3b;--white:#ffffff;--black:#000000;--border-color:var(--grey-100);--text-color:var(--black);--text-color-dark:var(--black);--text-color-light:var(--white);--font-base:"Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-special:"HvDTrial Pluto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading-weight:300;--bold:600;--theme-fs-base:1.6rem;--theme-fs-h1:5.6rem;--theme-fs-h2:4.4rem;--theme-fs-h3:3.3rem;--theme-fs-h4:2.2rem;--theme-fs-h5:1.6rem;--theme-fs-small-base:1.4rem;--theme-fs-small-h1:3.2rem;--theme-fs-small-h2:2.8rem;--theme-fs-small-h3:2.4rem;--theme-fs-small-h4:1.8rem;--theme-fs-small-h5:1.4rem;--button-radius:0.4rem;--container-radius:0.8rem;--media-radius:0.4rem;--padding-none:0rem;--padding-small:1.2rem;--padding-default:6.0rem;--padding-large:8.0rem;--margin-none:0rem;--margin-small:0.8rem;--margin-default:1.6rem;--margin-large:3.2rem;--degrees:-55deg;--row-maxwidth:var(--max-width-default);--row-margin-inline:3vw;--grid-gutter:2rem;--max-width-default:130rem;--max-width-medium:108rem;--max-width-text:91rem}.twz-hero{--text-color:var(--hero-text-color, var(--text-color-light));--hero-bg:var(--theme-color, var(--red-700));--hero-content-padding:12rem;--hero-content-height:var(--hero-content-height, 56rem);--hero-content-margin-bottom:2rem;--hero-content-gap:2rem;--hero-media-margin-left:-110%;--hero-controls-offset:3rem;position:relative;width:var(--grid-width);margin:0 auto;overflow:hidden}@media(max-width:767px){.twz-hero{--hero-content-gap:1.5rem}}.page-template-template-updates .twz-hero{--hero-content-margin-bottom:0}.twz-hero.twz-hero--slider .twz-hero__media{aspect-ratio:16/12;margin-top:auto;opacity:0}@media(min-width:1025px){.twz-hero.twz-hero--slider:has(img,video){--hero-content-margin-bottom:30rem;min-height:var(--hero-content-height)}}@media(max-width:1024px){.twz-hero{--hero-content-padding:5rem;--hero-content-margin-bottom:0;min-height:auto}}@media(max-width:767px){.twz-hero{--hero-content-padding:var(--grid-gutter)}}.twz-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,var(--hero-bg) 0%,var(--hero-bg) var(--hero-content-height),transparent var(--hero-content-height),transparent 100%);z-index:0;translate:0 -50%;transition:translate .8s ease-out}.twz-hero--slider.twz-hero-slider--is-ready::before,.twz-hero--is-ready::before{translate:0 0}.twz-hero--video .twz-hero__content{max-width:100rem;padding-bottom:2.5rem}.twz-hero--video .twz-hero__media{position:relative;margin-left:0}.twz-hero--video .twz-hero__video-container{width:100%}@media(min-width:768px){.twz-hero--video .twz-hero__video-container{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;align-items:flex-start;justify-items:flex-end}}.twz-hero--video .content,.twz-hero--video .twz-hero__preview-video{grid-column:1;grid-row:1}.twz-hero--video .twz-hero__preview-video{max-height:65rem;width:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:767px){.twz-hero--video .twz-hero__preview-video{max-height:34rem}}.twz-hero--video .content{--text-color:var(--text-color-dark);max-width:46rem;background-color:var(--white);padding:2rem 2rem 0 0;z-index:1;align-self:flex-end;justify-self:flex-start;position:relative}@media(max-width:767px){.twz-hero--video .content{padding-left:0;width:100%}}.twz-hero--video .content:after{content:"";position:absolute;top:0;right:0;height:100%;width:auto;aspect-ratio:1/1;translate:99% 0;background-color:var(--white);clip-path:polygon(0 0,100% 100%,0 100%)}.twz-hero--video iframe,.twz-hero--video video{clip-path:unset}.twz-hero .flickity-slider{transform:none!important}.twz-hero .flickity-viewport{visibility:visible}.twz-hero.flickity-enabled .twz-hero__slide{position:absolute;opacity:0}.twz-hero.flickity-enabled .twz-hero__slide.is-selected{opacity:1}.twz-hero__slide{width:100%;display:grid;grid-template-columns:repeat(3,1fr);transform:none!important}.twz-hero__slide:has(img,video){min-height:56rem}.twz-hero__slide:has(img,video):has(.twz-hero__gallery){min-height:unset}@media(max-width:1024px){.twz-hero__slide{grid-template-columns:1fr;min-height:auto}}.twz-hero--slider.twz-hero-slider--is-ready .twz-hero__slide.is-selected .twz-hero__content,.twz-hero--is-ready .twz-hero__content{animation:hero-content-slide-in .6s ease-out .3s both}@keyframes hero-content-slide-in{from{opacity:0;translate:0 2rem}to{opacity:1;translate:0 0}}.twz-hero--slider.twz-hero-slider--is-ready .twz-hero__slide.is-selected .twz-hero__media,.twz-hero--is-ready .twz-hero__media{animation:hero-media-slide-in .6s ease-out .6s both}@keyframes hero-media-slide-in{from{opacity:0;translate:2rem 0}to{opacity:1;translate:0 0}}.twz-hero__content{padding:var(--padding-default) var(--hero-content-padding) 12rem var(--hero-content-padding);display:flex;flex-direction:column;max-width:100%;width:100%;position:relative;z-index:2;opacity:0;align-self:flex-start;margin-bottom:var(--hero-content-margin-bottom);max-width:80rem;min-height:var(--hero-content-height)}@media(max-width:767px){.twz-hero__content{padding-bottom:7.5rem}}@media(max-width:1024px){.twz-hero:not(:has(img)) .twz-hero__content{padding-bottom:7.5rem}}@media(max-width:1024px){.twz-hero__content{--padding-default:3rem}}@media(min-width:1025px){.twz-hero__content{grid-column:span 2}}.twz-hero--slider.twz-hero-slider--is-ready .twz-hero__content,.twz-hero--is-ready .twz-hero__content{opacity:1}.twz-hero__content *{color:var(--text-color-light)}.twz-hero__content .date{--text-color:var(--grey-100);margin-top:1rem;color:var(--text-color)}.twz-hero__content .date+h1,.twz-hero__content .date+h2,.twz-hero__content .date+h3,.twz-hero__content .date+h4,.twz-hero__content .date+h5,.twz-hero__content .date+h6{margin-top:1rem}.twz-hero__content h1,.twz-hero__content h2,.twz-hero__content h3,.twz-hero__content h4,.twz-hero__content h5,.twz-hero__content h6{text-transform:uppercase;margin:0;color:var(--text-color-light)}.twz-hero__content p{margin:0;color:var(--text-color-light)}.twz-hero__content a.button,.twz-hero__content .button{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2rem;border:1px solid var(--white);background-color:rgba(0,0,0,0);color:var(--white);text-decoration:none;border-radius:var(--button-radius);transition:all .3s ease}.twz-hero__content a.button:hover,.twz-hero__content .button:hover{background-color:var(--white);color:var(--hero-bg)}@media(max-width:1024px){.twz-hero__content a.button,.twz-hero__content .button{width:100%}}.twz-hero .twz-hero__back-link{--btn-bg:transparent;--btn-theme:var(--text-color-light);--btn-border-color:var(--text-color-light);--btn-color:var(--text-color-light);--twz-icon-fill:var(--btn-color);display:inline-flex;align-items:center;gap:1rem;padding:.4rem 1.3rem;border-radius:.4rem;font-size:1.4rem;text-decoration:none;transition:all .3s ease;width:-moz-fit-content;width:fit-content;color:var(--btn-color);font-weight:400}.twz-hero .twz-hero__back-link svg{width:1.1rem;height:1.1rem;flex-shrink:0}.twz-hero .twz-hero__back-link:hover{--btn-bg:var(--btn-theme);--btn-color:var(--text-color-dark);--text-color:var(--text-color-dark)}.twz-hero .twz-hero__back-link:hover svg path{fill:var(--btn-color)}.twz-hero .twz-hero__back-link{margin-bottom:2rem}.twz-hero__media{display:flex;align-items:center;justify-content:center;z-index:1;overflow:hidden}@media(min-width:1025px){.twz-hero__media{grid-column:3/span 1;margin-left:var(--hero-media-margin-left)}.twz-hero__media:has(.twz-hero__gallery){grid-column:1/span 3;margin-left:0;min-height:unset}}@media(max-width:1024px){.twz-hero__media{position:relative;min-height:30rem;padding-top:var(--hero-content-gap)}.twz-hero__media:has(.twz-hero__gallery){min-height:unset}}.twz-hero__image{width:100%;margin-top:auto}@media(max-width:767px){.twz-hero__image{margin-top:0;height:100%}}.twz-hero__image .twz-hero__image-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;display:block}@media(min-width:1025px){.twz-hero__image .twz-hero__image-img{padding-top:calc(var(--hero-content-margin-bottom)*.5)}}.twz-hero:not(.twz-hero--slider) .twz-hero__image .twz-hero__image-img{max-height:55rem;max-width:60rem;margin-left:auto;margin-right:10rem}.twz-hero__image img{display:block}.twz-hero__gallery{width:100%;display:grid;grid-template-columns:60% 40%;gap:var(--hero-content-gap)}.twz-hero__gallery .twz-hero__gallery-item{width:100%}.twz-hero__gallery .twz-hero__gallery-item img{-o-object-fit:cover;object-fit:cover;height:40rem;display:block;width:100%}@media(max-width:767px){.twz-hero__gallery .twz-hero__gallery-item img{height:25rem}}@media(max-width:549px){.twz-hero__gallery .twz-hero__gallery-item img{height:15rem}}@keyframes hero-controls-slide-in{from{max-height:0;padding-right:0}to{max-height:150px;padding-right:calc(var(--hero-controls-offset)*1.2)}}.twz-hero__video-dialog{position:relative;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:rgba(0,0,0,0);width:100%;height:100%}.twz-hero__video-dialog::backdrop{opacity:0;animation:hero-video-dialog-fade-in .3s ease-out .2s both;background:var(--theme-color,var(--red-700))}.twz-hero__video-dialog-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;max-width:120rem;max-height:90vh;animation:hero-video-fade-in .3s ease-out .2s both}.twz-hero__video-dialog-video iframe{width:100%;height:auto!important;aspect-ratio:16/9}@keyframes hero-video-dialog-fade-in{from{opacity:0}to{opacity:.8}}@keyframes hero-video-fade-in{from{opacity:0}to{opacity:1}}.twz-hero__controls{max-height:0;display:flex;position:absolute;top:var(--hero-content-height);left:0;max-height:0;align-items:center;animation:hero-controls-slide-in .6s ease-out .8s forwards;translate:0 -100%;gap:1rem;z-index:2;background:linear-gradient(55deg,var(--white) 0%,var(--white) calc(100% - (var(--hero-controls-offset))),transparent calc(100% - (var(--hero-controls-offset))),transparent 100%)}.twz-hero__controls .flickity-button,.twz-hero__controls .flickity-page-dots{position:static;transform:unset}.twz-hero__controls .flickity-button{padding:1.5rem}.twz-hero__controls .flickity-button:hover svg{transform:scale(1.25)}.twz-hero__controls .flickity-page-dots{margin:0}@keyframes hero-controls-slide-in{from{max-height:0;padding-right:0}to{max-height:150px;padding-right:calc(var(--hero-controls-offset)*1.2)}}.twz-hero__video-dialog-close{position:absolute;top:0;right:0;width:4rem;padding:0;height:4rem;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:.2rem solid var(--white);color:var(--white);font-size:3rem;line-height:1;cursor:pointer;transition:all .3s ease;z-index:1}.twz-hero__video-dialog-close svg{width:1.4rem;height:1.4rem;fill:currentColor}.twz-hero__video-dialog-close:hover,.twz-hero__video-dialog-close:focus{background-color:var(--white);color:var(--text-color-dark);outline:none}@media(max-width:767px){.twz-hero__video-dialog-close{top:-3rem;width:3rem;height:3rem;font-size:2.4rem}.twz-hero__video-dialog-close svg{width:1.2rem;height:1.2rem}}