body{--brand-primary:#c5003e;--brand-primary-700:#a20033;--brand-primary-100:#f6e6eb;--brand-secondary-900:#222;--brand-secondary-700:#444;--brand-secondary-500:#888;--brand-secondary-300:#e6e7e9;--brand-secondary-100:#f7f8f8;--brand-white:#fff;--brand-no-fill:rgba(255,255,255,0);--brand-success:#008540;--brand-warning:#eb5a2d;--brand-error:#c5003e;--brand-primary-alpha0:rgba(162,0,51,0);--brand-primary-alpha05:rgba(162,0,51,0.05);--brand-primary-alpha2:rgba(162,0,51,0.2);--brand-primary-alpha3:rgba(162,0,51,0.3);--brand-primary-alpha4:rgba(162,0,51,0.4);--brand-primary-alpha5:rgba(162,0,51,0.5);--brand-primary-alpha09:rgba(162,0,51,0.9);--black-alpha045:rgba(0,0,0,0.45);--black-alpha04:rgba(0,0,0,0.4);--brand-secondary-alpha025:rgba(34,34,34,0.25);--brand-secondary-alpha05:rgba(34,34,34,0.05);--brand-secondary-alpha09:rgba(34,34,34,0.09);--brand-secondary-alpha1:rgba(34,34,34,0.1);--brand-secondary-alpha2:rgba(34,34,34,0.2);--brand-secondary-alpha3:rgba(34,34,34,0.3);--brand-secondary-alpha4:rgba(34,34,34,0.4);--brand-secondary-alpha5:rgba(34,34,34,0.5);--brand-secondary-alpha6:rgba(34,34,34,0.6);--brand-secondary-alpha7:rgba(34,34,34,0.7);--brand-secondary-alpha8:rgba(34,34,34,0.8);--brand-secondary-alpha9:rgba(34,34,34,0.9);--text-headings:var(--brand-secondary-900);--text-body:var(--brand-secondary-700);--text-headings-inverse:var(--brand-white);--text-body-inverse:var(--brand-secondary-100);--text-eyebrow:var(--brand-secondary-700);--background-default:var(--brand-white);--background-dark:var(--brand-secondary-700);--background-default-alt:var(--brand-secondary-100);--background-dark-alt:var(--brand-secondary-900);--gradient-primary-bot:linear-gradient(180deg,var(--brand-primary-alpha05) 35%,var(--brand-primary-alpha9) 100%);--gradient-primary-left:linear-gradient(270deg,var(--brand-primary-alpha05) 50%,var(--brand-primary-alpha9) 100%);--gradient-primary-top:linear-gradient(180deg,var(--brand-primary-alpha9) 0,var(--brand-primary-alpha05) 70%);--gradient-primary-bot-left:linear-gradient(220deg,var(--brand-primary-alpha05) 45%,var(--brand-primary-alpha9) 95%);--gradient-secondary-bot:linear-gradient(180deg,var(--brand-secondary-alpha05) 35%,var(--brand-secondary-alpha9) 100%);--gradient-secondary-left:linear-gradient(270deg,var(--brand-secondary-alpha05) 50%,var(--brand-secondary-alpha9) 100%);--gradient-secondary-top:linear-gradient(180deg,var(--brand-secondary-alpha09) 0,var(--brand-secondary-alpha05) 70%);--gradient-secondary-bot-left:linear-gradient(220deg,var(--brand-secondary-alpha05) 45%,var(--brand-secondary-alpha9) 95%);--shadow-1:0 4px 20px 0 #2222221A}
.cta{--cta-height:54px;--cta-padding-y:15px;--cta-padding-x:25px;--cta-text-size:16px;--cta-icon-size:24px;--cta-icon-spacing:10px;--cta-border-width:2px;--cta-animation-speed:.31s;--cta-animation-curve:cubic-bezier(.25,.1,.25,1);--cta-float-size:54px;display:flex;flex-direction:row;justify-content:center;align-items:center;height:var(--cta-height);border-radius:var(--cta-height);padding:var(--cta-padding-y) var(--cta-padding-x);font-family:"Value-Bold",sans-serif;font-size:var(--cta-text-size);position:relative;text-decoration:none}
.cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:100%;opacity:0;border-radius:var(--cta-height);transition:width var(--cta-animation-speed) var(--cta-animation-curve),opacity var(--cta-animation-speed) var(--cta-animation-curve);pointer-events:none;z-index:0}
.cta:hover:before{width:100%;opacity:1}
.cta:hover .cta-icon.cta-icon-fixed{display:none}
.cta:hover .cta-icon.cta-icon-hover{display:block}
.cta:hover .cta-label{text-decoration:underline}
.cta.disabled{pointer-events:none}
.cta.disabled:before{display:none}
.cta .cta-icon{width:var(--cta-icon-size);height:var(--cta-icon-size);display:flex;justify-content:center;align-items:center;z-index:1}
.cta .cta-icon:after{width:var(--cta-icon-size);height:var(--cta-icon-size);background-position:center;background-size:contain}
.cta .cta-label{position:relative;z-index:1}
.cta.theme-primary{color:#fff !important;background-color:#c5003e}
.cta.theme-primary:before{background-color:#a20033}
.cta.theme-primary.disabled{background-color:#e6e7e9}
.cta.theme-primary.disabled .cta-icon{background-color:#fff}
.cta.theme-primary:not(.disabled) .cta-icon{background-color:#fff}
.cta.theme-primary:not(.disabled):hover .cta-icon{background-color:#fff}
.cta.theme-secondary{color:#c5003e !important;background-color:transparent;box-shadow:inset 0 0 0 var(--cta-border-width) #c5003e}
.cta.theme-secondary:before{background-color:rgba(197,0,62,0.2)}
.cta.theme-secondary.disabled{color:#e6e7e9;box-shadow:inset 0 0 0 var(--cta-border-width) #e6e7e9}
.cta.theme-secondary.disabled .cta-icon{background-color:#e6e7e9}
.cta.theme-secondary:not(.disabled) .cta-icon{background-color:#c5003e}
.cta.theme-secondary:not(.disabled):hover{color:#a20033;box-shadow:inset 0 0 0 var(--cta-border-width) #a20033}
.cta.theme-secondary:not(.disabled):hover .cta-icon{background-color:#a20033}
.cta.theme-tertiary{color:#c5003e !important;background-color:transparent;padding:0}
.cta.theme-tertiary.disabled{color:#e6e7e9}
.cta.theme-tertiary.disabled .cta-icon{background-color:#e6e7e9}
.cta.theme-tertiary:not(.disabled) .cta-icon{background-color:#c5003e}
.cta.theme-tertiary:not(.disabled):hover{color:#a20033}
.cta.theme-tertiary:not(.disabled):hover .cta-icon{background-color:#a20033}
.cta.theme-inverted.theme-primary{color:#c5003e !important;background-color:#fff}
.cta.theme-inverted.theme-primary:before{background-color:#e6e7e9}
.cta.theme-inverted.theme-primary.disabled{color:#888;background-color:#444}
.cta.theme-inverted.theme-primary.disabled .cta-icon{background-color:#888}
.cta.theme-inverted.theme-primary:not(.disabled) .cta-icon{background-color:#c5003e}
.cta.theme-inverted.theme-primary:not(.disabled):hover{color:#a20033}
.cta.theme-inverted.theme-primary:not(.disabled):hover .cta-icon{background-color:#a20033}
.cta.theme-inverted.theme-secondary{color:#fff !important;background-color:transparent;box-shadow:inset 0 0 0 var(--cta-border-width) #fff}
.cta.theme-inverted.theme-secondary:before{background-color:rgba(255,255,255,0.1)}
.cta.theme-inverted.theme-secondary.disabled{color:#444;box-shadow:inset 0 0 0 var(--cta-border-width) #444}
.cta.theme-inverted.theme-secondary.disabled .cta-icon{background-color:#444}
.cta.theme-inverted.theme-secondary:not(.disabled) .cta-icon{background-color:#fff}
.cta.theme-inverted.theme-secondary:not(.disabled):hover{color:#fff;box-shadow:inset 0 0 0 var(--cta-border-width) #fff}
.cta.theme-inverted.theme-secondary:not(.disabled):hover .cta-icon{background-color:#fff}
.cta.theme-inverted.theme-tertiary{color:#fff !important;background-color:transparent}
.cta.theme-inverted.theme-tertiary.disabled{color:#444}
.cta.theme-inverted.theme-tertiary.disabled .cta-icon{background-color:#444}
.cta.theme-inverted.theme-tertiary:not(.disabled) .cta-icon{background-color:#fff}
.cta.theme-inverted.theme-tertiary:not(.disabled):hover{color:#fff}
.cta.theme-inverted.theme-tertiary:not(.disabled):hover .cta-icon{background-color:#fff}
@media(max-width:707.98px){.cta.theme-xs-disabled-alternate.disabled{background-color:#444}
}
.cta.width-full{width:100%;justify-content:center}
.cta.width-fit{width:fit-content}
@media(max-width:707.98px){.cta.width-xs-full{width:100%;justify-content:center}
}
.cta.width-large{max-width:1080px}
.cta.width-medium{max-width:632px}
.cta.height-unset{height:unset}
.cta.icon-on-left .cta-icon ~ .cta-label{margin-left:var(--cta-icon-spacing)}
.cta.icon-on-right{flex-direction:row-reverse}
.cta.icon-on-right .cta-icon{margin-left:var(--cta-icon-spacing)}
@media(max-width:359.98px){.cta.icon-xxs-hidden .cta-icon,.cta.icon-xxs-hidden.disabled .cta-icon{display:none}
}
@media(max-width:359.98px){.cta.icon-xxs-hidden.icon-on-left .cta-icon ~ .cta-label,.cta.icon-xxs-hidden.disabled.icon-on-left .cta-icon ~ .cta-label{margin-left:0}
}
.cta.type-float{display:flex;justify-content:center;align-items:center;width:var(--cta-float-size);height:var(--cta-float-size);padding:0;border-radius:var(--cta-float-size);box-shadow:0 4px 20px 0 rgba(34,34,34,0.1)}
.cta.type-float.disabled .cta-icon{background-color:#e6e7e9}
.cta.type-float:not(.disabled) .cta-icon{background-color:#444}
.cta .tooltiptext{box-sizing:border-box;visibility:hidden;width:275px;background-color:#fff;color:#c5003e;text-align:center;border-radius:6px;padding:20px 10px;position:absolute;z-index:1;bottom:170%;opacity:0;transition:opacity .3s;border:2px solid #e6e7e9}
.cta .tooltiptext p{font-family:"Value-Bold",sans-serif}
.cta .tooltiptext::after{content:"";position:absolute;top:100%;left:0;right:0;margin:0 auto;width:10px;border-width:10px;border-style:solid;border-color:#fff transparent transparent transparent}
.cta .tooltiptext::before{content:"";position:absolute;top:100%;left:0;right:0;margin:0 auto;width:12px;border-width:12px;border-style:solid;border-color:#e6e7e9 transparent transparent transparent}
.cta.copied .tooltiptext{visibility:visible;opacity:1}
.cta.copied .tooltiptext .copied{display:block}
.m-195-stage-with-cards{--dm-position:static;--dm-z-index:1;--versionColor:var(--brand-white);--coalColor:var(--text-headings);--grayColor:var(--text-body);--eyebrowColor:var(--text-eyebrow);--floatBg:var(--brand-white);--badge-padding:0;--badgeFamily:Value-Bold,sans-serif;--badgeSize:22px;--badgeLh:30px;--badgeMargin:0;--badgeBg:transparent;--shadow:unset;background-color:var(--versionColor)}
.m-195-stage-with-cards .dynamic-media-container,.m-195-stage-with-cards .image-fallback,.m-195-stage-with-cards .image-container{--dm-width:100%;--container-height:500px;width:var(--dm-width);position:var(--dm-position);height:var(--container-height)}
.m-195-stage-with-cards .dynamic-media-container .focuspoint,.m-195-stage-with-cards .image-fallback .focuspoint,.m-195-stage-with-cards .image-container .focuspoint{width:var(--dm-width);height:var(--container-height)}
.m-195-stage-with-cards .dynamic-media-container.no-bg img,.m-195-stage-with-cards .image-fallback.no-bg img,.m-195-stage-with-cards .image-container.no-bg img{left:0 !important;object-fit:cover}
.m-195-stage-with-cards .mob{display:none}
.m-195-stage-with-cards .image-container{height:var(--container-height);object-fit:cover;object-position:center;position:var(--dm-position);width:var(--dm-width)}
.m-195-stage-with-cards .float-element{background-color:var(--floatBg);background-image:url("../../clientlibs/clientlib-base/resources/img/background/m-195/waves-only.svg");background-repeat:no-repeat;background-position:center right;border-radius:20px;box-shadow:var(--shadow-1);display:flex;height:fit-content;justify-content:space-between;margin:-115px auto 0;padding:40px;position:relative}
.m-195-stage-with-cards .float-element .text-part{display:flex;flex-direction:column;gap:5px;max-width:701px;width:70%}
.m-195-stage-with-cards .float-element .overTitle{background-color:var(--badgeBg);border-radius:30px;box-shadow:var(--shadow);color:var(--text-eyebrow);font-family:var(--badgeFamily);font-size:var(--badgeSize);line-height:var(--badgeLh);margin:var(--badgeMargin);padding:var(--badge-padding);width:fit-content}
.m-195-stage-with-cards .float-element .title{color:var(--coalColor);font-family:"Value-Bold",sans-serif;font-size:36px;line-height:44px}
.m-195-stage-with-cards .float-element .description{color:var(--grayColor);font-family:"Noto Sans",sans-serif;font-size:16px;line-height:26px}
.m-195-stage-with-cards .float-element .cta-wrapper{display:flex;justify-content:flex-end;align-items:flex-end}
.m-195-stage-with-cards.dark{--versionColor:var(--brand-secondary-700);--floatBg:var(--brand-secondary-900);--coalColor:var(--brand-white);--grayColor:var(--brand-secondary-100);--eyebrowColor:var(--text-body);--shadow:0 0 20.9px 0 var(--brand-primary);--badge-padding:5px 15px;--badgeFamily:Noto Sans,sans-serif;--badgeSize:14px;--badgeBg:var(--brand-secondary-300);--badgeLh:22px}
@media(max-width:1499.98px){.m-195-stage-with-cards .float-element{max-width:calc(100% - 80px)}
}
@media(max-width:979.98px){.m-195-stage-with-cards{--dm-position:static;--dm-z-index:1;--badgeSize:18px;--badgeLh:26px}
.m-195-stage-with-cards .dynamic-media-container,.m-195-stage-with-cards .image-fallback,.m-195-stage-with-cards .image-container{--dm-width:100%;--container-height:432px}
.m-195-stage-with-cards .desk{display:none}
.m-195-stage-with-cards .mob{display:flex}
.m-195-stage-with-cards .float-element{align-items:center;background-image:none;flex-direction:column;gap:40px;margin:-115px auto 0;padding:40px 20px 20px;max-width:calc(100% - 60px)}
.m-195-stage-with-cards .float-element .text-part{align-items:center;width:100%}
.m-195-stage-with-cards .float-element .title{font-size:28px;line-height:36px;margin-bottom:15px}
.m-195-stage-with-cards .float-element .overTitle,.m-195-stage-with-cards .float-element .title,.m-195-stage-with-cards .float-element .description{text-align:center}
.m-195-stage-with-cards .float-element .cta-wrapper{justify-content:center;align-items:center}
.m-195-stage-with-cards.dark{--badgeMargin:0 0 5px}
}
@media(max-width:707.98px){.m-195-stage-with-cards .dynamic-media-container,.m-195-stage-with-cards .image-fallback,.m-195-stage-with-cards .image-container{--dm-width:100%;--container-height:432px}
.m-195-stage-with-cards .float-element{margin:-200px auto 0;max-width:calc(100% - 40px)}
}