.sticky-content-list{position:relative;z-index:3}.sticky-content-list,.sticky-content-list *,.sticky-content-list :after,.sticky-content-list :before{box-sizing:border-box}.sticky-content-list{display:grid;gap:clamp(42px,7vw,var(--sticky-content-list-column-gap,96px));grid-template-columns:minmax(240px,.78fr) minmax(420px,1.22fr);width:100%}.sticky-content-list__intro,.sticky-content-list__items{min-width:0}.sticky-content-list__intro-inner{position:sticky;top:var(--sticky-content-list-sticky-top,120px)}.sticky-content-list__title{color:var(--sticky-content-list-heading,#10233f);margin:0}.sticky-content-list__button{align-items:center;background:var(--sticky-content-list-button-background,#f15a29);border:2px solid var(--sticky-content-list-button-background,#f15a29);border-radius:999px;color:var(--sticky-content-list-button-text,#fff);display:inline-flex;font-family:Archivo,sans-serif;font-size:var(--sticky-content-list-button-font-size,18px);font-weight:600;gap:20px;line-height:1;margin-top:34px;min-height:var(--sticky-content-list-button-height,60px);padding:6px 8px 6px 30px;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}.sticky-content-list__button,.sticky-content-list__button span{text-decoration:none!important}.sticky-content-list__button-icon{background:var(--sticky-content-list-button-icon-background,#fff);border-radius:50%;color:var(--sticky-content-list-button-icon-color,#10233f);display:grid;flex:0 0 var(--sticky-content-list-button-icon-size,46px);height:var(--sticky-content-list-button-icon-size,46px);place-items:center;width:var(--sticky-content-list-button-icon-size,46px)}.sticky-content-list__button:focus-visible,.sticky-content-list__button:hover{background:transparent;color:var(--sticky-content-list-button-background,#f15a29)}.sticky-content-list__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.sticky-content-list__items{display:grid;gap:clamp(24px,3vw,34px)}.sticky-content-list__item{color:var(--sticky-content-list-text,#10233f)}.sticky-content-list__item-heading{align-items:baseline;display:flex;gap:6px;margin-bottom:8px}.sticky-content-list__number{color:var(--sticky-content-list-accent,#f15a29);flex:0 0 auto;font-family:Archivo,sans-serif;font-size:28px;font-weight:700;line-height:1.15}.sticky-content-list__item-title{color:var(--sticky-content-list-heading,#10233f);margin:0}.sticky-content-list__text,.sticky-content-list__text p{color:var(--sticky-content-list-text,#10233f)}.sticky-content-list__text p{margin:0}.sticky-content-list__text p+p{margin-top:12px}@media (max-width:992px){.sticky-content-list{gap:40px;grid-template-columns:1fr}.sticky-content-list__intro-inner{max-width:640px;position:static}}@media (max-width:560px){.sticky-content-list{gap:34px}.sticky-content-list__button{font-size:15px;gap:12px;justify-content:space-between;margin-top:22px;min-height:50px;padding:4px 5px 4px 18px;width:100%}.sticky-content-list__button-icon{flex-basis:42px;height:42px;width:42px}.sticky-content-list__items{gap:28px}.sticky-content-list__number{font-size:20px}}