.dp-hero-signup-v2{position:relative;overflow:hidden;background:var(--dp-hero-signup-v2-bg, #FF4C2E);color:#fff;height:var(--dp-hero-signup-v2-height, 620px);font-family:DM Sans,sans-serif}.dp-hero-signup-v2 *{box-sizing:border-box}.dp-hero-signup-v2__inner{position:relative;height:100%;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.dp-hero-signup-v2__content{order:1;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:480px;margin:0 auto;padding:32px 24px}.dp-hero-signup-v2__eyebrow{font-family:Archivo Narrow,DM Sans,sans-serif;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#cf0;margin:0 0 12px}.dp-hero-signup-v2__heading{font-family:Flourish,Anton,Archivo Black,Impact,sans-serif!important;font-style:italic;text-transform:lowercase;font-weight:400;font-size:75px;line-height:55px;letter-spacing:normal;color:#d3ff56;margin:0 0 16px}.dp-hero-signup-v2__subheader{font-family:DM Sans,sans-serif;font-weight:500;font-size:24px;line-height:1.4;color:#d3ff56;margin:0 0 24px;max-width:40ch}.dp-hero-signup-v2__subheader p{margin:0}.dp-hero-signup-v2__form-title{font-family:Archivo Narrow,DM Sans,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.35;color:#fffee6;margin:0 0 18px}.dp-hero-signup-v2__form-title p{margin:0}.dp-hero-signup-v2__form-card{width:100%;max-width:420px;background:#14100dc7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:24px 22px;box-shadow:0 20px 60px #00000059;text-align:left}.dp-hero-signup-v2__form-card form{display:flex;flex-direction:column;gap:14px}.dp-hero-signup-v2__field label{display:block;color:#cf0;font-family:Archivo Narrow,sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;font-size:12px;margin-bottom:6px}.dp-hero-signup-v2__field input{width:100%;padding:13px 15px;border-radius:10px;border:2px solid #333;background:#1c1c1c;color:#fff;font-family:DM Sans,sans-serif;font-size:15px}.dp-hero-signup-v2__field input:focus{outline:none;border-color:#cf0}.dp-hero-signup-v2__field input::placeholder{color:#777}.dp-hero-signup-v2__consent{display:flex;gap:10px;align-items:flex-start;margin-top:2px}.dp-hero-signup-v2__consent input{margin-top:4px}.dp-hero-signup-v2__consent label{color:#ccc;font-size:13px;line-height:1.4}.dp-hero-signup-v2__form-card button[type=submit]{margin-top:4px;background:#cf0;color:#14100d;border:none;border-radius:8px;padding:15px 24px;font-family:DM Sans,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:1rem;cursor:pointer;transition:transform .15s ease,background .15s ease}.dp-hero-signup-v2__form-card button[type=submit]:hover{background:#fffee6;color:#14100d;transform:translateY(-2px)}.dp-hero-signup-v2__form-card button[type=submit]:disabled{opacity:.6;cursor:default;transform:none}.dp-hero-signup-v2__msg{text-align:left;font-size:13px;margin-top:12px;min-height:18px}.dp-hero-signup-v2__msg.success{color:#cf0;font-weight:700}.dp-hero-signup-v2__msg.error{color:#ff6b6b;font-weight:700}.dp-hero-signup-v2__media{order:2;position:relative;height:100%;overflow:hidden}.dp-hero-signup-v2__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.dp-hero-signup-v2__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.dp-hero-signup-v2__decor-item{position:absolute;top:-60px;width:22px;height:22px;border-radius:40% 60% 55% 45%/50% 45% 55% 50%;opacity:.9;animation:dp-hero-signup-v2-fall linear infinite}.dp-hero-signup-v2__decor-item--1{left:8%;width:18px;height:18px;background:#cf0;animation-duration:7s;animation-delay:0s}.dp-hero-signup-v2__decor-item--2{left:20%;width:26px;height:26px;background:#ef4fa5;animation-duration:9s;animation-delay:1.5s}.dp-hero-signup-v2__decor-item--3{left:33%;width:16px;height:16px;background:#fffee6;animation-duration:6.5s;animation-delay:3s}.dp-hero-signup-v2__decor-item--4{left:12%;width:20px;height:20px;background:#47d1e5;animation-duration:8s;animation-delay:4.5s}.dp-hero-signup-v2__decor-item--5{left:27%;width:24px;height:24px;background:#cf0;animation-duration:10s;animation-delay:2s}@keyframes dp-hero-signup-v2-fall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:.9}90%{opacity:.9}to{transform:translateY(calc(var(--dp-hero-signup-v2-height, 620px) + 80px)) rotate(220deg);opacity:0}}@media(prefers-reduced-motion:reduce){.dp-hero-signup-v2__decor-item{animation:none;display:none}}@media screen and (max-width:989px){.dp-hero-signup-v2{height:auto}.dp-hero-signup-v2__inner{display:grid;grid-template-columns:1fr;gap:20px;padding:40px 0 32px}.dp-hero-signup-v2__content{max-width:none;padding-left:20px;padding-right:20px;align-items:center;text-align:center}.dp-hero-signup-v2__eyebrow,.dp-hero-signup-v2__heading,.dp-hero-signup-v2__subheader{text-align:center;margin-left:auto;margin-right:auto}.dp-hero-signup-v2__heading{font-size:60px;line-height:.95}.dp-hero-signup-v2__subheader{max-width:42ch;font-size:22px}.dp-hero-signup-v2__form-card{text-align:left;margin:0 auto}.dp-hero-signup-v2__media{order:2;height:auto;aspect-ratio:4 / 3}.dp-hero-signup-v2__decor-item{display:none}}@media screen and (max-width:749px){.dp-hero-signup-v2__form-card button[type=submit]{font-size:.9rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-hero-signup-v2.css.map */
