*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#fff;color:#171717;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.re-section{background:#fff;padding:80px 24px;position:relative}@media (min-width:1024px){.re-section{padding:112px 24px}}.re-grid{display:grid;gap:40px;grid-template-columns:1fr;margin:0 auto;max-width:1300px}@media (min-width:1024px){.re-grid{gap:64px;grid-template-columns:1fr 1fr}}.re-title{color:#171717;font-size:40px;font-weight:500;letter-spacing:-.02em;line-height:1.05;margin:0 0 16px}@media (min-width:1024px){.re-title{font-size:48px}}.re-lede{color:#525252;font-size:17px;line-height:1.55;margin:0 0 40px;max-width:46ch}.re-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.re-list li{border-bottom:1px solid hsla(0,0%,83%,.8)}.re-item{background:transparent;border:0;color:#171717;cursor:pointer;font-family:inherit;justify-content:space-between;padding:20px 0;text-align:left;transition:color .2s ease;width:100%}.re-item,.re-item-left{align-items:center;display:flex}.re-item-left{gap:16px}.re-item-label{font-size:20px;font-weight:500;letter-spacing:-.01em}@media (min-width:1024px){.re-item-label{font-size:22px}}.re-item .chev,.re-item .icon{color:#525252;flex:none;height:24px;transition:color .2s ease,transform .2s ease;width:24px}.re-item .chev{color:#a3a3a3;height:20px;width:20px}.re-item:hover .chev{transform:translate(2px,2px)}.re-item.is-active,.re-item.is-active .chev,.re-item.is-active .icon,.re-item.is-active .re-item-label{color:var(--accent)}.re-card,.re-card-wrap{position:relative}.re-card{animation:reFade .35s ease-out;background:var(--accent);border-radius:6px;box-shadow:0 30px 60px -20px var(--shadow);color:#fff;display:none;min-height:560px;overflow:hidden;padding:40px}@media (min-width:1024px){.re-card{padding:48px}}.re-card.is-active{display:block}@keyframes reFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.re-card-icon{align-items:center;background:hsla(0,0%,100%,.15);border-radius:9999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3);display:inline-flex;height:56px;justify-content:center;margin-bottom:40px;width:56px}.re-card-icon svg{color:#fff;height:28px;width:28px}.re-card-h{font-size:28px;font-weight:500;letter-spacing:-.01em;line-height:1.15;margin:0 0 24px}@media (min-width:1024px){.re-card-h{font-size:32px}}.re-card-body p{color:hsla(0,0%,100%,.95);font-size:16px;line-height:1.55;margin:0 0 20px}@media (min-width:1024px){.re-card-body p{font-size:17px}}.re-card-body p:last-child{margin-bottom:0}.re-cta{align-items:center;background:transparent;border:1px solid #fff;border-radius:9999px;color:#fff;display:inline-flex;font-size:15px;font-weight:500;gap:12px;margin-top:40px;padding:12px 28px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.re-cta svg{height:16px;transition:transform .2s ease;width:16px}.re-cta:hover{background:#fff;color:var(--accent)}.re-cta:hover svg{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}