:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #FFC313;
	--wd-alternative-color: #EF8022;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #ffc313;
	--btn-accented-bgcolor-hover: #000000;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

/* =========================================================
   COINCARDS GLOBAL CSS
   ========================================================= */


/* =========================================================
   EXISTING PRODUCT / NAME YOUR PRICE STYLES
   ========================================================= */

.gcv_label label {
    margin-bottom: 0;
    font-weight: 600;
    color: #2d2a2a;
    white-space: nowrap;
}

.nyp_table {
    margin-bottom: 25px;
}

.nyp_table td {
    border: none;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 20px;
}

.nyp_table input {
    color: #777;
    border-color: #ffc313 !important;
    padding: 0 15px;
}


/* =========================================================
   COINCARDS MODERN CONTENT
   ========================================================= */

.cc-modern {
    background-color: #050505;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 110px;
    border: 0 !important;
    outline: 0 !important;
}

.cc-modern .wpb_content_element {
    margin-bottom: 0;
}


/* Keep modern pages dark behind WPBakery rows */

body:has(.cc-modern) .main-page-wrapper {
    background-color: #050505;
}


/* SMALL ORANGE SECTION LABEL */

.cc-modern-kicker {
    color: #f7931a !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
    margin: 0 0 18px !important;
}


/* MAIN PAGE HEADING */

.cc-modern-h1 {
    color: #fff !important;
    font-size: clamp(48px, 6vw, 88px) !important;
    line-height: .98 !important;
    font-weight: 700 !important;
    letter-spacing: -.045em !important;
    max-width: 900px;
    margin: 0 0 30px !important;
}


/* SECTION HEADINGS */

.cc-modern-h2 {
    color: #fff !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 0 30px !important;
}


/* LARGE INTRO COPY */

.cc-modern-lead {
    color: #b9b9b9;
    font-size: 19px;
    line-height: 1.7;
    max-width: 680px;
}

.cc-modern-lead p {
    margin-bottom: 18px;
}


/* NORMAL CONTENT */

.cc-modern-copy {
    color: #aaa;
    font-size: 17px;
    line-height: 1.85;
    max-width: 760px;
}

.cc-modern-copy p {
    margin-bottom: 22px;
}

.cc-modern-copy p:last-child,
.cc-modern-lead p:last-child {
    margin-bottom: 0;
}

.cc-text-center {
    text-align: center !important;
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */


/* HERO */

.cc-about-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: #050505;
}


/* HERO GRAPHIC */

.cc-about-hero-graphic {
    position: relative;
}

.cc-about-hero-graphic .wpb_single_image {
    margin-bottom: 0 !important;
    text-align: right;
}

.cc-about-hero-graphic .vc_single_image-wrapper {
    width: 100%;
}

.cc-about-hero-graphic img {
    display: block;
    width: 115%;
    max-width: none;
    height: auto;
    margin-left: auto;
    opacity: .92;
    transform: translateX(8%);
}


/* STORY */

.cc-about-story {
    background: #090909;
}


/* LARGE YEAR */

.cc-about-year {
    color: #f7931a !important;
    font-size: clamp(80px, 10vw, 150px) !important;
    line-height: .8 !important;
    font-weight: 700 !important;
    letter-spacing: -.07em !important;
    margin: 0 !important;
}


/* BELIEF */

.cc-about-belief {
    background: #050505;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
}


/*
   Keep this as one strong line on desktop.
   At tablet/mobile sizes we allow natural wrapping.
*/

.cc-about-statement {
    color: #fff !important;
    font-size: clamp(44px, 5vw, 72px) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -.05em !important;
    margin: 15px 0 35px !important;
    white-space: nowrap;
}

.cc-about-belief-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 820px;
}


/* STATS / FOOTPRINT */

.cc-about-footprint {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #080706;
}

.cc-about-number {
    color: #fff !important;
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 0 10px !important;
}

.cc-about-number-label {
    color: #777 !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .11em !important;
    margin: 0 !important;
}


/* COMPANY */

.cc-about-company {
    background: #050505;
}


/* CTA */

.cc-about-cta {
    background: #050505;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 140px;
}

.cc-about-cta-copy {
    color: #888;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px !important;
}


/* REGION CTA BUTTONS */

.cc-about-cta .vc_btn3-container {
    display: inline-block !important;
    margin: 5px !important;
}

.cc-about-cta .vc_btn3 {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #7c4810 !important;
    border-radius: 999px !important;
    padding: 11px 18px !important;
    min-height: 0 !important;

    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;

    box-shadow: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

.cc-about-cta .vc_btn3:hover {
    background: #f7931a !important;
    border-color: #f7931a !important;
    color: #000 !important;
    transform: translateY(-2px);
}


/* =========================================================
   COINCARDS FOOTER
   ========================================================= */

.cc-footer-main,
.cc-footer-legal {
    background: #050505;
    color: #fff;
    border: 0 !important;
    outline: 0 !important;
}


/* MAIN FOOTER */

.cc-footer-main {
    padding-top: 72px;
    padding-bottom: 58px;
}

.cc-footer-main .wpb_content_element,
.cc-footer-legal .wpb_content_element {
    margin-bottom: 0;
}


/* LOGO */

.cc-footer-logo {
    margin-bottom: 22px !important;
}

.cc-footer-logo img {
    width: 175px;
    height: auto;
}


/* BRAND */

.cc-footer-brand-title {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    margin: 0 0 10px !important;
}

.cc-footer-brand-copy {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    max-width: 350px;
    margin-bottom: 24px !important;
}


/* COLUMN HEADINGS */

.cc-footer-heading {
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase;
    margin: 4px 0 20px !important;
}


/* NORMAL FOOTER LINKS */

.cc-footer-textlink.vc_btn3-container {
    display: block !important;
    margin: 0 0 11px !important;
}

.cc-footer-textlink .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #a8a8a8 !important;

    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    text-transform: none !important;

    transition: color .2s ease !important;
}

.cc-footer-textlink .vc_btn3:hover,
.cc-footer-textlink .vc_btn3:focus {
    background: transparent !important;
    color: #f7931a !important;
}


/* REGION LINKS */

.cc-footer-region.vc_btn3-container {
    display: inline-block !important;
    margin: 0 14px 8px 0 !important;
}

.cc-footer-region .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #aaa !important;

    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;

    transition: color .2s ease !important;
}

.cc-footer-region .vc_btn3:hover,
.cc-footer-region .vc_btn3:focus {
    background: transparent !important;
    color: #f7931a !important;
}


/* EMAIL */

.cc-footer-email.vc_btn3-container {
    margin-top: 22px !important;
}

.cc-footer-email .vc_btn3 {
    color: #ddd !important;
    font-weight: 500 !important;
}


/* MERCHANT DISCLAIMER */

.cc-footer-legal {
    padding-top: 22px;
    padding-bottom: 24px;
}

.cc-footer-disclaimer {
    max-width: 1050px;
    color: #606060;
    font-size: 11px;
    line-height: 1.65;
}


/* FOOTER LINKS */

.cc-footer-main a,
.cc-footer-legal a {
    text-decoration: none;
}


/* =========================================================
   DARK ROW / SEAM CLEANUP
   ========================================================= */

/*
   Prevent WPBakery / theme borders from appearing between
   Coincards modern rows.
*/

.cc-modern.vc_row,
.cc-footer-main.vc_row,
.cc-footer-legal.vc_row {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}


/*
   Helps hide occasional 1px rendering seams between
   adjacent dark full-width WPBakery rows.
*/

