.bleed{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}@media (max-width:767.98px){.bleed--xs{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}}.bleed--doublediagonal:after,.bleed--doublediagonal:before{content:"";pointer-events:none;position:absolute}.bleed--doublediagonal-top{margin-bottom:6%;margin-top:6%;padding-top:6em;z-index:1}.bleed--doublediagonal-top:after,.bleed--doublediagonal-top:before{background:inherit;height:75%;left:-25%;top:0;transform:rotate(-2deg);transform-origin:0 0;width:150%;z-index:-1}.bleed--doublediagonal-top:before{background:var(--bleed-double-digonal-color,var(--color-primary-800,#444));height:50%;transform:rotate(-3deg);transform-origin:3% 0}.cover-image{height:100%;min-height:var(--cover-image-min-height,initial);position:relative;width:100%}.cover-image__wrapper{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.cover-image__content-center,.cover-image__content-left,.cover-image__content-right{position:absolute;z-index:1}.cover-image__content-center{left:50%;top:50%;transform:translate(-50%,-50%)}.cover-image__content-center--xs{bottom:auto;left:auto;left:50%;right:auto;top:auto;top:50%;transform:translate(-50%,-50%)}@media (min-width:576px){.cover-image__content-center--sm{bottom:auto;left:auto;left:50%;right:auto;top:auto;top:50%;transform:translate(-50%,-50%)}}@media (min-width:768px){.cover-image__content-center--md{bottom:auto;left:auto;left:50%;right:auto;top:auto;top:50%;transform:translate(-50%,-50%)}}@media (min-width:992px){.cover-image__content-center--lg{bottom:auto;left:auto;left:50%;right:auto;top:auto;top:50%;transform:translate(-50%,-50%)}}@media (min-width:1200px){.cover-image__content-center--xl{bottom:auto;left:auto;left:50%;right:auto;top:auto;top:50%;transform:translate(-50%,-50%)}}.cover-image__content-left{left:0;top:50%;transform:translateY(-50%)}.cover-image__content-left--xs{bottom:auto;left:auto;left:0;right:auto;top:auto;top:50%;transform:translateY(-50%)}@media (min-width:576px){.cover-image__content-left--sm{bottom:auto;left:auto;left:0;right:auto;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:768px){.cover-image__content-left--md{bottom:auto;left:auto;left:0;right:auto;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:992px){.cover-image__content-left--lg{bottom:auto;left:auto;left:0;right:auto;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:1200px){.cover-image__content-left--xl{bottom:auto;left:auto;left:0;right:auto;top:auto;top:50%;transform:translateY(-50%)}}.cover-image__content-right{right:0;top:50%;transform:translateY(-50%)}.cover-image__content-right--xs{bottom:auto;left:auto;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}@media (min-width:576px){.cover-image__content-right--sm{bottom:auto;left:auto;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:768px){.cover-image__content-right--md{bottom:auto;left:auto;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:992px){.cover-image__content-right--lg{bottom:auto;left:auto;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}}@media (min-width:1200px){.cover-image__content-right--xl{bottom:auto;left:auto;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}}.cover-image__content-top{bottom:auto;top:0}.cover-image__content-bottom{bottom:0;top:auto}.cover-image__wrapper img,.cover-image video{display:block;height:100%;margin:0;object-fit:cover;width:100%}.cover-image__wrapper video{height:100%;left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}@media (min-width:576px){.cover-image__wrapper video{height:auto}}.cover-image--fix-right .cover-image__wrapper img,.cover-image--fix-right video{object-position:right}.cover-image--fix-left__wrapper img,.cover-image--fix-left video{object-position:left}.cover-image--with-zoom{transform:scale(var(--cover-image-zoom,1.1))}.cover-image--dark .cover-image__wrapper{filter:brightness(var(--cover-image-dark,.5))}.cover-image--variant-content-right{--over-margin:var(--cover-image-over-margin,100px);margin-top:var(--over-margin)}@media (min-width:768px){.cover-image--variant-content-right{margin-top:0}}.cover-image--variant-content-right .cover-image__content{left:50%;margin-top:calc(0px - var(--over-margin));position:absolute;top:0;transform:translate(-50%);z-index:1}@media (min-width:768px){.cover-image--variant-content-right .cover-image__content{bottom:auto;left:auto;margin-top:0;right:auto;right:0;top:auto;top:50%;transform:translateY(-50%)}}.employee{position:relative}.employee__name{font-size:1.15rem;font-weight:500}.employee__content{background:rgba(1,1,1,.75);bottom:0;color:#fff;padding:.5rem;position:absolute;width:100%}@media (min-width:576px){.employee__content{padding:.75rem 1rem}}.employee__content a,.employee__content a.active,.employee__content a.link{color:var(--color-base-white)}.employee__content a.hover{color:var(--color-neutral-25)}.employee__contact{display:flex;font-size:1.5rem;gap:1rem;justify-content:center;line-height:1;list-style:none;margin:.5rem 0;padding:0;width:100%}.shine-effect{overflow:hidden;position:relative}.shine-effect:before{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));content:"";display:block;height:100%;left:-100%;position:absolute;top:0;transform:skewX(-25deg);width:50%;z-index:2}.shine-effect:focus:before,.shine-effect:hover:before{animation:shine .85s}@keyframes shine{to{left:125%}}