.ap-landingpage__hero,.ap-landingpage__cta,.ap-landingpage__claim,.ap-landingpage__footer{font-family:Montserrat,sans-serif}.ap-landingpage__hero{position:relative;height:100svh;min-height:560px;background:var(--ap-lp-hero-bg, #0F1B29);overflow:hidden;display:flex;align-items:flex-end}.ap-landingpage__hero--center{align-items:center;justify-content:center}.ap-landingpage__hero--center .ap-landingpage__hero-content{text-align:center;max-width:720px;padding-left:48px;padding-right:48px}.ap-landingpage__hero--center .ap-landingpage__hero-sub{max-width:none}.ap-landingpage__hero--lower_third{align-items:flex-end}.ap-landingpage__hero--lower_third .ap-landingpage__hero-content{padding-bottom:calc(var(--ap-lp-hero-pb, 80px) + 15vh)}.ap-landingpage__hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f1b29,#1c3046,#2a4a63)}.ap-landingpage__hero--contain{height:auto;min-height:0;aspect-ratio:var(--ap-lp-hero-img-ratio, 16/9)}.ap-landingpage__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center var(--ap-lp-hero-img-y, 50%);opacity:var(--ap-lp-hero-img-opacity, .45)}@media(max-width:800px){.ap-landingpage__hero-img{object-position:center var(--ap-lp-hero-img-y-m, 50%)}}.ap-landingpage__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.ap-landingpage__hero--text-shadow .ap-landingpage__hero-content{text-shadow:0 2px 20px rgba(0,0,0,var(--ap-lp-hero-shadow-strength, .4)),0 1px 6px rgba(0,0,0,var(--ap-lp-hero-shadow-strength, .4))}.ap-landingpage__collab-badge{position:absolute;top:40px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;letter-spacing:.04em;color:var(--ap-lp-hero-badge-color, #B0CDD9);white-space:nowrap;z-index:2;background:#fffcf514;padding:10px 24px;border-radius:40px}.ap-landingpage__hero-content{position:relative;z-index:2;padding:0 48px var(--ap-lp-hero-pb, 80px);max-width:780px}.ap-landingpage__hero-eyebrow{font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ap-lp-hero-eyebrow-color, #B0CDD9);margin-bottom:20px}.ap-landingpage__hero-title{font-family:Montserrat,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.2;letter-spacing:-.025em;color:var(--ap-lp-hero-text, #FFFCF5);margin:0 0 24px}.ap-landingpage__hero-title em{font-family:Montserrat,sans-serif;font-weight:300;font-style:italic}.ap-landingpage__hero-sub{font-size:15px;font-weight:400;line-height:1.6;color:var(--ap-lp-hero-sub-color, #DFEDF2);max-width:480px;margin:0}.ap-landingpage__cta{background:var(--ap-lp-cta-bg, #FFFCF5);padding:60px 24px;display:flex;justify-content:center}.ap-landingpage__cta-card{width:100%;max-width:520px}.ap-landingpage__cta-heading{font-family:Montserrat,sans-serif;font-size:clamp(24px,4vw,32px);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--ap-lp-cta-text, #0F1B29);margin:0 0 12px}.ap-landingpage__cta-subtext{font-size:15px;font-weight:300;line-height:1.6;color:var(--ap-lp-cta-subtext-color, #3a4a5a);margin:0 0 28px}.ap-landingpage__cta-points{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:10px}.ap-landingpage__cta-points li{font-size:15px;font-weight:400;line-height:1.6;color:var(--ap-lp-cta-text, #0F1B29);display:flex;align-items:flex-start;gap:10px}.ap-landingpage__cta-points li:before{content:"\2713";font-weight:600;flex-shrink:0}.ap-landingpage__cta-form{display:flex;flex-direction:column;gap:10px}.ap-landingpage__cta-input{padding:16px 24px;font-size:15px;font-family:inherit;font-weight:400;color:var(--ap-lp-cta-text, #0F1B29);background:#fff;border:1px solid rgba(15,27,41,.15);border-radius:50px;outline:none;width:100%}.ap-landingpage__cta-input::placeholder{color:#0f1b2959}.ap-landingpage__cta-input:focus{box-shadow:0 0 0 2px var(--ap-lp-accent, #B0CDD9)}.ap-landingpage__cta-btn{display:flex;align-items:center;justify-content:center;background:var(--ap-lp-btn-bg, #0F1B29);color:var(--ap-lp-btn-text, #FFFCF5);padding:18px 36px;font-size:15px;font-family:inherit;font-weight:600;letter-spacing:.01em;text-decoration:none;border:none;border-radius:50px;cursor:pointer;transition:opacity .2s;width:100%;gap:6px}.ap-landingpage__cta-btn:hover{opacity:.85}.ap-landingpage__cta-error{display:none;margin-top:6px;font-size:14px;font-weight:400;color:#dc3545;padding-left:24px}.ap-landingpage__cta-error.is-visible{display:block}@media(min-width:801px){.ap-landingpage__cta{padding:80px 48px}.ap-landingpage__cta-card{max-width:560px}.ap-landingpage__cta-form{flex-direction:row;gap:8px}.ap-landingpage__cta-input{flex:1;width:auto}.ap-landingpage__cta-btn{width:auto;white-space:nowrap}}.ap-landingpage__claim{background:var(--ap-lp-claim-bg, #DFEDF2);padding:80px 48px}.ap-landingpage__claim-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ap-landingpage__claim-img{width:100%;aspect-ratio:4/5;object-fit:cover}.ap-landingpage__claim-img-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(160deg,#1c3046,#0f1b29);display:flex;align-items:center;justify-content:center;color:#fffcf533;font-size:14px;letter-spacing:.04em}.ap-landingpage__claim-label{font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ap-lp-claim-label-color, #6b7a8a);margin-bottom:20px}.ap-landingpage__claim-title{font-family:Montserrat,sans-serif;font-size:clamp(26px,3vw,38px);font-weight:500;letter-spacing:-.02em;line-height:1.2;color:var(--ap-lp-claim-text, #0F1B29);margin:0 0 24px}.ap-landingpage__claim-title em{font-family:Montserrat,sans-serif;font-weight:300;font-style:italic}.ap-landingpage__claim-body{font-size:15px;font-weight:300;line-height:1.6;color:var(--ap-lp-claim-body-color, #3a4a5a);margin-bottom:36px}.ap-landingpage__claim-body p{margin:0}.ap-landingpage__claim-points{list-style:none;display:flex;flex-direction:column;gap:14px;padding:0;margin:0}.ap-landingpage__claim-points li{font-size:15px;font-weight:400;color:var(--ap-lp-claim-text, #0F1B29);display:flex;gap:12px;align-items:flex-start;line-height:1.6}.ap-landingpage__claim-points li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--ap-lp-claim-label-color, #6b7a8a);margin-top:9px;flex-shrink:0}.ap-landingpage__claim:has(.ap-landingpage__claim-points--pillars) .ap-landingpage__claim-title{font-family:var(--font-body-family, "DM Sans", sans-serif);font-size:clamp(28px,4vw,44px);font-weight:300;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.ap-landingpage__claim:has(.ap-landingpage__claim-points--pillars) .ap-landingpage__claim-title em{font-family:var(--font-body-family, "DM Sans", sans-serif)}.ap-landingpage__claim:has(.ap-landingpage__claim-points--pillars) .ap-landingpage__claim-body{font-family:var(--font-body-family, "DM Sans", sans-serif);text-align:center;font-size:18px;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:48px}.ap-landingpage__claim-points--pillars{gap:0}.ap-landingpage__claim-points--pillars li{padding:24px 0;border-bottom:1px solid rgba(15,27,41,.12)}.ap-landingpage__claim-points--pillars li:first-child{border-top:1px solid rgba(15,27,41,.12)}.ap-landingpage__claim-points--pillars li:before{margin-top:5px;width:7px;height:7px;background:var(--ap-lp-claim-text, #0F1B29)}.ap-landingpage__claim-point-title{font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ap-lp-claim-text, #0F1B29);margin-bottom:6px}.ap-landingpage__claim-point-desc{font-size:15px;font-weight:400;line-height:1.65;color:var(--ap-lp-claim-text, #0F1B29)}.ap-landingpage__footer{background:var(--ap-lp-footer-bg, #0C0F19);color:var(--ap-lp-footer-text, #FFFCF5);padding:36px 48px;display:flex;align-items:center;justify-content:space-between;font-size:14px;letter-spacing:.02em}.ap-landingpage__footer a{color:inherit;text-decoration:none;transition:color .2s}.ap-landingpage__footer a:hover{color:var(--ap-lp-hero-text, #FFFCF5)}.ap-landingpage__footer-links{display:flex;gap:6px}.ap-landingpage__footer-links .dot{color:inherit}.ap-landingpage__editor-notice{padding:40px 48px;background:#fef3c7;color:#92400e;font-size:14px;font-weight:500;text-align:center}@media(max-width:800px){.ap-landingpage__hero-content{padding:0 24px var(--ap-lp-hero-pb-m, 60px)}.ap-landingpage__hero--lower_third .ap-landingpage__hero-content{padding-bottom:calc(var(--ap-lp-hero-pb-m, 60px) + 10vh)}.ap-landingpage__collab-badge{top:24px;font-size:14px;padding:8px 18px}.ap-landingpage__cta{padding:40px 24px;flex-direction:column;align-items:stretch}.ap-landingpage__cta-form{flex-direction:column;gap:10px}.ap-landingpage__cta-input{width:100%;min-width:0}.ap-landingpage__cta-btn{width:100%;text-align:center}.ap-landingpage__claim{padding:60px 24px}.ap-landingpage__claim-inner{grid-template-columns:1fr;gap:40px}.ap-landingpage__footer{padding:28px 24px;flex-direction:column;gap:12px;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/ap-landingpage.css.map */
