@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Inter:wght@400;500;600&display=swap";.svau-container{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}:root{--sv-navy: #0E1F2E;--sv-arctic: #F4F7F9;--sv-steel: #6B7C8C;--sv-ice: #4FB3D9;--sv-bg: #F4F7F9;--sv-fg: #0E1F2E;--sv-card: #FFFFFF;--sv-primary: #4FB3D9;--sv-primary-fg: #0E1F2E;--sv-secondary: #0E1F2E;--sv-secondary-fg: #F4F7F9;--sv-muted: #E8EDEF;--sv-muted-fg: #6B7C8C;--sv-border: #D1D9DE;--sv-radius: .5rem}.sv-section,.sv-section *{-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.sv-section h1,.sv-section h2,.sv-section h3,.sv-section h4,.sv-h-display{font-family:Inter Tight,Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.1}.sv-section .sv-h2{font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--sv-fg);letter-spacing:-.015em}.sv-section .sv-h3{font-size:20px;font-weight:700;color:var(--sv-fg)}.sv-section .sv-eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sv-muted-fg)}.sv-section .sv-lead{font-size:18px;line-height:1.6;color:var(--sv-muted-fg)}.sv-container{max-width:1600px;margin:0 auto;padding:0 20px}@media(min-width:768px){.sv-container{padding:0 32px}}@media(min-width:1440px){.sv-container{padding:0 48px}}.sv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 24px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;border-radius:var(--sv-radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .2s ease;white-space:nowrap}.sv-btn--primary{background:var(--sv-primary);color:var(--sv-primary-fg);border-color:var(--sv-primary)}.sv-btn--primary:hover{background:#3da0c5;border-color:#3da0c5;color:var(--sv-primary-fg)}.sv-btn--secondary{background:var(--sv-secondary);color:var(--sv-secondary-fg);border-color:var(--sv-secondary)}.sv-btn--secondary:hover{background:#1a3142;border-color:#1a3142;color:var(--sv-secondary-fg)}.sv-btn--outline{background:transparent;color:var(--sv-fg);border-color:var(--sv-border)}.sv-btn--outline:hover{background:var(--sv-muted);color:var(--sv-fg)}.sv-btn--outline-white{background:transparent;color:#fff;border-color:#fff}.sv-btn--outline-white:hover{background:#ffffff1a;color:#fff}.sv-btn--lg{height:52px;padding:0 32px;font-size:16px}.sv-btn--sm{height:36px;padding:0 14px;font-size:13px}.sv-btn .sv-icon{width:18px;height:18px;flex-shrink:0}.sv-grid{display:grid;gap:16px}.sv-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.sv-grid--3{grid-template-columns:1fr}.sv-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.sv-grid--cards{grid-template-columns:1fr}@media(min-width:640px){.sv-grid{gap:20px}.sv-grid--cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.sv-grid{gap:24px}.sv-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.sv-grid--4,.sv-grid--cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.sv-card{background:var(--sv-card);border:1px solid var(--sv-border);border-radius:var(--sv-radius);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.sv-card:hover{border-color:#4fb3d980;box-shadow:0 10px 24px #0e1f2e14}.sv-section{padding:64px 0}@media(min-width:1024px){.sv-section{padding:80px 0}}.sv-section--bg-arctic{background:var(--sv-bg)}.sv-section--bg-card{background:var(--sv-card)}.sv-section--bg-muted{background:var(--sv-muted)}.sv-section--bg-navy{background:var(--sv-navy);color:var(--sv-arctic)}.sv-section--bg-ice{background:var(--sv-primary);color:var(--sv-primary-fg)}.sv-section--narrow{padding:32px 0}.sv-section-head{text-align:center;margin-bottom:40px}.sv-section-head h2{margin:0 0 12px}.sv-section-head p{margin:0;font-size:18px;color:var(--sv-muted-fg)}.sv-icon-box{width:48px;height:48px;border-radius:8px;background:#4fb3d91a;display:inline-flex;align-items:center;justify-content:center;color:var(--sv-primary)}.sv-img-cover{position:relative;width:100%;overflow:hidden}.sv-img-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sv-img-cover[data-aspect="4-3"]{aspect-ratio:4 / 3}.sv-img-cover[data-aspect="3-4"]{aspect-ratio:3 / 4}.sv-img-cover[data-aspect="1-1"]{aspect-ratio:1 / 1}a:hover .sv-img-cover img{transform:scale(1.05)}.sv-img-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0e1f2ecc,#0e1f2e00 60%);pointer-events:none}.sv-img-overlay--strong:after{background:linear-gradient(to top,#0e1f2ee6,#0e1f2e4d 40%,#0e1f2e00 70%)}.sv-pill{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;border-radius:999px;background:#fff3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sv-section svg,.sv-trust svg,.sv-announcement svg,.sv-usp svg,.sv-product svg,.sv-product-cat svg,.sv-industry__nav svg,.sv-industry__link svg,.svp-warranty svg,.svp-delivery svg,.svp-support svg{fill:none!important;stroke:currentColor!important}.svp-warranty svg path,.svp-warranty svg circle,.svp-warranty svg rect,.svp-warranty svg polygon,.svp-warranty svg polyline,.svp-warranty svg line,.svp-delivery svg path,.svp-delivery svg circle,.svp-delivery svg rect,.svp-delivery svg polygon,.svp-delivery svg polyline,.svp-delivery svg line,.svp-support svg path,.svp-support svg circle,.svp-support svg rect,.svp-support svg polygon,.svp-support svg polyline,.svp-support svg line{fill:none!important;stroke:currentColor!important}.svp-section{background:#fff!important}.svp-stats,.svp-search{background:#fff!important}.svp-hero{background-color:#0e1f2e!important}.svp-cta{background:#fff!important}.svp-cta--muted{background:#f4f7f9!important}.svp-cta__inner{background:#0e1f2e!important;color:#fff!important}.svp-section,.svp-section--muted,.svp-stats{color:#0f1419}.svp-h2,.svp-stat__num{color:#0e1f2e!important}.svp-section-sub,.svp-stat__label{color:#6b7c8c!important}.svp-cov,.svp-claim,.svp-step,.svp-why,.svp-ch,.svp-ss{background:#fff!important}.svp-cov--featured{background:#0e1f2e!important;color:#fff!important}.svp-cn,.svp-rt,.svp-faq__item{background:#e8f4fa!important}.svp-faq__item[open]{background:#fff!important;border:1px solid #D1D9DE!important}.svp-cov,.svp-claim,.svp-step,.svp-why,.svp-ch,.svp-ss{border:1px solid #D1D9DE!important}.svp-cov--featured{border-color:#0e1f2e!important}.svp-cov:hover,.svp-claim:hover,.svp-step:hover,.svp-why:hover,.svp-ch:hover,.svp-ss:hover{border-color:#4fb3d980!important;box-shadow:0 12px 24px #0e1f2e0f!important}.svp-section--muted{background:#f4f7f9!important}.svp-eyebrow,.svp-search__btn,.svp-stat__num,.svp-cov__icon,.svp-step__icon,.svp-why__icon,.svp-ch__icon,.svp-ss__icon,.svp-rt__icon,.svp-claim__icon,.svp-cov--featured .svp-cov__big{color:#4fb3d9!important}.svp-cov__badge,.svp-claim__icon,.svp-cta__btn{background:#4fb3d9!important;color:#0e1f2e!important}.svp-ch__icon,.svp-ss__icon,.svp-why__icon,.svp-rt__icon{background:#4fb3d91f}.svp-warranty svg,.svp-delivery svg,.svp-support svg{flex-shrink:0}.svp-cov__icon svg,.svp-cn__head svg{width:22px!important;height:22px!important}.svp-claim__icon svg,.svp-step__icon svg,.svp-why__icon svg,.svp-ch__icon svg,.svp-ss__icon svg{width:22px!important;height:22px!important}.svp-rt__icon svg,.svp-search__icon svg{width:18px!important;height:18px!important}.svp-faq__chev{width:20px!important;height:20px!important}.svp-cn ul svg{width:16px!important;height:16px!important}.sv-usp svg{width:28px!important;height:28px!important;stroke-width:1.25!important;flex-shrink:0}.sv-trust svg{width:22px!important;height:22px!important;stroke-width:1.25!important;flex-shrink:0}.sv-icon-box svg{width:26px!important;height:26px!important;stroke-width:1.25!important}.sv-announcement svg{width:16px!important;height:16px!important;stroke-width:1.5!important}.sv-product svg{width:14px!important;height:14px!important;stroke-width:1.5!important;flex-shrink:0}.sv-industry__nav svg,.sv-industry__link svg{width:18px!important;height:18px!important;stroke-width:1.5!important;flex-shrink:0}@media(min-width:1024px){.sv-usp svg{width:32px!important;height:32px!important}}.sv-section svg path,.sv-section svg circle,.sv-section svg rect,.sv-section svg polygon,.sv-section svg polyline,.sv-section svg line,.sv-trust svg path,.sv-trust svg circle,.sv-trust svg rect,.sv-trust svg polygon,.sv-trust svg polyline,.sv-trust svg line,.sv-announcement svg path,.sv-announcement svg line,.sv-usp svg path,.sv-usp svg circle,.sv-usp svg rect,.sv-usp svg polygon,.sv-usp svg polyline,.sv-usp svg line,.sv-product svg path,.sv-product svg circle,.sv-product svg polyline,.sv-product svg line,.sv-product-cat svg path,.sv-industry__nav svg polyline,.sv-industry__link svg polyline,.sv-icon-box svg path,.sv-icon-box svg circle,.sv-icon-box svg rect,.sv-icon-box svg polygon,.sv-icon-box svg polyline,.sv-icon-box svg line{fill:none!important;stroke:currentColor!important}.slideshow .item .images-contain img,.slideshow .item .images-contain picture,.slideshow .item .images-contain picture img{width:100%;height:100%;object-fit:cover;object-position:center}.slideshow .item .images-contain:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(to right,#0e1f2ed9,#0e1f2eb3 35%,#0e1f2e59 65%,#0e1f2e0d);pointer-events:none}@media(max-width:768px){.slideshow .item .images-contain:after{background:linear-gradient(to top,#0e1f2ed9,#0e1f2e8c,#0e1f2e26 90%)}}.slideshow .item .slide-content .slide-heading{font-weight:600}.slideshow .item .slide-content .grouped_btn--slider>*:first-child .slide-button{background:#4fb3d9;border-color:#4fb3d9;color:#0e1f2e}.slideshow .item .slide-content .grouped_btn--slider>*:first-child .slide-button:hover{background:#3da0c5;border-color:#3da0c5;color:#0e1f2e}.slideshow .item .slide-content .grouped_btn--slider>*:nth-child(2) .slide-button,.slideshow .item .slide-content .grouped_btn--slider>*:last-child:not(:first-child) .slide-button{background:#fff;border-color:#fff;color:#0e1f2e}.slideshow .item .slide-content .grouped_btn--slider>*:nth-child(2) .slide-button:hover,.slideshow .item .slide-content .grouped_btn--slider>*:last-child:not(:first-child) .slide-button:hover{background:#f4f7f9;border-color:#f4f7f9;color:#0e1f2e}.sv-header-quote{display:none;align-items:center;justify-content:center;align-self:center;flex:0 0 auto;height:34px;margin:0 14px 0 4px;padding:0 16px;background:transparent;color:#c9a464!important;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;line-height:1;border-radius:2px;border:1px solid #6F5A33;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.sv-header-quote:hover,.sv-header-quote:focus{background:#b3873e;border-color:#b3873e;color:#161210!important;transform:translateY(-1px);box-shadow:0 6px 16px #b3873e4d;text-decoration:none}.sv-header-quote span{display:inline-block}@media(min-width:992px){.sv-header-quote{display:inline-flex}}.sv-industry__card .sv-img-cover.sv-img-overlay--strong:after,.sv-img-cover.sv-img-overlay--strong:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(to top,#0e1f2ebf,#0e1f2e8c,#0e1f2e4d 50%,#0e1f2e1a 72%,#0e1f2e00 90%)!important;z-index:1}.sv-industry__title,.sv-product-cat__title{font-weight:600!important;letter-spacing:0!important}.sv-industry__overlay{z-index:2}
/*# sourceMappingURL=/cdn/shop/t/1/assets/sv-brand.css.map */
