:root{--vt-blue: #2e8bd4;--vt-blue-dark: #1f6fb0;--vt-light: #a9cdea;--vt-ink: #10161c;--vt-navy: #0e1621;--vt-soft: #f2f6fa;--vt-line: #e3eaf2;--vt-muted: #4a5663;--vt-radius: 18px}.vt,.vt *,.vt-hero,.vt-hero *,.vt-marquee,.vt-marquee *{box-sizing:border-box}.vt-hero,.vt-marquee{font-family:var(--font-body-family)}.vt{font-family:var(--font-body-family);color:var(--vt-ink);background:#fff;padding:56px 20px 64px}.vt--soft{background:var(--vt-soft)}.vt-wrap{max-width:1180px;margin:0 auto}.vt-wrap--narrow{max-width:980px}.vt-head{text-align:center;margin-bottom:36px}.vt-kicker{display:inline-block;margin:0 0 12px;color:var(--vt-blue);font-size:13px;font-weight:800;letter-spacing:4px;text-transform:uppercase}.vt-h2{margin:0;font-family:var(--font-heading-family);font-size:36px;line-height:1.06;letter-spacing:-1.2px;font-weight:800;color:var(--vt-ink)}.vt-sub{max-width:700px;margin:16px auto 0;font-size:17px;line-height:1.55;color:var(--vt-muted)}.vt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 44px;border-radius:999px;background:var(--vt-blue);color:#fff!important;text-decoration:none;font-size:15px;font-weight:800;letter-spacing:2px;text-transform:uppercase;box-shadow:0 14px 32px #2e8bd452;transition:background .2s ease,transform .2s ease}.vt-btn:hover{background:var(--vt-blue-dark);transform:translateY(-1px)}.vt-btn--dark{background:var(--vt-ink);box-shadow:none}.vt-btn--dark:hover{background:var(--vt-blue)}.vt-hero{position:relative;min-height:720px;overflow:hidden;background:radial-gradient(120% 90% at 85% 20%,#1d4f7c 0%,var(--vt-navy) 55%,#070b11 100%);color:#fff;display:flex;align-items:center}.vt-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center right}.vt-hero__img--mobile{display:none}.vt-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#0e1621f0,#0e1621bd 36%,#0e162138,#0e162100),linear-gradient(180deg,#0e162100 40%,#0e162199)}.vt-hero__mark{position:absolute;right:-4%;top:50%;transform:translateY(-50%);width:min(52vw,640px);opacity:.9;pointer-events:none}.vt-hero__content{position:relative;z-index:2;width:100%;max-width:1180px;margin:0 auto;padding:72px 24px}.vt-hero__inner{max-width:640px}.vt-hero__kicker{font-size:14px;font-weight:800;letter-spacing:7px;color:var(--vt-light);margin-bottom:18px;text-transform:uppercase}.vt-hero h1{margin:0;font-family:var(--font-heading-family);font-size:clamp(52px,6vw,96px);line-height:.94;letter-spacing:-3px;font-weight:800;color:#fff}.vt-hero h1 span{display:block}.vt-hero h1 strong{display:block;color:var(--vt-blue);font-weight:800}.vt-hero__text{max-width:560px;margin:22px 0 24px;font-size:20px;line-height:1.45;color:#ffffffdb}.vt-hero__trust{display:grid;gap:10px;margin:0 0 28px;padding:0;list-style:none;font-size:17px;font-weight:700}.vt-hero__trust li{display:flex;align-items:center;gap:12px}.vt-hero__trust li:before{content:"";width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:var(--vt-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center/14px no-repeat}.vt-marquee{background:var(--vt-ink);color:#fff;overflow:hidden;padding:16px 0}.vt-marquee__track{display:flex;gap:56px;width:max-content;animation:vtScroll 32s linear infinite}.vt-marquee:hover .vt-marquee__track{animation-play-state:paused}.vt-marquee__item{display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:15px;font-weight:700;letter-spacing:.3px}.vt-marquee__item svg{width:18px;height:18px;flex:0 0 18px}@keyframes vtScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.vt-tabs__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px}.vt-tabs__btn{border:1px solid var(--vt-line);background:#fff;color:var(--vt-ink);border-radius:999px;padding:11px 22px;font:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease}.vt-tabs__btn:hover{border-color:var(--vt-blue);color:var(--vt-blue)}.vt-tabs__btn.is-active{background:var(--vt-blue);border-color:var(--vt-blue);color:#fff}.vt-tabs__panel{display:none}.vt-tabs__panel.is-active{display:block}.vt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.vt-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--vt-line);border-radius:var(--vt-radius);overflow:hidden;text-decoration:none;color:var(--vt-ink);transition:transform .2s ease,box-shadow .2s ease}.vt-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #10161c14}.vt-card__media{position:relative;aspect-ratio:1 / 1;background:var(--vt-soft)}.vt-card__media img{width:100%;height:100%;object-fit:cover;display:block}.vt-card__badge{position:absolute;top:12px;left:12px;background:var(--vt-blue);color:#fff;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800}.vt-card__body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}.vt-card__title{margin:0;font-size:16px;line-height:1.3;font-weight:700}.vt-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.vt-card__price strong{font-size:18px;font-weight:800}.vt-card__price s{font-size:14px;color:#8a95a1}.vt-card__cta{margin-top:6px;text-align:center;border-radius:999px;padding:11px 12px;background:var(--vt-ink);color:#fff;font-size:13px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.vt-card:hover .vt-card__cta{background:var(--vt-blue)}.vt-tabs__more{text-align:center;margin-top:32px}.vt-acc{display:grid;gap:14px}.vt-acc__item{background:var(--vt-soft);border:1px solid var(--vt-line);border-radius:var(--vt-radius);overflow:hidden;transition:.25s ease}.vt-acc__item:hover{box-shadow:0 12px 28px #10161c0f}.vt-acc__q{width:100%;border:0;background:transparent;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;text-align:left;font:inherit;font-size:18px;font-weight:700;color:var(--vt-ink)}.vt-acc__title{display:flex;align-items:center;gap:12px}.vt-acc__icon{width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px}.vt-acc__toggle{width:32px;height:32px;flex:0 0 32px;border-radius:50%;background:var(--vt-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;line-height:1;transition:.25s ease}.vt-acc__item.is-open .vt-acc__toggle{background:var(--vt-blue);transform:rotate(45deg)}.vt-acc__a{max-height:0;overflow:hidden;padding:0 24px;transition:max-height .35s ease,padding .35s ease}.vt-acc__item.is-open .vt-acc__a{max-height:420px;padding:0 24px 22px}.vt-acc__a p{margin:0 0 8px;font-size:16px;line-height:1.6;color:var(--vt-muted)}.vt-acc__a strong{color:var(--vt-blue)}.vt-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vt-feature{background:var(--vt-soft);border-radius:var(--vt-radius);padding:28px 22px;text-align:center;transition:transform .2s ease}.vt-feature:hover{transform:translateY(-4px)}.vt-feature__icon{width:56px;height:56px;margin:0 auto 18px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;box-shadow:0 10px 24px #10161c0f}.vt-feature h3{margin:0 0 10px;font-size:20px;line-height:1.2;font-weight:700;color:var(--vt-ink)}.vt-feature p{margin:0;font-size:15.5px;line-height:1.5;color:var(--vt-muted)}.vt-stat{background:var(--vt-soft);border-radius:var(--vt-radius);padding:28px 18px;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.vt-stat__num{font-size:24px;line-height:1.05;font-weight:800;letter-spacing:-.8px;color:var(--vt-blue);margin-bottom:8px}.vt-stat p{margin:0;font-size:15px;font-weight:600;color:var(--vt-muted)}.vt-guarantee{display:grid;grid-template-columns:86px 1fr auto;gap:28px;align-items:center;background:var(--vt-navy);color:#fff;border-radius:24px;padding:38px}.vt-guarantee__icon{width:78px;height:78px;border-radius:50%;background:var(--vt-blue);display:flex;align-items:center;justify-content:center}.vt-guarantee__icon svg{width:38px;height:38px}.vt-guarantee h2{margin:0 0 8px;font-family:var(--font-heading-family);font-size:30px;line-height:1.08;letter-spacing:-1px;font-weight:800;color:#fff}.vt-guarantee p{margin:0;font-size:17px;line-height:1.45;color:#fffc}.vt-guarantee .vt-kicker{color:var(--vt-light);margin-bottom:8px}.vt-bundle{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:var(--vt-soft);border-radius:26px;padding:34px}.vt-bundle__media{position:relative;background:#fff;border-radius:22px;padding:28px;min-height:380px;display:flex;align-items:center;justify-content:center}.vt-bundle__media img{width:100%;max-height:330px;object-fit:contain;display:block}.vt-bundle__media .vt-mark{width:45%;opacity:.9}.vt-bundle__badge{position:absolute;top:18px;left:18px;background:var(--vt-blue);color:#fff;border-radius:999px;padding:8px 15px;font-size:13px;font-weight:800}.vt-bundle h3{margin:0 0 6px;font-family:var(--font-heading-family);font-size:34px;line-height:1.05;font-weight:800;letter-spacing:-1px;color:var(--vt-ink)}.vt-bundle h4{margin:0 0 14px;font-size:20px;font-weight:700;color:var(--vt-ink)}.vt-bundle__desc{margin:0 0 20px;font-size:17px;line-height:1.5;color:var(--vt-muted);max-width:500px}.vt-bundle__price{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.vt-bundle__price strong{font-size:30px;font-weight:800;color:var(--vt-ink)}.vt-bundle__price s{font-size:17px;color:#8a95a1}.vt-checks{list-style:none;padding:0;margin:0 0 26px;display:grid;gap:8px}.vt-checks li{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700}.vt-checks li:before{content:"";width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:var(--vt-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center/12px no-repeat}.vt-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.vt-review{background:var(--vt-soft);border-radius:var(--vt-radius);padding:26px 22px;text-align:left;display:flex;flex-direction:column;gap:12px}.vt-review__stars{color:#f5b301;letter-spacing:2px;font-size:18px}.vt-review p{margin:0;font-size:16px;line-height:1.5;color:var(--vt-ink)}.vt-review__who{display:flex;align-items:center;gap:12px;margin-top:auto}.vt-review__who img{width:48px;height:48px;border-radius:50%;object-fit:cover}.vt-review__who strong{display:block;font-size:15px}.vt-review__who small{color:var(--vt-muted);font-size:13px}.vt-review__photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px}.vt-lines{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.vt-line{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:260px;border-radius:var(--vt-radius);overflow:hidden;padding:22px;text-decoration:none;color:#fff;background:linear-gradient(160deg,#1d4f7c 0%,var(--vt-navy) 70%)}.vt-line img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vt-line:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e162100 30%,#0e1621d9)}.vt-line>*{position:relative;z-index:1}.vt-line__tag{align-self:flex-start;margin-bottom:auto;background:#ffffff24;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.vt-line__tag--live{background:var(--vt-blue)}.vt-line h3{margin:0 0 6px;font-size:22px;font-weight:800;color:#fff}.vt-line p{margin:0;font-size:14.5px;line-height:1.45;color:#ffffffd1}.vt-line .vt-mark{position:absolute;top:18px;right:18px;width:42px;opacity:.8;z-index:1}@media(max-width:990px){.vt-grid,.vt-cards,.vt-lines{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.vt{padding:44px 16px 52px}.vt-h2{font-size:30px;letter-spacing:-.8px}.vt-sub{font-size:16px}.vt-hero{min-height:640px;align-items:flex-end}.vt-hero__img--desktop{display:none}.vt-hero__img--mobile{display:block;object-position:center top}.vt-hero__overlay{background:linear-gradient(180deg,#0e16211a,#0e16218c 45%,#0e1621f5)}.vt-hero__mark{width:70vw;right:-18vw;top:26%;opacity:.55}.vt-hero__content{padding:48px 18px 40px}.vt-hero h1{letter-spacing:-1.5px}.vt-hero__text{font-size:17px}.vt-hero__trust{font-size:15px}.vt-hero .vt-btn{width:100%}.vt-grid{gap:12px}.vt-card__body{padding:12px 12px 14px}.vt-card__title{font-size:14.5px}.vt-card__price strong{font-size:16px}.vt-card__cta{font-size:12px;padding:10px 8px;letter-spacing:.5px}.vt-cards{grid-template-columns:1fr}.vt-acc__q{font-size:16.5px;padding:18px}.vt-acc__item.is-open .vt-acc__a{padding:0 18px 20px}.vt-guarantee{grid-template-columns:1fr;text-align:center;padding:30px 22px;gap:18px}.vt-guarantee__icon{margin:0 auto}.vt-guarantee .vt-btn{width:100%}.vt-bundle{grid-template-columns:1fr;padding:20px;gap:24px}.vt-bundle__media{min-height:280px}.vt-bundle h3{font-size:28px}.vt-bundle .vt-btn{width:100%}.vt-lines{grid-template-columns:1fr 1fr;gap:12px}.vt-line{min-height:200px;padding:16px}.vt-line h3{font-size:18px}.vt-line p{font-size:13px}.vt-line .vt-mark{display:none}}@media(prefers-reduced-motion:reduce){.vt-marquee__track{animation:none}}.vt-buybox{margin:6px 0 4px;font-family:var(--font-body-family);color:var(--vt-ink)}.vt-buybox__stock{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:14px;color:#b42318;font-weight:600}.vt-buybox__dot{width:9px;height:9px;border-radius:50%;background:#e5484d;box-shadow:0 0 0 4px #e5484d2e;animation:vtPulse 1.6s ease-in-out infinite}@keyframes vtPulse{50%{box-shadow:0 0 0 7px #e5484d00}}.vt-buybox__list{list-style:none;margin:0;padding:14px 16px;display:grid;gap:11px;background:var(--vt-soft);border:1px solid var(--vt-line);border-radius:14px}.vt-buybox__list li{display:flex;align-items:flex-start;gap:11px;font-size:14px;line-height:1.4;color:var(--vt-muted)}.vt-buybox__list strong{color:var(--vt-ink);font-weight:700}.vt-buybox__list svg{width:20px;height:20px;flex:0 0 20px;color:var(--vt-blue);margin-top:1px}.vt-card__cod{font-size:12.5px;font-weight:600;color:var(--vt-blue)}.vt-wa{position:fixed;right:18px;bottom:18px;z-index:60;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px #00000038;transition:transform .2s ease,bottom .25s ease}.vt-wa:hover{transform:scale(1.06)}.vt-wa svg{width:32px;height:32px}.vt-sticky{display:none}@media(max-width:749px){.vt-sticky{display:flex;align-items:center;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:59;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--vt-line);box-shadow:0 -8px 24px #10161c14;transform:translateY(110%);transition:transform .25s ease;font-family:var(--font-body-family)}.vt-sticky.is-visible{transform:translateY(0)}.vt-sticky__info{display:flex;flex-direction:column;min-width:0;flex:1}.vt-sticky__title{font-size:13.5px;font-weight:700;color:var(--vt-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vt-sticky__price{font-size:12.5px;color:var(--vt-muted)}.vt-sticky__btn{flex:0 0 auto;border:0;border-radius:999px;background:var(--vt-blue);color:#fff;font:inherit;font-size:14px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:14px 20px;cursor:pointer}body.vt-sticky-on .vt-wa--raised{bottom:86px}.vt-wa{width:52px;height:52px;right:14px;bottom:14px}}@media(max-width:767px){.vt-hero{min-height:0}.vt-hero__content{padding:40px 18px 34px}.vt-hero__kicker{margin-bottom:12px;font-size:12px;letter-spacing:5px}.vt-hero h1{font-size:44px}.vt-hero__text{margin:14px 0 16px;font-size:16px}.vt-hero__trust{gap:7px;margin-bottom:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/voltra.css.map */
