:root{--sp-hero-title-size: 44px;--sp-hero-title-size-mobile: 32px;--sp-hero-lead-size: 17px;--sp-hero-tag-size: 12px;--sp-h2-size: 22px;--sp-body-size: 16px;--sp-card-icon-size: 32px;--sp-card-title-size: 14px;--sp-card-value-size: 18px;--sp-card-text-size: 14px;--sp-step-num-size: 16px;--sp-step-title-size: 18px;--sp-step-text-size: 15px;--sp-notice-title-size: 15px;--sp-notice-text-size: 15px;--sp-id-eyebrow-size: 12px;--sp-id-name-size: 22px;--sp-id-row-size: 15px;--sp-addr-name-size: 18px;--sp-addr-line-size: 15px;--sp-cta-title-size: 24px;--sp-cta-text-size: 16px;--sp-content-max-width: 900px;--sp-radius-card: 20px;--sp-radius-btn: 12px;--sp-shadow-card: 0 2px 16px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.04);--sp-shadow-card-hover: 0 20px 48px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.06);--sp-transition: .35s cubic-bezier(.165, .84, .44, 1)}@keyframes sp-fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes sp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sp-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.sp-hero{text-align:center;padding-bottom:3.5rem;margin-bottom:3.5rem;position:relative;animation:sp-fadeInUp .65s ease-out both}.sp-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(var(--color-foreground),.15),rgba(var(--color-foreground),.5),rgba(var(--color-foreground),.15))}.sp-hero__tag{display:inline-block;font-size:var(--sp-hero-tag-size, 12px);color:var(--sp-hero-tag-color, rgb(var(--color-foreground)));font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(var(--color-foreground),.18);background:rgba(var(--color-foreground),.04);margin-bottom:1.5rem}.sp-hero__title{font-size:var(--sp-hero-title-size, 44px);color:var(--sp-hero-title-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.03em;line-height:1.08;margin:0 auto 1.5rem;max-width:820px}.sp-hero__lead{font-size:var(--sp-hero-lead-size, 17px);color:var(--sp-hero-lead-color, rgb(var(--color-foreground)));line-height:1.85;max-width:600px;margin:0 auto;opacity:.75}.sp-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.375rem 1.125rem;border-radius:999px;margin-bottom:1.25rem;box-shadow:0 4px 14px rgba(var(--color-foreground),.2)}.sp-cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}@media screen and (min-width:480px){.sp-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:900px){.sp-cards{grid-template-columns:repeat(4,1fr)}.sp-cards--3{grid-template-columns:repeat(3,1fr)}}.sp-card{background:rgba(var(--color-foreground),.024);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--sp-radius-card);padding:2rem 1.75rem 2.25rem;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden;transition:transform var(--sp-transition),box-shadow var(--sp-transition),border-color var(--sp-transition),background var(--sp-transition)}.sp-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(var(--color-foreground),0),rgba(var(--color-foreground),.4),rgba(var(--color-foreground),0));opacity:0;transition:opacity var(--sp-transition)}.sp-card:hover{transform:translateY(-6px);box-shadow:var(--sp-shadow-card-hover);border-color:rgba(var(--color-foreground),.14);background:rgb(var(--color-background))}.sp-card:hover:before{opacity:1}.sp-card__icon{display:inline-flex;align-items:center;justify-content:center;padding:.75rem;margin-bottom:1.375rem;background:rgba(var(--color-foreground),.06);border-radius:12px;color:rgb(var(--color-foreground));transition:background var(--sp-transition),transform var(--sp-transition)}.sp-card:hover .sp-card__icon{background:rgba(var(--color-foreground),.1);transform:scale(1.06)}.sp-card__icon svg{width:var(--sp-card-icon-size, 20px);height:var(--sp-card-icon-size, 20px);display:block;flex-shrink:0;stroke:currentColor}.sp-card__title{font-size:var(--sp-card-title-size, 14px);color:var(--sp-card-title-color, rgb(var(--color-foreground)));font-weight:700;letter-spacing:.07em;text-transform:uppercase;opacity:.55;margin:0 0 .375rem}.sp-card__value{font-size:var(--sp-card-value-size, 18px);color:var(--sp-card-value-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.02em;margin:0 0 .75rem;line-height:1.2}.sp-card__text{font-size:var(--sp-card-text-size, 14px);color:var(--sp-card-text-color, rgb(var(--color-foreground)));line-height:1.75;margin:0;opacity:.75}.sp-steps{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:3rem;counter-reset:sp-steps}@media screen and (min-width:750px){.sp-steps{grid-template-columns:repeat(3,1fr)}}.sp-step{display:flex;flex-direction:row;align-items:flex-start;text-align:left;padding:1.75rem;background:rgba(var(--color-foreground),.024);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--sp-radius-card);gap:1.125rem;position:relative;overflow:hidden;transition:transform var(--sp-transition),box-shadow var(--sp-transition),background var(--sp-transition),border-color var(--sp-transition)}.sp-step:hover{transform:translateY(-4px);background:rgb(var(--color-background));box-shadow:var(--sp-shadow-card-hover);border-color:rgba(var(--color-foreground),.14)}@media screen and (min-width:750px){.sp-step{flex-direction:column;align-items:flex-start;text-align:left}}.sp-step__num{width:var(--sp-step-num-box, 2.5rem);height:var(--sp-step-num-box, 2.5rem);min-width:var(--sp-step-num-box, 2.5rem);border-radius:12px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-weight:800;font-size:var(--sp-step-num-size, 16px);display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:-.03em}.sp-step__inner{flex:1}.sp-step__title{font-size:var(--sp-step-title-size, 18px);color:var(--sp-step-title-color, rgb(var(--color-foreground)));font-weight:700;letter-spacing:-.015em;margin:0 0 .375rem}.sp-step__text{font-size:var(--sp-step-text-size, 15px);color:var(--sp-step-text-color, rgb(var(--color-foreground)));line-height:1.75;margin:0;opacity:.75}.sp-notice{display:flex;gap:1rem;align-items:flex-start;border-left:3px solid rgba(var(--color-foreground),.45);background:rgba(var(--color-foreground),.032);border-radius:0 16px 16px 0;padding:1.375rem 1.75rem;margin:0 0 2.5rem;transition:transform .25s ease,background .25s ease,border-color .25s ease}.sp-notice:hover{transform:translate(3px);background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.6)}.sp-notice__icon{display:flex;align-items:center;justify-content:center;width:var(--sp-notice-icon-size, 1.25rem);height:var(--sp-notice-icon-size, 1.25rem);min-width:var(--sp-notice-icon-size, 1.25rem);flex-shrink:0;margin-top:.2rem;opacity:.7}.sp-notice__icon svg{width:100%;height:100%;display:block;stroke:currentColor}.sp-notice p{margin:0;font-size:var(--sp-notice-text-size, 15px);line-height:1.7;opacity:.85;color:var(--sp-body-color, rgb(var(--color-foreground)))}.sp-notice strong{display:block;margin-bottom:.3rem;font-size:var(--sp-notice-title-size, 15px);font-weight:700;opacity:1;color:var(--sp-body-color, rgb(var(--color-foreground)))}.sp-content{max-width:var(--sp-content-max-width, 760px);margin:0 auto}.sp-h2{font-size:var(--sp-h2-size, 22px);color:var(--sp-h2-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:3.5rem 0 1.125rem}.sp-content .sp-h2:first-child{margin-top:0}.sp-p{font-size:var(--sp-body-size, 16px);color:var(--sp-body-color, rgb(var(--color-foreground)));line-height:1.875;margin:0 0 1.375rem;opacity:.85}.sp-p a,.sp-content a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;opacity:1;transition:opacity .2s}.sp-p a:hover,.sp-content a:hover{opacity:.65}.sp-ul{padding-left:1.375rem;margin:0 0 1.75rem}.sp-ul li{font-size:var(--sp-body-size);line-height:1.8;margin-bottom:.6rem;opacity:.85;color:rgb(var(--color-foreground))}.sp-identity{border:1px solid rgba(var(--color-foreground),.1);border-radius:var(--sp-radius-card);padding:2.25rem 2.5rem;margin:2.5rem 0 3.5rem;background:rgba(var(--color-foreground),.018);position:relative;overflow:hidden}.sp-identity:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,rgba(var(--color-foreground),.5),rgba(var(--color-foreground),.1));border-radius:4px 0 0 4px}.sp-identity__eyebrow{font-size:var(--sp-id-eyebrow-size, 12px);color:var(--sp-id-eyebrow-color, rgb(var(--color-foreground)));font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin:0 0 .875rem}.sp-identity__name{font-size:var(--sp-id-name-size, 22px);color:var(--sp-id-name-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.02em;margin:0 0 1.25rem;line-height:1.2}.sp-identity__row{font-size:var(--sp-id-row-size, 15px);color:var(--sp-id-row-color, rgb(var(--color-foreground)));line-height:1.75;margin:0 0 .5rem;opacity:.8}.sp-identity__row a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.sp-split{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-bottom:3.5rem}@media screen and (min-width:750px){.sp-split{grid-template-columns:1fr 1fr}.sp-split--reverse .sp-split__media{order:2}.sp-split--reverse .sp-split__text{order:1}}.sp-split__media img{width:100%;display:block;border-radius:var(--sp-radius-card);object-fit:cover;aspect-ratio:4 / 3}.sp-split__text h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.025em;margin:0 0 1.25rem;color:rgb(var(--color-foreground))}.sp-split__text p{font-size:var(--sp-body-size);line-height:1.875;margin:0 0 1.25rem;opacity:.8;color:rgb(var(--color-foreground))}.sp-address{border:1px solid rgba(var(--color-foreground),.1);background:rgba(var(--color-foreground),.024);border-radius:var(--sp-radius-card);padding:2.75rem 2.5rem;text-align:center;max-width:460px;margin:0 auto 3.5rem;transition:box-shadow var(--sp-transition)}.sp-address:hover{box-shadow:var(--sp-shadow-card)}.sp-address__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin:0 auto 1.25rem;background:rgba(var(--color-foreground),.06);border-radius:14px}.sp-address__icon svg{width:1.375rem;height:1.375rem;display:block;stroke:currentColor}.sp-address__name{font-size:var(--sp-addr-name-size, 18px);color:var(--sp-addr-name-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.02em;margin:0 0 1rem}.sp-address__line{font-size:var(--sp-addr-line-size, 15px);color:var(--sp-addr-line-color, rgb(var(--color-foreground)));line-height:1.85;margin:0;opacity:.75}.sp-address__line a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.sp-cta{text-align:center;padding:3.5rem 1.5rem 3rem;margin-top:3.5rem;background:rgba(var(--color-foreground),.04);border-radius:var(--sp-radius-card);border:1px solid rgba(var(--color-foreground),.08);position:relative;overflow:hidden}.sp-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--color-foreground),.02) 0%,transparent 60%,rgba(var(--color-foreground),.02) 100%);pointer-events:none}.sp-cta__title{font-size:var(--sp-cta-title-size, 24px);color:var(--sp-cta-title-color, rgb(var(--color-foreground)));font-weight:800;letter-spacing:-.025em;margin:0 0 .75rem}.sp-cta__text{font-size:var(--sp-cta-text-size, 16px);color:var(--sp-cta-text-color, rgb(var(--color-foreground)));opacity:.7;margin:0 0 2rem;line-height:1.75;max-width:480px;margin-left:auto;margin-right:auto}.sp-cta__actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap}.sp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.875rem;border-radius:var(--sp-radius-btn);font-size:.9375rem;font-weight:600;text-decoration:none;letter-spacing:.01em;cursor:pointer;border:none;line-height:1;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.sp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-foreground),.18);opacity:.9}.sp-btn:active{transform:translateY(0)}.sp-btn--primary{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.sp-btn--secondary{background:transparent;border:1.5px solid rgba(var(--color-foreground),.3);color:rgb(var(--color-foreground))}.sp-btn--secondary:hover{border-color:rgba(var(--color-foreground),.55);background:rgba(var(--color-foreground),.04)}.sp-divider{border:none;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-foreground),.12),transparent);margin:3.5rem 0;padding:0}.sp-meta{font-size:.8125rem;opacity:.5;margin:2.5rem 0 0;text-align:center;line-height:2;color:rgb(var(--color-foreground))}.sp-section-header{text-align:center;margin-bottom:2.5rem}.sp-section-header__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:.75rem;color:rgb(var(--color-foreground))}.sp-section-header__title{font-size:var(--sp-h2-size);font-weight:800;letter-spacing:-.025em;margin:0 0 .75rem;color:rgb(var(--color-foreground))}.sp-section-header__text{font-size:var(--sp-body-size);opacity:.7;max-width:560px;margin:0 auto;line-height:1.75;color:rgb(var(--color-foreground))}.sp-stats{display:flex;flex-wrap:wrap;gap:0;border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--sp-radius-card);overflow:hidden;margin-bottom:3rem}.sp-stat{flex:1;min-width:140px;padding:1.75rem 1.5rem;text-align:center;border-right:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.018);transition:background var(--sp-transition)}.sp-stat:last-child{border-right:none}.sp-stat:hover{background:rgba(var(--color-foreground),.04)}.sp-stat__value{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;margin:0 0 .25rem;color:rgb(var(--color-foreground))}.sp-stat__label{font-size:.8125rem;opacity:.55;margin:0;font-weight:500;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.sp-hero__title{font-size:var(--sp-hero-title-size-mobile, 32px)}.sp-hero{padding-bottom:2.5rem;margin-bottom:2.5rem}.sp-hero:after{width:48px}.sp-cards{gap:1rem;margin-bottom:2.5rem}.sp-card{padding:1.625rem 1.375rem 1.75rem;align-items:flex-start}.sp-steps{gap:.75rem;margin-bottom:2.5rem}.sp-step{flex-direction:row;align-items:flex-start;padding:1.5rem 1.25rem}.sp-step__num{flex-shrink:0;border-radius:10px}.sp-notice{padding:1.125rem 1.25rem;margin-bottom:2rem}.sp-identity{padding:1.75rem 1.5rem}.sp-identity:before{width:100%;height:3px;top:0;left:0;bottom:auto;border-radius:4px 4px 0 0;background:linear-gradient(to right,rgba(var(--color-foreground),.5),rgba(var(--color-foreground),.1))}.sp-address{padding:2rem 1.5rem;max-width:100%}.sp-split{gap:2rem;margin-bottom:2.5rem}.sp-cta{padding:2.5rem 1.25rem 2.25rem;margin-top:2.5rem}.sp-cta__actions{flex-direction:column;align-items:stretch}.sp-btn{width:100%;justify-content:center;padding:1rem 1.5rem}.sp-h2{margin-top:2.5rem}.sp-divider{margin:2.5rem 0}.sp-stats{flex-direction:column}.sp-stat{border-right:none;border-bottom:1px solid rgba(var(--color-foreground),.08)}.sp-stat:last-child{border-bottom:none}.sp-ul{padding-left:1rem}.sp-meta{margin-top:2rem}}.sp-rte h1,.sp-rte h2,.sp-rte h3,.sp-rte h4{font-size:var(--sp-h2-size, 22px);color:var(--sp-h2-color, #1e3a5f);font-weight:700;margin:2.5rem auto 1rem;letter-spacing:-.0125rem}.sp-content,.sp-content *,.sp-rte,.sp-rte *,.sp-hero,.sp-hero *{text-align:center!important}.sp-stats,.sp-section-divider,.sp-identity{justify-content:center!important;align-items:center!important;display:flex!important;flex-direction:column!important}.sp-rte p,.sp-rte ul,.sp-rte ol,.sp-rte blockquote,.sp-rte table,.sp-rte div,.sp-content p,.sp-content div,.sp-content ul,.sp-content ol,.sp-content li{margin-left:auto!important;margin-right:auto!important}.sp-rte ul,.sp-rte ol,.sp-content ul,.sp-content ol{list-style-position:inside}.sp-rte h1:first-child,.sp-rte h2:first-child{margin-top:0}.sp-rte p,.sp-rte ul,.sp-rte ol,.sp-rte li{font-size:var(--sp-body-size, 16px);color:var(--sp-body-color, #444444);line-height:1.6}.sp-rte p{margin:0 0 1.25rem}.sp-rte ul,.sp-rte ol{margin:0 0 1.5rem 1.25rem;padding-left:0}.sp-rte li{margin-bottom:.5rem}.sp-rte a{color:inherit;text-decoration:underline;text-underline-offset:2px}.sp-section-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto 1.25rem;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;color:rgb(var(--color-foreground));transition:background var(--sp-transition),transform var(--sp-transition)}.sp-section-icon svg{width:24px;height:24px;display:block;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.sp-section-icon:hover{background:rgba(var(--color-foreground),.09);transform:scale(1.06)}.sp-text-center{text-align:center}.sp-text-center,.sp-text-center *{text-align:center!important}.sp-text-center .sp-p{max-width:720px;margin-left:auto;margin-right:auto}.sp-list{list-style:none;padding:0;margin:0 auto 1.5rem;max-width:720px;text-align:center!important;display:flex;flex-direction:column;align-items:center}.sp-list li{position:relative;padding-left:1.5rem;margin-bottom:.625rem;font-size:var(--sp-body-size, 16px);color:var(--sp-body-color, #444);line-height:1.75;opacity:.85}.sp-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:rgba(var(--color-foreground),.35)}.sp-section-divider{display:flex;align-items:center;gap:1rem;margin:2.5rem auto;max-width:720px}.sp-section-divider:before,.sp-section-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-foreground),.12),transparent)}
/*# sourceMappingURL=/cdn/shop/t/51/assets/static-pages.css.map */
