@charset "UTF-8";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64);--vt-c-blue-1: #59A1D8;--vt-c-blue-2: #0F5894;--vt-c-blue-3: #0A4779;--vt-c-blue-4: #0B497C;--vt-c-blue-5: #062946;--vt-c-blue-6: #4FA3E8;--vt-c-blue-7: #0877CB;--vt-c-blue-8: #246BA1;--vt-c-gray-1: #EAEAEA;--vt-c-gray-2: #9D9D9D;--vt-c-gray-3: #343434;--vt-c-gray-4: #F2F2F2;--vt-c-gray-5: #898989;--vt-c-gray-6: #DBDBDB;--vt-c-black-1: #121212;--vt-c-black-10: #E8E8E8;--vt-c-black-80: #52575B;--vt-c-black-100: #000000;--vt-c-red-1: #E00D26;--vt-c-red-2: #FF6F60;--vt-c-yellow-1: #E08F0D;--vt-c-yellow-2: #FFC439}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px;--wrapper: 1488px;--wrapper-large: 1190px;--wrapper-small: 952px;--wrapper-xlarge: 1740px;--wrapper-xxlarge: 1920px}@media screen and (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}@font-face{font-family:Unbounded;src:url(/assets/Unbounded-VariableFont_wght-5aaa711e.ttf)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}::selection{color:var(--vt-c-white);background:var(--vt-c-blue-1)}body{min-height:100vh;transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:100%;width:100%;margin:0 auto;font-weight:400}a{text-decoration:underline;color:var(--vt-c-white);transition:.4s}ul{margin:0;padding:0}li{list-style:none}.checkbox{display:flex;align-items:center}.checkbox label{display:flex;cursor:pointer}.checkbox label input[type=checkbox]{transform:translateY(4px)}.checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0 12px 0 0;width:17px;height:17px;border:1px solid #343434;transition:.1s ease-out;position:relative;cursor:pointer}.checkbox input[type=checkbox]:before{content:"";display:block;width:17px;height:17px;opacity:0;transform:translate(-1px,-1px)}.checkbox input[type=checkbox]:after{content:"";display:block;width:7px;height:10px;transform:rotate(45deg);border-width:0px 2px 2px 0px;border-color:#fff;border-style:solid;border-radius:2px;position:absolute;top:1px;right:4px}.checkbox input[type=checkbox]:checked{background-color:#4fa3e8;border-color:#4fa3e8}.checkbox input[type=checkbox]:checked:before{opacity:1}@media screen and (max-width: 1536px){.checkbox input[type=checkbox]{margin:0 10px 0 0;width:14px;height:14px}.checkbox input[type=checkbox]:before{width:14px;height:14px}.checkbox input[type=checkbox]:after{width:5px;height:8px}}@media screen and (max-width: 1280px){.checkbox input[type=checkbox]{margin:0 8px 0 0;width:12px;height:12px}.checkbox input[type=checkbox]:before{width:12px;height:12px}.checkbox input[type=checkbox]:after{width:5px;height:8px;border-width:0px 1.5px 1.5px 0px;right:3px;top:0}}.error[data-v-47bfbdac]{max-width:600px;margin:80px auto 160px;text-align:center;display:flex;justify-content:center;flex-direction:column;gap:40px;flex:1}.error-btn[data-v-47bfbdac]{display:flex;justify-content:center;gap:24px}.error-btn .btn[data-v-47bfbdac]{display:flex;justify-content:center;align-items:center;width:260px;height:50px;padding:10px 40px;border-radius:40px;font-family:Unbounded;font-size:14px;line-height:normal;text-decoration:none;cursor:pointer}.error-btn .btn[data-v-47bfbdac]:hover{opacity:.8}.error-btn .btn-primary[data-v-47bfbdac]{background-color:var(--vt-c-blue-6);color:var(--vt-c-white)}.error-btn .btn-secondary[data-v-47bfbdac]{background-color:var(--vt-c-white);border:1px solid var(--vt-c-blue-6);color:var(--vt-c-blue-6)}.error h1[data-v-47bfbdac]{color:var(--vt-c-blue-4);font-family:Unbounded;font-size:32px;font-weight:400;line-height:normal}.error p[data-v-47bfbdac]{color:var(--vt-c-gray-3);font-size:16px;font-style:normal;font-weight:400;line-height:30px}.error b[data-v-47bfbdac]{font-weight:600}@media screen and (max-width: 1536px){.error[data-v-47bfbdac]{max-width:510px;margin:68px auto 136px;gap:34px}.error-btn[data-v-47bfbdac]{gap:20px}.error-btn .btn[data-v-47bfbdac]{width:221px;height:42px;padding:8px 34px;border-radius:34px;font-size:12px}.error h1[data-v-47bfbdac]{font-size:28px}.error p[data-v-47bfbdac]{font-size:14px;line-height:26px}}@media screen and (max-width: 1280px){.error[data-v-47bfbdac]{max-width:434px;margin:58px auto 116px;gap:28px}.error-btn[data-v-47bfbdac]{gap:18px}.error-btn .btn[data-v-47bfbdac]{width:188px;height:36px;padding:6px 28px;border-radius:28px;font-size:10px}.error h1[data-v-47bfbdac]{font-size:24px}.error p[data-v-47bfbdac]{font-size:12px;line-height:22px}}@media screen and (max-width: 1024px){.error[data-v-47bfbdac]{max-width:100%;padding:0 30px;margin:32px auto 60px;gap:24px}.error-btn[data-v-47bfbdac]{flex-direction:column;align-items:center;gap:16px}.error-btn .btn[data-v-47bfbdac]{width:260px;height:50px;padding:10px 40px;border-radius:28px;font-size:14px}.error h1[data-v-47bfbdac]{font-size:32px}.error p[data-v-47bfbdac]{font-size:16px;line-height:30px}}.button[data-v-78d0337b]{display:flex;width:100%}.button-icon[data-v-78d0337b]{width:30px;height:30px;display:flex;gap:24px;align-items:center}button[data-v-78d0337b]{width:100%;height:100%;padding:12px 0;border-radius:34px;font-family:Unbounded;font-size:15px;font-weight:400;line-height:110%;text-transform:uppercase;display:flex;justify-content:center;align-items:center;cursor:pointer}button[data-v-78d0337b]:hover{opacity:.8;transition:all .3s ease}button[disabled=disabled][data-v-78d0337b],button[data-v-78d0337b]:disabled{background-color:#9d9d9d!important;border:#9D9D9D!important}@media screen and (max-width: 1536px){.button button[data-v-78d0337b]{padding:10px 0;font-size:12px}.button-icon[data-v-78d0337b]{width:24px;height:24px}}@media screen and (max-width: 1280px){.button button[data-v-78d0337b]{padding:7px 0;font-size:10px}.button-icon[data-v-78d0337b]{width:19px;height:19px}}@media screen and (max-width: 1024px){.button button[data-v-78d0337b]{border-width:1px!important;font-size:14px}.button-icon[data-v-78d0337b]{width:16px;height:16px}}.header[data-v-29fc6fcb]{position:fixed;width:100%;left:50%;transform:translate(-50%);z-index:1;margin-top:62px;transition:all .4s ease}.header--scrolled[data-v-29fc6fcb]{margin-top:0!important;padding:10px 0;box-shadow:0 4px 8px #0000000a;background-image:linear-gradient(0deg,rgba(24,24,24,.9),rgba(24,24,24,.9));z-index:4}.header--hidden[data-v-29fc6fcb]{display:none}.header-wrap[data-v-29fc6fcb]{max-width:var(--wrapper);display:flex;justify-content:space-between;align-items:center;margin:0 auto}.header-btn[data-v-29fc6fcb]{display:flex;gap:24px}.header-btn .social-media[data-v-29fc6fcb]{width:60px;height:60px}.header-btn .social-media img[data-v-29fc6fcb]{width:100%}.header-logo[data-v-29fc6fcb]{position:relative;left:-10px;cursor:pointer}.header-logo img[data-v-29fc6fcb]{width:672px;object-fit:contain}.header-banner[data-v-29fc6fcb]{width:100%;height:443px;background-color:var(--vt-c-black-1)}.header-banner img[data-v-29fc6fcb]{width:100%;height:100%;object-fit:cover}.btn-contact-us[data-v-29fc6fcb]{width:216px}.btn-contact-us.mobile[data-v-29fc6fcb]{display:none}.btn-cart-container[data-v-29fc6fcb]{position:relative}.btn-cart-container span[data-v-29fc6fcb]{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;background-color:var(--vt-c-red-1);border-radius:50%;color:var(--vt-c-white);font-size:10px;display:flex;justify-content:center;align-items:center}.btn-cart[data-v-29fc6fcb]{width:60px;height:60px}.homepage[data-v-29fc6fcb],.promotion[data-v-29fc6fcb],.about[data-v-29fc6fcb]{margin-top:148px}.homepage.header--scrolled[data-v-29fc6fcb],.promotion.header--scrolled[data-v-29fc6fcb],.about.header--scrolled[data-v-29fc6fcb]{padding:63px 0}.homepage .header-wrap[data-v-29fc6fcb],.promotion .header-wrap[data-v-29fc6fcb],.about .header-wrap[data-v-29fc6fcb]{max-width:var(--wrapper-xlarge)}.homepage .header-btn .btn-contact-us[data-v-29fc6fcb],.promotion .header-btn .btn-contact-us[data-v-29fc6fcb],.about .header-btn .btn-contact-us[data-v-29fc6fcb]{width:60px;height:60px}.homepage .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon,.promotion .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon,.about .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon{width:60px;height:60px;border-radius:50%}.homepage .header-btn .btn-cart[data-v-29fc6fcb],.promotion .header-btn .btn-cart[data-v-29fc6fcb],.about .header-btn .btn-cart[data-v-29fc6fcb]{width:59px;height:60px}.homepage .header-btn .btn-cart[data-v-29fc6fcb] .button-icon,.promotion .header-btn .btn-cart[data-v-29fc6fcb] .button-icon,.about .header-btn .btn-cart[data-v-29fc6fcb] .button-icon{width:60px;height:60px;background-color:var(--vt-c-black);border-radius:50%}.homepage .header-logo[data-v-29fc6fcb],.promotion .header-logo[data-v-29fc6fcb],.about .header-logo[data-v-29fc6fcb]{left:auto;height:65px}.homepage .header-logo img[data-v-29fc6fcb],.promotion .header-logo img[data-v-29fc6fcb],.about .header-logo img[data-v-29fc6fcb]{width:938px;object-fit:contain}.about[data-v-29fc6fcb],.promotion[data-v-29fc6fcb]{padding:49px 0;background-image:linear-gradient(0deg,rgba(24,24,24,.9),rgba(24,24,24,.9));margin-top:99px}@media screen and (max-width: 1740px){.homepage.header[data-v-29fc6fcb],.promotion.header[data-v-29fc6fcb],.about.header[data-v-29fc6fcb]{margin-top:98px}.homepage.header--scrolled[data-v-29fc6fcb],.promotion.header--scrolled[data-v-29fc6fcb],.about.header--scrolled[data-v-29fc6fcb]{padding:24px 0;margin-top:auto!important}.homepage .header-wrap[data-v-29fc6fcb],.promotion .header-wrap[data-v-29fc6fcb],.about .header-wrap[data-v-29fc6fcb]{max-width:var(--wrapper-large)}.homepage .header-logo[data-v-29fc6fcb],.promotion .header-logo[data-v-29fc6fcb],.about .header-logo[data-v-29fc6fcb]{height:50px}.homepage .header-logo img[data-v-29fc6fcb],.promotion .header-logo img[data-v-29fc6fcb],.about .header-logo img[data-v-29fc6fcb]{width:688px;object-fit:contain}.about[data-v-29fc6fcb],.promotion[data-v-29fc6fcb]{margin-top:77px!important}}@media screen and (max-width: 1536px){.header[data-v-29fc6fcb]{margin-top:56px}.header-wrap[data-v-29fc6fcb]{align-items:center;max-width:var(--wrapper-large)}.header-logo img[data-v-29fc6fcb]{width:538px}.header-btn .btn-contact-us[data-v-29fc6fcb]{width:173px}.header-btn .btn-cart-container span[data-v-29fc6fcb]{min-width:18px;height:18px;top:-2px;right:-2px}.header-btn .btn-cart[data-v-29fc6fcb]{width:56px;height:56px}.header-banner[data-v-29fc6fcb]{height:354px}}@media screen and (max-width: 1280px){.header[data-v-29fc6fcb]{margin-top:52px}.header-wrap[data-v-29fc6fcb]{max-width:var(--wrapper-small)}.header-logo img[data-v-29fc6fcb]{width:430px}.header-btn .btn-contact-us[data-v-29fc6fcb]{width:138px}.header-btn .btn-cart-container span[data-v-29fc6fcb]{min-width:16px;height:16px}.header-btn .btn-cart[data-v-29fc6fcb]{width:44px;height:44px}.header-banner[data-v-29fc6fcb]{height:284px}}@media screen and (max-width: 1024px){.header[data-v-29fc6fcb]{margin-top:48px}.header-wrap[data-v-29fc6fcb]{padding:0 30px}.header-logo[data-v-29fc6fcb]{display:flex;left:unset}.header-logo img[data-v-29fc6fcb]{width:240px}.header-btn[data-v-29fc6fcb]{gap:6px}.header-btn .btn-contact-us[data-v-29fc6fcb]{display:none}.header-btn .btn-contact-us.mobile[data-v-29fc6fcb]{display:block;width:34px;height:34px}.header-btn .btn-cart[data-v-29fc6fcb]{width:34px;height:34px}.header-btn .social-media[data-v-29fc6fcb]{width:20px;height:20px}.header.blackhawk[data-v-29fc6fcb],.header.summit[data-v-29fc6fcb],.header.pantera[data-v-29fc6fcb],.header.prinx[data-v-29fc6fcb],.header.homepage[data-v-29fc6fcb]{margin-top:23px}.header-banner[data-v-29fc6fcb]{height:237px}.homepage.header[data-v-29fc6fcb],.about.header[data-v-29fc6fcb],.promotion.header[data-v-29fc6fcb]{margin-top:61px}.homepage.header--scrolled[data-v-29fc6fcb],.about.header--scrolled[data-v-29fc6fcb],.promotion.header--scrolled[data-v-29fc6fcb]{padding:16px 0}.homepage .header-wrap[data-v-29fc6fcb],.about .header-wrap[data-v-29fc6fcb],.promotion .header-wrap[data-v-29fc6fcb]{padding:0 16px}.homepage .header-btn .btn-contact-us[data-v-29fc6fcb],.about .header-btn .btn-contact-us[data-v-29fc6fcb],.promotion .header-btn .btn-contact-us[data-v-29fc6fcb]{width:20px;height:20px;display:block}.homepage .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon,.about .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon,.promotion .header-btn .btn-contact-us[data-v-29fc6fcb] .button-icon{width:20px;height:20px}.homepage .header-btn .btn-cart[data-v-29fc6fcb],.about .header-btn .btn-cart[data-v-29fc6fcb],.promotion .header-btn .btn-cart[data-v-29fc6fcb]{width:19px;height:20px}.homepage .header-btn .btn-cart-container span[data-v-29fc6fcb],.about .header-btn .btn-cart-container span[data-v-29fc6fcb],.promotion .header-btn .btn-cart-container span[data-v-29fc6fcb]{min-width:10px;height:10px;font-size:8px;font-weight:300}.homepage .header-btn .btn-cart[data-v-29fc6fcb] .button-icon,.about .header-btn .btn-cart[data-v-29fc6fcb] .button-icon,.promotion .header-btn .btn-cart[data-v-29fc6fcb] .button-icon{width:20px;height:20px}.homepage .header-logo[data-v-29fc6fcb],.about .header-logo[data-v-29fc6fcb],.promotion .header-logo[data-v-29fc6fcb]{height:18px}.homepage .header-logo img[data-v-29fc6fcb],.about .header-logo img[data-v-29fc6fcb],.promotion .header-logo img[data-v-29fc6fcb]{width:264px;object-fit:contain}.about[data-v-29fc6fcb],.promotion[data-v-29fc6fcb]{padding:20px 0;margin-top:40px!important}.about-banner[data-v-29fc6fcb],.promotion-banner[data-v-29fc6fcb]{margin-top:-4px}}.footer[data-v-ab5aa0ea]{position:relative;bottom:0;width:100%;background-color:var(--vt-c-black)}.wrapper[data-v-ab5aa0ea]{position:relative;max-width:var(--wrapper);margin:0 auto;color:var(--vt-c-white)}.wrapper.summit[data-v-ab5aa0ea],.wrapper.pantera[data-v-ab5aa0ea],.wrapper.prinx[data-v-ab5aa0ea]{max-width:var(--wrapper-large)}.wrapper.pantera .row[data-v-ab5aa0ea],.wrapper.prinx .row[data-v-ab5aa0ea]{padding:0!important}.wrapper.pantera .row .column[data-v-ab5aa0ea]:first-child,.wrapper.prinx .row .column[data-v-ab5aa0ea]:first-child{flex:50%!important}.row[data-v-ab5aa0ea]{display:flex;height:186px;align-items:center;padding:0 120px;font-family:Inter,sans-serif;font-size:16px;gap:60px}.column[data-v-ab5aa0ea]{display:flex;flex-direction:column;flex:25%}.column div[data-v-ab5aa0ea]{display:flex;flex-direction:column}.column[data-v-ab5aa0ea]:first-child{flex:50%}.column[data-v-ab5aa0ea]:nth-child(2){align-items:flex-end}.column:nth-child(2) a[data-v-ab5aa0ea]{text-decoration:unset}.column img[data-v-ab5aa0ea]{width:378px}.homepage.wrapper[data-v-ab5aa0ea],.promotion.wrapper[data-v-ab5aa0ea],.about.wrapper[data-v-ab5aa0ea]{max-width:var(--wrapper-xlarge);padding:80px 0 107px}.homepage.wrapper .footer-column[data-v-ab5aa0ea],.promotion.wrapper .footer-column[data-v-ab5aa0ea],.about.wrapper .footer-column[data-v-ab5aa0ea]{display:flex;flex-direction:column;gap:105px}.homepage.wrapper .footer-row[data-v-ab5aa0ea],.promotion.wrapper .footer-row[data-v-ab5aa0ea],.about.wrapper .footer-row[data-v-ab5aa0ea]{display:flex;justify-content:space-between}.homepage.wrapper .footer-logo[data-v-ab5aa0ea],.promotion.wrapper .footer-logo[data-v-ab5aa0ea],.about.wrapper .footer-logo[data-v-ab5aa0ea]{height:121px}.homepage.wrapper .footer-contact[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.promotion.wrapper .footer-contact[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.about.wrapper .footer-contact[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms[data-v-ab5aa0ea]{display:flex;align-items:center;gap:21px}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.promotion.wrapper .footer-contact a[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.about.wrapper .footer-contact a[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]{font-size:27px;font-weight:400;line-height:normal;letter-spacing:-.81px}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea]:hover,.homepage.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]:hover,.promotion.wrapper .footer-contact a[data-v-ab5aa0ea]:hover,.promotion.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]:hover,.about.wrapper .footer-contact a[data-v-ab5aa0ea]:hover,.about.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]:hover{text-decoration:none}.homepage.wrapper .footer-contact .dot[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-contact .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.about.wrapper .footer-contact .dot[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea]{width:8px;height:8px;border-radius:50%;background-color:var(--vt-c-white)}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea],.promotion.wrapper .footer-contact a[data-v-ab5aa0ea],.about.wrapper .footer-contact a[data-v-ab5aa0ea]{text-decoration:unset!important}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea]:hover,.promotion.wrapper .footer-contact a[data-v-ab5aa0ea]:hover,.about.wrapper .footer-contact a[data-v-ab5aa0ea]:hover{text-decoration:underline!important}.homepage.wrapper .footer-about[data-v-ab5aa0ea],.promotion.wrapper .footer-about[data-v-ab5aa0ea],.about.wrapper .footer-about[data-v-ab5aa0ea]{display:flex;flex-direction:column;gap:24px;text-align:right}.homepage.wrapper .footer-about a[data-v-ab5aa0ea],.promotion.wrapper .footer-about a[data-v-ab5aa0ea],.about.wrapper .footer-about a[data-v-ab5aa0ea]{font-size:30px;font-weight:400;line-height:normal;text-decoration-line:underline}.homepage.wrapper .footer-about a[data-v-ab5aa0ea]:hover,.promotion.wrapper .footer-about a[data-v-ab5aa0ea]:hover,.about.wrapper .footer-about a[data-v-ab5aa0ea]:hover{text-decoration:none}@media screen and (max-width: 1740px){.homepage.wrapper[data-v-ab5aa0ea],.promotion.wrapper[data-v-ab5aa0ea],.about.wrapper[data-v-ab5aa0ea]{max-width:var(--wrapper-large);padding:64px 0 85.6px}.homepage.wrapper .footer-column[data-v-ab5aa0ea],.promotion.wrapper .footer-column[data-v-ab5aa0ea],.about.wrapper .footer-column[data-v-ab5aa0ea]{gap:84px}.homepage.wrapper .footer-logo[data-v-ab5aa0ea],.promotion.wrapper .footer-logo[data-v-ab5aa0ea],.about.wrapper .footer-logo[data-v-ab5aa0ea]{height:96.8px}.homepage.wrapper .footer-contact[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.promotion.wrapper .footer-contact[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.about.wrapper .footer-contact[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms[data-v-ab5aa0ea]{gap:16.8px}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.promotion.wrapper .footer-contact a[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.about.wrapper .footer-contact a[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]{font-size:21.6px}.homepage.wrapper .footer-contact .dot[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-contact .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.about.wrapper .footer-contact .dot[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea]{width:6.4px;height:6.4px}.homepage.wrapper .footer-about[data-v-ab5aa0ea],.promotion.wrapper .footer-about[data-v-ab5aa0ea],.about.wrapper .footer-about[data-v-ab5aa0ea]{gap:19.2px}.homepage.wrapper .footer-about a[data-v-ab5aa0ea],.promotion.wrapper .footer-about a[data-v-ab5aa0ea],.about.wrapper .footer-about a[data-v-ab5aa0ea]{font-size:24px}}@media screen and (max-width: 1536px){.footer .wrapper[data-v-ab5aa0ea]{max-width:var(--wrapper-large)}.footer .wrapper .row[data-v-ab5aa0ea]{height:148px;padding:0 96px;font-size:14px;gap:48px}.footer .wrapper .row .column[data-v-ab5aa0ea]:first-child{flex:62%}.footer .wrapper .row .column img[data-v-ab5aa0ea]{width:304px}}@media screen and (max-width: 1280px){.footer .wrapper[data-v-ab5aa0ea]{max-width:var(--wrapper-small)}.footer .wrapper .row[data-v-ab5aa0ea]{height:118px;padding:0 76px;gap:38px}.footer .wrapper .row .column[data-v-ab5aa0ea]:first-child{flex:78%}.footer .wrapper .row .column img[data-v-ab5aa0ea]{width:244px}}@media screen and (max-width: 1024px){.footer .wrapper.pantera .row[data-v-ab5aa0ea],.footer .wrapper.prinx .row[data-v-ab5aa0ea]{padding:18px 30px 40px!important;gap:24px}.footer .wrapper .row[data-v-ab5aa0ea]{height:100%;padding:46px 30px;flex-direction:column;gap:28px}.footer .wrapper .row .column[data-v-ab5aa0ea]{flex:unset;text-align:center;width:100%}.footer .wrapper .row .column[data-v-ab5aa0ea]:nth-child(2){align-items:center}.footer .wrapper .row .column[data-v-ab5aa0ea]:first-child{flex:unset}.footer .wrapper .row .column img[data-v-ab5aa0ea]{width:100%}.homepage.wrapper[data-v-ab5aa0ea],.promotion.wrapper[data-v-ab5aa0ea],.about.wrapper[data-v-ab5aa0ea]{padding:24px 24px 47px}.homepage.wrapper .footer-column[data-v-ab5aa0ea],.promotion.wrapper .footer-column[data-v-ab5aa0ea],.about.wrapper .footer-column[data-v-ab5aa0ea]{gap:48px}.homepage.wrapper .footer-logo[data-v-ab5aa0ea],.promotion.wrapper .footer-logo[data-v-ab5aa0ea],.about.wrapper .footer-logo[data-v-ab5aa0ea]{height:41px}.homepage.wrapper .footer-row[data-v-ab5aa0ea],.promotion.wrapper .footer-row[data-v-ab5aa0ea],.about.wrapper .footer-row[data-v-ab5aa0ea]{flex-direction:column;gap:48px}.homepage.wrapper .footer-contact[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.promotion.wrapper .footer-contact[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms[data-v-ab5aa0ea],.about.wrapper .footer-contact[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms[data-v-ab5aa0ea]{flex-direction:column;justify-content:center;gap:8px}.homepage.wrapper .footer-contact a[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.promotion.wrapper .footer-contact a[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms a[data-v-ab5aa0ea],.about.wrapper .footer-contact a[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms a[data-v-ab5aa0ea]{font-size:12px!important}.homepage.wrapper .footer-contact .dot[data-v-ab5aa0ea],.homepage.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-contact .dot[data-v-ab5aa0ea],.promotion.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea],.about.wrapper .footer-contact .dot[data-v-ab5aa0ea],.about.wrapper .footer-privacy-terms .dot[data-v-ab5aa0ea]{display:none}.homepage.wrapper .footer-contact[data-v-ab5aa0ea],.promotion.wrapper .footer-contact[data-v-ab5aa0ea],.about.wrapper .footer-contact[data-v-ab5aa0ea]{gap:4px}.homepage.wrapper .footer-about[data-v-ab5aa0ea],.promotion.wrapper .footer-about[data-v-ab5aa0ea],.about.wrapper .footer-about[data-v-ab5aa0ea]{gap:8px;align-items:center}.homepage.wrapper .footer-about a[data-v-ab5aa0ea],.promotion.wrapper .footer-about a[data-v-ab5aa0ea],.about.wrapper .footer-about a[data-v-ab5aa0ea]{font-size:14px}.homepage.wrapper .footer-about svg[data-v-ab5aa0ea],.promotion.wrapper .footer-about svg[data-v-ab5aa0ea],.about.wrapper .footer-about svg[data-v-ab5aa0ea]{width:16px;height:16px}.prinx.wrapper .row .column[data-v-ab5aa0ea],.prinx.wrapper .row .column div[data-v-ab5aa0ea]{align-items:flex-start!important}}.toast[data-v-6fff479f]{position:fixed;background:#53B25C;left:50%;transform:translate(-50%);transition:ease-in-out .5s;padding:5px 20px;border-radius:5px;top:-50%;z-index:5;color:#fff;opacity:0}.toast.show[data-v-6fff479f]{top:40px;opacity:1}.toast.failed[data-v-6fff479f]{background-color:#c10230}@media screen and (max-width: 1024px){.toast[data-v-6fff479f]{font-size:14px;text-align:center;line-height:140%}}.default-layout[data-v-b72d70be]{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;min-height:100vh}main[data-v-b72d70be]{flex-grow:1;max-width:var(--wrapper);margin:0 auto;padding:54px 0 140px}@media screen and (max-width: 1280px){main[data-v-b72d70be]{max-width:var(--wrapper-small)}}@media screen and (max-width: 1024px){main[data-v-b72d70be]{padding:21px 0 45px;max-width:100%}}.marquee[data-v-59d57c4b]{--gap: 28px;position:relative;z-index:2;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;padding:32px;background:#D10000;color:var(--vt-c-white);font-family:Unbounded;font-size:28px;line-height:normal;letter-spacing:1.12px;cursor:pointer}.marquee__content[data-v-59d57c4b]{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;animation:scroll-59d57c4b 40s linear infinite}.marquee__content li[data-v-59d57c4b]{font-weight:700;opacity:1;transition:all .3s ease-in-out}.marquee__content li.hide[data-v-59d57c4b]{opacity:0}.marquee__content li[data-v-59d57c4b]:after{content:" ";white-space:pre}.marquee__content[data-v-59d57c4b]:last-child:before{content:" ";white-space:pre}@keyframes scroll-59d57c4b{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media screen and (max-width: 1740px){.marquee[data-v-59d57c4b]{font-size:24px;padding:24px}}@media screen and (max-width: 1024px){.marquee[data-v-59d57c4b]{font-size:16px;padding:10px;letter-spacing:.64px}}.homepage-layout[data-v-65d98e1a]{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;min-height:100vh}.homepage-banner[data-v-4d714819]{position:relative;height:54.68vw;margin-top:-100px}.homepage-banner__image[data-v-4d714819]{width:100%;height:54.68vw;object-fit:cover}.homepage-banner__content[data-v-4d714819]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--vt-c-white);font-family:Unbounded;line-height:normal;letter-spacing:4.68px;text-align:center;margin-top:-12px;text-wrap:nowrap}.homepage-banner__content h1[data-v-4d714819]{font-size:117px;font-weight:700}.homepage-banner__content h3[data-v-4d714819]{margin-top:-24px;font-size:85px;font-weight:700}@media screen and (max-width: 1740px){.homepage-banner[data-v-4d714819],.homepage-banner__image[data-v-4d714819]{height:738.4px}.homepage-banner__content h1[data-v-4d714819]{font-size:93.6px}.homepage-banner__content h3[data-v-4d714819]{margin-top:-20px;font-size:68px}}@media screen and (max-width: 1024px){.homepage-banner[data-v-4d714819]{height:360px;margin-top:-4px}.homepage-banner__image[data-v-4d714819]{height:360px}.homepage-banner__content[data-v-4d714819]{margin-top:-46px}.homepage-banner__content h1[data-v-4d714819]{font-size:40px;letter-spacing:1.6px}.homepage-banner__content h3[data-v-4d714819]{font-size:28px;letter-spacing:1.12px;margin-top:0}}.homepage-search-tab__wrapper[data-v-016da4dc]{position:relative;max-width:1539px;margin:-14.07vh auto 0;display:flex;justify-content:space-between}.homepage-search-tab__left[data-v-016da4dc],.homepage-search-tab__right[data-v-016da4dc]{width:45%;background-color:#c3c3c3;height:209px;border-radius:10px;color:var(--vt-c-black);font-family:Unbounded;font-size:36px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:5.76px;position:relative;transition:all .3s ease}.homepage-search-tab__left.active[data-v-016da4dc],.homepage-search-tab__right.active[data-v-016da4dc]{background-color:var(--vt-c-blue-8);color:var(--vt-c-white)}.homepage-search-tab__left.active span[data-v-016da4dc],.homepage-search-tab__right.active span[data-v-016da4dc]{color:var(--vt-c-white)}.homepage-search-tab__left.hover[data-v-016da4dc]:hover,.homepage-search-tab__right.hover[data-v-016da4dc]:hover{cursor:pointer;background-color:var(--vt-c-blue-8);color:var(--vt-c-white);transition:all .3s ease}.homepage-search-tab__left.hover:hover span[data-v-016da4dc],.homepage-search-tab__right.hover:hover span[data-v-016da4dc]{color:var(--vt-c-white)}.homepage-search-tab__left b[data-v-016da4dc],.homepage-search-tab__right b[data-v-016da4dc]{font-weight:700}.homepage-search-tab__left p[data-v-016da4dc]{font-weight:400}.homepage-search-tab__left-content[data-v-016da4dc]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:6px}.homepage-search-tab__left-content span[data-v-016da4dc]{color:#ff3232;font-weight:300;font-size:40px;line-height:49.6px;letter-spacing:-5%}.homepage-search-tab__right p[data-v-016da4dc]{font-weight:400}.homepage-search-tab__right-content[data-v-016da4dc]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:6px}.homepage-search-tab__right-content span[data-v-016da4dc]{color:#ff3232;font-weight:300;font-size:40px;line-height:49.6px;letter-spacing:-5%}.homepage-search-tab__middle[data-v-016da4dc]{width:270px;height:270px;position:absolute;bottom:5px;left:50%;transform:translate(-50%);z-index:2;background-color:var(--vt-c-white);border-radius:50%}.homepage-search-tab__middle img[data-v-016da4dc]{cursor:pointer;border-radius:50%}@media screen and (max-width: 1740px){.homepage-search-tab__wrapper[data-v-016da4dc]{max-width:calc(var(--wrapper-large) - 100px)}.homepage-search-tab__left[data-v-016da4dc],.homepage-search-tab__right[data-v-016da4dc]{width:42%;height:192px;font-size:24px;letter-spacing:2.4px}.homepage-search-tab__left-content span[data-v-016da4dc],.homepage-search-tab__right-content span[data-v-016da4dc]{font-size:28px;line-height:150%}.homepage-search-tab__middle[data-v-016da4dc]{width:240px;height:240px}.homepage-search-tab__middle img[data-v-016da4dc]{width:100%}}@media screen and (max-width: 1024px){.homepage-search-tab__wrapper[data-v-016da4dc]{margin-top:-64px;padding:0 16px}.homepage-search-tab__left[data-v-016da4dc],.homepage-search-tab__right[data-v-016da4dc]{height:66px;border-radius:12px;font-size:11px;letter-spacing:-.6px;width:47%}.homepage-search-tab__left-content[data-v-016da4dc],.homepage-search-tab__right-content[data-v-016da4dc]{width:68%;text-align:center;margin:0 auto;position:relative;top:6px}.homepage-search-tab__left-content span[data-v-016da4dc],.homepage-search-tab__right-content span[data-v-016da4dc]{font-size:12px;line-height:150%}.homepage-search-tab__middle[data-v-016da4dc]{width:100px;height:100px;bottom:-17px}.homepage-search-tab__middle img[data-v-016da4dc]{width:100%}}@media screen and (max-width: 430px){.homepage-search-tab__left-content[data-v-016da4dc]{right:10%}.homepage-search-tab__right-content[data-v-016da4dc]{left:10%}}@media screen and (max-width: 320px){.homepage-search-tab__left-content span[data-v-016da4dc],.homepage-search-tab__left-content p[data-v-016da4dc],.homepage-search-tab__right-content span[data-v-016da4dc],.homepage-search-tab__right-content p[data-v-016da4dc]{font-size:10px}}.container[data-v-5778f291]{width:100%;display:flex;white-space:nowrap}.container input[data-v-5778f291]{display:none}.container input:checked+label[data-v-5778f291]{opacity:1}.container .tab[data-v-5778f291]{position:relative;flex:auto}.container .tab label[data-v-5778f291]{display:inline-block;width:100%;background:transparent;color:var(--vt-c-white);font-weight:600;font-size:18px;text-align:center;text-transform:uppercase;padding:12px;opacity:.25;transition:.25s background ease;cursor:pointer}.container .tab.disabled label[data-v-5778f291]{pointer-events:none}.container .tab.disabled[data-v-5778f291]:hover:after{opacity:.25}.container .tab[data-v-5778f291]:after{content:"";height:2px;width:100%;position:absolute;display:block;background:var(--vt-c-white);bottom:0;opacity:.25;left:0;transition:.25s ease}.container .tab[data-v-5778f291]:hover:after{opacity:1}.container .tab[data-v-5778f291]:has(input:checked):after{opacity:1}@media screen and (max-width: 1536px){.container .tab label[data-v-5778f291]{font-size:14px}}@media screen and (max-width: 1280px){.container .tab label[data-v-5778f291]{font-size:12px}}@media screen and (max-width: 1024px){.container .tab label[data-v-5778f291]{font-size:10px;padding:8px}}.input[data-v-c22a27ef]{position:relative;height:100px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.input.disabled[data-v-c22a27ef]{cursor:default;opacity:.4;pointer-events:none}.input.inactive[data-v-c22a27ef]{opacity:.8}.input.inactive[data-v-c22a27ef]:hover{cursor:not-allowed}.input.inactive label[data-v-c22a27ef]{pointer-events:none}.input.inactive label input[data-v-c22a27ef]::placeholder{color:var(--vt-c-white)}.input-container[data-v-c22a27ef]{position:relative;z-index:2;display:flex;padding:28px;background:var(--vt-c-gray-1);border-radius:10px;color:var(--vt-c-gray-2);font-size:16px;text-transform:uppercase;border:1px solid transparent}.input-container.error[data-v-c22a27ef]{box-shadow:0 0 4px var(--vt-c-red-2)}.input-container .dropdown-placeholder span[data-v-c22a27ef]{position:relative;top:.6px;font-size:22px;font-weight:300;letter-spacing:4px}.input-container .dropdown-placeholder span.not-active[data-v-c22a27ef]{color:var(--vt-c-gray-1)}.clear-icon[data-v-c22a27ef]{position:absolute;font-size:30px;margin-top:-10px;right:54px}.input-icon[data-v-c22a27ef]{position:absolute;right:24px;width:28px;height:28px;margin-top:4px;background:url(/assets/images/common/dropdown-arrow.svg) no-repeat center;transition:transform .6s ease}.input-icon.active[data-v-c22a27ef]{transform:rotate(180deg)}.input-options[data-v-c22a27ef]{position:relative;font-family:Unbounded;z-index:3;padding:0;max-height:0;transition:max-height .4s ease;background-color:var(--vt-c-white);border-radius:10px;overflow-y:scroll;box-shadow:0 3px 6px #00000029}.input-options li[data-v-c22a27ef]{padding:5px 0 5px 10px;list-style:none;color:var(--vt-c-gray-3);cursor:pointer}.input-options li span[data-v-c22a27ef]{display:inline-block;width:100%;padding:23px 22px}.input-options li.active span[data-v-c22a27ef],.input-options li:hover span[data-v-c22a27ef]{background-color:var(--vt-c-gray-1);border-radius:35px}.input-options[data-v-c22a27ef]::-webkit-scrollbar{width:15px}.input-options[data-v-c22a27ef]::-webkit-scrollbar-thumb{border:5px solid transparent;background-clip:padding-box;border-radius:15px;background-color:var(--vt-c-blue-4)}.input-checkbox[data-v-c22a27ef]{position:absolute;opacity:0;height:0}.input-checkbox:checked+.input-options[data-v-c22a27ef]{max-height:320px;transition:max-height .4s ease}.input-checkbox.active+.input-options[data-v-c22a27ef]{max-height:320px;transition:max-height .4s ease}.input-field[data-v-c22a27ef]{width:100%}.input-field input[data-v-c22a27ef]{width:calc(100% - 24px);padding:8px 10px;font-family:Unbounded;color:var(--vt-c-gray-2);font-size:16px;text-transform:uppercase;background-color:transparent;border:0}.input-field input[data-v-c22a27ef]:focus{outline:none}.input-field input[data-v-c22a27ef]::placeholder{color:var(--vt-c-gray-2)}.input-field input[data-v-c22a27ef]::-webkit-outer-spin-button,.input-field input[data-v-c22a27ef]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-field input[type=number][data-v-c22a27ef]{-moz-appearance:textfield}@media screen and (max-width: 1536px){.input[data-v-c22a27ef]{height:78px}.input-container[data-v-c22a27ef]{padding:22px;font-size:14px;border-radius:5px}.input-container div span[data-v-c22a27ef]{font-size:18px}.input-container .clear-icon[data-v-c22a27ef]{font-size:24px;margin-top:-4px;right:48px}.input-container .input-icon[data-v-c22a27ef]{width:22px;height:22px;margin-top:6px}.input-container .input-field input[data-v-c22a27ef],.input-options[data-v-c22a27ef]{font-size:13px}.input-options li[data-v-c22a27ef]{padding:4px 0 4px 8px}}@media screen and (max-width: 1280px){.input[data-v-c22a27ef]{height:66px}.input-container[data-v-c22a27ef]{padding:18px;font-size:12px}.input-container div span[data-v-c22a27ef]{font-size:14px}.input-container .clear-icon[data-v-c22a27ef]{font-size:19px;margin-top:4px;right:32px}.input-container .input-icon[data-v-c22a27ef]{width:18px;height:18px}.input-container .input-field input[data-v-c22a27ef],.input-options[data-v-c22a27ef]{font-size:10px}.input-options li[data-v-c22a27ef]{padding:3px 0 3px 6px}.input-options[data-v-c22a27ef]::-webkit-scrollbar{width:13px}}@media screen and (max-width: 1024px){.input-container[data-v-c22a27ef]{padding:16px;font-size:14px}.input-container div span[data-v-c22a27ef]{font-size:16px}.input-container .clear-icon[data-v-c22a27ef]{font-size:20px;margin-top:4px;right:38px;font-style:normal}.input-container .input-icon[data-v-c22a27ef]{width:22px;height:22px;margin-top:4px}.input-container .input-field input[data-v-c22a27ef]{font-size:10px}.input-options[data-v-c22a27ef]{font-size:10px;border-radius:6px}.input-options li[data-v-c22a27ef]{padding:2px 0 2px 6px}}.search-params[data-v-9a15b9f6]{display:flex;flex-direction:column;flex-wrap:wrap;row-gap:24px;height:160px;padding:20px;margin-top:24px;background:rgba(255,255,255,.2);border-radius:10px}.search-params.vehicle[data-v-9a15b9f6]{height:232px}.search-params li[data-v-9a15b9f6]{display:flex;align-items:start;gap:8px;width:50%}.search-params li img[data-v-9a15b9f6]{margin-top:2px}.search-params__detail p[data-v-9a15b9f6]{font-size:18px;line-height:22px}.search-params__detail p[data-v-9a15b9f6]:first-child{color:#ebebeb;font-weight:400;text-transform:uppercase}.search-params__detail p[data-v-9a15b9f6]:last-child{margin-top:4px;color:#fff;font-weight:700;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:pre-wrap}@media screen and (max-width: 1536px){.search-params[data-v-9a15b9f6]{height:140px}.search-params.vehicle[data-v-9a15b9f6]{height:202px}.search-params__detail p[data-v-9a15b9f6]{font-size:14px;line-height:17px}}@media screen and (max-width: 1280px){.search-params[data-v-9a15b9f6]{padding:16px;height:124px}.search-params.vehicle[data-v-9a15b9f6]{height:182px}.search-params li img[data-v-9a15b9f6]{width:24px}.search-params__detail p[data-v-9a15b9f6]{font-size:12px;line-height:15px}}@media screen and (max-width: 1024px){.search-params[data-v-9a15b9f6]{padding:10px;height:100px}.search-params.vehicle[data-v-9a15b9f6]{height:152px}.search-params__detail p[data-v-9a15b9f6]{font-size:10px;line-height:12px}}.homepage-search-menu__right[data-v-da57eafa]{width:708px;height:fit-content;padding:36px;display:flex;flex-direction:column;gap:35px;border-radius:16px;background:var(--vt-c-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000040}.homepage-search-menu__right-title[data-v-da57eafa]{color:var(--vt-c-black);font-family:Unbounded;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.8px}.homepage-search-menu__right-content[data-v-da57eafa]{display:flex;flex-direction:column;gap:26px}.homepage-search-menu__right-item[data-v-da57eafa]{display:flex;flex-direction:column;gap:26px;list-style:none}.homepage-search-menu__right-item[data-v-da57eafa]:nth-child(2n):before{content:"";width:calc(100% - 60px);height:1px;margin:0 auto;background-color:var(--vt-c-black)}.homepage-search-menu__right-item[data-v-da57eafa]:last-child{color:var(--vt-c-black);font-size:12px;font-weight:400;line-height:normal}.homepage-search-menu__right-item-title[data-v-da57eafa]{color:var(--vt-c-blue-7);font-family:Unbounded;font-size:23px;font-weight:500;line-height:normal;position:relative;padding-left:32px}.homepage-search-menu__right-item-title[data-v-da57eafa]:before{content:"•";position:absolute;left:8px}.homepage-search-menu__right-item-img[data-v-da57eafa]{height:164px;object-fit:contain;object-position:50%}@media screen and (max-width: 1740px){.homepage-search-menu__right[data-v-da57eafa]{width:500px;padding:28.8px;gap:28px;border-radius:16px}.homepage-search-menu__right-title[data-v-da57eafa]{font-size:16px}.homepage-search-menu__right-content[data-v-da57eafa],.homepage-search-menu__right-item[data-v-da57eafa]{gap:20.8px}.homepage-search-menu__right-item[data-v-da57eafa]:nth-child(2n):before{content:"";width:calc(100% - 60px);height:1px;margin:0 auto;background-color:var(--vt-c-black)}.homepage-search-menu__right-item[data-v-da57eafa]:last-child{color:var(--vt-c-black);font-size:9.6px}.homepage-search-menu__right-item-title[data-v-da57eafa]{font-size:18.4px}.homepage-search-menu__right-item-img[data-v-da57eafa]{height:131.2px}}@media screen and (max-width: 1024px){.homepage-search-menu__right[data-v-da57eafa]{width:100%;padding:16px 8px;border-radius:8px}.homepage-search-menu__right-content[data-v-da57eafa]{gap:16px}.homepage-search-menu__right-title[data-v-da57eafa]{padding:0 13px 18px;font-family:Unbounded;font-size:16px;letter-spacing:.64px}.homepage-search-menu__right-item[data-v-da57eafa]{gap:8px}.homepage-search-menu__right-item[data-v-da57eafa]:nth-child(2n):before{display:none}.homepage-search-menu__right-item[data-v-da57eafa]:last-child{padding:0 11px;font-size:10px}.homepage-search-menu__right-item-title[data-v-da57eafa]{font-size:14px;padding-left:20px}.homepage-search-menu__right-item-title[data-v-da57eafa]:before{content:"";border:4px solid var(--vt-c-blue-7);border-radius:50%;left:0;top:8px}.homepage-search-menu__right-item img[data-v-da57eafa]{height:84px}}.homepage-search-menu[data-v-20e58b7f]{position:relative;height:83px;background-color:var(--vt-c-blue-8);margin-top:-83px;border-radius:10px 10px 0 0;transition:all .6s ease;overflow:hidden}.homepage-search-menu.active[data-v-20e58b7f]{height:1111px;padding:119px 0 0}.homepage-search-menu__bg[data-v-20e58b7f]{position:absolute;width:100%;bottom:-34vw;object-position:50%;mix-blend-mode:multiply}.homepage-search-menu__content[data-v-20e58b7f]{max-width:1539px;margin:0 auto;display:flex;gap:60px}.homepage-search-menu__left[data-v-20e58b7f]{flex:1;display:flex;flex-direction:column;gap:40px}[data-v-20e58b7f] .search-params{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:14px;overflow:hidden;display:grid;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);grid-auto-flow:column;transition:height .3s ease}[data-v-20e58b7f] .search-params.vehicle{grid-template-rows:repeat(3,1fr)}[data-v-20e58b7f] .search-params li{width:100%}[data-v-20e58b7f] .search-menu-input.zip-code-input .input-options{display:none}[data-v-20e58b7f] .search-menu-input .input-container{z-index:0;border-radius:16px}[data-v-20e58b7f] .search-menu-input .input-options{padding:0;border-radius:16px;transition:all .4s ease;margin-top:60px}[data-v-20e58b7f] .search-menu-input .input-options__title{padding:0 36px 47px;color:var(--vt-c-black);font-family:Unbounded;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.8px}[data-v-20e58b7f] .search-menu-input .input-options li{padding:0}[data-v-20e58b7f] .search-menu-input .input-options li span{font-weight:500;padding:24px 48px;font-size:21px;line-height:normal;letter-spacing:.84px;color:var(--vt-c-black)}[data-v-20e58b7f] .search-menu-input .input-checkbox:checked+.input-options{padding:45px 8px;max-height:525px}@media screen and (max-width: 1740px){.homepage-search-menu.active[data-v-20e58b7f]{height:905px}.homepage-search-menu__content[data-v-20e58b7f]{max-width:calc(var(--wrapper-large) - 100px);gap:48px}[data-v-20e58b7f] .search-menu-input .input-options{margin-top:46px}[data-v-20e58b7f] .search-menu-input .input-options__title{padding:0 28.8px 37.6px;font-size:15.2px}[data-v-20e58b7f] .search-menu-input .input-options li span{padding:19.2px 38.4px;font-size:16px}[data-v-20e58b7f] .search-menu-input .input-options::-webkit-scrollbar-thumb{background-color:var(--vt-c-black)}[data-v-20e58b7f] .search-menu-input .input-checkbox:checked+.input-options{padding:36px 6.4px;max-height:414px}}@media screen and (max-width: 1024px){.homepage-search-menu[data-v-20e58b7f]{height:64px;margin-top:-10px;border-radius:12px;padding:32px 16px}.homepage-search-menu.active[data-v-20e58b7f]{padding:32px 16px}.homepage-search-menu.active.my-vehicle[data-v-20e58b7f]{height:936px}.homepage-search-menu.active.tire-size[data-v-20e58b7f]{height:888px}.homepage-search-menu__bg[data-v-20e58b7f]{display:none}.homepage-search-menu__content[data-v-20e58b7f]{flex-direction:column;gap:24px;transition:all .4s ease-in-out}.homepage-search-menu__left[data-v-20e58b7f]{gap:16px}[data-v-20e58b7f] .search-params{margin-top:0}[data-v-20e58b7f] .search-menu-input{height:46px}[data-v-20e58b7f] .search-menu-input .input-container{padding:8px;border-radius:6px!important}[data-v-20e58b7f] .search-menu-input .input-icon{right:18px;width:18px;height:18px;margin-top:6px}[data-v-20e58b7f] .search-menu-input .input-options{margin-top:16px;border-radius:10px}[data-v-20e58b7f] .search-menu-input .input-options__title{padding:0;font-size:14px;letter-spacing:.56px;margin-bottom:12px}[data-v-20e58b7f] .search-menu-input .input-options li span{padding:16px 8px;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.64px}[data-v-20e58b7f] .search-menu-input .input-options::-webkit-scrollbar-track-piece:end{margin-bottom:16px}[data-v-20e58b7f] .search-menu-input .input-options::-webkit-scrollbar-track-piece:start{margin-top:16px}[data-v-20e58b7f] .search-menu-input .input-checkbox:checked+.input-options{padding:16px 0 16px 8px;max-height:292px}}.accordion[data-v-8c464f4e]{flex:1}.accordion__title[data-v-8c464f4e]{cursor:pointer;padding:46px 0;width:100%;border:none;text-align:left;outline:none;color:var(--vt-c-blue-7);font-family:Unbounded;font-size:30px;font-weight:700;line-height:normal;transition:.4s;display:flex;gap:8px}.accordion__title[data-v-8c464f4e]:before{content:"";height:fit-content;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:15px solid var(--vt-c-blue-7);transition:all .2s ease-out;margin:8px 12px 0}.accordion__title.active[data-v-8c464f4e]{padding-bottom:32px}.accordion__title.active[data-v-8c464f4e]:before{rotate:90deg}.accordion__panel[data-v-8c464f4e]{padding-left:48px;margin-bottom:0;background-color:#fff;max-height:0;overflow:hidden;transition:all .2s ease-out;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.accordion__panel.show[data-v-8c464f4e]{margin-bottom:60px}.accordion__panel ul[data-v-8c464f4e]{margin-left:28px;display:flex;flex-direction:column;gap:16px}.accordion__panel ul li[data-v-8c464f4e]{list-style-type:decimal}.accordion__panel ul li[data-v-8c464f4e]::marker{color:var(--vt-c-blue-7);font-weight:700}.accordion>li[data-v-8c464f4e]{border-bottom:2px solid var(--vt-c-blue-7)}.accordion>li:first-child .accordion__title[data-v-8c464f4e]{padding-top:0}.accordion>li[data-v-8c464f4e]:last-child{border-bottom:none}.accordion>li:last-child .accordion__title[data-v-8c464f4e]:not(.active){padding-bottom:0}.accordion>li:last-child .accordion__panel.show[data-v-8c464f4e]{margin-bottom:0}.homepage-why-buy[data-v-c89ba5a7]{position:relative;border-radius:10px 10px 0 0;margin-top:-83px;background-color:var(--vt-c-white);box-shadow:0 -4px 20px #2c2c2c26;-webkit-box-shadow:0px -4px 20px 0px rgba(44,44,44,.15);-moz-box-shadow:0px -4px 20px 0px rgba(44,44,44,.15)}.homepage-why-buy__wrapper[data-v-c89ba5a7]{max-width:var(--wrapper-xlarge);margin:0 auto;padding:84px 0 16px}.homepage-why-buy__title[data-v-c89ba5a7]{text-align:center;font-family:Unbounded;font-size:54px;font-weight:400;line-height:normal}.homepage-why-buy__title b[data-v-c89ba5a7]{font-weight:700}.homepage-why-buy__accordion[data-v-c89ba5a7]{display:flex;gap:112px;margin-top:60px}.homepage-why-buy__accordion .accordion__panel b[data-v-c89ba5a7]{font-weight:700;cursor:pointer}.homepage-why-buy__accordion .accordion__panel b[data-v-c89ba5a7]:hover{text-decoration:underline}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]{font-weight:700;text-decoration:underline}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]:hover{cursor:pointer;text-decoration:none}.homepage-why-buy__image[data-v-c89ba5a7]{width:100%;margin-top:66px;display:flex;justify-content:center}.homepage-why-buy__image img[data-v-c89ba5a7]{height:178px}@media screen and (max-width: 1740px){.homepage-why-buy__wrapper[data-v-c89ba5a7]{max-width:var(--wrapper-large)}.homepage-why-buy__title[data-v-c89ba5a7]{font-size:43.2px}.homepage-why-buy__accordion[data-v-c89ba5a7]{gap:40px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title{font-size:22px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title:before{border-top:7.2px solid transparent;border-bottom:7.2px solid transparent;border-left:12px solid var(--vt-c-blue-7);margin:6.4px 9.6px 0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel{font-size:19.2px;padding-left:40px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel ul{margin-left:22px;gap:10px}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]{font-weight:700;text-decoration:underline}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]:hover{cursor:pointer;text-decoration:none}.homepage-why-buy__image[data-v-c89ba5a7]{margin-top:52.8px}.homepage-why-buy__image img[data-v-c89ba5a7]{height:142.4px}}@media screen and (max-width: 1190px){.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title{font-size:18px}}@media screen and (max-width: 1024px){.homepage-why-buy[data-v-c89ba5a7]{margin-top:-64px;border-radius:12px}.homepage-why-buy__wrapper[data-v-c89ba5a7]{padding:40px 16px 12px}.homepage-why-buy__title[data-v-c89ba5a7]{font-size:18px}.homepage-why-buy__accordion[data-v-c89ba5a7]{flex-direction:column;gap:16px;margin-top:32px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion.accordion-item:last-child>li:last-child:after{display:none}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion.accordion-item:last-child>li:last-child .accordion__title:not(.active){padding-bottom:0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion.accordion-item:last-child>li:last-child .accordion__panel.show p,.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion.accordion-item:last-child>li:last-child .accordion__panel.show ul{padding-bottom:0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title{font-size:12px;padding:16px 0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title:before{border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid var(--vt-c-blue-7);margin:3px 6px 0 0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__title.active{padding-bottom:12px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel{font-size:10px;padding:0 20px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel.show{margin-bottom:0}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel.show p,.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel.show ul{padding-bottom:16px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion .accordion__panel ul{margin-left:10px;gap:6px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion>li{position:relative;border:none}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion>li:after{content:"";display:block;position:absolute;bottom:0;left:-20px;margin:0 36px;width:calc(100% - 16px);height:1px;background:var(--vt-c-blue-7)}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion>li:last-child .accordion__title:not(.active){padding-bottom:16px}.homepage-why-buy__accordion[data-v-c89ba5a7] .accordion>li:last-child .accordion__panel.show{margin-bottom:0}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]{font-weight:700;text-decoration:underline}.homepage-why-buy__accordion .panel-end[data-v-c89ba5a7]:hover{cursor:pointer;text-decoration:none}.homepage-why-buy__image[data-v-c89ba5a7]{margin-top:20px}.homepage-why-buy__image img[data-v-c89ba5a7]{width:225px;height:72px}}.shimmer[data-v-3d5d1b63],img[lazy=loading][data-v-3d5d1b63],div[lazy=loading][data-v-3d5d1b63]{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer-3d5d1b63;animation-timing-function:linear;background:#EAEAEA;background:linear-gradient(to right,#EAEAEA 8%,#FFF 18%,#EAEAEA 33%);background-size:800px 104px;display:block}@keyframes placeHolderShimmer-3d5d1b63{0%{background-position:-468px 0}to{background-position:468px 0}}.homepage-brand__top[data-v-7ce2f7a9]{padding:32px 140px 37px;background-color:var(--vt-c-blue-8);text-align:center;position:relative}.homepage-brand__image[data-v-7ce2f7a9]{width:360px}.homepage-brand__heading[data-v-7ce2f7a9]{font-family:Unbounded;color:var(--vt-c-white);font-size:50px;line-height:normal;letter-spacing:1px;font-weight:700;margin-bottom:20px;margin-top:16px}.homepage-brand__caption[data-v-7ce2f7a9]{color:var(--vt-c-white);font-size:28px;line-height:normal}.homepage-brand__caption--bold[data-v-7ce2f7a9]{font-weight:500}.homepage-brand__list[data-v-7ce2f7a9]{padding:24px 60px;border-top-left-radius:12px;border-top-right-radius:12px;z-index:1;margin-top:-10px;position:relative;background-color:var(--vt-c-white)}.homepage-brand__list-wrap[data-v-7ce2f7a9]{justify-content:center;display:flex;flex-wrap:wrap;max-width:var(--wrapper);margin:0 auto}.homepage-brand__list-item[data-v-7ce2f7a9]{flex:25%;height:202px;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;padding:10px;text-align:center}.homepage-brand__list-item--clickable[data-v-7ce2f7a9]{cursor:pointer}.homepage-brand__list-promo-label[data-v-7ce2f7a9]{font-size:31px;line-height:normal;text-decoration:underline;text-transform:uppercase;color:#d10000;font-weight:700}.homepage-brand__list-image[data-v-7ce2f7a9]{max-width:60%}.homepage-brand__list-shimmer[data-v-7ce2f7a9]{width:100%;height:100px}@media screen and (max-width: 1740px){.homepage-brand__image[data-v-7ce2f7a9]{width:288px}.homepage-brand__heading[data-v-7ce2f7a9]{margin-top:16px;font-size:40px}.homepage-brand__caption[data-v-7ce2f7a9]{font-size:22.4px}.homepage-brand__list-wrap[data-v-7ce2f7a9]{max-width:unset;margin:unset}}@media screen and (max-width: 1024px){.homepage-brand__top[data-v-7ce2f7a9]{padding:16px 46px 26px}.homepage-brand__image[data-v-7ce2f7a9]{width:150px}.homepage-brand__heading[data-v-7ce2f7a9]{font-size:18px;margin-top:16px}.homepage-brand__caption[data-v-7ce2f7a9]{font-size:12px}.homepage-brand__list[data-v-7ce2f7a9]{padding:0}.homepage-brand__list-wrap[data-v-7ce2f7a9]{padding:16px 0;gap:20px}.homepage-brand__list-item[data-v-7ce2f7a9]{flex:100%;height:auto}.homepage-brand__list-promo-label[data-v-7ce2f7a9]{font-size:16px}}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff;--vc-icn-width: 1.2em;--vc-nav-width: 30px;--vc-nav-height: 30px;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-background: transparent;--vc-pgn-width: 12px;--vc-pgn-height: 4px;--vc-pgn-margin: 4px;--vc-pgn-border-radius: 0;--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-active-color: var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__prev,.carousel__next{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover: hover){.carousel__prev:hover,.carousel__next:hover{color:var(--vc-nav-color-hover)}}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}@media (hover: hover){.carousel__pagination-button:hover:after{background-color:var(--vc-pgn-active-color)}}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.promo-carousel[data-v-f414f6e2]{width:100%;background-color:#000}.promo-carousel[data-v-f414f6e2] .carousel{height:100%;width:var(--wrapper-xxlarge);margin:0 auto}.promo-carousel[data-v-f414f6e2] .carousel .carousel__viewport,.promo-carousel[data-v-f414f6e2] .carousel .carousel__track,.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide{height:100%}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide{padding:16px 8px 0}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide .promo-carousel__item-image{height:219px}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide picture,.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide img{display:flex;flex-direction:column}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide picture{height:100%}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide img{height:calc(100% - 62px);max-height:219px}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next{margin:0 40px;width:60px;height:60px}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev:before,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next:before{position:absolute;width:100%;height:100%;border-radius:50%;z-index:0;opacity:.3;background-color:var(--vt-c-white);content:""}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev img,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next img{filter:brightness(0%)}.promo-carousel__top[data-v-f414f6e2]{margin-bottom:219px}.promo-carousel__item[data-v-f414f6e2]{width:100%;height:14.63vw;max-height:281px;border-radius:24px;position:relative;cursor:pointer;overflow:hidden;text-decoration:none}.promo-carousel__caption[data-v-f414f6e2]{width:100%;height:62px;display:flex;padding:16px 24px;font-size:20px;color:var(--vt-c-white);background-color:#06233b;align-items:center}.promo-carousel__caption-icon[data-v-f414f6e2]{width:20px!important;height:20px!important;margin-right:10px}.promo-carousel__loading[data-v-f414f6e2]{display:flex;width:var(--wrapper-xxlarge);margin:0 auto;padding:8px 0}.promo-carousel__loading-banner[data-v-f414f6e2]{margin:8px;border-radius:24px;height:281px;width:calc(50% - 20px)}.promo-carousel__bottom[data-v-f414f6e2]{padding:180px 90px 90px;background-color:var(--vt-c-blue-7);z-index:0;position:relative}.promo-carousel__bottom-image[data-v-f414f6e2]{position:absolute;top:-120px;left:50%;transform:translate(-50%);cursor:pointer}.promo-carousel__bottom-heading[data-v-f414f6e2]{font-family:Unbounded;font-size:50px;text-align:center;font-weight:700;color:var(--vt-c-white)}.promo-carousel__bottom-heading span[data-v-f414f6e2]{font-weight:900}.promo-carousel__empty[data-v-f414f6e2]{padding:100px 0 0;color:var(--vt-c-gray-2);text-align:center;font-family:Unbounded;font-size:30px}@media screen and (max-width: 1920px){.promo-carousel[data-v-f414f6e2] .carousel{width:100%}}@media screen and (max-width: 1024px){.promo-carousel[data-v-f414f6e2] .carousel{width:100%;height:100%}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide{padding:0}.promo-carousel[data-v-f414f6e2] .carousel .carousel__slide .promo-carousel__item-image{height:83px}.promo-carousel[data-v-f414f6e2] .carousel .carousel__track{gap:0}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next{margin:0 16px;width:24px;height:24px}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev:before,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next:before{position:absolute;width:100%;height:100%;border-radius:50%;z-index:0;opacity:.3;background-color:var(--vt-c-white);content:""}.promo-carousel[data-v-f414f6e2] .carousel .carousel__prev img,.promo-carousel[data-v-f414f6e2] .carousel .carousel__next img{height:10px}.promo-carousel__top[data-v-f414f6e2]{height:114px;margin-bottom:86px}.promo-carousel__item[data-v-f414f6e2]{border-radius:8px;height:100%}.promo-carousel__caption[data-v-f414f6e2]{padding:8px;font-size:10px;height:31px}.promo-carousel__caption-icon[data-v-f414f6e2]{width:10px!important;height:auto!important}.promo-carousel__loading[data-v-f414f6e2]{padding:0;width:100%}.promo-carousel__loading-banner[data-v-f414f6e2]{border-radius:8px;height:114px;flex:0 0 calc(100% - 16px)}.promo-carousel__bottom[data-v-f414f6e2]{padding:72px 58px 20px}.promo-carousel__bottom-image[data-v-f414f6e2]{width:100px;top:-50px}.promo-carousel__bottom-heading[data-v-f414f6e2]{font-size:19px}.promo-carousel__empty[data-v-f414f6e2]{padding:80px 0 0;font-size:16px}}.homepage[data-v-bbd99f7a]{background-color:var(--vt-c-blue-8)}.back[data-v-ed31b9dd]{margin-bottom:20px;display:flex;align-items:center;font-family:Unbounded;font-size:14px;font-weight:500;line-height:17px;color:#343434;text-decoration:none;cursor:pointer}.back-arrow[data-v-ed31b9dd]{display:flex;width:12px;height:12px;margin-right:6px;transform:rotate(45deg);border-width:0px 0px 2px 2px;border-color:#343434;border-style:solid;border-radius:2px;opacity:1}.breadcrumb[data-v-ed31b9dd]{display:flex;align-items:center;margin-left:8px}.breadcrumb.disabled li[data-v-ed31b9dd]{pointer-events:none}.breadcrumb.disabled li[data-v-ed31b9dd]:nth-child(1){pointer-events:inherit}.breadcrumb li[data-v-ed31b9dd]{display:flex;flex:none;color:#9d9d9d;text-transform:uppercase;font-size:16px;line-height:20px;padding:0 10px;border-left:1px solid #9D9D9D;cursor:pointer}.breadcrumb li[data-v-ed31b9dd]:first-child{border-left:0}@media screen and (max-width: 1024px){.back[data-v-ed31b9dd]{padding:0 30px;font-size:13px;margin-bottom:11px}.breadcrumb[data-v-ed31b9dd]{display:flex;justify-content:left;flex-wrap:wrap;margin:0 30px 0 48px;gap:2px;max-width:calc(100% - 60px)}.breadcrumb li[data-v-ed31b9dd]{padding:0 8px 0 0;font-size:13px;line-height:16px;margin-right:8px;border-right:1px solid #9D9D9D;border-left:none}.breadcrumb li[data-v-ed31b9dd]:last-child{padding-left:0;margin-left:0;border-right:0px}}.modal[data-v-bcab3b55]{position:fixed;width:100%;height:100%;left:0;top:0;z-index:3;overflow-x:hidden;overflow-y:auto;display:flex;justify-content:center;align-items:center}.modal-overlay[data-v-bcab3b55]{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#00000080;z-index:2}.modal-content[data-v-bcab3b55]{position:absolute;background-color:#fff;height:auto;max-height:80vh;overflow:hidden;border-radius:20px;width:auto;padding:20px;z-index:2}.modal-close[data-v-bcab3b55]{position:absolute;right:20px;top:20px;width:30px;height:31px;background:url(/assets/images/common/close-with-circle.svg) no-repeat center center;background-size:cover;background-color:#fff;cursor:pointer;z-index:3}.modal-slot[data-v-bcab3b55]{margin-top:30px;display:flex;max-height:calc(80vh - 70px);overflow-y:scroll;scrollbar-width:none}.modal-slot[data-v-bcab3b55]::-webkit-scrollbar{display:none}@media screen and (max-width: 1024px){.modal-slot[data-v-bcab3b55]{margin-top:50px;max-height:calc(90vh - 120px)}.modal-content[data-v-bcab3b55]{width:calc(100% - 60px);padding:0 26px}.modal-close[data-v-bcab3b55]{width:24px;height:25px}}.installer-card[data-v-1bead4d3]{width:100%;padding:46px 60px;margin-bottom:8px;background:#FFFFFF;box-shadow:0 3px 6px #00000029;border-radius:20px;transition:ease-out .3s}.installer-card .detail[data-v-1bead4d3]{margin-left:26px;position:relative}.installer-card .number[data-v-1bead4d3]{width:40px;font-size:20px;font-weight:700;line-height:30px;color:#343434;position:absolute;left:-46px;text-align:right}.installer-card .title[data-v-1bead4d3]{font-size:20px;font-weight:700;line-height:30px;color:#343434}.installer-card .distance[data-v-1bead4d3]{margin-top:10px;font-size:16px;line-height:25px;color:#0b497c}.installer-card .address[data-v-1bead4d3]{margin-top:2px;font-size:16px;line-height:25px;color:#000}.installer-card .store-hours[data-v-1bead4d3]{position:relative;display:block;margin-top:22px;font-size:16px;font-weight:500;line-height:30px;color:#898989;text-decoration:underline}.installer-card .store-hours .installer-tooltip[data-v-1bead4d3]{padding:16px;font-weight:700}.installer-card .store-hours .installer-tooltip.top[data-v-1bead4d3]{bottom:32px}.installer-card .store-hours .installer-tooltip.bottom[data-v-1bead4d3]{top:32px}.installer-card .store-hours .installer-tooltip span[data-v-1bead4d3]{display:flex;padding-left:16px}.installer-card .store-hours .installer-tooltip span p[data-v-1bead4d3]:first-child{font-weight:700}.installer-card .store-hours .installer-tooltip p[data-v-1bead4d3]{color:var(--vt-c-gray-3)}.installer-card[data-v-1bead4d3]:hover,.installer-card.selected[data-v-1bead4d3]{cursor:pointer;background:#4FA3E8}.installer-card:hover *[data-v-1bead4d3],.installer-card.selected *[data-v-1bead4d3]{color:#fff}.tooltip[data-v-1bead4d3]{position:absolute;width:auto;white-space:nowrap;border-radius:5px;background-color:var(--vt-c-white);color:var(--vt-c-gray-3)!important;transform-style:preserve-3d;z-index:3;font-size:.9em;box-shadow:0 3px 6px #00000050;visibility:hidden;opacity:0;transition:visibility .3s,opacity .3s linear}.tooltip.top[data-v-1bead4d3]:after{top:unset;bottom:-7px}.tooltip.top[data-v-1bead4d3]:before{top:unset;bottom:-6px}.tooltip[data-v-1bead4d3]:after{content:"";position:absolute;display:block;width:10px;height:10px;transform-origin:50% 50%;transform:rotate(45deg) translate(-50%);background-color:var(--vt-c-white);left:10%;top:-1px;z-index:400}.tooltip[data-v-1bead4d3]:before{content:"";display:block;position:absolute;width:10px;height:10px;transform-origin:50% 50%;transform:rotate(45deg) translate(-50%) translateZ(-1px);background-color:var(--vt-c-white);left:10%;top:0;z-index:-1;box-shadow:-1px -1px 20px #00000050}.loading-card[data-v-1bead4d3]{width:350px;height:360px;margin-bottom:8px}@media screen and (max-width: 1536px){.installer-card[data-v-1bead4d3]{padding:40px 51px;margin-bottom:7px;box-shadow:0 2px 5px #00000029;border-radius:17px}.installer-card .detail[data-v-1bead4d3]{margin-left:22px}.installer-card .number[data-v-1bead4d3]{width:34px;font-size:17px;line-height:26px;left:-40px}.installer-card .title[data-v-1bead4d3]{font-size:17px;line-height:26px}.installer-card .distance[data-v-1bead4d3]{margin-top:8px;font-size:14px;line-height:22px}.installer-card .address[data-v-1bead4d3]{margin-top:2px;font-size:14px;line-height:22px}.installer-card .store-hours[data-v-1bead4d3]{margin-top:18px;font-size:14px;line-height:26px}.installer-card .store-hours .installer-tooltip[data-v-1bead4d3]{padding:14px}.installer-card .store-hours .installer-tooltip.top[data-v-1bead4d3]{bottom:27px}.installer-card .store-hours .installer-tooltip.bottom[data-v-1bead4d3]{top:27px}.installer-card .store-hours .installer-tooltip span[data-v-1bead4d3]{padding-left:14px}.loading-card[data-v-1bead4d3]{width:317px;height:327px;margin-bottom:7px}}@media screen and (max-width: 1280px){.installer-card[data-v-1bead4d3]{padding:34px 44px;margin-bottom:6px;border-radius:14px}.installer-card .detail[data-v-1bead4d3]{margin-left:18px}.installer-card .number[data-v-1bead4d3]{width:28px;font-size:14px;line-height:22px;left:-34px}.installer-card .title[data-v-1bead4d3]{font-size:14px;line-height:22px}.installer-card .distance[data-v-1bead4d3]{margin-top:7px;font-size:12px;line-height:18px}.installer-card .address[data-v-1bead4d3]{font-size:12px;line-height:18px}.installer-card .store-hours[data-v-1bead4d3]{margin-top:16px;font-size:12px;line-height:22px}.installer-card .store-hours .installer-tooltip[data-v-1bead4d3]{padding:12px}.installer-card .store-hours .installer-tooltip.top[data-v-1bead4d3]{bottom:22px}.installer-card .store-hours .installer-tooltip.bottom[data-v-1bead4d3]{top:22px}.installer-card .store-hours .installer-tooltip span[data-v-1bead4d3]{padding-left:12px}.loading-card[data-v-1bead4d3]{width:269px;height:279px;margin-bottom:6px}}@media screen and (max-width: 1024px){.installer-card[data-v-1bead4d3]{padding:35px 56px;margin-bottom:13px;border-radius:20px}.installer-card .detail[data-v-1bead4d3]{margin-left:18px}.installer-card .number[data-v-1bead4d3]{width:24px;font-size:18px;line-height:30px;left:-34px}.installer-card .title[data-v-1bead4d3]{font-size:18px;line-height:30px}.installer-card .distance[data-v-1bead4d3]{margin-top:16px;font-size:14px;line-height:25px}.installer-card .address[data-v-1bead4d3]{font-size:14px;line-height:20px}.installer-card .store-hours[data-v-1bead4d3]{margin-top:22px;font-size:14px;line-height:30px}.installer-card .store-hours .installer-tooltip[data-v-1bead4d3]{padding:14px}.installer-card .store-hours .installer-tooltip.top[data-v-1bead4d3]{bottom:30px}.installer-card .store-hours .installer-tooltip.bottom[data-v-1bead4d3]{top:30px}.installer-card .store-hours .installer-tooltip span[data-v-1bead4d3]{padding-left:12px}.loading-card[data-v-1bead4d3]{width:100%;height:215px;margin-bottom:13px}}.installer-maps[data-v-13fbcf6b]{width:710px;height:800px;border-radius:20px;background:rgb(229,227,223);overflow:hidden}.installer-maps #bodyContent[data-v-13fbcf6b]{font-size:12px;line-height:180%}.installer-maps .firstHeading[data-v-13fbcf6b]{font-size:12px;font-weight:700;line-height:180%}.loading-maps[data-v-13fbcf6b]{width:710px;height:800px}@media screen and (max-width: 1536px){.installer-maps[data-v-13fbcf6b]{width:603px;height:680px;border-radius:17px}.installer-maps #bodyContent[data-v-13fbcf6b],.installer-maps .firstHeading[data-v-13fbcf6b]{font-size:10px;line-height:150%}.loading-maps[data-v-13fbcf6b]{width:603px;height:680px}}@media screen and (max-width: 1280px){.installer-maps[data-v-13fbcf6b]{width:512px;height:578px;border-radius:14px}.installer-maps #bodyContent[data-v-13fbcf6b],.installer-maps .firstHeading[data-v-13fbcf6b]{font-size:8px;line-height:130%}.loading-maps[data-v-13fbcf6b]{width:512px;height:578px}}@media screen and (max-width: 1024px){.installer-maps[data-v-13fbcf6b]{width:100%;height:514px;border-radius:20px}.installer-maps #bodyContent[data-v-13fbcf6b]{font-size:14px;line-height:150%}.installer-maps .firstHeading[data-v-13fbcf6b]{font-size:14px;line-height:130%}.loading-maps[data-v-13fbcf6b]{width:100%;height:514px}}.installer__wrap[data-v-1a72ea1b]{display:flex;gap:24px;width:100%;margin-top:50px;padding-bottom:10px;justify-content:center}.installer ul[data-v-1a72ea1b]{width:392px;max-height:820px;margin:-10px;padding:10px;overflow-y:auto}.installer .action[data-v-1a72ea1b]{display:flex;justify-content:end}.installer .button[data-v-1a72ea1b]{margin-top:32px;padding:20px 60px;max-height:64px;font-family:Unbounded;font-size:16px;font-weight:700;background:#4FA3E8;border-radius:64px;color:#fff;-webkit-user-select:none;user-select:none;cursor:pointer}.installer .button.disabled[data-v-1a72ea1b]{pointer-events:none;background-color:var(--vt-c-gray-2)}.installer .button[data-v-1a72ea1b]:hover{opacity:.8}@media screen and (max-width: 1536px){.installer__wrap[data-v-1a72ea1b]{gap:20px;margin-top:42px;padding-bottom:8px}.installer ul[data-v-1a72ea1b]{width:333px;max-height:697px;margin:-8px;padding:8px}.installer .button[data-v-1a72ea1b]{margin-top:27px;padding:17px 51px;max-height:54px;font-size:14px;border-radius:54px}}@media screen and (max-width: 1280px){.installer__wrap[data-v-1a72ea1b]{gap:17px;margin-top:36px;padding-bottom:7px}.installer ul[data-v-1a72ea1b]{width:283px;max-height:592px;margin:-7px;padding:7px}.installer .button[data-v-1a72ea1b]{margin-top:22px;padding:14px 44px;max-height:46px;font-size:12px;border-radius:46px}}@media screen and (max-width: 1024px){.installer__wrap[data-v-1a72ea1b]{flex-direction:column-reverse;padding:0 30px 40px;gap:15px;margin-top:23px}.installer ul[data-v-1a72ea1b]{width:100%;max-height:680px;margin:0;padding:4px}.installer .action[data-v-1a72ea1b]{justify-content:flex-start;padding:0 30px}.installer .button[data-v-1a72ea1b]{margin-top:0;padding:16px 28px;max-height:46px;font-size:14px;border-radius:34px;display:flex;justify-content:center;align-items:center}}.title[data-v-876b2eed]{font-family:Unbounded;font-size:45px;font-weight:300;line-height:56px;color:#0b497c}.title-wrap[data-v-876b2eed]{padding-top:80px;display:flex;align-items:center}.title-wrap *[data-v-876b2eed]{display:flex;flex:none}.ship-to-address[data-v-876b2eed]{margin-top:8px;margin-left:16px;font-size:40px;line-height:30px;text-decoration:underline;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;font-family:Unbounded}.supplier-not-available-modal[data-v-876b2eed]{padding:0 30px 30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.supplier-not-available-modal .button[data-v-876b2eed]{margin-top:20px;width:120px}@media screen and (max-width: 1536px){.title[data-v-876b2eed]{font-size:38px;line-height:48px}.title-wrap[data-v-876b2eed]{padding-top:68px}.ship-to-address[data-v-876b2eed]{margin-top:7px;margin-left:14px;font-size:36px;line-height:25px}.supplier-not-available-modal[data-v-876b2eed]{padding:0 26px 26px}.supplier-not-available-modal .button[data-v-876b2eed]{margin-top:17px;width:102px}}@media screen and (max-width: 1280px){.title[data-v-876b2eed]{font-size:24px;line-height:40px}.title-wrap[data-v-876b2eed]{padding-top:58px}.ship-to-address[data-v-876b2eed]{margin-top:6px;margin-left:12px;font-size:24px;line-height:22px}.supplier-not-available-modal[data-v-876b2eed]{padding:0 22px 22px}.supplier-not-available-modal .button[data-v-876b2eed]{margin-top:14px;width:86px}}@media screen and (max-width: 1024px){.title[data-v-876b2eed]{font-size:27px;line-height:34px}.title-wrap[data-v-876b2eed]{padding:40px 30px 0;flex-direction:column;align-items:unset}.ship-to-address[data-v-876b2eed]{margin-top:8px;margin-left:unset;font-size:24px;font-weight:500;line-height:30px}.supplier-not-available-modal[data-v-876b2eed]{padding:0 8px 30px;font-size:14px;display:flex;gap:12px}.supplier-not-available-modal .button[data-v-876b2eed]{margin-top:12px;height:40px;width:100%}}.spec[data-v-d5d3559d]{display:flex;gap:66px}.spec ul[data-v-d5d3559d]{margin:0;padding:0}.spec ul li[data-v-d5d3559d]{list-style-type:none;margin:0;padding:0}.spec ul li p[data-v-d5d3559d]{font-weight:400;color:#343434}.spec ul li p span[data-v-d5d3559d]{font-weight:700;font-size:16px}.spec-grading[data-v-d5d3559d]{color:#0b497c!important;font-weight:700!important}@media screen and (max-width: 1024px){.spec[data-v-d5d3559d]{gap:25px}.spec ul li p[data-v-d5d3559d],.spec ul li span[data-v-d5d3559d]{font-size:14px!important}}.fits-form[data-v-cea902a3]{width:706px;margin:0 auto;padding:0 76px}.fits-form .title[data-v-cea902a3]{font-family:Unbounded;font-size:45px;color:#0b497c;margin-bottom:20px!important}.fits-form p[data-v-cea902a3]{font-size:16px;color:#343434;font-weight:"normal";line-height:150%;display:block}.fits-form p[data-v-cea902a3]:first-of-type{padding-bottom:20px}.fits-form .container[data-v-cea902a3]{margin-top:33px}.fits-form .container .button[data-v-cea902a3]{margin-top:22px}.fits-form .confirm-box[data-v-cea902a3]{margin-top:46px}.fits-form .confirm-box p[data-v-cea902a3]{font-size:16px}.fits-form .term[data-v-cea902a3]{font-size:14px;color:#9b9b9b;margin-left:28px}@media screen and (max-width: 1024px){.fits-form[data-v-cea902a3]{width:100%;padding:0}.fits-form .title[data-v-cea902a3]{font-size:27px}.fits-form p[data-v-cea902a3]{font-size:14px}.fits-form p[data-v-cea902a3]:first-of-type{padding-bottom:10px}.fits-form .container[data-v-cea902a3]{margin-top:25px;padding:2px}.fits-form .confirm-box[data-v-cea902a3]{margin-top:30px}.fits-form .confirm-box p[data-v-cea902a3]{font-size:14px}.fits-form .term[data-v-cea902a3]{margin-left:20px;font-size:13px}}.fits-form .input{height:70px;margin-bottom:8px}.fits-form .input-container{padding:22px 30px;background-color:#f5f5f5;border-radius:20px}.fits-form .input-field input{font-size:17px;text-transform:capitalize;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:0}.fits-form .input-icon{margin-top:0}.fits-form .button button{height:64px}.fits-form .checkbox{padding-bottom:14px}@media screen and (max-width: 1024px){.fits-form .input-container{border-radius:5px;padding:23px 20px}.fits-form .input-container .input-field input{font-size:14px}.fits-form .button button{margin-top:0;height:50px}}.cart-list[data-v-29b02a27]{margin:0 0 15px;padding:0 0 15px;border-bottom:1px solid #707070}.cart-list li[data-v-29b02a27]{list-style-type:none;padding:0;margin:0;display:flex;justify-content:space-between;font-size:16px;font-weight:400;color:#343434}.cart-total[data-v-29b02a27]{display:flex;justify-content:space-between;align-items:center;line-height:150%}.cart-total span[data-v-29b02a27],.cart-total p[data-v-29b02a27]{font-size:20px;font-weight:700;color:#343434}.cart .button button{margin-top:20px;width:100%;background-color:#4fa3e8;border:none;font-family:Unbounded;height:64px;border-radius:50px;color:#fff;text-transform:uppercase;cursor:pointer}.cart .confirm{padding:0 20px}.cart .confirm p{font-size:20px;font-weight:500}.cart .confirm-btn{display:flex;gap:20px;justify-content:space-between;align-items:center}.cart .confirm-btn button{height:54px}@media screen and (max-width: 1024px){.cart .button button{font-size:14px;margin-top:27px}.cart-list li span,.cart-list li p{font-size:14px}.cart-total span,.cart-total p{font-size:18px!important}}.benefit[data-v-ea02504d]{width:1048px;margin:0 auto;padding:97px 0}.benefit h2[data-v-ea02504d]{font-size:30px;text-transform:uppercase;font-weight:700;margin-bottom:30px}.benefit ul[data-v-ea02504d]{margin:0;padding:0 20px}.benefit-content[data-v-ea02504d]{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:10px}.benefit-item[data-v-ea02504d]{width:455px;margin-bottom:35px}.benefit-item[data-v-ea02504d]:last-child{margin-bottom:0}.benefit-item ul li[data-v-ea02504d]{list-style-type:disc}.benefit-item ul li p[data-v-ea02504d]{font-size:16px;color:#343434}.benefit-title[data-v-ea02504d]{font-weight:700;text-transform:uppercase;color:#343434;font-size:16px}@media screen and (max-width: 1024px){.benefit[data-v-ea02504d]{width:100%;padding:40px 30px}.benefit h2[data-v-ea02504d]{font-size:20px}.benefit-content p[data-v-ea02504d]{font-size:14px}.benefit-item[data-v-ea02504d]{margin-bottom:24px}}.quantity[data-v-3526ec7b]{display:flex;height:32px;background:#F2F2F2;border-radius:5px}.quantity li[data-v-3526ec7b]{display:flex;align-items:center;justify-content:center;width:20px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:26px;cursor:pointer;-webkit-user-select:none;user-select:none}.quantity li.plus.disabled[data-v-3526ec7b],.quantity li.minus.disabled[data-v-3526ec7b],.quantity.disabled[data-v-3526ec7b]{pointer-events:none;opacity:.5}@media screen and (max-width: 1536px){.quantity[data-v-3526ec7b]{height:26px}.quantity li[data-v-3526ec7b]{width:16px;font-size:12px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:20px}}@media screen and (max-width: 1280px){.quantity[data-v-3526ec7b]{height:20px}.quantity li[data-v-3526ec7b]{width:12px;font-size:10px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:16px}}@media screen and (max-width: 1024px){.quantity[data-v-3526ec7b]{height:30px}.quantity li[data-v-3526ec7b]{width:30px;font-size:14px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:26px}}@media screen and (max-width: 390px){.quantity li[data-v-3526ec7b]{width:20px;font-size:14px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:20px}}@media screen and (max-width: 375px){.quantity li[data-v-3526ec7b]{width:16px;font-size:12px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:16px}}@media screen and (max-width: 360px){.quantity li[data-v-3526ec7b]{width:14px;font-size:12px}.quantity li.plus[data-v-3526ec7b],.quantity li.minus[data-v-3526ec7b]{width:16px}}.product-label[data-v-e631219f]{position:absolute;font-size:30px;color:var(--vt-c-white);left:-180px;top:-70px;width:400px;text-align:center;padding-top:140px;transform:rotate(-45deg);text-transform:uppercase;font-family:unbounded;font-size:20px;z-index:1;padding-bottom:10px}.product-recomendation[data-v-e631219f]{height:100%;min-height:460px;background-color:var(--vt-c-white);box-shadow:5px 5px 20px #0000001a;border-radius:20px;padding:62px 45px 45px;position:relative;overflow:hidden}.product-content[data-v-e631219f]{display:flex;width:100%;height:100%;justify-content:space-between;gap:14px}.product-img[data-v-e631219f]{justify-content:flex-start;display:flex;flex-direction:column;align-items:center;width:45%;top:-10px;position:relative;cursor:pointer}.product-img div[data-v-e631219f]{width:162px}.product-img div img[data-v-e631219f]{width:100%}.product-brand[data-v-e631219f]{margin-top:20px;display:flex;justify-content:center}.product-brand img[data-v-e631219f]{width:265px;height:67px;object-fit:contain}.product-detail[data-v-e631219f]{display:flex;width:50%;flex-direction:column;justify-content:space-between}.product-detail h2[data-v-e631219f]{color:var(--vt-c-gray-3);font-size:23px;font-weight:700;margin-bottom:6px;line-height:100%;margin-left:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-spec[data-v-e631219f]{border-bottom:1px solid var(--vt-c-gray-2);margin-bottom:17px;padding-bottom:17px}.product-spec p[data-v-e631219f]{color:var(--vt-c-gray-3);font-size:16px;font-weight:400;line-height:150%;margin-left:20px}.product-spec p span[data-v-e631219f]{font-weight:700}.product-price[data-v-e631219f]{padding-right:8px;font-size:16px;color:var(--vt-c-gray-3);margin-bottom:20px;display:flex;width:100%;justify-content:space-between;align-items:flex-start}.product-price span[data-v-e631219f]{font-family:unbounded;color:var(--vt-c-blue-4);font-size:28px;font-weight:700;line-height:100%}.product-special-price[data-v-e631219f]{display:flex;justify-content:space-between;font-size:18px;flex-wrap:wrap;gap:2px}.product-special-price .unit-price[data-v-e631219f]{color:var(--vt-c-red-1);font-weight:600;text-decoration:line-through}.product-special-price .promo-detail[data-v-e631219f]{color:var(--vt-c-red-1);font-weight:600;font-size:16px;font-style:italic}.product-special-price .promo-detail span[data-v-e631219f]{color:var(--vt-c-red-1);font-family:Inter,sans-serif;font-weight:600;font-size:14px;font-style:italic}.product-qty[data-v-e631219f]{justify-content:center;align-items:center;display:flex;flex-direction:column}.product-qty p[data-v-e631219f]{color:var(--vt-c-gray-2);font-size:16px}.product-promo[data-v-e631219f]{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:22px}.product-promo p[data-v-e631219f]{color:var(--vt-c-gray-2);font-size:16px}.product-promo-input[data-v-e631219f]{height:fit-content;width:160px}.product-btn[data-v-e631219f]{height:64px;margin-bottom:16px}.product-info[data-v-e631219f]{text-transform:uppercase;text-align:center;font-size:16px;font-weight:medium;color:var(--vt-c-gray-5);width:100%;display:block;text-decoration:underline;line-height:140%;cursor:pointer}.product-ribbon[data-v-e631219f]{position:absolute;top:180px;left:70px}.product-ribbon img[data-v-e631219f]{position:absolute;width:126px;height:126px;object-fit:contain}.loading-product-price[data-v-e631219f]{display:flex;align-items:baseline;gap:2px}.loading-product-special-price[data-v-e631219f]{display:flex;margin-top:7.3px;gap:8px}@media screen and (max-width: 1536px){.product-label[data-v-e631219f]{font-size:24px;left:-144px;top:-56px;width:320px;padding-top:112px;font-size:16px;padding-bottom:8px}.product-recomendation[data-v-e631219f]{min-height:368px;border-radius:20px;padding:50px 36px 36px}.product-content[data-v-e631219f]{gap:12px}.product-img[data-v-e631219f]{width:45%;top:-10px}.product-img div[data-v-e631219f]{width:130px}.product-brand[data-v-e631219f]{margin-top:16px}.product-brand img[data-v-e631219f]{width:212px;height:54px}.product-detail h2[data-v-e631219f]{font-size:20px;margin-bottom:4px;margin-left:16px}.product-spec[data-v-e631219f]{margin-bottom:14px;padding-bottom:14px}.product-spec p[data-v-e631219f]{font-size:14px;margin-left:16px}.product-price[data-v-e631219f]{padding-right:6px;font-size:14px;margin-bottom:16px}.product-price span[data-v-e631219f]{font-size:22px}.product-special-price[data-v-e631219f]{font-size:14px;gap:2px}.product-special-price .promo-detail[data-v-e631219f]{font-size:14px}.product-special-price .promo-detail span[data-v-e631219f]{font-size:12px}.product-qty p[data-v-e631219f]{font-size:14px}.product-promo[data-v-e631219f]{gap:4px;margin-bottom:18px}.product-promo p[data-v-e631219f]{font-size:12px}.product-promo-input[data-v-e631219f]{width:128px}.product-btn[data-v-e631219f]{height:52px;margin-bottom:14px}.product-info[data-v-e631219f]{font-size:14px}.product-ribbon[data-v-e631219f]{top:144px;left:56px}.product-ribbon img[data-v-e631219f]{width:100px;height:100px}.loading-product-price .price-net[data-v-e631219f]{width:118px!important;height:22px!important}.loading-product-price .ea[data-v-e631219f]{width:12px!important;height:12px!important}.loading-product-special-price[data-v-e631219f]{display:flex;gap:8px;margin-top:4px}.loading-product-special-price .unit-price[data-v-e631219f],.loading-product-special-price .promo-detail[data-v-e631219f]{width:57px!important;height:19px!important}}@media screen and (max-width: 1280px){.product-label[data-v-e631219f]{font-size:20px;left:-115px;top:-44px;width:256px;padding-top:90px;font-size:14px;padding-bottom:6px}.product-recomendation[data-v-e631219f]{min-height:294px;border-radius:16px;padding:40px 28px 28px}.product-content[data-v-e631219f]{gap:10px}.product-img[data-v-e631219f]{width:45%;top:-8px}.product-img div[data-v-e631219f]{width:104px}.product-brand[data-v-e631219f]{margin-top:14px}.product-brand img[data-v-e631219f]{width:170px;height:42px}.product-detail h2[data-v-e631219f]{font-size:16px;margin-bottom:3px;margin-left:14px}.product-spec[data-v-e631219f]{margin-bottom:12px;padding-bottom:12px}.product-spec p[data-v-e631219f]{font-size:12px;margin-left:14px}.product-price[data-v-e631219f]{padding-right:4px;font-size:12px;margin-bottom:14px}.product-price span[data-v-e631219f]{font-size:20px}.product-special-price[data-v-e631219f],.product-special-price .promo-detail[data-v-e631219f]{font-size:12px}.product-special-price .promo-detail span[data-v-e631219f]{font-size:10px}.product-qty p[data-v-e631219f]{font-size:12px}.product-promo[data-v-e631219f]{gap:3px;margin-bottom:14px}.product-promo p[data-v-e631219f]{font-size:10px}.product-promo-input[data-v-e631219f]{width:102px}.product-btn[data-v-e631219f]{height:42px;margin-bottom:12px}.product-info[data-v-e631219f]{font-size:12px}.product-ribbon[data-v-e631219f]{top:114px;left:44px}.product-ribbon img[data-v-e631219f]{width:80px;height:80px}.loading-product-price .price-net[data-v-e631219f]{width:94px!important;height:20px!important}.loading-product-price .ea[data-v-e631219f]{width:10px!important;height:10px!important}.loading-product-special-price[data-v-e631219f]{display:flex;gap:8px;margin-top:5.6px}.loading-product-special-price .unit-price[data-v-e631219f],.loading-product-special-price .promo-detail[data-v-e631219f]{width:45px!important;height:16px!important}}@media screen and (max-width: 1024px){.product-recomendation[data-v-e631219f]{padding:36px 36px 24px}.product-content[data-v-e631219f]{flex-direction:column;align-items:center;justify-content:center;gap:0px}.product-img[data-v-e631219f]{top:-8px}.product-img div[data-v-e631219f]{width:148px}.product-brand[data-v-e631219f]{margin-top:14px}.product-brand img[data-v-e631219f]{width:170px;height:42px}.product-detail[data-v-e631219f]{width:100%}.product-detail h2[data-v-e631219f]{margin-left:0;font-size:20px;white-space:normal;line-height:120%;margin-bottom:10px}.product-price[data-v-e631219f]{margin-bottom:13px}.product-price span[data-v-e631219f]{font-size:25px}.product-special-price[data-v-e631219f],.product-special-price .unit-price[data-v-e631219f]{font-size:16px}.product-special-price .promo-detail[data-v-e631219f],.product-special-price .promo-detail span[data-v-e631219f],.product-qty p[data-v-e631219f]{font-size:14px}.product-spec p[data-v-e631219f]{margin-left:0;font-size:14px}.product-promo p[data-v-e631219f]{font-size:14px}.product-promo-input[data-v-e631219f]{width:170px}.product-label[data-v-e631219f]{left:-200px;top:-89px}.product-info[data-v-e631219f]{font-size:14px;font-weight:600;padding-top:14px}.product-ribbon[data-v-e631219f]{top:130px;left:unset;right:156px}.product-ribbon img[data-v-e631219f]{width:126px;height:126px}.loading-product-price .price-net[data-v-e631219f]{width:134px!important;height:24px!important}.loading-product-price .ea[data-v-e631219f]{display:none}.loading-product-special-price[data-v-e631219f]{margin-top:6px}.loading-product-special-price .unit-price[data-v-e631219f],.loading-product-special-price .promo-detail[data-v-e631219f]{width:57px!important;height:18px!important}}.product-promo-input .input-container{background:var(--vt-c-gray-4);padding:0;border-radius:6px}.product-promo-input .input-container .input-field input{width:100%;font-family:Inter,sans-serif;font-size:16px;text-transform:none;text-align:center}.product-promo-input .input-container .input-field input ::-webkit-input-placeholder{text-align:center}.product-promo-input .input-container .input-field input :-moz-placeholder{text-align:center}.product-btn button{font-size:16px}@media screen and (max-width: 1536px){.product-promo-input .input-container .input-field input{padding:6px 8px;font-size:13px}}@media screen and (max-width: 1280px){.product-promo-input .input-container .input-field input{padding:6px;font-size:10px}}@media screen and (max-width: 1024px){.product-btn{margin-bottom:13px!important}.product-btn button{height:50px;font-size:14px}.product-info{font-size:14px}.product-promo-input .input-container .input-field input{padding:10px 0;font-size:14px;width:168px}}.pick[data-v-997769fe]{width:1238px;padding:100px 0;margin:0 auto;color:var(--vt-c-white)}.pick .title[data-v-997769fe]{width:1120px;margin:0 auto}.pick .title h2[data-v-997769fe]{font-family:Unbounded;font-size:45px;font-weight:300}.pick .filter[data-v-997769fe]{padding:20px 0 57px;display:flex;justify-content:space-between;align-items:center;width:100%;height:43px;font-size:18px;text-transform:capitalize;font-weight:medium}.pick .filter div[data-v-997769fe]{display:flex;align-items:center;width:fit-content}.pick .filter div label[data-v-997769fe]{display:flex;align-items:center;justify-content:center;gap:10px}.pick .filter div label div[data-v-997769fe]{display:flex;flex-direction:column}.pick .filter div label .input[data-v-997769fe]{height:38px;width:86px}.pick .filter div .change-zip-code[data-v-997769fe]{width:100px;height:43px;margin-left:10px}.pick .filter a[data-v-997769fe]{color:var(vt-c-white);font-weight:medium;text-decoration:underline;margin-left:10px;cursor:pointer}.pick .modal-tire-image[data-v-997769fe]{width:393px;height:536px;object-fit:contain}@media screen and (max-width: 1536px){.pick[data-v-997769fe]{width:990px;padding:80px 0}.pick .title[data-v-997769fe]{width:896px}.pick .title h2[data-v-997769fe]{font-size:45px}.pick .filter[data-v-997769fe]{padding:16px 0 46px;height:34px;font-size:16px}.pick .filter div label[data-v-997769fe]{gap:8px}.pick .filter div label .input[data-v-997769fe]{height:30px;width:68px}.pick .modal-tire-image[data-v-997769fe]{width:314px;height:428px}}@media screen and (max-width: 1280px){.pick[data-v-997769fe]{width:792px;padding:64px 0}.pick .title[data-v-997769fe]{width:716px}.pick .title h2[data-v-997769fe]{font-size:36px}.pick .filter[data-v-997769fe]{padding:14px 0 36px;height:28px;font-size:14px}.pick .filter div label[data-v-997769fe]{gap:6px}.pick .filter div label .input[data-v-997769fe]{height:24px;width:58px}.pick .modal-tire-image[data-v-997769fe]{width:252px;height:342px}}@media screen and (max-width: 1024px){.pick[data-v-997769fe]{width:100%;padding:40px 30px}.pick .title[data-v-997769fe]{width:100%}.pick .title h2[data-v-997769fe]{font-size:27px}.pick .filter[data-v-997769fe]{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-top:17px;padding-bottom:33px;height:auto;font-size:14px}.pick .modal-tire-image[data-v-997769fe]{margin:0 auto;width:261px;height:360px;padding-bottom:26px}.product-list[data-v-997769fe]{gap:14px;flex-wrap:nowrap;flex-direction:column}.product-list .product-recomendation[data-v-997769fe]{width:100%}}.pick-input .input-container{padding:4px}.pick-input .input-container .input-field input{width:100%;font-family:Inter,sans-serif;font-size:16px;text-transform:none;color:var(--vt-c-gray-3)}.product-list{display:flex;flex-wrap:wrap;gap:13px;width:100%;justify-content:start}.product-list .product-recomendation{width:612px}@media screen and (max-width: 1536px){.pick-input .input-container{padding:0}.pick-input .input-container .input-field input{font-size:14px}.product-list .product-recomendation{width:488px}}@media screen and (max-width: 1280px){.pick-input .input-container .input-field input{padding:4px 10px;font-size:12px}.product-list .product-recomendation{width:388px}}@media screen and (max-width: 1024px){.pick-input .input-container .input-field input{padding:10px;font-size:14px}.product-list .product-recomendation{width:100%}}.breadcrumb[data-v-d35dc284]{width:1048px;margin:0 auto 80px}.detail[data-v-d35dc284]{width:1048px;margin:0 auto 120px;display:flex;gap:92px}.detail-img[data-v-d35dc284]{width:346px}.detail-img img[data-v-d35dc284]{width:100%;height:auto}.detail-logo[data-v-d35dc284]{max-width:300px;width:100%;height:auto}.detail-title[data-v-d35dc284]{font-size:30px;color:#343434;font-weight:700;display:block;margin:6px 0 28px;line-height:150%;padding:0}.detail-cart[data-v-d35dc284]{margin-top:78px}.feature-benefit[data-v-d35dc284]{width:100%;background-color:#f2f2f2;margin:0 auto}.top-pick[data-v-d35dc284]{background-color:#0b497c;margin:0 auto}.loading[data-v-d35dc284]{width:1048px;min-height:400px;margin:0 auto}.loading-breadcrumb[data-v-d35dc284],.loading-img[data-v-d35dc284]{margin-bottom:80px}.loading-desc[data-v-d35dc284]{display:flex;gap:40px}.loading-desc>div[data-v-d35dc284]{width:60%}.loading-text[data-v-d35dc284]{margin-bottom:20px}@media screen and (max-width: 1024px){.breadcrumb[data-v-d35dc284]{margin-bottom:25px;width:100%}.detail[data-v-d35dc284]{width:100%;padding:0 30px;flex-direction:column;justify-content:center;align-items:center;gap:10px}.detail-title[data-v-d35dc284]{font-size:25px;line-height:140%;margin-bottom:24px}.detail-img[data-v-d35dc284]{max-width:168px}.detail-cart[data-v-d35dc284]{margin-top:38px}.loading[data-v-d35dc284]{width:100%;min-height:200px;margin:0 auto}.loading-breadcrumb[data-v-d35dc284]{width:100%!important;margin-bottom:20px}.loading-desc[data-v-d35dc284]{flex-direction:column}.loading-desc>div[data-v-d35dc284]{margin:0 auto;width:90%}.loading-img[data-v-d35dc284]{width:90%!important;height:300px!important;margin:0 auto}}.main-details{margin:inherit!important;max-width:100%!important;padding-bottom:0!important}@media screen and (max-width: 1024px){.main-details{margin-top:22px!important;padding:0!important}.main-details .detail{margin-bottom:38px}}.filters[data-v-f5f0e902]{display:flex;flex-direction:column;gap:36px}.filters-count[data-v-f5f0e902]{font-weight:600;font-size:20px}.filters .filters-group[data-v-f5f0e902]{display:flex;flex-direction:column;gap:48px;color:var(--vt-c-gray-3)}.filters .filters-group h1[data-v-f5f0e902],.filters .filters-group h2[data-v-f5f0e902]{font-weight:700;margin-bottom:8px}.filters .filters-group h1[data-v-f5f0e902]{font-size:30px}.filters .filters-group h2[data-v-f5f0e902]{font-size:20px}.filters .filters-group h2[data-v-f5f0e902]:not(:first-child){margin-top:24px}.filters .filters-group .column[data-v-f5f0e902]{position:relative}.filters .filters-group .column .checkbox[data-v-f5f0e902]{padding-left:4px}.filters .filters-group .column div[data-v-f5f0e902]{flex-direction:column;align-items:flex-start;gap:8px}.filters .filters-group .column div.price-filter[data-v-f5f0e902]{display:flex;flex-direction:row}.filters .filters-group .column div.price-filter .price-btn[data-v-f5f0e902]{position:relative;width:112px;height:67px;background-color:var(--vt-c-gray-3);border:1px solid var(--vt-c-gray-3);border-radius:10px;cursor:pointer;opacity:1;transition:opacity .3s ease}.filters .filters-group .column div.price-filter .price-btn-icon[data-v-f5f0e902]{display:block;position:relative;right:-2px;margin:0 auto;width:28px;height:28px;background:url(/assets/images/common/dropdown-arrow.svg) no-repeat center;transform:rotate(270deg);filter:brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(410%) hue-rotate(168deg) brightness(120%) contrast(100%)}.filters .filters-group .column div.price-filter .price-btn[data-v-f5f0e902]:hover{opacity:.9}.filters .filters-group .column div label[data-v-f5f0e902]{font-size:16px;font-weight:500;gap:8px}.filters .filters-group .column[data-v-f5f0e902]:not(:last-child):after{content:"";position:absolute;bottom:-24px;height:.5px;width:100%;background-color:#cecece}.filters .reset-filter-btn[data-v-f5f0e902]{font-size:16px;color:var(--vt-c-gray-3);font-weight:600;cursor:pointer}.filters-mobile-close[data-v-f5f0e902]{display:none}.filters .show-more-brands[data-v-f5f0e902]{margin-top:18px}.filters .show-more-brands[data-v-f5f0e902] button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-transform:unset}@media screen and (max-width: 1536px){.filters[data-v-f5f0e902]{gap:28px}.filters-count[data-v-f5f0e902]{font-size:16px}.filters .filters-group[data-v-f5f0e902]{gap:38px}.filters .filters-group h1[data-v-f5f0e902],.filters .filters-group h2[data-v-f5f0e902]{margin-bottom:6px}.filters .filters-group h1[data-v-f5f0e902]{font-size:24px}.filters .filters-group h2[data-v-f5f0e902]{font-size:16px}.filters .filters-group h2[data-v-f5f0e902]:not(:first-child){margin-top:20px}.filters .filters-group .column .checkbox[data-v-f5f0e902]{padding-left:3px}.filters .filters-group .column div[data-v-f5f0e902]{gap:6px}.filters .filters-group .column div.price-filter .price-btn[data-v-f5f0e902]{width:90px;height:55px;border-radius:10px}.filters .filters-group .column div.price-filter .price-btn-icon[data-v-f5f0e902]{right:-1px;width:22px;height:22px}.filters .filters-group .column div label[data-v-f5f0e902]{font-size:12px;gap:6px}.filters .filters-group .column[data-v-f5f0e902]:not(:last-child):after{bottom:-20px}.filters .reset-filter-btn[data-v-f5f0e902]{font-size:12px}}@media screen and (max-width: 1280px){.filters[data-v-f5f0e902]{gap:22px}.filters-count[data-v-f5f0e902]{font-size:12px}.filters .filters-group[data-v-f5f0e902]{gap:30px}.filters .filters-group h1[data-v-f5f0e902],.filters .filters-group h2[data-v-f5f0e902]{margin-bottom:4px}.filters .filters-group h1[data-v-f5f0e902]{font-size:20px}.filters .filters-group h2[data-v-f5f0e902]{font-size:12px}.filters .filters-group h2[data-v-f5f0e902]:not(:first-child){margin-top:16px}.filters .filters-group .column .checkbox[data-v-f5f0e902]{padding-left:2px}.filters .filters-group .column div[data-v-f5f0e902]{gap:4px}.filters .filters-group .column div.price-filter .price-btn[data-v-f5f0e902]{width:72px;height:48px;border-radius:10px}.filters .filters-group .column div.price-filter .price-btn-icon[data-v-f5f0e902]{right:0;width:18px;height:18px}.filters .filters-group .column div label[data-v-f5f0e902]{font-size:10px;gap:4px}.filters .filters-group .column[data-v-f5f0e902]:not(:last-child):after{bottom:-16px}.filters .reset-filter-btn[data-v-f5f0e902]{font-size:10px}}@media screen and (max-width: 1024px){.filters[data-v-f5f0e902]{display:block;position:fixed;top:0;left:-450px;width:360px;max-height:100vh;padding:52px 58px 100px;overflow-y:scroll;background-color:var(--vt-c-white);z-index:3;transition:all .3s ease}.filters.open[data-v-f5f0e902]{left:0}.filters-mobile-close[data-v-f5f0e902]{display:block;width:24px;height:24px;position:absolute;top:10px;right:10px}.filters-count[data-v-f5f0e902]{font-size:18px}.filters .filters-group[data-v-f5f0e902]{gap:50px}.filters .filters-group h1[data-v-f5f0e902],.filters .filters-group h2[data-v-f5f0e902]{margin-bottom:8px}.filters .filters-group h1[data-v-f5f0e902]{font-size:24px}.filters .filters-group h2[data-v-f5f0e902]{font-size:18px}.filters .filters-group h2[data-v-f5f0e902]:not(:first-child){margin-top:26px}.filters .filters-group .column .checkbox[data-v-f5f0e902]{padding-left:2px}.filters .filters-group .column div[data-v-f5f0e902]{gap:4px}.filters .filters-group .column div.price-filter .price-btn[data-v-f5f0e902]{width:78px;height:54px;border-radius:6px}.filters .filters-group .column div.price-filter .price-btn-icon[data-v-f5f0e902]{right:0;width:18px;height:18px}.filters .filters-group .column div label[data-v-f5f0e902]{font-size:14px;gap:4px}.filters .filters-group .column[data-v-f5f0e902]:not(:last-child):after{bottom:-25px}.filters .reset-filter-btn[data-v-f5f0e902]{position:relative;bottom:-16px;font-size:14px;color:var(--vt-c-gray-2)}}.filters .filters-group .column .input{height:65px}.filters .filters-group .column .input-container{border:1px solid var(--vt-c-gray-3);background-color:var(--vt-c-white);padding:14px 0 14px 4px;color:var(--vt-c-gray-3)}.filters .filters-group .column .input-container .input-field input{width:calc(100% - 4px);color:var(--vt-c-gray-3);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:600}.filters .filters-group .column .input-container .input-field input::placeholder{color:var(--vt-c-gray-3)}.filters .filters-group .column .input-container .input-icon{filter:brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(0%) hue-rotate(218deg) brightness(100%) contrast(97%)}.filters .filters-group .column .input-container .dropdown-placeholder{top:-4px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:65%}.filters .filters-group .column .input-container .dropdown-placeholder span{color:var(--vt-c-white)}.filters .filters-group .column .input .input-checkbox:checked+.input-options{max-height:272px;transition:max-height .4s ease}.filters .filters-group .column .input .input-options{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px}.filters .filters-group .column .input .input-options li span{font-weight:600;padding:16px 10px}@media screen and (max-width: 1536px){.filters .filters-group .column .input{height:55px}.filters .filters-group .column .input-container{padding:8px 0 12px 3px}.filters .filters-group .column .input-container .input-field input{font-size:13px}.filters .filters-group .column .input-container .dropdown-placeholder{top:-4px;font-size:13px}.filters .filters-group .column .input .input-checkbox:checked+.input-options{max-height:220px}.filters .filters-group .column .input .input-options{font-size:13px}.filters .filters-group .column .input .input-options li span{padding:14px 8px}}@media screen and (max-width: 1280px){.filters .filters-group .column .input{height:48px}.filters .filters-group .column .input-container{padding:2px 0 10px 2px}.filters .filters-group .column .input-container .input-field{margin-top:6px}.filters .filters-group .column .input-container .input-field input{font-size:10px}.filters .filters-group .column .input-container .dropdown-placeholder{top:-4px;font-size:10px}.filters .filters-group .column .input-container .input-icon{margin-top:12px;right:12px}.filters .filters-group .column .input .input-checkbox:checked+.input-options{max-height:192px}.filters .filters-group .column .input .input-options{font-size:10px}.filters .filters-group .column .input .input-options li span{padding:12px 6px}}@media screen and (max-width: 1024px){.filters .filters-group .column .input{height:54px}.filters .filters-group .column .input-container{padding:6px 0 10px 2px}.filters .filters-group .column .input-container .input-field{margin-top:6px}.filters .filters-group .column .input-container .input-field input{font-size:14px;padding:6px 12px 7px}.filters .filters-group .column .input-container .dropdown-placeholder{top:-4px;font-size:14px}.filters .filters-group .column .input-container .input-icon{margin-top:9px;right:12px}.filters .filters-group .column .input .input-checkbox:checked+.input-options{max-height:216px}.filters .filters-group .column .input .input-options{font-size:14px}.filters .filters-group .column .input .input-options li span{padding:14px 10px}}.pagination[data-v-83618fdc]{display:flex;justify-content:center;align-items:center}.pagination button[data-v-83618fdc]{width:50px;height:50px;padding:0;cursor:pointer;background-color:transparent;border:none;outline:none;display:flex;justify-content:center;align-items:center;font-size:23px;font-weight:700}.pagination button.disabled[data-v-83618fdc]{pointer-events:none}.pagination button.active[data-v-83618fdc]{background-color:var(--vt-c-blue-6);color:#fff;border-radius:50%}.pagination button .prev-icon[data-v-83618fdc],.pagination button .next-icon[data-v-83618fdc]{display:block;width:22px;height:22px;background:url(/assets/images/common/dropdown-arrow.svg) no-repeat center;filter:brightness(0) saturate(100%) invert(59%) sepia(82%) saturate(1026%) hue-rotate(180deg) brightness(92%) contrast(98%)}.pagination button .prev-icon.disabled[data-v-83618fdc],.pagination button .next-icon.disabled[data-v-83618fdc]{filter:brightness(0) saturate(100%) invert(85%) sepia(45%) saturate(1%) hue-rotate(349deg) brightness(93%) contrast(95%)}.pagination button .prev-icon[data-v-83618fdc]{transform:rotate(90deg)}.pagination button .next-icon[data-v-83618fdc]{transform:rotate(-90deg)}.pagination .ellipsis-button[data-v-83618fdc]{cursor:pointer;background-color:transparent;border:none;outline:none;padding:0;color:var(--vt-c-blue-6)}@media screen and (max-width: 1536px){.pagination button[data-v-83618fdc]{width:40px;height:40px;font-size:18px}.pagination button .prev-icon[data-v-83618fdc],.pagination button .next-icon[data-v-83618fdc]{width:18px;height:18px}}@media screen and (max-width: 1280px){.pagination button[data-v-83618fdc]{width:32px;height:32px;font-size:14px}.pagination button .prev-icon[data-v-83618fdc],.pagination button .next-icon[data-v-83618fdc]{width:14px;height:14px}}@media screen and (max-width: 1024px){.pagination button[data-v-83618fdc]{width:38px;height:38px;font-size:18px}.pagination button .prev-icon[data-v-83618fdc],.pagination button .next-icon[data-v-83618fdc]{width:22px;height:22px}}.product-card[data-v-0cc94474]{position:relative;width:368px;min-height:809px;background-color:var(--vt-c-white);box-shadow:5px 5px 20px #0000001a;border-radius:20px;padding:32px 22px;display:flex;flex-direction:column;justify-content:space-between}.product-card.disabled[data-v-0cc94474]{opacity:.5;pointer-events:none}.product-card .product-image[data-v-0cc94474],.product-card .product-brand[data-v-0cc94474]{width:100%;position:relative;display:flex;justify-content:center}.product-card .product-image[data-v-0cc94474]{cursor:pointer}.product-card .product-image img[data-v-0cc94474]{width:195px;height:266px;object-fit:contain}.product-card .product-brand img[data-v-0cc94474]{width:250px;height:81px;object-fit:contain}.product-card .product-detail[data-v-0cc94474]{padding:0 24px;color:var(--vt-c-gray-3)}.product-card .product-detail .product-name[data-v-0cc94474]{font-size:23px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card .product-detail .product-size span[data-v-0cc94474],.product-card .product-detail .product-desc span[data-v-0cc94474]{font-weight:700}.product-card .product-price[data-v-0cc94474]{display:flex;align-items:baseline;gap:2px}.product-card .product-price p[data-v-0cc94474]{font-family:Unbounded;font-size:28px;font-weight:700;color:var(--vt-c-blue-3)}.product-card .product-special-price[data-v-0cc94474]{display:flex;justify-content:space-between;font-size:18px;gap:14px}.product-card .product-special-price .unit-price[data-v-0cc94474]{color:var(--vt-c-red-1);font-weight:600;text-decoration:line-through}.product-card .product-special-price .promo-detail[data-v-0cc94474],.product-card .product-special-price .promo-detail span[data-v-0cc94474]{color:var(--vt-c-red-1);font-weight:600;font-size:16px;font-style:italic}.product-card .product-qty[data-v-0cc94474]{align-items:center}.product-card .product-qty .quantity[data-v-0cc94474]{border:1px solid var(--vt-c-gray-6);background-color:var(--vt-c-white)}.product-card .product-qty p[data-v-0cc94474]{color:var(--vt-c-gray-5)}.product-card .product-promo[data-v-0cc94474]{width:103px;margin-top:4px}.product-card .product-promo-input[data-v-0cc94474]{height:100%}.product-card .product-add-to-cart[data-v-0cc94474]{width:100%;height:64px;margin-top:20px}.product-card .product-add-to-cart .button[data-v-0cc94474]{height:100%}.product-card .product-more-info[data-v-0cc94474]{margin-top:16px;text-align:center;text-transform:uppercase;cursor:pointer}.product-card .product-more-info a[data-v-0cc94474]{font-size:16px;font-weight:600;color:var(--vt-c-gray-5)}.product-card .product-label[data-v-0cc94474]{position:absolute;top:120px;left:-60px;transform:rotate(-90deg);background-color:var(--vt-c-red-1);color:var(--vt-c-white);width:178px;height:58px;display:flex;justify-content:center;align-items:center;font-family:Unbounded;font-size:19px;font-weight:600;text-transform:uppercase;pointer-events:none}.product-card .product-ribbon[data-v-0cc94474]{position:absolute;top:180px;left:70px}.product-card .product-ribbon img[data-v-0cc94474]{position:absolute;width:126px;height:126px;object-fit:contain}.product-card .separator[data-v-0cc94474]{width:100%;height:1px;background-color:var(--vt-c-gray-2);margin:24px 0}.product-card .row[data-v-0cc94474]{display:flex;justify-content:space-between;padding:4px 24px}.product-card .column[data-v-0cc94474]{display:flex;flex-direction:column;height:fit-content}.product-card .loading .product-special-price .unit-price[data-v-0cc94474]{margin-top:7px}.product-card .loading .product-special-price .promo-detail[data-v-0cc94474]{margin-top:3px}@media screen and (max-width: 1536px){.product-card[data-v-0cc94474]{width:294px;min-height:648px;padding:26px 18px}.product-card .product-image img[data-v-0cc94474]{width:156px;height:212px}.product-card .product-brand img[data-v-0cc94474]{width:200px;height:64px}.product-card .product-detail[data-v-0cc94474]{padding:0 18px}.product-card .product-detail .product-name[data-v-0cc94474]{font-size:18px}.product-card .product-detail .product-size[data-v-0cc94474],.product-card .product-detail .product-desc[data-v-0cc94474]{font-size:12px}.product-card .product-price[data-v-0cc94474]{gap:2px;font-size:14px}.product-card .product-price p[data-v-0cc94474]{font-size:22px}.product-card .product-special-price[data-v-0cc94474]{font-size:14px;gap:12px}.product-card .product-special-price .promo-detail[data-v-0cc94474],.product-card .product-special-price .promo-detail span[data-v-0cc94474],.product-card .product-qty[data-v-0cc94474]{font-size:12px}.product-card .product-promo[data-v-0cc94474]{width:82px;margin-top:3px;font-size:13px}.product-card .product-add-to-cart[data-v-0cc94474]{height:52px;margin-top:16px}.product-card .product-more-info[data-v-0cc94474]{margin-top:12px}.product-card .product-more-info a[data-v-0cc94474]{font-size:12px}.product-card .product-label[data-v-0cc94474]{top:96px;left:-48px;width:142px;height:46px;font-size:14px}.product-card .product-ribbon[data-v-0cc94474]{top:144px;left:56px}.product-card .product-ribbon img[data-v-0cc94474]{width:102px;height:100px}.product-card .separator[data-v-0cc94474]{margin:20px 0}.product-card .row[data-v-0cc94474]{padding:3px 20px}.loading .product-price .price-net[data-v-0cc94474]{width:112px!important;height:33px!important}.loading .product-price .ea[data-v-0cc94474]{width:16px!important;height:16px!important}.loading .product-special-price .unit-price[data-v-0cc94474]{margin-top:4.5px!important;width:48px!important;height:18px!important}.loading .product-special-price .promo-detail[data-v-0cc94474]{margin-top:2px!important;width:46px!important;height:18px!important}}@media screen and (max-width: 1280px){.product-card[data-v-0cc94474]{width:238px;min-height:518px;padding:20px 14px}.product-card .product-image img[data-v-0cc94474]{width:124px;height:170px}.product-card .product-brand img[data-v-0cc94474]{width:160px;height:52px}.product-card .product-detail[data-v-0cc94474]{padding:0 14px}.product-card .product-detail .product-name[data-v-0cc94474]{font-size:14px}.product-card .product-detail .product-size[data-v-0cc94474],.product-card .product-detail .product-desc[data-v-0cc94474]{font-size:10px}.product-card .product-price[data-v-0cc94474]{gap:2px;font-size:12px}.product-card .product-price p[data-v-0cc94474]{font-size:18px}.product-card .product-special-price[data-v-0cc94474]{font-size:12px;gap:10px}.product-card .product-special-price .promo-detail[data-v-0cc94474],.product-card .product-special-price .promo-detail span[data-v-0cc94474],.product-card .product-qty[data-v-0cc94474]{font-size:10px}.product-card .product-promo[data-v-0cc94474]{width:65px;margin-top:2px;font-size:10px}.product-card .product-add-to-cart[data-v-0cc94474]{height:42px;margin-top:12px}.product-card .product-more-info[data-v-0cc94474]{margin-top:10px}.product-card .product-more-info a[data-v-0cc94474]{font-size:10px}.product-card .product-label[data-v-0cc94474]{top:76px;left:-38px;width:114px;height:36px;font-size:12px}.product-card .product-ribbon[data-v-0cc94474]{top:116px;left:44px}.product-card .product-ribbon img[data-v-0cc94474]{width:82px;height:80px}.product-card .separator[data-v-0cc94474]{margin:16px 0}.product-card .row[data-v-0cc94474]{padding:2px 16px}.loading .product-price .price-net[data-v-0cc94474]{width:98px!important;height:27px!important}.loading .product-price .ea[data-v-0cc94474]{width:12px!important;height:12px!important}.loading .product-special-price .unit-price[data-v-0cc94474]{margin-top:3px!important;width:41px!important;height:16px!important}.loading .product-special-price .promo-detail[data-v-0cc94474]{margin-top:2px!important;width:41px!important;height:16px!important}}@media screen and (max-width: 1024px){.product-card[data-v-0cc94474]{width:100%;min-height:604px;padding:24px}.product-card .product-image img[data-v-0cc94474]{width:148px;height:202px}.product-card .product-brand img[data-v-0cc94474]{width:216px;height:65px}.product-card .product-detail[data-v-0cc94474]{padding:10px 10px 0}.product-card .product-detail .product-name[data-v-0cc94474]{font-size:20px;white-space:normal;line-height:120%;margin-bottom:10px}.product-card .product-detail .product-size[data-v-0cc94474],.product-card .product-detail .product-desc[data-v-0cc94474]{font-size:14px}.product-card .product-price[data-v-0cc94474]{gap:2px;font-size:14px}.product-card .product-price p[data-v-0cc94474]{font-size:25px}.product-card .product-special-price[data-v-0cc94474]{font-size:16px;gap:4px;justify-content:unset}.product-card .product-special-price .promo-detail[data-v-0cc94474],.product-card .product-special-price .promo-detail span[data-v-0cc94474],.product-card .product-qty[data-v-0cc94474]{font-size:14px}.product-card .product-promo[data-v-0cc94474]{width:100%;font-size:14px}.product-card .product-add-to-cart[data-v-0cc94474]{height:52px;margin-top:18px}.product-card .product-more-info[data-v-0cc94474]{margin-top:14px}.product-card .product-more-info a[data-v-0cc94474]{font-size:14px}.product-card .product-label[data-v-0cc94474]{top:76px;left:-44px;width:138px;height:50px;font-size:16px}.product-card .product-ribbon[data-v-0cc94474]{top:90px;left:unset;right:156px}.product-card .product-ribbon img[data-v-0cc94474]{width:126px;height:126px}.product-card .separator[data-v-0cc94474]{margin:10px 0}.product-card .row[data-v-0cc94474]{padding:2px 10px}.product-card .row[data-v-0cc94474]:last-child{align-items:center}.loading .product-price .price-net[data-v-0cc94474]{width:134px!important;height:38px!important}.loading .product-price .ea[data-v-0cc94474]{display:none}.loading .product-special-price .unit-price[data-v-0cc94474]{margin-top:7.6px!important;width:58px!important;height:18px!important}.loading .product-special-price .promo-detail[data-v-0cc94474]{margin-top:4px!important;width:58px!important;height:18px!important}}.banner[data-v-42f759d6]{padding:60px 56px;width:100%;height:348px;border-radius:20px;background-image:url(/assets/images/pages/tire-search/recommendation-banner.webp);background-repeat:no-repeat;background-size:cover}.banner h1[data-v-42f759d6],.banner h2[data-v-42f759d6]{font-family:Unbounded}.banner h1[data-v-42f759d6]{font-size:16px;font-weight:600;color:var(--vt-c-blue-6)}.banner h2[data-v-42f759d6]{margin-top:18px;font-size:30px;color:var(--vt-c-white);line-height:120%}.banner-btn[data-v-42f759d6]{width:194px;height:54px;margin-top:26px}@media screen and (max-width: 1536px){.banner[data-v-42f759d6]{padding:48px 44px;width:100%;height:278px}.banner h1[data-v-42f759d6]{font-size:12px}.banner h2[data-v-42f759d6]{margin-top:14px;font-size:24px}.banner-btn[data-v-42f759d6]{width:156px;height:44px;margin-top:20px}}@media screen and (max-width: 1280px){.banner[data-v-42f759d6]{padding:38px 36px;width:100%;height:222px}.banner h1[data-v-42f759d6]{font-size:10px}.banner h2[data-v-42f759d6]{margin-top:12px;font-size:20px}.banner-btn[data-v-42f759d6]{width:124px;height:36px;margin-top:16px}}@media screen and (max-width: 1024px){.banner[data-v-42f759d6]{padding:40px 36px;width:100%;height:502px;background-image:url(/assets/images/pages/tire-search/recommendation-banner-mobile.webp)}.banner h1[data-v-42f759d6]{font-size:12px}.banner h2[data-v-42f759d6]{margin-top:12px;font-size:26px;line-height:120%}.banner-btn[data-v-42f759d6]{width:174px;height:50px;margin-top:12px}}.banner-btn button{font-size:14px;font-weight:600;color:var(--vt-c-blue-4)!important}@media screen and (max-width: 1536px){.banner-btn button{font-size:12px}}@media screen and (max-width: 1280px){.banner-btn button{font-size:10px}}@media screen and (max-width: 1024px){.banner-btn button{background-color:var(--vt-c-blue-1)!important;border-color:var(--vt-c-blue-1)!important;color:var(--vt-c-white)!important}}.list[data-v-900da9ee]{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.list h2[data-v-900da9ee]{font-size:18px;font-weight:600;color:var(vt-c-gray-3)}.list .recommendation-banner[data-v-900da9ee]{grid-column:span 2}.list-pagination[data-v-900da9ee]{grid-column:span 2;margin-top:115px}.list .modal-tire-image[data-v-900da9ee]{width:393px;height:536px;object-fit:contain}@media screen and (max-width: 1536px){.list h2[data-v-900da9ee]{font-size:14px}.list-pagination[data-v-900da9ee]{margin-top:92px}.list .modal-tire-image[data-v-900da9ee]{height:428px}}@media screen and (max-width: 1280px){.list h2[data-v-900da9ee]{font-size:12px}.list-pagination[data-v-900da9ee]{margin-top:74px}.list .modal-tire-image[data-v-900da9ee]{height:342px}}@media screen and (max-width: 1024px){.list[data-v-900da9ee]{grid-template-columns:1fr;padding:0;gap:14px}.list .recommendation-banner[data-v-900da9ee]{grid-column:unset}.list-pagination[data-v-900da9ee]{grid-column:unset;margin-top:32px}.list .modal-tire-image[data-v-900da9ee]{margin:0 auto;width:261px;height:360px;padding-bottom:26px}}.content[data-v-3f4f75f9]{display:flex;gap:110px}.content .tire-filters[data-v-3f4f75f9]{flex:30%}.content .tire-filters .filter-mobile[data-v-3f4f75f9]{display:none}.content .tire-list[data-v-3f4f75f9]{flex:70%}.content .tire-list .total-count[data-v-3f4f75f9]{font-size:24px;font-weight:400;line-height:125%;margin-bottom:24px}@media screen and (max-width: 1536px){.content[data-v-3f4f75f9]{gap:88px}}@media screen and (max-width: 1280px){.content[data-v-3f4f75f9]{gap:70px}}@media screen and (max-width: 1024px){.content[data-v-3f4f75f9]{flex-direction:column;padding:0 30px;gap:36px}.content .tire-filters .filter-mobile[data-v-3f4f75f9]{width:285px;height:50px;margin:0 auto;display:flex;justify-content:center;align-items:center;border:2px solid var(--vt-c-gray-3);border-radius:34px;gap:10px}.content .tire-filters .filter-mobile-overlay[data-v-3f4f75f9]{position:absolute;width:100%;height:100%;top:0;left:-100vw;z-index:3;opacity:0;background-color:var(--vt-c-gray-3);transition:opacity .6s ease}.content .tire-filters .filter-mobile-overlay.open[data-v-3f4f75f9]{left:0;opacity:.6}.content .tire-filters .filter-mobile p[data-v-3f4f75f9]{font-size:18px;font-weight:700;color:var(--vt-c-gray-3)}.content .tire-list .total-count[data-v-3f4f75f9]{font-size:12px;line-height:125%;margin-bottom:36px}}.search-params[data-v-98021e4f]{display:flex;justify-content:center;gap:40px;padding:20px 0}.search-params li[data-v-98021e4f]{display:flex;align-items:start;gap:8px}.search-params li img[data-v-98021e4f]{margin-top:2px}.search-params__detail p[data-v-98021e4f]{font-size:16px;line-height:20px}.search-params__detail p[data-v-98021e4f]:first-child{color:#ebebeb;font-weight:400;text-transform:uppercase}.search-params__detail p[data-v-98021e4f]:last-child{max-width:280px;margin-top:4px;color:#fff;font-weight:700;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:pre-wrap}@media screen and (max-width: 1536px){.search-params__detail p[data-v-98021e4f]{font-size:14px;line-height:17px}.search-params__detail p[data-v-98021e4f]:last-child{max-width:200px}}@media screen and (max-width: 1280px){.search-params[data-v-98021e4f]{padding:16px}.search-params li img[data-v-98021e4f]{width:24px}.search-params__detail p[data-v-98021e4f]{font-size:12px;line-height:15px}.search-params__detail p[data-v-98021e4f]:last-child{max-width:173px}}@media screen and (max-width: 1024px){.search-params[data-v-98021e4f]{flex-direction:column;flex-wrap:wrap;gap:unset;row-gap:10px;padding:20px 30px;height:108px}.search-params.vehicle[data-v-98021e4f]{height:144px}.search-params li[data-v-98021e4f]{width:50%}.search-params li img[data-v-98021e4f]{display:none}.search-params__detail p[data-v-98021e4f]{font-size:10px;line-height:12px}.search-params__detail p[data-v-98021e4f]:last-child{max-width:unset}}.tire-search .top-pick[data-v-f804e407]{background-color:var(--vt-c-blue-4);margin:0 auto;width:100%}.tire-search .top-pick.available[data-v-f804e407]{position:relative}.tire-search .top-pick.available[data-v-f804e407] .search-params{width:100%;position:absolute;top:250px;background:rgba(255,255,255,.2)}.tire-search .top-pick.available[data-v-f804e407] .title{margin-bottom:110px}.tire-search .tire-content[data-v-f804e407]{max-width:1120px;margin:0 auto;padding:110px 0}.loading-top-pick[data-v-f804e407]{width:1238px;height:810px;padding:100px 0;margin:0 auto}.loading-pick[data-v-f804e407]{width:1120px;margin:0 auto}.loading-title-text[data-v-f804e407]{width:500px;height:70px}.loading-filter[data-v-f804e407]{display:flex;justify-content:space-between;margin-top:10px}.loading-filter div[data-v-f804e407]{display:flex;gap:16px}.loading-filter-text[data-v-f804e407],.loading-filter-button[data-v-f804e407],.loading-filter-input[data-v-f804e407]{height:30px}.loading-filter-mobile[data-v-f804e407]{display:none}.loading-product-list[data-v-f804e407]{display:flex;margin-top:40px;gap:13px}.loading-product-list .loading-product[data-v-f804e407]{width:612px;height:460px}.loading-tire-content[data-v-f804e407]{width:1120px;margin:0 auto;padding:110px 0;display:flex;gap:110px}.loading-tire-filter[data-v-f804e407]{flex:30%;display:flex;flex-direction:column;gap:40px}.loading-tire-filter-title[data-v-f804e407],.loading-tire-filter-subtitle[data-v-f804e407]{width:120px;height:30px}.loading-tire-filter-title[data-v-f804e407]{height:40px}.loading-tire-filter-mobile[data-v-f804e407]{display:none}.loading-checkbox[data-v-f804e407]{margin-top:12px;display:flex;gap:18px}.loading-checkbox-input[data-v-f804e407]{width:30px;height:26px}.loading-checkbox-text[data-v-f804e407]{width:120px;height:26px}.loading-dropdown[data-v-f804e407]{margin-top:12px}.loading-dropdown-input[data-v-f804e407]{width:207px;height:56px}.loading-input[data-v-f804e407]{display:flex;margin-top:12px;gap:8px}.loading-input-min[data-v-f804e407],.loading-input-max[data-v-f804e407],.loading-input-btn[data-v-f804e407]{width:95px;height:65px}.loading-input-btn[data-v-f804e407]{width:57px}.loading-reset[data-v-f804e407]{margin-top:16px;width:140px;height:22px}.loading-tire-list[data-v-f804e407]{flex:70%}.loading-list[data-v-f804e407]{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.loading-list-card[data-v-f804e407]{width:368px;height:809px}@media screen and (max-width: 1536px){.tire-search .top-pick.available[data-v-f804e407] .search-params{top:220px}.tire-search .tire-content[data-v-f804e407]{max-width:896px}.loading-top-pick[data-v-f804e407]{width:990px;height:671px;padding:80px 0}.loading-pick[data-v-f804e407]{width:896px}.loading-filter[data-v-f804e407]{margin-top:8px}.loading-filter div[data-v-f804e407]{gap:14px}.loading-filter-text[data-v-f804e407],.loading-filter-button[data-v-f804e407],.loading-filter-input[data-v-f804e407]{height:24px}.loading-product-list[data-v-f804e407]{margin-top:32px;gap:13px}.loading-product-list .loading-product[data-v-f804e407]{width:488px;height:377px}.loading-tire-content[data-v-f804e407]{width:896px;padding:110px 0;gap:88px}.loading-tire-filter[data-v-f804e407]{gap:18px}.loading-checkbox[data-v-f804e407]{margin-top:10px;gap:14px}.loading-checkbox-input[data-v-f804e407]{width:16px;height:16px}.loading-checkbox-text[data-v-f804e407]{width:120px;height:16px}.loading-dropdown[data-v-f804e407]{margin-top:10px}.loading-input[data-v-f804e407]{margin-top:10px;gap:6px}.loading-input-min[data-v-f804e407],.loading-input-max[data-v-f804e407],.loading-input-btn[data-v-f804e407]{width:74px;height:56px}.loading-input-btn[data-v-f804e407]{width:48px}.loading-reset[data-v-f804e407]{width:80px;height:20px}.loading-list[data-v-f804e407]{gap:13px}.loading-list-card[data-v-f804e407]{width:294px;height:648px}}@media screen and (max-width: 1280px){.tire-search .top-pick.available[data-v-f804e407] .search-params{top:176px}.tire-search .top-pick.available[data-v-f804e407] .title{margin-bottom:94px}.tire-search .tire-content[data-v-f804e407]{max-width:716px}.loading-top-pick[data-v-f804e407]{width:792px;height:549px;padding:64px 0}.loading-pick[data-v-f804e407]{width:716px}.loading-title-text[data-v-f804e407]{width:430px;height:46px}.loading-filter[data-v-f804e407]{margin-top:8px}.loading-filter div[data-v-f804e407]{gap:14px}.loading-filter-text[data-v-f804e407],.loading-filter-button[data-v-f804e407],.loading-filter-input[data-v-f804e407]{height:22px}.loading-product-list[data-v-f804e407]{margin-top:32px;gap:13px}.loading-product-list .loading-product[data-v-f804e407]{width:388px;height:313px}.loading-tire-content[data-v-f804e407]{width:716px;padding:110px 0;gap:70px}.loading-tire-filter[data-v-f804e407]{gap:18px}.loading-tire-filter-title[data-v-f804e407],.loading-tire-filter-subtitle[data-v-f804e407]{width:90px;height:16px}.loading-tire-filter-title[data-v-f804e407]{height:26px}.loading-checkbox[data-v-f804e407]{margin-top:10px;gap:14px}.loading-checkbox-input[data-v-f804e407]{width:14px;height:14px}.loading-checkbox-text[data-v-f804e407]{width:90px;height:14px}.loading-dropdown[data-v-f804e407]{margin-top:10px}.loading-dropdown-input[data-v-f804e407]{width:157px;height:48px}.loading-input[data-v-f804e407]{margin-top:10px;gap:6px}.loading-input-min[data-v-f804e407],.loading-input-max[data-v-f804e407],.loading-input-btn[data-v-f804e407]{width:56px;height:48px}.loading-input-btn[data-v-f804e407]{width:36px}.loading-reset[data-v-f804e407]{width:60px;height:16px}.loading-list[data-v-f804e407]{gap:13px}.loading-list-card[data-v-f804e407]{width:238px;height:518px}}@media screen and (max-width: 1024px){.tire-search[data-v-f804e407]{background-color:var(--vt-c-gray-4)}.tire-search .top-pick.available[data-v-f804e407] .search-params{top:215px}.tire-search .top-pick.available[data-v-f804e407] .title{margin-bottom:127px}.tire-search .top-pick.available .vehicle[data-v-f804e407] .title{margin-bottom:162px}.tire-search .tire-content[data-v-f804e407]{padding:42px 0}.loading-top-pick[data-v-f804e407]{width:100%;height:100%;padding:40px 30px}.loading-pick[data-v-f804e407]{width:100%}.loading-title-text[data-v-f804e407]{width:100%;height:46px}.loading-filter[data-v-f804e407]{display:none}.loading-filter-mobile[data-v-f804e407]{display:block;width:218px;height:44px;margin:12px 0 30px}.loading-product-list[data-v-f804e407]{flex-direction:column;margin-top:unset;gap:13px}.loading-product-list .loading-product[data-v-f804e407]{width:354px;height:644px}.loading-tire-content[data-v-f804e407]{width:100%;flex-direction:column;padding:42px 30px;gap:36px}.loading-tire-filter[data-v-f804e407]{display:none;gap:18px}.loading-tire-filter-title[data-v-f804e407],.loading-tire-filter-subtitle[data-v-f804e407]{width:90px;height:16px}.loading-tire-filter-title[data-v-f804e407]{height:26px}.loading-tire-filter-mobile[data-v-f804e407]{display:block;width:285px;height:50px;margin:0 auto}.loading-checkbox[data-v-f804e407]{margin-top:10px;gap:14px}.loading-checkbox-input[data-v-f804e407]{width:14px;height:14px}.loading-checkbox-text[data-v-f804e407]{width:90px;height:14px}.loading-dropdown[data-v-f804e407]{margin-top:10px}.loading-dropdown-input[data-v-f804e407]{width:157px;height:48px}.loading-input[data-v-f804e407]{margin-top:10px;gap:6px}.loading-input-min[data-v-f804e407],.loading-input-max[data-v-f804e407],.loading-input-btn[data-v-f804e407]{width:56px;height:48px}.loading-input-btn[data-v-f804e407]{width:36px}.loading-reset[data-v-f804e407]{width:60px;height:16px}.loading-list[data-v-f804e407]{gap:13px;grid-template-columns:1fr}.loading-list-card[data-v-f804e407]{width:100%;height:644px}}@media screen and (min-width: 392px) and (max-width: 1024px){.tire-search .top-pick.available[data-v-f804e407] .search-params{top:176px}}.tire-search .tire-content .disabled-filter .tire-filters{opacity:.5;pointer-events:none}@media screen and (max-width: 1024px){.tire-search .tire-content .disabled-filter .tire-filters{opacity:1}}.main-search[data-v-d299a25d]{margin:inherit!important;max-width:100%!important;padding-bottom:0!important;margin-top:-54px!important}.action[data-v-ef9f9e84]{margin-top:24px}.action a.btn[data-v-ef9f9e84]{display:flex;justify-content:center;align-items:center;width:100%;height:64px;margin-bottom:10px;font-family:Unbounded;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;text-decoration:none}.action a.btn.checkout[data-v-ef9f9e84]{background:#4FA3E8;color:#fff}.action a.btn.paypal[data-v-ef9f9e84]{background:#FFC439}.action .checkbox[data-v-ef9f9e84]{margin-top:16px}@media screen and (max-width: 1024px){.action a.btn[data-v-ef9f9e84]{font-size:14px;height:50px;margin-bottom:0}}.summary .item[data-v-63761d16]{display:flex;justify-content:space-between}.summary .item-column[data-v-63761d16]{flex-direction:column;align-items:baseline!important}.summary .item span[data-v-63761d16]{display:flex;align-items:center;font-size:16px;font-weight:600;line-height:30px;color:#343434}.summary .item .fee-info[data-v-63761d16]{cursor:pointer}.summary .item.discount span[data-v-63761d16]:last-child{color:#e00d26}.summary .item.checkbox[data-v-63761d16]{margin-top:18px}.summary .item.total span[data-v-63761d16]{font-weight:600}.summary .item.total .price[data-v-63761d16]{font-family:Unbounded;font-size:28px;line-height:30px;color:#0b497c}.summary .disabled[data-v-63761d16]{pointer-events:none;opacity:.5}.summary hr[data-v-63761d16]{margin-top:46px;margin-bottom:18px;height:1px;border:none;background:#D6D6D6}.loading.total-quantity[data-v-63761d16]{width:100px;height:18px}.loading.delivery-cost[data-v-63761d16]{width:50px;height:18px}.loading.tax[data-v-63761d16]{width:60px;height:18px}.loading.discount[data-v-63761d16]{width:118px;height:18px}.loading.disposal[data-v-63761d16]{width:70px;height:18px}.loading.mount[data-v-63761d16]{width:118px;height:30px}.loading.total[data-v-63761d16]{width:180px;height:30px}.modal[data-v-63761d16]{z-index:4}.modal .fee-info-modal[data-v-63761d16]{width:400px;display:flex;flex-direction:column;gap:16px}.modal .fee-info-modal__item[data-v-63761d16]{display:flex;flex-direction:column;gap:12px}.modal .fee-info-modal__item-content[data-v-63761d16]{width:100%;display:flex;align-items:baseline;gap:8px;padding:16px;background-color:#f7f7f7}.modal .fee-info-modal h3[data-v-63761d16]{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:140%}.modal .fee-info-modal h4[data-v-63761d16]{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:140%}.modal .fee-info-modal .divider[data-v-63761d16]{width:100%;height:4px;background-color:#eee}.modal[data-v-63761d16] .modal-content{padding:40px 80px 60px;border-radius:unset}.modal[data-v-63761d16] .modal-content .modal-close{top:unset;right:80px;background:url(/assets/images/common/close.svg) no-repeat center center;width:24px;height:24px}.modal[data-v-63761d16] .modal-content .modal-slot{margin-top:40px;max-height:calc(80vh - 140px)}@media screen and (max-width: 1536px){.summary .item span[data-v-63761d16]{font-size:14px;line-height:24px}.summary .item.checkbox[data-v-63761d16]{margin-top:16px}.summary .item.total .price[data-v-63761d16]{font-size:22px;line-height:24px}.summary hr[data-v-63761d16]{margin-top:36px;margin-bottom:16px}.loading.total-quantity[data-v-63761d16],.loading.delivery-cost[data-v-63761d16],.loading.tax[data-v-63761d16],.loading.discount[data-v-63761d16],.loading.mount[data-v-63761d16]{width:80px;height:22px}.loading.total[data-v-63761d16]{width:140px;height:22px}}@media screen and (max-width: 1280px){.summary .item span[data-v-63761d16]{font-size:12px}.summary .item.checkbox[data-v-63761d16]{margin-top:14px}.summary .item.total .price[data-v-63761d16]{font-size:18px;line-height:18px}.summary hr[data-v-63761d16]{margin-top:28px;margin-bottom:12px}.loading.total-quantity[data-v-63761d16],.loading.delivery-cost[data-v-63761d16],.loading.tax[data-v-63761d16],.loading.discount[data-v-63761d16],.loading.mount[data-v-63761d16]{width:60px;height:18px}.loading.total[data-v-63761d16]{width:110px;height:18px}}@media screen and (max-width: 1024px){.summary .item span[data-v-63761d16]{font-size:14px;line-height:25px}.summary .item .price[data-v-63761d16]{font-size:25px!important}.loading.total[data-v-63761d16]{width:160px;height:26px}.modal .fee-info-modal__item-content p[data-v-63761d16]{font-size:12px}.modal .fee-info-modal h3[data-v-63761d16]{font-size:14px}.modal .fee-info-modal h4[data-v-63761d16]{font-size:12px}.modal .fee-info-modal .divider[data-v-63761d16]{display:list-item}.modal[data-v-63761d16] .modal-content{width:100%;max-height:unset;height:100%;padding:24px 20px}.modal[data-v-63761d16] .modal-content .modal-close{right:20px}.modal[data-v-63761d16] .modal-content .modal-slot{max-height:calc(100% - 48px)}}aside[data-v-fe037785]{max-width:468px;height:fit-content;padding:44px 58px;border:2px solid #0B497C;border-radius:20px}aside h2[data-v-fe037785]{font-family:Unbounded;font-size:30px;font-weight:400;line-height:36px;color:#343434}@media screen and (max-width: 1536px){aside[data-v-fe037785]{max-width:374px;padding:35px 46px}aside h2[data-v-fe037785]{font-size:24px;line-height:28px}}@media screen and (max-width: 1280px){aside[data-v-fe037785]{max-width:300px;padding:28px 36px}aside h2[data-v-fe037785]{font-size:20px;line-height:22px}}@media screen and (max-width: 1024px){aside[data-v-fe037785]{padding:36px 30px;max-width:100%;width:calc(100% - 60px);margin:0 auto}aside h2[data-v-fe037785]{font-size:20px;text-align:center;line-height:120%}}.tire[data-v-4fdb4b4d]{display:flex;gap:18px}.tire.disabled a[data-v-4fdb4b4d]{pointer-events:none;opacity:.5}.tire .image[data-v-4fdb4b4d]{display:flex;flex-direction:column;width:90px}.tire .image img[data-v-4fdb4b4d]{width:100%}.tire .image a[data-v-4fdb4b4d]{margin-top:16px;font-size:16px;line-height:30px;text-align:center;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}.tire .info[data-v-4fdb4b4d]{width:calc(100% - 108px)}.tire .info img[data-v-4fdb4b4d]{max-height:60px;max-width:220px}.tire .info .type[data-v-4fdb4b4d]{font-size:20px;font-weight:700;line-height:30px;color:#343434}.tire .info .detail[data-v-4fdb4b4d]{margin-top:16px}.tire .info .detail p[data-v-4fdb4b4d]{font-size:16px;line-height:25px}.tire .info .detail p .label[data-v-4fdb4b4d]{margin-right:4px;font-weight:700}.tire .info .row[data-v-4fdb4b4d]{margin-top:18px;font-size:15px}.tire .info .row .column .input[data-v-4fdb4b4d]{height:auto;margin-top:12px;width:fit-content}.tire .info .row .column .input[data-v-4fdb4b4d] input{font-size:15px}.tire .info .amount[data-v-4fdb4b4d]{display:flex;flex-direction:column;margin-top:28px}.tire .info .amount .top[data-v-4fdb4b4d]{display:flex;flex-direction:column}.tire .info .amount .top p[data-v-4fdb4b4d]{text-align:right}.tire .info .amount .bottom[data-v-4fdb4b4d]{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.tire .info .amount .qty[data-v-4fdb4b4d]{display:flex;align-items:center;gap:10px}.tire .info .amount .top[data-v-4fdb4b4d]{font-size:16px;line-height:25px;text-align:right}.tire .info .amount .total[data-v-4fdb4b4d]{font-size:20px;font-weight:700;line-height:25px;color:#0b497c}.tire .info .amount .discount[data-v-4fdb4b4d]{margin-bottom:8px}.tire .info .amount .unit-price[data-v-4fdb4b4d]{text-decoration:line-through;color:#e00d26}.tire .info .amount .promo-detail[data-v-4fdb4b4d]{padding:2px 4px;margin-left:4px;background-color:#fceaea;color:#e00d26;border-radius:2px}.tire .detail a[data-v-4fdb4b4d]{display:none;margin-top:16px;font-size:14px;line-height:120%;text-align:left;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}.loading.top[data-v-4fdb4b4d]{align-items:end}.loading.top *[data-v-4fdb4b4d]:nth-child(1){margin-bottom:12px;width:140px;height:20px}.loading.top *[data-v-4fdb4b4d]:nth-child(2){margin-bottom:4px;width:80px;height:20px}.loading.total[data-v-4fdb4b4d]{width:100px;height:25px}@media screen and (max-width: 1536px){.tire[data-v-4fdb4b4d]{gap:14px}.tire .image[data-v-4fdb4b4d]{width:72px}.tire .image a[data-v-4fdb4b4d]{margin-top:12px;font-size:14px;line-height:24px}.tire .info[data-v-4fdb4b4d]{width:calc(100% - 90px)}.tire .info img[data-v-4fdb4b4d]{max-height:48px;max-width:176px}.tire .info .type[data-v-4fdb4b4d]{font-size:16px;line-height:24px}.tire .info .detail[data-v-4fdb4b4d]{margin-top:12px}.tire .info .detail p[data-v-4fdb4b4d]{font-size:14px;line-height:20px}.tire .info .detail p .label[data-v-4fdb4b4d]{margin-right:3px}.tire .info .amount[data-v-4fdb4b4d]{margin-top:22px}.tire .info .amount .qty[data-v-4fdb4b4d]{gap:8px}.tire .info .amount .top[data-v-4fdb4b4d]{font-size:14px;line-height:20px}.tire .info .amount .total[data-v-4fdb4b4d]{font-size:16px;line-height:20px}.tire .detail a[data-v-4fdb4b4d]{margin-top:12px;font-size:12px}.loading.total[data-v-4fdb4b4d]{width:78px;height:20px}}@media screen and (max-width: 1280px){.tire[data-v-4fdb4b4d]{gap:12px}.tire .image[data-v-4fdb4b4d]{width:58px}.tire .image a[data-v-4fdb4b4d]{margin-top:10px;font-size:12px;line-height:20px}.tire .info[data-v-4fdb4b4d]{width:calc(100% - 76px)}.tire .info img[data-v-4fdb4b4d]{max-height:38px;max-width:140px}.tire .info .type[data-v-4fdb4b4d]{font-size:14px;line-height:20px}.tire .info .row[data-v-4fdb4b4d],.tire .info .row .column .input[data-v-4fdb4b4d] input{font-size:12px}.tire .info .detail[data-v-4fdb4b4d]{margin-top:10px}.tire .info .detail p[data-v-4fdb4b4d]{font-size:12px;line-height:16px}.tire .info .detail p .label[data-v-4fdb4b4d]{margin-right:2px}.tire .info .amount[data-v-4fdb4b4d]{margin-top:18px}.tire .info .amount .qty[data-v-4fdb4b4d]{gap:6px}.tire .info .amount .top[data-v-4fdb4b4d]{font-size:12px;line-height:16px}.tire .info .amount .total[data-v-4fdb4b4d]{font-size:14px;line-height:16px}.tire .detail a[data-v-4fdb4b4d]{margin-top:10px;font-size:10px}.loading.total[data-v-4fdb4b4d]{width:56px;height:18px}}@media screen and (max-width: 1024px){.tire[data-v-4fdb4b4d]{padding:0 30px}.tire .image[data-v-4fdb4b4d]{width:110px}.tire .info .type[data-v-4fdb4b4d]{font-size:14px;line-height:120%}.tire .info .detail[data-v-4fdb4b4d]{margin-top:19px}.tire .info .detail p[data-v-4fdb4b4d]{font-size:14px;line-height:20px}.tire .info .row[data-v-4fdb4b4d],.tire .info .column .input input[data-v-4fdb4b4d]{font-size:12px}.tire .info .amount .top[data-v-4fdb4b4d]{font-size:14px}.tire .info .amount .total[data-v-4fdb4b4d]{font-size:16px}.tire .detail a[data-v-4fdb4b4d]{display:block;margin-top:19px}}.hide-breadcrumb[data-v-55a46bf7] .breadcrumb{display:none}.title[data-v-55a46bf7]{font-family:Unbounded;font-size:45px;font-weight:300;line-height:56px;color:#0b497c}.main[data-v-55a46bf7]{margin-top:80px}.main .wrap[data-v-55a46bf7]{display:flex;gap:128px;margin-top:72px}.main .tires li[data-v-55a46bf7]{margin-bottom:40px}.main .tires[data-v-55a46bf7] .tire{gap:40px}.main .tires[data-v-55a46bf7] .tire .image{width:162px}.main .tires[data-v-55a46bf7] .tire .info{width:312px}.main .tires[data-v-55a46bf7] .tire .info .type{font-size:30px}.main .info[data-v-55a46bf7]{margin-top:24px}.main .info .label[data-v-55a46bf7]{font-weight:700}.main .info a[data-v-55a46bf7]{display:block;margin-top:16px;font-size:16px;line-height:30px;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}.main[data-v-55a46bf7] .summary{margin-top:40px}.loading[data-v-55a46bf7]{display:flex;width:100%;justify-content:space-between;gap:128px;padding:72px 0}.loading .cart[data-v-55a46bf7]{display:flex;gap:40px}.loading .cart .text span[data-v-55a46bf7]{margin-top:16px;margin-bottom:10px}.loading .cart .text .cart[data-v-55a46bf7]{margin-top:50px}.loading .sum[data-v-55a46bf7]{width:451px;height:auto}.empty[data-v-55a46bf7]{display:flex;flex-direction:column;align-items:center;width:386px}.empty h2[data-v-55a46bf7]{font-size:30px;color:#343434;display:block;width:100%}.empty .btn-search-tire[data-v-55a46bf7]{width:214px;height:54px;margin-top:28px}@media screen and (max-width: 1280px){.main .wrap[data-v-55a46bf7]{gap:45px}}@media screen and (min-width: 1025px){.main .tires[data-v-55a46bf7] .tire .row{display:flex;justify-content:space-between}.main .tires[data-v-55a46bf7] .tire .row .column{display:flex;flex-direction:column;justify-content:center}.main .tires[data-v-55a46bf7] .tire .row .column .input{margin-top:0;width:200px}.main .tires[data-v-55a46bf7] .tire .quantity{height:30px}.main .tires[data-v-55a46bf7] .tire .quantity li{width:30px;font-size:14px}.main .tires[data-v-55a46bf7] .tire .quantity li.plus,.main .tires[data-v-55a46bf7] .tire .quantity li.minus{width:26px}}@media screen and (max-width: 1024px){.main[data-v-55a46bf7]{margin-top:40px;width:100%}.main .title[data-v-55a46bf7]{font-size:27px;line-height:120%;margin:0 30px}.main .wrap[data-v-55a46bf7]{flex-direction:column;gap:45px;margin-top:25px}.main .tires li[data-v-55a46bf7]:last-child{margin-bottom:0}.main .tires[data-v-55a46bf7] .tire{gap:21px}.main .tires[data-v-55a46bf7] .tire .image{width:25%}.main .tires[data-v-55a46bf7] .tire .info{width:75%}.main .tires[data-v-55a46bf7] .tire .info .type,.main .info[data-v-55a46bf7],.main .info a[data-v-55a46bf7]{font-size:14px}.main[data-v-55a46bf7] .summary{margin-top:20px}.loading[data-v-55a46bf7]{flex-direction:column;gap:40px;padding-top:25px}.loading .cart[data-v-55a46bf7]{width:100%;padding:0 30px;height:auto;margin:0 auto;gap:20px}.loading .cart>span[data-v-55a46bf7]{height:200px!important;width:40%!important}.loading .cart>div[data-v-55a46bf7]{width:calc(60% - 20px)!important}.loading .cart>div>span[data-v-55a46bf7]{width:100%!important}.loading .cart .text>span[data-v-55a46bf7]{max-width:100%}.loading .cart .text .cart[data-v-55a46bf7]{display:none}.loading .sum[data-v-55a46bf7]{width:100%;padding:0 30px}.loading .sum>span[data-v-55a46bf7]{height:300px!important}.empty[data-v-55a46bf7]{width:100%}.empty h2[data-v-55a46bf7]{font-size:24px}}.action[data-v-66d3e936]{margin-top:24px}.action a.btn[data-v-66d3e936]{display:flex;justify-content:center;align-items:center;width:100%;height:64px;margin-bottom:10px;font-family:Unbounded;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;text-decoration:none}.action a.btn.order-placed[data-v-66d3e936]{background:#9D9D9D;color:#fff}.action a.place-another-order[data-v-66d3e936]{display:block;margin-top:16px;font-size:16px;line-height:30px;text-align:center;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}@media screen and (max-width: 1024px){.action a.btn[data-v-66d3e936]{height:50px;font-size:14px}.place-another-order[data-v-66d3e936]{font-size:14px}}.rating[data-v-bbef243f]{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px 0;background:#0B497C;border-radius:10px}.rating .disabled[data-v-bbef243f]{pointer-events:none}.rating .disabled.btn-submit-rating[data-v-bbef243f]{display:none}.rating .title[data-v-bbef243f]{font-family:Unbounded;font-size:45px;font-weight:300;line-height:56px;color:#fff}.rating .rate[data-v-bbef243f]{display:flex;flex-direction:row-reverse;height:46px;padding:0 10px;font-family:Unbounded}.rating .rate:not(:checked)>input[data-v-bbef243f]{visibility:hidden}.rating .rate:not(:checked)>label[data-v-bbef243f]{float:right;width:1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:36px;color:#ccc;margin:0 1px}.rating .rate:not(:checked)>label[data-v-bbef243f]:before{content:"★ "}.rating .rate>input:checked~label[data-v-bbef243f]{color:#ffc700}.rating .rate:not(:checked)>label[data-v-bbef243f]:hover,.rating .rate:not(:checked)>label:hover~label[data-v-bbef243f]{color:#deb217}.rating .rate>input:checked+label[data-v-bbef243f]:hover,.rating .rate>input:checked+label:hover~label[data-v-bbef243f],.rating .rate>input:checked~label[data-v-bbef243f]:hover,.rating .rate>input:checked~label:hover~label[data-v-bbef243f],.rating .rate>label:hover~input:checked~label[data-v-bbef243f]{color:#c59b08}.rating textarea[data-v-bbef243f]{width:721px;height:103px;margin-top:28px;padding:28px 44px;outline:none;border:none;border-radius:10px;font-family:inherit;font-size:16px;background:#F2F2F2;resize:none}.rating .counter[data-v-bbef243f]{display:block;font-size:14px;color:#fff;text-align:left;width:712px}.rating .btn-submit-rating[data-v-bbef243f]{display:flex;width:290px;height:64px;margin-top:28px}@media screen and (max-width: 1536px){.rating[data-v-bbef243f] .button button{font-size:16px}}@media screen and (max-width: 1024px){.rating[data-v-bbef243f]{width:100%;padding:39px 30px}.rating textarea[data-v-bbef243f]{width:100%;padding:20px}.rating .counter[data-v-bbef243f]{width:100%;font-size:12px}.rating .title[data-v-bbef243f]{font-size:27px;line-height:120%;text-align:center}.rating .btn-submit-rating[data-v-bbef243f]{height:50px;width:fit-content}.rating .btn-submit-rating[data-v-bbef243f] button{padding:0 20px;font-size:14px}}.title[data-v-ad406a1b]{font-family:Unbounded;font-size:45px;font-weight:500;line-height:56px;color:#0b497c;text-align:center}.order-number[data-v-ad406a1b]{margin-top:38px;font-family:Unbounded;font-size:25px;line-break:30px;color:#4fa3e8;text-align:center}.order-installer[data-v-ad406a1b]{margin-top:2px;font-size:16px;color:#343434;text-align:center}.order-installer-address[data-v-ad406a1b]{font-weight:700;text-align:center}.main[data-v-ad406a1b]{margin-top:106px}.main .wrap[data-v-ad406a1b]{display:flex;gap:128px;margin-top:160px}.main .tires li[data-v-ad406a1b]{margin-bottom:40px}.main .tires[data-v-ad406a1b] .tire{gap:40px}.main .tires[data-v-ad406a1b] .tire .image{width:162px}.main .tires[data-v-ad406a1b] .tire .info{width:312px}.main .tires[data-v-ad406a1b] .tire .info .type{font-size:30px}.main .info[data-v-ad406a1b]{margin-top:24px}.main .info .label[data-v-ad406a1b]{font-weight:700}.main .info a[data-v-ad406a1b]{display:block;margin-top:16px;font-size:16px;line-height:30px;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}.main[data-v-ad406a1b] .summary{margin-top:40px}.main[data-v-ad406a1b] .rating{margin-top:70px}.loading[data-v-ad406a1b]{display:flex;width:100%;justify-content:space-between;gap:128px;padding:160px 0}.loading .cart[data-v-ad406a1b]{display:flex;gap:40px}.loading .cart .text span[data-v-ad406a1b]{margin-top:16px;margin-bottom:10px}.loading .cart .text .cart[data-v-ad406a1b]{margin-top:50px}.loading .sum[data-v-ad406a1b]{width:451px;height:auto}@media screen and (max-width: 1280px){.main .wrap[data-v-ad406a1b]{gap:25px}.main[data-v-ad406a1b] aside{padding:44px 38px}}@media screen and (max-width: 1024px){.main[data-v-ad406a1b]{margin-top:40px}.main .wrap[data-v-ad406a1b]{flex-direction:column;margin-top:51px;gap:45px}.main .title[data-v-ad406a1b]{font-size:27px;line-height:34px;display:block;padding:0 30px}.main .order-number[data-v-ad406a1b]{font-size:18px;margin-top:18px}.main .order-installer[data-v-ad406a1b]{margin-top:7px;display:block;padding:0 30px;line-height:20px}.main .tires li[data-v-ad406a1b]:last-child{margin-bottom:0}.main .tires[data-v-ad406a1b] .tire{gap:20px}.main .tires[data-v-ad406a1b] .tire .image{max-width:110px;width:100%}.main .tires[data-v-ad406a1b] .tire .info{width:80%}.main .tires[data-v-ad406a1b] .tire .info .type{font-size:14px}.main .tires[data-v-ad406a1b] .tire .info img{max-width:192px}.main .rating[data-v-ad406a1b]{margin:40px auto auto;width:calc(100% - 60px)}.main .info[data-v-ad406a1b]{margin-top:20px}.main .info p[data-v-ad406a1b]{font-size:14px}.loading[data-v-ad406a1b]{flex-direction:column;gap:40px;padding-top:25px;padding-bottom:40px}.loading-text>span[data-v-ad406a1b]{width:100%!important}.loading .cart[data-v-ad406a1b]{width:100%;padding:0 30px;height:auto;margin:0 auto;gap:20px}.loading .cart>span[data-v-ad406a1b]{height:200px!important;width:40%!important}.loading .cart>div[data-v-ad406a1b]{width:calc(60% - 20px)!important}.loading .cart>div>span[data-v-ad406a1b]{width:100%!important}.loading .cart .text>span[data-v-ad406a1b]{max-width:100%}.loading .cart .text .cart[data-v-ad406a1b]{display:none}.loading .sum[data-v-ad406a1b]{width:100%;padding:0 30px}.loading .sum>span[data-v-ad406a1b]{height:300px!important}}.driving-option .title[data-v-b2a5dfbc]{font-size:30px;font-weight:700;color:#343434;display:block;margin-bottom:30px}.driving-option .title span[data-v-b2a5dfbc]{font-weight:400}.driving-option .option[data-v-b2a5dfbc]{display:flex;margin-bottom:65px;gap:10px}.driving-option .option-item[data-v-b2a5dfbc]{width:217px;height:180px;display:flex;justify-content:center;align-items:center;background:#FFFFFF 0% 0% no-repeat padding-box;box-shadow:0 3px 6px #00000029;border-radius:20px;opacity:1;flex-direction:column;gap:20px;cursor:pointer}.driving-option .option-item p[data-v-b2a5dfbc]{color:#0b497c;font-size:16px;font-weight:700;text-align:center}.driving-option .option-item span[data-v-b2a5dfbc]{color:#0b497c}.driving-option .option-item img[data-v-b2a5dfbc]{max-width:90%}.driving-option .option-item[data-v-b2a5dfbc]:hover{background:#4FA3E8}.driving-option .option-item:hover p[data-v-b2a5dfbc],.driving-option .option-item:hover span[data-v-b2a5dfbc]{color:#fff}.driving-option .option-item:hover img[data-v-b2a5dfbc]{filter:brightness(100)}.driving-option .option .active[data-v-b2a5dfbc]{background:#4FA3E8}.driving-option .option .active p[data-v-b2a5dfbc],.driving-option .option .active span[data-v-b2a5dfbc]{color:#fff}.driving-option .option .active img[data-v-b2a5dfbc]{filter:brightness(100)}.driving-option .option-label[data-v-b2a5dfbc]{display:flex;justify-content:center;flex-direction:column;align-items:center}@media screen and (max-width: 1024px){.driving-option .title[data-v-b2a5dfbc]{font-size:20px;width:100%;display:block;padding:0 30px;line-height:30px;margin-bottom:20px}.driving-option .option[data-v-b2a5dfbc]{flex-wrap:wrap;gap:12px;width:100%;padding:0 30px;margin-bottom:55px}.driving-option .option-item[data-v-b2a5dfbc]{width:calc(50% - 6px);height:149px}.driving-option .option-label span[data-v-b2a5dfbc],.driving-option .option-label p[data-v-b2a5dfbc]{font-size:14px;padding:0 5px;line-height:120%}.driving-option[data-v-b2a5dfbc] .button{margin:0 30px;width:auto}}.driving-option .button button{height:50px;width:352px}.driving-type[data-v-dd385a21]{width:1125px}.driving-head[data-v-dd385a21]{margin-top:80px;margin-bottom:127px}.driving-head .label[data-v-dd385a21]{font-size:16px;font-weight:700;color:#343434;margin-bottom:20px}.driving-head .title[data-v-dd385a21]{font-family:Unbounded;color:#0b497c;font-size:40px;font-weight:500;line-height:100%;margin-bottom:20px}.driving-head .content[data-v-dd385a21]{font-size:16px;color:#343434;font-weight:400}@media screen and (max-width: 1280px){.driving-type[data-v-dd385a21]{max-width:var(--wrapper-small)}}@media screen and (max-width: 1024px){.driving-type[data-v-dd385a21]{width:100%}.driving-head[data-v-dd385a21]{margin-top:40px;margin-bottom:46px;width:100%;padding:0 30px}.driving-head .label[data-v-dd385a21]{font-size:14px}.driving-head .title[data-v-dd385a21]{font-size:27px;display:block;width:100%;margin-bottom:14px;line-height:34px}.driving-head .content[data-v-dd385a21]{width:100%;display:block;font-size:14px}}p[data-v-b1b4d060]{margin:revert}ul[data-v-b1b4d060]{margin:revert;padding:revert}ul li[data-v-b1b4d060]{list-style:unset}strong[data-v-b1b4d060],strong *[data-v-b1b4d060]{font-weight:revert}@media screen and (max-width: 1024px){.page[data-v-b1b4d060]{width:100%;padding:0 30px}}p[data-v-4dee2547]{margin:revert}ul[data-v-4dee2547]{margin:revert;padding:revert}ul li[data-v-4dee2547]{list-style:unset}strong[data-v-4dee2547],strong *[data-v-4dee2547]{font-weight:revert}@media screen and (max-width: 1024px){.page[data-v-4dee2547]{padding:0 30px}}.top[data-v-533d562a]{display:flex;flex-direction:column;gap:20px}.page[data-v-533d562a]{font-size:16px;font-weight:700;line-height:25px;color:#343434}.title[data-v-533d562a]{max-width:517px;font-family:Unbounded;font-size:40px;line-height:50px;color:#0b497c}.subtitle[data-v-533d562a]{font-size:16px;line-height:30px;color:#343434}form[data-v-1e64c490]{margin-top:50px}form input[data-v-1e64c490],form textarea[data-v-1e64c490]{width:100%;padding:28px 24px;margin-bottom:12px;background:#F2F2F2;border-radius:10px;outline:none;border:none;font-family:inherit;font-size:16px;line-height:20px;resize:none}form input[data-v-1e64c490]::placeholder,form textarea[data-v-1e64c490]::placeholder{color:#8d8d8d}form .error input[data-v-1e64c490],form .error textarea[data-v-1e64c490]{border:1px solid #E00D26}form .error span[data-v-1e64c490]{color:#e00d26;text-transform:lowercase}.action[data-v-8f7937ae]{margin-top:28px}.action a.btn.submit[data-v-8f7937ae]{background:#4FA3E8;color:#fff}.action .back[data-v-8f7937ae]{margin-bottom:20px;display:flex;align-items:center;font-family:Unbounded;font-size:14px;font-weight:500;line-height:17px;color:#343434;text-decoration:none;cursor:pointer}.action .back-arrow[data-v-8f7937ae]{display:flex;width:12px;height:12px;margin-right:6px;transform:rotate(45deg);border-width:0px 0px 2px 2px;border-color:#343434;border-style:solid;border-radius:2px;opacity:1}.action .contact-btn button{display:flex;width:fit-content;justify-content:center;align-items:center;height:64px;margin-bottom:10px;padding:22px 56px;font-family:Unbounded;font-size:16px;font-weight:600;border-radius:50px;text-decoration:none;cursor:pointer}.container[data-v-2cfab267]{display:flex;gap:66px}.container .contact[data-v-2cfab267]{display:flex;flex-direction:column;justify-content:center;max-width:557px}.container img[data-v-2cfab267]{margin-top:40px;width:587px;height:616px;border-radius:20px}@media screen and (max-width: 1024px){.container[data-v-2cfab267]{flex-direction:column-reverse;width:100%;gap:40px;padding-top:19px}.container .image-wrapper[data-v-2cfab267]{height:250px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:0 30px;border-radius:10px}.container img[data-v-2cfab267]{width:100%;height:auto}.container .contact[data-v-2cfab267]{max-width:100%;padding:0 30px}.container .contact[data-v-2cfab267] .top .page{font-size:14px}.container .contact[data-v-2cfab267] .top .title{font-size:27px;line-height:120%}.container .contact[data-v-2cfab267] .top .subtitle{font-size:14px;line-height:120%}.container .contact[data-v-2cfab267] form{margin-top:25px}.container .contact[data-v-2cfab267] form input{border-radius:5px}.container .contact[data-v-2cfab267] .action{margin-top:18px}.container .contact[data-v-2cfab267] .action .button button{height:50px;font-size:14px}}.action[data-v-ac66c309]{margin-top:24px}.action a.btn[data-v-ac66c309]{display:flex;justify-content:center;align-items:center;width:100%;height:64px;margin-bottom:10px;font-family:Unbounded;font-size:16px;font-weight:600;border-radius:50px;cursor:pointer;text-decoration:none}.action a.btn.place-order[data-v-ac66c309]{background:var(--vt-c-blue-1);color:var(--vt-c-white)}.action a.btn.place-order.disabled[data-v-ac66c309]{pointer-events:none;background:var(--vt-c-gray-2)}.action a.btn.paypal[data-v-ac66c309]{background:var(--vt-c-yellow-2)}.action a.btn.paypal.disabled[data-v-ac66c309]{pointer-events:none;background:var(--vt-c-gray-2)}.action a.btn.paypal.disabled img[data-v-ac66c309]{filter:grayscale(100%)}.action a.btn.paypal img[data-v-ac66c309]{height:100%}.action a.btn[data-v-ac66c309]:hover{opacity:.8}.action .checkbox[data-v-ac66c309]{margin-top:16px}.black-overlay[data-v-ac66c309]{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;opacity:.8;z-index:100;-webkit-transform:fadein .5s;-moz-transform:fadein .5s;-o-transform:fadein .5s;animation:fadein-ac66c309 .5s}.payment-loader[data-v-ac66c309]{width:150px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.payment-loader .pad[data-v-ac66c309]{width:72px;height:52px;border-radius:8px;border:2px solid white;padding:6px;margin:0 auto}.payment-loader .chip[data-v-ac66c309]{width:12px;height:8px;background:white;border-radius:3px;margin-top:4px;margin-left:3px}.payment-loader .line[data-v-ac66c309]{width:52px;margin-top:6px;margin-left:3px;height:4px;background:white;border-radius:100px;opacity:0;-webkit-animation:writeline-ac66c309 3s infinite ease-in;-moz-animation:writeline-ac66c309 3s infinite ease-in;-o-animation:writeline-ac66c309 3s infinite ease-in;animation:writeline-ac66c309 3s infinite ease-in}.payment-loader .line2[data-v-ac66c309]{width:32px;margin-top:6px;margin-left:3px;height:4px;background:white;border-radius:100px;opacity:0;-webkit-animation:writeline2-ac66c309 3s infinite ease-in;-moz-animation:writeline2-ac66c309 3s infinite ease-in;-o-animation:writeline2-ac66c309 3s infinite ease-in;animation:writeline2-ac66c309 3s infinite ease-in}.payment-loader .line2[data-v-ac66c309]:first-child{margin-top:0}.payment-loader .line2.line1[data-v-ac66c309]{-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.payment-loader .line2.line2[data-v-ac66c309]{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.payment-loader .loader-text[data-v-ac66c309]{text-align:center}.payment-loader .loader-text p[data-v-ac66c309]:nth-child(1){color:#fff;font-size:16px;margin-top:12px;margin-bottom:0;overflow:hidden;white-space:nowrap;animation-delay:10s;-webkit-animation:textline1-ac66c309 3s infinite ease-in;-moz-animation:textline1-ac66c309 3s infinite ease-in;-o-animation:textline1-ac66c309 3s infinite ease-in;animation:textline1-ac66c309 3s infinite ease-in}.payment-loader .loader-text p[data-v-ac66c309]:nth-child(2){margin-top:10px;color:#fff;font-size:14px;overflow:hidden;white-space:nowrap;text-align:center;animation-delay:2s;-webkit-animation:textline2-ac66c309 3s infinite ease-in;-moz-animation:textline2-ac66c309 3s infinite ease-in;-o-animation:textline2-ac66c309 3s infinite ease-in;animation:textline2-ac66c309 3s infinite ease-in}@media screen and (max-width: 1536px){.action a.btn[data-v-ac66c309]{height:52px;font-size:14px}.action .checkbox[data-v-ac66c309]{margin-top:14px;font-size:14px}}@media screen and (max-width: 1280px){.action a.btn[data-v-ac66c309]{height:42px;font-size:12px}.action .checkbox[data-v-ac66c309]{margin-top:12px;font-size:12px}}@media screen and (max-width: 1024px){.payment-loader[data-v-ac66c309]{width:130px}.payment-loader .pad[data-v-ac66c309]{width:48px;height:38px;border-radius:6px;padding:2px}.payment-loader .chip[data-v-ac66c309]{width:10px;height:6px;border-radius:2px;margin-top:4px}.payment-loader .line[data-v-ac66c309]{width:32px;margin-top:4px;height:3px;-webkit-animation:writelineMobile-ac66c309 3s infinite ease-in;-moz-animation:writelineMobile-ac66c309 3s infinite ease-in;-o-animation:writelineMobile-ac66c309 3s infinite ease-in;animation:writelineMobile-ac66c309 3s infinite ease-in}.payment-loader .line2[data-v-ac66c309]{width:20px;margin-top:4px;height:3px;-webkit-animation:writeline2Mobile-ac66c309 3s infinite ease-in;-moz-animation:writeline2Mobile-ac66c309 3s infinite ease-in;-o-animation:writeline2Mobile-ac66c309 3s infinite ease-in;animation:writeline2Mobile-ac66c309 3s infinite ease-in}.payment-loader .loader-text p[data-v-ac66c309]:nth-child(1){font-size:14px}}@keyframes writeline-ac66c309{0%{width:0px;opacity:0}33%{width:52px;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes writelineMobile-ac66c309{0%{width:0px;opacity:0}33%{width:32px;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes writeline2-ac66c309{0%{width:0px;opacity:0}33%{width:32px;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes writeline2Mobile-ac66c309{0%{width:0px;opacity:0}33%{width:20px;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes textline1-ac66c309{0%{width:0%;opacity:0}33%{width:100%;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes textline2-ac66c309{0%{width:100%;opacity:0}33%{width:100%;opacity:1}70%{opacity:1}to{opacity:0}}@keyframes fadein-ac66c309{0%{opacity:0}to{opacity:.8}}form[data-v-6def0851]{max-width:557px;margin-top:20px}form .half[data-v-6def0851]{display:flex;gap:19px}form .half>*[data-v-6def0851]{width:50%;align-self:end}.address[data-v-6def0851]{color:var(--vt-c-gray-3)}.address .title[data-v-6def0851]{font-size:30px;font-weight:700;line-height:36px}.address .subtitle[data-v-6def0851]{margin-top:13px;font-size:16px}.address .error-message[data-v-6def0851]{color:var(--vt-c-red-2);font-size:12px}.address .change-zip[data-v-6def0851]{color:var(--vt-c-red-1);font-size:12px}@media screen and (max-width: 1536px){.address .title[data-v-6def0851]{font-size:24px;line-height:28px}.address .subtitle[data-v-6def0851]{font-size:14px}}@media screen and (max-width: 1280px){.address .title[data-v-6def0851]{font-size:20px;line-height:22px}.address .subtitle[data-v-6def0851]{font-size:12px}}@media screen and (max-width: 1024px){form[data-v-6def0851]{max-width:100%;margin-top:0;margin-bottom:55px}form .half[data-v-6def0851]{flex-direction:column;gap:0}form .half>div[data-v-6def0851]{width:100%}form>div[data-v-6def0851]{margin-top:4px}.address[data-v-6def0851]{padding:0 30px}.address .title[data-v-6def0851]{font-size:20px;line-height:30px}.address .subtitle[data-v-6def0851]{margin-top:0}}.address .input{height:78px}.address .input.inactive .input-container{background-color:var(--vt-c-gray-2)}.address .input .input-container{background-color:var(--vt-c-gray-4);padding:25px 24px}.address .input .input-container div{text-transform:none;font-size:16px;color:var(--vt-c-gray-5)}.address .input .input-container div span{display:none}.address .input .input-container .input-icon{margin-top:0}.address .input .input-container input{padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-transform:none;font-size:16px;color:var(--vt-c-gray-3)}.address .input .input-container input::placeholder{color:var(--vt-c-gray-5)}@media screen and (max-width: 1536px){.address .input{height:62px}.address .input .input-container{padding:20px 19px}.address .input .input-container div,.address .input .input-container input{font-size:14px}.address .input .input-options li span{padding:20px 19px}}@media screen and (max-width: 1280px){.address .input{height:50px}.address .input .input-container{padding:16px 15px}.address .input .input-container div,.address .input .input-container input{font-size:12px}.address .input .input-options li span{padding:14px}}@media screen and (max-width: 1024px){.address .input{height:64px}.address .input .input-container{padding:20px 25px}.address .input .input-container div,.address .input .input-container input{font-size:14px}.address .input .input-options li span{padding:25px}}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp__arrow_top{left:50%;top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom{left:50%;bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}@media only screen and (width <= 600px){.dp--preset-dates{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;padding:5px;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);cursor:pointer}@media only screen and (width <= 600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-maring)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-inline-start:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;width:100%}.dp__year_disable_select{justify-content:space-around}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline-start:auto;margin-inline-end:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp__btn,.dp--time-invalid,.dp--time-overlay-btn{border:none;font:inherit;cursor:pointer;transition:var(--dp-common-transition);line-height:normal}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__btn,.dp--time-overlay-btn,.dp--time-invalid{border:none;font:inherit;cursor:pointer;transition:var(--dp-common-transition);line-height:normal}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-maring: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translate(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}form[data-v-7fcb4f48]{max-width:557px;margin-top:20px}form .half[data-v-7fcb4f48]{display:flex;gap:19px}form .half>*[data-v-7fcb4f48]{width:50%;align-self:end}.appointment[data-v-7fcb4f48]{color:var(--vt-c-gray-3)}.appointment .title[data-v-7fcb4f48]{font-size:30px;font-weight:700;line-height:36px}.appointment .subtitle[data-v-7fcb4f48]{margin-top:13px;font-size:16px}.appointment .error-message[data-v-7fcb4f48]{color:var(--vt-c-red-2);font-size:12px}@media screen and (max-width: 1024px){form[data-v-7fcb4f48]{max-width:100%;margin-top:0}form .half[data-v-7fcb4f48]{flex-direction:column;gap:8px}form .half>div[data-v-7fcb4f48]{width:100%}.appointment[data-v-7fcb4f48]{width:100%;padding:0 30px;margin-bottom:55px}.appointment .title[data-v-7fcb4f48]{font-size:20px;line-height:120%}.appointment .subtitle[data-v-7fcb4f48]{font-size:14px;line-height:20px;margin-top:8px}}@media screen and (max-width: 1536px){.appointment .title[data-v-7fcb4f48]{font-size:24px;line-height:28px}.appointment .subtitle[data-v-7fcb4f48]{font-size:14px}}@media screen and (max-width: 1280px){.appointment .title[data-v-7fcb4f48]{font-size:20px;line-height:22px}.appointment .subtitle[data-v-7fcb4f48]{font-size:12px}}@media screen and (max-width: 1024px){form .half[data-v-7fcb4f48]{flex-direction:column;gap:6px}form .half>*[data-v-7fcb4f48]{width:100%;align-items:unset}}.appointment .dp__input_wrap>div>svg{inset-inline-start:unset;inset-inline-end:0;padding-right:25px;fill:var(--vt-c-blue-5)}.appointment .dp__input{padding-inline-start:unset;padding:26px 25px;border-radius:10px;border:1px solid transparent;background-color:var(--vt-c-gray-4);color:var(--vt-c-gray-5)}.appointment .dp__input::placeholder{color:var(--vt-c-gray-3)}.appointment .dp--menu-wrapper{margin-top:-10px}.appointment .dp__menu{border-radius:10px;border-color:transparent;box-shadow:0 3px 6px #00000029}.appointment .dp__arrow_top{display:none}.appointment .input{height:78px}.appointment .input .input-container{background-color:var(--vt-c-gray-4);padding:25px 24px}.appointment .input .input-container div{text-transform:none;font-size:16px;color:var(--vt-c-gray-5)}.appointment .input .input-container div span{display:none}.appointment .input .input-container .input-icon{margin-top:0}.appointment .input .input-container input{padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-transform:none;font-size:16px;color:var(--vt-c-gray-3)}.appointment .input .input-container input::placeholder{color:var(--vt-c-gray-5)}@media screen and (max-width: 1536px){.appointment .dp__input_wrap>div>svg{padding-right:20px}.appointment .dp__input{padding:19px;border-radius:6px;font-size:14px}.appointment .dp__menu{border-radius:6px}.appointment .input{height:64px}.appointment .input .input-container{padding:20px 19px}.appointment .input .input-container div,.appointment .input .input-container input{font-size:14px}.appointment .input .input-options li span{padding:20px 19px}}@media screen and (max-width: 1280px){.appointment .dp__input_wrap>div>svg{padding-right:16px}.appointment .dp__input{padding:14px;font-size:12px}.appointment .input{height:54px}.appointment .input .input-container{padding:16px 15px}.appointment .input .input-container div,.appointment .input .input-container input{font-size:12px}.appointment .input .input-options li span{padding:14px}}@media screen and (max-width: 1024px){.appointment .dp__input_wrap>div>svg{padding-right:28px}.appointment .dp__input{padding:19px 25px;font-size:14px}.appointment .input{height:64px}.appointment .input .input-container{padding:20px 25px}.appointment .input .input-container div,.appointment .input .input-container input{font-size:14px}.appointment .input .input-options li span{padding:25px}}.payment-header .title[data-v-55cca296]{font-size:30px;font-weight:700;line-height:36px;margin-bottom:32px}.payment-header p[data-v-55cca296]{font-size:16px;color:#8d8d8d;margin-bottom:8px}.payment-list[data-v-55cca296]{display:flex;gap:10px;margin-bottom:25px}.payment-list img[data-v-55cca296]{width:50px}.loading[data-v-55cca296]{display:flex;flex-direction:column;gap:20px}.loading div[data-v-55cca296]{display:flex;gap:30px}@media screen and (max-width: 1024px){.payment-header[data-v-55cca296]{padding:0 30px}.payment-header .title[data-v-55cca296]{font-size:20px;margin-bottom:27px}.payment-header p[data-v-55cca296]{font-size:15px}#pt_hpf_form[data-v-55cca296]{padding:0 30px}#pt_hpf_form[data-v-55cca296] div{height:215px}.loading[data-v-55cca296]{padding:0 30px}}.title[data-v-cc89cf3b]{font-family:Unbounded;font-size:45px;font-weight:300;line-height:56px;color:var(--vt-c-blue-4)}.main[data-v-cc89cf3b]{width:1120px;display:flex;padding-top:80px;gap:100px}.main>div[data-v-cc89cf3b],.main>aside[data-v-cc89cf3b]{width:100%}.main>div[data-v-cc89cf3b]{display:flex;flex-direction:column;gap:60px}.checkbox[data-v-cc89cf3b]{margin-top:15px;padding-bottom:8px}.order[data-v-cc89cf3b]{margin-top:40px}.order[data-v-cc89cf3b] .tire{padding:0 0 30px}.info[data-v-cc89cf3b]{margin-top:24px}.info .label[data-v-cc89cf3b]{font-weight:700}.info a[data-v-cc89cf3b]{display:block;margin-top:16px;font-size:16px;line-height:30px;text-decoration:underline;color:#898989;text-transform:uppercase;cursor:pointer}[data-v-cc89cf3b] .summary{margin-top:24px}@media screen and (max-width: 1536px){.title[data-v-cc89cf3b]{font-size:38px;line-height:48px}.main[data-v-cc89cf3b]{width:896px;padding-top:54px;gap:80px}.main>div[data-v-cc89cf3b]{gap:48px}.checkbox[data-v-cc89cf3b]{margin-top:12px;padding-bottom:7px}.order[data-v-cc89cf3b]{margin-top:32px}.info[data-v-cc89cf3b]{margin-top:19px}.info a[data-v-cc89cf3b]{margin-top:12px;font-size:12px;line-height:24px}[data-v-cc89cf3b] .summary{margin-top:13px}}@media screen and (max-width: 1280px){.title[data-v-cc89cf3b]{font-size:30px;line-height:38px}.main[data-v-cc89cf3b]{width:716px;padding-top:44px;gap:64px}.main>div[data-v-cc89cf3b]{gap:38px}.checkbox[data-v-cc89cf3b]{margin-top:10px;padding-bottom:6px}.order[data-v-cc89cf3b]{margin-top:26px}.info[data-v-cc89cf3b]{margin-top:15px}.info a[data-v-cc89cf3b]{margin-top:10px;font-size:10px;line-height:19px}[data-v-cc89cf3b] .summary{margin-top:4px}}@media screen and (max-width: 1024px){.main[data-v-cc89cf3b]{width:100%;flex-direction:column;padding-top:40px;gap:40px}.main>div[data-v-cc89cf3b]{gap:0px}.main>aside[data-v-cc89cf3b]{padding:36px 28px;margin:0 auto;width:calc(100% - 60px)}.main .title[data-v-cc89cf3b]{font-size:27px;padding:0 30px;line-height:120%;margin-bottom:22px}.main[data-v-cc89cf3b] .tire .info,.main[data-v-cc89cf3b] .tire .info img{width:100%}.main[data-v-cc89cf3b] .action .btn{height:50px;font-size:14px}.main[data-v-cc89cf3b] .info,.main[data-v-cc89cf3b] .info a{font-size:14px}.main[data-v-cc89cf3b] .tire .image a{display:block;font-size:14px}.main[data-v-cc89cf3b] .tire .detail a{display:none}.main[data-v-cc89cf3b] .tire .info .amount .qty{gap:6px}.main[data-v-cc89cf3b] .tire .info img{max-width:150px}.main .address .checkbox[data-v-cc89cf3b]{font-size:14px}}main[data-v-99276aae]{display:flex;align-items:center;justify-content:center}main h2[data-v-99276aae]{font-family:Unbounded;font-size:48px;font-weight:500;color:var(--vt-c-blue-4);text-align:center}.banner[data-v-ee85ef58]{position:relative;width:100%;height:748px;background-color:#000;background-image:url(/assets/images/pages/blackhawk/banner-bg.webp);background-size:cover}.wrapper[data-v-ee85ef58]{position:relative;max-width:var(--wrapper);margin:0 auto;color:var(--vt-c-white);overflow:hidden;display:flex;justify-content:space-between}.wrapper .tire[data-v-ee85ef58]{margin-top:16%;width:33%}.title[data-v-ee85ef58]{font-family:Unbounded;font-size:36px;font-weight:300;line-height:125%;width:587px;margin-top:250px;word-wrap:break-word}.title img[data-v-ee85ef58]{width:100%}.title p[data-v-ee85ef58]{margin-top:56px}@media screen and (max-width: 1536px){.banner[data-v-ee85ef58]{height:612px}.banner .wrapper[data-v-ee85ef58]{max-width:var(--wrapper-large)}.banner .wrapper .title[data-v-ee85ef58]{font-size:24px;width:470px;margin-top:200px}.banner .wrapper .title p[data-v-ee85ef58]{margin-top:40px}}@media screen and (max-width: 1280px){.banner[data-v-ee85ef58]{height:503px}.banner .wrapper[data-v-ee85ef58]{max-width:var(--wrapper-small)}.banner .wrapper .title[data-v-ee85ef58]{font-size:20px;width:376px;margin-top:180px}.banner .wrapper .title p[data-v-ee85ef58]{margin-top:32px}}@media screen and (max-width: 1024px){.banner[data-v-ee85ef58]{height:342px;background-position:center}.banner .wrapper[data-v-ee85ef58]{padding:0 30px;flex-direction:column-reverse;align-items:center}.banner .wrapper .tire[data-v-ee85ef58]{margin-top:32px;width:150px}.banner .wrapper .title[data-v-ee85ef58]{font-size:14px;width:70%;margin-top:87px;text-align:center}.banner .wrapper .title img[data-v-ee85ef58]{max-width:200px}.banner .wrapper .title p[data-v-ee85ef58]{margin-top:10px}}.search-tab[data-v-4fb4c32a]{position:relative;max-width:var(--wrapper);margin:0 auto;background-color:transparent;display:flex;gap:2px;z-index:2}.tab[data-v-4fb4c32a]{width:230px;padding:23px 0;display:flex;justify-content:center;align-items:center;background-color:var(--vt-c-blue-5);font-family:Unbounded;font-size:18px;color:var(--vt-c-white);text-transform:uppercase;border-top-right-radius:10px;border-top-left-radius:10px;cursor:pointer;box-shadow:0 -20px 20px #00000038}.tab.active[data-v-4fb4c32a]{background-color:var(--vt-c-blue-2)}@media screen and (max-width: 1536px){.search-tab[data-v-4fb4c32a]{max-width:var(--wrapper-large)}.search-tab .tab[data-v-4fb4c32a]{width:184px;padding:18px 0;font-size:14px}}@media screen and (max-width: 1280px){.search-tab[data-v-4fb4c32a]{max-width:var(--wrapper-small)}.search-tab .tab[data-v-4fb4c32a]{width:147px;padding:14px 0;font-size:11px}}@media screen and (max-width: 1024px){.search-tab[data-v-4fb4c32a]{padding:0 30px}.search-tab .tab[data-v-4fb4c32a]{width:120px;padding:14px 0;font-size:10px}}.carousel-container[data-v-52b81fdc]{position:relative;height:322px;right:20px}.carousel-inner[data-v-52b81fdc]{position:relative;height:100%;overflow:hidden}.carousel-inner.mobile[data-v-52b81fdc]{display:none}.carousel-item[data-v-52b81fdc]{position:relative;height:100%;transition:transform .5s ease;margin-bottom:20px;display:flex;align-items:center}.carousel-image[data-v-52b81fdc]{width:720px;height:fit-content;object-fit:contain;border-radius:20px}.carousel-dots[data-v-52b81fdc]{position:absolute;bottom:0;right:-20px;display:flex;flex-direction:column;gap:5px}.carousel-dots span[data-v-52b81fdc]{width:10px;height:10px;border:1px solid var(--vt-c-white);border-radius:50%;cursor:pointer}.carousel-dots span.active-dot[data-v-52b81fdc]{background-color:var(--vt-c-white)}.rebate-container[data-v-52b81fdc]{height:322px;position:relative;display:flex;flex-direction:column;width:100%;border-radius:20px;background:rgba(0,0,0,.6);overflow:hidden}.rebate-container__disabled[data-v-52b81fdc]{cursor:default}.rebate-image[data-v-52b81fdc]{padding-top:56px;width:100%}.rebate-desc[data-v-52b81fdc]{height:100%;display:flex;align-items:center;gap:8px;padding:0 20px;color:#e8e8e8;font-size:18px;font-weight:400;line-height:27px}.rebate-desc img[data-v-52b81fdc]{width:24px;height:24px}.rebate-desc__hide[data-v-52b81fdc]{opacity:0}@media screen and (max-width: 1536px){.carousel-image[data-v-52b81fdc]{width:576px}.carousel-dots[data-v-52b81fdc]{bottom:32px;gap:4px}.carousel-dots span[data-v-52b81fdc]{width:8px;height:8px}.rebate-container[data-v-52b81fdc]{height:257px}.rebate-image[data-v-52b81fdc]{padding-top:34px}.rebate-desc[data-v-52b81fdc]{font-size:16px;line-height:24px}.rebate-desc img[data-v-52b81fdc]{width:22px;height:22px}}@media screen and (max-width: 1280px){.carousel-image[data-v-52b81fdc]{width:460px}.carousel-dots[data-v-52b81fdc]{bottom:60px;gap:3px}.carousel-dots span[data-v-52b81fdc]{width:6px;height:6px}.rebate-container[data-v-52b81fdc]{height:205px}.rebate-image[data-v-52b81fdc]{padding-top:24px}.rebate-desc[data-v-52b81fdc]{font-size:13px;line-height:16px}.rebate-desc img[data-v-52b81fdc]{width:18px;height:18px}}@media screen and (max-width: 1024px){.carousel-container[data-v-52b81fdc]{height:0;width:100%;right:0;position:relative;padding-top:calc(50% - 20px)}.carousel-inner[data-v-52b81fdc]{display:none}.carousel-inner.mobile[data-v-52b81fdc]{display:block;position:absolute;top:0}.carousel-image[data-v-52b81fdc]{width:100%;height:100%;border-radius:10px}.carousel-dots[data-v-52b81fdc]{bottom:0;right:-14px;gap:4px}.rebate-container[data-v-52b81fdc]{height:100%;padding-top:0;border-radius:10px}.rebate-image[data-v-52b81fdc]{padding-top:20px}.rebate-desc[data-v-52b81fdc]{gap:4px;font-size:8px;line-height:12px;padding:0 10px}.rebate-desc img[data-v-52b81fdc]{width:12px;height:12px}}.rebates[data-v-f3dafee3]{display:flex;align-items:center;height:100%}.rebates .carousel-container[data-v-f3dafee3]{display:flex;width:100%;padding-bottom:64px;position:relative}.rebates .carousel-container.inactive[data-v-f3dafee3]{padding-bottom:0}.rebates .carousel-inner[data-v-f3dafee3]{display:flex;flex-direction:column;height:583px;overflow:hidden;gap:24px;width:100%;position:relative}.rebates .carousel-inner[data-v-f3dafee3]:before{content:"";display:flex;height:50px;width:100%;background:linear-gradient(0deg,rgba(0,0,0,0) 15.05%,rgba(0,0,0,.8) 107.22%);position:absolute;z-index:2;top:0;transition:opacity .4s ease}.rebates .carousel-inner[data-v-f3dafee3]:after{content:"";display:flex;height:50px;width:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 15.05%,rgba(0,0,0,.8) 107.22%);position:absolute;bottom:0;transition:opacity .4s ease}.rebates .carousel-inner.start[data-v-f3dafee3]:before{opacity:0}.rebates .carousel-inner.end[data-v-f3dafee3]:after{opacity:0}.rebates .carousel-item[data-v-f3dafee3]{display:flex;gap:24px;transition:transform .4s ease}.rebates .carousel-navigation[data-v-f3dafee3]{display:flex;gap:12px;position:absolute;right:0;bottom:0}.rebates .carousel-navigation__prev[data-v-f3dafee3],.rebates .carousel-navigation__next[data-v-f3dafee3]{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding:2px;border-radius:100px;background:rgba(255,255,255,.8);cursor:pointer}.rebates .carousel-navigation__prev.disabled[data-v-f3dafee3],.rebates .carousel-navigation__next.disabled[data-v-f3dafee3]{pointer-events:none}.rebates .carousel-navigation__prev.disabled[data-v-f3dafee3]:before,.rebates .carousel-navigation__next.disabled[data-v-f3dafee3]:before{border-color:#a0a4a8}.rebates .carousel-navigation__prev[data-v-f3dafee3]:before,.rebates .carousel-navigation__next[data-v-f3dafee3]:before{content:"";display:inline-block;height:13px;width:13px;border-style:solid;border-width:1px 1px 0 0;vertical-align:top;position:relative}.rebates .carousel-navigation__prev[data-v-f3dafee3]:before{transform:rotate(-45deg);top:3px}.rebates .carousel-navigation__next[data-v-f3dafee3]:before{transform:rotate(135deg);bottom:3px}.rebates .rebate-container[data-v-f3dafee3]{display:flex;flex-direction:column;width:100%;border-radius:20px;background:rgba(0,0,0,.6);overflow:hidden;cursor:pointer}.rebates .rebate-container[data-v-f3dafee3]:only-child{max-width:calc(50% - 12px)}.rebates .rebate-container__hide[data-v-f3dafee3]{cursor:default;opacity:0}.rebates .rebate-container__disabled[data-v-f3dafee3]{cursor:default}.rebates .rebate-image[data-v-f3dafee3]{width:100%;height:170px}.rebates .rebate-image__loading[data-v-f3dafee3]{min-height:252px}.rebates .rebate-desc[data-v-f3dafee3]{display:flex;align-items:center;gap:8px;padding:28px;color:#e8e8e8;font-size:18px;font-weight:400;line-height:27px}.rebates .rebate-desc img[data-v-f3dafee3]{width:24px;height:24px}.rebates .rebate-desc__hide[data-v-f3dafee3]{opacity:0}@media screen and (max-width: 1536px){.rebates .carousel-container[data-v-f3dafee3]{padding-bottom:56px}.rebates .carousel-inner[data-v-f3dafee3]{height:466px;gap:20px}.rebates .carousel-item[data-v-f3dafee3]{gap:20px}.rebates .carousel-navigation__prev[data-v-f3dafee3],.rebates .carousel-navigation__next[data-v-f3dafee3]{width:36px;height:36px}.rebates .carousel-navigation__prev[data-v-f3dafee3]:before,.rebates .carousel-navigation__next[data-v-f3dafee3]:before{height:11px;width:11px}.rebates .rebate-container[data-v-f3dafee3]{border-radius:16px}.rebates .rebate-image[data-v-f3dafee3]{height:132px}.rebates .rebate-image__loading[data-v-f3dafee3]{min-height:200px}.rebates .rebate-desc[data-v-f3dafee3]{padding:22px;font-size:16px;line-height:24px}.rebates .rebate-desc img[data-v-f3dafee3]{width:22px;height:22px}}@media screen and (max-width: 1280px){.rebates .carousel-container[data-v-f3dafee3]{padding-bottom:52px}.rebates .carousel-inner[data-v-f3dafee3]{height:373px;gap:16px}.rebates .carousel-item[data-v-f3dafee3]{gap:16px}.rebates .rebate-container[data-v-f3dafee3]{border-radius:12px}.rebates .rebate-image[data-v-f3dafee3]{height:108px}.rebates .rebate-image__loading[data-v-f3dafee3]{min-height:166px}.rebates .rebate-desc[data-v-f3dafee3]{padding:16px;font-size:13px;line-height:16px}.rebates .rebate-desc img[data-v-f3dafee3]{width:18px;height:18px}}@media screen and (max-width: 1024px){.rebates .carousel-container[data-v-f3dafee3],.rebates .carousel-container.inactive[data-v-f3dafee3]{padding-bottom:36px}.rebates .carousel-container.inactive .carousel-inner[data-v-f3dafee3]{height:auto}.rebates .carousel-inner[data-v-f3dafee3]{height:554.4px;gap:12px}.rebates .carousel-item[data-v-f3dafee3]{flex-direction:column;gap:12px}.rebates .carousel-navigation__prev[data-v-f3dafee3],.rebates .carousel-navigation__next[data-v-f3dafee3]{width:28px;height:28px}.rebates .carousel-navigation__prev[data-v-f3dafee3]:before,.rebates .carousel-navigation__next[data-v-f3dafee3]:before{height:9px;width:9px}.rebates .rebate-container[data-v-f3dafee3]{border-radius:8px}.rebates .rebate-container[data-v-f3dafee3]:only-child{max-width:100%}.rebates .rebate-image[data-v-f3dafee3]{height:86px}.rebates .rebate-image__loading[data-v-f3dafee3]{min-height:103px}.rebates .rebate-desc[data-v-f3dafee3]{gap:4px;padding:11px;font-size:8px;line-height:12px}.rebates .rebate-desc img[data-v-f3dafee3]{width:12px;height:12px}}.search-menu[data-v-cd064fb5]{position:relative;background:var(--vt-c-blue-2);background:-moz-linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 35%,var(--vt-c-blue-3) 200%);background:-webkit-linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 35%,var(--vt-c-blue-3) 200%);background:linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 35%,var(--vt-c-blue-3) 200%);height:718px;border-top-left-radius:34px;border-top-right-radius:34px;box-shadow:0 -15px 20px #00000038}.search-menu-title[data-v-cd064fb5]{font-family:Unbounded;font-size:50px;font-weight:300;color:var(--vt-c-white)}.search-menu-tabs[data-v-cd064fb5]{margin-top:30px}.search-menu-input[data-v-cd064fb5]{margin-top:40px}.search-menu-input.hide-onboard[data-v-cd064fb5]{z-index:1}.wrapper[data-v-cd064fb5]{max-width:var(--wrapper);margin:0 auto;height:100%}.row[data-v-cd064fb5]{display:flex;height:100%;gap:150px}.column[data-v-cd064fb5]{flex:50%;display:flex;flex-direction:column;justify-content:center;height:100%}@media screen and (max-width: 1536px){.search-menu[data-v-cd064fb5]{height:646px}.search-menu .wrapper[data-v-cd064fb5]{max-width:var(--wrapper-large)}.search-menu-title[data-v-cd064fb5]{font-size:40px}.search-menu-tabs[data-v-cd064fb5]{margin-top:24px}.search-menu-input[data-v-cd064fb5]{margin-top:32px}}@media screen and (max-width: 1280px){.search-menu[data-v-cd064fb5]{height:553px}.search-menu .wrapper[data-v-cd064fb5]{max-width:var(--wrapper-small)}.search-menu-title[data-v-cd064fb5]{font-size:32px}.search-menu-tabs[data-v-cd064fb5]{margin-top:19px}.search-menu-input[data-v-cd064fb5]{margin-top:26px}}@media screen and (max-width: 1024px){.search-menu[data-v-cd064fb5]{border-top-left-radius:10px;border-top-right-radius:10px;height:100%;background:-moz-linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 60%,var(--vt-c-blue-3) 200%);background:-webkit-linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 60%,var(--vt-c-blue-3) 200%);background:linear-gradient(90deg,var(--vt-c-blue-2) 0%,var(--vt-c-blue-2) 60%,var(--vt-c-blue-3) 200%)}.search-menu .wrapper[data-v-cd064fb5]{padding:36px 30px}.search-menu .wrapper .row[data-v-cd064fb5]{flex-direction:column;gap:24px}.search-menu .wrapper .row .column[data-v-cd064fb5]{flex:unset}.search-menu .wrapper .row .column[data-v-cd064fb5]:nth-child(2){display:flex;align-items:center}.search-menu-title[data-v-cd064fb5]{font-size:27px}.search-menu-tabs[data-v-cd064fb5]{margin-top:12px}.search-menu-input[data-v-cd064fb5]{margin-top:24px}}.tooltip-wrapper[data-v-f9e14e08]{position:absolute;z-index:3;width:100%;font-weight:700;max-width:calc(var(--wrapper) + 160px);margin-top:16px;left:50%;transform:translate(-50%)}.tooltip-wrapper .onboard-tooltip[data-v-f9e14e08]{display:flex;flex-direction:column;justify-content:center;align-items:center}.tooltip-wrapper .onboard-tooltip .btn[data-v-f9e14e08]{height:36px;width:92px;margin-top:12px}.tooltip[data-v-f9e14e08]{position:absolute;width:auto;white-space:nowrap;border-radius:5px;background-color:var(--vt-c-white);color:var(--vt-c-gray-3)!important;transform-style:preserve-3d;font-size:16px;box-shadow:0 3px 6px #00000050;padding:12px 16px}.tooltip[data-v-f9e14e08]:after{content:"";position:absolute;display:block;width:10px;height:10px;transform-origin:50% 50%;transform:rotate(45deg) translate(-50%);background-color:var(--vt-c-white);left:50%;top:-1px;z-index:400}.tooltip[data-v-f9e14e08]:before{content:"";display:block;position:absolute;width:10px;height:10px;transform-origin:50% 50%;transform:rotate(45deg) translate(-50%) translateZ(-1px);background-color:var(--vt-c-white);left:50%;top:0;z-index:-1;box-shadow:-1px -1px 20px #00000050}@media screen and (max-width: 1536px){.tooltip-wrapper[data-v-f9e14e08]{transform:translate(-44%)}.tooltip-wrapper .tooltip[data-v-f9e14e08]{font-size:14px}}@media screen and (max-width: 1280px){.tooltip-wrapper .tooltip[data-v-f9e14e08]{font-size:12px}}@media screen and (max-width: 1024px){.tooltip-wrapper[data-v-f9e14e08]{transform:translate(-50%)}.tooltip-wrapper .tooltip[data-v-f9e14e08]{font-size:14px}.tooltip-wrapper .tooltip[data-v-f9e14e08]:before{left:22%}.tooltip-wrapper .tooltip[data-v-f9e14e08]:after{left:22%}}.tooltip-wrapper .onboard-tooltip button{font-size:12px}.storm[data-v-81b722d9]{position:relative;background-color:var(--vt-c-white-mute);background-image:url(/assets/images/pages/blackhawk/bg-storm.webp);background-repeat:no-repeat;background-size:cover;height:766px}.wrapper[data-v-81b722d9]{position:relative;max-width:var(--wrapper);margin:0 auto;font-size:22px;color:var(--vt-c-gray-3)}.row[data-v-81b722d9]{display:flex;gap:8px;padding:92px 0 0}.column[data-v-81b722d9]{display:flex;flex:50%;flex-direction:column;justify-content:center}.column[data-v-81b722d9]:last-child{max-width:600px}.column .image img[data-v-81b722d9]{width:410px}.title[data-v-81b722d9]{font-family:Unbounded;font-size:40px;font-weight:400;color:#fee500;line-height:120%}.description[data-v-81b722d9]{margin-top:20px;color:#fff;font-size:24px;font-weight:400;letter-spacing:2px;line-height:125%}@media screen and (max-width: 1536px){.storm[data-v-81b722d9]{height:681px}.storm .wrapper[data-v-81b722d9]{max-width:var(--wrapper-large)}.storm .wrapper .row[data-v-81b722d9]{padding:142px 0 0}.storm .wrapper .row .column .title[data-v-81b722d9]{font-size:36px}.storm .wrapper .row .column .description[data-v-81b722d9]{font-size:20px}.storm .wrapper .row .column .image img[data-v-81b722d9]{width:280px}}@media screen and (max-width: 1280px){.storm[data-v-81b722d9]{height:612px;background-image:url(/assets/images/pages/blackhawk/bg-storm-2.webp)}.storm .wrapper[data-v-81b722d9]{max-width:var(--wrapper-small)}.storm .wrapper .row[data-v-81b722d9]{gap:98px;padding:164px 0 0}.storm .wrapper .row .column[data-v-81b722d9]{flex:unset}.storm .wrapper .row .column[data-v-81b722d9]:last-child{max-width:708px}.storm .wrapper .row .column .title[data-v-81b722d9]{font-size:32px}.storm .wrapper .row .column .description[data-v-81b722d9]{font-size:16px}.storm .wrapper .row .column .image img[data-v-81b722d9]{width:200px}}@media screen and (max-width: 1024px){.storm[data-v-81b722d9]{height:auto;background-position-x:center;background-image:url(/assets/images/pages/blackhawk/bg-storm-3.webp)}.storm .wrapper[data-v-81b722d9]{padding:0 30px}.storm .wrapper .row[data-v-81b722d9]{gap:43px;padding:56px 0;flex-direction:column}.storm .wrapper .row .column[data-v-81b722d9]:first-child{padding:unset}.storm .wrapper .row .column .title[data-v-81b722d9]{font-size:24px;text-align:center}.storm .wrapper .row .column .description[data-v-81b722d9]{margin-top:24px;font-size:14px;text-align:center}.storm .wrapper .row .column .image[data-v-81b722d9]{text-align:center}.storm .wrapper .row .column .image img[data-v-81b722d9]{width:180px}}.tire-collage[data-v-1c5146b0]{padding:99px 0;background:#060807}.wrapper[data-v-1c5146b0]{position:relative;max-width:var(--wrapper);margin:0 auto;font-size:22px;color:var(--vt-c-gray-3)}.title[data-v-1c5146b0]{font-family:Unbounded;font-size:40px;font-weight:400;color:#fee500;line-height:120%}.description[data-v-1c5146b0]{margin-top:20px;color:#fff;font-size:24px;font-weight:400;letter-spacing:2px;line-height:125%}.collage[data-v-1c5146b0]{margin-top:100px;padding:0 14px;display:flex;gap:40px;width:100%}.collage li img[data-v-1c5146b0]{width:100%}@media screen and (max-width: 1536px){.tire-collage .title[data-v-1c5146b0]{font-size:36px}.tire-collage .description[data-v-1c5146b0]{font-size:20px}.tire-collage .wrapper[data-v-1c5146b0]{max-width:var(--wrapper-large)}}@media screen and (max-width: 1536px){.tire-collage .title[data-v-1c5146b0]{font-size:32px}.tire-collage .description[data-v-1c5146b0]{font-size:16px;letter-spacing:1px}.tire-collage .wrapper[data-v-1c5146b0]{max-width:var(--wrapper-small)}}@media screen and (max-width: 1024px){.tire-collage[data-v-1c5146b0]{padding:56px 30px}.tire-collage .title[data-v-1c5146b0]{font-size:24px;text-align:center}.tire-collage .description[data-v-1c5146b0]{font-size:14px;text-align:center}.tire-collage .collage[data-v-1c5146b0]{flex-direction:column;margin-top:24px;padding:0 25px;gap:24px}.tire-collage .collage li[data-v-1c5146b0]{display:flex}}.main[data-v-b7f863fe]{margin-top:-114px;background:transparent}.main[data-v-b7f863fe] .search .tab{background-color:#1b1b1b}.main[data-v-b7f863fe] .search .tab.active{background-color:#2d2d2d}.main[data-v-b7f863fe] .search .search-menu{background:linear-gradient(.32deg,#000000 .27%,#2D2D2D 99.71%);height:auto}.main[data-v-b7f863fe] .search .search-menu .wrapper .row{align-items:center}.main[data-v-b7f863fe] .search .search-menu .wrapper .row .column:last-child{padding:47px 0}.main[data-v-b7f863fe] .search .search-params{margin-top:30px}.main[data-v-b7f863fe] .search .tabs .tab{background-color:transparent}.main[data-v-b7f863fe] .search .homepage-search-menu__right{padding:24px 33px;background:rgba(115,112,112,.2);box-shadow:0 3.649px 18.244px #00000040}.main[data-v-b7f863fe] .search .homepage-search-menu__right-title{color:var(--vt-c-white);font-size:16px;line-height:normal;letter-spacing:.64px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item:before{width:100%;background-color:#cacccf}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item:last-child p{color:var(--vt-c-white)}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title{color:#fee500;font-size:18px;font-weight:500;line-height:normal}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title:before{font-size:22px;top:-2px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-img{height:149px;background-color:var(--vt-c-white);object-position:bottom}#onboard-overlay[data-v-b7f863fe]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1}@media screen and (max-width: 1536px){.main[data-v-b7f863fe] .search .homepage-search-menu__right{padding:19.2px 26.4px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-title{font-size:12.8px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title{font-size:14.4px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title:before{font-size:17.6px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-img{height:119.2px}}@media screen and (max-width: 1024px){.main[data-v-b7f863fe] .search .search-menu .wrapper .row .column{width:100%}.main[data-v-b7f863fe] .search .search-menu .wrapper .row .column:last-child{padding:0 0 36px}.main[data-v-b7f863fe] .search .homepage-search-menu__right{padding:12px 10px;gap:31px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-title{padding:0;font-size:14px;letter-spacing:.56px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title{color:var(--vt-c-white);font-size:12px;font-weight:500;line-height:normal}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-title:before{border-width:3px;border-color:#fee500;top:6px}.main[data-v-b7f863fe] .search .homepage-search-menu__right-item-img{height:72px}}.payment-declined[data-v-97774f30]{max-width:600px;margin:80px auto 160px;text-align:center;display:flex;justify-content:center;flex-direction:column;gap:40px;flex:1}.payment-declined__top[data-v-97774f30]{display:flex;align-items:center;gap:24px;align-self:center}.payment-declined__top h1[data-v-97774f30]{color:var(--vt-c-blue-4);font-family:Unbounded;font-size:32px;font-weight:400;line-height:normal}.payment-declined__middle p[data-v-97774f30]{color:var(--vt-c-gray-3);font-size:16px;font-style:normal;font-weight:400;line-height:30px}.payment-declined__middle b[data-v-97774f30]{font-weight:600}.payment-declined__bottom-btn[data-v-97774f30]{display:flex;justify-content:center;gap:24px}.payment-declined__bottom-btn .btn[data-v-97774f30]{display:flex;justify-content:center;align-items:center;width:260px;height:50px;padding:10px 40px;border-radius:40px;font-family:Unbounded;font-size:14px;line-height:normal;text-decoration:none;cursor:pointer}.payment-declined__bottom-btn .btn[data-v-97774f30]:hover{opacity:.8}.payment-declined__bottom-btn .btn-primary[data-v-97774f30]{background-color:var(--vt-c-blue-6);color:var(--vt-c-white)}.payment-declined__bottom-btn .btn-secondary[data-v-97774f30]{background-color:var(--vt-c-white);border:1px solid var(--vt-c-blue-6);color:var(--vt-c-blue-6)}@media screen and (max-width: 1536px){.payment-declined[data-v-97774f30]{max-width:510px;margin:68px auto 136px;gap:34px}.payment-declined__top h1[data-v-97774f30]{font-size:28px}.payment-declined__middle p[data-v-97774f30]{font-size:14px;line-height:26px}.payment-declined__bottom-btn[data-v-97774f30]{gap:20px}.payment-declined__bottom-btn .btn[data-v-97774f30]{width:221px;height:42px;padding:8px 34px;border-radius:34px;font-size:12px}}@media screen and (max-width: 1280px){.payment-declined[data-v-97774f30]{max-width:434px;margin:58px auto 116px;gap:28px}.payment-declined__top h1[data-v-97774f30]{font-size:24px}.payment-declined__middle p[data-v-97774f30]{font-size:12px;line-height:22px}.payment-declined__bottom-btn[data-v-97774f30]{gap:18px}.payment-declined__bottom-btn .btn[data-v-97774f30]{width:188px;height:36px;padding:6px 28px;border-radius:28px;font-size:10px}}@media screen and (max-width: 1024px){.payment-declined[data-v-97774f30]{max-width:100%;padding:0 30px;margin:32px auto 60px;gap:24px}.payment-declined__top img[data-v-97774f30]{width:32px;height:32px}.payment-declined__top h1[data-v-97774f30]{font-size:24px}.payment-declined__middle p[data-v-97774f30]{font-size:16px;line-height:30px}.payment-declined__bottom[data-v-97774f30]{padding-top:16px}.payment-declined__bottom-btn[data-v-97774f30]{flex-direction:column;align-items:center;gap:16px}.payment-declined__bottom-btn .btn[data-v-97774f30]{width:260px;height:50px;padding:10px 40px;border-radius:28px;font-size:14px}}.order-confirmation[data-v-3b70d847]{margin-top:26px;width:var(--wrapper);margin-bottom:20px;padding:0 53px}.order-confirmation.loading .row[data-v-3b70d847]{display:none}.order-confirmation.loading .row.loading[data-v-3b70d847]{display:flex}.order-confirmation .row[data-v-3b70d847]{display:flex;gap:64px}.order-confirmation .row .column[data-v-3b70d847]{display:flex;flex-direction:column;justify-content:center;flex:50%}.order-confirmation .row .column img[data-v-3b70d847]{width:100%;transform:scaleX(-1);-webkit-transform:scaleX(-1)}.order-confirmation .row .column[data-v-3b70d847]:last-child{gap:40px}.order-confirmation__top[data-v-3b70d847]{display:flex;flex-direction:column;gap:20px}.order-confirmation__top-title[data-v-3b70d847]{font-family:Unbounded;font-size:32px;font-weight:400;color:var(--vt-c-blue-4);line-height:normal}.order-confirmation__top-title+div[data-v-3b70d847]{display:flex;flex-direction:column;gap:16px}.order-confirmation__top-subtitle[data-v-3b70d847]{color:var(--vt-c-black);font-size:24px;font-weight:600;line-height:normal}.order-confirmation__top-label[data-v-3b70d847]{width:fit-content;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:10px;background-color:#fff7e5;color:#c98c10;font-size:24px;line-height:30px}.order-confirmation__top-label--decline[data-v-3b70d847]{background-color:#fce3e4;color:#a1131a}.order-confirmation__top-label--fedex[data-v-3b70d847]{background-color:#e1f7e8;color:#0c6026}.order-confirmation__top-label--shipped[data-v-3b70d847]{background-color:#ffe7d9;color:#b85518}.order-confirmation__top-label img[data-v-3b70d847]{width:24px!important;height:24px!important;object-fit:contain;transform:unset!important;-webkit-transform:unset!important}.order-confirmation__top-label p[data-v-3b70d847]{font-weight:500}.order-confirmation__content[data-v-3b70d847]{display:flex;flex-direction:column;gap:20px}.order-confirmation__content-text[data-v-3b70d847]{color:var(--vt-c-black-80);font-size:20px;font-weight:500;line-height:30px}.order-confirmation__content-options[data-v-3b70d847]{display:flex;flex-direction:column;gap:16px;width:fit-content}.order-confirmation__content-options--item[data-v-3b70d847]{display:flex;align-items:center;gap:10px;padding:8px 16px;border-radius:20px;font-size:24px;line-height:24px;cursor:pointer}.order-confirmation__content-options--item[data-v-3b70d847]:nth-child(1){background-color:#e1f7e8;color:#0c6026}.order-confirmation__content-options--item:nth-child(1) input[type=radio][data-v-3b70d847]{border:1px solid #0C6026}.order-confirmation__content-options--item:nth-child(1) input[type=radio][data-v-3b70d847]:checked{border-color:#0c6026}.order-confirmation__content-options--item:nth-child(1) input[type=radio][data-v-3b70d847]:checked:before{background:#0C6026}.order-confirmation__content-options--item[data-v-3b70d847]:nth-child(2){background-color:#fff7e5;color:#c98c10}.order-confirmation__content-options--item:nth-child(2) input[type=radio][data-v-3b70d847]{border:1px solid #C98C10}.order-confirmation__content-options--item:nth-child(2) input[type=radio][data-v-3b70d847]:checked{border-color:#c98c10}.order-confirmation__content-options--item:nth-child(2) input[type=radio][data-v-3b70d847]:checked:before{background:#C98C10}.order-confirmation__content-options--item[data-v-3b70d847]:nth-child(3){background-color:#fce3e4;color:#a1131a}.order-confirmation__content-options--item:nth-child(3) input[type=radio][data-v-3b70d847]{border:1px solid #A1131A}.order-confirmation__content-options--item:nth-child(3) input[type=radio][data-v-3b70d847]:checked{border-color:#a1131a}.order-confirmation__content-options--item:nth-child(3) input[type=radio][data-v-3b70d847]:checked:before{background:#A1131A}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;outline:none;transition:all .3s ease;cursor:pointer}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;width:22.4px;height:22.4px;border-radius:50%}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:checked{border-color:green}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:checked:before{background:green}.order-confirmation__content-options--item label[data-v-3b70d847]{flex:1;font-weight:500;cursor:pointer}.order-confirmation[data-v-3b70d847] .modal .modal-content{border-radius:5px;padding:24px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation{width:100%;display:flex;flex-direction:column;gap:36px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--top{display:flex;flex-direction:column;align-items:center;gap:20px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--top-title{color:var(--vt-c-blue-4);font-family:Unbounded;font-size:32px;font-weight:400;line-height:normal;text-align:center}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--top-subtitle{color:var(--vt-c-black);font-size:28px;font-weight:600;line-height:normal;text-align:center}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--content>div{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--vt-c-gray-3);font-size:28px;font-weight:400;line-height:120%;text-align:center}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--bottom{display:flex;gap:16px}.order-confirmation[data-v-3b70d847] .modal .modal-close{display:none}.order-confirmation[data-v-3b70d847] .modal .modal-slot{margin-top:unset}.order-confirmation[data-v-3b70d847] .button button{width:260px;height:50px;padding:10px 40px;text-transform:unset}.order-confirmation[data-v-3b70d847] .button button.button-secondary{border-width:1px!important}.order-confirmation[data-v-3b70d847] .button button.button-secondary:disabled{color:#fff!important}.order-confirmation[data-v-3b70d847] .button button.button-secondary:disabled:hover{background-color:var(--vt-c-gray-2)!important}.order-confirmation[data-v-3b70d847] .button button.button-secondary:hover{background-color:var(--vt-c-blue-1)!important;color:var(--vt-c-white)!important}.order-confirmation .icon-right-fedex[data-v-3b70d847]{display:inline-block;background-image:url(/assets/images/pages/order-confirmation/fedex-logo.png);background-repeat:no-repeat;background-size:contain;width:64px;height:20px;margin-left:2px}.loading-image[data-v-3b70d847]{width:100%;height:100%}.loading-title[data-v-3b70d847]{width:100%;height:31px}.loading-message[data-v-3b70d847]{width:100%;height:80px}.loading-info[data-v-3b70d847]{width:100%;height:178px}@media screen and (max-width: 1536px){.order-confirmation[data-v-3b70d847]{width:var(--wrapper-large)}.order-confirmation .row[data-v-3b70d847]{gap:52px}.order-confirmation .row .column[data-v-3b70d847]:last-child{gap:32px}.order-confirmation__top[data-v-3b70d847]{gap:16px}.order-confirmation__top-title[data-v-3b70d847]{font-size:26px}.order-confirmation__top-subtitle[data-v-3b70d847],.order-confirmation__top-label[data-v-3b70d847]{font-size:20px}.order-confirmation__content-text[data-v-3b70d847],.order-confirmation__content-options--item[data-v-3b70d847]{font-size:16px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]{width:24px;height:24px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:before{width:16px;height:16px}.order-confirmation[data-v-3b70d847] .button button{width:208px;height:40px;padding:8px 32px}.order-confirmation .icon-right-fedex[data-v-3b70d847]{width:48px;height:14px;margin-left:2px}.loading-title[data-v-3b70d847]{width:100%;height:27px}.loading-message[data-v-3b70d847]{width:100%;height:70px}.loading-info[data-v-3b70d847]{width:100%;height:152px}}@media screen and (max-width: 1280px){.order-confirmation[data-v-3b70d847]{width:var(--wrapper-small)}.order-confirmation .row[data-v-3b70d847]{gap:42px}.order-confirmation .row .column[data-v-3b70d847]:last-child{gap:26px}.order-confirmation__top[data-v-3b70d847]{gap:14px}.order-confirmation__top-title[data-v-3b70d847]{font-size:22px}.order-confirmation__top-subtitle[data-v-3b70d847]{font-size:16px}.order-confirmation__top-label[data-v-3b70d847],.order-confirmation__content-text[data-v-3b70d847],.order-confirmation__content-options--item[data-v-3b70d847]{font-size:14px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]{width:20px;height:20px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:before{width:14px;height:14px}.order-confirmation[data-v-3b70d847] .button button{width:168px;height:32px;padding:6px 26px}.order-confirmation .icon-right-fedex[data-v-3b70d847]{width:42px;height:14px;margin-left:2px}.loading-title[data-v-3b70d847]{width:100%;height:25px}.loading-message[data-v-3b70d847]{width:100%;height:64px}.loading-info[data-v-3b70d847]{width:100%;height:152px}}@media screen and (max-width: 1024px){.order-confirmation[data-v-3b70d847]{width:100vw;padding:0 30px;margin:11px 0 15px}.order-confirmation .row[data-v-3b70d847]{gap:40px;flex-direction:column}.order-confirmation .row .column img[data-v-3b70d847]{height:72vw;object-fit:cover}.order-confirmation .row .column[data-v-3b70d847]:last-child{gap:32px}.order-confirmation__top[data-v-3b70d847]{gap:16px}.order-confirmation__top-title[data-v-3b70d847]{font-size:28px}.order-confirmation__top-subtitle[data-v-3b70d847],.order-confirmation__top-label[data-v-3b70d847]{font-size:22px}.order-confirmation__top-label img.icon-right[data-v-3b70d847]{display:none}.order-confirmation__top-label .icon-right-mobile[data-v-3b70d847]{display:inline-block;background-image:url(/assets/images/pages/order-confirmation/fedex-logo.png);background-repeat:no-repeat;background-size:contain;width:46px;height:14px;margin-left:2px}.order-confirmation__content-text[data-v-3b70d847]{font-size:16px;line-height:24px}.order-confirmation__content-options[data-v-3b70d847]{width:100%}.order-confirmation__content-options--item[data-v-3b70d847]{font-size:16px;gap:8px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]{width:20px;height:20px}.order-confirmation__content-options--item input[type=radio][data-v-3b70d847]:before{width:14px;height:14px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--top-title{font-size:24px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--top-subtitle{font-size:20px}.order-confirmation[data-v-3b70d847] .modal .modal-content__order-confirmation--content>div{font-size:20px}.order-confirmation[data-v-3b70d847] .button button{width:100%;height:50px;padding:10px 40px}.order-confirmation .icon-right-fedex[data-v-3b70d847]{width:38px;height:12px;margin-left:2px}.loading-image[data-v-3b70d847]{width:100%;height:72vw}.loading-title[data-v-3b70d847]{width:100%;height:20px}.loading-message[data-v-3b70d847]{width:100%;height:140px}.loading-info[data-v-3b70d847]{width:100%;height:236px}}.shipment-confirmation[data-v-33fc0897]{margin-top:26px;width:var(--wrapper);margin-bottom:20px;padding:0 53px}.shipment-confirmation.loading .row[data-v-33fc0897]{display:none}.shipment-confirmation.loading .row.loading[data-v-33fc0897]{display:flex}.shipment-confirmation .row[data-v-33fc0897]{display:flex;gap:64px}.shipment-confirmation .row .column[data-v-33fc0897]{display:flex;flex-direction:column;justify-content:center;flex:50%}.shipment-confirmation .row .column img[data-v-33fc0897]{width:100%;transform:scaleX(-1);-webkit-transform:scaleX(-1)}.shipment-confirmation .row .column[data-v-33fc0897]:last-child{gap:40px}.shipment-confirmation__top[data-v-33fc0897]{display:flex;flex-direction:column;gap:20px}.shipment-confirmation__top-title[data-v-33fc0897]{font-family:Unbounded;font-size:32px;font-weight:400;color:var(--vt-c-blue-4);line-height:normal}.shipment-confirmation__top-title+div[data-v-33fc0897]{display:flex;flex-direction:column;gap:16px}.shipment-confirmation__top-subtitle[data-v-33fc0897]{color:var(--vt-c-black);font-size:28px;font-weight:600;line-height:normal}.shipment-confirmation__top-subhead[data-v-33fc0897]{color:var(--vt-c-gray-3);font-size:28px;font-weight:400;line-height:120%}.shipment-confirmation__top-label[data-v-33fc0897]{width:fit-content;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:10px;background-color:#fce3e4;color:#a1131a;font-size:28px;line-height:30px}.shipment-confirmation__top-label--confirmed[data-v-33fc0897]{background-color:#e1f7e8;color:#0c6026}.shipment-confirmation__top-label img[data-v-33fc0897]{width:24px!important;height:24px!important;object-fit:contain;transform:unset!important;-webkit-transform:unset!important}.shipment-confirmation__top-label p[data-v-33fc0897]{font-weight:500}.shipment-confirmation[data-v-33fc0897] .modal .modal-content{border-radius:5px;padding:24px}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation{display:flex;flex-direction:column;gap:36px}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--top{display:flex;flex-direction:column;align-items:center;gap:20px}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--top-title{color:var(--vt-c-blue-4);font-family:Unbounded;font-size:32px;font-weight:400;line-height:normal;text-align:center}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--top-subtitle{color:var(--vt-c-black);font-size:28px;font-weight:600;line-height:normal;text-align:center}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--content>div{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--vt-c-gray-3);font-size:24px;font-weight:400;line-height:120%;text-align:center}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--bottom{display:flex;gap:16px}.shipment-confirmation[data-v-33fc0897] .modal .modal-close{display:none}.shipment-confirmation[data-v-33fc0897] .modal .modal-slot{margin-top:unset}.shipment-confirmation[data-v-33fc0897] .button button{width:260px;height:50px;padding:10px 40px;text-transform:unset}.shipment-confirmation[data-v-33fc0897] .button button.button-secondary{border-width:1px!important}.shipment-confirmation[data-v-33fc0897] .button button.button-secondary:disabled{color:#fff!important}.shipment-confirmation[data-v-33fc0897] .button button.button-secondary:disabled:hover{background-color:var(--vt-c-gray-2)!important}.shipment-confirmation[data-v-33fc0897] .button button.button-secondary:hover{background-color:var(--vt-c-blue-1)!important;color:var(--vt-c-white)!important}.loading-image[data-v-33fc0897]{width:100%;height:100%}.loading-title[data-v-33fc0897]{width:100%;height:31px}.loading-message[data-v-33fc0897]{width:100%;height:80px}.loading-info[data-v-33fc0897]{width:100%;height:178px}@media screen and (max-width: 1536px){.shipment-confirmation[data-v-33fc0897]{width:var(--wrapper-large)}.shipment-confirmation .row[data-v-33fc0897]{gap:52px}.shipment-confirmation .row .column[data-v-33fc0897]:last-child{gap:32px}.shipment-confirmation__top[data-v-33fc0897]{gap:16px}.shipment-confirmation__top-title[data-v-33fc0897]{font-size:26px}.shipment-confirmation__top-subtitle[data-v-33fc0897],.shipment-confirmation__top-subhead[data-v-33fc0897],.shipment-confirmation__top-label[data-v-33fc0897]{font-size:20px}.shipment-confirmation__content-text[data-v-33fc0897],.shipment-confirmation__content-options--item[data-v-33fc0897]{font-size:16px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]{width:24px;height:24px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]:before{width:16px;height:16px}.shipment-confirmation[data-v-33fc0897] .button button{width:208px;height:40px;padding:8px 32px}.loading-title[data-v-33fc0897]{width:100%;height:27px}.loading-message[data-v-33fc0897]{width:100%;height:70px}.loading-info[data-v-33fc0897]{width:100%;height:152px}}@media screen and (max-width: 1280px){.shipment-confirmation[data-v-33fc0897]{width:var(--wrapper-small)}.shipment-confirmation .row[data-v-33fc0897]{gap:42px}.shipment-confirmation .row .column[data-v-33fc0897]:last-child{gap:26px}.shipment-confirmation__top[data-v-33fc0897]{gap:14px}.shipment-confirmation__top-title[data-v-33fc0897]{font-size:22px}.shipment-confirmation__top-subtitle[data-v-33fc0897],.shipment-confirmation__top-subhead[data-v-33fc0897],.shipment-confirmation__top-label[data-v-33fc0897]{font-size:16px}.shipment-confirmation__content-text[data-v-33fc0897],.shipment-confirmation__content-options--item[data-v-33fc0897]{font-size:14px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]{width:20px;height:20px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]:before{width:14px;height:14px}.shipment-confirmation[data-v-33fc0897] .button button{width:168px;height:32px;padding:6px 26px}.loading-title[data-v-33fc0897]{width:100%;height:25px}.loading-message[data-v-33fc0897]{width:100%;height:64px}.loading-info[data-v-33fc0897]{width:100%;height:152px}}@media screen and (max-width: 1024px){.shipment-confirmation[data-v-33fc0897]{width:100vw;padding:0 30px;margin:11px 0 15px}.shipment-confirmation .row[data-v-33fc0897]{gap:40px;flex-direction:column}.shipment-confirmation .row .column img[data-v-33fc0897]{height:72vw;object-fit:cover}.shipment-confirmation .row .column[data-v-33fc0897]:last-child{gap:32px}.shipment-confirmation__top[data-v-33fc0897]{gap:16px}.shipment-confirmation__top-title[data-v-33fc0897]{font-size:28px}.shipment-confirmation__top-subtitle[data-v-33fc0897],.shipment-confirmation__top-subhead[data-v-33fc0897],.shipment-confirmation__top-label[data-v-33fc0897]{font-size:22px}.shipment-confirmation__content-text[data-v-33fc0897]{font-size:16px;line-height:24px}.shipment-confirmation__content-options[data-v-33fc0897]{width:100%}.shipment-confirmation__content-options--item[data-v-33fc0897]{font-size:14px;gap:8px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]{width:20px;height:20px}.shipment-confirmation__content-options--item input[type=radio][data-v-33fc0897]:before{width:14px;height:14px}.shipment-confirmation__content-options--item img[data-v-33fc0897]{height:12px!important}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--top-title{font-size:24px}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--top-subtitle{font-size:20px}.shipment-confirmation[data-v-33fc0897] .modal .modal-content__shipment-confirmation--content>div{font-size:20px}.shipment-confirmation[data-v-33fc0897] .button button{width:100%;height:50px;padding:10px 40px}.loading-image[data-v-33fc0897]{width:100%;height:72vw}.loading-title[data-v-33fc0897]{width:100%;height:20px}.loading-message[data-v-33fc0897]{width:100%;height:140px}.loading-info[data-v-33fc0897]{width:100%;height:236px}}.about[data-v-3aef5d02]{margin:1px 0;background:var(--vt-c-black-100);width:100%;padding:100px 0}.about__wrapper[data-v-3aef5d02]{max-width:var(--wrapper-large);margin:0 auto}.about__wrapper p[data-v-3aef5d02]{color:var(--vt-c-black-10);text-align:center;font-family:Unbounded;font-size:28px;font-weight:400;line-height:normal;letter-spacing:2.8px}@media screen and (max-width: 1024px){.about[data-v-3aef5d02]{padding:60px 30px}.about__wrapper p[data-v-3aef5d02]{font-size:20px;letter-spacing:2px}}.banner[data-v-7b74f1a2]{position:relative;width:100%;height:35.28vw;background-color:#000;background-image:url(/assets/images/pages/summit/banner-bg_old.webp);background-size:cover}.banner .wrapper[data-v-7b74f1a2]{position:relative;max-width:var(--wrapper-large);height:100%;margin:0 auto;color:var(--vt-c-white);overflow:hidden;display:flex;justify-content:space-between}.banner .wrapper .tire[data-v-7b74f1a2]{position:absolute;left:0;bottom:60px;width:522px}.banner .wrapper .logo[data-v-7b74f1a2]{position:absolute;top:60px;right:0}.banner .wrapper .logo img[data-v-7b74f1a2]{height:114px}@media screen and (max-width: 1024px){.banner[data-v-7b74f1a2]{background-image:url(/assets/images/pages/summit/banner-bg-mobile_old.webp);height:61.4vw;background-position:center}.banner .wrapper[data-v-7b74f1a2]{padding:0 30px;flex-direction:column-reverse;align-items:center}.banner .wrapper .tire[data-v-7b74f1a2]{left:30px;bottom:24px;width:220px}.banner .wrapper .logo[data-v-7b74f1a2]{top:24px;right:30px}.banner .wrapper .logo img[data-v-7b74f1a2]{height:49px}}.why-buy[data-v-f0b48eaa]{margin:1px 0;background:var(--vt-c-black-100);width:100%;padding:100px 0}.why-buy__wrapper[data-v-f0b48eaa]{max-width:var(--wrapper-large);margin:0 auto}.why-buy__title[data-v-f0b48eaa]{color:#f2144d;text-shadow:0px 4px 4px rgba(0,0,0,.25);font-family:Unbounded;font-size:56px;font-weight:400;line-height:normal}.why-buy__list[data-v-f0b48eaa]{margin-top:60px}.why-buy__list li[data-v-f0b48eaa]{display:flex;gap:20px;align-items:center;padding:20px;color:var(--vt-c-white);font-family:Inter,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:1.08px}@media screen and (max-width: 1024px){.why-buy[data-v-f0b48eaa]{padding:60px 30px}.why-buy__title[data-v-f0b48eaa]{font-size:32px}.why-buy__list[data-v-f0b48eaa]{margin-top:24px}.why-buy__list li[data-v-f0b48eaa]{padding:8px 20px;font-size:20px}.why-buy__list li i svg[data-v-f0b48eaa]{width:24px;height:24px}}.tire-collage[data-v-b279419d]{margin:1px 0;padding:100px 0;background:var(--vt-c-black-100)}.wrapper[data-v-b279419d]{position:relative;max-width:var(--wrapper-large);margin:0 auto;font-size:22px;color:var(--vt-c-gray-3)}.logo[data-v-b279419d]{text-align:center}.logo img[data-v-b279419d]{height:80px}.description[data-v-b279419d]{margin-top:48px;color:var(--vt-c-black-10);text-align:center;font-family:Unbounded;font-size:40px;font-weight:400;line-height:normal;letter-spacing:2px}.collage[data-v-b279419d]{margin-top:60px;padding:0 25px;display:flex;gap:40px;width:100%}.collage li img[data-v-b279419d]{width:100%}@media screen and (max-width: 1024px){.tire-collage[data-v-b279419d]{padding:60px 30px}.logo img[data-v-b279419d]{height:64px}.description[data-v-b279419d]{margin-top:24px;font-size:24px;letter-spacing:1.2px}.collage[data-v-b279419d]{margin-top:32px;padding:0 10px;flex-direction:column;gap:24px}}.main[data-v-611d371b] .search{padding:60px 0;margin:1px 0;background:linear-gradient(180deg,#2D2D2D 0%,#060606 100%)}.main[data-v-611d371b] .search .tab{background-color:#1b1b1b;box-shadow:none}.main[data-v-611d371b] .search .tab.active{background-color:#2d2d2d}.main[data-v-611d371b] .search .search-tab{max-width:unset;margin:unset}.main[data-v-611d371b] .search .search-tab .tab{width:100%}.main[data-v-611d371b] .search .search-menu{background:transparent;box-shadow:none;height:auto}.main[data-v-611d371b] .search .search-menu-title{line-height:normal;margin-top:24px}.main[data-v-611d371b] .search .search-menu .row{gap:82px;align-items:center}.main[data-v-611d371b] .search .search-menu .column:first-child{justify-content:flex-start;flex:unset;width:40%}.main[data-v-611d371b] .search .search-menu .column:last-child{flex:1}.main[data-v-611d371b] .search .search-menu .column .carousel-image{border-radius:unset;width:576px}.main[data-v-611d371b] .search .tabs{margin-top:24px}.main[data-v-611d371b] .search .tabs .tab{background-color:transparent}.main[data-v-611d371b] .search .homepage-search-menu__right{width:100%;background:rgba(115,112,112,.2);box-shadow:0 3.649px 18.244px #00000040}.main[data-v-611d371b] .search .homepage-search-menu__right-title{color:var(--vt-c-white)}.main[data-v-611d371b] .search .homepage-search-menu__right-item:before{width:100%;background-color:var(--vt-c-white)}.main[data-v-611d371b] .search .homepage-search-menu__right-item:last-child{color:var(--vt-c-white)}.main[data-v-611d371b] .search .homepage-search-menu__right-item-title{color:var(--vt-c-white)}.main[data-v-611d371b] .search .homepage-search-menu__right-item-title:before{color:var(--vt-c-blue-7)}.main[data-v-611d371b] .search .homepage-search-menu__right-item-img{background-color:var(--vt-c-white);object-position:bottom}#onboard-overlay[data-v-611d371b]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1}@media screen and (max-width: 1024px){.main[data-v-611d371b] .search{padding:56px 0}.main[data-v-611d371b] .search .search-tab{padding:0}.main[data-v-611d371b] .search .search-menu-title{margin-top:12px}.main[data-v-611d371b] .search .search-menu .wrapper{padding:0 30px}.main[data-v-611d371b] .search .search-menu .row{gap:12px}.main[data-v-611d371b] .search .search-menu .column{width:100%!important}.main[data-v-611d371b] .search .search-menu .column:last-child{flex:unset}.main[data-v-611d371b] .search .search-menu .column .carousel-image{width:100%}.main[data-v-611d371b] .search .search-params{margin-top:8px}.main[data-v-611d371b] .search .tabs{margin-top:12px}.main[data-v-611d371b] .search .homepage-search-menu__right{padding:10px 12px 12px;gap:31px}.main[data-v-611d371b] .search .homepage-search-menu__right-title{padding:0;font-size:14px}}.banner[data-v-abe53e76]{position:relative;width:100%;height:35.35vw;background-color:#000;background-image:url(/assets/images/pages/pantera/banner-bg.webp);background-size:cover}.banner .wrapper[data-v-abe53e76]{position:relative;height:100%;color:var(--vt-c-white);overflow:hidden;display:flex;justify-content:space-between}.banner .wrapper .logo[data-v-abe53e76]{position:absolute;top:50%;left:5.49vw;transform:translateY(-50%)}.banner .wrapper .logo img[data-v-abe53e76]{height:114px}.banner .wrapper .title[data-v-abe53e76]{position:absolute;bottom:5.97vw;left:50%;transform:translate(-50%);color:var(--vt-c-white);font-size:40px;font-weight:600;line-height:150%;letter-spacing:1.2px;white-space:nowrap}@media screen and (max-width: 1024px){.banner[data-v-abe53e76]{background-image:url(/assets/images/pages/pantera/banner-bg-mobile.webp);height:222px}.banner .wrapper[data-v-abe53e76]{padding:0 30px;flex-direction:column-reverse;align-items:center}.banner .wrapper .logo[data-v-abe53e76]{top:110px;left:30px;transform:unset}.banner .wrapper .logo img[data-v-abe53e76]{width:180px;height:27px}.banner .wrapper .title[data-v-abe53e76]{bottom:50px;right:10px;left:unset;transform:unset;font-size:12px;letter-spacing:.36px}}.why-buy[data-v-c8bd387d]{margin:1px 0;background:var(--vt-c-black-100);width:100%;padding:100px 0}.why-buy__wrapper[data-v-c8bd387d]{max-width:var(--wrapper-large);margin:0 auto}.why-buy__title[data-v-c8bd387d]{color:#f2144d;text-shadow:0px 4px 4px rgba(0,0,0,.25);font-family:Unbounded;font-size:56px;font-weight:400;line-height:normal}.why-buy__list[data-v-c8bd387d]{margin-top:60px}.why-buy__list li[data-v-c8bd387d]{display:flex;gap:20px;align-items:center;padding:20px;color:var(--vt-c-white);font-family:Inter,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:1.08px}@media screen and (max-width: 1024px){.why-buy[data-v-c8bd387d]{padding:60px 30px}.why-buy__title[data-v-c8bd387d]{font-size:32px}.why-buy__list[data-v-c8bd387d]{margin-top:24px}.why-buy__list li[data-v-c8bd387d]{padding:8px 20px;font-size:20px}.why-buy__list li i svg[data-v-c8bd387d]{width:24px;height:24px}}.tire-collage[data-v-b6c1cd6d]{margin:1px 0;padding:60px 0;background:var(--vt-c-black-100)}.wrapper[data-v-b6c1cd6d]{position:relative;max-width:var(--wrapper-large);margin:0 auto;font-size:22px;color:var(--vt-c-gray-3)}.logo[data-v-b6c1cd6d]{text-align:center}.logo img[data-v-b6c1cd6d]{height:80px}.description[data-v-b6c1cd6d]{color:#f2144d;text-align:center;font-family:Unbounded;font-size:36px;font-weight:500;line-height:normal;letter-spacing:1.8px}.collage[data-v-b6c1cd6d]{margin-top:60px;display:flex;gap:45px;width:100%}.collage li[data-v-b6c1cd6d]{display:flex;flex-direction:column;gap:24px;align-items:center}.collage li img[data-v-b6c1cd6d]{width:100%}.collage li p[data-v-b6c1cd6d]{color:#f2144d;font-family:Unbounded;font-size:30px;font-weight:400;line-height:normal;text-align:center}@media screen and (max-width: 1024px){.tire-collage[data-v-b6c1cd6d]{padding:60px 30px}.description[data-v-b6c1cd6d]{font-size:24px;letter-spacing:1.2px}.collage[data-v-b6c1cd6d]{margin-top:32px;flex-direction:column;gap:24px}.collage li p[data-v-b6c1cd6d]{font-size:24px}}.main[data-v-2634aa52] .search{padding:60px 0;margin:1px 0;background:linear-gradient(180deg,#2D2D2D 0%,#060606 100%)}.main[data-v-2634aa52] .search .tab{background-color:#1b1b1b;box-shadow:none}.main[data-v-2634aa52] .search .tab.active{background-color:#2d2d2d}.main[data-v-2634aa52] .search .search-tab{max-width:unset;margin:unset}.main[data-v-2634aa52] .search .search-tab .tab{width:100%}.main[data-v-2634aa52] .search .search-menu{background:transparent;box-shadow:none;height:auto}.main[data-v-2634aa52] .search .search-menu-title{line-height:normal;margin-top:24px}.main[data-v-2634aa52] .search .search-menu .row{gap:82px;align-items:center}.main[data-v-2634aa52] .search .search-menu .column:first-child{justify-content:flex-start;flex:unset;width:40%}.main[data-v-2634aa52] .search .search-menu .column:last-child{flex:1}.main[data-v-2634aa52] .search .search-menu .column .carousel-image{border-radius:unset;width:576px}.main[data-v-2634aa52] .search .tabs{margin-top:24px}.main[data-v-2634aa52] .search .tabs .tab{background-color:transparent}.main[data-v-2634aa52] .search .homepage-search-menu__right{width:100%;background:rgba(115,112,112,.2);box-shadow:0 3.649px 18.244px #00000040}.main[data-v-2634aa52] .search .homepage-search-menu__right-title{color:var(--vt-c-white)}.main[data-v-2634aa52] .search .homepage-search-menu__right-item:before{width:100%;background-color:var(--vt-c-white)}.main[data-v-2634aa52] .search .homepage-search-menu__right-item:last-child{color:var(--vt-c-white)}.main[data-v-2634aa52] .search .homepage-search-menu__right-item-title{color:var(--vt-c-white)}.main[data-v-2634aa52] .search .homepage-search-menu__right-item-title:before{color:var(--vt-c-blue-7)}.main[data-v-2634aa52] .search .homepage-search-menu__right-item-img{background-color:var(--vt-c-white);object-position:bottom}#onboard-overlay[data-v-2634aa52]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1}@media screen and (max-width: 1024px){.main[data-v-2634aa52] .search{padding:56px 0}.main[data-v-2634aa52] .search .search-tab{padding:0}.main[data-v-2634aa52] .search .search-menu-title{margin-top:12px}.main[data-v-2634aa52] .search .search-menu .wrapper{padding:0 30px}.main[data-v-2634aa52] .search .search-menu .row{gap:12px}.main[data-v-2634aa52] .search .search-menu .column{width:100%!important}.main[data-v-2634aa52] .search .search-menu .column:last-child{flex:unset}.main[data-v-2634aa52] .search .search-menu .column .carousel-image{width:100%}.main[data-v-2634aa52] .search .search-params{margin-top:8px}.main[data-v-2634aa52] .search .tabs{margin-top:12px}.main[data-v-2634aa52] .search .homepage-search-menu__right{padding:10px 12px 12px;gap:31px}.main[data-v-2634aa52] .search .homepage-search-menu__right-title{padding:0;font-size:14px}}.banner[data-v-cc2def8e]{position:relative;width:100%;height:55vw;background-color:#000;background-image:url(/assets/images/pages/prinx/banner-bg.webp);background-size:contain;background-repeat:no-repeat}.banner__content[data-v-cc2def8e]{display:flex;gap:16px;align-items:center}.banner__title[data-v-cc2def8e]{color:var(--vt-c-white);font-family:Unbounded;font-size:48px;font-style:normal;font-weight:400;line-height:72px}.banner__title-highlight[data-v-cc2def8e]{color:#26e36e;font-size:60px;font-weight:600}.banner__image[data-v-cc2def8e]{display:flex;gap:16px;align-items:center}.banner__image-logo[data-v-cc2def8e]{width:688px}.banner__image-social[data-v-cc2def8e]{width:64px;height:64px;cursor:pointer}.banner__image-social--wrapper[data-v-cc2def8e]{display:flex;gap:16px}.wrapper[data-v-cc2def8e]{position:relative;padding:42vw 0 60px;display:flex;justify-content:center}@media screen and (max-width: 1536px){.banner[data-v-cc2def8e]{height:857px}.banner__title[data-v-cc2def8e]{font-size:38px;line-height:57px}.banner__title-highlight[data-v-cc2def8e]{font-size:48px}.banner__image-logo[data-v-cc2def8e]{width:550px}.banner__image-social[data-v-cc2def8e]{width:52px;height:52px}.banner .wrapper[data-v-cc2def8e]{padding:646px 0 60px}}@media screen and (max-width: 1280px){.banner[data-v-cc2def8e]{height:685px}.banner__title[data-v-cc2def8e]{font-size:30px;line-height:45px}.banner__title-highlight[data-v-cc2def8e]{font-size:38px}.banner__image-logo[data-v-cc2def8e]{width:440px}.banner__image-social[data-v-cc2def8e]{width:42px;height:42px}.banner .wrapper[data-v-cc2def8e]{padding:517px 0 60px}}@media screen and (max-width: 1024px){.banner[data-v-cc2def8e]{height:318vw;background-image:url(/assets/images/pages/prinx/banner-bg-mobile.webp);background-position:top}.banner__content[data-v-cc2def8e]{flex-direction:column;gap:16px}.banner__title[data-v-cc2def8e]{font-size:32px;line-height:40px}.banner__title-highlight[data-v-cc2def8e]{font-size:24px}.banner__image[data-v-cc2def8e]{flex-direction:column}.banner__image-logo[data-v-cc2def8e]{width:302px}.banner__image-social[data-v-cc2def8e]{width:40px;height:40px}.banner__image-social--wrapper[data-v-cc2def8e]{gap:24px}.banner .wrapper[data-v-cc2def8e]{padding:228vw 0 60px}}.why-buy[data-v-74f2e599]{background:var(--vt-c-white);width:100%;padding:100px 0;text-align:center}.why-buy__wrapper[data-v-74f2e599]{max-width:var(--wrapper);margin:80px auto 0;display:flex;justify-content:space-between}.why-buy__title[data-v-74f2e599]{color:var(--vt-c-black);font-family:Unbounded;font-size:54px;font-weight:500;line-height:60px}.why-buy__title--bold[data-v-74f2e599]{font-weight:600}.why-buy__list[data-v-74f2e599]{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.why-buy__list--note[data-v-74f2e599]{color:var(--vt-c-black);font-family:Unbounded;font-size:24px;font-weight:400;line-height:150%;padding-top:20px}.why-buy__list li p[data-v-74f2e599]{color:#26e36e;font-family:Unbounded;font-size:36px;font-weight:700;line-height:60px}.why-buy__badges[data-v-74f2e599]{display:flex;flex-direction:column;align-items:center;gap:40px}.why-buy__badges .lowest-price[data-v-74f2e599]{width:240px;height:240px}.why-buy__badges .rating[data-v-74f2e599]{width:474px}@media screen and (max-width: 1536px){.why-buy[data-v-74f2e599]{padding:80px 0}.why-buy__wrapper[data-v-74f2e599]{max-width:var(--wrapper-large);margin:64px auto 0}.why-buy__title[data-v-74f2e599]{font-size:42px;line-height:48px}.why-buy__list[data-v-74f2e599]{gap:26px}.why-buy__list--note[data-v-74f2e599]{font-size:20px;padding-top:16px}.why-buy__list li p[data-v-74f2e599]{font-size:28px;line-height:48px}.why-buy__badges[data-v-74f2e599]{gap:32px}.why-buy__badges .lowest-price[data-v-74f2e599]{width:192px;height:192px}.why-buy__badges .rating[data-v-74f2e599]{width:380px}}@media screen and (max-width: 1280px){.why-buy[data-v-74f2e599]{padding:64px 0}.why-buy__wrapper[data-v-74f2e599]{max-width:var(--wrapper-small);margin:52px auto 0}.why-buy__title[data-v-74f2e599]{font-size:34%;line-height:38px}.why-buy__list[data-v-74f2e599]{gap:20px}.why-buy__list--note[data-v-74f2e599]{font-size:16px;padding-top:12px}.why-buy__list li p[data-v-74f2e599]{font-size:22px;line-height:38px}.why-buy__badges[data-v-74f2e599]{gap:26px}.why-buy__badges .lowest-price[data-v-74f2e599]{width:154px;height:154px}.why-buy__badges .rating[data-v-74f2e599]{width:304px}}@media screen and (max-width: 1024px){.why-buy[data-v-74f2e599]{padding:40px 30px}.why-buy__wrapper[data-v-74f2e599]{margin:40px auto 0;flex-direction:column;gap:32px}.why-buy__title[data-v-74f2e599]{font-size:28px;line-height:30px}.why-buy__list[data-v-74f2e599]{gap:32px;text-align:left}.why-buy__list--note[data-v-74f2e599]{font-size:24px;padding-top:0}.why-buy__list li p[data-v-74f2e599]{font-size:24px;line-height:30px;font-weight:500}.why-buy__badges[data-v-74f2e599]{gap:40px}.why-buy__badges .lowest-price[data-v-74f2e599]{width:240px;height:240px}.why-buy__badges .rating[data-v-74f2e599]{width:300px}}.about[data-v-889e1164]{background:var(--vt-c-black-100);width:100%;padding:40px 0}.about__wrapper[data-v-889e1164]{max-width:var(--wrapper);margin:0 auto;display:flex;gap:80px}.about__title[data-v-889e1164]{color:#26e36e;font-family:Unbounded;font-size:40px;font-weight:500;line-height:52px;width:430px}.about__subtitle[data-v-889e1164]{color:var(--vt-c-white);font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:38px;flex:1}@media screen and (max-width: 1536px){.about[data-v-889e1164]{padding:32px 0}.about__wrapper[data-v-889e1164]{max-width:var(--wrapper-large);gap:64px}.about__title[data-v-889e1164]{font-size:32px;line-height:42px;width:344px}.about__subtitle[data-v-889e1164]{font-size:20px;line-height:30px}}@media screen and (max-width: 1280px){.about[data-v-889e1164]{padding:26px 0}.about__wrapper[data-v-889e1164]{max-width:var(--wrapper-small);gap:52px}.about__title[data-v-889e1164]{font-size:26px;line-height:34px;width:276px}.about__subtitle[data-v-889e1164]{font-size:16px;line-height:24px}}@media screen and (max-width: 1024px){.about[data-v-889e1164]{padding:40px 30px}.about__wrapper[data-v-889e1164]{gap:32px;flex-direction:column}.about__title[data-v-889e1164]{font-size:32px;line-height:40px;width:100%}.about__subtitle[data-v-889e1164]{font-size:16px;line-height:24px}}.tire-collage[data-v-36bae502]{padding:80px 0;background:var(--vt-c-white)}.wrapper[data-v-36bae502]{position:relative;max-width:var(--wrapper);margin:0 auto;font-size:22px;color:var(--vt-c-gray-3)}.title[data-v-36bae502]{color:var(--vt-c-black-100);text-align:center;font-family:Unbounded;font-size:54px;font-weight:500;line-height:60px}.collage[data-v-36bae502]{margin-top:80px;display:flex;justify-content:space-between;width:100%}.collage__season[data-v-36bae502]{font-family:Unbounded;font-size:24px;font-weight:700;line-height:42px;text-transform:uppercase}.collage__type[data-v-36bae502]{color:#26e36e;font-family:Unbounded;font-size:32px;font-style:normal;font-weight:700;line-height:42px;text-transform:uppercase}.collage__note[data-v-36bae502]{font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:38px;margin-top:20px}.collage li[data-v-36bae502]{flex:1}.collage li img[data-v-36bae502]{width:346px;margin-top:20px}@media screen and (max-width: 1536px){.tire-collage[data-v-36bae502]{padding:64px 0}.wrapper[data-v-36bae502]{max-width:var(--wrapper-large);font-size:18px}.title[data-v-36bae502]{font-size:44px;line-height:48px}.collage[data-v-36bae502]{margin-top:64px}.collage__season[data-v-36bae502]{font-size:20px;line-height:34px}.collage__type[data-v-36bae502]{font-size:26px;line-height:34px}.collage__note[data-v-36bae502]{font-size:20px;line-height:30px;margin-top:16px}.collage li img[data-v-36bae502]{width:276px;margin-top:16px}}@media screen and (max-width: 1280px){.tire-collage[data-v-36bae502]{padding:52px 0}.wrapper[data-v-36bae502]{max-width:var(--wrapper-small);font-size:14px}.title[data-v-36bae502]{font-size:36px;line-height:38px}.collage[data-v-36bae502]{margin-top:52px}.collage__season[data-v-36bae502]{font-size:16px;line-height:28px}.collage__type[data-v-36bae502]{font-size:20px;line-height:28px}.collage__note[data-v-36bae502]{font-size:16px;line-height:24px;margin-top:12px}.collage li img[data-v-36bae502]{width:220px;margin-top:12px}}@media screen and (max-width: 1024px){.tire-collage[data-v-36bae502]{padding:40px 30px}.title[data-v-36bae502]{font-size:28px;line-height:30px}.collage[data-v-36bae502]{margin-top:40px;flex-direction:column;gap:40px;align-items:center}.collage__season[data-v-36bae502]{font-size:20px;line-height:42px}.collage__type[data-v-36bae502]{font-size:28px;line-height:42px}.collage__note[data-v-36bae502]{font-size:20px;line-height:40px;margin-top:20px}.collage li[data-v-36bae502]{width:300px}.collage li img[data-v-36bae502]{width:300px;margin-top:20px}}.main[data-v-e9903f5a]{margin-top:-114px;background:transparent}.main[data-v-e9903f5a] .search .tab{background-color:#1b1b1b}.main[data-v-e9903f5a] .search .tab.active{background-color:#2d2d2d}.main[data-v-e9903f5a] .search .search-menu{background:linear-gradient(.32deg,#000000 .27%,#2D2D2D 99.71%);height:auto}.main[data-v-e9903f5a] .search .search-menu .wrapper .row{align-items:center}.main[data-v-e9903f5a] .search .search-menu .wrapper .row .column:last-child{padding:47px 0}.main[data-v-e9903f5a] .search .search-params{margin-top:30px}.main[data-v-e9903f5a] .search .tabs .tab{background-color:transparent}.main[data-v-e9903f5a] .search .homepage-search-menu__right{padding:24px 33px;background:rgba(115,112,112,.2);box-shadow:0 3.649px 18.244px #00000040}.main[data-v-e9903f5a] .search .homepage-search-menu__right-title{color:var(--vt-c-white);font-size:16px;line-height:normal;letter-spacing:.64px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item:before{width:100%;background-color:#cacccf}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item:last-child p{color:var(--vt-c-white)}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title{color:#26e36e;font-size:18px;font-weight:500;line-height:normal}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title:before{font-size:22px;top:-2px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-img{height:149px;background-color:var(--vt-c-white);object-position:bottom}#onboard-overlay[data-v-e9903f5a]{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:1}@media screen and (max-width: 1536px){.main[data-v-e9903f5a] .search .homepage-search-menu__right{padding:19.2px 26.4px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-title{font-size:12.8px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title{font-size:14.4px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title:before{font-size:17.6px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-img{height:119.2px}}@media screen and (max-width: 1024px){.main[data-v-e9903f5a] .search{position:relative}.main[data-v-e9903f5a] .search .search-tab{position:absolute;top:40px;width:100%}.main[data-v-e9903f5a] .search .search-tab .tab{flex:1;width:100%}.main[data-v-e9903f5a] .search .search-menu{border-radius:0;border-top:1px solid var(--vt-c-white)}.main[data-v-e9903f5a] .search .search-menu .wrapper{padding:96px 30px 36px}.main[data-v-e9903f5a] .search .search-menu .wrapper .row .column{width:100%}.main[data-v-e9903f5a] .search .search-menu .wrapper .row .column:last-child{padding:0 0 36px}.main[data-v-e9903f5a] .search .homepage-search-menu__right{padding:12px 10px;gap:31px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-title{padding:0;font-size:14px;letter-spacing:.56px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title{color:var(--vt-c-white);font-size:12px;font-weight:500;line-height:normal}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-title:before{border-width:3px;border-color:#26e36e;top:6px}.main[data-v-e9903f5a] .search .homepage-search-menu__right-item-img{height:72px}}.promotion-banner[data-v-629fd2ba]{position:relative;height:923px;margin-top:-100px}.promotion-banner__image[data-v-629fd2ba]{width:100%;height:100%;object-fit:cover}.promotion__main[data-v-629fd2ba]{border-radius:10px 10px 0 0;margin-top:-83px;background-color:var(--vt-c-blue-8);padding-top:131px;z-index:1;position:relative}.promotion__heading[data-v-629fd2ba]{font-family:Unbounded;font-size:60px;font-weight:500;margin-bottom:90px;text-align:center;color:var(--vt-c-white)}.promotion__list[data-v-629fd2ba]{max-width:var(--wrapper-xxlarge);margin:0 auto;display:flex;gap:16px;flex-wrap:wrap;padding-bottom:212px}.promotion__list-item[data-v-629fd2ba]{width:calc(50% - 8px);border-radius:24px;overflow:hidden;height:14.63vw;max-height:281px;justify-content:center;display:flex;position:relative;flex-direction:column}.promotion__list-item--clickable[data-v-629fd2ba]{cursor:pointer}.promotion__list-image[data-v-629fd2ba]{height:calc(100% - 62px);max-height:219px}.promotion__list-caption[data-v-629fd2ba]{width:100%;height:62px;display:flex;padding:16px 24px;font-size:20px;color:var(--vt-c-white);background-color:#06233b}.promotion__list-caption-icon[data-v-629fd2ba]{width:auto!important;margin-right:10px}.promotion__list-loading-item[data-v-629fd2ba]{width:calc(50% - 8px);height:14.63vw;max-height:281px;border-radius:24px}.promotion__list-empty[data-v-629fd2ba]{font-size:30px;text-align:center;color:var(--vt-c-white);font-family:Unbounded;width:100%}.promotion__bottom[data-v-629fd2ba]{padding:180px 90px 90px;background-color:var(--vt-c-blue-7);z-index:0;position:relative}.promotion__bottom-image[data-v-629fd2ba]{position:absolute;top:-120px;left:50%;transform:translate(-50%);border-radius:50%;cursor:pointer}.promotion__bottom-heading[data-v-629fd2ba]{font-family:Unbounded;font-size:50px;text-align:center;font-weight:700;color:var(--vt-c-white)}.promotion__bottom-heading span[data-v-629fd2ba]{font-weight:900}@media screen and (max-width: 1740px){.promotion-banner[data-v-629fd2ba]{height:738.4px}}@media screen and (max-width: 1270px){.promotion__list-caption[data-v-629fd2ba]{font-size:15px}}@media screen and (max-width: 1024px){.promotion-banner[data-v-629fd2ba]{height:324px;margin-top:-20px}.promotion__main[data-v-629fd2ba]{margin-top:-64px;padding-top:59px}.promotion__heading[data-v-629fd2ba]{font-size:20px;margin-bottom:22px}.promotion__list[data-v-629fd2ba]{gap:0;padding-bottom:86px}.promotion__list-item[data-v-629fd2ba]{width:100%;height:114px;margin-bottom:16px;border-radius:8px}.promotion__list-image[data-v-629fd2ba]{height:83px}.promotion__list-caption[data-v-629fd2ba]{padding:8px 12px;font-size:10px;height:31px}.promotion__list-loading[data-v-629fd2ba]{flex-direction:column}.promotion__list-loading-item[data-v-629fd2ba]{width:100%;height:114px;margin-bottom:16px;border-radius:8px}.promotion__list-empty[data-v-629fd2ba]{font-size:16px}.promotion__bottom[data-v-629fd2ba]{padding:72px 58px 20px}.promotion__bottom-image[data-v-629fd2ba]{width:100px;top:-50px}.promotion__bottom-heading[data-v-629fd2ba]{font-size:19px}}.about-banner[data-v-7fe9dbc3]{position:relative;height:923px;margin-top:-100px}.about-banner__image[data-v-7fe9dbc3]{width:100%;height:100%;object-fit:cover}.about__container[data-v-7fe9dbc3]{max-width:var(--wrapper-large);margin-left:auto;margin-right:auto}.about__main[data-v-7fe9dbc3]{border-radius:10px 10px 0 0;margin-top:-83px;background-color:var(--vt-c-white);padding-top:131px;z-index:1;position:relative}.about__main h1[data-v-7fe9dbc3]{margin-bottom:72px;font-family:Unbounded;font-size:54px;font-weight:400;line-height:normal}.about__main h1 b[data-v-7fe9dbc3]{font-weight:700}.about__caption[data-v-7fe9dbc3]{margin-bottom:60px;font-size:24px;line-height:29.05px;font-weight:400;font-family:Inter,sans-serif}.about__content[data-v-7fe9dbc3]{margin-bottom:48px;padding-bottom:48px;border-bottom:.3px solid var(--vt-c-blue-7)}.about__content[data-v-7fe9dbc3]:last-child{border-bottom:none}.about__content h2[data-v-7fe9dbc3]{color:var(--vt-c-blue-7);font-family:Unbounded;font-size:30px;line-height:37px;display:block;margin-bottom:36px;font-weight:500}.about__content-caption[data-v-7fe9dbc3]{font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:29.05px;margin-bottom:36px}.about__content-caption--bold[data-v-7fe9dbc3]{font-weight:500;font-family:Unbounded;font-size:24px;margin-bottom:20px}.about__content-list[data-v-7fe9dbc3]{margin-left:20px}.about__content-list li[data-v-7fe9dbc3]{margin-bottom:20px;list-style-type:disc;flex-grow:1;flex-shrink:0;flex-basis:50%}.about__content-list li p[data-v-7fe9dbc3]{font-size:24px;font-weight:400;line-height:29.05px;font-family:Inter,sans-serif}.about__content-list--number[data-v-7fe9dbc3]{margin-left:24px}.about__content-list--number li[data-v-7fe9dbc3]{list-style-type:decimal}.about__content-list--number li[data-v-7fe9dbc3]::marker{font-size:24px;font-weight:700;color:var(--vt-c-blue-7)}@media screen and (max-width: 1740px){.about-banner[data-v-7fe9dbc3]{height:738.4px}}@media screen and (max-width: 1536px){.about__container[data-v-7fe9dbc3]{max-width:var(--wrapper-small);margin-left:auto;margin-right:auto}}@media screen and (max-width: 1024px){.about-banner[data-v-7fe9dbc3]{height:324px;margin-top:-20px}.about__main[data-v-7fe9dbc3]{margin-top:-64px;padding-top:59px}.about__main h1[data-v-7fe9dbc3]{font-size:16px;margin-bottom:16px}.about__container[data-v-7fe9dbc3]{padding:0 16px;max-width:100%}.about__heading[data-v-7fe9dbc3]{font-size:20px;margin-bottom:22px}.about__caption[data-v-7fe9dbc3]{font-size:12px;line-height:14.5px;margin-bottom:20px}.about__content[data-v-7fe9dbc3]{margin-bottom:20px;padding-bottom:20px}.about__content h2[data-v-7fe9dbc3]{font-size:14px;margin-bottom:20px;line-height:17.36px}.about__content-caption[data-v-7fe9dbc3]{font-size:12px;line-height:14.5px;margin-bottom:24px}.about__content-caption--bold[data-v-7fe9dbc3]{font-size:14px;margin-bottom:20px;line-height:17.36px}.about__content-list li[data-v-7fe9dbc3]{margin-bottom:12px}.about__content-list li p[data-v-7fe9dbc3]{font-size:12px;line-height:14.5px}.about__content-list--number[data-v-7fe9dbc3]{margin-left:16px}.about__content-list--number li[data-v-7fe9dbc3]::marker{font-size:12px}}.about__content-list li a{color:var(--vt-c-black);cursor:pointer}
