.homeCTA{--default-transition:0.3s cubic-bezier(0.4,0,0.2,1);--primary:var(--color-brand-navy,#0c2f6d);--primary-light:var(--color-brand-blue,#0148aa);--secondary:var(--color-brand-orange,#ff9933);--light:var(--color-brand-cream,#f1f1e6);position:relative;overflow:hidden;isolation:isolate}.homeCTA__wrap{max-width:1200px;margin:0 auto;padding:7.25em 2rem 4.625em}.homeCTA__list{display:flex;align-items:center;justify-content:center;gap:1.5em}.homeCTA__item{width:32.0454545455%;position:relative;display:block;perspective:1000px}.homeCTA__item.open .homeCTA__item-flip,.homeCTA__item:focus .homeCTA__item-flip,.homeCTA__item:hover .homeCTA__item-flip{transform:rotateY(180deg)}.homeCTA__item.open .homeCTA__item-flip:before,.homeCTA__item:focus .homeCTA__item-flip:before,.homeCTA__item:hover .homeCTA__item-flip:before{opacity:0}.homeCTA__item.open .homeCTA__item-flip:after,.homeCTA__item:focus .homeCTA__item-flip:after,.homeCTA__item:hover .homeCTA__item-flip:after{opacity:1}.homeCTA__item.open .homeCTA__item-photo:after,.homeCTA__item.open .homeCTA__item-photo:before,.homeCTA__item:focus .homeCTA__item-photo:after,.homeCTA__item:focus .homeCTA__item-photo:before,.homeCTA__item:hover .homeCTA__item-photo:after,.homeCTA__item:hover .homeCTA__item-photo:before{opacity:1;visibility:visible}.homeCTA__item.open .homeCTA__item-photo:after,.homeCTA__item:focus .homeCTA__item-photo:after,.homeCTA__item:hover .homeCTA__item-photo:after{transform:scale(1)}.homeCTA__item.open .homeCTA__item-details .autoHeight,.homeCTA__item:focus .homeCTA__item-details .autoHeight,.homeCTA__item:hover .homeCTA__item-details .autoHeight{grid-template-rows:1fr;transition-delay:.3s}.homeCTA__item.open .homeCTA__item-details .autoHeight-content,.homeCTA__item:focus .homeCTA__item-details .autoHeight-content,.homeCTA__item:hover .homeCTA__item-details .autoHeight-content{visibility:visible;transition-delay:.6s;opacity:1}.homeCTA__item-photo{position:relative;display:block;overflow:hidden}.homeCTA__item-photo img{width:100%;height:auto;display:block}.homeCTA__item-photo:after,.homeCTA__item-photo:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:1;opacity:0;visibility:hidden;transition:var(--default-transition)}.homeCTA__item-photo:before{background:linear-gradient(0deg,#0148aab3 10%,#ff993399)}.homeCTA__item-photo:after{border:.625em solid var(--primary-light);transition-duration:.6s}.homeCTA__item-details{position:absolute;left:0;right:0;bottom:0;z-index:2;text-align:center;color:var(--light);padding:0 2.875em 2.375em}.homeCTA__item-details strong{font-weight:500;letter-spacing:0;font-size:1.75em;text-align:center;line-height:normal;text-transform:uppercase;display:block}.homeCTA__item-details p{font-weight:400;line-height:1.846;font-size:.88em;letter-spacing:.05em;margin:1.462em 0 .308em;min-height:9.231em;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.homeCTA__item-details .autoHeight{display:grid;grid-template-rows:0fr;transition:var(--default-transition);transition-duration:.5s}.homeCTA__item-details .autoHeight-content{opacity:0;transition:var(--default-transition);visibility:hidden;overflow:hidden}.homeCTA__item-flip{width:100%;height:100%;display:block;position:relative;transform-style:preserve-3d;transition:transform .6s ease}.homeCTA__item-flip:after,.homeCTA__item-flip:before{position:absolute;content:"";top:100%;left:0;right:0;width:100%;height:4.813em;transition:var(--default-transition);background:50%/cover no-repeat;pointer-events:none;background-image:url(/images/cta/shadow-cta.png)}.homeCTA__item-flip:after{transform:scaleX(-1);opacity:0}.homeCTA__item-flip .homeCTA__item-front{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden}.homeCTA__item-flip .homeCTA__item-back{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:rotateY(180deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;pointer-events:none;z-index:1}.homeCTA__item-flip .homeCTA__item-back:before,.homeCTA__item-flip .homeCTA__item-front:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:1;opacity:.8;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent)}.homeCTA__item-flip .homeCTA__item-back .homeCTA__item-details{transform:translateZ(52px);filter:drop-shadow(0 14px 16px rgba(0,0,0,.55)) drop-shadow(0 4px 6px rgba(0,0,0,.45))}.homeCTA__background{position:absolute;inset:0;z-index:-1;overflow:hidden}.homeCTA__background img{width:100%;height:100%;object-fit:cover;opacity:.3;background-blend-mode:luminosity;background-color:#fff}.homeCTA__background:after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,#fff,var(--light),transparent)}@media screen and (max-width:991px){.homeCTA__wrap{padding:max(8vw,60px) 1.25rem}.homeCTA__list{flex-flow:row wrap;gap:3em 1.5em}.homeCTA__item{width:calc(50% - .75em)}.homeCTA__item-details{padding:0 2em 2.375em}}@media screen and (max-width:767px){.homeCTA__list{flex-direction:column}.homeCTA__item{width:100%;max-width:400px}}@media screen and (max-width:567px){.homeCTA__item-details p{-webkit-line-clamp:6;line-clamp:6}}