.expanding-cards__cards{background-color:transparent;overflow:hidden;padding:0}@media (min-width:1040px){.expanding-cards__cards{--open-width:(40/100);--open-padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:572px}.expanding-cards__cards .expanding-card{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;overflow:hidden;padding:130px 1rem;-webkit-transition:.4s var(--ease-ex);transition:.4s var(--ease-ex);-webkit-transition-property:width,padding,background-color;transition-property:width,padding,background-color;width:calc(100%/var(--total-cards))}.expanding-cards__cards .expanding-card+.expanding-card{border-left:1px solid hsla(0,0%,100%,.2)}.expanding-cards__cards .expanding-card .theme-text,.expanding-cards__cards .expanding-card__title{width:calc(var(--total-width)*var(--open-width) - var(--open-padding)*2)}.expanding-cards__cards .expanding-card__body{overflow:hidden}.expanding-cards--has-open .expanding-cards__cards .expanding-card{width:calc((100% - 100%*var(--open-width))/(var(--total-cards) - 1))}.expanding-cards--has-open .expanding-cards__cards .expanding-card[open]{width:calc(var(--open-width)*100%)}}@media (min-width:1440px){.expanding-cards__cards{--open-width:(55/100);--open-padding:64px}.expanding-cards__cards .expanding-card[open]{padding-inline:var(--open-padding)}}@media not screen and (min-width:1040px){.expanding-cards__cards .expanding-card+.expanding-card{border-top:1px solid}}.expanding-card{--card-opacity:calc(0.1 + var(--card-index)*0.05);--inactive-background:rgba(0,0,5,var(--card-opacity));background-color:var(--inactive-background);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:70px 30px;-webkit-transition:.4s var(--ease-ex) background-color;transition:.4s var(--ease-ex) background-color}.module-wrapper--dark .expanding-card{--inactive-background:rgba(255,255,255,var(--card-opacity))}.expanding-card__icon-wrapper{display:grid;margin-bottom:1rem}.expanding-card__icon{grid-column:1;grid-row:1;opacity:0;-webkit-transition:.4s var(--ease-ex);transition:.4s var(--ease-ex);-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;visibility:hidden}.expanding-card__toggle{cursor:pointer;list-style:none}.expanding-card__toggle::marker{display:none}.expanding-card__toggle::-webkit-details-marker{display:none}.expanding-card__title{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-color:currentColor;--mask-scale:0;background-image:radial-gradient(circle at var(--mouse-x,0) var(--mouse-y,0),transparent 0,transparent calc(var(--mask-scale, 0)*1.5%),currentColor calc(var(--mask-scale, 0)*2%)),var(--audience-gradient)}.expanding-card__title:after{background-color:currentColor;content:"";height:1rem;-webkit-mask-image:var(--chevron-circle-icon);mask-image:var(--chevron-circle-icon);-webkit-mask-size:cover;mask-size:cover;width:1rem;-ms-flex-item-align:center;align-self:center}.expanding-card__title-full{display:inline;-webkit-transition:.4s var(--ease-ex);transition:.4s var(--ease-ex)}.expanding-card__body{margin-top:20px}.expanding-card:not([open]):not(:hover) .expanding-card__icon--inactive{opacity:1;visibility:visible}.expanding-card:not([open]) .expanding-card__title:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.expanding-card:not([open]) .expanding-card__title-full{overflow:hidden;position:absolute;clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;padding:0;width:1px}.expanding-card[open]{background-color:var(--background-color)}.expanding-card[open] .expanding-card__title-full{width:-webkit-max-content;width:-moz-max-content;width:max-content}.expanding-card[open] .expanding-card__title:after{opacity:0}.expanding-card:focus-within .expanding-card__icon--active,.expanding-card:hover .expanding-card__icon--active,.expanding-card[open] .expanding-card__icon--active{opacity:1;visibility:visible}