.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{-ms-scroll-chaining:none;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;-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%;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-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color: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{-ms-scroll-chaining:none;--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;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;-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%;-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;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border:5px solid var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-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;-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}@font-face{font-family:Axiforma;font-style:normal;font-weight:400;src:url(/assets/build/fonts/AxiformaRegular.woff2?84cbd352ea98cfcd92ec245ec09de094) format("woff2"),url(/assets/build/fonts/AxiformaRegular.woff?f991244429bd794c1c21e2511dd51922) format("woff")}@font-face{font-family:Axiforma;font-style:italic;font-weight:400;src:url(/assets/build/fonts/AxiformaItalic.woff2?8cf8057b09ebcc755be011995eedbcc0) format("woff2"),url(/assets/build/fonts/AxiformaItalic.woff?5994a63d07f710ea34fed0f68416ee32) format("woff")}@font-face{font-family:Axiforma;font-style:normal;font-weight:700;src:url(/assets/build/fonts/AxiformaBold.woff2?2244f209d305efea93f668485a7a297c) format("woff2"),url(/assets/build/fonts/AxiformaBold.woff?f1b51bf6ad76de21618d8e986ac72435) format("woff")}@font-face{font-family:Axiforma;font-style:italic;font-weight:700;src:url(/assets/build/fonts/AxiformaBoldItalic.woff2?edd8f99cae0681fbe2de3dd0afca0673) format("woff2"),url(/assets/build/fonts/AxiformaBoldItalic.woff?8b2bd4f6f6e95d8ed31f90c53d0652cd) format("woff")}*,:after,:before{box-sizing:border-box}body,html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;height:100%;scroll-behavior:smooth}body{background-color:#091c48;color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;margin:0;padding:0}@media (min-width:768px){body{font-size:1.25rem;line-height:1.9}}body.page-template-article,body.page-template-default,body.page-template-error{background-color:#fff;color:#091c48}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#fff;font-family:Axiforma,sans-serif;font-size:100%;font-weight:700;line-height:1;margin-bottom:.3333333333em;margin-top:0}body.page-template-article .h1,body.page-template-article .h2,body.page-template-article .h3,body.page-template-article .h4,body.page-template-article .h5,body.page-template-article .h6,body.page-template-article h1,body.page-template-article h2,body.page-template-article h3,body.page-template-article h4,body.page-template-article h5,body.page-template-article h6,body.page-template-default .h1,body.page-template-default .h2,body.page-template-default .h3,body.page-template-default .h4,body.page-template-default .h5,body.page-template-default .h6,body.page-template-default h1,body.page-template-default h2,body.page-template-default h3,body.page-template-default h4,body.page-template-default h5,body.page-template-default h6,body.page-template-error .h1,body.page-template-error .h2,body.page-template-error .h3,body.page-template-error .h4,body.page-template-error .h5,body.page-template-error .h6,body.page-template-error h1,body.page-template-error h2,body.page-template-error h3,body.page-template-error h4,body.page-template-error h5,body.page-template-error h6{color:#091c48}.h1,h1{font-size:1.625rem;line-height:1.615385}@media (min-width:768px){.h1,h1{font-size:calc(1.5rem + 3vw);line-height:1.366667}}@media (min-width:768px) and (min-width:1200px){.h1,h1{font-size:3.75rem}}.h2,h2{font-size:1.5rem;line-height:1.5;margin-bottom:.2em}@media (min-width:768px){.h2,h2{font-size:calc(1.4375rem + 2.25vw);line-height:1.6}}@media (min-width:768px) and (min-width:1200px){.h2,h2{font-size:3.125rem}}.h3,h3{font-size:1.375rem;line-height:1.545455}@media (min-width:768px){.h3,h3{font-size:calc(1.35rem + 1.2vw);line-height:1.333333}}@media (min-width:768px) and (min-width:1200px){.h3,h3{font-size:2.25rem}}.h4,h4{font-size:1.25rem;line-height:1.645}@media (min-width:768px){.h4,h4{font-size:1.75rem;line-height:1.428571}}.h5,h5{font-size:1.25rem;line-height:1.645}@media (min-width:768px){.h5,h5{font-size:1.5rem;line-height:1.583333}}.h6,h6{font-size:1.125rem;line-height:1.7}@media (min-width:768px){.h6,h6{font-size:1.25rem;line-height:1.645}}p a{color:#fff;text-underline-offset:.3em;transition:color .2s cubic-bezier(.63,.01,.47,1)}.page-template-article p a,p a .u-bg-secondary{color:#091c48}p a:hover{color:#dda02c}.u-bg-secondary p a:hover{color:#fff}body.page-template-default .o-content p a{color:#091c48}body.page-template-default .o-content p a:hover{text-decoration:none}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.o-content ol,.o-content ul{margin:1.75rem 0;padding-left:0}@media (min-width:768px){.o-content ol,.o-content ul{padding-left:1.125rem}}.o-content ul{list-style-type:none}.o-content ul li{margin-bottom:.625rem;padding-left:2.8125rem;position:relative}@media (min-width:768px){.o-content ul li{padding-left:3.4375rem}}.o-content ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.231 17.738 1.984-2.145a4.335 4.335 0 0 0-.15-6.05l-1.709-1.672s-1.035-1.047-1.958-1.97c-.5-.5-1.36-.15-1.36.548v3.842L12 15.181v1.16c0 1.684 2.009 2.545 3.219 1.385l.012.012ZM10.055.798a2.745 2.745 0 0 1 3.767-.087l1.87 1.697 3.83 3.867 2.196 2.22 2.445 2.47.499.511a1.89 1.89 0 0 1-.013 2.67l-.312.3-4.952 4.914-.05.05-3.93 3.892-1.259 1.247a3.076 3.076 0 0 1-4.353-.025l-.2-.2-.499-.498-2.857-2.882-.985-.998-.624-.623L2.47 17.14l-1.11-1.123a4.702 4.702 0 0 1 .025-6.636l1.31-1.297 2.283-2.27L10.055.798Z' fill='%23DDA02C'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.25rem;left:0;position:absolute;top:.375rem;width:1.25rem}@media (min-width:768px){.o-content ul li:before{height:1.5625rem;width:1.5625rem}}.o-content ol{counter-reset:item;list-style:none}.o-content ol li{counter-increment:item;margin-bottom:.625rem;padding-left:2.8125rem;position:relative}@media (min-width:768px){.o-content ol li{padding-left:3.4375rem}}.o-content ol li:before{content:counter(item) ". ";display:block;font-family:Axiforma,sans-serif;font-size:1.25rem;font-weight:700;left:0;line-height:1.645;position:absolute}@media (min-width:768px){.o-content ol li:before{font-size:1.5rem;line-height:1.583333}}article,figcaption,figure,img,svg{display:block;max-width:100%}figure{margin:0}p{margin-bottom:1.5rem;margin-top:0}p:last-of-type{margin-bottom:0}.o-container,.o-container-fluid,.o-container-lg,.o-container-md,.o-container-sm,.o-container-xl,.o-container-xxl{margin-left:auto;margin-right:auto;padding-left:1.4375rem;padding-right:1.4375rem;width:100%}@media (min-width:768px){.o-container,.o-container-fluid,.o-container-lg,.o-container-md,.o-container-sm,.o-container-xl,.o-container-xxl{padding-left:1.875rem;padding-right:1.875rem}}.o-container{max-width:1350px}.o-container-sm{max-width:540px}.o-container-md{max-width:800px}.o-container-lg{max-width:910px}.o-container-xl{max-width:1130px}.o-container-xxl{max-width:1350px}@media (min-width:768px){.o-content--small{margin-right:.9375rem;max-width:400px}}.o-content ol+h2,.o-content ol+h3,.o-content ol+h4,.o-content p+h2,.o-content p+h3,.o-content p+h4,.o-content ul+h2,.o-content ul+h3,.o-content ul+h4{margin-top:3.125rem}@media (min-width:768px){.o-content ol+h2,.o-content ol+h3,.o-content ol+h4,.o-content p+h2,.o-content p+h3,.o-content p+h4,.o-content ul+h2,.o-content ul+h3,.o-content ul+h4{margin-top:4.375rem}}.o-content .c-link:last-child{margin-top:1.875rem}@media (min-width:768px){.o-content .c-link:last-child{margin-top:3.125rem}}.page-template-funds .o-section.o-section--our-funds .o-content,.page-template-news .o-section.o-section--investing .o-content{max-width:580px}.o-section.o-section--foldouts .o-content{max-width:769px}.c-content-image .o-content{padding-block:clamp(3rem,6vw,5.4rem)}@media (min-width:1280px){.c-content-image .o-content{padding-bottom:10.6875rem;padding-top:10.6875rem}}@media (min-width:1350px){.c-content-image .o-content{padding-bottom:13.6875rem;padding-top:13.6875rem}}.c-collapsable .o-content ol+h2,.c-collapsable .o-content ol+h3,.c-collapsable .o-content ol+h4,.c-collapsable .o-content p+h2,.c-collapsable .o-content p+h3,.c-collapsable .o-content p+h4,.c-collapsable .o-content ul+h2,.c-collapsable .o-content ul+h3,.c-collapsable .o-content ul+h4{margin-top:2.1875rem}@media (min-width:768px){.c-collapsable .o-content ol+h2,.c-collapsable .o-content ol+h3,.c-collapsable .o-content ol+h4,.c-collapsable .o-content p+h2,.c-collapsable .o-content p+h3,.c-collapsable .o-content p+h4,.c-collapsable .o-content ul+h2,.c-collapsable .o-content ul+h3,.c-collapsable .o-content ul+h4{margin-top:3.125rem}}.o-layout{--gutter-y:0;--gutter-x:1.875rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter-x)*-.5);margin-right:calc(var(--gutter-x)*-.5);margin-top:calc(var(--gutter-y)*-1)}.o-layout--space-between{justify-content:space-between}.o-layout__cell{flex-shrink:0;margin-top:var(--gutter-y);max-width:100%;padding-left:calc(var(--gutter-x)*.5);padding-right:calc(var(--gutter-x)*.5);width:100%}.o-layout__cell--1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.o-layout__cell--2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.o-layout__cell--3{flex:0 0 25%;max-width:25%}.o-layout__cell--4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.o-layout__cell--5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.o-layout__cell--6{flex:0 0 50%;max-width:50%}.o-layout__cell--7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.o-layout__cell--8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.o-layout__cell--9{flex:0 0 75%;max-width:75%}.o-layout__cell--10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.o-layout__cell--11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.o-layout__cell--12{flex:0 0 100%;max-width:100%}@media (min-width:768px){.o-layout__cell--md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.o-layout__cell--md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.o-layout__cell--md-3{flex:0 0 25%;max-width:25%}.o-layout__cell--md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.o-layout__cell--md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.o-layout__cell--md-6{flex:0 0 50%;max-width:50%}.o-layout__cell--md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.o-layout__cell--md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.o-layout__cell--md-9{flex:0 0 75%;max-width:75%}.o-layout__cell--md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.o-layout__cell--md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.o-layout__cell--md-12{flex:0 0 100%;max-width:100%}.o-layout__cell--order-md-1{order:1}.o-layout__cell--order-md-2{order:2}}@media (min-width:992px){.o-layout__cell--lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.o-layout__cell--lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.o-layout__cell--lg-3{flex:0 0 25%;max-width:25%}.o-layout__cell--lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.o-layout__cell--lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.o-layout__cell--lg-6{flex:0 0 50%;max-width:50%}.o-layout__cell--lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.o-layout__cell--lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.o-layout__cell--lg-9{flex:0 0 75%;max-width:75%}.o-layout__cell--lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.o-layout__cell--lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.o-layout__cell--lg-12{flex:0 0 100%;max-width:100%}}.o-section{margin:4.375rem 0}@media (min-width:768px){.o-section{margin:5.625rem 0}}@media (min-width:992px){.o-section{margin:8.125rem 0}}.o-section[class*=" u-bg-"]{margin:0;padding:4.375rem 0}@media (min-width:768px){.o-section[class*=" u-bg-"]{padding:5.625rem 0}}@media (min-width:992px){.o-section[class*=" u-bg-"]{padding:8.125rem 0}}.o-section.o-section--hero{margin:0;padding:0}.o-section.o-section--content-image{overflow:hidden;padding:0}@media (min-width:768px){.o-section.o-section--investing{margin-bottom:10.625rem;margin-top:10rem}.o-section.o-section--quote{padding-bottom:10.625rem;padding-top:10.625rem}.o-section.o-section--latest-news{margin-bottom:8.375rem;margin-top:6.25rem}.o-section.o-section--page-intro{margin-bottom:4.375rem;margin-top:6.5625rem}.o-section.o-section--our-funds{margin-bottom:7.25rem;margin-top:7.25rem}.o-section.o-section--team{margin-bottom:9.375rem;margin-top:10.4375rem}.o-section.o-section--contact{margin-bottom:6.625rem;margin-top:6.8125rem}.o-section.o-section--fund-intro{margin-top:4.6875rem}.o-section.o-section--foldouts{margin-bottom:5.375rem;margin-top:12.5rem}}.o-section.o-section--error+.c-link{margin-top:4.375rem}.o-segment{margin-top:2.75rem}@media (min-width:768px){.o-segment{margin-top:3.25rem}}.o-segment:first-child{margin-top:0!important}.c-collapsable .o-segment{margin-top:2.1875rem}.c-collapsable .o-segment:first-child{margin-top:0!important}@media (min-width:768px){.c-collapsable .o-segment{margin-top:2.8125rem}}.o-segment--content h2{font-size:1.25rem;line-height:1.645;margin-bottom:.8125rem}@media (min-width:768px){.o-segment--content h2{font-size:1.5rem;line-height:1.583333}}.o-segment--content h3,.o-segment--content h4{font-size:1rem;line-height:1.75;margin-bottom:.5rem}@media (min-width:768px){.o-segment--content h3,.o-segment--content h4{font-size:1.25rem;line-height:1.9}}.c-collapsable .o-segment--content p{font-size:1.125rem;line-height:1.777778}@media (min-width:768px){.o-segment--content+.o-segment--content{margin-top:4.375rem}.o-segment--quote{margin-bottom:7.5rem;margin-top:7.5rem}.o-segment--downloads{margin-bottom:4.375rem;margin-top:4.375rem}}.c-collapsable-list .o-segment--downloads{margin-bottom:1.4375rem;margin-top:1.4375rem}.c-article{margin-bottom:4.375rem}@media (min-width:768px){.c-article{margin-bottom:6.25rem}}.c-article-intro{margin-bottom:3.125rem;margin-top:4.375rem}@media (min-width:768px){.c-article-intro{margin-bottom:5.625rem;margin-top:6.5625rem}}.c-article-intro__tags{align-items:center;-moz-column-gap:1.4375rem;column-gap:1.4375rem;display:flex;flex-wrap:wrap;margin-bottom:2.0625rem;row-gap:.75rem}.c-article-intro__date{display:block;font-size:.875rem;letter-spacing:.05em;line-height:1.21;margin-top:1.875rem;text-transform:uppercase}.c-article-thumbnail{margin-bottom:3.125rem;margin-top:3.125rem}@media (min-width:768px){.c-article-thumbnail{margin-bottom:5.625rem;margin-top:5.625rem}}.c-blockquote{margin:0 auto;max-width:850px;padding:0}.c-blockquote__text{color:#dda02c;font-family:Axiforma,sans-serif;font-size:1.4375rem;font-weight:700;line-height:1.73913;margin-bottom:0}@media (min-width:768px){.c-blockquote__text{font-size:2.5rem;line-height:1.7}}.c-blockquote--light .c-blockquote__text{color:#fff}.c-blockquote__author{align-items:baseline;color:#091c48;display:inline-flex;font-family:Axiforma,sans-serif;font-size:1.125rem;gap:.6875rem;line-height:1.666667;margin-top:1.625rem}.c-blockquote--light .c-blockquote__author{color:#fff}.c-blockquote__author:before{background-color:currentColor;content:"";height:.0625rem;position:relative;top:-6px;width:42px}.read-more__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:#fff;font-size:clamp(1.25rem,1vw + .5rem,1.875rem);font-weight:700;padding:.5em .7em}@media (min-width:768px){.c-collapsable-list:hover .c-collapsable__panel,.c-collapsable-list:hover .c-collapsable__trigger{opacity:.5}}.c-collapsable{border-top:2px solid hsla(35,13%,82%,.3);color:#fff;transition:border .2s cubic-bezier(.63,.01,.47,1)}.c-collapsable-list--large .c-collapsable{border-color:#fff}body.page-template-article .c-collapsable,body.page-template-default .c-collapsable{border-color:rgba(9,28,72,.2);color:#091c48}.c-collapsable__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:1.25rem 2.5rem 1.25rem 0;position:relative;transition:opacity .2s cubic-bezier(.63,.01,.47,1);width:100%}@media (min-width:768px){.c-collapsable__trigger{align-items:center;flex-direction:row;padding:1.75rem 2.5rem 1.75rem 1.25rem}.c-collapsable:hover .c-collapsable__trigger{opacity:1}.c-collapsable-list--large .c-collapsable__trigger{padding:1.8125rem 2.5rem}}.c-collapsable__icon{color:#fff;flex:0 0 1.375rem;height:1.125rem;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1.125rem}body.page-template-article .c-collapsable__icon,body.page-template-default .c-collapsable__icon{color:#091c48}@media (min-width:768px){.c-collapsable__icon{height:1.375rem;margin-left:auto;position:relative;top:0;transform:none;width:1.375rem}}.c-collapsable__icon:after,.c-collapsable__icon:before{background-color:currentcolor;content:"";height:.125rem;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:transform .2s cubic-bezier(.63,.01,.47,1);width:100%}.collapsable-active .c-collapsable__icon:after{transform:translateX(-50%) translateY(-50%) rotate(45deg)}.c-collapsable__icon:before{transform:translateX(-50%) translateY(-50%) rotate(90deg)}.collapsable-active .c-collapsable__icon:before{transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.c-collapsable__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;font-family:Axiforma,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.7}@media (min-width:768px){.c-collapsable__title{font-size:1.25rem;line-height:1.645}.c-collapsable-list--large .c-collapsable__title{font-size:1.875rem;line-height:1.466667}}.c-collapsable__panel{display:none;max-width:660px;padding-bottom:1.875rem;transition:opacity .2s cubic-bezier(.63,.01,.47,1)}@media (min-width:768px){.c-collapsable__panel{padding-bottom:3.125rem;padding-left:1.25rem;padding-right:1.875rem}.c-collapsable:hover .c-collapsable__panel{opacity:1}}.c-collapsable-list--large .c-collapsable__panel{max-width:100%}@media (min-width:768px){.c-collapsable-list--large .c-collapsable__panel{padding-left:4.375rem;padding-right:4.375rem}}@media (min-width:992px){.c-collapsable-list--large .c-collapsable__panel{padding-left:6.875rem;padding-right:6.875rem}}.c-contact-info a,.c-contact-info p{color:#fff;font-size:1.125rem;line-height:1.666667}@media (min-width:768px){.c-contact-info a,.c-contact-info p{font-size:1.375rem;line-height:1.818182}}.c-contact-info__content{margin-top:1.3125rem}.c-contact-info .max-width-paragraph{max-width:40ch}.c-contact-images{margin-top:5rem}@media (min-width:768px){.c-contact-images{margin-top:8.5rem}}.c-contact-images__image{position:relative}.c-contact-images__image:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:68.8372093023%;width:1px}.c-contact-images__image:after{clear:both;content:"";display:table}.c-contact-images--multiple .c-contact-images__image{position:relative}.c-contact-images--multiple .c-contact-images__image:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:140.9523809524%;width:1px}.c-contact-images--multiple .c-contact-images__image:after{clear:both;content:"";display:table}.c-contact-images__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.c-content-image__media{-webkit-clip-path:polygon(0 3.125rem,100% 0,100% 100%,0 100%);clip-path:polygon(0 3.125rem,100% 0,100% 100%,0 100%);height:100%;margin-left:-1.4375rem;margin-right:-1.4375rem;min-height:310px;position:relative}@media (min-width:768px){.c-content-image__media{-webkit-clip-path:polygon(9.0625rem 0,100% 0,100% 100%,1.5625rem 100%);clip-path:polygon(9.0625rem 0,100% 0,100% 100%,1.5625rem 100%);margin-right:-1.875rem}}@media (min-width:992px){.c-content-image__media{-webkit-clip-path:polygon(10rem 0,100% 0,100% 100%,2.375rem 100%);clip-path:polygon(10rem 0,100% 0,100% 100%,2.375rem 100%)}}@media (min-width:1350px){.c-content-image__media{margin-right:calc(-50vw - -675px + -1.875rem)}}.c-content-image__media picture img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}@media (min-width:768px){.c-content-image__media--people img{-o-object-position:left;object-position:left}}.fancybox__backdrop{background-color:rgba(9,28,72,.9)}.fancybox__content{position:relative}.carousel__button{background:#dda02c;border-radius:0;border-radius:2rem;height:3.125rem;position:relative;right:1.4375rem!important;top:0!important;transform:translateY(-50%);width:3.125rem}@media (min-width:768px){.carousel__button{border-radius:4.4375rem;height:4.4375rem;right:4.25rem!important;transform:translateY(-50%);width:4.4375rem}}.carousel__button svg{display:none}.carousel__button:after,.carousel__button:before{background-color:#091c48;content:"";height:.125rem;left:50%;position:absolute;top:50%;width:1.375rem}@media (min-width:768px){.carousel__button:after,.carousel__button:before{width:1.3125rem}}.carousel__button:before{transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.carousel__button:after{transform:translateX(-50%) translateY(-50%) rotate(45deg)}.fancybox-container{z-index:200}.fancybox__slide.has-ajax{padding:2.8125rem 0}@media (min-width:768px){.fancybox__slide.has-ajax{padding:3.75rem 1.875rem}}.fancybox__slide.has-ajax .fancybox__content{color:#091c48;margin-left:auto;margin-right:auto;max-width:1290px;padding:0;width:100%}.fancybox__slide.has-ajax .fancybox__content .c-article:not(.c-article--event){padding:3.125rem 1.25rem}@media (min-width:768px){.fancybox__slide.has-ajax .fancybox__content .c-article:not(.c-article--event){padding:5.9375rem 5.3125rem}}.c-download-list-title{color:#fff;margin-bottom:.875rem}.c-tabs .c-download-list-title,body.page-template-article .c-download-list-title,body.page-template-default .c-download-list-title{color:#091c48}@media (min-width:768px){.o-section--compliance .c-download-list-title{margin-bottom:1.375rem;margin-top:.625rem}}.c-tabs .c-download-list-title{font-size:.9375rem;line-height:2;margin-bottom:.875rem}.c-download-list{display:flex;flex-direction:column;gap:.625rem;list-style-type:none;margin:0;padding:0}.c-download-list--inline{-moz-column-gap:1.875rem;column-gap:1.875rem;flex-direction:row;flex-wrap:wrap;row-gap:.8125rem}.c-download-list--inline-large{-moz-column-gap:4.375rem;column-gap:4.375rem;row-gap:.8125rem}.c-download-list__link{align-items:baseline;color:#fff;display:flex;font-family:Axiforma,sans-serif;font-size:1rem;gap:.9375rem;line-height:1.75;text-decoration:none}.c-tabs .c-download-list__link,body.page-template-article .c-download-list__link,body.page-template-default .c-download-list__link{color:#091c48}@media (min-width:768px){.c-download-list__link{font-size:1.125rem;line-height:1.666667}}.c-download-list__link:hover{text-decoration:underline;text-underline-offset:.35em}.c-download-list__icon{flex-shrink:0;line-height:1}.c-download-list__icon svg{display:inline-block;transform:translateY(.25rem)}.c-filter{display:flex;flex-wrap:wrap;gap:1.875rem;margin-top:3.125rem}.c-filter.c-filter--news{margin-top:0}@media (min-width:768px){.c-filter.c-filter--news{justify-content:flex-end;margin-bottom:1.25rem}}.c-filter__item{color:#fff;font-family:Axiforma,sans-serif;font-size:1rem;line-height:1.5625;position:relative;text-decoration:none}.c-filter__item label{cursor:pointer}.c-filter__item span:after{background-color:#fff;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;transform:scale(0);transform-origin:left;transition:transform .2s cubic-bezier(.63,.01,.47,1);width:100%}.c-filter__item input:checked+span:after{transform:scale(1)}.c-footer{background-color:#091c48;padding-bottom:3.125rem;padding-top:2.75rem;position:relative}@media (min-width:768px){.c-footer{padding-bottom:2.5rem;padding-top:4.1875rem}}.c-footer__inner{position:relative;z-index:1}@media (min-width:768px){.c-footer__inner{align-items:flex-start;display:flex;padding-right:10rem}}@media (min-width:1440px){.c-footer__inner{padding-right:11.25rem}}.c-footer__logo{color:#fff;height:auto;width:8.1875rem}@media (min-width:768px){.c-footer__logo{height:auto;width:13.5rem}}.c-footer__logo svg{height:auto;width:100%}.c-footer__menus{display:flex;flex:1;flex-wrap:wrap;gap:.9375rem;margin-top:2.1875rem}@media (min-width:768px){.c-footer__menus{margin-left:5rem;margin-top:2.25rem}}@media (min-width:992px){.c-footer__menus{margin-left:7.1875rem}}.c-footer__disclaimer{margin-left:auto}.c-footer__illustration{height:auto;overflow:hidden;position:absolute;right:0;top:-1.0625rem;width:44%;z-index:0}@media (min-width:768px){.c-footer__illustration svg{transform:translateX(2.5rem)}}@media (min-width:1440px){.c-footer__illustration svg{transform:none}}@media (min-width:768px){.c-footer__illustration{top:-1.25rem;width:13.75rem}}.c-footer__illustration--mobile{max-width:10.3125rem}@media (min-width:768px){.c-footer__illustration--mobile{display:none}}.c-footer__illustration--desktop{display:none}@media (min-width:768px){.c-footer__illustration--desktop{display:block}}.c-footer__illustration svg{height:auto;width:100%}.c-footer-nav{flex:0 0 calc(50% - 0.4688rem);list-style:none;margin:0;min-width:150px;padding:0;width:calc(50% - .4688rem)}@media (min-width:768px){.c-footer-nav{flex:0 0 100%;width:100%}}@media (min-width:992px){.c-footer-nav{flex:0 1 auto;width:auto}}@media (max-width:767.98px){.c-footer-nav--funds{flex:0 0 100%;width:100%}}@media (min-width:992px){.c-footer-nav--funds{margin-right:6.25rem}}.c-footer-nav--disclaimer{align-items:flex-end;display:flex;gap:1.25rem;justify-content:flex-end;margin-left:auto}@media (min-width:768px){.c-footer-nav--disclaimer{flex:0 0 100%;gap:.9375rem;margin-right:-10rem;margin-top:.75rem;width:100%}}@media (min-width:1440px){.c-footer-nav--disclaimer{margin-right:-11.25rem}}.c-footer-nav__link{color:#fff;display:block;font-family:Axiforma,sans-serif;font-size:.875rem;line-height:1.571429;margin:-.625rem;padding:.625rem;position:relative;text-decoration:none}@media (min-width:768px){.c-footer-nav__link{font-size:1.125rem;line-height:1.444444;margin:-.625rem;padding:.625rem}}.c-footer-nav__link:hover{text-decoration:underline;text-underline-offset:.5rem}.c-footer-nav--disclaimer .c-footer-nav__link{color:hsla(0,0%,100%,.5);font-size:.625rem;letter-spacing:.07em;line-height:1.6;text-transform:uppercase}@media (min-width:768px){.c-footer-nav--disclaimer .c-footer-nav__link{font-size:.8125rem;line-height:2.307692}}.c-fund-intro__back{align-items:center;display:inline-flex;font-family:Axiforma,sans-serif;font-size:1rem;gap:1.125rem;line-height:1.625;margin-bottom:1.125rem}.c-fund-intro__back,.c-fund-intro__back:focus,.c-fund-intro__back:hover{color:#fff;text-decoration:none}.c-fund-intro__back svg{height:auto;width:.6875rem}.c-fund-intro__heading{padding-left:2.4375rem;position:relative}.c-fund-intro__heading:before{background-color:#dda02c;border-radius:.5rem;bottom:0;content:"";height:100%;left:0;position:absolute;top:0;width:.5rem}body.t-green .c-fund-intro__heading:before{background-color:#00733d}body.t-orange .c-fund-intro__heading:before{background-color:#ed6b17}@media (min-width:768px){.c-fund-intro__heading:before{height:calc(100% - 1.75rem);top:.8125rem}}.c-fund-intro__heading h1{margin-right:auto;max-width:250px}@media (min-width:768px){.c-fund-intro__heading h1{max-width:532px}}.c-fund-intro__content{font-size:1.125rem;line-height:1.666667;margin-bottom:.3125rem}@media (min-width:768px){.c-fund-intro__content{font-size:1.375rem;line-height:1.818182;margin-left:auto;max-width:630px}}.c-funds-list{list-style-type:none;margin-bottom:0;margin-top:1.1875rem;padding-left:0}@media (min-width:768px){.c-funds-list{margin-top:0}}.c-funds-list__item{padding-left:0;padding-right:2.875rem;padding-top:1.125rem;position:relative}@media (min-width:768px){.c-funds-list__item{padding-right:7.0625rem;padding-top:1.875rem}}.c-funds-list__item:not(:last-child){padding-bottom:2.625rem}@media (min-width:768px){.c-funds-list__item:not(:last-child){padding-bottom:2.875rem}}.c-funds-list__item:before{background-color:#fff;content:"";height:.125rem;left:0;position:absolute;top:0;transform-origin:right;transition:transform .6s cubic-bezier(.63,.01,.47,1);width:100%}.c-funds-list__item:hover:before{transform:scale(0,100%)}.c-funds-list__title{margin-bottom:.25rem}@media (min-width:768px){.c-funds-list__title{margin-bottom:.625rem}}.c-funds-list__text{max-width:476px}.c-funds-list__icon{height:auto;position:absolute;right:0;top:1.25rem;width:1.9375rem}@media (min-width:768px){.c-funds-list__icon{right:2.1875rem;top:2.25rem;width:3rem}}.c-funds-list__icon svg{height:auto;width:100%}.c-funds-list+.c-link{margin-top:4.375rem}@media (min-width:768px){.funds-title{margin-left:52%}}.c-hero{position:relative}.c-hero__video-container{align-items:center;aspect-ratio:16/9;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.c-hero__video{aspect-ratio:16/9;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-hero__content{position:relative}@media (min-width:992px){.c-hero__content{position:absolute;top:58%;translate:0 -50%;z-index:2}}@media (min-width:1200px){.c-hero__content{top:50%}}.c-hero__content,.c-hero__illustration{max-width:100%;padding-block:3rem;width:100%}.c-hero__illustration{margin-top:1.875rem}@media (min-width:768px){.c-hero__illustration{flex:0 0 auto;left:0;margin-top:0;position:absolute;width:42%}}.c-hero__illustration__lottie{display:none}@media (min-width:768px){.c-hero__illustration__lottie{display:block}.c-hero__illustration__lottie lottie-player{height:auto;margin:0;max-width:450px;transform:rotate(6deg) translate(-5%);width:100%}}.c-hero__illustration__svg{display:block;margin-left:auto;margin-right:.9375rem;max-width:100%;width:245px}@media (min-width:768px){.c-hero__illustration__svg{display:none}}.c-hero__illustration__svg svg{height:auto;width:100%}@media (min-width:768px){.c-hero__content{padding:2.625rem 0;width:50%}}.c-hero__title{font-size:1.875rem;line-height:1.466667;margin-bottom:.625rem}@media (min-width:768px){.c-hero__title{color:#fff;font-size:calc(1.5rem + 3vw);line-height:1.366667;margin-bottom:1rem}}@media (min-width:768px) and (min-width:1200px){.c-hero__title{font-size:3.75rem}}@media (min-width:768px){.c-hero__text{color:#fff;font-size:1.375rem;line-height:1.818182;max-width:50ch}}.horizontal-line,.read-more__line{border-color:#091c48;border-width:2px;margin:0}.read-more__line{border-color:#fff;margin-block:1em}.c-image{margin:0;max-width:none;position:relative}.c-image__inner{border-radius:.3125rem;overflow:hidden}.c-image--ratio .c-image__inner{position:relative}.c-image--ratio .c-image__inner:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:63.5135135135%;width:1px}.c-image--ratio .c-image__inner:after{clear:both;content:"";display:table}.c-image--ratio .c-image__inner img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.c-image__inner img{height:auto;max-width:100%}.c-image figcaption{font-size:.875rem;line-height:1.714286;margin-top:.875rem;opacity:.5}.c-link{align-items:center;background-color:transparent;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Axiforma,sans-serif;font-size:.9375rem;font-weight:400;gap:1.0625rem;line-height:1.333333;padding:0;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (min-width:768px){.c-link{font-size:1rem;line-height:1.474}}.c-link svg{height:auto;transition:transform .15s ease-in-out;width:1.9375rem}@media (min-width:768px){.c-link svg{width:2.2425rem}}.c-link:hover svg{transform:translateX(.5rem)}.c-link--external{color:#dda02c}@media (min-width:768px){.c-link--external{font-size:1.125rem;line-height:1.666667}}.c-link--external svg{transform:rotate(-45deg)}.c-link--external:hover svg{transform:rotate(-45deg) translateX(.5rem)}body.has-open-navbar{overflow:hidden}.js .c-navbar>.o-container{opacity:0}.c-navbar{padding:1.4375rem 0 0;transition:padding .2s cubic-bezier(.63,.01,.47,1);width:100%}body.page-template-home .c-navbar{background-color:#fff;padding:0}@media (min-width:768px){.c-navbar{background-color:unset!important;padding:0}body.page-template-home .c-navbar{position:absolute;top:0;z-index:300}}.c-navbar__container{padding-left:1.5625rem;padding-right:2.1875rem}@media (min-width:768px){.c-navbar__container{padding-left:2.5rem;padding-right:2.5rem}}.c-navbar__inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.page-template-home .c-navbar__inner{position:absolute;top:1.4375rem}@media (min-width:768px){.page-template-home .c-navbar__inner{position:unset}.c-navbar__inner{gap:1.875rem;justify-content:flex-end}}.c-navbar__logo{display:inline-block;margin-right:auto;overflow:hidden;z-index:150}@media (min-width:768px){.c-navbar__logo{margin-top:2.6875rem}}.c-navbar__logo svg{color:#fff;display:block;height:3.8125rem;width:auto}body.page-template-article .c-navbar__logo svg,body.page-template-default .c-navbar__logo svg,body.page-template-error .c-navbar__logo svg{color:#091c48}@media (min-width:768px){.c-navbar__logo svg{height:5.6875rem}}.c-navbar__toggler{background:transparent;border:none;margin:-1.1em -.4375rem -2em 0;padding:2em;position:fixed;right:1.4375rem;transition:transform .2s cubic-bezier(.63,.01,.47,1);z-index:160}.is-scrolled .c-navbar__toggler{transform:translateY(-1.4375rem)!important}@media (min-width:768px){.c-navbar__toggler{display:none}}.c-navbar__collapse{display:flex;position:fixed;top:0;will-change:transform}@media (max-width:767.98px){.c-navbar__collapse{background:#091c48;flex-direction:column;gap:1.4375rem;height:calc(100% - 2rem);left:2rem;max-height:667px;overflow-y:auto;padding-bottom:2.125rem;padding-top:8.625rem;transform:translateX(100%);width:100%;z-index:150}}@media (min-width:768px){.c-navbar__collapse{align-items:center;gap:1.875rem;margin-left:auto;top:5.375rem;transform:none!important;transition:transform .2s cubic-bezier(.63,.01,.47,1);z-index:100}.is-scrolled .c-navbar__collapse{transform:translateY(-2.9063rem)!important}}.c-navbar__collapse__illustration{bottom:0;display:block;height:auto;overflow:hidden;position:absolute;right:0;width:179px}.c-navbar__collapse__illustration svg{display:block;height:auto;transform:translate(100%,100%);width:100%}@media (min-width:768px){.c-navbar__collapse__illustration{display:none}}.c-nav-list{display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;list-style:none;margin:0;padding:0 2.1875rem;width:calc(100% - 2rem)}@media (min-width:768px){.c-nav-list{flex-direction:row;gap:1.875rem;padding:0;width:auto}}.c-nav-list--languages{margin-top:auto}@media (min-width:768px){.c-nav-list--languages{margin-top:0}}.c-nav-list--small{gap:.625rem}@media (min-width:768px){.c-nav-list--small{display:none}}.c-nav-list__link{-webkit-clip-path:inset(0 0 100% 0);clip-path:inset(0 0 100% 0);color:#fff;display:inline-block;font-family:Axiforma,sans-serif;font-size:1.875rem;line-height:1.575;margin:-.7813rem;padding:.7813rem;position:relative;text-decoration:none;transform:translateY(100%);transition:color .1s cubic-bezier(.63,.01,.47,1)}body.page-template-article .c-nav-list__link,body.page-template-default .c-nav-list__link,body.page-template-error .c-nav-list__link{color:#091c48}@media (min-width:768px){.c-navbar--light .c-nav-list__link{color:#091c48}}.c-nav-list--languages .c-nav-list__link{color:hsla(0,0%,100%,.5)}body.page-template-article .c-nav-list--languages .c-nav-list__link,body.page-template-default .c-nav-list--languages .c-nav-list__link,body.page-template-error .c-nav-list--languages .c-nav-list__link{color:rgba(9,28,72,.5)}@media (min-width:768px){.c-navbar--light .c-nav-list--languages .c-nav-list__link{color:rgba(9,28,72,.5)}.c-nav-list__link{-webkit-clip-path:inset(0 0 0 0)!important;clip-path:inset(0 0 0 0)!important;font-size:1.125rem;line-height:1.575;transform:none!important}.c-nav-list__link:before{background:#dda02c;content:"";height:.125rem;position:absolute;top:.3438rem;transform:scale(0);transform-origin:left;transition:transform .2s cubic-bezier(.63,.01,.47,1);width:calc(100% - 1.5625rem)}.c-navbar--light .c-nav-list__link:before{background:#091c48}.c-nav-list__link.is-active:before,.c-nav-list__link:hover:before{transform:scale(1)}}@media (max-width:767.98px){.c-nav-list__link.is-active{color:#dda02c}.c-nav-list--languages .c-nav-list__link{font-size:.9375rem;line-height:1.6}.c-nav-list--small .c-nav-list__link{font-size:1.25rem;line-height:1.575}}.c-nav-icon{color:#fff;height:.8125rem;left:50%;list-style:none;margin:0;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s cubic-bezier(.63,.01,.47,1),color .2s cubic-bezier(.63,.01,.47,1);width:1.5rem}body.page-template-article .c-nav-icon,body.page-template-default .c-nav-icon,body.page-template-error .c-nav-icon{color:#091c48}.c-navbar--light .c-nav-icon{color:#091c48!important}.is-open .c-nav-icon,.is-transforming .c-nav-icon{color:#fff!important}.c-nav-icon__bar{background-color:currentColor;height:1px;position:absolute;top:50%;transform:translateY(-5.5px) translateZ(0);transition:transform .2s cubic-bezier(.63,.01,.47,1),background-color .2s cubic-bezier(.63,.01,.47,1);width:100%}.is-open .c-nav-icon__bar{transform:rotate(45deg) translateZ(0)}.c-nav-icon__bar:last-child{transform:translateY(5.5px) translateZ(0)}.is-open .c-nav-icon__bar:last-child{transform:rotate(-45deg) translateZ(0)}.c-navbar-backdrop{background:rgba(221,160,44,.8);bottom:0;display:none;height:100%;left:0;opacity:0;position:fixed;right:0;top:0;width:100%;z-index:125}@media (min-width:768px){.c-navbar-backdrop{display:none!important}}.c-news-header{display:flex;flex-direction:column;gap:1.875rem;margin-bottom:5rem}@media (min-width:768px){.c-news-header{align-items:flex-end;flex-direction:row;justify-content:space-between;margin-bottom:6.25rem}}.c-news-grid{grid-row-gap:2.5rem;display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;margin-top:1.125rem}@media (min-width:768px){.c-news-grid{grid-row-gap:7.3125rem;grid-column-gap:1.875rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem;margin-top:1.875rem}}@media (min-width:992px){.c-news-grid{grid-template-columns:repeat(3,1fr)}}.c-news-card{color:#fff;display:block;padding-top:1.25rem;position:relative;text-decoration:none}body.page-template-article .c-news-card,body.page-template-default .c-news-card{color:#091c48}@media (min-width:768px){.c-news-card{padding-top:1.625rem}}.c-news-card__date{color:#dda02c;font-size:1rem;line-height:2.375;margin-bottom:.3125rem}@media (min-width:768px){.c-news-card__date{margin-bottom:.5rem}}.c-news-card__title{font-size:1.625rem;line-height:1.461538;margin-bottom:0}@media (min-width:768px){.c-news-card__title{font-size:1.75rem;line-height:1.428571}}.c-news-card__tags{align-items:center;-moz-column-gap:.625rem;column-gap:.625rem;display:flex;flex-wrap:wrap;margin-bottom:.75rem;margin-top:.75rem;row-gap:.625rem}.c-news-card:before{background-color:#fff;content:"";height:.125rem;left:0;position:absolute;top:0;transform-origin:right;transition:transform .6s cubic-bezier(.63,.01,.47,1);width:100%}body.page-template-article .c-news-card:before{background-color:#091c48}.c-news-card:hover:before{transform:scale(0,100%)}.c-page-intro__image{border-radius:.3125rem;margin-top:4.375rem;overflow:hidden;position:relative}.c-page-intro__image:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:64.6511627907%;width:1px}.c-page-intro__image:after{clear:both;content:"";display:table}.c-page-intro__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.intro-buttons{display:flex;gap:3em;margin-top:1.875rem}@media (min-width:768px){.intro-buttons{margin-top:3.125rem}}.c-pagination{align-items:center;display:flex;gap:1.875rem;justify-content:center;list-style-type:none;margin:4.375rem 0 0;padding:0}@media (min-width:768px){.c-pagination{margin:10.3125rem 0 0}}.c-pagination__link{color:#fff;font-family:Axiforma,sans-serif;font-size:1.125rem;line-height:1.575;margin:-.5em;padding:.5em;position:relative;text-decoration:none}.c-pagination__link.is-active{color:#dda02c;font-weight:700}.c-pagination__link:after{background-color:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scale(0);transform-origin:left;transition:transform .2s cubic-bezier(.63,.01,.47,1);width:100%}.c-pagination__link:hover:after{transform:scale(1)}.c-partners__intro{font-size:1.125rem;line-height:1.777778;margin-bottom:2.5625rem}.c-partners__item+.c-partners__item{margin-top:4.5625rem}.c-partner__logo{margin-bottom:2.0625rem}.c-partner__logo img{height:auto;max-width:10.625rem;width:100%}.c-partner__title{font-size:1.125rem;line-height:1.7;margin-bottom:.25rem}@media (min-width:768px){.c-partner__title{font-size:1.25rem;line-height:1.65}}.c-partner__text p{font-size:1.125rem;line-height:1.777778}.c-partner__text a{color:#fff}.c-person-details__image{overflow:hidden;position:relative}.c-person-details__image:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:54.2635658915%;width:1px}.c-person-details__image:after{clear:both;content:"";display:table}.c-person-details__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.c-person-details__body{margin:3.125rem auto 4.375rem;max-width:1250px;padding-left:1.4375rem;padding-right:1.4375rem;width:100%}@media (min-width:768px){.c-person-details__body{padding-left:3.125rem;padding-right:3.125rem}}.fancybox__content .c-person-details__body{color:#091c48}@media (min-width:768px){.c-person-details__body{margin-top:4.375rem}}@media (min-width:1200px){.c-person-details__body__inner{display:flex;flex-wrap:wrap;margin-left:-2.75rem;margin-right:-2.75rem}}.c-person-details__content,.c-person-details__heading{max-width:100%;width:100%}@media (min-width:768px){.c-person-details__content,.c-person-details__heading{padding-left:2.75rem;padding-right:2.75rem}}@media (min-width:1200px){.c-person-details__heading{flex:0 0 32.9%;max-width:32.9%}.c-person-details__content{flex:0 0 67.1%;max-width:67.1%}}.c-person-details__title{line-height:1.3;margin-bottom:1.25rem}.fancybox__content .c-person-details__title{color:#091c48}.c-person-details__linkedin{margin-bottom:1.875rem;margin-top:.625rem}.c-person-details__content{font-size:1.125rem;line-height:1.666667}@media (min-width:768px){.c-person-details__content{font-size:1.375rem;line-height:1.818182}}.c-person-details__content p+p{margin-top:3.125rem}.c-person-details__stats ul{padding:0}.c-person-details__stats ul li{padding-left:2.6rem}.c-table-responsive{margin-bottom:3.125rem;overflow-x:auto}.c-table-title{margin-bottom:22px}.c-table{background-color:transparent;border-collapse:collapse;margin:0;max-width:100%;padding:0;width:100%}.c-table td,.c-table th{vertical-align:top;white-space:nowrap}.c-table thead th{background-color:transparent;border:0;color:#fff;font-family:Axiforma,sans-serif;font-weight:700;padding:1rem 1.875rem;text-align:inherit}.c-table tbody,.c-table tbody tr{background-color:#fff}.c-table tbody tr{border:0;color:#091c48}.c-table tbody tr:nth-of-type(odd){background-color:rgba(221,160,44,.15)}.t-orange .c-table tbody tr:nth-of-type(odd){background-color:rgba(237,107,23,.15)}.t-green .c-table tbody tr:nth-of-type(odd){background-color:rgba(0,115,61,.1)}.c-table tbody td{border:0;font-size:1.125rem;line-height:2.111111;padding:1rem 1.875rem}.c-tabs{margin-top:3.125rem;position:relative}.c-tabs__title{margin-bottom:1.1875rem}.c-tabs__navigation{background:transparent;display:flex;position:relative}.c-tabs__navigation:after{background:linear-gradient(270deg,#091c48,transparent);content:"";height:100%;opacity:1;position:absolute;right:0;top:0;transition:opacity .3s 0s,visibility 0s 0s;visibility:visible;width:4.375rem;z-index:1}.has-scroll-ended .c-tabs__navigation:after{opacity:0;transition:opacity .3s 0s,visibility 0s .3s;visibility:hidden}.c-tabs__scroll{align-items:center;background-color:transparent;border:none;color:#fff;display:flex;height:100%;justify-content:flex-end;opacity:1;position:relative;position:absolute;right:0;top:0;transition:opacity .3s 0s,visibility 0s 0s;visibility:visible;width:4.375rem;z-index:2}.c-tabs__scroll svg{height:auto;width:.6875rem}.has-scroll-ended .c-tabs__scroll{opacity:0;transition:opacity .3s 0s,visibility 0s .3s;visibility:hidden}.c-tabs__list{-webkit-overflow-scrolling:touch;display:flex;list-style-type:none;margin:0;overflow-x:auto;padding:0}.c-tabs__list li{flex-shrink:0}@media (min-width:768px){.c-tabs__list{display:inline-flex;flex-direction:row}}.c-tabs__item{color:#fff;display:block;font-size:1rem;line-height:1.75;padding:.625rem 1.5625rem;position:relative;text-decoration:none}@media (min-width:576px){.c-tabs__item{font-size:1.25rem;line-height:1.9}}@media (min-width:992px){.c-tabs__item{padding:1.0625rem 1.875rem .875rem}}.c-tabs__item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.c-tabs__item.is-active{background-color:#fff;color:#091c48;font-weight:700}.c-tabs__panels{background:#fff;color:#091c48;list-style-type:none;margin:0;overflow:hidden;padding:0}.c-tabs__panel{padding:38px 30px}.js .c-tabs__panel.is-active{-webkit-animation:fade-in .2s cubic-bezier(.63,.01,.47,1);animation:fade-in .2s cubic-bezier(.63,.01,.47,1);display:block}.js .c-tabs__panel{display:none}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.c-tag{align-items:baseline;display:flex;font-family:Axiforma,sans-serif;font-size:.625rem;gap:.625rem;letter-spacing:.05em;line-height:1.335;text-transform:uppercase}.c-tag:before{background-color:#091c48;border-radius:.4375rem;content:"";display:inline-block;flex:0 0 auto;height:.4375rem;width:1.875rem}.c-tag--gold:before{background-color:#dda02c}.c-tag--green:before{background-color:#00733d}.c-tag--orange:before{background-color:#ed6b17}.c-team-grid{-moz-column-gap:2.5rem;column-gap:2.5rem;display:grid;grid-auto-flow:dense;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:repeat(1,1fr);margin-bottom:5.625rem;margin-top:3.125rem;row-gap:2.75rem}@media (min-width:440px){.c-team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:576px){.c-team-grid{-moz-column-gap:5rem;column-gap:5rem;row-gap:2.75rem}}@media (min-width:768px){.c-team-grid{grid-template-columns:repeat(3,1fr);margin-top:5.1875rem}}@media (min-width:992px){.c-team-grid{grid-template-columns:repeat(4,1fr)}}.c-team-grid--fund-management{margin-bottom:0}@media (min-width:768px){.c-team-grid--fund-management{margin-top:3.125rem}}.c-team-card{position:relative;text-align:center}.c-team-card__image{-webkit-clip-path:url(#team-card-clip-path);clip-path:url(#team-card-clip-path);overflow:hidden;position:relative}.c-team-card__image:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:100%;width:1px}.c-team-card__image:after{clear:both;content:"";display:table}.c-team-card__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;transition:width .2s cubic-bezier(.63,.01,.47,1),height .2s cubic-bezier(.63,.01,.47,1);width:100%}.c-team-card__body{margin-top:1.75rem}.c-team-card__title{font-size:1.25rem;line-height:1.9;margin-bottom:0}.c-team-card__function{font-size:1rem;line-height:1.5625;margin-top:.1875rem}.c-video{margin:0;max-width:none;position:relative}.c-video__inner{border-radius:.3125rem;overflow:hidden;position:relative}.c-video__inner:before{content:"";float:left;height:0;margin-left:-1px;padding-bottom:63.4426229508%;width:1px}.c-video__inner:after{clear:both;content:"";display:table}.c-video__inner img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.c-video figcaption{font-size:.875rem;line-height:1.714286;margin-top:.875rem;opacity:.5}.c-video__play{align-items:center;color:#fff;display:block;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.c-video__play svg{height:auto;max-width:108px;transition:.15s ease-in-out;width:23%}.c-video__play:focus svg,.c-video__play:hover svg{transform:scale(1.05)}.u-visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.u-skip-link{background:#000;border-radius:0 0 .5rem .5rem;color:#fff;left:0;padding:.75rem 1rem;position:absolute;text-decoration:none;top:0;transform:translateY(-100%);transition:transform .3s ease;z-index:1000}.u-skip-link:active,.u-skip-link:focus-visible{transform:translateY(0)}.u-bg-primary{background-color:#091c48!important}.u-bg-secondary{background-color:#dda02c!important}.u-bg-light{background-color:#fff!important}.u-bg-dark,.u-bg-dark-blue{background-color:#091c48!important}.u-bg-gold{background-color:#dda02c!important}.u-text-light{color:#fff!important}.u-text-dark{color:#091c48!important}.u-text-orange{color:#ed6b17!important}.u-text-green{color:#00733d!important}.u-d-none{display:none}.u-g-5{--gutter-x:3rem;--gutter-y:3rem}.u-g-4{--gutter-x:1.875rem;--gutter-y:1.875rem}.u-g-3{--gutter-x:1rem;--gutter-y:1rem}.u-g-2{--gutter-x:0.5rem;--gutter-y:0.5rem}.u-g-1{--gutter-x:0.25rem;--gutter-y:0.25rem}.u-g-0{--gutter-x:0;--gutter-y:0}.u-gy-5{--gutter-y:3rem}.u-gy-4{--gutter-y:1.875rem}.u-gy-3{--gutter-y:1rem}.u-gy-2{--gutter-y:0.5rem}.u-gy-1{--gutter-y:0.25rem}.u-gy-0{--gutter-y:0}.u-gx-5{--gutter-x:3rem}.u-gx-4{--gutter-x:1.875rem}.u-gx-3{--gutter-x:1rem}.u-gx-2{--gutter-x:0.5rem}.u-gx-1{--gutter-x:0.25rem}.u-gx-0{--gutter-x:0}.u-mb-0{margin-bottom:0}.u-mt-0{margin-top:0!important}.u-stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.u-text-small{font-size:.875rem;line-height:1.714286}@media (min-width:768px){.u-text-small{font-size:1rem;line-height:1.625}}.u-text-large{font-size:1.25rem;line-height:1.645}@media (min-width:768px){.u-text-large{font-size:1.875rem;line-height:1.666667}}.u-text-default{font-size:1rem;line-height:1.75}@media (min-width:768px){.u-text-default{font-size:1.25rem;line-height:1.9}}.u-text-center{text-align:start}@media (min-width:768px){.u-text-center{text-align:center}}html.js [clip-me]{opacity:0}
