.home-carousel{display:block;overflow:hidden;position:relative;width:100%}.home-carousel__swiper{height:100%;position:relative;width:100%}.home-carousel__slide{align-items:center;display:flex;min-height:25rem;position:relative}@media (min-width:48rem){.home-carousel__slide{min-height:31.25rem}}@media (min-width:64rem){.home-carousel__slide{aspect-ratio:19/9}}.home-carousel__slide-inner{align-items:center;display:flex;height:100%;position:relative;width:100%}.home-carousel__background-video{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.home-carousel__video-wrap{height:100%;left:0;padding-bottom:0;position:absolute;top:0;width:100%}.home-carousel__video{height:100%;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (min-width:56.25rem){.home-carousel__video-wrap{padding-bottom:0}.home-carousel__video{height:100%;min-height:56.25vw;min-width:100%;width:177.77777778vh}}.home-carousel__gradient-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.home-carousel__background-image{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.home-carousel__background-image img{display:block;height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.home-carousel__content-container{padding:2rem 1rem;position:relative;width:100%;z-index:3}@media (min-width:48rem){.home-carousel__content-container{padding:2.5rem 1.5rem}}@media (min-width:64rem){.home-carousel__content-container{padding:3rem 2rem}}.home-carousel__content-wrapper{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:64rem){.home-carousel__content-wrapper{gap:3rem;grid-template-columns:1fr 1fr}}.home-carousel__content{color:#fff;max-width:700px;position:relative;z-index:4}.home-carousel__text{margin-bottom:1.5rem}.home-carousel__text h1,.home-carousel__text h2,.home-carousel__text h3,.home-carousel__text h4,.home-carousel__text h5,.home-carousel__text h6{color:#fff;font-weight:200;margin-bottom:1rem}.home-carousel__text h1{font-size:clamp(2.875rem,5vw,4.375rem);letter-spacing:-3.5px;line-height:110%}.home-carousel__text strong{font-weight:500}.home-carousel__text p{color:#fff;font-size:1.563rem;line-height:1.6;margin-bottom:1rem}.home-carousel__text p:last-child{margin-bottom:0}.home-carousel__text a{color:#fff;text-decoration:underline}.home-carousel__text a:hover{text-decoration:none}.home-carousel__button-wrapper{margin-top:1.5rem}.home-carousel__button-wrapper .button{background-color:#fff;border-color:#fff;color:var(--button-color,#002f6c)}.home-carousel__button-wrapper .button:focus,.home-carousel__button-wrapper .button:hover{background-color:var(--button-color,#002f6c);border-color:var(--button-color,#002f6c);color:#fff}.home-carousel__right-background-image{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.home-carousel__right-background-image img{display:block;height:100%;left:50%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.home-carousel__image-column{display:flex;justify-content:center;max-width:100%;order:-1;position:relative;width:100%}@media (min-width:48rem){.home-carousel__image-column{max-width:28rem}}@media (min-width:64rem){.home-carousel__image-column{margin-left:auto;max-width:35rem;order:0}}.home-carousel__image-column>img{display:block;height:auto;max-height:350px;position:relative;width:auto;z-index:2}.home-carousel__nav{align-items:center;background:#fff;border:none;border-radius:50%;bottom:2rem!important;cursor:pointer;display:flex;height:2.5rem!important;justify-content:center;position:absolute;top:auto!important;transform:none;transition:all .3s ease;width:2.5rem!important;z-index:99!important}.home-carousel__nav:focus,.home-carousel__nav:hover{background:#002f6c;transform:scale(1.05)}.home-carousel__nav--prev{left:5.5rem!important}.home-carousel__nav--next{left:8.5rem!important}.home-carousel__nav:after{color:#002f6c;content:"";display:none}.home-carousel__nav svg{fill:#002f6c}.home-carousel__nav:focus svg,.home-carousel__nav:hover svg{fill:#fff}.home-carousel__nav svg{height:12px!important;width:18px!important}.home-carousel__nav:before{color:#002f6c;content:"";display:none;height:0;position:absolute;width:0}.home-carousel__nav--prev:before{content:"←";margin-left:-.125rem}.home-carousel__nav--next:before{content:"→";margin-left:.125rem}.home-carousel__nav--prev:focus:before,.home-carousel__nav--prev:hover:before,.home-carousel__nav:focus:before,.home-carousel__nav:hover:before{border-color:transparent #fff transparent transparent}.home-carousel__nav--next:focus:before,.home-carousel__nav--next:hover:before{border-color:transparent transparent transparent #fff}@media (max-width:30rem){.home-carousel__nav{height:2.5rem;width:2.5rem}.home-carousel__nav--prev{left:.5rem}.home-carousel__nav--next{right:.5rem}}.home-carousel__play-pause{align-items:center;background:transparent;border:2px solid #fff;border-radius:50%;bottom:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;padding:0;position:absolute;right:1rem;transition:all .3s ease;width:3rem;z-index:10}.home-carousel__play-pause:focus,.home-carousel__play-pause:hover{background:#002f6c;border-color:#002f6c;transform:scale(1.05)}.home-carousel__play-pause-icon{color:#fff;display:none;height:.875rem;position:absolute;width:.875rem}.home-carousel__play-pause-icon--pause{display:block}.home-carousel__play-pause.is-paused .home-carousel__play-pause-icon--pause{display:none}.home-carousel__play-pause.is-paused .home-carousel__play-pause-icon--play{display:block}.home-carousel__play-pause-icon--pause:after,.home-carousel__play-pause-icon--pause:before{background-color:#fff;border-radius:.125rem;content:"";height:.875rem;position:absolute;width:.25rem}.home-carousel__play-pause-icon--pause:before{left:.15rem}.home-carousel__play-pause-icon--pause:after{right:.15rem}.home-carousel__play-pause-icon--play:before{border-bottom:.4375rem solid transparent;border-left:.625rem solid #fff;border-top:.4375rem solid transparent;content:"";height:0;left:.125rem;position:absolute;width:0}.home-carousel__play-pause:focus .home-carousel__play-pause-icon--pause:after,.home-carousel__play-pause:focus .home-carousel__play-pause-icon--pause:before,.home-carousel__play-pause:focus .home-carousel__play-pause-icon--play:before,.home-carousel__play-pause:hover .home-carousel__play-pause-icon--pause:after,.home-carousel__play-pause:hover .home-carousel__play-pause-icon--pause:before,.home-carousel__play-pause:hover .home-carousel__play-pause-icon--play:before{background-color:#fff;border-left-color:#fff}.home-carousel__pagination{bottom:2.5rem!important;display:flex;gap:.5rem;justify-content:center;left:50%;max-width:calc(100% - 5rem);position:absolute;transform:translateX(-50%);z-index:10}.home-carousel .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.5);border-radius:50%;cursor:pointer;height:.75rem;opacity:1;transition:all .3s ease;width:.75rem}.home-carousel .swiper-pagination-bullet-active{background-color:#fff;border-radius:50%;width:.75rem}@media (min-width:48rem){.home-carousel__content-container{max-width:100%}}@media (min-width:64rem){.home-carousel__content-wrapper{margin:0 auto;max-width:108rem}}.home-carousel__text{will-change:opacity,transform}.hs-inline-edit .home-carousel__text{animation:none!important;opacity:1!important;transform:none!important}.home-carousel .swiper-pagination-bullet:focus,.home-carousel__nav:focus{outline:2px solid #007aff;outline-offset:2px}@media (prefers-contrast:high){.home-carousel__nav{background:#fff;border-color:#000}.home-carousel .swiper-pagination-bullet{border:2px solid #000}.home-carousel .swiper-pagination-bullet-active{background-color:#000}}@media (prefers-reduced-motion:reduce){.home-carousel__nav,.home-carousel__slide,.home-carousel__text{animation:none;transition:none}}.hs-inline-edit .home-carousel__nav,.hs-inline-edit .home-carousel__slide,.hs-inline-edit .home-carousel__text{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.home-carousel__swiper .swiper-slide{height:auto;transition:opacity .3s ease;width:100%}