.home-hero{display:flex;height:100vh;flex-direction:column;overflow:hidden;background-color:#fff}.home-hero__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.home-hero__content{position:relative;box-sizing:border-box;display:flex;height:100%;width:100%;max-width:72rem;margin-left:auto;margin-right:auto;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.home-hero__logo-wrap{position:absolute;top:0;left:0;z-index:1;box-sizing:border-box;padding:4rem;max-width:100%}.home-hero__logo{display:block;width:min(240px,calc(100vw - 8rem));height:auto;aspect-ratio:800 / 212}@media (min-width: 768px){.home-hero__logo{width:min(280px,calc(100vw - 8rem))}}@media (min-width: 1024px){.home-hero__logo{width:min(400px,calc(100vw - 8rem))}}.home-hero__background{position:relative;flex:1 1 0;background-position:center;background-repeat:no-repeat;background-size:cover}.home-hero__title{margin:0;text-align:center;font-size:2.25rem;font-weight:700;color:#fff;text-shadow:0 10px 15px rgba(0,0,0,.25)}@media (min-width: 768px){.home-hero__title{font-size:3.75rem}}@media (min-width: 1024px){.home-hero__title{font-size:4.5rem}}.home-section__inner{margin-left:auto;margin-right:auto;max-width:72rem}.home-section__inner--default{padding:4rem}.home-section__inner--compact{padding:2rem}.home-section__title{margin:0 0 1.5rem;font-size:2.25rem;font-weight:700}.home-section--purpose{background-color:#4a044ee6}.home-section--purpose .home-section__title{color:#f0abfc}.home-section--purpose .home-section__text{margin-left:auto;margin-right:auto;font-size:1.25rem;color:#fae8ff}.home-section--purpose .home-section__link{color:#0891b2;text-decoration:underline}.home-section--features{background-color:#f97316}.home-section--features .home-section__title{color:#ffedd5}.home-section--about{background-color:#831843f2}.home-section--about .home-section__title{color:#f9a8d4}.home-section--about .home-section__text{margin-left:auto;margin-right:auto;font-size:1.25rem;color:#f9a8d4}.home-section--contact{background-color:#164e63e6}.home-section--contact .home-section__title{color:#67e8f9}.home-section--contact .home-section__text{margin-left:auto;margin-right:auto;margin-bottom:2rem;font-size:1.25rem;color:#67e8f9}.home-section--footer{background-color:#4a044e}.home-section--footer .home-section__text{text-align:center;font-size:1.25rem;color:#f0abfc}.home-gallery{display:grid;margin-top:4rem;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.home-gallery{grid-template-columns:repeat(3,1fr);grid-template-rows:1fr}}.home-gallery__button{aspect-ratio:1 / 1;height:100%;width:100%;cursor:pointer;overflow:hidden;border:none;border-radius:.5rem;padding:0;box-shadow:0 10px 15px -3px #0000001a;transition:transform .2s ease}.home-gallery__button:hover{transform:scale(1.2)}.home-gallery__button:focus{outline:none;box-shadow:0 0 0 2px #fdba74}.home-gallery__button img{height:100%;width:100%;object-fit:cover}.home-features{display:grid;gap:2rem}@media (min-width: 768px){.home-features{grid-template-columns:repeat(3,1fr)}}.home-feature-card{border-radius:.75rem;background-color:#fff;padding:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a;transition:box-shadow .2s ease}.home-feature-card:hover{box-shadow:0 20px 25px -5px #0000001a}.home-feature-card__icon-wrap{display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;width:4rem;height:4rem;border-radius:9999px;background-color:#fed7aa}.home-feature-card__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:var(--color-neutral-900)}.home-feature-card__text{margin:0;color:var(--color-neutral-600)}.home-contact-form{margin-left:auto;margin-right:auto;max-width:42rem}.home-contact-form>*+*{margin-top:1.5rem}.home-contact-alert{border-radius:.5rem;border:1px solid rgba(239,68,68,.5);background-color:#ef444433;padding:.75rem 1rem;color:#fecaca}.home-contact-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.home-contact-grid{grid-template-columns:repeat(2,1fr)}}.home-contact-field label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#67e8f9}.home-contact-input,.home-contact-textarea{display:block;width:100%;border-radius:.5rem;border:1px solid rgba(13,148,136,.3);background-color:#0e7490;padding:.75rem 1rem;color:#fff;font:inherit}.home-contact-input::placeholder,.home-contact-textarea::placeholder{color:#cffafe}.home-contact-input:focus,.home-contact-textarea:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 2px #2dd4bf}.home-contact-input:disabled,.home-contact-textarea:disabled{cursor:not-allowed;opacity:.5}.home-contact-input--narrow{max-width:20rem}.home-contact-input:-webkit-autofill,.home-contact-input:-webkit-autofill:hover,.home-contact-input:-webkit-autofill:focus,.home-contact-input:-webkit-autofill:active,.home-contact-textarea:-webkit-autofill,.home-contact-textarea:-webkit-autofill:hover,.home-contact-textarea:-webkit-autofill:focus,.home-contact-textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #0e7490 inset!important;-webkit-text-fill-color:#ffffff!important;caret-color:#fff!important;transition:background-color 5000s ease-in-out 0s}.home-contact-actions{display:flex;justify-content:flex-end}.home-contact-submit{border:none;border-radius:.5rem;background-color:#0e7490;padding:.75rem 2rem;font:inherit;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s ease}.home-contact-submit:hover:not(:disabled){background-color:#155e75}.home-contact-submit:focus{outline:none;box-shadow:0 0 0 2px #2dd4bf,0 0 0 4px #164e63}.home-contact-submit:disabled{cursor:not-allowed;opacity:.5}.home-hidden{display:none}.home-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-icon{display:inline;vertical-align:middle;flex-shrink:0}.home-icon--md{width:1.5rem;height:1.5rem}.home-icon--lg{width:2rem;height:2rem}.home-icon--feature{width:2rem;height:2rem;color:#083344}.home-icon--success{color:var(--color-success)}.home-modal-backdrop{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000000e6}.home-modal-backdrop__close{position:absolute;top:1rem;right:1rem;border:none;border-radius:9999px;background-color:#fff3;padding:.5rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.home-modal-backdrop__close:hover{background-color:#ffffff4d}.home-modal-backdrop__nav{position:absolute;border:none;border-radius:9999px;background-color:#fff3;padding:.75rem;color:#fff;cursor:pointer;transition:background-color .15s ease}.home-modal-backdrop__nav:hover{background-color:#ffffff4d}.home-modal-backdrop__nav--prev{left:1rem}.home-modal-backdrop__nav--next{right:1rem}.home-lightbox-image{max-height:100%;max-width:100%;border-radius:.5rem;object-fit:contain}.home-thankyou-panel{position:relative;width:100%;max-width:28rem;border-radius:.5rem;background-color:#fff;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.home-thankyou-panel__close{position:absolute;top:1rem;right:1rem;border:none;border-radius:9999px;background-color:var(--color-neutral-100);padding:.5rem;color:var(--color-neutral-600);cursor:pointer;transition:background-color .15s ease}.home-thankyou-panel__close:hover{background-color:var(--color-neutral-200)}.home-thankyou-panel__content{text-align:center}.home-thankyou-panel__icon-wrap{display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;width:4rem;height:4rem;border-radius:9999px;background-color:var(--color-success-bg)}.home-thankyou-panel__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--color-neutral-900)}.home-thankyou-panel__text{margin:0 0 1.5rem;color:var(--color-neutral-600)}.home-thankyou-panel__button{border:none;border-radius:.5rem;background-color:#0e7490;padding:.5rem 1.5rem;font:inherit;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s ease}.home-thankyou-panel__button:hover{background-color:#155e75}.home-thankyou-panel__button:focus{outline:none;box-shadow:0 0 0 2px #2dd4bf}
