.hero{overflow:hidden;padding:32px 0;position:relative}.hero:before{background:linear-gradient(135deg,#673c5cf2,#ac72a0d9);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero--secondary:before{background:linear-gradient(135deg,#ac72a0f2,#673c5cd9)}.hero--info:before{background:linear-gradient(135deg,#43889df2,#673c5cd9)}.hero--success:before{background:linear-gradient(135deg,#43ff64f2,#ac72a0d9)}.hero--has-logo .hero__content{align-items:center;display:flex;gap:32px}@media (max-width:767px){.hero--has-logo .hero__content{flex-direction:column;gap:16px;text-align:center}}.hero__logo-container{align-items:center;background-color:#ffffffe6;border-radius:9999px;box-shadow:0 4px 6px -2px #0000000d,0 10px 15px -3px #0000001a;display:flex;flex-shrink:0;height:120px;justify-content:center;padding:16px;width:120px}@media (max-width:767px){.hero__logo-container{height:100px;width:100px}}.hero__logo{max-height:80%;max-width:80%;-o-object-fit:contain;object-fit:contain}.hero__text{flex-grow:1}.hero__title{color:#fff;font-weight:800;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero--has-logo .hero__title{margin-bottom:8px;text-align:left}@media (max-width:767px){.hero--has-logo .hero__title{text-align:center}}.hero__title.has-underline{position:relative;text-align:center}.hero__title.has-underline:after{background-color:#fff;border-radius:9999px;content:"";display:block;height:4px;margin:8px auto 0;width:80px}.hero--has-logo .hero__title.has-underline{text-align:left}.hero--has-logo .hero__title.has-underline:after{margin:8px 0 0}@media (max-width:767px){.hero--has-logo .hero__title.has-underline{text-align:center}.hero--has-logo .hero__title.has-underline:after{margin:8px auto 0}}.hero__description{color:#fffffff2;line-height:1.6;max-width:800px}.hero--has-logo .hero__description{margin:0;text-align:left}@media (max-width:767px){.hero--has-logo .hero__description{margin:0 auto;text-align:center}}.hero__description:not(.hero--has-logo .hero__description){margin:0 auto;text-align:center}.hero__meta{color:#ffffffe6;display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.hero--has-logo .hero__meta{margin-bottom:16px}@media (max-width:767px){.hero--has-logo .hero__meta{justify-content:center}}.hero__meta :deep(.hero__meta-item){align-items:center;display:flex;gap:4px}.hero__links{display:flex;gap:16px;margin-top:16px}@media (max-width:767px){.hero__links{justify-content:center}}.hero__links :deep(.hero__link){align-items:center;background-color:#fff3;border-radius:8px;color:#fff;display:flex;gap:4px;padding:4px 8px;transition:all .3s ease}.hero__links :deep(.hero__link):hover{background-color:#ffffff4d;transform:translateY(-2px)}