.cc-modern + .cc-modern {
    margin-top: -1px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .cc-modern {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .cc-about-hero {
        min-height: 560px;
    }

    .cc-about-hero-graphic {
        margin-top: 45px;
    }

    .cc-about-hero-graphic .wpb_single_image {
        text-align: center;
    }

    .cc-about-hero-graphic img {
        width: 100%;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        transform: none;
        opacity: .90;
    }

    .cc-about-belief {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .cc-about-statement {
        font-size: clamp(42px, 6vw, 62px) !important;
        white-space: normal;
    }

    .cc-footer-main {
        padding-top: 60px;
        padding-bottom: 40px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* GENERAL */

    .cc-modern {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cc-modern-h1 {
        font-size: 48px !important;
    }

    .cc-modern-h2 {
        font-size: 38px !important;
    }

    .cc-modern-lead {
        font-size: 17px;
    }

    .cc-modern-copy {
        font-size: 16px;
    }


    /* ABOUT HERO */

    .cc-about-hero {
        min-height: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cc-about-hero-graphic {
        margin-top: 40px;
    }

    .cc-about-hero-graphic img {
        width: 115%;
        max-width: none;
        margin-left: -7.5%;
        opacity: .88;
    }


    /* ABOUT STORY */

    .cc-about-year {
        margin-bottom: 50px !important;
    }


    /* ABOUT BELIEF */

    .cc-about-belief {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .cc-about-statement {
        font-size: 44px !important;
        line-height: 1.02 !important;
        white-space: normal;
    }

    .cc-about-belief-copy {
        max-width: 100%;
    }


    /* FOOTPRINT */

    .cc-about-footprint {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cc-about-footprint .wpb_column {
        margin: 25px 0;
    }

    .cc-about-number {
        font-size: 42px !important;
    }


    /* CTA */

    .cc-about-cta {
        padding-top: 90px;
        padding-bottom: 95px;
    }

    .cc-about-cta .vc_btn3-container {
        margin: 4px 2px !important;
    }

    .cc-about-cta .vc_btn3 {
        padding: 10px 14px !important;
        font-size: 11px !important;
    }


    /* FOOTER */

    .cc-footer-main {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .cc-footer-brand,
    .cc-footer-col {
        margin-bottom: 38px;
    }

    .cc-footer-logo img {
        width: 155px;
    }

    .cc-footer-heading {
        margin-bottom: 16px !important;
    }

    .cc-footer-region.vc_btn3-container {
        margin-right: 12px !important;
        margin-bottom: 9px !important;
    }

    .cc-footer-legal {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cc-footer-disclaimer {
        font-size: 10px;
    }

}


/* =========================================================
   HEADER REGION DROPDOWN
   ========================================================= */

.whb-header .wd-dropdown-menu {
    background: #0b0b0b !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.35) !important;

    padding: 10px !important;
    min-width: 205px !important;

    /* Close WoodMart's hover gap */
    margin-top: -12px !important;
}

.whb-header .wd-dropdown-menu .wd-sub-menu > li > a {
    color: #b8b8b8 !important;
    padding: 10px 10px !important;
    border-radius: 5px !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    transition:
        background .15s ease,
        color .15s ease !important;
}

.whb-header .wd-dropdown-menu .wd-sub-menu > li > a:hover {
    color: #fff !important;
    background: rgba(247,147,26,.10) !important;
}


/* =========================================================
   CONTACT PAGE
   ========================================================= */


/* HERO */

.cc-contact-hero {
    min-height: 420px;
    display: flex;
    align-items: center;
    background: #050505;
}


/* MAIN CONTACT AREA */

.cc-contact-main {
    background: #090909;
    padding-top: 85px;
    padding-bottom: 90px;

}


/* LEFT SIDE DETAILS */

.cc-contact-info .cc-modern-copy {
    max-width: 520px;
    margin-bottom: 52px;
}

.cc-contact-label {
    color: #f7931a !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: .15em !important;
    text-transform: uppercase;
    margin: 34px 0 9px !important;
}

.cc-contact-detail {
    color: #d0d0d0;
    font-size: 15px;
    line-height: 1.7;
    max-width: 470px;
}


/* FORM PANEL */

.cc-contact-form-panel > .vc_column-inner > .wpb_wrapper {
    background: #0d0d0d;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px;
    padding: 46px;
}

.cc-contact-form-title {
    color: #fff !important;
    font-size: clamp(32px, 3vw, 46px) !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 0 35px !important;
}


/* CONTACT FORM 7 */

.cc-contact-form p {
    margin-bottom: 20px;
}

.cc-contact-form label {
    display: block;
    color: #aaa;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 7px;
}

.cc-contact-form input[type="text"],
.cc-contact-form input[type="email"],
.cc-contact-form input[type="tel"],
.cc-contact-form input[type="url"],
.cc-contact-form input[type="number"],
.cc-contact-form select,
.cc-contact-form textarea {
    width: 100%;

    background: #080808 !important;
    color: #fff !important;

    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 8px !important;

    padding: 13px 14px !important;

    font-size: 14px !important;
    line-height: 1.5 !important;

    box-shadow: none !important;

    transition:
        border-color .2s ease,
        background .2s ease !important;
}

.cc-contact-form textarea {
    min-height: 170px;
    resize: vertical;
}

.cc-contact-form input:focus,
.cc-contact-form select:focus,
.cc-contact-form textarea:focus {
    background: #0b0b0b !important;
    border-color: rgba(247,147,26,.7) !important;
    outline: none !important;
}


/* PLACEHOLDERS */

.cc-contact-form ::placeholder {
    color: #5f5f5f;
    opacity: 1;
}


/* SUBMIT */

.cc-contact-form input[type="submit"] {
    background: #f7931a !important;
    color: #080808 !important;

    border: 1px solid #f7931a !important;
    border-radius: 999px !important;

    padding: 13px 24px !important;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-transform: uppercase;
    letter-spacing: .05em;

    box-shadow: none !important;
    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease !important;
}

.cc-contact-form input[type="submit"]:hover {
    background: #ff9f25 !important;
    transform: translateY(-2px);
}


/* CF7 VALIDATION */

.cc-contact-form .wpcf7-not-valid-tip {
    color: #f7931a;
    font-size: 11px;
    margin-top: 6px;
}

.cc-contact-form .wpcf7-response-output {
    color: #bbb;
    font-size: 13px;
    line-height: 1.6;

    border: 1px solid rgba(247,147,26,.35) !important;
    border-radius: 8px;

    margin: 25px 0 0 !important;
    padding: 12px 14px !important;
}


/* BOTTOM NOTE */

.cc-contact-note {
    background: #050505;
    text-align: center;
    padding-top: 85px;
    padding-bottom: 90px;
}

.cc-contact-note-copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* TABLET */

@media (max-width: 991px) {

    .cc-contact-hero {
        min-height: 400px;
    }

    .cc-contact-main {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .cc-contact-form-panel > .vc_column-inner > .wpb_wrapper {
        padding: 36px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .cc-contact-hero {
        min-height: 0;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .cc-contact-main {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .cc-contact-info {
        margin-bottom: 55px;
    }

    .cc-contact-info .cc-modern-copy {
        margin-bottom: 40px;
    }

    .cc-contact-form-panel > .vc_column-inner > .wpb_wrapper {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .cc-contact-form-title {
        font-size: 34px !important;
    }

    .cc-contact-note {
        padding-top: 70px;
        padding-bottom: 75px;
    }

}


/* =========================================================
   LEGAL PAGES
   Privacy / Terms / Cookie Policy
   ========================================================= */


/* HERO */

.cc-legal-hero {
    min-height: 340px;
    display: flex;
    align-items: center;

    background: #050505;

    padding-top: 65px;
    padding-bottom: 65px;
}

.cc-legal-intro {
    color: #aaa;

    font-size: 17px;
    line-height: 1.65;

    max-width: 720px;

    margin: 0 !important;
}

.cc-legal-meta {
    color: #666;

    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;

    letter-spacing: .10em;
    text-transform: uppercase;

    margin: 20px 0 0 !important;
}


/* =========================================================
   DOCUMENT AREA
   ========================================================= */

.cc-legal-section {
    background: #090909;

    padding-top: 65px;
    padding-bottom: 85px;
}

.cc-legal-content > .vc_column-inner > .wpb_wrapper {
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
}


/*
   Kill WPBakery's normal element spacing.
   We control spacing ourselves below.
*/

.cc-legal-content .wpb_content_element {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   BODY TEXT
   ========================================================= */

.cc-legal-body-text {
    color: #aaa;

    font-size: 15px;
    line-height: 1.75;

    margin: 0 0 13px !important;

    /* IMPORTANT:
       Do not preserve shortcode formatting whitespace. */
    white-space: normal;
}

.cc-legal-body-text p {
    margin: 0 !important;
    padding: 0 !important;
}


/* Lists written as plain-text bullets */

.cc-legal-body-text br {
    line-height: 1.65;
}


/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.cc-legal-heading {
    color: #fff !important;

    font-size: 25px !important;
    line-height: 1.2 !important;

    font-weight: 700 !important;
    letter-spacing: -.025em !important;

    margin-top: 40px !important;
    margin-bottom: 14px !important;
}


/*
   Slightly less room before the first section heading.
*/

.cc-legal-content .cc-legal-heading:first-of-type {
    margin-top: 28px !important;
}


/* =========================================================
   LINKS
   ========================================================= */

.cc-legal-body-text a {
    color: #d9963e !important;

    text-decoration: underline;
    text-decoration-color: rgba(217,150,62,.35);
    text-underline-offset: 3px;

    transition:
        color .15s ease,
        text-decoration-color .15s ease;
}

.cc-legal-body-text a:hover {
    color: #f7931a !important;
    text-decoration-color: #f7931a;
}


/* =========================================================
   TEXT SELECTION
   ========================================================= */

.cc-legal-section ::selection,
.cc-legal-hero ::selection {
    background: #f7931a;
    color: #050505;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .cc-legal-hero {
        min-height: 310px;

        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cc-legal-section {
        padding-top: 55px;
        padding-bottom: 75px;
    }

    .cc-legal-heading {
        font-size: 23px !important;

        margin-top: 35px !important;
        margin-bottom: 13px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cc-legal-hero {
        min-height: 0;

        padding-top: 55px;
        padding-bottom: 55px;
    }

    .cc-legal-intro {
        font-size: 16px;
        line-height: 1.6;
    }

    .cc-legal-meta {
        font-size: 9px;
        line-height: 1.6;

        margin-top: 18px !important;
    }

    .cc-legal-section {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .cc-legal-body-text {
        font-size: 14px;
        line-height: 1.7;

        margin-bottom: 11px !important;
    }

    .cc-legal-heading {
        font-size: 21px !important;
        line-height: 1.25 !important;

        margin-top: 32px !important;
        margin-bottom: 12px !important;
    }

    .cc-legal-content .cc-legal-heading:first-of-type {
        margin-top: 24px !important;
    }

}

/* =========================================================
   PRESS & MEDIA PAGE
   Replace all previous cc-media-* CSS with this block.
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.cc-media-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background: #050505;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


/* =========================================================
   FEATURED COVERAGE
   ========================================================= */

.cc-media-featured {
    background: #090909;
    padding-top: 80px !important;
    padding-bottom: 30px !important;
}

.cc-media-item {
    background: #090909;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
}

.cc-media-year {
    color: #f7931a !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 !important;
}

.cc-media-source {
    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase;
    margin: 0 0 8px !important;
}

.cc-media-title {
    color: #fff !important;
    font-size: clamp(23px, 2.1vw, 32px) !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
    margin: 0 0 12px !important;
    max-width: 760px;
}

.cc-media-copy {
    color: #888;
    font-size: 14px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 !important;
}

.cc-media-copy p {
    margin: 0 !important;
}


/* =========================================================
   BUTTONS / LINKS
   ========================================================= */

.cc-media-link.vc_btn3-container {
    display: block !important;
    text-align: right;
    margin: 0 !important;
}

.cc-media-link .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 10px 16px !important;
    background: transparent !important;
    color: #ddd !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    transition:
        border-color .2s ease,
        background .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

.cc-media-link .vc_btn3:hover {
    background: #f7931a !important;
    border-color: #f7931a !important;
    color: #050505 !important;
    transform: translateY(-2px);
}

.cc-media-link-first.vc_btn3-container {
    margin-bottom: 8px !important;
}


/* =========================================================
   INTERVIEWS & PODCASTS
   ========================================================= */

.cc-media-conversations-head {
    background: #050505;
    padding-top: 80px !important;
    padding-bottom: 28px !important;
}

.cc-media-conversation {
    background: #050505;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
}

.cc-media-conversation:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
}

.cc-media-conversation .cc-media-link.vc_btn3-container {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}


/* =========================================================
   VIDEO FEATURES
   ========================================================= */

.cc-media-video-head {
    background: #090909;
    padding-top: 85px !important;
    padding-bottom: 28px !important;
}

.cc-media-videos-recent {
    background: #090909;
    padding-top: 0 !important;
    padding-bottom: 75px !important;
}

.cc-media-video-column {
    padding-left: 14px;
    padding-right: 14px;
}

.cc-media-video {
    margin-bottom: 18px !important;
}

.cc-media-video .wpb_video_wrapper {
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.cc-media-video-title {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 650 !important;
    letter-spacing: -.02em !important;
    margin: 0 0 7px !important;
}

.cc-media-video-meta {
    color: #666;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin: 0 !important;
}

.cc-media-video-meta p {
    margin: 0 !important;
}


/* =========================================================
   EARLY WALKTHROUGHS
   ========================================================= */

.cc-media-early-head {
    background: #050505;
    padding-top: 80px !important;
    padding-bottom: 28px !important;
}

.cc-media-videos-archive {
    background: #050505;
    padding-top: 0 !important;
    padding-bottom: 80px !important;
}


/* =========================================================
   ARCHIVE
   ========================================================= */

.cc-media-archive-head {
    background: #090909;
    padding-top: 80px !important;
    padding-bottom: 28px !important;
}

.cc-media-archive-item {
    background: #090909;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    border-top: 1px solid rgba(255,255,255,.055) !important;
}

.cc-media-archive-year {
    color: #555 !important;
    font-size: 21px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.cc-media-archive-title {
    color: #ddd !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: -.015em !important;
    margin: 0 !important;
}


/* =========================================================
   PRESS CTA
   ========================================================= */

.cc-media-press {
    background: #050505;
    text-align: center;
    padding-top: 90px !important;
    padding-bottom: 95px !important;
}

.cc-media-press-copy {
    color: #888;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 26px !important;
}

.cc-media-contact.vc_btn3-container {
    display: inline-block !important;
    margin: 0 !important;
}

.cc-media-contact .vc_btn3 {
    min-height: 0 !important;
    padding: 12px 20px !important;
    background: #f7931a !important;
    color: #050505 !important;
    border: 1px solid #f7931a !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    transition:
        transform .2s ease,
        background .2s ease !important;
}

.cc-media-contact .vc_btn3:hover {
    background: #ff9f25 !important;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .cc-media-hero {
        min-height: 370px;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .cc-media-featured,
    .cc-media-conversations-head,
    .cc-media-video-head,
    .cc-media-early-head,
    .cc-media-archive-head {
        padding-top: 65px !important;
        padding-bottom: 24px !important;
    }

    .cc-media-item,
    .cc-media-conversation {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .cc-media-link.vc_btn3-container {
        text-align: left;
        margin-top: 17px !important;
    }

    .cc-media-videos-recent,
    .cc-media-videos-archive {
        padding-bottom: 65px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cc-media-hero {
        min-height: 0;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .cc-media-featured,
    .cc-media-conversations-head,
    .cc-media-video-head,
    .cc-media-early-head,
    .cc-media-archive-head {
        padding-top: 55px !important;
        padding-bottom: 20px !important;
    }

    .cc-media-item,
    .cc-media-conversation {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .cc-media-year {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    .cc-media-title {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .cc-media-link.vc_btn3-container {
        text-align: left;
        margin-top: 18px !important;
    }

    .cc-media-video-column {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 36px;
    }

    .cc-media-video-column:last-child {
        margin-bottom: 0;
    }

    .cc-media-videos-recent,
    .cc-media-videos-archive {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }

    .cc-media-video-title {
        font-size: 18px !important;
    }

    .cc-media-archive-item {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .cc-media-archive-year {
        font-size: 17px !important;
        margin-bottom: 14px !important;
    }

    .cc-media-archive-title {
        font-size: 18px !important;
    }

    .cc-media-press {
        padding-top: 75px !important;
        padding-bottom: 80px !important;
    }

}

/* =========================================================
   REVIEWS PAGE
   Replace the previous cc-reviews-* CSS block with this one.
   ========================================================= */


/* HERO */

.cc-reviews-hero {
    min-height: 420px;
    display: flex;
    align-items: center;
    background: #050505;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


/* CUSTOMER RATINGS */

.cc-reviews-ratings {
    background: #090909;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    border-top: 1px solid rgba(255,255,255,.05) !important;
    border-bottom: 1px solid rgba(255,255,255,.05) !important;
}

.cc-reviews-ratings-title {
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
    margin: 0 !important;
    max-width: 330px;
}

.cc-review-rating {
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.07);
}

.cc-review-rating-source {
    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase;
    margin: 0 0 9px !important;
}

.cc-review-rating-score {
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 0 15px !important;
}


/* SHARED BUTTON */

.cc-reviews-button.vc_btn3-container {
    display: block !important;
    text-align: left;
    margin: 0 !important;
}

.cc-reviews-button .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 9px 15px !important;
    background: transparent !important;
    color: #ddd !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease !important;
}

.cc-reviews-button .vc_btn3:hover {
    background: #f7931a !important;
    border-color: #f7931a !important;
    color: #050505 !important;
    transform: translateY(-2px);
}


/* RECENT FEEDBACK */

.cc-reviews-recent-head {
    background: #050505;
    padding-top: 75px !important;
    padding-bottom: 25px !important;
}

.cc-reviews-grid {
    background: #050505;
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

.cc-reviews-grid-second {
    padding-bottom: 70px !important;
}

.cc-review-card > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 27px 29px;
}

.cc-review-card:first-child {
    padding-right: 9px;
}

.cc-review-card:last-child {
    padding-left: 9px;
}

.cc-review-stars {
    color: #f7931a !important;
    font-size: 16px !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    margin: 0 0 17px !important;
}

.cc-review-title {
    color: #fff !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: -.02em !important;
    margin: 0 0 13px !important;
}

.cc-review-copy {
    color: #999;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 19px !important;
}

.cc-review-copy p {
    margin: 0 !important;
}

.cc-review-meta {
    color: #666;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 !important;
}

.cc-review-meta p {
    margin: 0 !important;
}


/* X / BITCOIN COMMUNITY */

.cc-reviews-community-head {
    background: #090909;
    padding-top: 75px !important;
    padding-bottom: 25px !important;
}

.cc-reviews-social-grid {
    background: #090909;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

.cc-reviews-social-grid-second {
    padding-bottom: 72px !important;
}

.cc-review-social {
    padding-left: 8px;
    padding-right: 8px;
}

.cc-review-social:first-child {
    padding-left: 0;
}

.cc-review-social:last-child {
    padding-right: 0;
}

.cc-review-social > .vc_column-inner > .wpb_wrapper {
    height: 100%;
    border-top: 1px solid rgba(255,255,255,.09);
    padding: 24px 5px 4px;
}

.cc-review-social-source {
    color: #f7931a !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: .13em !important;
    text-transform: uppercase;
    margin: 0 0 13px !important;
}

.cc-review-social-quote {
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1.32 !important;
    font-weight: 600 !important;
    letter-spacing: -.015em !important;
    margin: 0 0 15px !important;
}

.cc-review-social-meta {
    color: #777;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0 16px !important;
}

.cc-review-social-meta p {
    margin: 0 !important;
}

.cc-review-social-link.vc_btn3-container {
    margin: 0 !important;
}

.cc-review-social-link .vc_btn3 {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cc-review-social-link .vc_btn3:hover {
    color: #f7931a !important;
    background: transparent !important;
}


/* FINAL CTA */

.cc-reviews-cta {
    background: #050505;
    text-align: center;
    padding-top: 85px !important;
    padding-bottom: 90px !important;
}

.cc-reviews-cta-copy {
    color: #888;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    max-width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
}

.cc-reviews-cta-button.vc_btn3-container {
    display: inline-block !important;
    margin: 0 !important;
}

.cc-reviews-cta-button .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 12px 20px !important;
    background: #f7931a !important;
    color: #050505 !important;
    border: 1px solid #f7931a !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    transition:
        background .2s ease,
        transform .2s ease !important;
}

.cc-reviews-cta-button .vc_btn3:hover {
    background: #ff9f25 !important;
    transform: translateY(-2px);
}


/* TABLET */

@media (max-width: 991px) {

    .cc-reviews-hero {
        min-height: 360px;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .cc-reviews-ratings {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .cc-review-rating {
        padding-left: 20px;
    }

    .cc-reviews-recent-head,
    .cc-reviews-community-head {
        padding-top: 62px !important;
        padding-bottom: 22px !important;
    }

    .cc-review-social {
        margin-bottom: 24px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .cc-reviews-hero {
        min-height: 0;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .cc-reviews-ratings {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .cc-reviews-ratings-title {
        font-size: 24px !important;
        margin-bottom: 28px !important;
    }

    .cc-review-rating {
        padding-left: 0;
        padding-top: 22px;
        padding-bottom: 22px;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.07);
    }

    .cc-review-rating:last-child {
        padding-bottom: 0;
    }

    .cc-review-rating-score {
        font-size: 30px !important;
    }

    .cc-reviews-recent-head,
    .cc-reviews-community-head {
        padding-top: 52px !important;
        padding-bottom: 18px !important;
    }

    .cc-reviews-grid {
        padding-bottom: 0 !important;
    }

    .cc-reviews-grid-second {
        padding-bottom: 46px !important;
    }

    .cc-review-card {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
    }

    .cc-review-card:last-child {
        margin-bottom: 0;
    }

    .cc-review-card > .vc_column-inner > .wpb_wrapper {
        padding: 23px 21px;
        border-radius: 12px;
    }

    .cc-review-title {
        font-size: 19px !important;
    }

    .cc-reviews-social-grid,
    .cc-reviews-social-grid-second {
        padding-bottom: 0 !important;
    }

    .cc-reviews-social-grid-second {
        padding-bottom: 45px !important;
    }

    .cc-review-social {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 28px;
    }

    .cc-review-social > .vc_column-inner > .wpb_wrapper {
        padding-top: 20px;
    }

    .cc-review-social-quote {
        font-size: 18px !important;
    }

    .cc-reviews-cta {
        padding-top: 72px !important;
        padding-bottom: 76px !important;
    }

}

/* =========================================================
   FAQ PAGE
   Add this after the existing global Coincards CSS.
   ========================================================= */


/* =========================================================
   HERO
   ========================================================= */

.cc-faq-hero {
    min-height: 390px;
    display: flex;
    align-items: center;
    background: #050505;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}


/* =========================================================
   FAQ SECTIONS
   ========================================================= */

.cc-faq-section {
    background: #050505;
    padding-top: 62px !important;
    padding-bottom: 68px !important;
}

.cc-faq-section-alt {
    background: #090909;
}

.cc-faq-content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cc-faq-kicker {
    margin-bottom: 12px !important;
}

.cc-faq-section-title {
    color: #fff !important;
    font-size: clamp(30px, 3vw, 44px) !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
    margin: 0 0 28px !important;
}


/* =========================================================
   WPBAKERY ACCORDION
   ========================================================= */

.cc-faq-accordion {
    margin: 0 !important;
}

.cc-faq-accordion .vc_tta-panel {
    margin: 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

.cc-faq-accordion .vc_tta-panel:last-child {
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}


/* Remove WPBakery's white card treatment */

.cc-faq-accordion .vc_tta-panel-heading {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.cc-faq-accordion .vc_tta-panel-title {
    margin: 0 !important;
}

.cc-faq-accordion .vc_tta-panel-title > a {
    position: relative;
    display: block;
    background: transparent !important;
    color: #e8e8e8 !important;
    border: 0 !important;
    padding: 19px 42px 19px 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    letter-spacing: -.01em !important;
    transition: color .18s ease !important;
}

.cc-faq-accordion .vc_tta-panel-title > a:hover {
    color: #f7931a !important;
}


/* Active question */

.cc-faq-accordion .vc_active .vc_tta-panel-title > a {
    color: #fff !important;
}


/* Accordion chevron */

.cc-faq-accordion .vc_tta-controls-icon {
    right: 4px !important;
    left: auto !important;
    width: 10px !important;
    height: 10px !important;
    opacity: .9;
}

.cc-faq-accordion .vc_tta-controls-icon::before,
.cc-faq-accordion .vc_tta-controls-icon::after {
    border-color: #f7931a !important;
}


/* Answer panel */

.cc-faq-accordion .vc_tta-panel-body {
    background: transparent !important;
    color: #999 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 22px !important;
}

.cc-faq-answer {
    color: #999;
    font-size: 14px;
    line-height: 1.75;
    max-width: 780px;
    margin: 0 !important;
}

.cc-faq-answer p {
    margin: 0 0 13px !important;
}

.cc-faq-answer p:last-child {
    margin-bottom: 0 !important;
}

.cc-faq-answer a {
    color: #d9963e !important;
    text-decoration: underline;
    text-decoration-color: rgba(217,150,62,.35);
    text-underline-offset: 3px;
}

.cc-faq-answer a:hover {
    color: #f7931a !important;
}


/* =========================================================
   CTA
   ========================================================= */

.cc-faq-cta {
    background: #050505;
    text-align: center;
    padding-top: 82px !important;
    padding-bottom: 88px !important;
}

.cc-faq-cta-copy {
    color: #888;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 26px !important;
}

.cc-faq-cta-button.vc_btn3-container {
    display: inline-block !important;
    margin: 0 !important;
}

.cc-faq-cta-button .vc_btn3 {
    display: inline-block !important;
    min-height: 0 !important;
    padding: 12px 20px !important;
    background: #f7931a !important;
    color: #050505 !important;
    border: 1px solid #f7931a !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    transition:
        background .2s ease,
        transform .2s ease !important;
}

.cc-faq-cta-button .vc_btn3:hover {
    background: #ff9f25 !important;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .cc-faq-hero {
        min-height: 340px;
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    .cc-faq-section {
        padding-top: 54px !important;
        padding-bottom: 60px !important;
    }

    .cc-faq-section-title {
        margin-bottom: 24px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cc-faq-hero {
        min-height: 0;
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }

    .cc-faq-section {
        padding-top: 46px !important;
        padding-bottom: 50px !important;
    }

    .cc-faq-section-title {
        font-size: 30px !important;
        margin-bottom: 21px !important;
    }

    .cc-faq-accordion .vc_tta-panel-title > a {
        padding: 17px 36px 17px 0 !important;
        font-size: 14px !important;
    }

    .cc-faq-accordion .vc_tta-panel-body {
        padding-bottom: 18px !important;
    }

    .cc-faq-answer {
        font-size: 14px;
        line-height: 1.7;
    }

    .cc-faq-cta {
        padding-top: 70px !important;
        padding-bottom: 74px !important;
    }

}

/* =========================================================
   COINCARDS MODERN MOBILE MENU
   ========================================================= */

@media (max-width: 1024px) {

    /* Main drawer */
    .mobile-nav {
        width: min(84vw, 370px) !important;
        max-width: 370px !important;
        background: #070707 !important;
        border-left: 1px solid rgba(255,255,255,.08) !important;
        box-shadow: -24px 0 70px rgba(0,0,0,.50) !important;

        --color-gray-100: rgba(255,255,255,.06);
        --color-gray-200: rgba(255,255,255,.10);
        --color-gray-300: rgba(255,255,255,.25);
        --color-gray-400: rgba(255,255,255,.40);
        --color-gray-500: rgba(255,255,255,.55);
        --color-gray-600: rgba(255,255,255,.70);
        --color-gray-700: rgba(255,255,255,.82);
        --color-gray-800: #eee;
        --color-gray-900: #fff;
    }

    /* Top close bar */
    .mobile-nav .wd-heading {
        min-height: 58px !important;
        padding: 0 20px !important;
        background: #070707 !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }

    /* Hide "Close" text, keep X icon */
    .mobile-nav .wd-heading .wd-action-btn > a {
        font-size: 0 !important;
        color: #999 !important;
    }

    .mobile-nav .wd-heading .wd-action-btn > a:before {
        font-size: 22px !important;
        color: #999 !important;
    }

    .mobile-nav .wd-heading .wd-action-btn > a:hover:before {
        color: #fff !important;
    }

    /* Overall nav spacing */
    .mobile-nav .wd-nav-mobile {
        padding: 26px 24px 34px !important;
    }

    /* Small Coincards label */
    .mobile-nav .wd-nav-mobile:before {
        content: "COINCARDS";
        display: block;
        color: #f7931a;
        font-size: 10px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .18em;
        margin: 6px 0 22px;
    }

    /* Main menu rows */
    .mobile-nav .wd-nav-mobile > li {
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }

    .mobile-nav .wd-nav-mobile > li:first-child {
        border-top: 1px solid rgba(255,255,255,.08) !important;
    }

    /* Main links */
    .mobile-nav .wd-nav-mobile > li > a {
        min-height: 0 !important;
        padding: 18px 4px !important;
        color: #eee !important;
        background: transparent !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
        letter-spacing: -.015em !important;
        text-transform: none !important;
        transition:
            color .18s ease,
            padding-left .18s ease !important;
    }

    /* Hover / tap */
    .mobile-nav .wd-nav-mobile > li > a:hover {
        color: #f7931a !important;
        padding-left: 8px !important;
        background: transparent !important;
    }

    /* Active page */
    .mobile-nav .wd-nav-mobile > li.current-menu-item > a,
    .mobile-nav .wd-nav-mobile > li.current-menu-ancestor > a {
        color: #f7931a !important;
    }

    /* Dropdown opener */
    .mobile-nav .wd-nav-opener {
        width: 44px !important;
        border-left: 0 !important;
        background: transparent !important;
        color: #777 !important;
    }

    .mobile-nav .wd-nav-opener:after {
        font-size: 15px !important;
    }

    .mobile-nav .wd-nav-opener.wd-active {
        background: transparent !important;
        color: #f7931a !important;
    }

    /* Shop region submenu */
    .mobile-nav .sub-menu {
        background: transparent !important;
        padding: 4px 0 12px 22px !important;
    }

    .mobile-nav .sub-menu li {
        border: 0 !important;
    }

    .mobile-nav .sub-menu li a {
        min-height: 0 !important;
        padding: 11px 8px !important;
        color: #888 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
        text-transform: none !important;
    }

    .mobile-nav .sub-menu li a:hover {
        color: #fff !important;
        background: transparent !important;
    }

    /* Background overlay */
    .wd-close-side {
        background-color: rgba(0,0,0,.68) !important;
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }
}

/* =========================================================
   MOBILE SHOP SUBMENU CLEANUP
   ========================================================= */

@media (max-width: 1024px) {

    /* Remove WoodMart's built-in borders from the links */
    body .mobile-nav .wd-nav-mobile li > a {
        border-bottom: 0 !important;
        box-shadow: none !important;
    }

    /* Keep our separators ONLY between main menu items */
    body .mobile-nav .wd-nav-mobile > li {
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
    }

    body .mobile-nav .wd-nav-mobile > li:first-child {
        border-top: 1px solid rgba(255,255,255,.08) !important;
    }

    /* No individual lines between Shop regions */
    body .mobile-nav .wd-nav-mobile > li > ul.wd-sub-menu > li {
        border: 0 !important;
    }

    body .mobile-nav .wd-nav-mobile > li > ul.wd-sub-menu > li > a {
        border: 0 !important;
        box-shadow: none !important;

        min-height: 0 !important;
        padding: 9px 8px !important;

        color: #888 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        font-weight: 500 !important;
    }

    /* Tighter grouped region list */
    body .mobile-nav .wd-nav-mobile > li > ul.wd-sub-menu {
        padding: 6px 0 12px 22px !important;
        background: transparent !important;
    }

    body .mobile-nav .wd-nav-mobile > li > ul.wd-sub-menu > li > a:hover {
        color: #fff !important;
        background: transparent !important;
    }
}

/* =========================================================
   COINCARDS — COUNTRY SITE ADD-ON
   ---------------------------------------------------------
   Paste this at the very END of the Global Custom CSS,
   after the existing "COINCARDS GLOBAL CSS", on EVERY site.

   Everything below only switches on for sites whose main
   menu has an item with the CSS class "cc-nav-cta"
   (the country "Buy Gift Cards" item). On coincards.com it
   does nothing.
   ========================================================= */

/* ---------- country header & menu ---------- */
body:has(.cc-nav-cta) .whb-top-bar,
body:has(.cc-nav-cta) .whb-general-header,
body:has(.cc-nav-cta) .whb-header-bottom{background-color: #000 !important;}
body:has(.cc-nav-cta) .whb-top-bar{border-bottom: 1px solid rgba(255,255,255,.06) !important;}
body:has(.cc-nav-cta) .whb-general-header{border-bottom: 1px solid rgba(255,255,255,.08) !important;}
body:has(.cc-nav-cta) .whb-sticked .whb-general-header{background-color: rgba(0,0,0,.92) !important;
  backdrop-filter: blur(10px);}
body:has(.cc-nav-cta) .whb-top-bar,
body:has(.cc-nav-cta) .whb-top-bar a{color: rgba(255,255,255,.55) !important;
  font-size: 12px;
  font-weight: 500;}
body:has(.cc-nav-cta) .whb-top-bar a:hover{color: #EF8022 !important;}
body:has(.cc-nav-cta) .wd-nav-main > li > a{color: rgba(255,255,255,.85) !important;
  font-weight: 600;
  letter-spacing: .02em;}
body:has(.cc-nav-cta) .wd-nav-main > li > a:hover,
body:has(.cc-nav-cta) .wd-nav-main > li.current-menu-item > a,
body:has(.cc-nav-cta) .wd-nav-main > li.wd-opened > a{color: #EF8022 !important;}
body:has(.cc-nav-cta) .whb-header .wd-nav-main > li.cc-nav-cta > a,
body:has(.cc-nav-cta) .whb-header .wd-nav-main > li.cc-nav-cta.current-menu-item > a,
body:has(.cc-nav-cta) .whb-header .wd-nav-main > li.cc-nav-cta.wd-opened > a{background: #EF8022;
  color: #000 !important;
  border-radius: 999px;
  padding: 0 16px !important;
  height: 36px;
  display: inline-flex;
  align-items: center;
  transition: background .15s ease;}
body:has(.cc-nav-cta) .whb-header .wd-nav-main > li.cc-nav-cta > a:hover,
body:has(.cc-nav-cta) .whb-header .wd-nav-main > li.cc-nav-cta.current-menu-item > a:hover{background: #FFC313; color: #000 !important;}
body:has(.cc-nav-cta) .whb-header .wd-dropdown,
body:has(.cc-nav-cta) .whb-header .wd-dropdown-menu{background: #0e0e0e !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.6) !important;}
body:has(.cc-nav-cta) .whb-header .wd-dropdown a,
body:has(.cc-nav-cta) .whb-header .wd-sub-menu a{color: rgba(255,255,255,.75) !important;}
body:has(.cc-nav-cta) .whb-header .wd-dropdown a:hover,
body:has(.cc-nav-cta) .whb-header .wd-sub-menu a:hover{color: #EF8022 !important;
  background: rgba(239,128,34,.08) !important;}
body:has(.cc-nav-cta) .whb-header .wd-header-search a,
body:has(.cc-nav-cta) .whb-header .wd-header-my-account a,
body:has(.cc-nav-cta) .whb-header .wd-header-wishlist a,
body:has(.cc-nav-cta) .whb-header .wd-header-cart a{color: #fff !important;}
body:has(.cc-nav-cta) .whb-header .wd-header-search a:hover,
body:has(.cc-nav-cta) .whb-header .wd-header-my-account a:hover,
body:has(.cc-nav-cta) .whb-header .wd-header-wishlist a:hover,
body:has(.cc-nav-cta) .whb-header .wd-header-cart a:hover{color: #EF8022 !important;}
body:has(.cc-nav-cta) .whb-header .wd-cart-number,
body:has(.cc-nav-cta) .whb-header .wd-tools-count{background: #EF8022 !important;
  color: #000 !important;}
body:has(.cc-nav-cta) .wd-search-full-screen{background: rgba(0,0,0,.96) !important;}
body:has(.cc-nav-cta) .wd-search-full-screen input[type="text"]{color: #fff !important;
  border-bottom-color: rgba(239,128,34,.6) !important;}
body:has(.cc-nav-cta) .wd-search-full-screen input::placeholder{color: rgba(255,255,255,.4) !important;}
body:has(.cc-nav-cta) .cc-s-h1{text-wrap: balance;}
body:has(.cc-nav-cta) .cc-s-hero .cc-s-h1{background-image: linear-gradient(180deg, #fff 0%, #fff 50%, #FFC313 50%, #EF8022 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;}

body:has(.cc-nav-cta) .whb-header .wd-dropdown-menu{margin-top:0 !important;min-width:220px !important;padding:8px !important;}
body:has(.cc-nav-cta) .whb-header .wd-dropdown-menu .wd-sub-menu > li > a{color:rgba(255,255,255,.75) !important;}
body:has(.cc-nav-cta) .whb-header .wd-dropdown-menu .wd-sub-menu > li > a:hover{color:#EF8022 !important;background:rgba(239,128,34,.08) !important;}

/* ---------- country footer ---------- */
body:has(.cc-nav-cta) .footer-container,
body:has(.cc-nav-cta) .website-wrapper .footer-container{background:#000 !important;border-top:1px solid rgba(239,128,34,.18) !important;}
body:has(.cc-nav-cta) .footer-container .main-footer,
body:has(.cc-nav-cta) .footer-container .container{background:transparent !important;}
body:has(.cc-nav-cta) .cc-footer-main,
body:has(.cc-nav-cta) .cc-footer-legal{background:transparent !important;color:#fff;}
body:has(.cc-nav-cta) .cc-footer-main{padding:clamp(48px,6vw,80px) 0 28px !important;margin-bottom:0 !important;}
body:has(.cc-nav-cta) .cc-footer-legal{padding:0 0 36px !important;margin-bottom:0 !important;}
body:has(.cc-nav-cta) .cc-footer-main .wpb_content_element,
body:has(.cc-nav-cta) .cc-footer-legal .wpb_content_element{margin-bottom:0;}
body:has(.cc-nav-cta) .cc-footer-logo{margin:0 0 20px !important;}
body:has(.cc-nav-cta) .cc-footer-logo img{width:170px;height:auto;}
body:has(.cc-nav-cta) .cc-footer-brand-title{margin:0 0 8px !important;color:#fff !important;font-size:20px !important;line-height:1.3 !important;}
body:has(.cc-nav-cta) .cc-footer-brand-copy p{margin:0 0 20px !important;color:rgba(255,255,255,.6) !important;font-size:14px !important;line-height:1.6 !important;max-width:34ch;}
body:has(.cc-nav-cta) .cc-footer-heading{margin:4px 0 16px !important;color:#fff !important;font-size:12px !important;font-weight:700 !important;letter-spacing:.14em !important;text-transform:uppercase;}
body:has(.cc-nav-cta) .cc-footer-textlink{display:block;margin:0 0 10px !important;}
body:has(.cc-nav-cta) .cc-footer-textlink.cc-footer-textlink .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-footer-textlink.cc-footer-textlink .vc_general.vc_btn3 *{display:inline !important;padding:0 !important;margin:0 !important;min-height:0 !important;border:0 !important;border-radius:0 !important;
  background:none !important;box-shadow:none !important;color:rgba(255,255,255,.62) !important;font-size:14px !important;font-weight:400 !important;
  line-height:1.5 !important;text-transform:none !important;letter-spacing:0 !important;transition:color .15s ease;}
body:has(.cc-nav-cta) .cc-footer-textlink.cc-footer-textlink .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-footer-textlink.cc-footer-textlink .vc_general.vc_btn3:hover *{color:#EF8022 !important;}
body:has(.cc-nav-cta) .cc-footer-email.cc-footer-email .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-footer-email.cc-footer-email .vc_general.vc_btn3 *{color:#fff !important;}
body:has(.cc-nav-cta) .cc-footer-region{display:inline-block;margin:0 6px 8px 0 !important;}
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-region .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-region .vc_general.vc_btn3 *{display:inline-flex !important;align-items:center;min-height:32px;padding:6px 13px !important;border-radius:999px !important;
  border:1px solid rgba(255,255,255,.14) !important;background:transparent !important;box-shadow:none !important;
  color:rgba(255,255,255,.7) !important;font-size:12.5px !important;font-weight:500 !important;text-transform:none !important;transition:all .15s ease;}
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-region .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-region .vc_general.vc_btn3:hover *{border-color:#EF8022 !important;color:#fff !important;}
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-current .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-footer-region.cc-footer-current .vc_general.vc_btn3 *{border-color:#EF8022 !important;background:rgba(239,128,34,.14) !important;color:#fff !important;}
body:has(.cc-nav-cta) .cc-footer-social{margin-top:18px;display:flex;gap:18px;flex-wrap:wrap;}
body:has(.cc-nav-cta) .cc-footer-social a{color:rgba(255,255,255,.62) !important;font-size:13.5px;text-decoration:none;transition:color .15s ease;}
body:has(.cc-nav-cta) .cc-footer-social a:hover{color:#EF8022 !important;}
body:has(.cc-nav-cta) .cc-footer-legal .wpb_column>.vc_column-inner>.wpb_wrapper{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;}
body:has(.cc-nav-cta) .cc-footer-disclaimer p{margin:0 !important;color:rgba(255,255,255,.4) !important;font-size:12px !important;line-height:1.6 !important;max-width:110ch;}
body:has(.cc-nav-cta) .cc-footer-copy p{margin:0 !important;color:rgba(255,255,255,.55) !important;font-size:12.5px !important;}
@media (max-width:767px){
body:has(.cc-nav-cta) .cc-footer-col{margin-top:28px;}
}

/* ---------- country homepage ---------- */
body:has(.cc-nav-cta) .main-page-wrapper{background:#000 !important;}
body:has(.cc-nav-cta) .vc_row.wpb_row.cc-s,
body:has(.cc-nav-cta) .vc_row.cc-s{margin-bottom:0 !important;margin-top:0 !important;}
body:has(.cc-nav-cta) .vc_row.cc-s+.vc_row-full-width{height:0 !important;margin:0 !important;}
body:has(.cc-nav-cta) .main-page-wrapper{padding-top:0 !important;padding-bottom:0 !important;}
body:has(.cc-nav-cta) .cc-s{position:relative;color:#fff;}
body:has(.cc-nav-cta) .cc-s .wpb_content_element{margin-bottom:0;}
body:has(.cc-nav-cta) .cc-s-hero{padding:clamp(56px,8vw,110px) 0 clamp(40px,5vw,72px) !important;
  background:radial-gradient(600px 420px at 78% 45%,rgba(239,128,34,.20),transparent 70%);}
body:has(.cc-nav-cta) .cc-s-sec{padding:clamp(56px,7vw,110px) 0 !important;background:transparent;}
body:has(.cc-nav-cta) .cc-s-sec.cc-s-tint{background:transparent;}
body:has(.cc-nav-cta) .cc-s-tight{padding-top:0 !important;}
body:has(.cc-nav-cta) .cc-s-head{padding-bottom:28px !important;}
body:has(.cc-nav-cta) .cc-s-kick{display:inline-flex !important;align-items:center;gap:8px;margin:0 0 18px !important;padding:7px 14px !important;border:1px solid rgba(239,128,34,.45);border-radius:999px;
  background:rgba(239,128,34,.08);color:#FFC313 !important;font-size:13px !important;font-weight:600 !important;letter-spacing:.02em !important;line-height:1 !important;}
body:has(.cc-nav-cta) .cc-s-kick::before{content:"";width:7px;height:7px;border-radius:50%;background:#EF8022;box-shadow:0 0 0 4px rgba(239,128,34,.2);}
body:has(.cc-nav-cta) .cc-s-label{margin:0 0 14px !important;color:#EF8022 !important;font-size:13px !important;font-weight:700 !important;letter-spacing:.12em !important;text-transform:uppercase;}
body:has(.cc-nav-cta) .cc-s-h1{margin:0 0 22px !important;color:#fff !important;font-size:clamp(40px,6vw,78px) !important;line-height:1.0 !important;letter-spacing:-.03em !important;}
body:has(.cc-nav-cta) .cc-s-hero .cc-s-h1{background:linear-gradient(90deg,#fff 0%,#fff 55%,#FFC313 80%,#EF8022 100%);-webkit-background-clip:text;background-clip:text;color:transparent !important;display:inline-block !important;}
body:has(.cc-nav-cta) .cc-s-h2{margin:0 0 16px !important;color:#fff !important;font-size:clamp(30px,4vw,52px) !important;line-height:1.05 !important;letter-spacing:-.02em !important;}
body:has(.cc-nav-cta) .cc-s-lead p{margin:0 0 10px !important;color:rgba(255,255,255,.78) !important;font-size:clamp(17px,1.5vw,20px) !important;line-height:1.55 !important;max-width:40ch;}
body:has(.cc-nav-cta) .cc-s-copy p{margin:0 0 10px !important;color:rgba(255,255,255,.72) !important;font-size:15.5px !important;line-height:1.65 !important;}
body:has(.cc-nav-cta) .cc-s-center>.wpb_column>.vc_column-inner>.wpb_wrapper{max-width:760px;margin:0 auto;text-align:center;}
body:has(.cc-nav-cta) .cc-s-center .cc-s-lead p,
body:has(.cc-nav-cta) .cc-s-center .cc-s-copy p{margin-left:auto !important;margin-right:auto !important;}
body:has(.cc-nav-cta) .cc-s-art{display:flex;justify-content:center;}
body:has(.cc-nav-cta) .cc-s-art svg{width:100%;max-width:560px;height:auto;display:block;}
body:has(.cc-nav-cta) .cc-s-strip{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:34px;color:rgba(255,255,255,.7);font-size:14px;}
body:has(.cc-nav-cta) .cc-s-strip span{display:inline-flex;align-items:center;gap:8px;}
body:has(.cc-nav-cta) .cc-s-strip b{color:#fff;font-weight:700;}
body:has(.cc-nav-cta) .cc-s-strip i{width:6px;height:6px;border-radius:50%;background:#EF8022;display:inline-block;}
body:has(.cc-nav-cta) .cc-s .vc_btn3-container{display:inline-block;margin:0 10px 12px 0 !important;}
body:has(.cc-nav-cta) .cc-s-center .vc_btn3-container{margin:0 5px 10px !important;}
body:has(.cc-nav-cta) .cc-s-btn.cc-s-btn .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-s-btn.cc-s-btn .vc_general.vc_btn3 *{display:inline-flex !important;align-items:center;justify-content:center;min-height:52px;padding:14px 30px !important;border-radius:999px !important;
  border:0 !important;background:linear-gradient(90deg,#EF8022,#FFA41B) !important;color:#000 !important;font-weight:700 !important;font-size:16px !important;
  text-transform:none !important;box-shadow:0 10px 30px rgba(239,128,34,.35) !important;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;}
body:has(.cc-nav-cta) .cc-s-btn.cc-s-btn .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-s-btn.cc-s-btn .vc_general.vc_btn3:hover *{background:#FFC313 !important;color:#000 !important;transform:translateY(-2px);box-shadow:0 14px 36px rgba(255,195,19,.35) !important;}
body:has(.cc-nav-cta) .cc-s-ghost.cc-s-ghost .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-s-ghost.cc-s-ghost .vc_general.vc_btn3 *{display:inline-flex !important;align-items:center;justify-content:center;min-height:52px;padding:14px 28px !important;border-radius:999px !important;
  border:1.5px solid rgba(255,255,255,.25) !important;background:rgba(255,255,255,.04) !important;color:#fff !important;font-weight:600 !important;font-size:16px !important;
  text-transform:none !important;box-shadow:none !important;transition:border-color .15s ease,background .15s ease;}
body:has(.cc-nav-cta) .cc-s-ghost.cc-s-ghost .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-s-ghost.cc-s-ghost .vc_general.vc_btn3:hover *{border-color:#EF8022 !important;background:rgba(239,128,34,.12) !important;color:#fff !important;}
body:has(.cc-nav-cta) .cc-s-chip.cc-s-chip .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-s-chip.cc-s-chip .vc_general.vc_btn3 *{display:inline-flex !important;align-items:center;min-height:44px;padding:10px 20px !important;border-radius:14px !important;border:1px solid rgba(255,255,255,.12) !important;
  background:#111 !important;color:#fff !important;font-weight:600 !important;font-size:14.5px !important;text-transform:none !important;box-shadow:none !important;transition:all .15s ease;}
body:has(.cc-nav-cta) .cc-s-chip.cc-s-chip .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-s-chip.cc-s-chip .vc_general.vc_btn3:hover *{border-color:#EF8022 !important;background:#EF8022 !important;color:#000 !important;transform:translateY(-2px);}
body:has(.cc-nav-cta) .cc-s-steps>.wpb_column{padding:8px;}
body:has(.cc-nav-cta) .cc-s-step>.vc_column-inner{position:relative;height:100%;box-sizing:border-box;padding:30px 28px !important;border-radius:22px;
  background:linear-gradient(180deg,#121212,#0b0b0b);border:1px solid rgba(255,255,255,.08);}
body:has(.cc-nav-cta) .cc-s-num{margin:0 0 18px !important;font-size:15px !important;font-weight:700 !important;color:#000 !important;background:#EF8022;display:inline-flex !important;
  width:40px;height:40px;border-radius:12px;align-items:center;justify-content:center;line-height:1 !important;}
body:has(.cc-nav-cta) .cc-s-cardt{margin:0 0 10px !important;color:#fff !important;font-size:21px !important;line-height:1.25 !important;}
body:has(.cc-nav-cta) .cc-s-bento>.wpb_column{padding:8px;}
body:has(.cc-nav-cta) .cc-s-tile>.vc_column-inner{height:100%;box-sizing:border-box;padding:32px 30px !important;border-radius:24px;background:#0e0e0e;border:1px solid rgba(255,255,255,.08);overflow:hidden;position:relative;}
body:has(.cc-nav-cta) .cc-s-tile.cc-s-hot>.vc_column-inner{background:radial-gradient(500px 300px at 90% 0%,rgba(239,128,34,.35),transparent 70%),#140c05;border-color:rgba(239,128,34,.45);}
body:has(.cc-nav-cta) .cc-s-big{margin:0 0 6px !important;font-size:clamp(44px,5vw,72px) !important;line-height:1 !important;font-weight:800 !important;letter-spacing:-.03em !important;
  background:linear-gradient(90deg,#EF8022,#FFC313);-webkit-background-clip:text;background-clip:text;color:transparent !important;}
body:has(.cc-nav-cta) .cca-s-ico{margin:0 0 18px;line-height:0;}
body:has(.cc-nav-cta) .cc-s-proof>.wpb_column{padding:8px;}
body:has(.cc-nav-cta) .cc-s-rate>.vc_column-inner{height:100%;box-sizing:border-box;padding:28px !important;border-radius:22px;background:#0e0e0e;border:1px solid rgba(255,255,255,.08);}
body:has(.cc-nav-cta) .cc-s-quote{margin:0 0 14px !important;color:#fff !important;font-size:clamp(20px,2vw,26px) !important;line-height:1.35 !important;font-weight:600 !important;}
body:has(.cc-nav-cta) .cc-s-who p{margin:0 !important;color:rgba(255,255,255,.55) !important;font-size:14px !important;}
body:has(.cc-nav-cta) .cc-s-stars{color:#FFC313;letter-spacing:3px;font-size:18px;margin:0 0 10px;}
body:has(.cc-nav-cta) .cc-s-cta>.wpb_column>.vc_column-inner{max-width:1100px;margin:0 auto;border-radius:32px;padding:clamp(40px,6vw,80px) clamp(24px,5vw,64px) !important;text-align:center;
  background:radial-gradient(700px 360px at 50% 0%,rgba(255,195,19,.35),transparent 70%),linear-gradient(135deg,#EF8022,#c95b00);}
body:has(.cc-nav-cta) .cc-s-cta .cc-s-h2{color:#000 !important;}
body:has(.cc-nav-cta) .cc-s-cta .cc-s-lead p{color:rgba(0,0,0,.75) !important;margin-left:auto !important;margin-right:auto !important;}
body:has(.cc-nav-cta) .cc-s-cta .cc-s-btn.cc-s-btn .vc_general.vc_btn3,
body:has(.cc-nav-cta) .cc-s-cta .cc-s-btn.cc-s-btn .vc_general.vc_btn3 *{background:#000 !important;color:#fff !important;box-shadow:none !important;}
body:has(.cc-nav-cta) .cc-s-cta .cc-s-btn.cc-s-btn .vc_general.vc_btn3:hover,
body:has(.cc-nav-cta) .cc-s-cta .cc-s-btn.cc-s-btn .vc_general.vc_btn3:hover *{background:#1a1a1a !important;color:#FFC313 !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel-heading{background:transparent !important;border:0 !important;border-top:1px solid rgba(255,255,255,.1) !important;border-radius:0 !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel:last-child{border-bottom:1px solid rgba(255,255,255,.1);}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel-title>a{color:#fff !important;font-size:17px !important;font-weight:600 !important;padding:22px 40px 22px 0 !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel.vc_active .vc_tta-panel-title>a,
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel-title>a:hover{color:#EF8022 !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-controls-icon::before,
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-controls-icon::after{border-color:#EF8022 !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel-body{background:transparent !important;border:0 !important;padding:0 0 22px !important;}
body:has(.cc-nav-cta) .cc-s-faq .vc_tta-panel-body p{color:rgba(255,255,255,.72) !important;line-height:1.7 !important;}
body:has(.cc-nav-cta) .cc-s-link a{color:#EF8022 !important;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(239,128,34,.4);}
body:has(.cc-nav-cta) .cc-s-disc p{margin:40px auto 0 !important;max-width:80ch;text-align:center;color:rgba(255,255,255,.4) !important;font-size:12.5px !important;line-height:1.6 !important;}
@media (max-width:767px){
body:has(.cc-nav-cta) .cc-s-art{margin-top:36px;}
body:has(.cc-nav-cta) .cc-s-steps>.wpb_column,
body:has(.cc-nav-cta) .cc-s-bento>.wpb_column,
body:has(.cc-nav-cta) .cc-s-proof>.wpb_column{padding:6px 0;}
body:has(.cc-nav-cta) .cc-s .vc_btn3-container{margin:0 8px 10px 0 !important;}
}

/* ---------- country contact page ---------- */
body:has(.cc-nav-cta) .main-page-wrapper{background:#000 !important;padding-top:0 !important;padding-bottom:0 !important;}
body:has(.cc-nav-cta) .vc_row.cc-c{margin-bottom:0 !important;margin-top:0 !important;color:#fff;}
body:has(.cc-nav-cta) .cc-c .wpb_content_element{margin-bottom:0;}
body:has(.cc-nav-cta) .cc-c-hero{padding:clamp(56px,8vw,110px) 0 clamp(32px,4vw,56px) !important;
  background:radial-gradient(520px 380px at 80% 50%,rgba(239,128,34,.18),transparent 70%);}
body:has(.cc-nav-cta) .cc-c-main{padding:clamp(40px,5vw,72px) 0 clamp(64px,8vw,110px) !important;}
body:has(.cc-nav-cta) .cc-c-kick{display:inline-flex !important;align-items:center;gap:8px;margin:0 0 18px !important;padding:7px 14px !important;border:1px solid rgba(239,128,34,.45);border-radius:999px;
  background:rgba(239,128,34,.08);color:#FFC313 !important;font-size:13px !important;font-weight:600 !important;line-height:1 !important;}
body:has(.cc-nav-cta) .cc-c-kick::before{content:"";width:7px;height:7px;border-radius:50%;background:#EF8022;box-shadow:0 0 0 4px rgba(239,128,34,.2);}
body:has(.cc-nav-cta) .cc-c-label{margin:0 0 12px !important;color:#EF8022 !important;font-size:13px !important;font-weight:700 !important;letter-spacing:.12em !important;text-transform:uppercase;}
body:has(.cc-nav-cta) .cc-c-h1{margin:0 0 20px !important;color:#fff !important;font-size:clamp(40px,6vw,72px) !important;line-height:1.02 !important;letter-spacing:-.03em !important;}
body:has(.cc-nav-cta) .cc-c-h2{margin:0 0 16px !important;color:#fff !important;font-size:clamp(28px,3.4vw,40px) !important;line-height:1.1 !important;letter-spacing:-.02em !important;}
body:has(.cc-nav-cta) .cc-c-lead p{margin:0 0 8px !important;color:rgba(255,255,255,.78) !important;font-size:clamp(17px,1.5vw,20px) !important;line-height:1.55 !important;max-width:42ch;}
body:has(.cc-nav-cta) .cc-c-copy p{margin:0 0 12px !important;color:rgba(255,255,255,.72) !important;font-size:15.5px !important;line-height:1.7 !important;}
body:has(.cc-nav-cta) .cc-c-detail p{margin:0 0 10px !important;color:#fff !important;font-size:15.5px !important;line-height:1.65 !important;}
body:has(.cc-nav-cta) .cc-c-block{margin-top:28px !important;}
body:has(.cc-nav-cta) .cc-c-art{display:flex;align-items:center;justify-content:center;}
body:has(.cc-nav-cta) .cc-c-art svg{width:100%;max-width:340px;height:auto;display:block;margin:0 auto;}
body:has(.cc-nav-cta) .cc-c-note-top{margin:28px 0 0 !important;padding:22px 22px 10px !important;border-radius:18px 18px 0 0;background:rgba(239,128,34,.06);
  border:1px solid rgba(239,128,34,.3);border-bottom:0;}
body:has(.cc-nav-cta) .cc-c-note-body{padding:0 22px 12px;border-radius:0 0 18px 18px;background:rgba(239,128,34,.06);border:1px solid rgba(239,128,34,.3);border-top:0;}
body:has(.cc-nav-cta) .cc-c-note-body p{font-size:15px !important;}
body:has(.cc-nav-cta) .cc-c-form>.vc_column-inner{border-radius:24px;background:#0e0e0e;border:1px solid rgba(255,255,255,.08);padding:clamp(24px,3vw,40px) !important;box-sizing:border-box;}
body:has(.cc-nav-cta) .cc-c-form input[type=text],
body:has(.cc-nav-cta) .cc-c-form input[type=email],
body:has(.cc-nav-cta) .cc-c-form input[type=tel],
body:has(.cc-nav-cta) .cc-c-form input[type=url],
body:has(.cc-nav-cta) .cc-c-form input[type=number],
body:has(.cc-nav-cta) .cc-c-form select,
body:has(.cc-nav-cta) .cc-c-form textarea{width:100%;box-sizing:border-box;background:#000 !important;border:1px solid rgba(255,255,255,.14) !important;border-radius:12px !important;
  color:#fff !important;padding:13px 16px !important;font-size:15px !important;transition:border-color .15s ease;}
body:has(.cc-nav-cta) .cc-c-form textarea{min-height:140px;resize:vertical;}
body:has(.cc-nav-cta) .cc-c-form input::placeholder,
body:has(.cc-nav-cta) .cc-c-form textarea::placeholder{color:rgba(255,255,255,.4) !important;}
body:has(.cc-nav-cta) .cc-c-form input:focus,
body:has(.cc-nav-cta) .cc-c-form select:focus,
body:has(.cc-nav-cta) .cc-c-form textarea:focus{outline:none !important;border-color:#EF8022 !important;}
body:has(.cc-nav-cta) .cc-c-form label{color:rgba(255,255,255,.7) !important;font-size:13px;}
body:has(.cc-nav-cta) .cc-c-form .wpcf7-submit,
body:has(.cc-nav-cta) .cc-c-form input[type=submit]{display:inline-flex !important;align-items:center;justify-content:center;min-height:50px;padding:13px 34px !important;border-radius:999px !important;border:0 !important;
  background:linear-gradient(90deg,#EF8022,#FFA41B) !important;color:#000 !important;font-weight:700 !important;font-size:15px !important;text-transform:none !important;
  letter-spacing:0 !important;box-shadow:0 10px 30px rgba(239,128,34,.3) !important;cursor:pointer;transition:transform .15s ease,background .15s ease;}
body:has(.cc-nav-cta) .cc-c-form .wpcf7-submit:hover,
body:has(.cc-nav-cta) .cc-c-form input[type=submit]:hover{background:#FFC313 !important;transform:translateY(-2px);}
body:has(.cc-nav-cta) .cc-c-form .wpcf7-not-valid-tip{color:#FFC313 !important;font-size:12.5px;}
body:has(.cc-nav-cta) .cc-c-form .wpcf7-response-output{border-radius:12px;color:#fff;border-color:rgba(239,128,34,.4) !important;}
@media (max-width:767px){
body:has(.cc-nav-cta) .cc-c-art{margin-top:28px;}
body:has(.cc-nav-cta) .cc-c-form{margin-top:32px;}
}