@charset "utf-8";

/* VIDEO PLAYER STYLES */
.core-component-video-player .play-wrapper .playbutton{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.core-component-video-player .play-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:min(6px + .875 * ((100vw - 320px) / 100),20px);margin:min(.375rem + .875 * ((100vw - 20rem) / 100),1.25rem);cursor:pointer}.core-component-video-player .play-wrapper .playbutton{opacity:0;z-index:5;-webkit-transition:.5s;transition:.5s}.core-component-video-player .play-wrapper .playbutton svg{width:min(50px + 6.875 * ((100vw - 320px) / 100),160px);width:min(3.125rem + 6.875 * ((100vw - 20rem) / 100),10rem);height:min(50px + 6.875 * ((100vw - 320px) / 100),160px);height:min(3.125rem + 6.875 * ((100vw - 20rem) / 100),10rem);-webkit-transition:all 250ms;transition:all 250ms}.core-component-video-player .play-wrapper .playbutton.visible{opacity:1}.core-component-video-player .play-wrapper:hover svg{-webkit-transform:scale(1.05);transform:scale(1.05)}.core-component-video-player .play-wrapper:hover svg .play-button-circle{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear}@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

/* SWIPER CONTROLS */
.core-component-swiper-controls .swiper-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:27px;gap:1.6875rem;margin-bottom:28px;margin-bottom:1.75rem;width:100%;height:20px;height:1.25rem}@media(max-width:48rem){.core-component-swiper-controls .swiper-navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(min-width:48.1rem){.core-component-swiper-controls .swiper-navigation{margin-bottom:0;width:auto}}.core-component-swiper-controls .swiper-navigation .chevron{-ms-flex-item-align:center;align-self:center;-webkit-transform:color .5s;transform:color .5s;color:#101f3f;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:min(25px + 1.5625 * ((100vw - 320px) / 100),50px);min-height:min(1.5625rem + 1.5625 * ((100vw - 20rem) / 100),3.125rem)}.core-component-swiper-controls .swiper-navigation .chevron:hover{color:#d23439}.core-component-swiper-controls .swiper-navigation .chevron.next{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.core-component-swiper-controls .swiper-navigation .chevron.swiper-button-disabled{visibility:visible;color:#d0d6e1;cursor:default;pointer-events:none;opacity:.8}.core-component-swiper-controls.style-light .swiper-navigation .chevron{color:#fff}.core-component-swiper-controls.style-light .swiper-navigation .chevron:hover{color:#d23439}

/* COMPONENTS ACCORDION STYLES */
.core-component-accordion .item-toggler{width:100%;color:inherit;font-size:inherit}.core-component-accordion .item-content{overflow:hidden;-webkit-transition:height 250ms;transition:height 250ms}

/* SOCIAL LINKS STYLES */
.core-component-social-links .links{display:grid;grid-auto-flow:column;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;gap:1.5rem;list-style-type:none}.core-component-social-links .links .link{display:block;width:40px;width:2.5rem;height:40px;height:2.5rem;padding:10px;padding:.625rem;color:inherit;-webkit-transition:color 250ms cubic-bezier(.6,0,0,1);transition:color 250ms cubic-bezier(.6,0,0,1)}.core-component-social-links .links .link svg{width:100%;height:100%}.core-component-social-links .links .link:hover{opacity:.7}

/* IMAGE STYLES */
.core-component-image .link,.core-component-image .overlay,.core-component-image.fill .picture .img{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-component-image.fill .picture .img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.core-component-image{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin:0}.core-component-image picture{display:block;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.core-component-image .link,.core-component-image .overlay{z-index:2}.core-component-image .overlay{background:#101f3f;pointer-events:none}.core-component-image .img{display:block;max-width:100%}.core-component-image .caption{-ms-flex-negative:0;flex-shrink:0}.core-component-image.fill .picture .img{z-index:1}

/* VIDEO MODAL STYLES */
.core-component-video-modal,.core-component-video-modal.style-video iframe,.core-component-video-modal.style-video video,.core-component-video-modal::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-component-video-modal{position:fixed;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;padding:min(60px + 3.125 * ((100vw - 320px) / 100),110px) min(20px + 1.25 * ((100vw - 320px) / 100),40px) min(20px + 1.25 * ((100vw - 320px) / 100),40px) min(20px + 1.25 * ((100vw - 320px) / 100),40px);padding:min(3.75rem + 3.125 * ((100vw - 20rem) / 100),6.875rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem) min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem);opacity:0;pointer-events:none;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.core-component-video-modal::before{content:"";opacity:.9;background:#101f3f}.core-component-video-modal .wrapper{position:relative;max-height:100%;overflow-y:auto;overflow-x:hidden}.core-component-video-modal .button-close{position:absolute;top:min(20px + .9375 * ((100vw - 320px) / 100),35px);top:min(1.25rem + .9375 * ((100vw - 20rem) / 100),2.1875rem);right:min(15px + 1.25 * ((100vw - 320px) / 100),35px);right:min(.9375rem + 1.25 * ((100vw - 20rem) / 100),2.1875rem);z-index:4;width:min(37px + 1.5625 * ((100vw - 320px) / 100),62px);width:min(2.3125rem + 1.5625 * ((100vw - 20rem) / 100),3.875rem);height:min(30px + 1.5625 * ((100vw - 320px) / 100),55px);height:min(1.875rem + 1.5625 * ((100vw - 20rem) / 100),3.4375rem);background:#101f3f;border-radius:5px}.core-component-video-modal .button-close>*{pointer-events:none}.core-component-video-modal .button-close::after,.core-component-video-modal .button-close::before{content:"";position:absolute;top:50%;left:50%;width:min(1px + .0625 * ((100vw - 320px) / 100),2px);width:min(.0625rem + .0625 * ((100vw - 20rem) / 100),2px);height:50%;background:#fff}.core-component-video-modal .button-close::before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.core-component-video-modal .button-close::after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.core-component-video-modal.style-default .content{padding:min(20px + 1.25 * ((100vw - 320px) / 100),40px);padding:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem);background:#fff;border-radius:.9375rem}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.core-component-video-modal.style-video .content{position:relative;background:#101f3f}.core-component-video-modal.style-video .content::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:min(35px + 1.25 * ((100vw - 320px) / 100),55px);width:min(2.1875rem + 1.25 * ((100vw - 20rem) / 100),3.4375rem);height:min(35px + 1.25 * ((100vw - 320px) / 100),55px);height:min(2.1875rem + 1.25 * ((100vw - 20rem) / 100),3.4375rem);margin:auto;border-color:#101f3f;border-radius:50%;-webkit-animation:rotate .75s infinite linear;animation:rotate .75s infinite linear;border-width:min(3px + .125 * ((100vw - 320px) / 100),5px);border-width:min(.1875rem + .125 * ((100vw - 20rem) / 100),5px);border-style:solid}.core-component-video-modal.style-video .content::after{content:"";display:block;padding-top:56.25%}.core-component-video-modal.active{opacity:1;pointer-events:all}

/* COMPONENT LINK STYLES */
.core-component-link{display:block;color:inherit;-webkit-transition:color 250ms;transition:color 250ms}.core-component-link .link-wrapper{display:grid;grid-template-columns:min(2.5rem + 1.25 * ((100vw - 20rem) / 100),3.75rem) auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(15px + .9375 * ((100vw - 320px) / 100),30px);gap:min(.9375rem + .9375 * ((100vw - 20rem) / 100),1.875rem)}.core-component-link .link-wrapper .circle-phone .circle{width:100%;color:#101f3f}.core-component-link .link-wrapper .circle-phone .icon{color:#fff}.core-component-link .link-wrapper .link-text{padding-top:min(2px + .125 * ((100vw - 320px) / 100),4px);padding-top:min(.125rem + .125 * ((100vw - 20rem) / 100),4px);font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-weight:700}.core-component-link.has-icon{-webkit-transition:opacity 250ms;transition:opacity 250ms}.core-component-link.has-icon:hover{opacity:.7}

/* COMPONENT VIDEO STYLES */
.core-component-video video{-o-object-fit:cover;object-fit:cover}

/* COMPONENT RICH TEXT STYLES */
.core-component-rich-text>:not(:first-child){margin-top:.4em}.core-component-rich-text>:not(:last-child){margin-bottom:.4em}.core-component-rich-text strong{font-weight:700}.core-component-rich-text ol,.core-component-rich-text ul{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem);padding-left:min(25px + 1.25 * ((100vw - 320px) / 100),45px);padding-left:min(1.5625rem + 1.25 * ((100vw - 20rem) / 100),2.8125rem);margin-bottom:min(20px + 1.25 * ((100vw - 320px) / 100),40px);margin-bottom:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem)}.core-component-rich-text ol li,.core-component-rich-text ul li{margin-bottom:.6em}.core-component-rich-text ul{list-style:disc}.core-component-rich-text ol{list-style:decimal}.core-component-rich-text blockquote{padding-left:min(20px + 1.25 * ((100vw - 320px) / 100),40px);padding-left:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem)}.core-component-rich-text p:not([class]){font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}.core-component-rich-text .button:not(:first-child),.core-component-rich-text p:not(:first-child) .button{margin-top:min(10px + .625 * ((100vw - 320px) / 100),20px);margin-top:min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)}.core-component-rich-text .button:not(:last-child){margin-bottom:min(10px + .625 * ((100vw - 320px) / 100),20px);margin-bottom:min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)}.core-component-rich-text p:not(:first-child) .button{margin-top:min(10px + .625 * ((100vw - 320px) / 100),20px);margin-top:min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)}.core-component-rich-text p .button:last-child,.core-component-rich-text p .link:last-child,.core-component-rich-text>.button:not(:last-child),.core-component-rich-text>.link:not(:last-child){margin-bottom:min(15px + 1.5625 * ((100vw - 320px) / 100),40px);margin-bottom:min(.9375rem + 1.5625 * ((100vw - 20rem) / 100),2.5rem)}.core-component-rich-text a:not(.button):not(.link){color:#d23439;font-weight:700;text-decoration:underline}.core-component-rich-text a:not(.button):not(.link):hover{text-decoration:none}.core-component-rich-text .link{display:inline-block}.core-component-rich-text .columned-content{margin:0}.core-component-rich-text .columned-content .column>*{margin-top:.6em;margin-bottom:.6em}.core-component-rich-text.hyphen [class^=display]~*,.core-component-rich-text.hyphen [class^=heading]~*{padding-left:min(60px + 1 * ((100vw - 320px) / 100),76px);padding-left:min(3.75rem + 1 * ((100vw - 20rem) / 100),4.75rem)}.core-component-rich-text.hyphen [class^=display]+*,.core-component-rich-text.hyphen [class^=heading]+*{position:relative}.core-component-rich-text.hyphen [class^=display]+::before,.core-component-rich-text.hyphen [class^=heading]+::before{content:"";position:absolute;top:8px;top:.5rem;left:0;width:41px;width:2.5625rem;height:2px;background-color:#d23439}.core-component-rich-text img.alignright{margin:0 0 2em 2em;float:right}.core-component-rich-text img.alignleft{margin:0 2em 2em 0;float:left}.core-component-rich-text img.aligncenter{display:block;margin-left:auto;margin-right:auto}.core-component-rich-text .alignright{float:right}.core-component-rich-text .alignleft{float:left}.core-component-rich-text .aligncenter{display:block;margin-left:auto;margin-right:auto}.core-component-rich-text.style-dark{color:#101f3f}.core-component-rich-text.style-dark blockquote{border-left:4px solid rgba(16,31,63,.07)}.core-component-rich-text.style-light{color:#fff}.core-component-rich-text.style-light blockquote{border-left:4px solid rgba(255,255,255,.07)}

/* COMPONENT HEADER STYLES */
.core-component-header{position:fixed;top:0;z-index:100;width:100%}@media(min-width:75.1rem){.core-component-header{-webkit-transition:background-color 250ms,-webkit-transform 250ms cubic-bezier(.6,0,0,1);transition:background-color 250ms,-webkit-transform 250ms cubic-bezier(.6,0,0,1);transition:transform 250ms cubic-bezier(.6,0,0,1),background-color 250ms;transition:transform 250ms cubic-bezier(.6,0,0,1),background-color 250ms,-webkit-transform 250ms cubic-bezier(.6,0,0,1)}.core-component-header.hidden{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.core-component-header.hidden+.page-blog .core-section-post-content .grid .sidebar .sidebar-content.is-sticky{padding:min(.0000625rem + 1.2499375 * ((100vw - 20rem) / 100),1.25rem) 0 0}}.core-component-header.not-transparent,.core-component-header.sticky{background:#101f3f}.core-component-header .top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;height:min(20px + 1.25 * ((100vw - 320px) / 100),40px);height:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem);background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 17px) 100%,17px 100%);clip-path:polygon(0 0,100% 0,calc(100% - 17px) 100%,17px 100%)}@media(min-width:64.1rem){.core-component-header .top-bar{width:71%;padding-right:min(2.5rem + 17.5 * ((100vw - 20rem) / 100),20rem);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 40px) 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 40px) 100%,0 100%)}}.core-component-header .top-bar .top-bar-link{font-family:stratum-1-web,sans-serif;font-size:min(18px + .125 * ((100vw - 320px) / 100),20px);font-size:min(1.125rem + .125 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem);letter-spacing:-.02em;text-transform:uppercase;color:#d23439;text-decoration:none}.core-component-header .logo a{display:block;text-decoration:none}.core-component-header .logo img{display:block;width:auto;max-height:min(40px + 1.5625 * ((100vw - 320px) / 100),65px);max-height:min(2.5rem + 1.5625 * ((100vw - 20rem) / 100),4.0625rem)}.core-component-header .navigation{display:none}@media(min-width:75rem){.core-component-header .navigation{display:-webkit-box;display:-ms-flexbox;display:flex}}.core-component-header .navigation .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;gap:.75rem}.core-component-header .navigation .item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.core-component-header .navigation .item:not(:first-child)::before{content:"";width:1px;height:14px;background:#fff;margin-right:12px;margin-right:.75rem}.core-component-header .navigation .item a{position:relative;font-family:stratum-1-web,sans-serif;font-size:min(12px + .25 * ((100vw - 320px) / 100),16px);font-size:min(.75rem + .25 * ((100vw - 20rem) / 100),1rem);font-style:normal;letter-spacing:-.02em;font-weight:500;line-height:80%;text-transform:uppercase;-webkit-transition:color 250ms;transition:color 250ms;text-decoration:none}@media(min-width:75rem)and (max-width:112.5rem){.core-component-header .navigation .item a{font-size:min(.9375rem + .125 * ((100vw - 48rem) / 64.5),1.0625rem)}}.core-component-header .navigation .item>a{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.core-component-header .navigation .item.has-sub-menu>a::after{content:"";position:relative;top:1px;display:block;width:5px;height:5px;background:currentcolor;-webkit-clip-path:polygon(0 0,100% 0,50% 100%);clip-path:polygon(0 0,100% 0,50% 100%);margin-left:5px}.core-component-header .navigation .item:hover>a{color:#d23439}.core-component-header .navigation .item .sub-items{position:absolute;top:100%;z-index:100;width:170px;width:10.625rem;opacity:0;pointer-events:none;-webkit-transition:opacity 250ms;transition:opacity 250ms;padding-top:12px}.core-component-header .navigation .item .sub-items .sub-items-list{background:#fff;-webkit-clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%)}.core-component-header .navigation .item .sub-items .sub-item a{display:block;padding:min(12px + .125 * ((100vw - 320px) / 100),14px) min(20px + .75 * ((100vw - 320px) / 100),32px) min(12px + .125 * ((100vw - 320px) / 100),14px) min(12px + .125 * ((100vw - 320px) / 100),14px);padding:min(.75rem + .125 * ((100vw - 20rem) / 100),.875rem) min(1.25rem + .75 * ((100vw - 20rem) / 100),2rem) min(.75rem + .125 * ((100vw - 20rem) / 100),.875rem) min(.75rem + .125 * ((100vw - 20rem) / 100),.875rem);color:#101f3f;-webkit-transition:color 250ms,background-color 250ms;transition:color 250ms,background-color 250ms}.core-component-header .navigation .item .sub-items .sub-item a:hover{color:#d23439;background:rgba(16,31,63,.05)}.core-component-header .navigation .item .sub-items:hover,.core-component-header .navigation .item:hover .sub-items{opacity:1;pointer-events:all}.core-component-header .main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}@media(min-width:90.1rem){.core-component-header .main-nav{display:grid;grid-template-columns:min(12.5rem + 1.25 * ((100vw - 20rem) / 100),13.75rem) auto min(15rem + 7.6875 * ((100vw - 20rem) / 100),22.6875rem)}}.core-component-header .main-nav .cta{display:none}@media(min-width:75rem){.core-component-header .main-nav .cta{display:-webkit-box;display:-ms-flexbox;display:flex}}.core-component-header .cta{width:auto;height:min(40px + 1.875 * ((100vw - 320px) / 100),70px);height:min(2.5rem + 1.875 * ((100vw - 20rem) / 100),4.375rem);padding:0 min(8px + 1.375 * ((100vw - 320px) / 100),30px);padding:0 min(.5rem + 1.375 * ((100vw - 20rem) / 100),1.875rem);font-size:min(12px + .5 * ((100vw - 320px) / 100),20px);font-size:min(.75rem + .5 * ((100vw - 20rem) / 100),1.25rem);font-weight:900;letter-spacing:.01em;line-height:100%}.core-component-header .cta:hover .button-wrapper{background:#882326}.core-component-header .cta:hover .button-wrapper::before{border-color:transparent #882326 transparent transparent}.core-component-header .mobile-menu-toggle{width:60px;width:3.75rem;padding:12px 0;padding:.75rem 0}.core-component-header .mobile-menu-toggle.active span{-webkit-transform:translateY(6.5px);transform:translateY(6.5px)}.core-component-header .mobile-menu-toggle.active span+span{-webkit-transform:translateY(-6.5px);transform:translateY(-6.5px)}@media(min-width:75rem){.core-component-header .mobile-menu-toggle{display:none}}.core-component-header .mobile-menu-toggle span{display:block;width:100%;height:1px;background:#fff;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.core-component-header .mobile-menu-toggle span:nth-child(1){margin-bottom:12px;margin-bottom:.75rem}.core-component-header .mobile-menu{position:absolute;top:100%;left:100%;width:100%;height:calc(100vh - 100%);color:#fff;background:#101f3f;-webkit-transition:left 250ms;transition:left 250ms;overflow:hidden}@media(min-width:75rem){.core-component-header .mobile-menu{display:none}}.core-component-header .mobile-menu.active{left:0}.core-component-header .mobile-menu .wrapper{position:relative;z-index:2;display:grid;height:100%;grid-template-rows:1fr auto;gap:min(30px + 3.125 * ((100vw - 320px) / 100),80px);gap:min(1.875rem + 3.125 * ((100vw - 20rem) / 100),5rem);padding-top:min(20px + .625 * ((100vw - 320px) / 100),30px);padding-top:min(1.25rem + .625 * ((100vw - 20rem) / 100),1.875rem);overflow-y:auto}.core-component-header .mobile-menu .accordion .item{color:#fff}.core-component-header .mobile-menu .accordion .item:not(:last-child){border-bottom:1px solid rgba(118,160,249,.2)}.core-component-header .mobile-menu .accordion .item.active{color:#ae9b6a}.core-component-header .mobile-menu .accordion .item.active .item-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.core-component-header .mobile-menu .accordion .item.active .item-icon path{stroke:#ae9b6a!important}.core-component-header .mobile-menu .accordion .item-toggler-wrapper{display:grid;font-size:min(16px + .5 * ((100vw - 320px) / 100),24px);font-size:min(1rem + .5 * ((100vw - 20rem) / 100),1.5rem);font-weight:700;grid-template-columns:1fr auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(10px + .3125 * ((100vw - 320px) / 100),15px);gap:min(.625rem + .3125 * ((100vw - 20rem) / 100),.9375rem)}.core-component-header .mobile-menu .accordion .item-toggler-wrapper .link{display:block;padding:min(10px + .3125 * ((100vw - 320px) / 100),15px) 0;padding:min(.625rem + .3125 * ((100vw - 20rem) / 100),.9375rem) 0;font-family:stratos,sans-serif;text-transform:uppercase;font-size:24px;font-size:1.5rem;font-weight:900;text-decoration:none}.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon{width:16px;width:1rem;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.core-component-header .mobile-menu .accordion .item-toggler-wrapper .item-icon path{stroke:#fff!important}.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item{display:grid;font-size:16px;font-size:1rem;font-weight:900;grid-template-columns:1fr min(.625rem + .125 * ((100vw - 20rem) / 100),.75rem);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:stratum-1-web,sans-serif;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(10px + .3125 * ((100vw - 320px) / 100),15px);gap:min(.625rem + .3125 * ((100vw - 20rem) / 100),.9375rem)}.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item:first-child .link{padding-top:0}.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item .link{padding:min(11px + .125 * ((100vw - 320px) / 100),13px) 0 min(8px + .25 * ((100vw - 320px) / 100),12px);padding:min(.6875rem + .125 * ((100vw - 20rem) / 100),.8125rem) 0 min(.5rem + .25 * ((100vw - 20rem) / 100),.75rem);color:#fff;text-transform:uppercase;font-weight:700;text-decoration:none}.core-component-header .mobile-menu .accordion .item-content-wrapper .sub-menu-item:last-of-type{padding-bottom:20px;padding-bottom:1.25rem}.core-component-header .mobile-menu-footer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background-color:#101f3f;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:min(15px + .625 * ((100vw - 320px) / 100),25px);gap:min(.9375rem + .625 * ((100vw - 20rem) / 100),1.5625rem);text-align:center;padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem}.core-component-header .mobile-menu-footer::before{content:"";position:absolute;left:clamp(-40px,-20px + -1.25 * ((100vw - 320px) / 100),-20px);left:clamp(-2.5rem,-1.25rem + -1.25 * ((100vw - 20rem) / 100),-1.25rem);right:clamp(-40px,-20px + -1.25 * ((100vw - 320px) / 100),-20px);right:clamp(-2.5rem,-1.25rem + -1.25 * ((100vw - 20rem) / 100),-1.25rem);top:0;z-index:-1;height:100%;background-color:#101f3f;pointer-events:none}.core-component-header .mobile-menu-footer>.phone{font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:min(16px + .25 * ((100vw - 320px) / 100),20px);line-height:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);letter-spacing:.01em;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-transition:color 250ms;transition:color 250ms;margin:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;gap:1rem}.core-component-header .mobile-menu-footer>.phone .icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:min(36px + 1.75 * ((100vw - 320px) / 100),64px);width:min(2.25rem + 1.75 * ((100vw - 20rem) / 100),4rem);height:min(36px + 1.75 * ((100vw - 320px) / 100),64px);height:min(2.25rem + 1.75 * ((100vw - 20rem) / 100),4rem);color:#76a0f9;background:rgba(118,160,249,.1);border-radius:50%;-webkit-transition:color 250ms,background-color 250ms;transition:color 250ms,background-color 250ms;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.core-component-header .mobile-menu-footer>.phone .icon svg{width:min(10px + .25 * ((100vw - 320px) / 100),14px);width:min(.625rem + .25 * ((100vw - 20rem) / 100),.875rem)}.core-component-header .mobile-menu-footer>.phone:hover{color:#d23439}.core-component-header .mobile-menu-footer>.phone:hover .icon{color:#d23439;background:rgba(210,52,57,.1)}.core-component-header .mobile-menu-footer .social-links{margin:auto}.core-component-header .mobile-menu .links{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.core-component-header .cta-mobile{display:block}.core-component-header .bg-splash-pattern{position:relative;max-width:1200px;max-width:75rem;max-height:600px;max-height:37.5rem;position:absolute;top:-200px;top:-12.5rem;left:-280px;left:-17.5rem;mix-blend-mode:overlay}.core-component-header .bg-splash-pattern:after{content:"";display:inline-block;width:100%;padding-top:50%}.core-component-header .bg-splash-pattern img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-component-header .bg-logo{position:relative;max-width:153px;max-width:9.5625rem;max-height:226px;max-height:14.125rem;position:absolute;right:0;bottom:0;width:100%}.core-component-header .bg-logo:after{content:"";display:inline-block;width:100%;padding-top:147.7124183007%}.core-component-header .bg-logo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-component-header .bg-logo svg{width:226px;width:14.125rem;height:100%}.core-component-header .social-links .links .link{padding:0;width:15px;width:.9375rem;height:15px;height:.9375rem}.core-component-header .social-links .links .link svg{color:#d23439}

/* COMPONENT TABS TABLIST STYLES */
.core-component-tabs-tablist .tablist{width:100%}

/* COMPONENT BUTTON STYLES */
.core-component-button{position:relative;display:inline-block;overflow:hidden;min-width:min(140px + 5.3125 * ((100vw - 320px) / 100),225px);min-width:min(8.75rem + 5.3125 * ((100vw - 20rem) / 100),14.0625rem);font-family:stratum-1-web,sans-serif;font-size:min(14px + .375 * ((100vw - 320px) / 100),20px);font-size:min(.875rem + .375 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:100%;letter-spacing:.01em;text-transform:uppercase}.core-component-button .button-wrapper{padding:min(16px + .375 * ((100vw - 320px) / 100),22px) min(18px + 1.375 * ((100vw - 320px) / 100),40px) min(16px + .375 * ((100vw - 320px) / 100),22px) min(16px + .25 * ((100vw - 320px) / 100),20px);padding:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem) min(1.125rem + 1.375 * ((100vw - 20rem) / 100),2.5rem) min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem) min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:100%;position:relative;z-index:1;-webkit-transition:background-color .3s;transition:background-color .3s}.core-component-button .button-wrapper::before{content:"";position:absolute;right:0;display:block;width:min(8px + .4375 * ((100vw - 320px) / 100),15px);width:min(.5rem + .4375 * ((100vw - 20rem) / 100),.9375rem);height:min(8px + .4375 * ((100vw - 320px) / 100),15px);height:min(.5rem + .4375 * ((100vw - 20rem) / 100),.9375rem);top:0;border-style:solid;border-width:0 min(8px + .4375 * ((100vw - 320px) / 100),15px) min(8px + .4375 * ((100vw - 320px) / 100),15px) 0;border-width:0 min(.5rem + .4375 * ((100vw - 20rem) / 100),.9375rem) min(.5rem + .4375 * ((100vw - 20rem) / 100),.9375rem) 0;border-color:transparent #d23439 transparent transparent;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:background-color .3s;transition:background-color .3s}.core-component-button .button-wrapper span{-webkit-transition:.5s;transition:.5s}.core-component-button.style-red-alt{background-color:#d23439;width:100%;color:#fff;-webkit-transition:all .3s;transition:all .3s}@media(min-width:48.1rem){.core-component-button.style-red-alt{width:auto}}.core-component-button.style-red-alt .button-cuttout{color:#fff;width:min(8px + .5 * ((100vw - 320px) / 100),16px);width:min(.5rem + .5 * ((100vw - 20rem) / 100),1rem);height:min(8px + .5 * ((100vw - 320px) / 100),16px);height:min(.5rem + .5 * ((100vw - 20rem) / 100),1rem);top:4px;right:4px}.core-component-button.style-red-alt .button-wrapper{padding:min(16px + 1.5 * ((100vw - 320px) / 100),40px);padding:min(1rem + 1.5 * ((100vw - 20rem) / 100),2.5rem);text-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.core-component-button.style-red-alt .button-wrapper::before{right:4px;top:4px;border-color:transparent #fff transparent transparent}.core-component-button.style-red-alt .button-text{width:100%}@media(min-width:48.1rem){.core-component-button.style-red-alt .button-text{width:auto}}.core-component-button.style-red-alt:active,.core-component-button.style-red-alt:hover{background-color:#882326}.core-component-button.style-red{-webkit-transition:background-color .3s;transition:background-color .3s}.core-component-button.style-red .button-wrapper{text-align:center}.core-component-button.style-red .button-wrapper::after{content:"";position:absolute;z-index:-1;width:100%;height:100%;left:0;background-color:#d23439;-webkit-clip-path:polygon(0 0,min(100% - clamp(1.5rem,1.5rem + 0 * ((100vw - 20rem) / 100),1.5rem)) 0,100% min(1px + clamp(1.5rem,1.5rem + 0 * ((100vw - 20rem) / 100),1.5rem)),100% 100%,0 100%);clip-path:polygon(0 0,min(100% - clamp(1.5rem,1.5rem + 0 * ((100vw - 20rem) / 100),1.5rem)) 0,100% min(1px + clamp(1.5rem,1.5rem + 0 * ((100vw - 20rem) / 100),1.5rem)),100% 100%,0 100%);-webkit-transition:all .3s;transition:all .3s}.core-component-button.style-red .button-wrapper span{color:#fff}.core-component-button.style-red:active .button-wrapper,.core-component-button.style-red:hover .button-wrapper{color:#882326}.core-component-button.style-red:active .button-wrapper::before,.core-component-button.style-red:hover .button-wrapper::before{border-color:transparent #882326 transparent transparent}.core-component-button.style-red:active .button-wrapper::after,.core-component-button.style-red:hover .button-wrapper::after{background-color:#882326}.core-component-button.style-transparent-alt{width:100%;color:#fff;-webkit-transition:all .3s;transition:all .3s}@media(min-width:48.1rem){.core-component-button.style-transparent-alt{width:auto}}.core-component-button.style-transparent-alt .button-cuttout{display:none}.core-component-button.style-transparent-alt .button-wrapper{padding:min(16px + 1.5 * ((100vw - 320px) / 100),40px);padding:min(1rem + 1.5 * ((100vw - 20rem) / 100),2.5rem);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.core-component-button.style-transparent-alt .button-wrapper::before{display:none}.core-component-button.style-transparent-alt .button-text{width:100%}@media(min-width:48.1rem){.core-component-button.style-transparent-alt .button-text{width:auto}}.core-component-button.style-transparent-alt:hover{background-color:#fff}.core-component-button.style-transparent-alt:hover .button-text{color:#d23439}.core-component-button.style-transparent{padding-top:0;padding-left:0;padding-bottom:0;width:100%}@media(min-width:48.1rem){.core-component-button.style-transparent{width:auto}}.core-component-button.style-transparent .button-cuttout{color:#d23439;width:min(8px + .5 * ((100vw - 320px) / 100),16px);width:min(.5rem + .5 * ((100vw - 20rem) / 100),1rem);height:min(8px + .5 * ((100vw - 320px) / 100),16px);height:min(.5rem + .5 * ((100vw - 20rem) / 100),1rem)}.core-component-button.style-transparent .button-wrapper{padding-top:0;padding-left:0;padding-bottom:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.core-component-button.style-transparent .button-caption{color:#d23439;display:block;margin-top:min(2px + .1875 * ((100vw - 320px) / 100),5px);margin-top:min(.125rem + .1875 * ((100vw - 20rem) / 100),5px)}.core-component-button.style-transparent .button-text{width:100%}@media(min-width:48.1rem){.core-component-button.style-transparent .button-text{width:auto}}.core-component-button.style-transparent:active .button-cuttout,.core-component-button.style-transparent:hover .button-cuttout{color:#d23439}

/* COMPONENT FOOTER STYLES */
.core-component-footer{background:#101f3f;padding-top:min(55px + 9.6875 * ((100vw - 320px) / 100),210px);padding-top:min(3.4375rem + 9.6875 * ((100vw - 20rem) / 100),13.125rem);position:relative;width:100vw;overflow:hidden;z-index:1;-webkit-clip-path:polygon(0 min(0% + min(1.25rem + 4.5 * ((100vw - 20rem) / 100),5.75rem)),min(100% - min(9.5rem + 31.4375 * ((100vw - 20rem) / 100),40.9375rem)) min(0% + min(1.25rem + 4.5 * ((100vw - 20rem) / 100),5.75rem)),min(100% - min(8.125rem + 26.5625 * ((100vw - 20rem) / 100),34.6875rem)) 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 min(0% + min(1.25rem + 4.5 * ((100vw - 20rem) / 100),5.75rem)),min(100% - min(9.5rem + 31.4375 * ((100vw - 20rem) / 100),40.9375rem)) min(0% + min(1.25rem + 4.5 * ((100vw - 20rem) / 100),5.75rem)),min(100% - min(8.125rem + 26.5625 * ((100vw - 20rem) / 100),34.6875rem)) 0,100% 0,100% 100%,0 100%)}.core-component-footer .form{overflow:hidden}.core-component-footer .form .wrapper{padding:0 min(12px + .8125 * ((100vw - 320px) / 28),25px);padding:0 min(.75rem + .8125 * ((100vw - 20rem) / 28),1.5625rem)}.core-component-footer .form .headline{color:#fff;font-family:stratum-1-web,sans-serif;font-size:min(28px + .75 * ((100vw - 320px) / 100),40px);font-size:min(1.75rem + .75 * ((100vw - 20rem) / 100),2.5rem);font-weight:900;line-height:100%;letter-spacing:.01em;text-transform:uppercase;padding:0 10px;padding:0 .625rem}.core-component-footer .form .headline span{color:#ae9b6a}@media(min-width:48.1rem){.core-component-footer .form .headline{padding:0}}.core-component-footer .form .content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:30px;gap:1.875rem;margin-top:min(30px + 1.25 * ((100vw - 320px) / 100),50px);margin-top:min(1.875rem + 1.25 * ((100vw - 20rem) / 100),3.125rem)}@media(min-width:64.1rem){.core-component-footer .form .content-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:0}}.core-component-footer .form .form-wrapper{position:relative;z-index:1;color:#fff}@media(min-width:64.1rem){.core-component-footer .form .form-wrapper{width:65%}}.core-component-footer .form .form-wrapper .dynamicform{margin:0!important}.core-component-footer .form .form-wrapper .form-decoration{position:absolute;top:-15%;right:-5%;width:min(276px + 17 * ((100vw - 320px) / 100),548px);width:min(17.25rem + 17 * ((100vw - 20rem) / 100),34.25rem);z-index:-1;opacity:.5;-webkit-transform:translate(25%,-25%);transform:translate(25%,-25%);mix-blend-mode:overlay}@media(min-width:64.1rem){.core-component-footer .form .form-wrapper .form-decoration{top:5%;right:-5%}}.core-component-footer .form .side-menu{padding-top:min(20px + .3125 * ((100vw - 320px) / 100),25px);padding-top:min(1.25rem + .3125 * ((100vw - 20rem) / 100),1.5625rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:min(10px + .375 * ((100vw - 320px) / 100),16px);gap:min(.625rem + .375 * ((100vw - 20rem) / 100),1rem)}@media(min-width:64.1rem){.core-component-footer .form .side-menu{width:35%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.core-component-footer .form .side-menu .side-menu-item a{font-size:min(20px + .75 * ((100vw - 320px) / 100),32px);font-size:min(1.25rem + .75 * ((100vw - 20rem) / 100),2rem);font-family:stratum-1-web,sans-serif;font-weight:500;color:#fff;-webkit-transition:color 250ms;transition:color 250ms;line-height:120%;letter-spacing:.01em;text-decoration:none}.core-component-footer .form .side-menu .side-menu-item a:hover{color:#d23439}.core-component-footer .form .deco{position:absolute;z-index:-1;pointer-events:none}@media(max-width:64rem){.core-component-footer .form .deco{display:none}}.core-component-footer .form .deco.deco-1{top:calc(50% + 120px);right:min(20px + 6.25 * ((100vw - 320px) / 100),120px);right:min(1.25rem + 6.25 * ((100vw - 20rem) / 100),7.5rem)}.core-component-footer .form .deco.deco-2{top:50%;right:0;-webkit-transform:translateY(-45%);transform:translateY(-45%);mix-blend-mode:overlay}.core-component-footer .top-area .wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:20px;gap:1.25rem;padding:0 min(12px + .8125 * ((100vw - 320px) / 28),25px);padding:0 min(.75rem + .8125 * ((100vw - 20rem) / 28),1.5625rem)}.core-component-footer .top-area .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%}@media(min-width:37.6rem){.core-component-footer .top-area .container{width:70%}}.core-component-footer .top-area .container .contact-info{padding-bottom:10px;padding-bottom:.625rem;padding-right:25px;padding-right:1.5625rem}@media(min-width:48rem){.core-component-footer .top-area .container .contact-info{padding-right:0}}.core-component-footer .top-area .container .contact-info a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;gap:1rem;-webkit-transition:color 250ms;transition:color 250ms;color:#fff;text-decoration:none;font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:min(16px + .25 * ((100vw - 320px) / 100),20px);line-height:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);letter-spacing:.01em;text-transform:uppercase}.core-component-footer .top-area .container .contact-info a:not(:last-child){margin-bottom:20px;margin-bottom:1.25rem}.core-component-footer .top-area .container .contact-info a .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color 250ms,background-color 250ms;transition:color 250ms,background-color 250ms;border-radius:50%;background:rgba(118,160,249,.1);width:min(36px + 1.75 * ((100vw - 320px) / 100),64px);width:min(2.25rem + 1.75 * ((100vw - 20rem) / 100),4rem);height:min(36px + 1.75 * ((100vw - 320px) / 100),64px);height:min(2.25rem + 1.75 * ((100vw - 20rem) / 100),4rem);color:#76a0f9}.core-component-footer .top-area .container .contact-info a .icon svg{width:min(10px + .25 * ((100vw - 320px) / 100),14px);width:min(.625rem + .25 * ((100vw - 20rem) / 100),.875rem)}.core-component-footer .top-area .container .contact-info a:hover{color:#d23439}.core-component-footer .top-area .container .contact-info a:hover .icon{background:rgba(210,52,57,.1);color:#d23439}.core-component-footer .top-area .container hr{border-color:#101f3f;width:100%}.core-component-footer .top-area .container .copyright{padding-top:10px;padding-top:.625rem}.core-component-footer .top-area .container .copyright .copyright-text{color:#fff;font-size:min(12px + .25 * ((100vw - 320px) / 100),16px);font-size:min(.75rem + .25 * ((100vw - 20rem) / 100),1rem);font-weight:400;line-height:140%;margin-bottom:14px;margin-bottom:.875rem}@media(max-width:64rem){.core-component-footer .top-area .container .copyright .copyright-text{margin-bottom:.875rem}}.core-component-footer .top-area .container .copyright .copyright-text a{-webkit-transition:color 250ms;transition:color 250ms;color:currentcolor;text-decoration:none}.core-component-footer .top-area .container .copyright .copyright-text a:hover{color:#d23439}.core-component-footer .top-area .container .copyright .social-links{display:none}.core-component-footer .top-area .to-top{position:absolute;top:90px;top:5.625rem;right:12px;right:.75rem;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition:color 250ms;transition:color 250ms;color:#fff;white-space:nowrap}.core-component-footer .top-area .to-top:hover{color:#d23439}.core-component-footer .top-area .to-top .to-top-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.core-component-footer .top-area .to-top .to-top-arrow::after,.core-component-footer .top-area .to-top .to-top-arrow::before{display:block;background:currentcolor;content:""}.core-component-footer .top-area .to-top .to-top-arrow::before{-webkit-clip-path:polygon(100% 0,100% 100%,0 100%);clip-path:polygon(100% 0,100% 100%,0 100%);width:6px;height:6px}.core-component-footer .top-area .to-top .to-top-arrow::after{width:70%;height:1px}.core-component-footer .top-area .to-top .to-top-text{display:block;padding-left:clamp(60px,60px + 0 * ((100vw - 320px) / 100),60px);padding-left:clamp(3.75rem,3.75rem + 0 * ((100vw - 20rem) / 100),3.75rem);font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:min(16px + .25 * ((100vw - 320px) / 100),20px);line-height:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);letter-spacing:.01em;text-transform:uppercase}@media(min-width:48.1rem){.core-component-footer .top-area{padding:0}.core-component-footer .top-area .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;gap:min(1.25rem + .625 * ((100vw - 20rem) / 100),1.875rem);width:min(15rem + 54.625 * ((100vw - 20rem) / 100),69.625rem)}.core-component-footer .top-area .container .contact-info{padding-top:0}.core-component-footer .top-area .container .copyright{padding-top:0}.core-component-footer .top-area .to-top{position:relative;top:auto}}@media(min-width:64.1rem){.core-component-footer .top-area .container .contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.core-component-footer .top-area .container .copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.core-component-footer .top-area .container .copyright .copyright-text{margin-bottom:0}.core-component-footer .top-area .container .copyright .social-links{display:block}}.core-component-footer .bottom-area{margin-top:min(20px + .625 * ((100vw - 320px) / 100),30px);margin-top:min(1.25rem + .625 * ((100vw - 20rem) / 100),1.875rem)}.core-component-footer .bottom-area .wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding:0 min(12px + .8125 * ((100vw - 320px) / 28),25px);padding:0 min(.75rem + .8125 * ((100vw - 20rem) / 28),1.5625rem)}.core-component-footer .bottom-area .logo-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.core-component-footer .bottom-area .logo-social .social-links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.core-component-footer .bottom-area .logo-social .social-links .link{max-width:20px;max-width:1.25rem;height:20px;height:1.25rem;padding:0}@media(min-width:48rem){.core-component-footer .bottom-area .logo-social .social-links .link{max-width:auto;height:100%}}.core-component-footer .bottom-area .logo{height:56px;height:3.5rem;width:180px;width:11.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1;padding:8px min(75px + 3.4375 * ((100vw - 320px) / 100),130px) 8px 0;padding:.5rem min(4.6875rem + 3.4375 * ((100vw - 20rem) / 100),8.125rem) .5rem 0}@media(min-width:37.6rem){.core-component-footer .bottom-area .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.core-component-footer .bottom-area .logo::before{position:absolute;top:0;right:0;left:-1000vw;z-index:-1;-webkit-clip-path:polygon(0 0,min(100% - min(3.75rem + 2.5 * ((100vw - 20rem) / 100),6.25rem)) 0,100% 100%,0 100%);clip-path:polygon(0 0,min(100% - min(3.75rem + 2.5 * ((100vw - 20rem) / 100),6.25rem)) 0,100% 100%,0 100%);background:#fff;height:100%;content:""}.core-component-footer .bottom-area .logo figure{margin:0}.core-component-footer .bottom-area .logo img{width:auto;height:32px;height:2rem}.core-component-footer .bottom-area .ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px;margin-bottom:1.25rem}@media(min-width:37.6rem){.core-component-footer .bottom-area .ctas{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:1.25rem}}.core-component-footer .bottom-area .ctas .cta.cta--1{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}@media(min-width:37.6rem){.core-component-footer .bottom-area .ctas .cta.cta--1{width:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.core-component-footer .bottom-area .ctas .cta.cta--2{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}@media(min-width:37.6rem){.core-component-footer .bottom-area .ctas .cta.cta--2{width:auto;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(min-width:48.1rem){.core-component-footer .bottom-area{height:6.25rem;padding:0}.core-component-footer .bottom-area .wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.core-component-footer .bottom-area .logo-social .social-links{display:none}.core-component-footer .bottom-area .logo{width:auto;height:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.core-component-footer .bottom-area .logo img{height:4.1875rem}.core-component-footer .bottom-area .ctas{width:auto;padding-bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.core-component-footer .bottom-area .ctas .cta{width:auto;height:100%}.core-component-footer .bottom-area .ctas .cta.cta--1{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.core-component-footer .social-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(14px + .625 * ((100vw - 320px) / 100),24px);gap:min(.875rem + .625 * ((100vw - 20rem) / 100),1.5rem)}.core-component-footer .social-links ul a{-webkit-transition:color 250ms;transition:color 250ms;color:#d23439}.core-component-footer .social-links ul a:hover{color:#fff}.core-component-footer .social-links ul a svg{width:20px;width:1.25rem;height:20px;height:1.25rem}

/* COMPONENT TAB PANELS STYLES */
.core-component-tabs-panels .panel{grid-column:1;grid-row:1;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:250ms;transition-duration:250ms;pointer-events:all;visibility:visible}.core-component-tabs-panels .panel:not(.active){height:0;opacity:0;visibility:hidden;pointer-events:none}.core-component-tabs-panels{display:grid;grid-template-columns:100%;width:100%;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;overflow:hidden;-webkit-transition:height .5s;transition:height .5s}

/* COMPONENT CARD POST STYLES */
.core-component-card-post .image-wrapper .image .img{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-component-card-post .image-wrapper .image .img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.core-component-card-post .image-wrapper{position:relative;margin-bottom:min(20px + 1.5625 * ((100vw - 320px) / 100),45px);margin-bottom:min(1.25rem + 1.5625 * ((100vw - 20rem) / 100),2.8125rem);overflow:hidden}.core-component-card-post .image-wrapper .image{position:relative;max-width:1024px;max-width:64rem;max-height:620px;max-height:38.75rem;background:#101f3f;overflow:hidden;-webkit-transition:opacity 250ms;transition:opacity 250ms;-webkit-clip-path:polygon(0 0,100% 0,100% min(100% - min(2.3125rem + 3.625 * ((100vw - 20rem) / 100),5.9375rem)),min(100% - min(2.3125rem + 3.625 * ((100vw - 20rem) / 100),5.9375rem)) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% min(100% - min(2.3125rem + 3.625 * ((100vw - 20rem) / 100),5.9375rem)),min(100% - min(2.3125rem + 3.625 * ((100vw - 20rem) / 100),5.9375rem)) 100%,0 100%)}.core-component-card-post .image-wrapper .image:after{content:"";display:inline-block;width:100%;padding-top:60.546875%}.core-component-card-post .image-wrapper .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-component-card-post .image-wrapper .image:hover{opacity:.8}@media(min-width:64rem){.core-component-card-post .image-wrapper .image{position:relative;max-width:48.25rem;max-height:29.6875rem}.core-component-card-post .image-wrapper .image:after{content:"";display:inline-block;width:100%;padding-top:61.5284974093%}.core-component-card-post .image-wrapper .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.core-component-card-post .content .heading-3{margin-bottom:min(15px + .9375 * ((100vw - 320px) / 100),30px);margin-bottom:min(.9375rem + .9375 * ((100vw - 20rem) / 100),1.875rem);font-weight:700}.core-component-card-post .content .heading-3 .link{color:#101f3f;-webkit-transition:color 250ms;transition:color 250ms}.core-component-card-post .content .heading-3:hover .link{color:#101f3f}.core-component-card-post .content .excerpt{font-weight:400;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);line-height:140%}.core-component-card-post .content .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(20px + 1.25 * ((100vw - 320px) / 100),40px);gap:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem);margin-top:min(15px + 1.5625 * ((100vw - 320px) / 100),40px);margin-top:min(.9375rem + 1.5625 * ((100vw - 20rem) / 100),2.5rem)}.core-component-card-post .content .bottom .infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;gap:1.25rem;color:#0d1a36;font-family:stratum-1-web,sans-serif;font-size:min(12px + .5 * ((100vw - 320px) / 100),20px);font-size:min(.75rem + .5 * ((100vw - 20rem) / 100),1.25rem);font-weight:900;text-transform:uppercase}.core-component-card-post .content .bottom .infos .term{position:relative;padding-right:20px;padding-right:1.25rem}.core-component-card-post .content .bottom .infos .term::after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:#101f3f}@media(min-width:64rem){.core-component-card-post .content .bottom .button{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}

/* COMPONENT MODAL STYLES */
.core-component-modal,.core-component-modal::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-component-modal{position:fixed;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:all 250ms;transition:all 250ms}.core-component-modal::before{content:"";opacity:.9;background:#101f3f}.core-component-modal .modal-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:min(10px + .3125 * ((100vw - 320px) / 100),15px);font-size:min(.625rem + .3125 * ((100vw - 20rem) / 100),.9375rem)}.core-component-modal .full-video{width:calc(100% - 6.25rem)}.core-component-modal .modal-wrapper{position:relative;top:-100vh;width:auto;max-height:100%;background:#fff;-webkit-transition:all 250ms;transition:all 250ms}.core-component-modal .modal-wrapper::-webkit-scrollbar{width:6px;height:6px}.core-component-modal .modal-wrapper::-webkit-scrollbar-track{background-color:#fff}.core-component-modal .modal-wrapper::-webkit-scrollbar-thumb{background-color:#ae9b6a}.core-component-modal .modal-wrapper>.modal-close{position:absolute;top:min(10px + 1.875 * ((100vw - 320px) / 100),40px);top:min(.625rem + 1.875 * ((100vw - 20rem) / 100),2.5rem);right:min(10px + 1.875 * ((100vw - 320px) / 100),40px);right:min(.625rem + 1.875 * ((100vw - 20rem) / 100),2.5rem);z-index:2}.core-component-modal.active{opacity:1;pointer-events:all}.core-component-modal.active .modal-wrapper{top:0}.core-component-modal.full .modal-wrapper{height:100%;max-width:1920px;max-width:120rem}.core-component-modal:not(.full){padding:min(20px + .625 * ((100vw - 320px) / 100),30px) 0;padding:min(1.25rem + .625 * ((100vw - 20rem) / 100),1.875rem) 0}.core-component-modal:not(.full) .modal-wrapper{max-width:1480px;max-width:92.5rem}.core-component-modal:not(.no-padding) .modal-wrapper{padding:min(20px + 1.875 * ((100vw - 320px) / 100),50px) min(10px + 6.875 * ((100vw - 320px) / 100),120px);padding:min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem) min(.625rem + 6.875 * ((100vw - 20rem) / 100),7.5rem);padding-top:60px;padding-top:3.75rem}

/* COMPONENT SOCIAL MEDIA STYLES */
.core-section-library-wrapper .core-section-social-media{position:relative}.core-section-library-wrapper .core-section-social-media .headline{font-family:stratos,sans-serif;font-size:min(25px + .6875 * ((100vw - 320px) / 100),36px);font-size:min(1.5625rem + .6875 * ((100vw - 20rem) / 100),2.25rem);font-style:normal;font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-social-media .headline{width:50%}}.core-section-library-wrapper .core-section-social-media .social-feed .sbi_header_text{color:#101f3f}.core-section-library-wrapper .core-section-social-media .deco{z-index:-1;margin:clamp(-100px,-40px + -3.75 * ((100vw - 320px) / 100),-40px) clamp(-200px,-40px + -10 * ((100vw - 320px) / 100),-40px) clamp(-60px,-40px + -1.25 * ((100vw - 320px) / 100),-40px);margin:clamp(-6.25rem,-2.5rem + -3.75 * ((100vw - 20rem) / 100),-2.5rem) clamp(-12.5rem,-2.5rem + -10 * ((100vw - 20rem) / 100),-2.5rem) clamp(-3.75rem,-2.5rem + -1.25 * ((100vw - 20rem) / 100),-2.5rem);opacity:.2;text-align:center;color:#ae9b6a;position:relative;font-family:stratum-1-web,sans-serif;font-size:min(52px + 16.75 * ((100vw - 320px) / 100),320px);font-size:min(3.25rem + 16.75 * ((100vw - 20rem) / 100),20rem);font-style:normal;letter-spacing:-2px;font-weight:700;line-height:80%;text-transform:uppercase;font-size:min(120px + 11.25 * ((100vw - 320px) / 100),300px);font-size:min(7.5rem + 11.25 * ((100vw - 20rem) / 100),18.75rem)}.core-section-library-wrapper .core-section-social-media .gallery{display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:min(20px + 1.25 * ((100vw - 320px) / 100),40px);gap:min(1.25rem + 1.25 * ((100vw - 20rem) / 100),2.5rem)}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-social-media .gallery{grid-template-columns:repeat(5,1fr)}}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item{position:relative}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(even){top:50px;top:3.125rem}@media(max-width:64rem){.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(4),.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(5){display:none}}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item figure{aspect-ratio:1/1}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(3) figure{display:block;width:45%}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-social-media .gallery .gallery-item:nth-child(3) figure{width:100%}}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item figure picture,.core-section-library-wrapper .core-section-social-media .gallery .gallery-item figure picture img{display:block;width:100%;height:100%}.core-section-library-wrapper .core-section-social-media .gallery .gallery-item figure picture img{-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-social-media .social-links-wrapper{margin-top:min(40px + 1.875 * ((100vw - 320px) / 100),70px);margin-top:min(2.5rem + 1.875 * ((100vw - 20rem) / 100),4.375rem);text-align:center}.core-section-library-wrapper .core-section-social-media .social-links-wrapper .social-links-title{font-family:stratum-1-web,sans-serif;font-size:min(14px + .375 * ((100vw - 320px) / 100),20px);font-size:min(.875rem + .375 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:100%;letter-spacing:.01em;text-transform:uppercase;margin-bottom:30px;margin-bottom:1.875rem}.core-section-library-wrapper .core-section-social-media .social-links-wrapper .social-links .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:min(20px + .25 * ((100vw - 320px) / 100),24px);gap:min(1.25rem + .25 * ((100vw - 20rem) / 100),1.5rem)}.core-section-library-wrapper .core-section-social-media .social-links-wrapper .social-links .links .link{color:#d23439}.core-section-library-wrapper .core-section-social-media .social-links-wrapper .social-links .links svg{width:min(20px + .25 * ((100vw - 320px) / 100),24px);width:min(1.25rem + .25 * ((100vw - 20rem) / 100),1.5rem)}

/* COMPONENT POST LISTING RESOURCE SLIDER STYLES */
.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .image-wrapper figure img{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-section-library-wrapper .core-section-post-listing-resource-slider{padding-top:30px;padding-top:1.875rem}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.blog{height:100%;z-index:1;mix-blend-mode:normal}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.blog svg{height:100%}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.veteran{mix-blend-mode:normal;bottom:0;right:10%;width:40%}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.veteran img{position:relative;max-width:434px;max-width:27.125rem;max-height:368px;max-height:23rem}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.veteran img:after{content:"";display:inline-block;width:100%;padding-top:84.7926267281%}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.veteran img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.chevron-right{color:#101f3f;z-index:2;top:20%;left:31%;mix-blend-mode:normal}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.chevron-right svg{width:75px;width:4.6875rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.chevron-right svg{width:min(2.5rem + 3.75 * ((100vw - 20rem) / 100),6.25rem);height:min(.625rem + .9375 * ((100vw - 20rem) / 100),1.5625rem)}}.core-section-library-wrapper .core-section-post-listing-resource-slider .decoration.dots{color:#76a0f9;bottom:-15%;left:-15%;mix-blend-mode:normal;width:50%;z-index:1}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist{border-bottom:1px solid #cdcdcd;padding-bottom:min(0.001px + 3.1249375 * ((100vw - 1024px) / 56),50px);padding-bottom:min(.0000625rem + 3.1249375 * ((100vw - 64rem) / 56),3.125rem);margin:0 min(0.001px + 8.1249375 * ((100vw - 320px) / 100),130px) min(40px + 3.4375 * ((100vw - 320px) / 100),95px) min(0.001px + 8.1249375 * ((100vw - 320px) / 100),130px);margin:0 min(.0000625rem + 8.1249375 * ((100vw - 20rem) / 100),8.125rem) min(2.5rem + 3.4375 * ((100vw - 20rem) / 100),5.9375rem) min(.0000625rem + 8.1249375 * ((100vw - 20rem) / 100),8.125rem);display:-webkit-box;display:-ms-flexbox;display:flex;text-align:right}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .post-listing-navigation{-ms-flex-item-align:center;align-self:center;width:30%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:27px;gap:1.6875rem;display:none}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .post-listing-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .post-listing-navigation .chevron{width:auto;-ms-flex-item-align:center;align-self:center;color:#101f3f;-webkit-transform:color .5s;transform:color .5s}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .post-listing-navigation .chevron:hover{color:#d23439}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .post-listing-navigation .chevron.next{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist{width:100%;text-align:center;margin:0 12px;margin:0 .75rem}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist{text-align:right;white-space:normal;overflow:hidden;width:70%}}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab{margin-bottom:clamp(.001px,10px + -.6249375 * ((100vw - 320px) / 100),10px);margin-bottom:clamp(.001px,.625rem + -.6249375 * ((100vw - 20rem) / 100),.625rem)}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab>span{font-family:stratum-1-web,sans-serif;font-size:min(20px + 2.375 * ((100vw - 320px) / 100),58px);font-size:min(1.25rem + 2.375 * ((100vw - 20rem) / 100),3.625rem);font-style:normal;font-weight:900;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;color:#d23439;-webkit-transition:250ms;transition:250ms}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab>span span{position:relative;padding-bottom:min(7px + .8125 * ((100vw - 320px) / 100),20px);padding-bottom:min(.4375rem + .8125 * ((100vw - 20rem) / 100),1.25rem);display:inline-block}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab>span span::after{position:absolute;opacity:0;bottom:0;content:"";background-color:#101f3f;display:block;width:100%;height:min(3px + .125 * ((100vw - 320px) / 100),5px);height:min(.1875rem + .125 * ((100vw - 20rem) / 100),5px);-webkit-transition:250ms;transition:250ms;margin-top:20px;margin-top:1.25rem}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab>span span{padding-bottom:0}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab>span span::after{content:none}}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab.active>span{color:#101f3f;display:block}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab.active>span span::after{opacity:1}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-tablist .tablist .tab:not(:last-child)>span::after{content:"";width:min(7px + .1875 * ((100vw - 320px) / 100),10px);width:min(.4375rem + .1875 * ((100vw - 20rem) / 100),.625rem);height:min(7px + .1875 * ((100vw - 320px) / 100),10px);height:min(.4375rem + .1875 * ((100vw - 20rem) / 100),.625rem);border-radius:50px;display:inline-block;background-color:#d23439;margin:0 min(5px + .9375 * ((100vw - 320px) / 100),20px) 0 min(5px + .625 * ((100vw - 320px) / 100),15px);margin:0 min(.3125rem + .9375 * ((100vw - 20rem) / 100),1.25rem) 0 min(.3125rem + .625 * ((100vw - 20rem) / 100),.9375rem);top:clamp(-14px,-2px + -.75 * ((100vw - 320px) / 100),-2px);top:clamp(-.875rem,-.125rem + -.75 * ((100vw - 20rem) / 100),-2px);position:relative}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content{position:relative;overflow:visible;left:0;width:80%;margin-left:12px;margin-left:.75rem}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content{left:38.6%;width:54.6%}}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider{overflow:visible;margin:0 -12px;margin:0 -.75rem}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider:not(.swiper-initialized) *{-webkit-transition:none!important;transition:none!important}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .swiper-wrapper{height:auto!important}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide{padding:0 12px;padding:0 .75rem}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content{width:100%;margin:auto 0 auto auto;-webkit-transition:.5s;transition:.5s}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content{width:69.5%}}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .image-wrapper{position:relative;overflow:hidden;-webkit-transition:.5s;transition:.5s}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .image-wrapper figure{height:min(160px + 18.75 * ((100vw - 320px) / 100),460px);height:min(10rem + 18.75 * ((100vw - 20rem) / 100),28.75rem);-webkit-transition:.5s;transition:.5s;position:relative;z-index:0}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .image-wrapper figure span{font-family:stratum-1-web,sans-serif;font-size:min(20px + 2.375 * ((100vw - 320px) / 100),58px);font-size:min(1.25rem + 2.375 * ((100vw - 20rem) / 100),3.625rem);font-style:normal;font-weight:900;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;-webkit-transform:rotate(90deg) translate(-50%,-50%);transform:rotate(90deg) translate(-50%,-50%);-webkit-transform-origin:top left;transform-origin:top left;position:absolute;z-index:2;top:50%;left:130px;left:8.125rem}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .image-wrapper figure img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .title-wrapper{padding:min(40px + 3.4375 * ((100vw - 320px) / 100),95px) min(0.001px + 7.7499375 * ((100vw - 1024px) / 56),124px);padding:min(2.5rem + 3.4375 * ((100vw - 20rem) / 100),5.9375rem) min(.0000625rem + 7.7499375 * ((100vw - 64rem) / 56),7.75rem);-webkit-transition:.5s;transition:.5s}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .title-wrapper .button{width:100%;font-family:stratum-1-web,sans-serif;font-size:min(20px + .5 * ((100vw - 320px) / 100),28px);font-size:min(1.25rem + .5 * ((100vw - 20rem) / 100),1.75rem);font-style:normal;font-weight:500;line-height:1;letter-spacing:-.02em}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide .slide-content .title-wrapper .button .button-text{width:100%}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide.swiper-slide-next .slide-content{margin:auto auto auto 0}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide.swiper-slide-active .slide-content{width:100%;margin:auto auto auto 0}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide.swiper-slide-active .slide-content .image-wrapper{position:relative;overflow:hidden}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide.swiper-slide-active .slide-content .image-wrapper .thumb{height:min(10rem + 29.0625 * ((100vw - 20rem) / 100),39.0625rem)}.core-section-library-wrapper .core-section-post-listing-resource-slider .content .tabs-panels .resource-content .slider .slide.swiper-slide-active .slide-content .image-wrapper figure{height:min(10rem + 29.0625 * ((100vw - 20rem) / 100),39.0625rem)}}

/* COMPONENT TESTIMONIALS STYLES */
.core-section-library-wrapper .core-section-testimonials{position:relative;padding:min(35px + 8.4375 * ((100vw - 320px) / 100),170px) min(12px + 7.375 * ((100vw - 320px) / 100),130px) min(35px + 8.4375 * ((100vw - 320px) / 100),170px) min(12px + 7.375 * ((100vw - 320px) / 100),130px);padding:min(2.1875rem + 8.4375 * ((100vw - 20rem) / 100),10.625rem) min(.75rem + 7.375 * ((100vw - 20rem) / 100),8.125rem) min(2.1875rem + 8.4375 * ((100vw - 20rem) / 100),10.625rem) min(.75rem + 7.375 * ((100vw - 20rem) / 100),8.125rem)}.core-section-library-wrapper .core-section-testimonials .decoration.box-noise{top:0;left:0;z-index:0}.core-section-library-wrapper .core-section-testimonials .decoration.box-noise img{width:100%;height:100%}.core-section-library-wrapper .core-section-testimonials .decoration.grid{bottom:clamp(-100px,-60px + -2.5 * ((100vw - 1200px) / 45),-60px);bottom:clamp(-6.25rem,-3.75rem + -2.5 * ((100vw - 75rem) / 45),-3.75rem);right:clamp(-100px,-60px + -2.5 * ((100vw - 1200px) / 45),-60px);right:clamp(-6.25rem,-3.75rem + -2.5 * ((100vw - 75rem) / 45),-3.75rem);color:#d0d6e1;z-index:0;display:none}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .decoration.grid{display:block}}.core-section-library-wrapper .core-section-testimonials .decoration.grid svg{mix-blend-mode:overlay;width:min(125px + 6.875 * ((100vw - 320px) / 100),235px);width:min(7.8125rem + 6.875 * ((100vw - 20rem) / 100),14.6875rem);height:min(146px + 8 * ((100vw - 320px) / 100),274px);height:min(9.125rem + 8 * ((100vw - 20rem) / 100),17.125rem)}.core-section-library-wrapper .core-section-testimonials .decoration.background-noise{top:clamp(-170px,-120px + -3.125 * ((100vw - 320px) / 100),-120px);top:clamp(-10.625rem,-7.5rem + -3.125 * ((100vw - 20rem) / 100),-7.5rem);right:0;z-index:0}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .decoration.background-noise{left:clamp(1.875rem,2.6875rem + -.8125 * ((100vw - 20rem) / 100),2.6875rem);right:auto}}.core-section-library-wrapper .core-section-testimonials .decoration.background-noise img{width:min(270px + 62.5 * ((100vw - 320px) / 100),1270px);width:min(16.875rem + 62.5 * ((100vw - 20rem) / 100),79.375rem);height:min(310px + 47.8125 * ((100vw - 320px) / 100),1075px);height:min(19.375rem + 47.8125 * ((100vw - 20rem) / 100),67.1875rem)}.core-section-library-wrapper .core-section-testimonials .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.core-section-library-wrapper .core-section-testimonials .wrapper .title{width:100%;margin-bottom:min(35px + 4.0625 * ((100vw - 320px) / 100),100px);margin-bottom:min(2.1875rem + 4.0625 * ((100vw - 20rem) / 100),6.25rem);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center;font-family:stratum-1-web,sans-serif;font-size:min(48px + 4.5 * ((100vw - 320px) / 100),120px);font-size:min(3rem + 4.5 * ((100vw - 20rem) / 100),7.5rem);font-style:normal;font-weight:900;line-height:min(52px + 3 * ((100vw - 320px) / 100),100px);line-height:min(3.25rem + 3 * ((100vw - 20rem) / 100),6.25rem);letter-spacing:-.02em;text-transform:uppercase}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .title{text-align:left;width:50%}}.core-section-library-wrapper .core-section-testimonials .wrapper .title span{color:#ae9b6a}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-navigation{width:100%;-ms-flex-item-align:end;align-self:end;margin-top:40px;margin-top:2.5rem;margin-bottom:min(40px + 3.75 * ((100vw - 320px) / 100),100px);margin-bottom:min(2.5rem + 3.75 * ((100vw - 20rem) / 100),6.25rem);-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-navigation{margin-top:0;width:50%}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content{width:95%;overflow:visible;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:50%}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slider{overflow:visible;margin-left:clamp(-30px,-10px + -1.25 * ((100vw - 320px) / 100),-10px);margin-left:clamp(-1.875rem,-.625rem + -1.25 * ((100vw - 20rem) / 100),-.625rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slider .slide{padding:0 min(10px + 1.25 * ((100vw - 320px) / 100),30px);padding:0 min(.625rem + 1.25 * ((100vw - 20rem) / 100),1.875rem);-webkit-transition:250ms;transition:250ms;opacity:0}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slider .slide.swiper-slide-active,.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slider .slide.swiper-slide-next{opacity:1}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;height:100%}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content::before{content:"";z-index:1;background-color:#f1f3f6;position:absolute;top:0;right:0;width:60%;height:100%;display:none;-webkit-clip-path:polygon(0 0,min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 0,100% min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem),100% min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)),min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 100%,20px 100%,0 min(100% - min(1.25rem + 3.75 * ((100vw - 20rem) / 100),5rem)));clip-path:polygon(0 0,min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 0,100% min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem),100% min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)),min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 100%,20px 100%,0 min(100% - min(1.25rem + 3.75 * ((100vw - 20rem) / 100),5rem)))}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content::before{display:block}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header{width:100%;margin-top:min(20px + 2.5 * ((100vw - 320px) / 100),60px);margin-top:min(1.25rem + 2.5 * ((100vw - 20rem) / 100),3.75rem);-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-item-align:start;align-self:start;position:relative;z-index:2;padding:20px 0 20px 20px;padding:1.25rem 0 1.25rem 1.25rem;gap:20px;gap:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header{width:68%;padding:0}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header::before{content:"";z-index:0;background-color:#f1f3f6;position:absolute;top:0;right:0;width:100%;height:100%;-webkit-clip-path:polygon(0 0,min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 0,100% min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem),100% min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)),min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 100%,20px 100%,0 min(100% - min(1.25rem + 3.75 * ((100vw - 20rem) / 100),5rem)));clip-path:polygon(0 0,min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 0,100% min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem),100% min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)),min(100% - min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)) 100%,20px 100%,0 min(100% - min(1.25rem + 3.75 * ((100vw - 20rem) / 100),5rem)))}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header::before{display:none}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .data{width:55%;-ms-flex-item-align:center;align-self:center;z-index:1}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .data svg{width:18px;width:1.125rem;height:14px;height:.875rem;margin-bottom:30px;display:block}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .data svg{display:none}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .data .name{font-family:stratos,sans-serif;font-size:min(25px + .6875 * ((100vw - 320px) / 100),36px);font-size:min(1.5625rem + .6875 * ((100vw - 20rem) / 100),2.25rem);font-style:normal;font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase;font-size:min(24px + .75 * ((100vw - 320px) / 100),36px);font-size:min(1.5rem + .75 * ((100vw - 20rem) / 100),2.25rem);display:block;margin-bottom:min(10px + .3125 * ((100vw - 320px) / 100),15px);margin-bottom:min(.625rem + .3125 * ((100vw - 20rem) / 100),.9375rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .data .role{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem);display:block}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image{position:relative;width:45%;-ms-flex-item-align:center;align-self:center;z-index:1;background-color:#101f3f;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem) 100%,0 min(100% - min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)));clip-path:polygon(0 0,100% 0,100% 100%,min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem) 100%,0 min(100% - min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)))}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image{display:none}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image .initials{position:absolute;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-family:stratum-1-web,sans-serif;font-size:min(20px + 2.375 * ((100vw - 320px) / 100),58px);font-size:min(1.25rem + 2.375 * ((100vw - 20rem) / 100),3.625rem);font-style:normal;font-weight:900;line-height:.9;letter-spacing:-.02em;text-transform:uppercase}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image svg{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:min(50px + 4.375 * ((100vw - 320px) / 100),120px);width:min(3.125rem + 4.375 * ((100vw - 20rem) / 100),7.5rem);height:min(50px + 4.375 * ((100vw - 320px) / 100),120px);height:min(3.125rem + 4.375 * ((100vw - 20rem) / 100),7.5rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image figure{position:relative;max-width:250px;max-width:15.625rem;max-height:370px;max-height:23.125rem}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image figure:after{content:"";display:inline-block;width:100%;padding-top:148%}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .header .avatar-image figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content{position:relative;z-index:2;padding:min(0.001px + 3.7499375 * ((100vw - 320px) / 100),60px) min(0.001px + 1.8749375 * ((100vw - 320px) / 100),30px) 0 0;padding:min(.0000625rem + 3.7499375 * ((100vw - 20rem) / 100),3.75rem) min(.0000625rem + 1.8749375 * ((100vw - 20rem) / 100),1.875rem) 0 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:20px;margin-top:1.25rem}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content{width:68%;margin-top:0}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content .playbutton-alt{display:-webkit-box;display:-ms-flexbox;display:flex;gap:min(20px + .3125 * ((100vw - 320px) / 100),25px);gap:min(1.25rem + .3125 * ((100vw - 20rem) / 100),1.5625rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content .playbutton-alt span{-ms-flex-item-align:center;align-self:center;font-family:montserrat,sans-serif;font-size:min(14px + .375 * ((100vw - 320px) / 100),20px);font-size:min(.875rem + .375 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:400;line-height:min(20px + .5 * ((100vw - 320px) / 100),28px);line-height:min(1.25rem + .5 * ((100vw - 20rem) / 100),1.75rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content .playbutton-alt svg{cursor:pointer;-webkit-transition:.5s;transition:.5s;width:min(52px + 1.4375 * ((100vw - 320px) / 100),75px);width:min(3.25rem + 1.4375 * ((100vw - 20rem) / 100),4.6875rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .content p{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem);margin-bottom:min(20px + 5 * ((100vw - 320px) / 100),100px);margin-bottom:min(1.25rem + 5 * ((100vw - 20rem) / 100),6.25rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .quote{display:none;position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;z-index:1;padding:min(0.001px + 3.7499375 * ((100vw - 320px) / 100),60px) 0 0 min(0.001px + 1.8749375 * ((100vw - 320px) / 100),30px);padding:min(.0000625rem + 3.7499375 * ((100vw - 20rem) / 100),3.75rem) 0 0 min(.0000625rem + 1.8749375 * ((100vw - 20rem) / 100),1.875rem);width:30%}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .quote{display:block;width:32%}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar{width:32%;position:relative;z-index:1;padding:clamp(.001px,20px + -1.2499375 * ((100vw - 320px) / 100),20px) 0 min(20px + 11.25 * ((100vw - 320px) / 100),200px) min(0.001px + 1.8749375 * ((100vw - 320px) / 100),30px);padding:clamp(.001px,1.25rem + -1.2499375 * ((100vw - 20rem) / 100),1.25rem) 0 min(1.25rem + 11.25 * ((100vw - 20rem) / 100),12.5rem) min(.0000625rem + 1.8749375 * ((100vw - 20rem) / 100),1.875rem);-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;display:none}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar{display:block}}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image{position:relative;margin:auto 0 auto auto;background-color:#101f3f;overflow:hidden;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem) 100%,0 min(100% - min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)));clip-path:polygon(0 0,100% 0,100% 100%,min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem) 100%,0 min(100% - min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)))}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image .initials{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;color:#fff;font-family:stratum-1-web,sans-serif;font-size:min(20px + 2.375 * ((100vw - 320px) / 100),58px);font-size:min(1.25rem + 2.375 * ((100vw - 20rem) / 100),3.625rem);font-style:normal;font-weight:900;line-height:.9;letter-spacing:-.02em;text-transform:uppercase}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;width:min(50px + 4.375 * ((100vw - 320px) / 100),120px);width:min(3.125rem + 4.375 * ((100vw - 20rem) / 100),7.5rem);height:min(50px + 4.375 * ((100vw - 320px) / 100),120px);height:min(3.125rem + 4.375 * ((100vw - 20rem) / 100),7.5rem)}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image figure{position:relative;max-width:250px;max-width:15.625rem;max-height:370px;max-height:23.125rem}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image figure:after{content:"";display:inline-block;width:100%;padding-top:148%}.core-section-library-wrapper .core-section-testimonials .wrapper .testimonials-content .slide-content .avatar .avatar-image figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}

/* COMPONENT CALL TO ACTION STYLES */
.core-section-library-wrapper .core-section-call-to-action .contents .background-image::after{content:"";background-color:#fff;position:absolute;-webkit-clip-path:polygon(min(1px + min(1.375rem + 4.875 * ((100vw - 20rem) / 100),6.25rem)) 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(min(1px + min(1.375rem + 4.875 * ((100vw - 20rem) / 100),6.25rem)) 0%,100% 0%,100% 100%,0% 100%);-webkit-transform:translateY(1px);transform:translateY(1px)}.core-section-library-wrapper .core-section-call-to-action{padding-top:min(20px + 7.5 * ((100vw - 320px) / 100),140px);padding-top:min(1.25rem + 7.5 * ((100vw - 20rem) / 100),8.75rem);background-color:#101f3f;position:relative}.core-section-library-wrapper .core-section-call-to-action .decoration.noise-background{left:clamp(-220px,-10px + -13.125 * ((100vw - 320px) / 100),-10px);left:clamp(-13.75rem,-.625rem + -13.125 * ((100vw - 20rem) / 100),-.625rem);top:clamp(-500px,-90px + -25.625 * ((100vw - 320px) / 100),-90px);top:clamp(-31.25rem,-5.625rem + -25.625 * ((100vw - 20rem) / 100),-5.625rem);z-index:0}.core-section-library-wrapper .core-section-call-to-action .decoration.noise-background img{width:min(320px + 100 * ((100vw - 320px) / 100),1920px);width:min(20rem + 100 * ((100vw - 20rem) / 100),120rem);height:min(250px + 71.875 * ((100vw - 320px) / 100),1400px);height:min(15.625rem + 71.875 * ((100vw - 20rem) / 100),87.5rem)}.core-section-library-wrapper .core-section-call-to-action .decoration.triangle-dots{right:0;top:0}.core-section-library-wrapper .core-section-call-to-action .decoration.triangle-dots img{width:min(45px + 12.8125 * ((100vw - 320px) / 100),250px);width:min(2.8125rem + 12.8125 * ((100vw - 20rem) / 100),15.625rem);height:min(90px + 25.625 * ((100vw - 320px) / 100),500px);height:min(5.625rem + 25.625 * ((100vw - 20rem) / 100),31.25rem)}.core-section-library-wrapper .core-section-call-to-action .decoration.chevron-right{z-index:2;top:min(0.001px + 3.1249375 * ((100vw - 320px) / 100),50px);top:min(.0000625rem + 3.1249375 * ((100vw - 20rem) / 100),3.125rem);right:min(10px + 5.625 * ((100vw - 320px) / 100),100px);right:min(.625rem + 5.625 * ((100vw - 20rem) / 100),6.25rem)}.core-section-library-wrapper .core-section-call-to-action .decoration.chevron-right svg{width:50px;width:3.125rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-call-to-action .decoration.chevron-right svg{width:min(2.5rem + 3.75 * ((100vw - 20rem) / 100),6.25rem);height:min(.625rem + .9375 * ((100vw - 20rem) / 100),1.5625rem)}}.core-section-library-wrapper .core-section-call-to-action .contents .background-image{position:relative;overflow:hidden}.core-section-library-wrapper .core-section-call-to-action .contents .background-image figure,.core-section-library-wrapper .core-section-call-to-action .contents .background-image figure img{position:relative;width:100%;height:auto;margin:0;z-index:0;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-call-to-action .contents .background-image figure .overlay,.core-section-library-wrapper .core-section-call-to-action .contents .background-image figure img .overlay{background:-webkit-gradient(linear,left top,left bottom,from(rgba(16,31,63,0)),to(#101f3f));background:linear-gradient(180deg,rgba(16,31,63,0) 0%,#101f3f 100%)}.core-section-library-wrapper .core-section-call-to-action .contents .background-image::after{height:min(22px + 4.375 * ((100vw - 320px) / 100),92px);height:min(1.375rem + 4.375 * ((100vw - 20rem) / 100),5.75rem);bottom:0;right:0;width:min(152px + 31.4375 * ((100vw - 320px) / 100),655px);width:min(9.5rem + 31.4375 * ((100vw - 20rem) / 100),40.9375rem)}.core-section-library-wrapper .core-section-call-to-action .contents .background-image::before{content:"";position:absolute;mix-blend-mode:overlay;z-index:2;background-color:#ae9b6a;height:100%;width:min(38px + 5.75 * ((100vw - 320px) / 100),130px);width:min(2.375rem + 5.75 * ((100vw - 20rem) / 100),8.125rem);left:0;top:0}.core-section-library-wrapper .core-section-call-to-action .contents .background-image .side-text{position:absolute;-webkit-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translateX(-50%);-webkit-transform-origin:top left;transform-origin:top left;top:50%;left:clamp(-5px,5px + -.625 * ((100vw - 320px) / 100),5px);left:clamp(-5px,.3125rem + -.625 * ((100vw - 20rem) / 100),5px);z-index:3;mix-blend-mode:overlay}.core-section-library-wrapper .core-section-call-to-action .contents .background-image .side-text span{color:#fff;font-family:stratum-1-web,sans-serif;font-size:min(21px + 6.8125 * ((100vw - 320px) / 100),130px);font-size:min(1.3125rem + 6.8125 * ((100vw - 20rem) / 100),8.125rem);font-weight:900;text-transform:uppercase}.core-section-library-wrapper .core-section-call-to-action .contents .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;row-gap:min(16px + .25 * ((100vw - 320px) / 100),20px);row-gap:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);background-color:#fff;position:relative;text-align:center;z-index:5;padding:30px 25px;padding:1.875rem 1.5625rem}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-call-to-action .contents .content{background-color:transparent;background-color:initial;color:#fff;bottom:min(3.125rem + 6.25 * ((100vw - 64rem) / 56),9.375rem);max-width:500px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.core-section-library-wrapper .core-section-call-to-action .contents .content .button{margin-top:min(10px + .625 * ((100vw - 320px) / 100),20px);margin-top:min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem)}.core-section-library-wrapper .core-section-call-to-action .wrapper{position:relative;z-index:1}.core-section-library-wrapper .core-section-call-to-action .wrapper .title{margin-bottom:clamp(-15px,-7px + -.5 * ((100vw - 320px) / 100),-7px);margin-bottom:clamp(-.9375rem,-.4375rem + -.5 * ((100vw - 20rem) / 100),-7px);position:relative;z-index:1}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-call-to-action .wrapper .title{margin-bottom:clamp(-7.5rem,.0000625rem + -7.5000625 * ((100vw - 48rem) / 72),.001px)}}.core-section-library-wrapper .core-section-call-to-action .wrapper .title h3{position:relative;font-family:stratum-1-web,sans-serif;font-size:min(52px + 16.75 * ((100vw - 320px) / 100),320px);font-size:min(3.25rem + 16.75 * ((100vw - 20rem) / 100),20rem);font-style:normal;letter-spacing:-2px;font-weight:700;line-height:80%;text-transform:uppercase}.core-section-library-wrapper .core-section-call-to-action .wrapper .title h3.line-1{color:#fff;margin-left:clamp(-36px,0.001px + -2.2500625 * ((100vw - 320px) / 100),.001px);margin-left:clamp(-2.25rem,.0000625rem + -2.2500625 * ((100vw - 20rem) / 100),.001px)}.core-section-library-wrapper .core-section-call-to-action .wrapper .title h3.line-2{color:#ae9b6a;text-align:right;margin-right:clamp(-36px,0.001px + -2.2500625 * ((100vw - 320px) / 100),.001px);margin-right:clamp(-2.25rem,.0000625rem + -2.2500625 * ((100vw - 20rem) / 100),.001px)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-call-to-action .wrapper .title h3.line-2{color:#fff}}

/* COMPONENT LOCATIONS STYLES */
.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container .noise-map{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container .noise-map{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.core-section-library-wrapper .core-section-locations{background-color:#101f3f}.core-section-library-wrapper .core-section-locations .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.core-section-library-wrapper .core-section-locations .wrapper .map-nav{padding:min(50px + 7.5 * ((100vw - 320px) / 100),170px) min(15px + 7.1875 * ((100vw - 320px) / 100),130px) 0 min(15px + 7.1875 * ((100vw - 320px) / 100),130px);padding:min(3.125rem + 7.5 * ((100vw - 20rem) / 100),10.625rem) min(.9375rem + 7.1875 * ((100vw - 20rem) / 100),8.125rem) 0 min(.9375rem + 7.1875 * ((100vw - 20rem) / 100),8.125rem);background-color:#fff;width:100%;position:relative;z-index:2}.core-section-library-wrapper .core-section-locations .wrapper .map-nav::before{content:"";background-color:#fff;position:absolute;width:1000vw;height:100%;top:0;left:-1000vw;z-index:0}.core-section-library-wrapper .core-section-locations .wrapper .map-nav::after{content:"";background-color:#fff;position:absolute;width:1000vw;height:100%;top:0;right:-1000vw;z-index:0}.core-section-library-wrapper .core-section-locations .wrapper .map-nav .cuttout{background-color:#fff;position:absolute;-webkit-clip-path:polygon(0 0,100% 0%,92% 100%,0% 100%);clip-path:polygon(0 0,100% 0%,92% 100%,0% 100%);width:73.4%;height:min(24px + 4.125 * ((100vw - 320px) / 100),90px);height:min(1.5rem + 4.125 * ((100vw - 20rem) / 100),5.625rem);bottom:clamp(-89px,-23px + -4.125 * ((100vw - 320px) / 100),-23px);bottom:clamp(-5.5625rem,-1.4375rem + -4.125 * ((100vw - 20rem) / 100),-1.4375rem);left:0;border-bottom:1px solid #d0d6e1}.core-section-library-wrapper .core-section-locations .wrapper .map-nav .content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:clamp(-40px,-22px + -1.125 * ((100vw - 320px) / 100),-22px);margin-bottom:clamp(-2.5rem,-1.375rem + -1.125 * ((100vw - 20rem) / 100),-1.375rem);z-index:10;position:relative}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-nav .content{width:68.4%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.core-section-library-wrapper .core-section-locations .wrapper .map-nav__title{width:100%;text-align:center;margin-bottom:30px;margin-bottom:1.875rem;font-family:stratum-1-web,sans-serif;font-size:min(48px + 4.5 * ((100vw - 320px) / 100),120px);font-size:min(3rem + 4.5 * ((100vw - 20rem) / 100),7.5rem);font-style:normal;font-weight:900;line-height:min(52px + 3 * ((100vw - 320px) / 100),100px);line-height:min(3.25rem + 3 * ((100vw - 20rem) / 100),6.25rem);letter-spacing:-.02em;text-transform:uppercase}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-nav__title{width:50%;margin-bottom:0;text-align:left}}.core-section-library-wrapper .core-section-locations .wrapper .map-nav__title span{display:block;color:#ae9b6a}.core-section-library-wrapper .core-section-locations .wrapper .map-nav__controls{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:end;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:min(3px + .3125 * ((100vw - 320px) / 100),8px);padding:min(.1875rem + .3125 * ((100vw - 20rem) / 100),.5rem)}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-nav__controls{width:33.6%}}.core-section-library-wrapper .core-section-locations .wrapper .map-nav__controls .map-select{font-family:stratos,sans-serif;font-size:min(25px + .6875 * ((100vw - 320px) / 100),36px);font-size:min(1.5625rem + .6875 * ((100vw - 20rem) / 100),2.25rem);font-style:normal;font-weight:700;line-height:1;letter-spacing:.01em;text-transform:uppercase;margin:0 min(10px + .625 * ((100vw - 320px) / 100),20px);margin:0 min(.625rem + .625 * ((100vw - 20rem) / 100),1.25rem);border-radius:min(.3125rem + .1875 * ((100vw - 20rem) / 100),.5rem);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;color:#d23439;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;outline:0;background:var(--wpr-bg-94ca76bf-190e-4c35-9ec2-b67561a6f189) no-repeat center right min(6px + .5625 * ((100vw - 320px) / 100),15px),#fff;background:var(--wpr-bg-94ca76bf-190e-4c35-9ec2-b67561a6f189) no-repeat center right min(.375rem + .5625 * ((100vw - 20rem) / 100),.9375rem),#fff;background-size:1.25rem auto;font-size:min(24px + .75 * ((100vw - 320px) / 100),36px);font-size:min(1.5rem + .75 * ((100vw - 20rem) / 100),2.25rem)}.core-section-library-wrapper .core-section-locations .wrapper .map-nav__controls .map-select option{color:#101f3f;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px)!important;font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem)!important;text-align:left}.core-section-library-wrapper .core-section-locations .wrapper .map-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:min(20px + 6.875 * ((100vw - 320px) / 100),130px);gap:min(1.25rem + 6.875 * ((100vw - 20rem) / 100),8.125rem);padding:min(100px + 4.375 * ((100vw - 320px) / 100),170px) min(15px + 11.5625 * ((100vw - 320px) / 100),200px) min(20px + 3.125 * ((100vw - 320px) / 100),70px) min(15px + 7.1875 * ((100vw - 320px) / 100),130px);padding:min(6.25rem + 4.375 * ((100vw - 20rem) / 100),10.625rem) min(.9375rem + 11.5625 * ((100vw - 20rem) / 100),12.5rem) min(1.25rem + 3.125 * ((100vw - 20rem) / 100),4.375rem) min(.9375rem + 7.1875 * ((100vw - 20rem) / 100),8.125rem);position:relative}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.core-section-library-wrapper .core-section-locations .wrapper .map-content::before{content:"";background-color:#fff;position:absolute;width:calc(1000vw + 46.88%);height:100%;top:0;left:-1000vw;z-index:0;display:none}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-content::before{display:block;-webkit-clip-path:polygon(0 0,100% 0,100% 5rem,100% calc(100% - 5rem),calc(100% - 5rem) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 5rem,100% calc(100% - 5rem),calc(100% - 5rem) 100%,0 100%)}}.core-section-library-wrapper .core-section-locations .wrapper .map-content .map-details{width:100%;-ms-flex-item-align:center;align-self:center;position:relative;z-index:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;color:#fff;font-family:stratum-1-web,sans-serif;font-size:16px;font-size:1rem;font-style:normal;letter-spacing:-.5px;line-height:1.5;margin-top:min(24px + 1 * ((100vw - 320px) / 100),40px);margin-top:min(1.5rem + 1 * ((100vw - 20rem) / 100),2.5rem);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:250ms;transition:250ms}.core-section-library-wrapper .core-section-locations .wrapper .map-content .map-details strong{font-weight:700}.core-section-library-wrapper .core-section-locations .wrapper .map-content .map-details [class^=heading]{margin-bottom:min(15px + .9375 * ((100vw - 320px) / 100),30px);margin-bottom:min(.9375rem + .9375 * ((100vw - 20rem) / 100),1.875rem)}.core-section-library-wrapper .core-section-locations .wrapper .map-content .map-details p{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-content .map-details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:35%;color:#101f3f}}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container{width:100%;color:#101f3f;-ms-flex-item-align:center;align-self:center;position:relative;z-index:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:65%}}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 path[data-state]{fill:#3357a4;-webkit-transition:250ms;transition:250ms;stroke:#1d2d45}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 path[data-state][data-has-resources=true]:hover{cursor:pointer;fill:#ae9b6a}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 path[data-state].active{cursor:pointer;fill:#ae9b6a}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 g[data-state-group]{-webkit-transition:250ms;transition:250ms}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 g[data-state-group]:hover path[data-state][data-has-resources=true]{cursor:pointer;fill:#ae9b6a}.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 g[data-state-group] path[data-state]:not([data-has-resources=true]),.core-section-library-wrapper .core-section-locations .wrapper .map-content .usa-map-container svg.usa-map g#overlay2 path[data-state]:not([data-has-resources=true]){cursor:no-drop;fill:url(#pattern_stripe)}

/* COMPONENT MARQUEE TEXT STYLES */
.core-section-library-wrapper .core-section-marquee-text{background-color:#ae9b6a;color:#fff;position:relative}.core-section-library-wrapper .core-section-marquee-text .decoration.noise-marquee{top:0;right:fluild(0,100)}.core-section-library-wrapper .core-section-marquee-text .decoration.noise-marquee svg{mix-blend-mode:overlay;width:min(270px + 85 * ((100vw - 320px) / 100),1630px);width:min(16.875rem + 85 * ((100vw - 20rem) / 100),101.875rem);height:min(270px + 3.75 * ((100vw - 320px) / 100),330px);height:min(16.875rem + 3.75 * ((100vw - 20rem) / 100),20.625rem)}.core-section-library-wrapper .core-section-marquee-text .wrapper{max-width:100%}.core-section-library-wrapper .core-section-marquee-text .wrapper .marquee-text{position:relative;padding-top:min(20px + 6.25 * ((100vw - 320px) / 100),120px);padding-top:min(1.25rem + 6.25 * ((100vw - 20rem) / 100),7.5rem);padding-bottom:min(20px + 6.25 * ((100vw - 320px) / 100),120px);padding-bottom:min(1.25rem + 6.25 * ((100vw - 20rem) / 100),7.5rem)}.core-section-library-wrapper .core-section-marquee-text .wrapper .marquee-text .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden}.core-section-library-wrapper .core-section-marquee-text .wrapper .marquee-text .inner span{font-family:stratum-1-web,sans-serif;font-size:min(48px + 4.5 * ((100vw - 320px) / 100),120px);font-size:min(3rem + 4.5 * ((100vw - 20rem) / 100),7.5rem);font-style:normal;font-weight:900;line-height:min(52px + 3 * ((100vw - 320px) / 100),100px);line-height:min(3.25rem + 3 * ((100vw - 20rem) / 100),6.25rem);letter-spacing:-.02em;text-transform:uppercase;padding-right:min(15px + .9375 * ((100vw - 320px) / 100),30px);padding-right:min(.9375rem + .9375 * ((100vw - 20rem) / 100),1.875rem);will-change:transform;-webkit-transform:translateX(0);transform:translateX(0);white-space:nowrap;-webkit-animation-name:marquee;animation-name:marquee;-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}

/* COMPONENT CARD TABS STYLES */
.core-section-library-wrapper .core-section-card-tabs{background-color:#101f3f;color:#fff;position:relative;padding:min(30px + 15.625 * ((100vw - 320px) / 100),280px) min(12px + 8 * ((100vw - 320px) / 100),140px) min(30px + 10.625 * ((100vw - 320px) / 100),200px);padding:min(1.875rem + 15.625 * ((100vw - 20rem) / 100),17.5rem) min(.75rem + 8 * ((100vw - 20rem) / 100),8.75rem) min(1.875rem + 10.625 * ((100vw - 20rem) / 100),12.5rem);-webkit-clip-path:polygon(0 4%,52% 4%,62% 0,84% 0,100% 0,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,0 100%,0% 85%);clip-path:polygon(0 4%,52% 4%,62% 0,84% 0,100% 0,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,0 100%,0% 85%)}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs{-webkit-clip-path:polygon(0 4%,62% 4%,65% 0,84% 0,100% 0,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,0 100%,0% 85%);clip-path:polygon(0 4%,62% 4%,65% 0,84% 0,100% 0,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,0 100%,0% 85%)}}.core-section-library-wrapper .core-section-card-tabs .decoration.chevron-right{z-index:2;top:-100px;top:-6.25rem;right:0;display:none}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .decoration.chevron-right{display:block}}.core-section-library-wrapper .core-section-card-tabs .decoration.chevron-right svg{width:75px;width:4.6875rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-card-tabs .decoration.chevron-right svg{width:min(2.5rem + 3.75 * ((100vw - 20rem) / 100),6.25rem);height:min(.625rem + .9375 * ((100vw - 20rem) / 100),1.5625rem)}}.core-section-library-wrapper .core-section-card-tabs .decoration.grid{background-color:#101f3f;bottom:clamp(-100px,-60px + -2.5 * ((100vw - 1200px) / 45),-60px);bottom:clamp(-6.25rem,-3.75rem + -2.5 * ((100vw - 75rem) / 45),-3.75rem);left:clamp(-100px,-60px + -2.5 * ((100vw - 1200px) / 45),-60px);left:clamp(-6.25rem,-3.75rem + -2.5 * ((100vw - 75rem) / 45),-3.75rem);color:#fff;display:none}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .decoration.grid{display:block}}.core-section-library-wrapper .core-section-card-tabs .decoration.grid svg{mix-blend-mode:overlay;width:min(125px + 6.875 * ((100vw - 320px) / 100),235px);width:min(7.8125rem + 6.875 * ((100vw - 20rem) / 100),14.6875rem);height:min(146px + 8 * ((100vw - 320px) / 100),274px);height:min(9.125rem + 8 * ((100vw - 20rem) / 100),17.125rem)}.core-section-library-wrapper .core-section-card-tabs .decoration.grid-background{bottom:0;right:0;color:#fff;display:block;z-index:0}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .decoration.grid-background{display:none}}.core-section-library-wrapper .core-section-card-tabs .decoration.grid-background svg{mix-blend-mode:overlay;width:min(125px + 6.875 * ((100vw - 320px) / 100),235px);width:min(7.8125rem + 6.875 * ((100vw - 20rem) / 100),14.6875rem);height:min(146px + 8 * ((100vw - 320px) / 100),274px);height:min(9.125rem + 8 * ((100vw - 20rem) / 100),17.125rem)}.core-section-library-wrapper .core-section-card-tabs .decoration.round-noise{top:min(-60px + 15 * ((100vw - 320px) / 100),180px);top:min(-3.75rem + 15 * ((100vw - 20rem) / 100),11.25rem);right:min(-60px + 25.625 * ((100vw - 320px) / 100),350px);right:min(-3.75rem + 25.625 * ((100vw - 20rem) / 100),21.875rem);color:#fff;z-index:0}.core-section-library-wrapper .core-section-card-tabs .decoration.round-noise svg{mix-blend-mode:overlay;width:min(270px + 17.5 * ((100vw - 320px) / 100),550px);width:min(16.875rem + 17.5 * ((100vw - 20rem) / 100),34.375rem);height:min(270px + 17.5 * ((100vw - 320px) / 100),550px);height:min(16.875rem + 17.5 * ((100vw - 20rem) / 100),34.375rem)}.core-section-library-wrapper .core-section-card-tabs .wrapper{position:relative;z-index:1}.core-section-library-wrapper .core-section-card-tabs .wrapper .title{text-align:center;margin-bottom:min(46px + 2 * ((100vw - 320px) / 100),78px);margin-bottom:min(2.875rem + 2 * ((100vw - 20rem) / 100),4.875rem)}.core-section-library-wrapper .core-section-card-tabs .wrapper .title br{display:none}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .title br{display:inline}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content{margin-bottom:20px;margin-bottom:1.25rem}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content+.cta-button{display:block}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content+.cta-button{display:none}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:min(0.001px + 6.2499375 * ((100vw - 320px) / 100),100px);gap:min(.0000625rem + 6.2499375 * ((100vw - 20rem) / 100),6.25rem)}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs{grid-template-columns:30% minmax(0,1fr);-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist{width:100%;-ms-flex-item-align:center;align-self:center;overflow:hidden}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist{overflow:visible}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist{margin-top:30px;margin-top:1.875rem;margin-bottom:40px;margin-bottom:2.5rem}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist{white-space:normal;overflow:visible;margin-top:min(1.875rem + 2.8125 * ((100vw - 64rem) / 56),4.6875rem);margin-bottom:min(2.5rem + 10 * ((100vw - 64rem) / 56),12.5rem)}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist+.cta-button{display:none}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist+.cta-button{display:block}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist-title{font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:900;line-height:min(16px + .25 * ((100vw - 320px) / 100),20px);line-height:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);letter-spacing:.01em;text-transform:uppercase;font-weight:900;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;gap:min(15px + .3125 * ((100vw - 320px) / 100),20px);gap:min(.9375rem + .3125 * ((100vw - 20rem) / 100),1.25rem)}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist-title span{-ms-flex-item-align:center;align-self:center}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist-title svg{width:min(35px + 2.8125 * ((100vw - 320px) / 100),80px);width:min(2.1875rem + 2.8125 * ((100vw - 20rem) / 100),5rem)}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab{position:relative;white-space:nowrap;margin-bottom:10px;margin-bottom:.625rem}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab{width:100%}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab .tab-title{font-family:stratum-1-web,sans-serif;font-size:min(20px + 2.375 * ((100vw - 320px) / 100),58px);font-size:min(1.25rem + 2.375 * ((100vw - 20rem) / 100),3.625rem);font-style:normal;font-weight:900;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;-webkit-transition:250ms;transition:250ms;color:#76a0f9;white-space:normal;line-height:.8}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab .tab-title::after{content:none}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab .tab-index{opacity:0;font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.02em;text-transform:uppercase;-webkit-transition:250ms;transition:250ms;position:absolute;top:3px;left:clamp(-60px,-40px + -1.25 * ((100vw - 1200px) / 45),-40px);left:clamp(-3.75rem,-2.5rem + -1.25 * ((100vw - 75rem) / 45),-2.5rem);display:none}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab .tab-index{display:block}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab:not(:last-child) .tab-title::after{content:" | ";color:#76a0f9;display:inline-block;margin-right:5px;margin-left:5px}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab:not(:last-child) .tab-title::after{content:none}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab.active .tab-title{text-shadow:none;color:#fff}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-tablist .tablist .tab.active .tab-index{opacity:1}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels{overflow:visible}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content{grid-template-columns:1fr minmax(0,1fr)}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper{-ms-flex-item-align:center;align-self:center;z-index:2;margin-bottom:20px;margin-bottom:1.25rem;position:relative;-webkit-clip-path:polygon(0 min(2.5rem + 2.5 * ((100vw - 20rem) / 100),5rem),min(2.5rem + 2.5 * ((100vw - 20rem) / 100),5rem) 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 min(2.5rem + 2.5 * ((100vw - 20rem) / 100),5rem),min(2.5rem + 2.5 * ((100vw - 20rem) / 100),5rem) 0,100% 0,100% 100%,0 100%)}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper{height:auto}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop{display:block;position:relative;max-width:1000px;max-width:62.5rem;max-height:550px;max-height:34.375rem}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop:after{content:"";display:inline-block;width:100%;padding-top:55%}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop{position:relative;max-width:34.375rem;max-height:62.5rem}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop:after{content:"";display:inline-block;width:100%;padding-top:181.8181818182%}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper.regular .image-desktop img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-desktop{display:none;position:relative;max-width:550px;max-width:34.375rem;max-height:1000px;max-height:62.5rem}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-desktop:after{content:"";display:inline-block;width:100%;padding-top:181.8181818182%}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-desktop img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-desktop{display:block}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-mobile{position:relative;max-width:1000px;max-width:62.5rem;max-height:550px;max-height:34.375rem}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-mobile:after{content:"";display:inline-block;width:100%;padding-top:55%}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-mobile img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper .image-mobile{display:none}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .image-wrapper figure{margin:auto 0 auto auto}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper{color:#fff;-ms-flex-item-align:center;align-self:center;margin-left:-2px;z-index:1;position:relative}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper .outline{background-color:#76a0f9}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper .outline{padding:1px;-webkit-clip-path:polygon(0 0,100% 0,100% min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)),min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)),min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)) 100%,0 100%)}}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper .outline p{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper .outline .tab-content{padding:min(40px + 6.25 * ((100vw - 1024px) / 56),140px) min(40px + 3.75 * ((100vw - 1024px) / 56),100px);padding:min(2.5rem + 6.25 * ((100vw - 64rem) / 56),8.75rem) min(2.5rem + 3.75 * ((100vw - 64rem) / 56),6.25rem);background-color:#101f3f}@media(min-width:64rem){.core-section-library-wrapper .core-section-card-tabs .wrapper .tabs-content .tabs-panels .content .content-wrapper .outline .tab-content{-webkit-clip-path:polygon(0 0,100% 0,100% min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)),min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)),min(100% - min(.625rem + 1.875 * ((100vw - 64rem) / 56),2.5rem)) 100%,0 100%)}}

/* COMPONENT AWARDS STYLES */
.core-section-library-wrapper .core-section-awards{position:relative;padding:0 min(12px + 3.625 * ((100vw - 320px) / 100),70px);padding:0 min(.75rem + 3.625 * ((100vw - 20rem) / 100),4.375rem)}.core-section-library-wrapper .core-section-awards .decoration{pointer-events:none}.core-section-library-wrapper .core-section-awards .decoration.double-chevron{top:min(-55px + .3125 * ((100vw - 320px) / 100),-50px);top:min(-3.4375rem + .3125 * ((100vw - 20rem) / 100),-3.125rem);left:min(27px + 2.6875 * ((100vw - 320px) / 100),70px);left:min(1.6875rem + 2.6875 * ((100vw - 20rem) / 100),4.375rem);z-index:0}.core-section-library-wrapper .core-section-awards .decoration.double-chevron svg{width:min(24px + 1.3125 * ((100vw - 320px) / 100),45px);width:min(1.5rem + 1.3125 * ((100vw - 20rem) / 100),2.8125rem);height:min(13px + .75 * ((100vw - 320px) / 100),25px);height:min(.8125rem + .75 * ((100vw - 20rem) / 100),1.5625rem)}.core-section-library-wrapper .core-section-awards .decoration.noise-background{top:clamp(-380px,-136px + -15.25 * ((100vw - 320px) / 100),-136px);top:clamp(-23.75rem,-8.5rem + -15.25 * ((100vw - 20rem) / 100),-8.5rem);left:clamp(-55px,31px + -5.375 * ((100vw - 320px) / 100),31px);left:clamp(-3.4375rem,1.9375rem + -5.375 * ((100vw - 20rem) / 100),1.9375rem);-webkit-transform:scaleX(-1);transform:scaleX(-1);z-index:0;mix-blend-mode:normal}.core-section-library-wrapper .core-section-awards .decoration.noise-background img{width:min(507px + 43 * ((100vw - 320px) / 100),1195px);width:min(31.6875rem + 43 * ((100vw - 20rem) / 100),74.6875rem);height:min(443px + 37.5 * ((100vw - 320px) / 100),1043px);height:min(27.6875rem + 37.5 * ((100vw - 20rem) / 100),65.1875rem)}.core-section-library-wrapper .core-section-awards .wrapper{position:relative;z-index:1}.core-section-library-wrapper .core-section-awards .wrapper .title{text-align:center;margin-bottom:min(50px + 2.8125 * ((100vw - 320px) / 100),95px);margin-bottom:min(3.125rem + 2.8125 * ((100vw - 20rem) / 100),5.9375rem)}.core-section-library-wrapper .core-section-awards .wrapper .title br{display:none}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-awards .wrapper .title br{display:inline}}.core-section-library-wrapper .core-section-awards .wrapper .awards-content{position:relative;padding:0 min(0.001px + 4.3749375 * ((100vw - 320px) / 100),70px);padding:0 min(.0000625rem + 4.3749375 * ((100vw - 20rem) / 100),4.375rem);margin-bottom:40px;margin-bottom:2.5rem}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline{background:#d0d6e1;padding:0 1px 1px 0;height:100%}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content{background-color:#fff;text-align:center;padding:0 min(14px + 2.25 * ((100vw - 320px) / 100),50px) min(22px + 4 * ((100vw - 320px) / 100),86px) min(14px + 2.25 * ((100vw - 320px) / 100),50px);padding:0 min(.875rem + 2.25 * ((100vw - 20rem) / 100),3.125rem) min(1.375rem + 4 * ((100vw - 20rem) / 100),5.375rem) min(.875rem + 2.25 * ((100vw - 20rem) / 100),3.125rem);height:100%}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content figure{margin:0 auto;margin-bottom:clamp(28px,37px + -.5625 * ((100vw - 320px) / 100),37px);margin-bottom:clamp(1.75rem,2.3125rem + -.5625 * ((100vw - 20rem) / 100),2.3125rem);width:min(80px + 2.8125 * ((100vw - 320px) / 100),125px);width:min(5rem + 2.8125 * ((100vw - 20rem) / 100),7.8125rem);position:relative;max-width:125px;max-width:7.8125rem;max-height:125px;max-height:7.8125rem}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content figure:after{content:"";display:inline-block;width:100%;padding-top:100%}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content figure img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.core-section-library-wrapper .core-section-awards .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content span{font-family:stratum-1-web,sans-serif;font-size:min(16px + .25 * ((100vw - 320px) / 100),20px);font-size:min(1rem + .25 * ((100vw - 20rem) / 100),1.25rem);font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.02em;text-transform:uppercase;font-weight:500;line-height:130%;text-transform:uppercase}.core-section-library-wrapper .core-section-awards .wrapper .awards-navigation .swiper-button-disabled{visibility:hidden}.core-section-library-wrapper .core-section-awards .wrapper .awards-navigation .navigation{margin-bottom:0}@media(max-width:48rem){.core-section-library-wrapper .core-section-awards .wrapper .awards-navigation .js-core-component-swiper-controls{padding:0 min(.0000625rem + 4.3749375 * ((100vw - 20rem) / 100),4.375rem);width:100%}.core-section-library-wrapper .core-section-awards .wrapper .awards-navigation .js-core-component-swiper-controls .swiper-navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0}}.core-section-library-wrapper .core-section-awards.varition-light{background-color:#fff}.core-section-library-wrapper .core-section-awards.varition-dark{background-color:#101f3f}.core-section-library-wrapper .core-section-awards.varition-dark .decoration.double-chevron{display:none}.core-section-library-wrapper .core-section-awards.varition-dark .wrapper .title{color:#fff}.core-section-library-wrapper .core-section-awards.varition-dark .wrapper .awards-content .slider .swiper-wrapper .slide .outline{background:#ae9b6a}.core-section-library-wrapper .core-section-awards.varition-dark .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content{background-color:#101f3f}.core-section-library-wrapper .core-section-awards.varition-dark .wrapper .awards-content .slider .swiper-wrapper .slide .outline .slide-content span{color:#fff}

/* COMPONENT CARD SLIDER STYLES */
.core-section-library-wrapper .core-section-card-slider{background-color:#fff;position:relative}.core-section-library-wrapper .core-section-card-slider .wrapper{position:relative;z-index:1;max-width:100%}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content{width:calc(100% - 1.75rem)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content{width:75%}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider{overflow:visible}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide{overflow:visible;-webkit-transition:padding .5s,-webkit-clip-path .5s;transition:padding .5s,-webkit-clip-path .5s;transition:padding .5s,clip-path .5s;transition:padding .5s,clip-path .5s,-webkit-clip-path .5s;margin-left:-1px}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline{height:100%;background:#d0d6e1;-webkit-clip-path:polygon(0 1.25rem,1.25rem 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);clip-path:polygon(0 1.25rem,1.25rem 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);padding:1px}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline{-webkit-clip-path:polygon(0 3.125rem,3.125rem 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,3.125rem 100%,0 calc(100% - 3.125rem));clip-path:polygon(0 3.125rem,3.125rem 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,3.125rem 100%,0 calc(100% - 3.125rem))}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;padding:min(20px + 5 * ((100vw - 320px) / 100),100px) 0 min(37px + 3.9375 * ((100vw - 320px) / 100),100px);padding:min(1.25rem + 5 * ((100vw - 20rem) / 100),6.25rem) 0 min(2.3125rem + 3.9375 * ((100vw - 20rem) / 100),6.25rem);height:100%;-webkit-clip-path:polygon(0 1.25rem,20px 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);clip-path:polygon(0 1.25rem,20px 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content{-webkit-clip-path:polygon(0 3.125rem,3.125rem 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,3.125rem 100%,0 calc(100% - 3.125rem));clip-path:polygon(0 3.125rem,3.125rem 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,3.125rem 100%,0 calc(100% - 3.125rem))}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images{width:100%;position:relative;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-item-align:start;align-self:start;margin:0 12px 20px;margin:0 .75rem 1.25rem}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images{width:53%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images span{position:absolute;font-family:stratos,sans-serif;font-size:min(40px + 14.375 * ((100vw - 320px) / 100),270px);font-size:min(2.5rem + 14.375 * ((100vw - 20rem) / 100),16.875rem);bottom:clamp(.001px,8px + -.4999375 * ((100vw - 320px) / 28),8px);bottom:clamp(.001px,.5rem + -.4999375 * ((100vw - 20rem) / 28),.5rem);left:min(-9px + .5625625 * ((100vw - 320px) / 28),.001px);left:min(-.5625rem + .5625625 * ((100vw - 20rem) / 28),.001px);color:#fff;text-shadow:-1px 0 #76a0f9,0 1px #76a0f9,1px 0 #76a0f9,0 -1px #76a0f9}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images span{bottom:clamp(-6.25rem,.5rem + -6.75 * ((100vw - 64rem) / 56),.5rem);left:clamp(-4.625rem,-.5625rem + -4.0625 * ((100vw - 64rem) / 56),-.5625rem)}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image{position:relative;max-width:714px;max-width:44.625rem;max-height:430px;max-height:26.875rem;margin-right:0}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image:after{content:"";display:inline-block;width:100%;padding-top:60.2240896359%}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile .img{top:unset;left:unset}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-top .img{-o-object-position:top;object-position:top}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-center .img{-o-object-position:center;object-position:center}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-bottom .img{-o-object-position:bottom;object-position:bottom}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image{position:relative;max-width:47.5rem;max-height:28.125rem}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image:after{content:"";display:inline-block;width:100%;padding-top:59.2105263158%}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-bottom .img,.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-center .img,.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .images .image.mobile-top .img{top:0;left:0;-o-object-position:unset;object-position:unset}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .rich-text{width:100%;padding:0 min(12px + 10.5 * ((100vw - 320px) / 100),180px) 0 min(12px + 8 * ((100vw - 320px) / 100),140px);padding:0 min(.75rem + 10.5 * ((100vw - 20rem) / 100),11.25rem) 0 min(.75rem + 8 * ((100vw - 20rem) / 100),8.75rem);-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .rich-text{width:47%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .rich-text h3{margin-bottom:min(20px + 1.875 * ((100vw - 320px) / 100),50px);margin-bottom:min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide .outline .slide-content .rich-text p{font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide.swiper-slide-active .outline{-webkit-clip-path:polygon(0 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);padding:1px 1px 1px 0}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide.swiper-slide-active .outline{-webkit-clip-path:polygon(0 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,0 100%)}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide.swiper-slide-active .outline .slide-content{-webkit-clip-path:polygon(0 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%);clip-path:polygon(0 0,calc(100% - 1.25rem) 0,100% 1.25rem,100% 100%,0 100%)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-content .slider .slide.swiper-slide-active .outline .slide-content{-webkit-clip-path:polygon(0 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,0 100%);clip-path:polygon(0 0,calc(100% - 3.125rem) 0,100% 3.125rem,100% calc(100% - 3.125rem),calc(100% - 3.125rem) 100%,0 100%)}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:min(20px + 3.125 * ((100vw - 320px) / 100),70px) min(12px + 7.375 * ((100vw - 320px) / 100),130px);padding:min(1.25rem + 3.125 * ((100vw - 20rem) / 100),4.375rem) min(.75rem + 7.375 * ((100vw - 20rem) / 100),8.125rem)}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .navigation{margin-bottom:28px;margin-bottom:1.75rem}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .navigation{margin-bottom:0}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link{-ms-flex-item-align:center;align-self:center;width:100%}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link{width:auto}}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link .button-cta{line-height:1}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link .button-cta .button{width:100%}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link .button-cta .button .button-text{width:100%}.core-section-library-wrapper .core-section-card-slider .wrapper .cards-navigation .link .button-cta .button .button-text .button-caption{display:block;color:#d23439;margin-top:min(2px + .1875 * ((100vw - 320px) / 100),5px);margin-top:min(.125rem + .1875 * ((100vw - 20rem) / 100),5px)}

/* COMPONENT TEXT VIDEO STYLES */
.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .playbutton{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.core-section-library-wrapper .core-section-text-video{background-color:#fff;position:relative}.core-section-library-wrapper .core-section-text-video .decoration.noise-font{z-index:2;top:0;left:clamp(-36px,0.001px + -2.2500625 * ((100vw - 320px) / 100),.001px);left:clamp(-2.25rem,.0000625rem + -2.2500625 * ((100vw - 20rem) / 100),.001px)}.core-section-library-wrapper .core-section-text-video .decoration.noise-font img{width:min(320px + 106.25 * ((100vw - 320px) / 100),2020px);width:min(20rem + 106.25 * ((100vw - 20rem) / 100),126.25rem);height:min(90px + 40.625 * ((100vw - 320px) / 100),740px);height:min(5.625rem + 40.625 * ((100vw - 20rem) / 100),46.25rem)}.core-section-library-wrapper .core-section-text-video .decoration.chevron-half{color:#76a0f9;bottom:min(50px + 3.75 * ((100vw - 320px) / 100),110px);bottom:min(3.125rem + 3.75 * ((100vw - 20rem) / 100),6.875rem);right:0;z-index:0;mix-blend-mode:normal}.core-section-library-wrapper .core-section-text-video .decoration.chevron-half svg{width:min(60px + 3.25 * ((100vw - 320px) / 100),112px);width:min(3.75rem + 3.25 * ((100vw - 20rem) / 100),7rem);height:min(240px + 16.25 * ((100vw - 320px) / 100),500px);height:min(15rem + 16.25 * ((100vw - 20rem) / 100),31.25rem)}.core-section-library-wrapper .core-section-text-video .decoration.noise-background{top:clamp(-550px,-300px + -15.625 * ((100vw - 320px) / 100),-300px);top:clamp(-34.375rem,-18.75rem + -15.625 * ((100vw - 20rem) / 100),-18.75rem);right:clamp(-350px,-250px + -6.25 * ((100vw - 320px) / 100),-250px);right:clamp(-21.875rem,-15.625rem + -6.25 * ((100vw - 20rem) / 100),-15.625rem);z-index:2}.core-section-library-wrapper .core-section-text-video .decoration.noise-background img{width:min(500px + 46.875 * ((100vw - 320px) / 100),1250px);width:min(31.25rem + 46.875 * ((100vw - 20rem) / 100),78.125rem);height:min(450px + 39.375 * ((100vw - 320px) / 100),1080px);height:min(28.125rem + 39.375 * ((100vw - 20rem) / 100),67.5rem)}.core-section-library-wrapper .core-section-text-video .decoration.grid{z-index:2;top:clamp(-114px,-60px + -3.375 * ((100vw - 1200px) / 45),-60px);top:clamp(-7.125rem,-3.75rem + -3.375 * ((100vw - 75rem) / 45),-3.75rem);left:clamp(-108px,-57px + -3.1875 * ((100vw - 1200px) / 45),-57px);left:clamp(-6.75rem,-3.5625rem + -3.1875 * ((100vw - 75rem) / 45),-3.5625rem);display:none;color:#dde1e7}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-text-video .decoration.grid{display:block}}.core-section-library-wrapper .core-section-text-video .decoration.grid svg{width:min(125px + 6.875 * ((100vw - 320px) / 100),235px);width:min(7.8125rem + 6.875 * ((100vw - 20rem) / 100),14.6875rem);height:min(150px + 8.125 * ((100vw - 320px) / 100),280px);height:min(9.375rem + 8.125 * ((100vw - 20rem) / 100),17.5rem)}.core-section-library-wrapper .core-section-text-video .wrapper{position:relative;z-index:1}.core-section-library-wrapper .core-section-text-video .wrapper .title{margin-bottom:-15px;margin-bottom:-.9375rem;position:relative;z-index:1}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-text-video .wrapper .title{margin-bottom:clamp(-8.125rem,.0000625rem + -8.1250625 * ((100vw - 48rem) / 72),.001px)}}.core-section-library-wrapper .core-section-text-video .wrapper .title h3{position:relative;font-family:stratum-1-web,sans-serif;font-size:min(52px + 16.75 * ((100vw - 320px) / 100),320px);font-size:min(3.25rem + 16.75 * ((100vw - 20rem) / 100),20rem);font-style:normal;letter-spacing:-2px;font-weight:700;line-height:80%;text-transform:uppercase;font-size:min(38px + 12 * ((100vw - 320px) / 100),230px);font-size:min(2.375rem + 12 * ((100vw - 20rem) / 100),14.375rem)}.core-section-library-wrapper .core-section-text-video .wrapper .title h3.line-1{color:#101f3f;margin-left:clamp(-24px,0.001px + -1.5000625 * ((100vw - 320px) / 100),.001px);margin-left:clamp(-1.5rem,.0000625rem + -1.5000625 * ((100vw - 20rem) / 100),.001px)}.core-section-library-wrapper .core-section-text-video .wrapper .title h3.line-2{color:#ae9b6a;text-align:right;margin-right:clamp(-36px,0.001px + -2.2500625 * ((100vw - 320px) / 100),.001px);margin-right:clamp(-2.25rem,.0000625rem + -2.2500625 * ((100vw - 20rem) / 100),.001px)}.core-section-library-wrapper .core-section-text-video .wrapper .contents{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 15px 15px 15px;margin:0 .9375rem .9375rem .9375rem}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-text-video .wrapper .contents{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content{position:relative;width:100%;overflow:hidden;margin-bottom:30px;margin-bottom:1.875rem}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content::before{position:absolute;content:"";width:0;height:0;border-top:28px solid #fff;border-top:1.75rem solid #fff;border-right:0 solid transparent;border-bottom:0 solid transparent;border-left:28px solid transparent;border-left:1.75rem solid transparent;bottom:0;right:0;z-index:3;-webkit-transition:border 250ms;transition:border 250ms;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image{position:relative;max-width:748px;max-width:46.75rem;max-height:607px;max-height:37.9375rem;height:100%}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image:after{content:"";display:inline-block;width:100%;padding-top:81.1497326203%}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile .img{top:unset;left:unset}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-top .img{-o-object-position:top;object-position:top}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-center .img{-o-object-position:center;object-position:center}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-bottom .img{-o-object-position:bottom;object-position:bottom}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content{margin-bottom:0;width:35%;height:min(31.25rem + 34.375 * ((100vw - 48rem) / 72),65.625rem)}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content::before{content:none}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image{position:relative;max-width:100rem;max-height:68.75rem}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image:after{content:"";display:inline-block;width:100%;padding-top:68.75%}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-bottom .img,.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-center .img,.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .image.mobile-top .img{top:0;left:0;-o-object-position:unset;object-position:unset}}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .core-component-video video{position:relative;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .core-component-video video{position:absolute;height:100%}}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .playbutton{opacity:0;z-index:5;-webkit-transition:.5s;transition:.5s}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .playbutton svg{width:min(50px + 6.875 * ((100vw - 320px) / 100),160px);width:min(3.125rem + 6.875 * ((100vw - 20rem) / 100),10rem);height:min(50px + 6.875 * ((100vw - 320px) / 100),160px);height:min(3.125rem + 6.875 * ((100vw - 20rem) / 100),10rem)}.core-section-library-wrapper .core-section-text-video .wrapper .contents .video-content .playbutton.visible{opacity:1}.core-section-library-wrapper .core-section-text-video .wrapper .contents .content{position:relative;-ms-flex-item-align:center;align-self:center;width:100%;margin-left:0;z-index:5}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-text-video .wrapper .contents .content{width:min(25rem + 12.1875 * ((100vw - 48rem) / 72),37.1875rem);margin-right:min(2.5rem + 16.5 * ((100vw - 48rem) / 72),19rem);margin-left:min(2.5rem + 16.5 * ((100vw - 48rem) / 72),19rem)}}.core-section-library-wrapper .core-section-text-video .wrapper .contents .content h3{margin-bottom:min(20px + 1.875 * ((100vw - 320px) / 100),50px);margin-bottom:min(1.25rem + 1.875 * ((100vw - 20rem) / 100),3.125rem)}.core-section-library-wrapper .core-section-text-video .wrapper .contents .content p{margin-bottom:59px;margin-bottom:3.6875rem;font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}

/* COMPONENT HERO MAIN STYLES */
.core-section-library-wrapper .core-section-hero-main .decoration.image-noise,.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background::after{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.core-section-library-wrapper .core-section-hero-main{position:relative;background-color:#101f3f;color:#fff;padding-top:100px;padding-top:6.25rem;overflow:visible}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main{padding-top:clamp(.001px,7.5rem + -7.4999375 * ((100vw - 75rem) / 45),7.5rem)}}.core-section-library-wrapper .core-section-hero-main .decoration{position:absolute;mix-blend-mode:overlay;z-index:1}.core-section-library-wrapper .core-section-hero-main .decoration.circle{right:min(-200px + 15.625 * ((100vw - 320px) / 100),50px);right:min(-12.5rem + 15.625 * ((100vw - 20rem) / 100),3.125rem);opacity:.7;bottom:min(30px + 1.25 * ((100vw - 320px) / 100),50px);bottom:min(1.875rem + 1.25 * ((100vw - 20rem) / 100),3.125rem)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.circle{right:min(.0000625rem + 5.6249375 * ((100vw - 64rem) / 56),5.625rem)}}.core-section-library-wrapper .core-section-hero-main .decoration.circle svg{width:441px;width:27.5625rem;height:441px;height:27.5625rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.circle svg{width:min(18.125rem + 27.8125 * ((100vw - 20rem) / 100),45.9375rem);height:min(18.125rem + 27.8125 * ((100vw - 20rem) / 100),45.9375rem)}}.core-section-library-wrapper .core-section-hero-main .decoration.js-circle-chevron{pointer-events:auto}.core-section-library-wrapper .core-section-hero-main .decoration.circle-chevron{z-index:2;height:min(40px + 1.25 * ((100vw - 320px) / 100),60px);height:min(2.5rem + 1.25 * ((100vw - 20rem) / 100),3.75rem);position:relative;margin-top:min(50px + .625 * ((100vw - 320px) / 28),60px);margin-top:min(3.125rem + .625 * ((100vw - 20rem) / 28),3.75rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;background:0 0;outline:0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.core-section-library-wrapper .core-section-hero-main .decoration.circle-chevron .decoration-wrapper{background-color:#101f3f}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.circle-chevron{width:min(2.5rem + 1.25 * ((100vw - 20rem) / 100),3.75rem);margin-top:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.core-section-library-wrapper .core-section-hero-main .decoration.circle-chevron svg.circle-paragraph{mix-blend-mode:overlay;width:min(40px + 1.25 * ((100vw - 320px) / 100),60px);width:min(2.5rem + 1.25 * ((100vw - 20rem) / 100),3.75rem);height:min(40px + 1.25 * ((100vw - 320px) / 100),60px);height:min(2.5rem + 1.25 * ((100vw - 20rem) / 100),3.75rem)}.core-section-library-wrapper .core-section-hero-main .decoration.circle-chevron svg.chevron-down-paragraph{mix-blend-mode:normal;position:absolute;top:min(5px + .3125 * ((100vw - 320px) / 100),10px);top:min(.3125rem + .3125 * ((100vw - 20rem) / 100),.625rem);left:min(12px + .5 * ((100vw - 320px) / 100),20px);left:min(.75rem + .5 * ((100vw - 20rem) / 100),1.25rem);width:min(15px + .3125 * ((100vw - 320px) / 100),20px);width:min(.9375rem + .3125 * ((100vw - 20rem) / 100),1.25rem);height:min(25px + .625 * ((100vw - 320px) / 100),35px);height:min(1.5625rem + .625 * ((100vw - 20rem) / 100),2.1875rem)}.core-section-library-wrapper .core-section-hero-main .decoration.chevron-right{z-index:2;top:100px;top:6.25rem;right:90px;right:5.625rem;display:none}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.chevron-right{display:block}}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.chevron-right{top:min(3.75rem + 5.625 * ((100vw - 20rem) / 100),9.375rem);right:min(3.125rem + 4.375 * ((100vw - 20rem) / 100),7.5rem)}}.core-section-library-wrapper .core-section-hero-main .decoration.chevron-right svg{width:75px;width:4.6875rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.chevron-right svg{width:min(2.5rem + 3.75 * ((100vw - 20rem) / 100),6.25rem);height:min(.625rem + .9375 * ((100vw - 20rem) / 100),1.5625rem)}}.core-section-library-wrapper .core-section-hero-main .decoration.image-noise{width:100%;height:100%;z-index:2;opacity:.7}.core-section-library-wrapper .core-section-hero-main .decoration.background-noise{top:clamp(-250px,-100px + -9.375 * ((100vw - 320px) / 100),-100px);top:clamp(-15.625rem,-6.25rem + -9.375 * ((100vw - 20rem) / 100),-6.25rem);left:clamp(-150px,50px + -12.5 * ((100vw - 320px) / 100),50px);left:clamp(-9.375rem,3.125rem + -12.5 * ((100vw - 20rem) / 100),3.125rem);z-index:0}.core-section-library-wrapper .core-section-hero-main .decoration.background-noise img{width:min(800px + 37.5 * ((100vw - 320px) / 100),1400px);width:min(50rem + 37.5 * ((100vw - 20rem) / 100),87.5rem);height:min(650px + 26.875 * ((100vw - 320px) / 100),1080px);height:min(40.625rem + 26.875 * ((100vw - 20rem) / 100),67.5rem)}.core-section-library-wrapper .core-section-hero-main .decoration.dots{bottom:0;left:0;display:none;z-index:0;-webkit-transform:scaleX(-1) translateY(50%);transform:scaleX(-1) translateY(50%)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .decoration.dots{display:block}}.core-section-library-wrapper .core-section-hero-main .decoration.dots svg{width:200px;width:12.5rem;height:250px;height:15.625rem}.core-section-library-wrapper .core-section-hero-main .wrapper{padding:min(15px + 2.1875 * ((100vw - 320px) / 100),50px) min(12px + 1.75 * ((100vw - 320px) / 100),40px) 0 min(12px + 8 * ((100vw - 320px) / 100),140px);padding:min(.9375rem + 2.1875 * ((100vw - 20rem) / 100),3.125rem) min(.75rem + 1.75 * ((100vw - 20rem) / 100),2.5rem) 0 min(.75rem + 8 * ((100vw - 20rem) / 100),8.75rem);display:-webkit-box;display:-ms-flexbox;display:flex;gap:min(20px + 4.375 * ((100vw - 320px) / 100),90px);gap:min(1.25rem + 4.375 * ((100vw - 20rem) / 100),5.625rem);position:relative;z-index:1;overflow:hidden}.core-section-library-wrapper .core-section-hero-main .wrapper::before{content:"";display:block;position:absolute;z-index:4;background:radial-gradient(50% 50% at 50% 50%,#101f3f 0%,rgba(16,31,63,0) 100%);width:629px;width:39.3125rem;height:629px;height:39.3125rem;bottom:min(-220px + 7.5 * ((100vw - 320px) / 44),-100px);bottom:min(-13.75rem + 7.5 * ((100vw - 20rem) / 44),-6.25rem);left:min(-220px + 20 * ((100vw - 320px) / 44),100px);left:min(-13.75rem + 20 * ((100vw - 20rem) / 44),6.25rem)}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper::before{display:none}}.core-section-library-wrapper .core-section-hero-main .wrapper .content{width:80%;-ms-flex-item-align:end;align-self:end;z-index:5;margin:min(0.001px + 7.4999375 * ((100vw - 320px) / 100),120px) 0 min(100px + 3.125 * ((100vw - 320px) / 100),150px);margin:min(.0000625rem + 7.4999375 * ((100vw - 20rem) / 100),7.5rem) 0 min(6.25rem + 3.125 * ((100vw - 20rem) / 100),9.375rem)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .content{position:relative;width:52%}}.core-section-library-wrapper .core-section-hero-main .wrapper .content .title{margin-bottom:min(20px + 1.75 * ((100vw - 320px) / 100),48px);margin-bottom:min(1.25rem + 1.75 * ((100vw - 20rem) / 100),3rem)}.core-section-library-wrapper .core-section-hero-main .wrapper .content .paragraph{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .content .paragraph{gap:min(.9375rem + 9.6875 * ((100vw - 48rem) / 72),10.625rem);-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.core-section-library-wrapper .core-section-hero-main .wrapper .content .paragraph .rich-text{width:200px;width:12.5rem;margin:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-family:montserrat,sans-serif;font-size:min(16px + .375 * ((100vw - 320px) / 100),22px);font-size:min(1rem + .375 * ((100vw - 20rem) / 100),1.375rem);font-style:normal;font-weight:400;line-height:min(20px + .6875 * ((100vw - 320px) / 100),31px);line-height:min(1.25rem + .6875 * ((100vw - 20rem) / 100),1.9375rem)}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .content .paragraph .rich-text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media(min-width:64.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .content .paragraph .rich-text{width:auto}}.core-section-library-wrapper .core-section-hero-main .wrapper .images{width:20%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-item-align:end;align-self:end}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .images{width:48%;position:relative}}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground{position:absolute;z-index:2;bottom:0;right:min(-181px + 5.0625 * ((100vw - 320px) / 28),-100px);right:min(-11.3125rem + 5.0625 * ((100vw - 20rem) / 28),-6.25rem);width:430px;width:26.875rem}@media(min-width:48.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground{right:min(2.5rem + 2.5 * ((100vw - 64rem) / 56),5rem)}}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground{width:min(18.125rem + 28.75 * ((100vw - 20rem) / 100),46.875rem);height:min(18.125rem + 28.75 * ((100vw - 20rem) / 100),46.875rem)}}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground figure{position:relative;max-width:750px;max-width:46.875rem;max-height:750px;max-height:46.875rem}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground figure:after{content:"";display:inline-block;width:100%;padding-top:100%}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-foreground figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background{position:relative;margin-left:auto;margin-right:0;overflow:hidden;width:286px;width:17.875rem}@media(min-width:75.1rem){.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background{right:0;width:min(11.875rem + 19.375 * ((100vw - 20rem) / 100),31.25rem);height:min(22.5rem + 33.75 * ((100vw - 20rem) / 100),56.25rem)}}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background::before{position:absolute;content:"";width:0;height:0;border-top:min(25px + .9375 * ((100vw - 320px) / 100),40px) solid #101f3f;border-top:min(1.5625rem + .9375 * ((100vw - 20rem) / 100),2.5rem) solid #101f3f;border-right:min(25px + .9375 * ((100vw - 320px) / 100),40px) solid transparent;border-right:min(1.5625rem + .9375 * ((100vw - 20rem) / 100),2.5rem) solid transparent;border-bottom:min(25px + .9375 * ((100vw - 320px) / 100),40px) solid transparent;border-bottom:min(1.5625rem + .9375 * ((100vw - 20rem) / 100),2.5rem) solid transparent;border-left:0 solid transparent;top:0;left:0;z-index:2}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background::after{content:"";background-color:#76a0f9;mix-blend-mode:overlay;z-index:1}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background figure{position:relative;max-width:500px;max-width:31.25rem;max-height:900px;max-height:56.25rem}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background figure:after{content:"";display:inline-block;width:100%;padding-top:180%}.core-section-library-wrapper .core-section-hero-main .wrapper .images .image-background figure img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.core-section-library-wrapper .core-section-hero-main .button-cta{background-color:#fff;position:absolute;bottom:0;left:0;padding:min(9px + 4.375 * ((100vw - 320px) / 100),79px) min(51px + 7.5 * ((100vw - 320px) / 100),171px) clamp(.001px,12px + -.7499375 * ((100vw - 320px) / 100),12px) min(12px + 8 * ((100vw - 320px) / 100),140px);padding:min(.5625rem + 4.375 * ((100vw - 20rem) / 100),4.9375rem) min(3.1875rem + 7.5 * ((100vw - 20rem) / 100),10.6875rem) clamp(.001px,.75rem + -.7499375 * ((100vw - 20rem) / 100),.75rem) min(.75rem + 8 * ((100vw - 20rem) / 100),8.75rem);-webkit-clip-path:polygon(0 0,min(74% + min(2.5rem + 3.125 * ((100vw - 20rem) / 100),5.625rem)) 0,100% 100%,0% 100%);clip-path:polygon(0 0,min(74% + min(2.5rem + 3.125 * ((100vw - 20rem) / 100),5.625rem)) 0,100% 100%,0% 100%);-webkit-transform:translateY(1px);transform:translateY(1px);margin-bottom:clamp(-40px,0.001px + -2.5000625 * ((100vw - 320px) / 100),.001px);margin-bottom:clamp(-2.5rem,.0000625rem + -2.5000625 * ((100vw - 20rem) / 100),.001px);z-index:5}.core-section-library-wrapper .core-section-hero-main .button-cta .button{width:min(257px + 9.8125 * ((100vw - 320px) / 100),414px);width:min(16.0625rem + 9.8125 * ((100vw - 20rem) / 100),25.875rem);color:#101f3f}
