.banner{background-color:#0e56a3;color:#fff}.banner__container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media(min-width:640px){.banner__container{padding:3rem 1.5rem}}@media(min-width:1024px){.banner__container{padding:5rem 2rem}}.banner__content{max-width:48rem}.banner__title{font-size:1.875rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#fff}@media(min-width:640px){.banner__title{font-size:2.25rem;margin-bottom:1.25rem}}@media(min-width:768px){.banner__title{font-size:3rem;margin-bottom:1.5rem}}@media(min-width:1024px){.banner__title{font-size:3.75rem}}.banner__subtitle{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#dbeafe}@media(min-width:640px){.banner__subtitle{font-size:1.125rem;margin-bottom:1.75rem}}@media(min-width:768px){.banner__subtitle{font-size:1.5rem;margin-bottom:2rem}}.banner__actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.banner__actions{flex-direction:row}}.banner__button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}@media(min-width:640px){.banner__button{padding:.75rem 2rem;font-size:1.125rem}}.banner__button--primary{background-color:#fff;color:#0e56a3}.banner__button--primary:hover{background-color:#f9fafb}.banner__button--secondary{background-color:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.banner__button--secondary:hover{background-color:#fff;color:#0e56a3}html.dark .banner{background-color:#374151!important}html.dark .banner,html.dark .banner .banner__subtitle,html.dark .banner .banner__title{color:#fff!important}html.dark .banner .banner__button--primary{background-color:#fff!important;color:#374151!important}html.dark .banner .banner__button--primary:hover{background-color:#f3f4f6!important;color:#374151!important}html.dark .banner .banner__button--secondary{background-color:rgba(0,0,0,0)!important;color:#fff!important;border-color:#fff!important}html.dark .banner .banner__button--secondary:hover{background-color:#fff!important;color:#374151!important}