@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* global */
body {
  font-family: 'Inter', Arial, sans-serif;
  margin: 0;
}

:root {
    --vc-bg: #111111;
    --vc-surface: #181818;
    --vc-border: rgba(255, 255, 255, 0.12);
    --vc-text: #ffffff;
    --vc-muted: #bdbdbd;
    --vc-green: #9cff00;
    --vc-green-dark: #18c64e;
    --vc-radius-pill: 999px;
    --vc-container: 1804px;
    --vc-x: clamp(20px, 2.4vw, 46px);
    --vc-font: inherit;
}

body {
    background: #050505;
    color: var(--vc-text);
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
}

a {
    color: var(--vc-green);
    text-decoration-color: rgba(156, 255, 0, .45);
    text-underline-offset: .18em;
    transition: color .18s ease, text-decoration-color .18s ease, opacity .18s ease;
}

a:hover,
a:focus-visible {
    color: #ffffff;
    text-decoration-color: currentColor;
}

a:active {
    color: var(--vc-green-dark);
}

html {
    background: #050505;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-basic-page {
    width: min(100% - calc(var(--vc-x) * 2), 1080px);
    margin: 0 auto;
    padding: clamp(58px, 8vw, 118px) 0 clamp(76px, 9vw, 132px);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content {
    color: var(--vc-text);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-header {
    max-width: 860px;
    margin-bottom: clamp(34px, 5vw, 62px);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 700;
    line-height: .98;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content {
    max-width: 820px;
    color: #d7d7d7;
    font-size: clamp(16px, 1.35vw, 18px);
    line-height: 1.7;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content > *:first-child {
    margin-top: 0;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content > *:last-child {
    margin-bottom: 0;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h2,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h3,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h4 {
    margin: 1.7em 0 .65em;
    color: #ffffff;
    line-height: 1.15;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h2 {
    font-size: clamp(30px, 3.5vw, 46px);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h3 {
    font-size: clamp(23px, 2.4vw, 32px);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content h4 {
    font-size: 20px;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content p,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content ul,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content ol,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content blockquote,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content table {
    margin: 0 0 1.25em;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content ul,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content ol {
    padding-left: 1.25em;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content li + li {
    margin-top: .45em;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content strong {
    color: #ffffff;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content blockquote {
    padding: 2px 0 2px 22px;
    border-left: 3px solid var(--vc-green);
    color: #ffffff;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.45;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content img {
    max-width: 100%;
    height: auto;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content figure {
    margin: 2em 0;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content figcaption {
    margin-top: 10px;
    color: var(--vc-muted);
    font-size: 14px;
    line-height: 1.45;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
    font-size: 15px;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content th,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content td {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    text-align: left;
    vertical-align: top;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content th {
    color: #ffffff;
    font-weight: 700;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .wp-block-button__link,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--vc-radius-pill);
    background: linear-gradient(90deg, var(--vc-green), var(--vc-green-dark));
    color: #050505;
    font-size: 15px;
    font-weight: 700;
    padding: 0 24px;
    text-decoration: none;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .wp-block-button__link:hover,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .button:hover {
    color: #050505;
    filter: brightness(1.07);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-footer {
    margin-top: 42px;
    color: var(--vc-muted);
    font-size: 14px;
}

@media (max-width: 720px) {
    body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-basic-page {
        width: min(100% - 32px, 560px);
        padding: 42px 0 82px;
    }
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content:has(.vc-how-page) {
    max-width: none;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content:has(.vc-how-page) .vc-how-eyebrow + h1,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .entry-content:has(.vc-how-page) .vc-how-eyebrow + h2 {
    margin-top: 0;
}

.vc-how-page {
    color: #ffffff;
}

.vc-how-page * {
    box-sizing: border-box;
}

.vc-how-section {
    margin: clamp(64px, 9vw, 124px) 0 0;
}

.vc-how-section:first-child {
    margin-top: 0;
}

.vc-how-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
    gap: clamp(34px, 6vw, 88px);
    align-items: center;
}

.vc-how-eyebrow {
    margin: 0 0 14px;
    color: var(--vc-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-eyebrow {
    margin: 0 0 14px;
    color: var(--vc-green);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.vc-how-page h1,
.vc-how-page h2,
.vc-how-page h3,
.vc-how-page h4 {
    color: #ffffff;
}

.vc-how-page h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 700;
    line-height: .92;
}

.vc-how-page h2 {
    max-width: 880px;
    margin: 0 0 18px;
    font-size: clamp(34px, 4.6vw, 64px);
    font-weight: 700;
    line-height: .98;
}

.vc-how-page h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.08;
}

.vc-how-page h4 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.2;
}

.vc-how-lead,
.vc-how-section > p:not(.vc-how-eyebrow),
.vc-how-copy {
    max-width: 860px;
    color: #d1d1d1;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.62;
}

.vc-how-lead {
    margin: 24px 0 0;
}

.vc-how-media {
    margin: 0;
    background: #101010;
    overflow: hidden;
}

.vc-how-media img,
.vc-how-feature img,
.vc-how-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.vc-how-media img {
    aspect-ratio: 892 / 528;
    object-fit: cover;
}

.vc-how-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.vc-how-card {
    min-width: 0;
    padding: 24px;
    background: #0d0d0d;
}

.vc-how-card__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 999px;
    background: rgba(156, 255, 0, .1);
    color: var(--vc-green);
    font-size: 18px;
    font-weight: 700;
}

.vc-how-card p,
.vc-how-feature p,
.vc-how-faq p,
.vc-how-final p {
    margin: 0;
    color: #c8c8c8;
    font-size: 15px;
    line-height: 1.55;
}

.vc-how-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.vc-how-feature {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 0;
    min-height: clamp(320px, 35vw, 520px);
    background: #050505;
}

.vc-how-feature figure {
    margin: 0;
    height: 100%;
    overflow: hidden;
    background: #050505;
}

.vc-how-feature img {
    height: 100%;
    min-height: clamp(320px, 35vw, 520px);
    aspect-ratio: 16 / 11;
    object-fit: contain;
    transition: transform .28s ease, opacity .28s ease;
}

.vc-how-feature__body {
    position: absolute;
    inset: auto 0 0;
    min-width: 0;
    padding: clamp(22px, 3vw, 34px);
    background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, .78) 22%, rgba(5, 5, 5, .96) 100%);
    transform: translateY(calc(100% - 74px));
    transition: transform .24s ease;
}

.vc-how-feature:hover img,
.vc-how-feature:focus-within img,
.vc-how-feature:focus img {
    transform: scale(1.035);
    opacity: .72;
}

.vc-how-feature:hover .vc-how-feature__body,
.vc-how-feature:focus-within .vc-how-feature__body,
.vc-how-feature:focus .vc-how-feature__body {
    transform: translateY(0);
}

.vc-how-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 34px;
    padding: 28px 28px;
    min-height: 132px;
    background: linear-gradient(90deg, rgba(156, 255, 0, .12), rgba(24, 198, 78, .08)), #0d0d0d;
}

.vc-how-cta h3 {
    margin: 0;
    padding: 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.08;
    align-self: center;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-cta h3 {
    margin: 0;
    padding: 0;
}

.vc-how-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--vc-radius-pill);
    background: linear-gradient(90deg, var(--vc-green), var(--vc-green-dark));
    color: #050505;
    font-size: 15px;
    font-weight: 700;
    padding: 0 24px;
    text-decoration: none;
    align-self: center;
    white-space: nowrap;
}

.vc-how-button:hover,
.vc-how-button:focus-visible {
    color: #050505;
    filter: brightness(1.08);
}

.vc-how-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.vc-how-gallery figure {
    margin: 0;
    background: #0d0d0d;
    overflow: hidden;
}

.vc-how-gallery img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.vc-how-gallery figcaption {
    margin: 0;
    padding: 14px;
    color: #c8c8c8;
    font-size: 13px;
    line-height: 1.35;
}

.vc-how-faq {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

.vc-how-faq details {
    background: #0d0d0d;
}

.vc-how-faq summary {
    position: relative;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 18px 52px 18px 20px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.vc-how-faq summary::-webkit-details-marker {
    display: none;
}

.vc-how-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    color: var(--vc-green);
    font-size: 24px;
    line-height: 1;
}

.vc-how-faq details[open] summary::after {
    content: "-";
}

.vc-how-faq details > div {
    padding: 0 20px 20px;
}

.vc-how-reviews {
    position: relative;
    width: 100%;
    max-width: none;
    margin-top: 34px;
    overflow: visible;
}

.vc-how-reviews > *,
.vc-how-reviews :is(.swiper, .swiper-container, .slick-slider, .splide, .vc-reviews-slider, .vc-reviews-carousel) {
    width: 100%;
    max-width: none;
}

.vc-how-reviews :is(.swiper, .swiper-container, .slick-slider, .splide, .vc-reviews-slider, .vc-reviews-carousel) {
    position: relative;
    overflow: visible;
}

.vc-how-reviews :is(.swiper-wrapper, .slick-track, .splide__list) {
    width: 100%;
}

.vc-how-reviews :is(.slick-list, .splide__track) {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.vc-how-reviews :is(.swiper-button-prev, .swiper-button-next, .slick-prev, .slick-next, .splide__arrow, .vc-slider-arrow) {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    transform: translateY(-50%);
}

.vc-how-reviews :is(.swiper-button-prev, .slick-prev, .splide__arrow--prev, .vc-slider-arrow--left) {
    left: -58px;
}

.vc-how-reviews :is(.swiper-button-next, .slick-next, .splide__arrow--next, .vc-slider-arrow--right) {
    right: -58px;
}

.vc-how-reviews :is(.swiper-button-prev, .swiper-button-next)::after,
.vc-how-reviews :is(.slick-prev, .slick-next)::before,
.vc-how-reviews :is(.vc-slider-arrow)::before {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
}

.vc-how-reviews :is(.swiper-button-prev)::after,
.vc-how-reviews :is(.slick-prev)::before,
.vc-how-reviews :is(.vc-slider-arrow--left)::before {
    content: "‹";
}

.vc-how-reviews :is(.swiper-button-next)::after,
.vc-how-reviews :is(.slick-next)::before,
.vc-how-reviews :is(.vc-slider-arrow--right)::before {
    content: "›";
}

.vc-how-reviews .splide__arrow svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.vc-how-reviews :is(.swiper-button-prev, .swiper-button-next, .slick-prev, .slick-next, .splide__arrow, .vc-slider-arrow):hover,
.vc-how-reviews :is(.swiper-button-prev, .swiper-button-next, .slick-prev, .slick-next, .splide__arrow, .vc-slider-arrow):focus-visible {
    color: var(--vc-green);
}

.vc-how-final {
    padding: clamp(28px, 5vw, 56px);
    background: #0d0d0d;
}

.vc-how-final p {
    max-width: 860px;
    margin-top: 16px;
    font-size: clamp(16px, 1.4vw, 18px);
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-final .vc-how-final__action,
body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-final p:has(.vc-how-button) {
    max-width: none;
    display: flex;
    justify-content: center;
    margin: clamp(28px, 4vw, 46px) 0 0;
    padding: 0;
    text-align: center;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-final .vc-how-button {
    width: fit-content;
    max-width: 100%;
    display: flex;
    margin: clamp(28px, 4vw, 46px) auto 0;
}

body.page:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .vc-page-content .vc-how-final .vc-how-final__action .vc-how-button {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .vc-how-reviews :is(.swiper-button-prev, .slick-prev, .splide__arrow--prev, .vc-slider-arrow--left) {
        left: -26px;
    }

    .vc-how-reviews :is(.swiper-button-next, .slick-next, .splide__arrow--next, .vc-slider-arrow--right) {
        right: -26px;
    }

    .vc-how-hero,
    .vc-how-feature-grid {
        grid-template-columns: 1fr;
    }

    .vc-how-grid,
    .vc-how-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .vc-how-section {
        margin-top: 58px;
    }

    .vc-how-grid,
    .vc-how-gallery {
        grid-template-columns: 1fr;
    }

    .vc-how-feature-grid {
        grid-template-columns: 1fr;
    }

    .vc-how-feature,
    .vc-how-feature img {
        min-height: 0;
    }

    .vc-how-feature__body {
        position: static;
        padding: 22px;
        background: #0d0d0d;
        transform: none;
    }

    .vc-how-reviews {
        padding-inline: 36px;
    }

    .vc-how-reviews :is(.swiper-button-prev, .slick-prev, .splide__arrow--prev, .vc-slider-arrow--left) {
        left: -4px;
    }

    .vc-how-reviews :is(.swiper-button-next, .slick-next, .splide__arrow--next, .vc-slider-arrow--right) {
        right: -4px;
    }

    .vc-how-cta {
        grid-template-columns: 1fr;
        min-height: 0;
        align-items: start;
    }

    .vc-how-card,
    .vc-how-cta,
    .vc-how-final {
        padding: 22px;
    }

    .vc-how-button {
        width: 100%;
    }
}

body > main {
    flex: 1 0 auto;
}

.edit-link,
.post-edit-link,
a.post-edit-link {
    display: none !important;
}

.site-footer {
    margin-top: auto;
}

.vc-container {
    width: min(100% - calc(var(--vc-x) * 2), var(--vc-container));
    margin-inline: auto;
}

.vc-logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.vc-cart-notice {
    position: fixed;
    right: clamp(18px, 2.4vw, 42px);
    bottom: clamp(18px, 2.4vw, 42px);
    z-index: 9999;
    width: min(calc(100vw - 36px), 430px);
    min-height: 58px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding: 14px 16px;
    border: 1px solid rgba(156, 255, 0, .42);
    background: rgba(5, 5, 5, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .2s ease, transform .2s ease;
}

.vc-cart-notice.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.vc-cart-notice__mark {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vc-green), var(--vc-green-dark));
    color: #050505;
    font-size: 15px;
    font-weight: 700;
}

.vc-cart-notice__text {
    min-width: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.vc-cart-notice__link {
    color: var(--vc-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.vc-cart-notice__link:hover,
.vc-cart-notice__link:focus-visible {
    color: #ffffff;
}

/* Product cards */
.vc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    width: min(100%, 1180px);
    margin-inline: auto;
}

.vc-product-card {
    min-width: 0;
    background: transparent;
}

.vc-product-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #111111;
    text-decoration: none;
}

.vc-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .28s ease;
}

.vc-product-card:hover .vc-product-card__image img {
    transform: scale(1.035);
}

.vc-product-card__body {
    padding-top: 22px;
}

.vc-product-card__brand {
    display: block;
    margin-bottom: 4px;
    color: var(--vc-muted);
    font-size: 14px;
}

.vc-product-card h3 {
    margin: 0 0 10px;
    font-size: 23px;
    line-height: 1.15;
}

.vc-product-card h3 a {
    color: var(--vc-text);
    text-decoration: none;
}

.vc-product-card p {
    margin: 0;
    color: var(--vc-muted);
    font-size: 15px;
    line-height: 1.55;
}

.vc-product-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
}

.vc-product-card__meta strong,
.vc-product-card__meta .amount {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.vc-product-card__meta_availability {
    color: var(--vc-muted);
    font-size: 14px;
    font-weight: 700;
}

.vc-product-card__meta_availability--in_house {
    color: var(--vc-green);
}

.vc-product-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, .48fr);
    margin-top: 18px;
    border-radius: var(--vc-radius-pill);
    overflow: hidden;
    background: #2c2c2c;
}

.vc-product-card__actions a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: var(--vc-text);
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.1;
}

.vc-product-card__cart {
    border: 0;
    background: #252525;
    color: #a3ff00 !important;
    cursor: pointer;
    position: relative;
}

.vc-product-card__cart.added {
    background: #252525;
}

.vc-product-card__cart.loading {
    cursor: wait;
    pointer-events: none;
}

.vc-product-card__cart.loading .vc-product-card__cart-icon {
    opacity: 0;
}

.vc-product-card__cart.loading::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    border: 2px solid rgba(163, 255, 0, .24);
    border-top-color: #a3ff00;
    border-radius: 999px;
    animation: vc-spin .7s linear infinite;
}

.vc-product-card__actions .added_to_cart {
    display: none;
}

.vc-product-card__cart-icon,
.vc-product-card__cart svg {
    display: block;
    width: 24px;
    height: 24px;
}

.vc-product-card__cart svg,
.vc-product-card__cart svg path {
    color: #a3ff00 !important;
    stroke: #a3ff00 !important;
}

@keyframes vc-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {
    .vc-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .vc-product-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .vc-product-card h3 {
        font-size: 21px;
    }

    .vc-product-card__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .vc-product-card__actions {
        grid-template-columns: minmax(0, 1fr) 58px;
    }
}

.vc-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 38px;
    border-radius: var(--vc-radius-pill);
    background: linear-gradient(90deg, var(--vc-green), var(--vc-green-dark));
    color: #070707;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    transition: transform .18s ease, filter .18s ease;
}

.vc-button:hover {
    color: #070707;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.vc-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vc-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

.vc-vehicle-chooser {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.vc-vehicle-chooser.is-open {
    display: flex;
}

.vc-vehicle-chooser__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
}

.vc-vehicle-chooser__dialog {
    position: relative;
    width: min(100%, 580px);
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
    padding: 32px;
    color: #ffffff;
    z-index: 1;
}

.vc-vehicle-chooser__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.vc-vehicle-chooser__header {
    margin-bottom: 24px;
}

.vc-vehicle-chooser__label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--vc-muted);
}

.vc-vehicle-chooser__select {
    width: 100%;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background-color: #141414;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 10px 6px;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    padding-right: 46px;
    margin-bottom: 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.vc-vehicle-chooser__select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.vc-vehicle-chooser__select option {
    background: #141414;
    color: #ffffff;
}

.vc-vehicle-chooser__hint {
    margin: 0;
    color: var(--vc-muted);
    font-size: 15px;
    min-height: 24px;
}

body.vc-vehicle-chooser-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .vc-vehicle-chooser__dialog {
        border-radius: 20px;
        padding: 24px;
    }
}

.vc-lang-dropdown {
    position: relative;
    display: inline-block;
    z-index: 20;
}

.vc-lang-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--vc-text);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
}

.vc-lang-dropdown__toggle svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.vc-lang-dropdown__menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 128px;
    padding: 16px 0;
    border-radius: 4px;
    background: #1d1d1d;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.vc-lang-dropdown__item {
    display: block;
    padding: 13px 28px;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    font-size: 16px;
}

.vc-lang-dropdown__item:hover {
    background: rgba(151, 151, 151, 0.16);
    color: #a3ff00;
}

.vc-lang-dropdown.is-open .vc-lang-dropdown__menu,
.vc-lang-dropdown:hover .vc-lang-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Contact page */
.vc-contact-page {
    background: #050505;
    color: var(--vc-text);
}

.vc-contact-page__hero {
    padding: clamp(72px, 9vw, 126px) 0 clamp(44px, 6vw, 78px);
    background:
        radial-gradient(circle at 80% 12%, rgba(163, 255, 0, .08), transparent 28%),
        #050505;
}

.vc-contact-page__hero h1 {
    max-width: 960px;
    margin: 0 0 20px;
    font-size: clamp(42px, 5.2vw, 80px);
    line-height: .98;
}

.vc-contact-page__hero p:not(.vc-eyebrow) {
    max-width: 760px;
    margin: 0;
    color: var(--vc-muted);
    font-size: 18px;
    line-height: 1.7;
}

.vc-contact-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr);
    gap: clamp(28px, 5vw, 72px);
    padding-bottom: 64px;
}

.vc-contact-page__form-wrap,
.vc-contact-page__panel,
.vc-contact-page__map {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .018), transparent 58%),
        #090909;
}

.vc-contact-page__form-wrap {
    padding: clamp(28px, 4vw, 52px);
}

.vc-contact-page__form-wrap h2,
.vc-contact-page__panel h2,
.vc-contact-page__map h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.vc-contact-page__notice {
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #ffffff;
    font-weight: 700;
}

.vc-contact-page__notice--success {
    border-color: rgba(163, 255, 0, .36);
    background: rgba(163, 255, 0, .08);
}

.vc-contact-page__notice--error {
    border-color: rgba(255, 92, 92, .42);
    background: rgba(255, 92, 92, .08);
}

.vc-contact-form {
    display: grid;
    gap: 18px;
}

.vc-contact-form label {
    display: grid;
    gap: 9px;
}

.vc-contact-form span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.vc-contact-form input,
.vc-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: #0b0b0b;
    color: #ffffff;
    font: inherit;
    font-size: 16px;
    outline: none;
}

.vc-contact-form input {
    min-height: 54px;
    padding: 0 16px;
}

.vc-contact-form textarea {
    resize: vertical;
    min-height: 170px;
    padding: 15px 16px;
}

.vc-contact-form input:focus,
.vc-contact-form textarea:focus {
    border-color: rgba(163, 255, 0, .58);
}

.vc-contact-form__trap {
    position: absolute;
    left: -9999px;
}

.vc-contact-form .vc-button {
    justify-self: start;
    border: 0;
    cursor: pointer;
}

.vc-contact-page__details {
    display: grid;
    gap: 22px;
    align-self: start;
}

.vc-contact-page__panel {
    padding: clamp(26px, 3vw, 38px);
}

.vc-contact-page__panel a {
    display: grid;
    gap: 5px;
    padding: 14px 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
}

.vc-contact-page__panel a + a {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.vc-contact-page__panel a span {
    color: var(--vc-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.vc-contact-page__panel a:hover {
    color: var(--vc-green);
}

.vc-contact-page__panel p {
    margin: 0 0 10px;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.6;
}

.vc-contact-page__panel strong {
    color: #ffffff;
}

.vc-contact-page__map {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin-bottom: clamp(76px, 9vw, 126px);
    padding: 0;
}

.vc-contact-page__map > div {
    padding: clamp(28px, 4vw, 48px);
}

.vc-contact-page__map p:not(.vc-eyebrow) {
    margin: 0 0 24px;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.68;
}

.vc-contact-page__map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    filter: grayscale(1) invert(.9) contrast(.9);
}

@media (max-width: 960px) {
    .vc-contact-page__layout,
    .vc-contact-page__map {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .vc-contact-page__hero h1 {
        font-size: 36px;
    }

    .vc-contact-form .vc-button,
    .vc-contact-page__map .vc-button {
        width: 100%;
        padding-inline: 22px;
    }
}

/* 404 page */
.vc-error-page {
    min-height: 72vh;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .03), transparent 42%),
        #050505;
    color: var(--vc-text);
}

.vc-error-page__hero {
    display: flex;
    align-items: center;
    min-height: 72vh;
    padding: clamp(72px, 10vw, 142px) 0;
}

.vc-error-page__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
    gap: clamp(36px, 7vw, 112px);
    align-items: center;
}

.vc-error-page__content h1 {
    max-width: 920px;
    margin: 0 0 24px;
    font-size: clamp(44px, 6.2vw, 94px);
    line-height: .95;
    letter-spacing: 0;
}

.vc-error-page__content p:not(.vc-eyebrow) {
    max-width: 760px;
    margin: 0;
    color: var(--vc-muted);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.72;
}

.vc-error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    align-items: center;
    margin-top: 34px;
}

.vc-error-page__link {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.vc-error-page__link:hover,
.vc-error-page__link:focus-visible {
    color: var(--vc-green);
}

.vc-error-page__panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 46px);
    background:
        linear-gradient(135deg, rgba(156, 255, 0, .1), transparent 42%),
        #101010;
}

.vc-error-page__code {
    display: block;
    margin-bottom: 38px;
    color: rgba(156, 255, 0, .24);
    font-size: clamp(86px, 12vw, 154px);
    font-weight: 900;
    line-height: .78;
}

.vc-error-page__panel h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.vc-error-page__nav {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.vc-error-page__nav a {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.vc-error-page__nav a::after {
    content: ">";
    color: var(--vc-green);
}

.vc-error-page__nav a:hover,
.vc-error-page__nav a:focus-visible {
    color: var(--vc-green);
}

@media (max-width: 900px) {
    .vc-error-page__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .vc-error-page__hero {
        min-height: auto;
        padding: 58px 0 82px;
    }

    .vc-error-page__content h1 {
        font-size: 38px;
    }

    .vc-error-page__actions,
    .vc-error-page__actions .vc-button {
        width: 100%;
    }
}

/* Single post */
.vc-single-post {
    background: #050505;
    color: var(--vc-text);
}

.vc-single-post__hero {
    padding: clamp(64px, 8vw, 118px) 0 clamp(42px, 5vw, 74px);
    background:
        radial-gradient(circle at 78% 18%, rgba(163, 255, 0, .08), transparent 30%),
        #050505;
}

.vc-single-post__hero-inner {
    max-width: 1040px;
}

.vc-single-post__back {
    display: inline-flex;
    margin-bottom: 34px;
    color: var(--vc-muted);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.vc-single-post__back:hover {
    color: var(--vc-green);
}

.vc-single-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 18px;
    color: var(--vc-muted);
    font-size: 15px;
    font-weight: 800;
}

.vc-single-post__meta a {
    color: var(--vc-green);
    text-decoration: none;
}

.vc-single-post__hero h1 {
    max-width: 1000px;
    margin: 0;
    font-size: clamp(42px, 5.3vw, 82px);
    line-height: .98;
}

.vc-single-post__hero p {
    max-width: 780px;
    margin: 24px 0 0;
    color: var(--vc-muted);
    font-size: 19px;
    line-height: 1.7;
}

.vc-single-post__image {
    margin-top: -10px;
    margin-bottom: clamp(52px, 7vw, 86px);
}

.vc-single-post__image img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.vc-single-post__body {
    display: grid;
    justify-items: center;
}

.vc-single-post__content {
    width: min(100%, 820px);
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.82;
}

.vc-single-post__content > *:first-child {
    margin-top: 0;
}

.vc-single-post__content p,
.vc-single-post__content ul,
.vc-single-post__content ol,
.vc-single-post__content blockquote,
.vc-single-post__content figure {
    margin: 0 0 28px;
}

.vc-single-post__content h2,
.vc-single-post__content h3,
.vc-single-post__content h4 {
    color: #ffffff;
    line-height: 1.16;
}

.vc-single-post__content h2 {
    margin: 54px 0 18px;
    font-size: clamp(30px, 3vw, 42px);
}

.vc-single-post__content h3 {
    margin: 42px 0 16px;
    font-size: 27px;
}

.vc-single-post__content a {
    color: var(--vc-green);
}

.vc-single-post__content ul,
.vc-single-post__content ol {
    padding-left: 24px;
}

.vc-single-post__content li + li {
    margin-top: 8px;
}

.vc-single-post__content blockquote {
    padding: 24px 28px;
    border-left: 3px solid var(--vc-green);
    background: #101010;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.62;
}

.vc-single-post__content img {
    max-width: 100%;
    height: auto;
}

.vc-single-post__page-links {
    margin-top: 36px;
}

.vc-single-post__tags {
    width: min(100% - calc(var(--vc-x) * 2), 820px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 46px;
}

.vc-single-post__tags a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: #161616;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.vc-single-post__tags a:hover {
    color: #050505;
    background: var(--vc-green);
}

.vc-single-post__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(64px, 8vw, 104px);
}

.vc-single-post__nav a {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
}

.vc-single-post__nav span {
    margin-bottom: 10px;
    color: var(--vc-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.vc-single-post__nav strong {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.18;
}

.vc-single-post__nav a:hover strong {
    color: var(--vc-green);
}

.vc-single-post__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 22px;
    margin-bottom: clamp(76px, 9vw, 126px);
    padding: clamp(30px, 4vw, 52px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 58%),
        #111111;
}

.vc-single-post__cta h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.vc-single-post__cta p:not(.vc-eyebrow) {
    max-width: 620px;
    margin: 0;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.68;
}

@media (max-width: 820px) {
    .vc-single-post__nav,
    .vc-single-post__cta {
        grid-template-columns: 1fr;
    }

    .vc-single-post__cta .vc-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .vc-single-post__hero h1 {
        font-size: 36px;
    }

    .vc-single-post__content {
        font-size: 16px;
    }

    .vc-single-post__nav a {
        min-height: 120px;
        padding: 24px;
    }
}

/* Blog archive */
.vc-blog-archive {
    background: #050505;
    color: var(--vc-text);
}

.vc-blog-archive__hero {
    padding: clamp(72px, 9vw, 126px) 0 clamp(44px, 6vw, 78px);
    background:
        radial-gradient(circle at 80% 12%, rgba(163, 255, 0, .08), transparent 28%),
        #050505;
}

.vc-blog-archive__hero h1 {
    max-width: 980px;
    margin: 0 0 20px;
    font-size: clamp(42px, 5.2vw, 80px);
    line-height: .98;
}

.vc-blog-archive__hero p,
.vc-blog-archive__description {
    max-width: 760px;
    margin: 0;
    color: var(--vc-muted);
    font-size: 18px;
    line-height: 1.7;
}

.vc-blog-archive__description p {
    margin: 0;
}

.vc-blog-archive__layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(42px, 6vw, 86px);
    padding-bottom: clamp(72px, 9vw, 124px);
}

.vc-blog-archive__sidebar {
    position: sticky;
    top: 28px;
    align-self: start;
}

.vc-blog-archive__sidebar h2 {
    margin: 0 0 18px;
    color: var(--vc-muted);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.vc-blog-archive__sidebar a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.vc-blog-archive__sidebar a:hover,
.vc-blog-archive__sidebar a.is-active {
    color: var(--vc-green);
}

.vc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.vc-blog-card {
    min-width: 0;
}

.vc-blog-card__image {
    display: block;
    aspect-ratio: 1 / .72;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 24%, rgba(163, 255, 0, .16), transparent 34%),
        #111111;
    color: rgba(255, 255, 255, .18);
    text-decoration: none;
}

.vc-blog-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.vc-blog-card__image span {
    min-height: 100%;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.vc-blog-card:hover .vc-blog-card__image img {
    transform: scale(1.035);
}

.vc-blog-card__body {
    padding-top: 22px;
}

.vc-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 12px;
    color: var(--vc-muted);
    font-size: 14px;
    font-weight: 700;
}

.vc-blog-card__meta a {
    color: var(--vc-green);
    text-decoration: none;
}

.vc-blog-card h2 {
    margin: 0 0 12px;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.12;
}

.vc-blog-card h2 a {
    color: #ffffff;
    text-decoration: none;
}

.vc-blog-card p {
    margin: 0;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.64;
}

.vc-blog-card__link {
    display: inline-flex;
    margin-top: 18px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.vc-blog-card__link:hover {
    color: var(--vc-green);
}

.vc-blog-pagination {
    margin-top: 58px;
}

.vc-blog-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-blog-pagination .page-numbers a,
.vc-blog-pagination .page-numbers span {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 12px;
    border-radius: 999px;
    background: #252525;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.vc-blog-pagination .page-numbers .current {
    background: var(--vc-green);
    color: #050505;
}

.vc-blog-empty {
    color: var(--vc-muted);
}

@media (max-width: 1100px) {
    .vc-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vc-blog-archive__layout {
        grid-template-columns: 1fr;
    }

    .vc-blog-archive__sidebar {
        position: static;
    }

    .vc-blog-archive__sidebar a {
        display: inline-flex;
        margin-right: 18px;
    }
}

@media (max-width: 640px) {
    .vc-blog-archive__hero h1 {
        font-size: 36px;
    }

    .vc-blog-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

/* FAQ page */
.vc-faq-page {
    background: #050505;
    color: var(--vc-text);
}

.vc-faq-page__hero {
    padding: clamp(72px, 9vw, 132px) 0 clamp(48px, 6vw, 84px);
    background:
        radial-gradient(circle at 78% 18%, rgba(163, 255, 0, .09), transparent 30%),
        #050505;
}

.vc-faq-page__hero h1 {
    max-width: 980px;
    margin: 0 0 22px;
    font-size: clamp(42px, 5.4vw, 82px);
    line-height: .98;
}

.vc-faq-page__hero p:not(.vc-eyebrow) {
    max-width: 760px;
    margin: 0;
    color: var(--vc-muted);
    font-size: 18px;
    line-height: 1.7;
}

.vc-faq-page__layout {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    gap: clamp(42px, 6vw, 96px);
    padding-bottom: clamp(72px, 9vw, 124px);
}

.vc-faq-page__nav {
    position: sticky;
    top: 28px;
    align-self: start;
}

.vc-faq-page__nav h2 {
    margin: 0 0 18px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--vc-muted);
}

.vc-faq-page__nav a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.vc-faq-page__nav a:hover {
    color: var(--vc-green);
}

.vc-faq-page__group {
    scroll-margin-top: 32px;
}

.vc-faq-page__group + .vc-faq-page__group {
    margin-top: 58px;
}

.vc-faq-page__group h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.vc-faq-page__items {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.vc-faq-page__items details {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.vc-faq-page__items summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 24px 46px 24px 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}

.vc-faq-page__items summary::-webkit-details-marker {
    display: none;
}

.vc-faq-page__items summary::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 4px;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--vc-green);
    border-bottom: 2px solid var(--vc-green);
    transform: rotate(45deg);
    transition: transform .2s ease, top .2s ease;
}

.vc-faq-page__items details[open] summary::after {
    top: 32px;
    transform: rotate(225deg);
}

.vc-faq-page__items p {
    max-width: 820px;
    margin: -8px 0 24px;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.72;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .22s ease, transform .22s ease;
}

.vc-faq-page__items details[open] p {
    opacity: 1;
    transform: translateY(0);
}

.vc-faq-page__items details.is-closing p {
    opacity: 0;
    transform: translateY(-6px);
}

.vc-faq-page__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 70px;
    padding: clamp(30px, 4vw, 48px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 58%),
        #111111;
}

.vc-faq-page__contact h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3vw, 42px);
}

.vc-faq-page__contact p:not(.vc-eyebrow) {
    max-width: 620px;
    margin: 0;
    color: var(--vc-muted);
    font-size: 16px;
    line-height: 1.68;
}

.vc-faq-page__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 900px) {
    .vc-faq-page__layout,
    .vc-faq-page__contact {
        grid-template-columns: 1fr;
    }

    .vc-faq-page__nav {
        position: static;
    }

    .vc-faq-page__nav a {
        display: inline-flex;
        margin-right: 18px;
    }

    .vc-faq-page__contact-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .vc-faq-page__hero h1 {
        font-size: 36px;
    }

    .vc-faq-page__items summary {
        font-size: 17px;
    }

    .vc-faq-page__contact-actions .vc-button {
        width: 100%;
    }
}
