#gov-board-infographic .gbi-infographic-svg{display:block;width:100%;height:auto;max-width:40rem;margin-inline-start:auto;margin-inline-end:auto;transform-origin:center center;transition:transform .5s ease-out}#gov-board-infographic .gbi-reveal-item{opacity:0;transform:translateY(6px);transform-box:fill-box;transform-origin:center;will-change:transform,opacity,stroke-dashoffset}#gov-board-infographic .gbi-stroke-item{stroke-dasharray:var(--path-length);stroke-dashoffset:var(--path-length)}#gov-board-infographic.is-visible .gbi-reveal-item{animation:gbiReveal .62s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--reveal-delay, 0ms)}#gov-board-infographic.is-visible .gbi-stroke-item{animation:gbiReveal .62s cubic-bezier(.22,1,.36,1) forwards,gbiStroke .85s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:var(--reveal-delay, 0ms),var(--reveal-delay, 0ms)}@keyframes gbiReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes gbiStroke{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){#gov-board-infographic .gbi-reveal-item,#gov-board-infographic .gbi-stroke-item{animation:none!important;opacity:1;transform:none;stroke-dashoffset:0}#gov-board-infographic .gbi-infographic-svg{transition:none}#gov-board-infographic:hover .gbi-infographic-svg{transform:none}}.gov-board-infographic{font-family:var(--font-custom, "stc_forward", sans-serif)}.gov-table{border-collapse:collapse;font-family:stc_forward,sans-serif;font-size:.875rem}@media(min-width:768px){.gov-table{font-size:1rem}}.gov-table thead tr{background-color:var(--color-red);color:#fff}.gov-table thead th{font-weight:700;padding:1rem 1.25rem;text-align:start}.gov-table tbody td{padding:.875rem 1.25rem;border-bottom:1px solid #e5e5e5;vertical-align:top}.gov-table tbody tr:nth-child(2n){background:#fafafa}.gov-table tbody tr:hover{background:color-mix(in srgb,var(--color-primary) 4%,white)}.gov-swiper .swiper-slide{height:auto;box-sizing:border-box;padding:0}.gov-swiper .gov-card,.gov-swiper .gov-card__inner{width:100%}.gov-card{cursor:pointer;display:block;height:100%;background:transparent;border:none;padding:0;text-align:start;-webkit-tap-highlight-color:transparent}.gov-card__inner{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--color-primary);transition:box-shadow .28s ease,border-color .28s ease,transform .28s ease}.gov-card__img-wrap{background:linear-gradient(180deg,#faf8fc,#f1ecf7);border-bottom:1px solid color-mix(in srgb,var(--color-primary) 10%,transparent)}.gov-card__img-wrap img{width:60%;height:100%;object-fit:contain;object-position:center;margin:auto}.gov-card__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1rem 1rem 1.125rem}@media(min-width:768px){.gov-card__body{padding:1.125rem 1.25rem 1.35rem}}.gov-swiper .bod-card__img{background:color-mix(in srgb,var(--color-primary) 30%,white);border-bottom:1px solid color-mix(in srgb,var(--color-primary) 18%,transparent)}.gov-swiper .bod-card__body{background:var(--color-primary)}.gov-swiper{position:relative;padding:.25rem 0 .5rem;margin:0}.gov-swiper .swiper-button-next,.gov-swiper .swiper-button-prev{color:var(--color-primary);width:2.75rem;height:2.75rem;background:#fff;box-shadow:0 2px 14px #4f008c2e;border:1px solid color-mix(in srgb,var(--color-primary) 12%,transparent);transition:background .2s ease,color .2s ease,box-shadow .2s ease;z-index:2}.gov-swiper .swiper-button-next:hover,.gov-swiper .swiper-button-prev:hover{background:color-mix(in srgb,var(--color-primary) 8%,white);box-shadow:0 4px 18px #4f008c38}.gov-swiper .swiper-button-next:after,.gov-swiper .swiper-button-prev:after{font-size:1rem;font-weight:800}.gov-swiper .swiper-button-next.swiper-button-disabled,.gov-swiper .swiper-button-prev.swiper-button-disabled{opacity:.35;pointer-events:none}.gov-closing-statement{border:1px solid color-mix(in srgb,var(--color-primary) 32%,transparent);border-radius:.5rem 2.75rem;background:linear-gradient(145deg,#efe6f7,#f7f2fb 38%,#fff 88%);box-shadow:0 10px 40px #4f008c14;padding:1.75rem 1.5rem 1.5rem}.gov-closing-statement--scroll{will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.gov-closing-statement--scroll{will-change:auto}}@media(min-width:768px){.gov-closing-statement{border-radius:.5rem 3.25rem;padding:2.25rem 2.5rem 2rem}}.gov-modal{display:none;position:fixed;inset:0;z-index:1100}.gov-modal.is-open{display:block}.gov-modal__backdrop{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(2px);cursor:pointer;animation:gov-fade-in .2s ease}.gov-modal__panel{position:relative;z-index:10;background:#fff;margin:2rem auto;max-width:1100px;width:calc(100% - 2rem);padding:2rem 1.5rem;max-height:calc(100vh - 4rem);overflow-y:auto;animation:gov-slide-up .25s cubic-bezier(.22,1,.36,1)}@media(min-width:640px){.gov-modal__panel{padding:2.5rem}}.gov-modal__close{position:absolute;top:1.5rem;right:1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#666;transition:color .15s ease;z-index:99999}.gov-modal__close:hover{color:var(--color-primary)}.gov-modal__body h3{color:var(--color-primary);font-weight:700;margin-block-end:.5rem;margin-block-start:1.25rem;font-size:1rem}.gov-modal__body h3:first-child{margin-block-start:0}.gov-modal__body ul{list-style:disc;margin-inline-start:1.25rem;font-size:.9rem;line-height:1.65;font-weight:400}.gov-modal__body.page_copy ul,.gov-modal__body.page_copy ul li{font-weight:400}.gov-modal__body ul li{margin-block-end:.35rem}.gov-modal__body ul li::marker{color:var(--color-primary)}.gov-modal__body ul.gov-single-item-list{list-style:none;margin-inline-start:0;padding-inline-start:0}.gov-modal__body ul li.gov-single-item::marker{content:""}.gov-modal__body ul ul{margin-block-start:.2rem;list-style:none;margin-inline-start:0}.gov-modal__body ul ul li{margin-block-end:.12rem;list-style:none;padding-inline-start:0;font-weight:400;display:flex;align-items:baseline}[dir=ltr] .gov-modal__body ul ul li:before{content:"-";padding-right:.5rem;color:var(--color-primary);flex-shrink:0}[dir=rtl] .gov-modal__body ul ul li:before{content:"-";padding-left:.5rem;color:var(--color-primary);flex-shrink:0}[dir=rtl] .gov-exec-body ul ul,[dir=ltr] .gov-exec-body ul ul{list-style:none;margin:.2rem 0 0;margin-inline-start:0}.gov-exec-body ul ul>li{list-style:none;padding-inline-start:0;font-weight:400;display:flex;align-items:baseline}.gov-exec-body ul ul>li:before{flex-shrink:0}.gov-exec-body.page_copy ul,.gov-exec-body.page_copy .gov-exec-list,.gov-exec-body.page_copy .gov-exec-list__item,.gov-exec-body.page_copy ul ul>li{font-weight:400}.gov-exec-body ul ul>li:before{content:"- ";[dir=ltr]{padding-right:.5rem}[dir=rtl]{padding-left:.5rem}color:var(--color-primary)}.gov-exec-body{display:flex;flex-direction:column;gap:1.15rem}@media(min-width:640px){.gov-exec-body{gap:1.35rem}}.gov-exec-block__heading{margin:0 0 .4rem;font-size:.95rem;font-weight:700;color:var(--color-primary)}@media(min-width:640px){.gov-exec-block__heading{font-size:1rem}}.gov-exec-lead{margin:0 0 .5rem;font-size:.88rem;line-height:1.5;font-weight:700;color:var(--color-red)}@media(min-width:640px){.gov-exec-lead{font-size:.92rem;font-weight:700;margin-block-end:.6rem}}.gov-exec-company-block{margin-block-start:.65rem}.gov-exec-company-block:first-of-type{margin-block-start:.35rem}.gov-exec-company{margin:0 0 .2rem;font-size:.88rem;font-weight:700;line-height:1.4;color:#000}@media(min-width:640px){.gov-exec-company{font-size:1rem}}.gov-exec-list{list-style:disc;margin:0;padding-inline-start:1.1rem;font-size:.88rem;line-height:1.6;font-weight:400;color:#000}@media(min-width:640px){.gov-exec-list{font-size:.92rem;line-height:1.65}}.gov-exec-sublist{color:#000}.gov-exec-list__item{margin-block-end:.25rem}.gov-exec-list__item::marker{color:var(--color-primary)}.gov-exec-list.gov-single-item-list{list-style:none!important;padding-inline-start:0!important}.gov-exec-list__item.gov-single-item{list-style:none!important}.gov-exec-list__item.gov-single-item::marker{content:""!important}.gov-exec-list__item--lead{list-style:disc;color:var(--color-red);font-weight:400}.gov-exec-list__item--lead::marker{color:var(--color-red)}.gov-exec-body strong{font-weight:700;color:#000}@keyframes gov-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gov-slide-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}
