.info-repeater-section-subtitle{color:var(--lightBlue)}.info-repeater-section-row{display:grid;grid-gap:40px}.info-repeater-section-steps-list{display:grid;grid-gap:20px;margin-top:32px}.info-repeater-section-step-item{display:flex;gap:16px;position:relative}.info-repeater-section-step-item:after{background-color:var(--lightBlue);bottom:0;content:"";left:24px;position:absolute;top:56px;transform:scaleY(0);transform-origin:top;transition:transform .4s ease-in-out;width:1px}.info-repeater-section-step-item.open:after{transform:scaleY(1)}.info-repeater-section-step-item:not(.open){cursor:pointer}.info-repeater-section-step-number{transition:background-color .3s}.info-repeater-section-step-title{align-items:center;display:flex;font-weight:600;min-height:48px}.info-repeater-section-step-description ul{list-style:none;margin-bottom:16px;padding-left:0}.info-repeater-section-step-description ul:last-child{margin-bottom:0}.info-repeater-section-step-description ul li{margin-bottom:12px;padding-left:38px;position:relative}.info-repeater-section-step-description ul li:before{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M8 14L12 18L20 10' stroke='%236F9AC7' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat 50% /contain;content:"";height:28px;left:0;position:absolute;top:0;width:28px}.info-repeater-section-button{margin-top:32px}@media (min-width:768px){.info-repeater-section-row{grid-gap:48px;grid-template-columns:1.2fr 1fr}}@media (min-width:1920px){.info-repeater-section-row{grid-gap:80px}.info-repeater-section-button,.info-repeater-section-steps-list{margin-top:48px}}