.maya-community{--maya-community-bg: #0c2b68;--maya-community-eyebrow: #ffffff;--maya-community-heading: #ffffff;--maya-community-text: #ffffff;--maya-community-disclaimer: rgba(255, 255, 255, .78);--maya-community-input-bg: #ffffff;--maya-community-input-text: #061f38;--maya-community-placeholder: #6b7c8d;--maya-community-input-border: #ffffff;--maya-community-btn-bg: #ffffff;--maya-community-btn-text: #061f38;--maya-community-btn-hover-bg: #e3f7ff;--maya-community-btn-hover-text: #061f38;--maya-community-success-bg: rgba(255, 255, 255, .12);--maya-community-error: #ffd6d6;--maya-community-pattern: rgba(255, 255, 255, .12);--maya-community-content-max: 820px;--maya-community-form-max: 560px;--maya-community-heading-size: 28px;--maya-community-eyebrow-size: 13px;--maya-community-text-size: 16px;--maya-community-btn-size: 16px;--maya-community-input-size: 16px;--maya-community-btn-radius: 40px;--maya-community-input-radius: 40px;--maya-community-btn-pad-y: 18px;--maya-community-btn-pad-x: 36px;--maya-community-btn-min: 210px;--maya-community-input-pad-y: 16px;--maya-community-input-pad-x: 22px;--maya-community-pad-top: 56px;--maya-community-pad-bottom: 56px;--maya-community-overlay-opacity: .18;position:relative;width:100%;overflow:hidden;background:var(--maya-community-bg);color:var(--maya-community-heading);text-align:center}.maya-community__pattern,.maya-community__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.maya-community__pattern svg{display:block;width:100%;height:100%;color:var(--maya-community-pattern)}.maya-community__overlay img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:var(--maya-community-overlay-opacity)}.maya-community__glow{position:absolute;top:50%;left:50%;width:min(92%,920px);height:72%;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,#58a9e047,#0c2b6800 70%);pointer-events:none;z-index:0}.maya-community__inner{position:relative;z-index:1;display:flex;justify-content:center;padding-top:var(--maya-community-pad-top);padding-bottom:var(--maya-community-pad-bottom)}.maya-community--full-width .maya-community__inner{padding-left:1.6rem;padding-right:1.6rem}.maya-community__content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--maya-community-content-max)}.maya-community--align-left{text-align:left}.maya-community--align-left .maya-community__inner{justify-content:flex-start}.maya-community--align-left .maya-community__content{align-items:flex-start}.maya-community--align-right{text-align:right}.maya-community--align-right .maya-community__inner{justify-content:flex-end}.maya-community--align-right .maya-community__content{align-items:flex-end}.maya-community__eyebrow{margin:0 0 1rem;font-family:var(--font-body-family);font-size:var(--maya-community-eyebrow-size);font-style:normal;font-weight:700;line-height:1.3;letter-spacing:.04em;text-transform:uppercase;color:var(--maya-community-eyebrow)}.maya-community__heading{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:var(--maya-community-heading-size);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:var(--maya-community-heading)}.maya-community__heading.maya-community__heading--uppercase{text-transform:uppercase}.maya-community__text{margin:0 0 2.4rem;font-family:var(--font-body-family);font-size:var(--maya-community-text-size);font-style:normal;font-weight:400;line-height:1.45;color:var(--maya-community-text)}.maya-community__text p{margin:0 0 .8rem}.maya-community__text p:last-child{margin-bottom:0}.maya-community__signup{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--maya-community-form-max)}.maya-community--align-left .maya-community__signup{align-items:flex-start}.maya-community--align-right .maya-community__signup{align-items:flex-end}.maya-community__form.customer,.maya-community form.customer{display:flex;flex-direction:column;align-items:center;width:100%;max-width:none;margin:0;padding:0;text-align:inherit}.maya-community--align-left .maya-community__form.customer,.maya-community--align-left form.customer{align-items:flex-start}.maya-community--align-right .maya-community__form.customer,.maya-community--align-right form.customer{align-items:flex-end}.maya-community__fields{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:1.2rem}.maya-community__field{position:relative;width:100%}.maya-community__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.maya-community__input{display:block;width:100%;max-width:100%;margin:0;padding:var(--maya-community-input-pad-y) var(--maya-community-input-pad-x);border:1px solid var(--maya-community-input-border);border-radius:var(--maya-community-input-radius);background:var(--maya-community-input-bg);box-shadow:none!important;color:var(--maya-community-input-text);font-family:var(--font-body-family);font-size:var(--maya-community-input-size);font-style:normal;font-weight:400;line-height:1.4;appearance:none;-webkit-appearance:none;outline:none;transition:box-shadow .2s ease,border-color .2s ease}.maya-community__input::placeholder{color:var(--maya-community-placeholder);opacity:1}.maya-community__input:focus,.maya-community__input:focus-visible{border-color:var(--maya-community-heading);box-shadow:0 0 0 .3rem #ffffff47!important;outline:none}.maya-community__input:-webkit-autofill,.maya-community__input:-webkit-autofill:hover,.maya-community__input:-webkit-autofill:focus{-webkit-text-fill-color:var(--maya-community-input-text);caret-color:var(--maya-community-input-text);box-shadow:0 0 0 4rem var(--maya-community-input-bg) inset!important;-webkit-box-shadow:0 0 0 4rem var(--maya-community-input-bg) inset!important}.maya-community__input--error{border-color:var(--maya-community-error)}.maya-community__row{display:grid;grid-template-columns:1fr;gap:1.2rem;width:100%}.maya-community__actions{display:flex;justify-content:center;width:100%}.maya-community--align-left .maya-community__actions{justify-content:flex-start}.maya-community--align-right .maya-community__actions{justify-content:flex-end}.maya-community__form.customer .maya-community__button,.maya-community form.customer .maya-community__button,.maya-community__button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:auto;min-width:min(100%,var(--maya-community-btn-min));min-height:5.2rem;margin:0;padding:var(--maya-community-btn-pad-y) var(--maya-community-btn-pad-x);border:none;border-radius:var(--maya-community-btn-radius);background:var(--maya-community-btn-bg);background-color:var(--maya-community-btn-bg);color:var(--maya-community-btn-text);font-family:var(--font-body-family);font-size:var(--maya-community-btn-size);font-style:normal;font-weight:700;line-height:1.2;letter-spacing:0;text-align:center;text-transform:none;text-decoration:none;cursor:pointer;box-shadow:none;-webkit-appearance:none;appearance:none;transition:background-color .25s ease,color .25s ease,opacity .2s ease,transform .2s ease}.maya-community__form.customer .maya-community__button:before,.maya-community__form.customer .maya-community__button:after,.maya-community form.customer .maya-community__button:before,.maya-community form.customer .maya-community__button:after,.maya-community .customer button:before,.maya-community .customer button:after{content:none!important;display:none!important;box-shadow:none!important}.maya-community__form.customer .maya-community__button:hover,.maya-community form.customer .maya-community__button:hover,.maya-community__button:hover{background:var(--maya-community-btn-hover-bg);background-color:var(--maya-community-btn-hover-bg);color:var(--maya-community-btn-hover-text)}.maya-community__button:focus-visible{outline:.2rem solid var(--maya-community-heading);outline-offset:.3rem}.maya-community__button[aria-busy=true],.maya-community__button:disabled{cursor:wait;opacity:.78}.maya-community__message{display:flex;align-items:flex-start;justify-content:center;gap:.8rem;width:100%;margin:1.2rem 0 0;color:var(--maya-community-text);font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;line-height:1.45;text-align:left}.maya-community--align-left .maya-community__message{justify-content:flex-start}.maya-community__message .svg-wrapper,.maya-community__message svg{width:1.8rem;height:1.8rem;flex-shrink:0;margin-top:.1rem}.maya-community__message--error{color:var(--maya-community-error)}.maya-community__success{display:flex;align-items:flex-start;gap:1.2rem;width:100%;margin:0;padding:1.8rem 2rem;border-radius:20px;background:var(--maya-community-success-bg);color:var(--maya-community-heading);text-align:left}.maya-community__success .svg-wrapper,.maya-community__success svg{width:2.4rem;height:2.4rem;flex-shrink:0;margin-top:.2rem}.maya-community__success svg path:first-child{fill:#8fe0b0;stroke:#8fe0b0}.maya-community__success-title{margin:0 0 .4rem;font-family:var(--font-heading-family);font-size:1.8rem;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--maya-community-heading)}.maya-community__success-text{margin:0;font-family:var(--font-body-family);font-size:1.5rem;font-weight:400;line-height:1.45;color:var(--maya-community-text)}.maya-community__disclaimer{width:100%;margin:1.4rem 0 0;max-width:44rem;color:var(--maya-community-disclaimer);font-family:var(--font-body-family);font-size:1.3rem;font-weight:400;line-height:1.45}.maya-community__disclaimer p{margin:0}.maya-community__disclaimer a{color:var(--maya-community-heading);text-decoration:underline;text-underline-offset:.2em}.maya-community__form.isolate{width:100%;max-width:100%}@media screen and (max-width:749px){.maya-community__eyebrow{margin-bottom:.8rem}.maya-community__heading{margin-bottom:1rem}.maya-community__text{margin-bottom:2rem}.maya-community__form.customer .maya-community__button,.maya-community form.customer .maya-community__button,.maya-community__button{width:100%;max-width:100%}}@media screen and (min-width:750px){.maya-community--full-width .maya-community__inner,.maya-community--page-width .maya-community__inner{padding-left:44px;padding-right:44px}.maya-community--page-width .maya-community__inner{max-width:1440px;margin:0 auto}.maya-community__eyebrow{margin-bottom:1.2rem}.maya-community__heading{margin-bottom:1.4rem}.maya-community__text{margin-bottom:2.8rem}.maya-community__row--split{grid-template-columns:1fr 1.4fr}.maya-community__form.customer .maya-community__button,.maya-community form.customer .maya-community__button,.maya-community__button{min-height:5.8rem}}@media screen and (min-width:990px){.maya-community--full-width .maya-community__inner{padding-left:6rem;padding-right:6rem}}@media(min-width:768px)and (max-width:1024px){.maya-community__heading{line-height:1.12}}@media(max-width:575px){.maya-community--full-width .maya-community__inner{padding-left:1.4rem;padding-right:1.4rem}.maya-community__heading{line-height:1.15}.maya-community__form.customer .maya-community__button,.maya-community form.customer .maya-community__button,.maya-community__button{padding:14px 28px}.maya-community__success{padding:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-maya-community.css.map */
