.content-cards-section{background-color:#f5f4f2;border-radius:20px;overflow:hidden;padding:48px}.content-cards-top-text{display:flex;flex-direction:column;gap:6px;margin-bottom:40px;text-align:center}.content-cards-preheader{color:#155be8;font-size:16px;font-weight:400;letter-spacing:1px;margin-bottom:10px}.content-cards-heading{margin:0}.content-cards-description{margin-bottom:10px}.content-cards-container{align-items:flex-start;display:flex;gap:60px;margin:0 auto;max-width:100%}.content-cards-left,.content-cards-right{flex:1}.content-cards-left{align-items:flex-start;display:flex;justify-content:center}.content-left-image{border-radius:15px;max-width:100%}.content-cards-grid{display:grid;gap:24px;grid-template-columns:1fr}.content-cards-card-wrapper{display:flex}.content-cards-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;padding:0;transition:none}.card-header{align-items:center;appearance:none;background:transparent;border:0;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:24px 28px;transition:none;width:100%}.card-header:active,.card-header:focus,.card-header:hover{background:transparent;box-shadow:none;color:inherit;outline:none}.card-title{font-size:18px;font-weight:700;text-align:left;transition:none}.chevron{border-bottom:2px solid #222;border-right:2px solid #222;flex:0 0 auto;height:14px;transform:rotate(45deg);transition:transform .25s ease;width:14px}.content-cards-card.is-open .chevron{transform:rotate(-135deg)}.content-cards-content{display:grid;gap:12px;max-height:0;opacity:0;overflow:hidden;padding:0 28px 24px;transition:max-height .35s ease,opacity .25s ease .05s,padding-top .35s ease}.content-cards-card.is-open .content-cards-content{max-height:800px;opacity:1;padding-top:8px}.card-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.card-pill{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:30px;color:#333;cursor:default;display:inline-flex;font-size:14px;gap:10px;padding:10px 20px;text-decoration:none;transition:transform .2s ease}.card-pill:hover{transform:translateY(-2px)}.pill-icon.left{align-items:center;display:flex}.pill-icon.left svg path{stroke:#7ce0c3}.card-cta{align-items:center;align-self:flex-start;background-color:#165be7;border:2px solid transparent;border-radius:30px;color:#fff;display:inline-flex;justify-content:center;margin-top:16px;max-width:100%;transition:all .3s ease;width:fit-content}.card-cta,.card-cta:hover{font-size:18px;font-weight:600;padding:10px 20px;text-decoration:none}.card-cta:hover{background:#fff;border:2px solid #155be8;box-shadow:0 6px 16px rgba(0,0,0,.2);color:#155be8;transform:translateY(-5px)}@media (max-width:1024px){.content-cards-section{padding:40px 32px}.content-cards-container{align-items:center;flex-direction:column;gap:28px}.content-cards-left{margin-bottom:24px;width:100%}.content-cards-right{width:100%}}@media (max-width:768px){.content-cards-section{padding:40px 24px}.content-cards-top-text{margin-bottom:20px}.card-title{font-size:16px}.content-cards-card{border-radius:8px}.card-pill{font-size:13px;padding:8px 16px}.card-cta,.card-cta:hover{font-size:16px;font-weight:600;padding:10px 20px}}