.accordion{--accordion-bg: #f5f5f5;--accordion-heading-color: #003876;--accordion-card-bg: #ffffff;--accordion-card-border: #F1F0ED;--accordion-state-color: #349AE9;--accordion-link-color: #DB1221;background-color:var(--accordion-bg);padding:48px 20px;box-sizing:border-box}.accordion__heading{font-family:Oswald,sans-serif;font-weight:600;font-size:24px;line-height:36px;letter-spacing:-.03em;text-align:center;text-transform:uppercase;color:var(--accordion-heading-color);margin:0 auto 32px;max-width:800px}.accordion__list{display:flex;flex-direction:column;gap:16px;max-width:530px;margin:0 auto}.accordion__item{background-color:var(--accordion-card-bg);border:1px solid var(--accordion-card-border);border-radius:8px;box-sizing:border-box}.accordion__header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 24px;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.accordion__header::-webkit-details-marker{display:none}.accordion__header::marker{display:none;content:""}.accordion__state-name{font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:20px;line-height:26px;color:var(--accordion-state-color)}.accordion__chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--accordion-heading-color);transition:transform .25s ease;flex-shrink:0}.accordion__item[open] .accordion__chevron{transform:rotate(180deg)}.accordion__panel{padding:0 24px 24px}.accordion__links{list-style:none;margin:0;padding:0}.accordion__link-item:not(:last-child){margin-bottom:4px}.accordion__link{font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:16px;line-height:32px;text-decoration:underline;color:var(--accordion-link-color);display:inline-block}@media screen and (min-width:720px){.accordion{padding:56px 32px}}.bwc{display:flex;justify-content:center;align-items:center;position:relative;min-height:287px;overflow:hidden;box-sizing:border-box;padding:40px 20px;text-align:center}@media screen and (min-width:720px){.bwc{min-height:328px;padding:48px 32px}}.bwc--align-left{justify-content:flex-start!important}.bwc--align-right{justify-content:flex-end!important}.bwc__inner-container{display:flex;align-items:center;justify-content:center}@media screen and (min-width:720px){.bwc__inner-container{max-width:1100px;margin:0 auto;width:100%}}.bwc__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;line-height:0}.bwc__image{width:100%;height:100%;object-fit:cover;object-position:center}.bwc__content{position:relative;z-index:1;display:flex;flex-direction:column;max-width:700px;width:100%;text-align:center;align-items:center}@media screen and (min-width:720px){.bwc--align-left .bwc__content{text-align:left;align-items:flex-start}.bwc--align-center .bwc__content{text-align:center;align-items:center}.bwc--align-right .bwc__content{text-align:right;align-items:flex-end}.bwc--align-left .bwc__buttons{justify-content:flex-start}.bwc--align-center .bwc__buttons{justify-content:center}.bwc--align-right .bwc__buttons{justify-content:flex-end}}.bwc__heading{color:#fff;font-family:acrom x-bold,sans-serif!important;font-weight:800;font-size:28px;line-height:1.1;text-transform:uppercase;margin:0 0 16px}@media screen and (min-width:720px){.bwc__heading{font-size:32px}}.bwc__body{color:#fff;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:18px;line-height:26px;margin:0 0 24px;max-width:470px}.bwc__body p:not(:last-child){margin-bottom:12px}.bwc__buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}@media screen and (min-width:720px){.bwc__buttons{flex-direction:row}}.bwc__button{display:inline-block;padding:14px 28px;font-family:acrom x-bold,sans-serif;font-size:13px;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:opacity .2s;border-radius:4px;font-weight:800;text-align:center}@media screen and (min-width:720px){.bwc__button{font-size:14px}}.bwc__button:hover{opacity:.85}.bwc__button--primary{background-color:#db1221;color:#fff;border:2px solid #DB1221}.bwc__button--secondary{background-color:#fff;color:#003876;border:1px solid #ffffff}.content-cards{padding:48px 24px 64px}.content-cards__grid{display:grid;grid-template-columns:repeat(2,minmax(0,530px));justify-content:center;gap:32px;max-width:1092px;margin:0 auto}.content-card{box-sizing:border-box;min-height:484px;padding:40px;background:#fff;border:1px solid var(--ssc-tan);border-radius:8px;color:var(--ssc-dark-gray);font-family:Source Sans Pro,sans-serif}.content-cards .content-card .content-card__title{margin:0 0 12px;color:#349ae9;font-family:Source Sans Pro,sans-serif!important;font-size:24px;font-weight:600;line-height:26px;text-transform:none!important}.content-card__content p,.content-card__content ul,.content-card__content li,.content-card__footer p{margin:0;padding:0;font-family:Source Sans Pro,sans-serif;font-size:16px;font-weight:400;line-height:26px}.content-card__content strong{font-weight:600}.content-card__content ul{list-style:none}.content-card__content li:before{content:"\b7";margin-right:6px}.content-card__content ul+p{margin-top:18px}.content-card__content a,.content-card__footer a{color:var(--ssc-cta-red);text-decoration:underline;text-decoration-skip-ink:none}.content-card__button{box-sizing:border-box;display:inline-flex;max-width:100%;height:38px;min-height:38px;align-items:center;justify-content:center;margin-top:24px;padding:0 16px;border-radius:4px;background:#db1221;color:#fff;font-family:acrom x-bold,sans-serif;font-size:14px;font-weight:800;letter-spacing:.03em;line-height:17px;text-align:center;text-decoration:none}.content-card__button:hover{background:#bd2026;color:#fff}.content-card__footer{margin-top:16px}.content-card__footer p{font-size:14px}@media screen and (max-width:899px){.content-cards{padding:32px 16px 48px}.content-cards__grid{grid-template-columns:minmax(0,530px);gap:24px}}@media screen and (max-width:540px){.content-card{min-height:0;padding:30px 24px}}@media screen and (max-width:360px){.content-card__button{height:auto;padding:10px 16px}}.cit-carousel{background-color:#f5f5f5;padding:48px 0 56px}.cit-carousel__container{overflow:hidden;margin:0 auto;padding:0 16px}.cit-carousel__header{text-align:center;margin-bottom:32px}.cit-carousel__title{font-family:acrom x-bold,sans-serif;font-size:32px;letter-spacing:-.5px;line-height:1.1;color:#454340;text-transform:uppercase;margin:0 0 20px}.cit-carousel__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;margin-bottom:12px}.cit-carousel__stat{font-family:Source Sans Pro,sans-serif;font-size:18px}.cit-carousel__stat-number{color:#349ae9;font-weight:700;font-size:24px}.cit-carousel__stat-label{color:#454340;font-size:18px}.cit-carousel .testimonials{display:flex;overflow:visible}.cit-carousel .testimonial{display:block;width:calc(85% - 12px);margin-right:16px;box-shadow:none;border:none}.cit-carousel .testimonial:hover{box-shadow:none}.cit-carousel .testimonials.flickity-enabled{display:block}.cit-carousel .testimonials.flickity-enabled .testimonial{width:calc(85% - 12px)}.cit-carousel__card{background-color:#fff;padding:24px;min-height:240px;height:100%;box-sizing:border-box;box-shadow:0 2px 8px #00000014;border:none;border-radius:8px}.cit-carousel__quote{font-family:Source Sans Pro,sans-serif;font-size:16px;font-weight:700;line-height:1.5;color:#05243d;margin:0 0 16px}.cit-carousel__quote strong,.cit-carousel__quote b{font-weight:700}.cit-carousel__author{font-family:Source Sans Pro,sans-serif;font-size:14px;font-weight:400;font-style:normal;color:#454340}.cit-carousel__author:before{content:"\2013"}.cit-carousel .testimonials .flickity-button{display:none;width:40px;height:40px;background-color:#fff;color:#666;box-shadow:0 1px 4px #0000001f}.cit-carousel .testimonials .flickity-button:disabled{opacity:0}@media screen and (min-width:720px){.cit-carousel .testimonials .flickity-button{display:flex}.cit-carousel .testimonials .flickity-button .flickity-button-icon{fill:#ed1a2d;height:20px}.cit-carousel .testimonials .flickity-button.previous{left:5px}.cit-carousel .testimonials .flickity-button.next{right:5px}}.cit-carousel .testimonials .flickity-page-dots{position:static;margin-top:24px}.cit-carousel .testimonials .flickity-page-dots .dot{width:10px;height:10px;margin:0 6px;background-color:#d9d9d9;opacity:1}.cit-carousel .testimonials .flickity-page-dots .dot.is-selected{background-color:#003876}@media screen and (min-width:768px){.cit-carousel .testimonial,.cit-carousel .testimonials.flickity-enabled .testimonial{width:calc(33.3333% - 12px)}}@media screen and (min-width:1024px){.cit-carousel{padding:64px 0 72px}.cit-carousel__container{padding:0 32px;width:100%}.cit-carousel__title{font-size:32px}.cit-carousel__stats{gap:12px 40px;margin-bottom:16px}.cit-carousel__stat{font-size:22px}.cit-carousel .testimonial,.cit-carousel .testimonials.flickity-enabled .testimonial{width:calc(25% - 12px)}.cit-carousel__card{min-height:300px;padding:40px}}.ctc{background-color:var(--ctc-bg, #ffffff);padding:40px 16px}.ctc__container{max-width:725px;margin:0 auto}.ctc__title{font-family:acrom x-bold,sans-serif;font-size:24px;line-height:1.2;text-transform:uppercase;text-align:center;color:var(--ctc-title-color, #454340);margin:0 0 32px}.ctc__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);justify-items:center}.ctc__tile{display:flex;flex-direction:column;align-items:center;gap:20px;text-decoration:none;color:var(--ctc-label-color, #dc1120);transition:opacity .15s ease}.ctc__tile:hover{opacity:.85}.ctc__media{display:block;width:100px;height:100px;border-radius:50%;overflow:hidden;flex-shrink:0}.ctc__image{width:100%;height:100%;object-fit:cover;display:block}.ctc__label{font-family:acrom x-bold,sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;display:inline-flex;align-items:center;gap:4px;line-height:1}.ctc__chevron{font-size:1.4em;line-height:.8}.ctc__label-text{font-family:Source Sans Pro,sans-serif;font-size:24px;text-transform:none;color:#ed1a2d}@media screen and (min-width:720px){.ctc{padding:64px 32px}.ctc__title{font-size:32px;margin-bottom:56px}.ctc__grid{gap:var(--ctc-gap, 80px)}.ctc__media{width:var(--ctc-image-size, 200px);height:var(--ctc-image-size, 200px)}.ctc__label{font-size:18px;gap:6px}}.ctas-group{background-color:var(--ctg-bg, #f4f4f4);padding:48px 16px}.ctas-group__container{max-width:1400px;margin:0 auto}.ctas-group__title{font-family:acrom x-bold,sans-serif;font-size:28px;line-height:1.2;text-transform:uppercase;text-align:center;color:var(--ssc-dark-gray);margin:0 0 40px}.ctas-group__grid{display:grid;gap:24px;grid-template-columns:1fr}.ctas-group__card{background-color:var(--ctg-card-bg, #ffffff);border:1px solid var(--ctg-card-border, #D9D9D9);border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.ctas-group__media{aspect-ratio:16 / 9;padding:25px 25px 0}.ctas-group__image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:8px}.ctas-group__content{padding:24px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.ctas-group__heading{font-family:Oswald,sans-serif;font-size:24px;line-height:1.2;text-transform:uppercase;color:var(--ctg-heading-color, #003876);font-weight:600;margin:0 0 12px}.ctas-group__body{font-family:Source Sans Pro,sans-serif;font-size:16px;line-height:1.5;color:var(--ctg-body-color, #4d4d4d);margin:0 0 20px}.ctas-group__button{display:inline-block;background-color:var(--ctg-button-bg, #db1221);color:var(--ctg-button-text, #ffffff);font-family:acrom x-bold,sans-serif;font-size:13px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:12px 28px;border-radius:4px;margin-top:auto;transition:background-color .15s ease}.ctas-group__button:hover{background-color:#b50e1b}@media screen and (min-width:720px){.ctas-group{padding:64px 32px}.ctas-group__title{font-size:32px;margin-bottom:48px}.ctas-group__grid{grid-template-columns:repeat(3,1fr);gap:24px}.ctas-group__button{font-size:14px}}.hbc{position:relative;width:100%;overflow:hidden;height:auto}@media screen and (min-width:720px){.hbc{height:550px;background-color:#04243d}}.hbc__media{position:relative;inset:auto;height:270px}@media screen and (min-width:720px){.hbc__media{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}}.hbc__image{width:100%;height:100%;object-fit:cover;object-position:center}.hbc__image--mobile{display:block}@media screen and (min-width:720px){.hbc__image--mobile{display:none}}.hbc__image--desktop{display:none}@media screen and (min-width:720px){.hbc__image--desktop{display:block}}.hbc__card{position:relative;z-index:1;display:flex;align-items:center;height:auto;padding:16px;box-sizing:border-box;max-width:1400px;margin:0 auto}@media screen and (min-width:720px){.hbc__card{height:100%;padding:32px}}.hbc--card-left .hbc__card{justify-content:flex-start}.hbc--card-center .hbc__card{justify-content:center}.hbc--card-right .hbc__card{justify-content:flex-end}.hbc__card-inner{background-color:#fff;border-radius:0;padding:24px 20px;max-width:100%;box-sizing:border-box}@media screen and (min-width:720px){.hbc__card-inner{border-radius:8px;padding:40px;max-width:465px}}.hbc__heading{color:#04243d;font-family:acrom x-bold,sans-serif!important;font-weight:800;font-size:30px;line-height:1.1;text-transform:uppercase;margin:0 0 16px}@media screen and (min-width:720px){.hbc__heading{font-size:40px}}.hbc__subheading{color:#349ae9;font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:18px;line-height:24px;margin:0 0 12px}@media screen and (min-width:720px){.hbc__subheading{font-size:20px;line-height:26px}}.hbc__body{color:#454340;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:16px;line-height:26px;margin:0 0 24px}.hbc__body p:not(:last-child){margin-bottom:12px}.hbc__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;align-items:center;justify-content:space-between}.hbc__button{display:inline-block;padding:14px 16px;font-family:acrom x-bold,sans-serif;font-size:13px;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:opacity .2s;flex:1;border-radius:4px;font-weight:800;text-align:center}@media screen and (min-width:720px){.hbc__button{padding:14px 28px;font-size:14px}}.hbc__button:hover{opacity:.85}.hbc__button--primary{background-color:#db1221;color:#fff;border:2px solid #DB1221}.hbc__button--secondary{background-color:#fff;color:#003876;border:1px solid #d9d9d9}@media screen and (min-width:720px){.cit{padding:48px 32px}}.cit__inner-container{display:flex;flex-direction:column;background-color:#fff}@media screen and (min-width:720px){.cit__inner-container{flex-direction:row;border-radius:8px;overflow:hidden;align-items:stretch;min-height:347px;max-width:1132px;margin:0 auto}}@media screen and (min-width:720px){.cit--position-left .cit__inner-container{flex-direction:row-reverse}}.cit__media{line-height:0;max-height:260px;width:100%}@media screen and (min-width:720px){.cit__media{flex:1 1 49%;max-height:none;width:49%}}.cit__image{width:100%;height:auto;display:block;aspect-ratio:4 / 3;object-fit:cover}@media screen and (min-width:720px){.cit__image{aspect-ratio:auto;height:100%;min-height:420px}}.cit__card{background-color:#003876;color:#fff;display:flex;align-items:center;padding:32px 20px;box-sizing:border-box}@media screen and (min-width:720px){.cit__card{background-color:#003876;padding:48px 40px;flex:1 0 51%;width:51%}}.cit__card-inner{width:100%;max-width:520px;margin:0 auto}.cit__heading{color:#fff;font-family:acrom,sans-serif;font-weight:800;font-size:28px;letter-spacing:-1px;line-height:1.1;text-transform:uppercase;margin:0 0 16px}@media screen and (min-width:720px){.cit__heading{font-size:32px;font-family:acrom,sans-serif!important}}.cit__body{font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:16px;line-height:26px;margin:0 0 24px}.cit__body p:not(:last-child){margin-bottom:12px}.cit__button{display:inline-block;padding:14px 24px;background-color:#db1221;color:#fff;font-family:acrom x-bold,sans-serif;font-size:13px;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:opacity .2s;border:2px solid #db1221;border-radius:4px;font-weight:800;text-align:center}@media screen and (min-width:720px){.cit__button{padding:14px 28px;font-size:14px}}.cit__button:hover{opacity:.85}.st{background-color:#fff;padding:32px 20px;box-sizing:border-box}@media screen and (min-width:720px){.st{padding:48px 32px}}.st__layout{display:flex;flex-direction:column;gap:32px;max-width:1330px;margin-left:auto;margin-right:auto}@media screen and (min-width:720px){.st__layout{flex-direction:row;gap:48px}}.st__tiles{display:grid;gap:16px;grid-template-columns:1fr}@media screen and (min-width:720px){.st__tiles{grid-template-columns:repeat(3,1fr)}}.st__tile{background-color:#f0f0f0;padding:24px 20px;box-sizing:border-box;display:grid;grid-template-areas:"title icon" "description description" "link link";grid-template-columns:1fr auto;column-gap:16px;row-gap:12px;align-items:start;border-radius:8px}@media screen and (min-width:720px){.st__tile{padding:32px 24px;grid-template-areas:"icon" "title" "description" "link";grid-template-columns:1fr;row-gap:16px;text-align:center;justify-items:center}}.st__title{grid-area:title;color:#003876;font-family:Oswald,sans-serif;font-weight:800;font-size:24px;line-height:1.1;letter-spacing:-1px;text-transform:uppercase;margin:0}@media screen and (min-width:720px){.st__title{font-size:22px}}.st__icon{grid-area:icon;width:64px;height:64px;display:flex;align-items:center;justify-content:center}@media screen and (min-width:720px){.st__icon{width:80px;height:80px}}.st__icon-img{max-width:100%;max-height:100%;object-fit:contain;display:block}.st__description{grid-area:description;color:#454340;font-family:Source Sans Pro,sans-serif;font-weight:400;font-size:16px;line-height:24px;margin:0}.st__description p:not(:last-child){margin-bottom:8px}.st__link{grid-area:link;color:#ed1a2d;font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;gap:4px;align-self:end}.st__link:hover{text-decoration:underline}.st__chevron{display:inline-block;font-size:1.2em;line-height:1;transition:transform .2s ease}.st__link:hover .st__chevron{transform:translate(3px)}.st__sidebar{flex:1 0 30%}.st__sidebar-title{color:#003876;font-family:Oswald,sans-serif;font-weight:800;font-size:24px;line-height:1.1;letter-spacing:-1px;text-transform:uppercase;margin:0 0 16px;padding-top:16px;border-top:1px solid #d9d9d9}.st__sidebar-list{list-style:none;margin:0;padding:0}.st__sidebar-item{border-top:1px solid #d9d9d9;padding:16px 0}.st__sidebar-link{color:#454340;font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:18px;text-decoration:none;gap:8px}.st__sidebar-link:hover{color:#ed1a2d}.st__sidebar-link .st__chevron{font-size:1.2em;transition:transform .2s ease}.st__sidebar-link:hover .st__chevron{transform:translate(3px)}
/*# sourceMappingURL=/cdn/shop/t/73/compiled_assets/styles.css.map */
