.smg{--navy:#2B2E43;--ink:#1F2233;--mute:#565C74;--slate:#8C98AE;--line:#E2E6ED;--edge:#78849B;--paper:#F5F6F9;color:var(--ink);background:#fff}.smg *,.smg *:before,.smg *:after{box-sizing:border-box}.smg-wrap{max-width:1200px;margin:0 auto;padding:0 15px}@media(min-width:750px){.smg-wrap{padding:0 50px}}.smg h1,.smg h2,.smg h3,.smg h4,.smg p,.smg ul{margin:0;padding:0}.smg ul{list-style:none}.smg a{color:var(--navy);text-decoration:none}.smg a:hover{color:#14162a}.smg a:focus-visible,.smg button:focus-visible,.smg input:focus-visible{outline:2px solid var(--navy);outline-offset:3px}.smg-eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--mute)}.smg-h1{font-size:clamp(32px,5.6vw,56px);font-weight:800;line-height:1.04;letter-spacing:-.01em}.smg-h2{font-size:clamp(25px,3.6vw,34px);font-weight:800;line-height:1.14;letter-spacing:-.01em}.smg-h3{font-size:19px;font-weight:700;line-height:1.25}.smg-lead{font-size:clamp(16px,1.6vw,18.5px);line-height:1.55;color:var(--mute)}.smg-sm{font-size:14px;line-height:1.55;color:var(--mute)}.smg-xs{font-size:12.5px;line-height:1.5;color:var(--mute)}.smg-price{font-size:17px;font-weight:700;color:var(--ink)}.smg-strike{font-size:12.5px;color:var(--mute);text-decoration:line-through}.smg .smg-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:52px;padding:12px 26px;border-radius:3px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s ease,color .15s ease}.smg .smg-btn--p{background:var(--navy);color:#fff}.smg .smg-btn--p:hover{background:#14162a;color:#fff}.smg .smg-btn--o{border:1.5px solid var(--navy);color:var(--navy);background:transparent}.smg .smg-btn--o:hover{background:var(--navy);color:#fff}.smg .smg-btn--i{background:#fff;color:var(--navy)}.smg .smg-btn--i:hover{background:#dde2ea;color:var(--navy)}.smg .smg-btn--w{border:1.5px solid rgba(255,255,255,.55);color:#fff;background:transparent}.smg .smg-btn--w:hover{background:#fff;color:var(--navy)}.smg .smg-link{font-size:14px;font-weight:600;text-decoration:none;color:var(--navy)}.smg .smg-link:hover{text-decoration:underline}.smg-media{position:relative;overflow:hidden;background:var(--paper)}.smg-media img{display:block;width:100%;height:100%;object-fit:cover}.smg-media--contain{background:#fff}.smg-media--contain img{object-fit:contain;padding:16px}.smg-media--empty{border:1px solid var(--line)}.smg-ratio-4x5{aspect-ratio:4/5}.smg-ratio-1x1{aspect-ratio:1/1}.smg-ratio-4x3{aspect-ratio:4/3}.smg-ratio-3x2{aspect-ratio:3/2}.smg-hero{padding:44px 0 56px;background:#fff}@media(min-width:990px){.smg-hero{padding:64px 0 80px}}.smg-hero__grid{display:grid;gap:32px;align-items:center}@media(min-width:990px){.smg-hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:56px}}.smg-hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.smg-hero__cta{display:flex;gap:14px;flex-wrap:wrap}.smg-hero__stats{display:flex;gap:20px;flex-wrap:wrap;padding-top:6px}.smg-hero__stat{max-width:150px}.smg-steps{padding:56px 0;background:var(--paper)}@media(min-width:990px){.smg-steps{padding:88px 0}}.smg-steps__head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;flex-wrap:wrap;margin-bottom:34px}.smg-grid-3{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:750px){.smg-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}}.smg-grid-4{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:990px){.smg-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}}.smg-card{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;text-decoration:none;color:inherit}.smg-card__body{padding:22px;display:flex;flex-direction:column;gap:9px;flex-grow:1}@media(min-width:990px){.smg-card__body{padding:26px}}.smg-card--feature{border-color:var(--navy);border-width:1.5px}.smg-offer{margin-top:28px;border:1px solid var(--line);background:#fff;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.smg-offer p{font-size:16.5px;font-weight:600;line-height:1.45}.smg-why{padding:56px 0;background:#fff}@media(min-width:990px){.smg-why{padding:88px 0}}.smg-why__grid{display:grid;gap:32px;align-items:center}@media(min-width:990px){.smg-why__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px}}.smg-points{display:flex;flex-direction:column;gap:16px;margin-top:26px}.smg-point{display:flex;gap:13px}.smg-point span{color:var(--mute);font-weight:800;line-height:1.55}.smg-point p{font-size:14px;line-height:1.55;color:var(--ink)}.smg-range{padding:56px 0;background:var(--paper)}@media(min-width:990px){.smg-range{padding:88px 0}}.smg-range__head{text-align:center;max-width:640px;margin:0 auto 36px}.smg-range__head .smg-h2{margin-top:12px}.smg-range__head .smg-lead{margin-top:14px}.smg-foot-cta{text-align:center;margin-top:32px}.smg-acc{padding:48px 0;background:#fff}@media(min-width:990px){.smg-acc{padding:64px 0}}.smg-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;flex-wrap:wrap;margin-bottom:24px}.smg-kenyon{background:var(--navy);color:#fff;padding:56px 0}@media(min-width:990px){.smg-kenyon{padding:78px 0}}.smg-kenyon__grid{display:grid;gap:32px;align-items:center}@media(min-width:990px){.smg-kenyon__grid{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:56px}}.smg-kenyon .smg-eyebrow{color:var(--slate)}.smg-kenyon .smg-h2{color:#fff;margin-top:12px}.smg-quote{font-size:clamp(18px,2.4vw,21px);line-height:1.55;color:#d6dbe6;margin-top:20px;max-width:620px;font-style:normal}.smg-kenyon__by{font-size:14px;color:var(--slate);margin-top:16px}.smg-kenyon__cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.smg-reassure{padding:36px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}@media(min-width:990px){.smg-reassure{padding:44px 0}}.smg-reassure__grid{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:750px){.smg-reassure__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}@media(min-width:990px){.smg-reassure__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}}.smg-reassure h3{font-size:15px;font-weight:700;line-height:1.35}.smg-reassure p{margin-top:6px}.smg-reassure a{text-decoration:underline}.smg-email{padding:48px 0;background:#fff}@media(min-width:990px){.smg-email{padding:62px 0}}.smg-email__grid{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.smg-email__copy{max-width:560px}.smg-email form{display:flex;gap:12px;flex-grow:1;max-width:480px;flex-wrap:wrap;margin:0}.smg-email input[type=email]{flex-grow:1;min-width:220px;height:52px;padding:0 16px;border:1px solid var(--edge);border-radius:3px;font-size:16px;color:var(--ink);background:#fff}.smg-email button{border:0;cursor:pointer;font-family:inherit}.smg-email__note{margin-top:10px;width:100%}
/*# sourceMappingURL=/cdn/shop/t/8/assets/smg-home.css.map */
