@layer components{.hero-carousel{--headerHeight: 65px;width:100%;position:relative;margin-bottom:2rem}@media only screen and (min-width: 768px){.hero-carousel{--headerHeight: 72px}}.hero-carousel__item{min-height:min(100dvh - var(--headerHeight),1600px)}.hero-carousel--small .hero-carousel__item{min-height:min(50dvh,800px)}.hero-carousel__pager{display:flex;gap:.25rem;margin:0 .75rem 0 0;flex-grow:1;justify-content:flex-end;z-index:25}.hero-carousel__pager-item{display:flex;margin-bottom:0}.hero-carousel__pager-item-link{display:flex;width:2rem;height:1rem}.hero-carousel__pager-item-link:before,.hero-carousel__pager-item-link:after{content:"";display:flex;height:1rem;max-width:2rem;position:absolute}.hero-carousel__pager-item-link:before{width:100%;background-color:#ffffff80}.hero-carousel__pager-item-link:after{width:0;background-color:#fff}.hero-carousel__pager-item-link--active:after{width:2rem;transition:width 8s linear}.hero-carousel__items{display:grid;grid-template-columns:1fr;grid-template-areas:"content"}.hero-carousel__item{--itemOverlay: none;--itemOffset: 0;max-height:2000px;overflow:hidden;grid-area:content;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;opacity:0;transition:opacity 1.5s linear;padding:clamp(.25rem,6vw,100px);--gradientBlue: 0, 73, 139}.hero-carousel__item:before{content:"";position:absolute;inset:var(--itemOffset) 0 0 0;background:var(--itemOverlay);pointer-events:none;z-index:1}.hero-carousel__item--overlay-1{--itemOverlay: rgba(15, 32, 75, .25)}.hero-carousel__item--overlay-2{--itemOverlay: rgba(255, 255, 255, .3)}.hero-carousel__item--overlay-3{--itemOffset: calc(100% - 150px) ;--itemOverlay: linear-gradient( to bottom, transparent, rgba(var(--gradientBlue), .5) )}.hero-carousel__item--overlay-4{--itemOffset: calc(100% - 150px) ;--itemOverlay: linear-gradient( to bottom, transparent, rgba(var(--gradientBlue), .8) )}.hero-carousel__item--overlay-5{--itemOverlay: linear-gradient( -270deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(var(--gradientBlue), .5) 84% )}.hero-carousel__item--overlay-6{--itemOverlay: linear-gradient( -270deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(var(--gradientBlue), .8) 84% )}.hero-carousel__item--overlay-7{--itemOverlay: linear-gradient( -90deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(var(--gradientBlue), .5) 84% )}.hero-carousel__item--overlay-8{--itemOverlay: linear-gradient( -90deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(var(--gradientBlue), .8) 84% )}.hero-carousel__item--overlay-9,.hero-carousel__item--overlay-10{--itemOffset: calc(100% - 150px) ;--itemOverlay: linear-gradient( to bottom, transparent, rgba(255, 255, 255, .3) )}.hero-carousel__item--overlay-11{--itemOverlay: linear-gradient( -270deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(250, 250, 250, .5) 84% )}.hero-carousel__item--overlay-12{--itemOverlay: linear-gradient( -270deg, rgba(255, 255, 255, .5) 16%, rgba(255, 255, 255, .5) 16%, rgba(250, 250, 250, .8) 84% )}.hero-carousel__item--overlay-13{--itemOverlay: linear-gradient( to bottom right, transparent, rgba(46, 69, 108, .5) )}.hero-carousel__item-image{position:absolute;top:0;right:0;bottom:0;left:0}.hero-carousel__item-image img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center center;max-height:none;height:100%;width:100%}.hero-carousel__item-header{z-index:11;position:relative;display:flex;margin-inline:auto;height:80%;align-items:center;max-width:1288px}.hero-carousel__item-header-content{opacity:0;transition:all .5s ease-in-out;margin-left:-100px;transition-duration:1s;transition-delay:.5s;width:max(420px,50%);max-width:580px;padding:0 .75rem .75rem}.hero-carousel__item-header-sub-title,.hero-carousel__item-header-title{text-transform:uppercase}.hero-carousel__item-header-sub-title--white,.hero-carousel__item-header-title--white{color:var(--theme-neutral-light);--theme-heading-override: var(--theme-neutral-light)}.hero-carousel__item-header-sub-title--blue,.hero-carousel__item-header-title--blue{color:var(--theme-primary);--theme-heading-override: var(--theme-primary)}.hero-carousel__item-header-sub-title--cyan,.hero-carousel__item-header-title--cyan{color:var(--deprecated-color-blue);--theme-heading-override: var(--deprecated-color-blue)}.hero-carousel__item-header-sub-title{font-size:var(--font-size--base);line-height:var(--line-height--base);font-weight:var(--font-weight--demi);margin-top:0;margin-bottom:.75rem}.hero-carousel__item-header-title{font-size:var(--font-size--xxlarge);line-height:var(--line-height--xxlarge);font-family:var(--font-decorative);-webkit-font-kerning:auto;font-kerning:auto;margin-bottom:1.5rem}.hero-carousel__item-header-title--large{font-size:var(--font-size--xxxlarge);line-height:var(--line-height--xxxlarge)}.hero-carousel__item-header--right{justify-content:flex-end}.hero-carousel__item--active{opacity:1;z-index:10}.hero-carousel__item--active .hero-carousel__item-header-content{opacity:1;margin-left:0}.hero-carousel__item .video-wrapper{display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;object-fit:cover;height:100%;width:100%}.hero-carousel__item .video-wrapper>div{width:100%;height:100%}@media only screen and (min-width: 768px){.hero-carousel__item .video-wrapper--right{width:50%}}.hero-carousel__item .video-wrapper .vjs-control-bar{display:none!important}.hero-carousel__item .video-wrapper--fullscreen{max-width:100%;width:100%}.hero-carousel__footer{width:100%;position:absolute;bottom:0;z-index:19;display:flex;justify-content:space-between;align-items:center}.hero-carousel__our-approach{background-color:var(--theme-secondary);color:var(--theme-neutral-light);font-size:var(--font-size--xsmall);line-height:var(--line-height--xsmall);text-transform:uppercase;padding:1rem;display:flex;justify-content:center;align-items:center;gap:.75rem;transition:all .5s;font-weight:var(--font-weight--medium)}.hero-carousel__our-approach:after{font-family:var(--font-icons);content:"";color:var(--deprecated-color-blue-70);transition:all .5s}.hero-carousel__our-approach:hover,.hero-carousel__our-approach:focus{background-color:var(--theme-neutral-light);color:var(--theme-primary)}.hero-carousel__our-approach:hover:after,.hero-carousel__our-approach:focus:after{color:var(--theme-primary)}.hero-carousel--campaign{overflow:hidden;margin-inline:auto;max-width:1920px}.hero-carousel--campaign .hero-carousel__item{min-height:0;grid-area:content;padding:0;transition-duration:1s;background-size:cover}@media only screen and (min-width: 768px){.hero-carousel--campaign .hero-carousel__item{display:flex;justify-content:flex-end}}@media only screen and (min-width: 1440px){.hero-carousel--campaign .hero-carousel__item{aspect-ratio:16/5}}.hero-carousel--campaign .hero-carousel__item-header{background-color:var(--campaign-color-background, rgba(63, 156, 53, .88));min-height:25rem;margin:0;height:100%}@media only screen and (min-width: 768px){.hero-carousel--campaign .hero-carousel__item-header{width:clamp(320px,40%,500px);margin-right:20%}}.hero-carousel--campaign .hero-carousel__item-header-content{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10% 10% 3.125rem;overflow:hidden}.hero-carousel--campaign .hero-carousel__item-header-running-title{font-size:var(--font-size--base);line-height:var(--line-height--base);margin-bottom:.25rem;color:var(--theme-neutral-light);font-weight:var(--font-weight--demi)}.hero-carousel--campaign .hero-carousel__item-header-title{font-size:var(--font-size--xlarge);line-height:var(--line-height--xlarge);color:var(--campaign-color-title, var(--theme-primary));font-weight:var(--font-weight--demi)}.hero-carousel--campaign .hero-carousel__item-header-text{font-size:var(--font-size--base);line-height:var(--line-height--base);color:var(--theme-neutral-light);margin-bottom:.75rem}.hero-carousel--campaign .hero-carousel__item-header-links{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.75rem}.hero-carousel--campaign .hero-carousel__item-header-link{color:var(--theme-neutral-light);display:inline-flex;align-items:center;gap:.25rem}.hero-carousel--campaign .hero-carousel__item--active{transition-duration:3s}.hero-carousel--campaign .hero-carousel__item--active .hero-carousel__item-header{opacity:1}.hero-carousel--campaign .hero-carousel__item--blue{--campaign-color-title: var(--theme-neutral-light);--campaign-color-background: rgba(0, 53, 145, .9)}.hero-carousel--campaign .hero-carousel__item--darkbluegreen{--campaign-color-title: var(--theme-success);--campaign-color-background: rgba(15, 32, 75, .88)}.hero-carousel--campaign .hero-carousel__item--cyan{--campaign-color-background: rgba(0, 159, 218, .94)}.hero-carousel--campaign .hero-carousel__item--darkblue{--campaign-color-title: var(--deprecated-color-blue-50);--campaign-color-background: rgba(15, 32, 75, .88)}.hero-carousel--campaign .hero-carousel__pager{position:absolute;bottom:1.25rem;height:1.25rem;padding:0;display:flex;justify-content:center;align-items:center;gap:.5rem;margin:0;left:50%;transform:translate(-50%)}@media only screen and (min-width: 768px){.hero-carousel--campaign .hero-carousel__pager{left:auto;transform:none;right:20%;width:clamp(320px,40%,500px);max-width:31.5rem}}.hero-carousel--campaign .hero-carousel__pager-item{margin-right:0}.hero-carousel--campaign .hero-carousel__pager-item .hero-carousel__pager-item-link{border:1px solid var(--theme-neutral-light);width:.875rem;height:.875rem;padding:0;border-radius:50%;transition:all .5s}.hero-carousel--campaign .hero-carousel__pager-item .hero-carousel__pager-item-link:before,.hero-carousel--campaign .hero-carousel__pager-item .hero-carousel__pager-item-link:after{display:none}.hero-carousel--campaign .hero-carousel__pager-item .hero-carousel__pager-item-link:hover{background:#ffffff80}.hero-carousel--campaign .hero-carousel__pager-item .hero-carousel__pager-item-link--active{background-color:var(--theme-neutral-light)}.hero-carousel:has(.hero-carousel__our-approach) .hero-carousel__down-arrow{display:none}.hero-carousel__down-arrow{position:absolute;bottom:0;left:50%;z-index:26;width:4rem;height:4rem;background:#0f204b33;border-radius:50%;transform:translate3d(-50%,-50%,0);display:flex;justify-content:center;align-items:center;color:var(--theme-neutral-light);overflow:hidden;font-size:var(--font-size--xlarge);line-height:var(--line-height--xlarge)}.hero-carousel__down-arrow:after{font-family:var(--font-icons);content:"";transition:transform .3s ease-in-out}.hero-carousel__down-arrow:hover,.hero-carousel__down-arrow:focus{color:var(--theme-neutral-light)}.hero-carousel__down-arrow:hover:after,.hero-carousel__down-arrow:focus:after{transform:translateY(6px)}.hero-carousel--fixed{overflow:hidden}.hero-carousel--fixed.hero-carousel--large .hero-carousel__item{background-attachment:fixed}.hero-carousel__overlay{background-color:#0006;content:"";opacity:0;top:0;left:0;position:fixed;z-index:20;transition:all .5s ease-in-out}.hero-carousel__overlay--active{opacity:1;bottom:0;right:0}.hero-carousel__overlay--fade{opacity:0;animation-delay:.3s}.hero-carousel__pager-item:only-child{display:none!important}}@keyframes rotate{to{transform:rotate(1turn)}}@layer components{.hero-article{position:absolute;top:0;z-index:40;background-color:var(--theme-neutral-light);padding-bottom:2.5rem;display:flex;height:-webkit-fit-content;height:fit-content;min-height:100vh;width:100%;flex-direction:column;align-items:flex-end;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.7s;left:-100%;bottom:-100%;margin-top:100vh;max-width:calc(80.5rem + (100% - 80.5rem)/2)}@media only screen and (min-width: 768px){.hero-article{padding-bottom:1.5rem;width:calc(100% - 72px)}}@media only screen and (min-width: 1024px){.hero-article{top:82px;bottom:0}}@media only screen and (min-width: 1288px){.hero-article{width:calc(100% - ((100% - 80.5rem)/2))}}@media only screen and (min-width: 1440px){.hero-article{width:calc(100% - ((100% - 80.5rem)/2))}}.hero-article-wrapper{width:90%}@media only screen and (min-width: 768px){.hero-article-wrapper{width:100%}}.hero-article article{width:100%;max-width:80.5rem;padding-top:1rem;padding-left:1.25rem;padding-right:1.25rem;display:flex;justify-content:center}@media only screen and (min-width: 480px){.hero-article article{padding-left:2rem;padding-right:2rem}}@media only screen and (min-width: 768px){.hero-article article{margin-bottom:65px;padding-left:4rem;padding-right:4rem}}@media only screen and (min-width: 1024px){.hero-article article{margin-top:65px;padding-top:0;padding-left:6rem;padding-right:168px}}@media only screen and (min-width: 1440px){.hero-article article{padding-left:0}}.hero-article__close{position:absolute;top:0;right:0;z-index:50;display:flex;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content;align-items:center;justify-content:center;opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;padding:13px}@media only screen and (min-width: 768px){.hero-article__close{padding:27px}}.hero-article__close:after{font-weight:var(--font-weight--thin);line-height:1.5;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;height:29px;width:21px;display:flex;align-items:center;justify-content:center;color:var(--theme-primary);font-family:var(--font-icons);content:"";font-size:1.5rem}.hero-article__close--fixed{position:fixed;top:4rem;right:1rem}@media only screen and (min-width: 1288px){.hero-article__close--fixed{top:80px}}@media only screen and (min-width: 768px){.hero-article__close--fixed{right:90px}}@media only screen and (min-width: 1440px){.hero-article__close--fixed{right:calc((100% - 79.5rem)/2)}}@media only screen and (min-width: 1920px){.hero-article__close--fixed{right:calc((100% - 64.5rem)/2)}}.hero-article__close--hide{opacity:0}.hero-article__close:hover:after,.hero-article__close:focus-visible:after{color:var(--deprecated-color-blue)}.hero-article__header{position:relative;width:100%;margin-bottom:26px;padding-top:1rem;padding-bottom:1px}@media only screen and (min-width: 768px){.hero-article__header{padding-top:1.25rem}}@media only screen and (min-width: 1440px){.hero-article__header{max-width:calc(100% - 392px)}}.hero-article__header:before,.hero-article__header:after{content:"";background-color:var(--deprecated-color-gray-10)}@media only screen and (min-width: 1024px){.hero-article__header:before,.hero-article__header:after{position:absolute}}.hero-article__header:before{content:"";top:0;right:-56px;height:calc(100% + 26px);width:1px;display:none}@media only screen and (min-width: 1440px){.hero-article__header:before{display:flex}}.hero-article__header:after{content:"";position:absolute;bottom:3px;left:0;height:1px;width:100%}.hero-article__sub-title{text-transform:uppercase;color:var(--deprecated-color-blue);font-weight:var(--font-weight--demi);font-size:var(--font-size--xxsmall);line-height:var(--line-height--xxsmall)}@media only screen and (min-width: 768px){.hero-article__sub-title{font-size:var(--font-size--base);line-height:var(--line-height--base)}}.hero-article__title{font-size:var(--font-size--xxlarge);line-height:var(--line-height--xxlarge);margin-bottom:18px;margin-top:8px}@media only screen and (min-width: 1440px){.hero-article__title{margin-top:10px}}@media only screen and (min-width: 1920px){.hero-article__title{font-size:var(--font-size--xxxlarge)}}.hero-article__main{display:grid;flex-direction:column;row-gap:1rem;max-width:728px}@media only screen and (min-width: 768px){.hero-article__main{gap:4rem}}@media only screen and (min-width: 1440px){.hero-article__main{max-width:none}}@media only screen and (min-width: 1440px){.hero-article__main{grid-template-columns:minmax(320px,calc(100% - 392px)) minmax(320px,1fr)}}.hero-article__content{font-size:var(--font-size--medium);line-height:var(--line-height--medium)}.hero-article__content-intro{font-size:var(--font-size--base);margin-bottom:1.5rem}@media only screen and (min-width: 1024px){.hero-article__content-intro{font-size:var(--font-size--medium)}}.hero-article__content-intro--cyan{color:var(--deprecated-color-blue)}.hero-article__content-intro--blue{color:var(--theme-primary)}.hero-article__content h3{margin-top:2.5rem}.hero-article__content p{margin-bottom:1.25rem;color:var(--theme-primary)}.hero-article__content img,.hero-article__content .video-wrapper{margin-top:1.5rem;margin-bottom:1.5rem}.hero-article__content iframe,.hero-article__content .our-approach__video{width:100%;padding-bottom:1rem}@media only screen and (min-width: 768px){.hero-article__content iframe,.hero-article__content .our-approach__video{padding-top:1rem;padding-bottom:1rem}}.hero-article__aside{position:relative;width:100%;display:grid;flex-direction:column}@media only screen and (min-width: 768px){.hero-article__aside{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}}@media only screen and (min-width: 1440px){.hero-article__aside{display:flex;gap:0px;margin-left:1rem;padding-left:2rem;max-width:282px}}.hero-article__aside:before,.hero-article__aside:after{content:"";background-color:var(--deprecated-color-gray-10);display:none}@media only screen and (min-width: 1024px){.hero-article__aside:before,.hero-article__aside:after{position:absolute}}@media only screen and (min-width: 1440px){.hero-article__aside:before,.hero-article__aside:after{display:flex}}.hero-article__aside:before{left:-25px;height:100%;width:1px}.hero-article__aside:after{top:-30px;height:1px;width:100%}.hero-article__fact{border-color:var(--deprecated-color-gray-10);width:100%;border-top-width:1px;border-style:solid}@media only screen and (min-width: 1440px){.hero-article__fact{border-top-width:0px;border-bottom-width:1px}}.hero-article__fact:last-child{border-bottom-width:0px}.hero-article__fact h3{padding:.75rem 0;font-size:var(--font-size--xxxlarge);line-height:var(--line-height--xxxlarge)}.hero-article__fact p{color:var(--theme-border-dark);margin-bottom:.75rem}.hero-article__fact--cyan h3{color:var(--deprecated-color-blue)}.hero-article--active{bottom:0;left:0;top:56px;margin-top:0}@media only screen and (min-width: 768px){.hero-article--active{top:82px}}@media only screen and (min-width: 1920px){.hero-article--active{margin-left:-112px}}.hero-article--hide{left:-100%}.hero-article--hide .hero-article__close{opacity:0;position:absolute}}
