.section-reassurance-wrapper{--reassurance-border-color: #e2e0dc;--reassurance-text-color: #404040;--reassurance-font-size: 14px;--reassurance-line-height: 1.2;--reassurance-inner-gap: 12px;--reassurance-icon-width: 74px;--reassurance-icon-height: 65px}.reassurance{position:relative;overflow:hidden;width:100%;border-top:1px solid var(--reassurance-border-color);border-bottom:1px solid var(--reassurance-border-color);isolation:isolate}.reassurance__background{position:absolute;z-index:-1;overflow:hidden;pointer-events:none;inset:0}.reassurance__background-image{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;object-position:center}.reassurance__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:var(--reassurance-padding-y, 24px);padding-bottom:var(--reassurance-padding-y, 24px);column-gap:var(--reassurance-gap, 96px);row-gap:32px}.reassurance__list{display:contents;margin:0;padding:0;list-style:none}.reassurance__item{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:flex-start;max-width:320px;text-align:center;gap:var(--reassurance-inner-gap)}.reassurance__link{display:flex;flex-direction:column;align-items:center;transition:opacity .2s ease;text-decoration:none;color:inherit;gap:var(--reassurance-inner-gap)}.reassurance__link:hover,.reassurance__link:focus-visible{opacity:.8}.reassurance__link:focus-visible{border-radius:2px;outline:2px solid currentColor;outline-offset:4px}.reassurance__icon{display:flex;align-items:center;justify-content:center;width:var(--reassurance-icon-width);height:var(--reassurance-icon-height);flex-shrink:0}.reassurance__icon-image{width:auto;max-width:100%;height:auto;max-height:100%;object-fit:contain}.reassurance__text{margin:0;text-align:center;font-size:var(--reassurance-font-size);line-height:var(--reassurance-line-height);text-transform:capitalize;color:var(--reassurance-text-color)}@media screen and (max-width: 749px){.reassurance__inner{column-gap:24px;row-gap:24px;padding-inline:16px}.reassurance__text{max-width:18ch;white-space:normal}}
