.herocards{gap:3rem;padding:0 1rem}.herocards,.herocards__main{display:flex;flex-direction:column}.herocards__main{gap:2rem;width:100%}.herocards__main .herocards__main-content{width:100%}.herocards__main-content{display:flex;flex-direction:column}.herocards__main-title{font-size:3rem;font-weight:800;letter-spacing:0;line-height:3.5rem}.herocards__main--subtitle{font-size:1.25rem;font-weight:700;letter-spacing:0;line-height:1.75rem;margin-top:1rem}.herocards__main-ctas{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;margin-top:2rem}.herocards__main-cta{border-radius:8px;padding:.5rem 1rem;width:fit-content}.herocards__main-image{border-radius:16px}.herocards__cards{display:flex;flex-direction:row;gap:0;overflow-x:auto;position:relative;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.herocards__cards-wrapper{align-items:center;display:flex;flex-direction:column;gap:1rem;grid-template-columns:auto 1fr auto;position:relative}.herocards__cards-wrapper.herocards__cards-wrapper--desktop{display:none}.herocards__card{border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;min-width:100%;padding:2rem 1rem;position:relative;scroll-snap-align:start;width:100%}.herocards__carousel-controls{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.herocards__carousel-arrow{align-items:center;background:none;border:none;border-radius:50%;color:#303aae;cursor:pointer;display:flex;display:none;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;transition:background .3s;width:40px}.herocards__carousel-arrow:active,.herocards__carousel-arrow:focus,.herocards__carousel-arrow:focus-visible,.herocards__carousel-arrow:hover{background-color:transparent;border:none;color:#303aae}.herocards__carousel-arrow:disabled{cursor:not-allowed;opacity:0}.herocards__carousel-dots{display:flex;gap:.5rem;grid-column:1/-1;justify-content:center;margin-top:1rem}.herocards__carousel-dot{background:#ccc;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;height:8px;min-height:8px;min-width:8px;padding:0;transition:background .3s;width:8px}.herocards__carousel-dot.active{background:#303aae;height:8px;padding:0;width:8px}.herocards__carousel-dot:focus,.herocards__carousel-dot:hover{border:none}.herocards__card-logo{height:auto;margin:0 auto;max-width:160px;object-fit:contain;width:100%}.herocards__card-title{font-family:Avenir Next LT W01 Bold;font-size:1.875rem;font-weight:800;letter-spacing:0;line-height:2.25rem;margin-bottom:0}.herocards__card-description{font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem}.herocards__card--hascta .herocards__card-description{margin-bottom:1rem}.herocards__card-cta{border-radius:8px;bottom:2rem;font-weight:700;margin-top:auto;padding:.5rem 1rem;width:fit-content}.herocards__main-card{display:none}.herocards__slider{background:#fff;overflow:hidden;padding:40px 0;position:relative}.herocards__slider.herocards__slider--desktop{display:none}.herocards__slider:after,.herocards__slider:before{content:"";height:100%;position:absolute;top:0;width:100px;z-index:2}.herocards__slider:before{left:0}.herocards__slider:after{right:0}.herocards__track{animation:scroll 30s linear infinite;display:flex;width:fit-content}.herocards__track:hover{animation-play-state:paused}.herocards__slide{min-width:200px;padding:0 40px}.herocards__logo,.herocards__slide{align-items:center;display:flex;justify-content:center}.herocards__logo{color:#666;font-weight:700;height:60px;object-fit:contain;transition:transform .3s ease;width:auto}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (min-width:768px){.herocards__main{display:grid;grid-template-columns:50% 50%}.herocards__main.herocards__main--split{align-items:stretch;gap:2%;grid-template-columns:37% 34% 25%}.herocards__main.herocards__main--split .herocards__main-content{width:100%}.herocards__main.herocards__main--split .herocards__main-image{height:100%;object-fit:cover;width:100%}.herocards__main.herocards__main--split .herocards__main-card{display:flex;width:100%}.herocards__cards{display:grid;gap:.75rem;overflow-x:visible}.herocards__cards-wrapper{display:none}.herocards__cards-wrapper.herocards__cards-wrapper--desktop{display:flex}.herocards__card{min-width:auto;width:auto}.herocards__carousel-controls{display:none}.herocards__cards.herocards__cards--length-2{grid-template-columns:1fr}.herocards__cards.herocards__cards--length-3{grid-template-columns:1fr 1fr}.herocards__cards.herocards__cards--length-4{grid-template-columns:1fr 1fr 2fr}.herocards__slider.herocards__slider--desktop{display:flex}.herocards__slider.herocards__slider--mobile{display:none}}