.expo-signup{position:relative;overflow:hidden}.expo-signup__surface{position:relative;display:grid;gap:2.4rem;padding:2.4rem;border-radius:3.2rem;background:radial-gradient(circle at top left,rgba(166,188,119,.24),transparent 32%),linear-gradient(135deg,#eff3e7,#f7f1e4);border:.1rem solid rgba(35,31,32,.08)}.expo-signup__surface:after{content:"";position:absolute;inset:auto -8% -18% auto;width:24rem;aspect-ratio:1;border-radius:50%;background:#ffffff6b;filter:blur(4px);pointer-events:none}.expo-signup__intro,.expo-signup__panel{position:relative;z-index:1;height:fit-content}.expo-signup__intro{padding:1.2rem}.expo-signup__kicker{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.6rem;padding:.9rem 1.4rem;border-radius:999px;background:#ffffffe0;color:#231f20;font-size:1.2rem;font-weight:700;letter-spacing:.18rem;text-transform:uppercase;width:fit-content}.expo-signup__kicker:before{content:"";width:.8rem;height:.8rem;border-radius:50%;background:#a6bc77;flex-shrink:0}.expo-signup__heading{margin:0;color:#231f20;max-width:14ch}.expo-signup__heading strong,.expo-signup__heading em{color:#a6bc77;font-style:normal}.expo-signup__body{margin-top:1.8rem;max-width:54rem;color:#231f20cc}.expo-signup__body p{margin:0}.expo-signup__badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}.expo-signup__badge{display:inline-flex;align-items:center;min-height:4.2rem;padding:1rem 1.5rem;border:.1rem solid rgba(35,31,32,.1);border-radius:999px;background:#ffffffd9;color:#231f20;font-size:1.4rem;font-weight:600;line-height:1.3}.expo-signup__panel{padding:2.4rem;border-radius:2.8rem;background:#fff;border:.1rem solid rgba(35,31,32,.12);box-shadow:.9rem .9rem #231f2014}.expo-signup__panel-head{margin-bottom:2rem}.expo-signup__panel-title{margin:0;color:#231f20;font-size:clamp(2.6rem,2.2rem + .9vw,3.4rem);line-height:1.05}.expo-signup__panel-copy,.expo-signup__required-note{color:#231f20b3}.expo-signup__panel-copy{margin:1rem 0 0}.expo-signup__required-note{margin:1.2rem 0 0;font-size:1.3rem}.expo-signup__status,.expo-signup__errors{margin-bottom:2rem;padding:1.4rem 1.6rem;border-radius:1.8rem;flex-direction:column}.expo-signup__status{background:#a6bc772e;color:#231f20}.expo-signup__status-title{display:block;margin-bottom:.8rem;font-size:1.9rem;line-height:1.3}.expo-signup__status-text{margin:0;color:#231f20c7}.expo-signup__errors{background:#dc262614;color:#9f1239}.expo-signup__errors ul{margin:.8rem 0 0;padding-left:1.8rem}.expo-signup__form-grid{display:grid;gap:1.4rem}.expo-signup__field{padding:1.6rem 1.8rem;border-radius:2rem;background:#fbfaf6;border:.1rem solid rgba(35,31,32,.1);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.expo-signup__field:focus-within{border-color:#a6bc77f2;box-shadow:0 0 0 .3rem #a6bc772e;transform:translateY(-1px)}.expo-signup__label,.expo-signup__legend{display:block;margin:0 0 .9rem;color:#231f20;font-size:1.4rem;font-weight:700;line-height:1.35}.expo-signup__required{color:#d14d41}.expo-signup__input{width:100%;padding:0;border:0;border-bottom:.1rem solid rgba(35,31,32,.16);background:transparent;color:#231f20;font:inherit}.expo-signup__input::placeholder{color:#231f2073;opacity:1}.expo-signup__input:focus{outline:0;box-shadow:none;border-bottom-color:#231f20}.expo-signup__field-group{margin:0;padding:2rem;border:.1rem solid rgba(35,31,32,.1);border-radius:2.4rem;background:linear-gradient(180deg,#eff3e7e6,#fffffffa)}.expo-signup__field-group>*:last-child{margin-bottom:0}.expo-signup__legend{max-width:32ch}.expo-signup__legend-note{margin:0 0 1.6rem;color:#231f20b3;font-size:1.4rem}.expo-signup__options{display:grid;gap:1rem}.expo-signup__option{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.5rem;border-radius:1.8rem;border:.1rem solid rgba(35,31,32,.1);background:#ffffffeb;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.expo-signup__option:hover,.expo-signup__option:focus-within{transform:translateY(-1px);border-color:#a6bc77f2;box-shadow:0 0 0 .3rem #a6bc771f}.expo-signup__checkbox{width:2rem;height:2rem;margin:0;accent-color:#a6bc77;flex-shrink:0}.expo-signup__option-text{color:#231f20;font-size:1.5rem;font-weight:600;line-height:1.35;transition:color .2s ease}.expo-signup__checkbox:checked+.expo-signup__option-text{color:#6f8450}@supports selector(.expo-signup__option:has(.expo-signup__checkbox:checked)){.expo-signup__option:has(.expo-signup__checkbox:checked){border-color:#a6bc77f2;box-shadow:0 0 0 .3rem #a6bc771f;background:#fff}}.expo-signup__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:2rem}.expo-signup__button{min-width:22rem;transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.expo-signup__button.button:not([disabled]):hover,.expo-signup__button.button:not([disabled]):focus-visible{background:#a6bc77;color:#fff;border-color:#a6bc77;box-shadow:.6rem .6rem #231f20;transform:translate(-.2rem,-.2rem)}.expo-signup__disclaimer{margin:0;color:#231f209e;font-size:1.3rem;line-height:1.5}@media screen and (min-width:750px){.expo-signup__surface,.expo-signup__panel{padding:3.2rem}.expo-signup__form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expo-signup__field--full,.expo-signup__field-group,.expo-signup__actions{grid-column:1 / -1}.expo-signup__options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.expo-signup__surface{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;gap:3.2rem;padding:3.4rem}.expo-signup__intro{padding:1.8rem}.expo-signup__panel{padding:3.6rem}}@media screen and (max-width:749px){.expo-signup__surface{padding:1.8rem;border-radius:2.4rem}.expo-signup__panel{padding:2rem;border-radius:2.2rem;box-shadow:.5rem .5rem #231f2014}.expo-signup__field-group{padding:1.6rem}.expo-signup__button{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-expo-signup-form.css.map */
