.hellios-quote-carousel .hqc-grid{display:grid;grid-template-columns:3fr 5fr;padding:0 30px}.hellios-quote-carousel .hqc-grid>div:first-of-type{display:flex;flex-direction:column;justify-content:center}.hellios-quote-carousel .hqc-grid>div h2{color:var(--hellios-pink);font-size:28.5pt}.hellios-quote-carousel .hqc-grid>div h3{color:var(--hellios-grey);font-family:Soleil-Regular,sans-serif!important;font-size:18pt;font-weight:400}.hellios-quote-carousel .hqc-buttons{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.hellios-quote-carousel .hqc-buttons>div{background-color:var(--hellios-pink);border-radius:50%;cursor:pointer;display:grid;height:50px;place-items:center;transition:filter .4s ease-in-out,scale .4s ease-in-out;width:50px}.hellios-quote-carousel .hqc-buttons>div:hover{filter:brightness(.9);transform:scale(1.1)}.hellios-quote-carousel .hqc-buttons>div:first-of-type{background-color:var(--hellios-grey)}.hellios-quote-carousel .hqc-buttons svg{fill:#fff;height:75%;width:auto}.hellios-quote-carousel .hqc-carousel{font-family:system-ui,sans-serif;overflow:hidden;position:relative;width:100%}.hellios-quote-carousel .hqc-carousel-track{display:flex;transition:transform .6s ease}.hellios-quote-carousel .hqc-carousel-slide{box-sizing:border-box;display:grid;min-width:100%;padding:30px;place-items:center}.hellios-quote-carousel .hqc-carousel-dots{display:flex;gap:10px;justify-content:center;margin-bottom:5px;margin-top:15px}.hellios-quote-carousel .dot{aspect-ratio:1;background:#ccc;border:none;border-radius:50%;cursor:pointer;height:12px;width:12px}.hellios-quote-carousel .dot:hover{transform:scale(1.2)}.hellios-quote-carousel .dot.active{background:#e6007e}.hellios-quote-carousel .hqc-quote-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:grid;gap:32px;grid-template-columns:4fr 10fr;padding:60px 30px;position:relative}.hellios-quote-carousel .hqc-quote-card>div{display:flex;flex-direction:column;justify-content:center}.hellios-quote-carousel .hqc-quote-card>div>img{display:block;margin:0 auto 16px}.hellios-quote-carousel .hqc-quote-mark-bottom,.hellios-quote-carousel .hqc-quote-mark-top{bottom:-30px;color:var(--hellios-pink);font-family:Soleil-Semibold,sans-serif;font-size:80pt;height:fit-content;left:30px;position:absolute;width:fit-content}.hellios-quote-carousel .hqc-quote-mark-top{bottom:unset;left:unset;right:20px;top:-100px}.hellios-quote-carousel .hqc-info{align-items:center;display:flex;flex-direction:column}.hellios-quote-carousel .hqc-info span{color:var(--hellios-pink);font-size:12pt;font-weight:700;text-align:center}.hellios-quote-carousel .hqc-quote-card p{font-weight:700;text-align:center}.hellios-quote-carousel .hqc-quote-card a.btn{display:block;margin:0 auto;width:fit-content}@media (max-width:768px){.hellios-quote-carousel .hqc-grid{grid-template-columns:1fr;padding:0}.hellios-quote-carousel .hqc-grid>div:first-of-type{padding:0 30px}.hellios-quote-carousel .hqc-carousel-slide{padding:30px}}@media (max-width:575px){.hellios-quote-carousel .hqc-quote-card{grid-template-columns:1fr}}