:root {
    --gcv-orange: #F69F00;
    --gcv-green: #80AE26;
    --gcv-purple: #7F6689;
    --gcv-white: #FFFFFF;
    --gcv-soft-black: #3A3737;
    --gcv-soft-black-muted: #3a3737e0;

    --gcv-light-orange: #F9CF9D;
    --gcv-light-green: #bcd196;
    --gcv-light-purple: #B4A4B8;
    --gcv-gray: #9C9B9B;

    --gcv-cream: #F7F2EA;
    --gcv-cream-light: #FBF8F2;
    --gcv-border: #E2D8CE;
    --gcv-rust: #F99D31;
    --gcv-rust-dark: #A85E33;
    --gcv-purple: #7F6689;
    --gcv-purple-muted: #B4A4B8;
    --gcv-dark: #241F1C;
    --gcv-muted: #6A625C;
    --gcv-rust-muted: #f99d31d9;
}


.standard-logo {
    max-width: 127px !important;
}

/* Page base */
.gcv-page {
    background: var(--gcv-cream);
    color: var(--gcv-soft-black);
    font-family: "Raleway", Arial, sans-serif;
}

.gcv-page .wpb_text_column.wpb_content_element {
    color: var(--gcv-soft-black-muted);
}

.gcv-page h1,
.gcv-page h2,
.gcv-page h3,
.gcv-page h4,
.gcv-title-font {
    font-family: "Lane A", Georgia, serif;
    color: var(--gcv-soft-black);
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.gcv-page p,
.gcv-page .wpb_text_column {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
}

.gcv-section-label {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Layout helpers */
.gcv-container>.vc_column-inner {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 44px;
    padding-right: 44px;
}

.gcv-hero-row .gcv-section-label {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    /*color: #f99d31d9;*/
    color: var(--gcv-white);
    margin-bottom: 14px;
}

.gcv-section-copy {
    max-width: 680px;
    color: var(--gcv-muted);
    font-weight: 600;
    line-height: 1.7;
}

/* Hero */
/*.gcv-hero--light {*/
/*    background: radial-gradient(circle at 86% 20%, rgba(249, 157, 49, .15), transparent 18%), radial-gradient(circle at 75% 75%, rgba(128, 174, 38, .14), transparent 20%), linear-gradient(180deg, #FBF8F4 0%, #F6F2EC 100%);*/
/*}*/
/*.gcv-hero-title em {*/
/*    color: #d2ffa9;*/
/*    font-style: italic;*/
/*}*/
/*.gcv-section-label {*/
/*    font-size: 11px;*/
/*    line-height: 1;*/
/*    letter-spacing: 0.22em;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    color: #ffffff;*/
/*    margin-bottom: 14px;*/
/*}*/
/*.gcv-hero-row {*/
/*    min-height: 520px;*/
/*    background: radial-gradient(circle at 72% 15%, rgba(255, 255, 255, .04), transparent 30%), linear-gradient(135deg, #81AF40 24%, #F99D31 100%);*/
/*}*/
.gcv-hero-row {
    min-height: 520px;
    /*background: radial-gradient(circle at 86% 20%, rgba(249, 157, 49, .15), transparent 18%), radial-gradient(circle at 75% 75%, rgba(128, 174, 38, .14), transparent 20%), linear-gradient(180deg, #FBF8F4 0%, #F6F2EC 100%);*/
    background: radial-gradient(circle at 72% 15%, rgba(255, 255, 255, .04), transparent 30%), linear-gradient(175deg, #bcd196 35%, #F99D31 90%);
    /*background: radial-gradient(circle at 72% 15%, rgba(255, 255, 255, .04), transparent 30%),
    linear-gradient(135deg, #221D1A 0%, #3A2B24 100%);*/
}

.gcv-hero-row .gcv-container>.vc_column-inner {
    padding-top: 88px;
    padding-bottom: 88px;
}

.gcv-hero-row h1 {
    max-width: 680px;
    color: #FFFFFF !important;
    font-size: 56px;
}

.gcv-hero-title em {
    /*color: #f99d31d9;*/
    color: #d2ffa9;
    font-style: italic;
}

.gcv-hero-row .wpb_text_column.wpb_content_element {
    font-weight: 500 !important;
}

.gcv-hero-row .vc_general.vc_btn3 {
    border-color: #ffffff;
    color: #ffffff;
}

.gcv-hero-copy {
    max-width: 640px;
    color: rgba(255, 255, 255, .62);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
}

.gcv-hero-buttons .wpb_wrapper {
    display: flex;
    gap: 10px;
}

.gcv-hero-buttons .vc_btn3 {
    border-radius: 4px !important;
    padding: 13px 28px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}


.gcv-btn-orange .vc_btn3 {
    background: var(--gcv-rust-muted) !important;
    border: 2px solid transparent !important;
    color: var(--gcv-white) !important;
}

.gcv-btn-orange .vc_btn3:hover {
    background: #F69F00 !important;
    border: 2px solid var(--gcv-white) !important;
}

.gcv-btn-outline-light .vc_btn3 {
    background: transparent !important;
    border-color: var(--gcv-dark) !important;
    color: var(--gcv-dark) !important;
    font-weight: 600;
}

.gcv-btn-outline-light .vc_btn3:hover {
    background: rgba(255, 255, 255, .40) !important;
}

.gcv-meta-pill {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
}

/* Feature strip */
.gcv-feature-row {
    background: var(--gcv-cream);
}

.gcv-feature-row .gcv-container>.vc_column-inner {
    padding-top: 50px;
    padding-bottom: 32px;
}

.gcv-feature-grid {
    border: 1px solid var(--gcv-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, .35);
}

.gcv-feature-item {
    border-right: 1px solid var(--gcv-border);
}

.gcv-feature-item:last-child {
    border-right: 0;
}

.gcv-feature-row .gcv-feature-grid {
    display: flex;
    align-items: stretch;
}

.gcv-feature-row .gcv-feature-item {
    display: flex;
}

.gcv-feature-row .gcv-feature-item>.vc_column-inner {
    padding: 28px 22px !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex;
    flex-direction: column;
}

.gcv-feature-icon {
    margin-bottom: 14px;
}

.gcv-feature-icon .vc_icon_element-inner {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
}

.gcv-feature-item .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    transform: none;
}

.gcv-feature-title h4 {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
}

.gcv-feature-text {
    color: #615B56;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

/* Intro / collection */
.gcv-intro-row {
    background: var(--gcv-cream-light);
    border-bottom: 1px solid var(--gcv-border);
}

.gcv-intro-row .gcv-container>.vc_column-inner {
    padding: 36px 0;
}

.gcv-collection-row {
    background: var(--gcv-white);
}

.gcv-collection-row .gcv-container>.vc_column-inner {
    padding-top: 48px;
    padding-bottom: 70px;
}

.gcv-card-column>.vc_column-inner {
    padding: 28px 24px !important;
    background: #fff;
    border: 1px solid var(--gcv-border);
    border-radius: 14px;
}



.gcv-card-title h3 {
    font-size: 21px;
    margin-bottom: 12px;
}

.gcv-card-text {
    color: #5B5650;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.gcv-tags {
    margin-top: 16px;
}

.gcv-tags span {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 5px 10px;
    border: 1px solid var(--gcv-border);
    border-radius: 999px;
    color: #9A7F6B;
    font-size: 11px;
    font-weight: 700;
}

.gcv-text-link a {
    color: var(--gcv-rust);
    font-weight: 900;
    text-decoration: none;
}

/* Account */
.gcv-account-row {
    background: var(--gcv-white);
}

.gcv-account-row .gcv-container>.vc_column-inner {
    padding-top: 58px;
    padding-bottom: 58px;
}

.gcv-account-row h2,
.gcv-testimonials-row .wpb_text_column.wpb_content_element,
.gcv-account-row .wpb_text_column.wpb_content_element,
.gcv-final-row .wpb_text_column.wpb_content_element,
.gcv-account-row .vc_custom_heading {
    color: var(--gcv-soft-black);
}

.gcv-testimonials-row .vc_custom_heading {
    color: var(--gcv-white);
}



.gcv-account-box>.vc_column-inner {
    padding: 52px !important;
}

.gcv-account-title h2,
.gcv-account-copy,
.gcv-account-copy p {
    color: var(--gcv-white);
}

.gcv-account-title h2 {
    color: var(--gcv-white);
}

.gcv-btn-light .vc_btn3 {
    background: #fffaf2 !important;
    border-color: #fffaf2 !important;
    color: var(--gcv-purple) !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
}

.gcv-quote-box>.vc_column-inner {

    border-left: 3px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    border-radius: 0 8px 8px 0;
}

.gcv-quote-text {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
}

.gcv-quote-author {
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    font-weight: 800;
}

/* HOW IT WORKS */

.gcv-how-row {
    background: #F7F2EA;
}

.gcv-how-row .gcv-container>.vc_column-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 64px 44px 76px !important;
}


.gcv-how-row .gcv-section-label {
    margin-bottom: 18px !important;
    color: #A98A74;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
}


.gcv-how-row h2,
.gcv-how-row .vc_custom_heading {
    margin-top: 0 !important;
}

.gcv-how-row>.vc_column_container .vc_custom_heading:not(.gcv-section-label) {
    color: #3A3737 !important;
    margin-bottom: 10px !important;
}


.gcv-how-row .vc_row_inner {
    position: relative;
    margin-top: 48px !important;
}


.gcv-how-row .gcv-steps-line {
    position: relative;
    margin-top: 48px !important;
}

.gcv-how-row .gcv-steps-line::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 5%;
    right: 3%;
    height: 1px;
    width: 90%;
    background: #D9CDC1;
    z-index: 1;
}


.gcv-step-column {
    position: relative;
    z-index: 2;
    text-align: center;
}


.gcv-step-column>.vc_column-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
}


.gcv-step-number {
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    margin: 0 auto 22px !important;
    border-radius: 50%;
    background: #B96A3A;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 48px;
    font-weight: 800;
    text-align: center;
}

.gcv-step-number p {
    margin: 0 !important;
    line-height: 48px !important;
    color: var(--gcv-white);
    font-weight: 600;
}


.gcv-step-title {
    margin-bottom: 10px !important;
}

.gcv-step-title h4 {
    margin: 0 !important;
    font-family: "Raleway", Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #3A3737 !important;
}


.gcv-step-text {
    max-width: 260px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #6A625C;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.gcv-step-text p {
    margin: 0 !important;
}

.gcv-step-number,
.gcv-step-number p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gcv-step-column {
    text-align: center;
}

.gcv-step-number {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--gcv-rust);
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    font-weight: 900;
    text-align: center;
}

.gcv-step-title h4 {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 8px;
}

.gcv-step-text {
    color: #68615A;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
}

/* Lessons */
.gcv-lessons-row {
    background: var(--gcv-cream-light);
}

.gcv-lessons-row .gcv-container>.vc_column-inner {
    padding-top: 58px;
    padding-bottom: 48px;
}

.gcv-lesson-card>.vc_column-inner {
    overflow: hidden;
    padding: 0 !important;
    background: #fff;
    border: 1px solid var(--gcv-border);
    border-radius: 10px;
}



.gcv-lesson-body {
    padding: 18px 18px 20px;
}

.gcv-mini-label {
    color: #B18870;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px;
}

.gcv-lesson-title h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.gcv-small-tags span {
    display: inline-block;
    margin: 0 5px 8px 0;
    padding: 4px 8px;
    border: 1px solid var(--gcv-border);
    border-radius: 999px;
    color: #7A7168;
    font-size: 10px;
    font-weight: 700;
}

.gcv-mini-btn .vc_btn3 {
    border-radius: 999px !important;
    padding: 7px 13px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

/* Testimonials */
/* Testimonials section */

.gcv-testimonials-row {
    background: radial-gradient(circle at 72% 15%, rgba(255, 255, 255, .04), transparent 30%), linear-gradient(180deg, #bcd196 35%, var(--gcv-rust-muted) 90%);
    /*background: #bcd196;*/
}

.gcv-testimonials-row .gcv-container>.vc_column-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 44px 70px !important;
}

/* Testimonials equal height */

.gcv-testimonials-row .vc_row_inner {
    display: flex;
    align-items: stretch !important;
}

.gcv-testimonials-row .gcv-testimonial-card {
    display: flex;
}

.gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner {
    display: flex !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner>.wpb_wrapper {
    width: 100%;
    height: 100%;
    padding: 24px 22px !important;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    background: rgba(255, 255, 255, .05);
    display: flex;
    flex-direction: column;
}

.gcv-testimonial-text {
    color: var(--gcv-white) !important;
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 10px;
}

.gcv-testimonial-text p {
    margin: 0 !important;
}

.gcv-testimonials-row .gcv-testimonial-author {
    margin-top: auto !important;
    padding-top: 22px;
}


.gcv-testimonial-author p {
    margin: 0 !important;
}


/* TESTIMONIALS */

.gcv-testimonials-row .gcv-testimonials-grid {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

.gcv-testimonials-row .gcv-testimonials-grid::before,
.gcv-testimonials-row .gcv-testimonials-grid::after {
    display: none !important;
}

.gcv-testimonials-row .gcv-testimonials-grid>.wpb_column,
.gcv-testimonials-row .gcv-testimonials-grid>.vc_column_container,
.gcv-testimonials-row .gcv-testimonials-grid>.gcv-testimonial-card {
    float: none !important;
    display: flex !important;
    align-items: stretch !important;
}

.gcv-testimonials-row .gcv-testimonial-card {
    display: flex !important;
}

.gcv-testimonials-row .gcv-testimonial-author {
    margin-top: auto !important;
    padding-top: 22px !important;
}

.gcv-testimonials-row .gcv-testimonial-text p,
.gcv-testimonials-row .gcv-testimonial-author p {
    margin: 0 !important;
    font-weight: 600;
    color: var(--gcv-white);
}

/* Final CTA */
.gcv-final-row {
    text-align: center;
}

.gcv-final-row .gcv-container>.vc_column-inner {
    padding-top: 48px;
    padding-bottom: 52px;
}

.gcv-final-row .gcv-section-label {
    font-size: 18px;
    color: var(--gcv-purple-muted);
}

.gcv-final-row h2 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: var(--gcv-soft-black);
}

.gcv-final-row h2 em {
    color: var(--gcv-green);
    font-style: italic;
}

.gcv-flex-items>.vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 25px;
}

.gcv-final-copy {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, .76);
    font-weight: 700;
}

.gcv-final-btn-white .vc_btn3 {
    background: #fff !important;
    color: var(--gcv-rust) !important;
    border-radius: 999px !important;
    border: 2px solid #fff !important;
    font-weight: 800 !important;
}

.gcv-final-btn-white .vc_btn3:hover {
    background: var(--gcv-rust-muted) !important;
    color: var(--gcv-white) !important;
}

@media (max-width: 900px) {
    .gcv-container>.vc_column-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .gcv-hero-title h1 {
        font-size: 42px;
    }

    .gcv-feature-item {
        border-right: 0;
        border-bottom: 1px solid var(--gcv-border);
    }

    .gcv-feature-item:last-child {
        border-bottom: 0;
    }

    .gcv-account-box>.vc_column-inner {
        padding: 34px 24px !important;
    }
}

.header-top-covid {
    display: none;
}

body.suround-page-layout-boxed .wrapper-container {
    margin: 0;
    width: 100%;
}

.page-content-wrap.no-sidebar {
    padding: 0;
}

.header {
    padding: 0 20px 0 20px;
}

.back-to-top {
    bottom: 10%;
}


@media (max-width: 767px) {
    .gcv-testimonials-row .vc_row_inner {
        display: block !important;
    }

    .gcv-testimonials-row .gcv-testimonial-card {
        display: block !important;
        margin-bottom: 18px;
    }

    .gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner,
    .gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner>.wpb_wrapper {
        display: block !important;
        height: auto !important;
    }
}

.gcv-collection-row .gcv-tags {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: 28px !important;
}

.gcv-collection-row .gcv-tags ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.gcv-collection-row .gcv-tags li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 5px 10px !important;

    border: 1px solid #E2D8CE !important;
    border-radius: 999px !important;

    background: #FFFFFF !important;
    color: #9A7F6B !important;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.gcv-collection-row .gcv-tags li::before {
    display: none !important;
    content: none !important;
}

/* Collection cards equal height */

.gcv-collection-row .gcv-cards-grid {
    display: grid !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

.gcv-collection-row .gcv-cards-grid::before,
.gcv-collection-row .gcv-cards-grid::after {
    display: none !important;
}

.gcv-collection-row .gcv-cards-grid>.wpb_column,
.gcv-collection-row .gcv-cards-grid>.vc_column_container,
.gcv-collection-row .gcv-cards-grid>.gcv-card-column {
    float: none !important;
    display: flex !important;
    align-items: stretch !important;
}

.gcv-collection-row .gcv-card-column {
    display: flex !important;
}

.gcv-collection-row .gcv-card-column>.vc_column-inner {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.gcv-collection-row .gcv-card-column>.vc_column-inner>.wpb_wrapper {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    padding: 28px 24px !important;
    background: #fff !important;
    border: 1px solid var(--gcv-border) !important;
    border-radius: 14px !important;
}

.gcv-collection-row .gcv-text-link {
    padding-top: 20px !important;
}

.gcv-collection-row .gcv-tags span {
    display: inline-block !important;
    margin: 0 6px 8px 0 !important;
    padding: 5px 10px !important;
    border: 1px solid var(--gcv-border) !important;
    border-radius: 999px !important;
    color: #9A7F6B !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.gcv-collection-row .gcv-card-column>.vc_column-inner>.wpb_wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Lesson cards equal height */

.gcv-lessons-row .gcv-lesson-grid {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
}

.gcv-lessons-row .gcv-lesson-grid::before,
.gcv-lessons-row .gcv-lesson-grid::after {
    display: none !important;
}

.gcv-lessons-row .gcv-lesson-card>.vc_column-inner {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.gcv-lessons-row .gcv-lesson-card>.vc_column-inner>.wpb_wrapper {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--gcv-border) !important;
    border-radius: 10px !important;
}

.gcv-lessons-row .gcv-lesson-top {
    margin: 0 !important;
    min-height: 76px !important;
    padding: 22px !important;
    text-align: center !important;
    font-size: 26px !important;
}

.gcv-lessons-row .gcv-lesson-top p {
    margin: 0 !important;
}

/*.gcv-lessons-row .gcv-lesson-body,*/
/*.gcv-lessons-row .gcv-lesson-title,*/
/*.gcv-lessons-row .gcv-small-tags,*/
/*.gcv-lessons-row .gcv-mini-btn {*/
/*    padding-left: 18px !important;*/
/*    padding-right: 18px !important;*/
/*}*/

/*.gcv-lessons-row .gcv-lesson-body {*/
/*    padding-top: 18px !important;*/
/*    padding-bottom: 0 !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

.gcv-lessons-row .gcv-mini-label {
    margin-bottom: 8px !important;
}

.gcv-lessons-row .gcv-lesson-title h3 {
    margin: 0 0 12px !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
}

.gcv-lessons-row .gcv-small-tags {
    margin-bottom: 18px !important;
}

.gcv-lessons-row .gcv-small-tags span {
    display: inline-block !important;
    margin: 0 5px 8px 0 !important;
    padding: 4px 8px !important;
    border: 1px solid var(--gcv-border) !important;
    border-radius: 999px !important;
    color: #7A7168 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.gcv-lessons-row .gcv-mini-btn {
    margin-top: auto !important;
    padding-bottom: 20px !important;
}

.gcv-lessons-row .gcv-mini-btn .vc_btn3 {
    border-radius: 999px !important;
    padding: 8px 14px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

.gcv-lessons-row .gcv-small-tags {
    margin: 8px 0 14px !important;
}

.gcv-lessons-row .gcv-small-tags ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.gcv-lessons-row .gcv-small-tags li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 4px 9px !important;

    border: 1px solid #E2D8CE !important;
    border-radius: 999px !important;

    background: #FFFFFF !important;
    color: #7A7168 !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.gcv-lessons-row .gcv-small-tags li::before {
    display: none !important;
    content: none !important;
}

@media (max-width: 1199px) {
    .gcv-container>.vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .gcv-how-row .gcv-steps-line::before {
        content: none;
    }
}

@media (max-width: 767px) {
    .gcv-container>.vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Responsive layout fixes */

@media (max-width: 1199px) {
    .gcv-container>.vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Tablet */

@media (max-width: 900px) {

    .gcv-collection-row .gcv-cards-grid,
    .gcv-lessons-row .gcv-lesson-grid,
    .gcv-testimonials-row .gcv-testimonials-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }

    .gcv-collection-row .gcv-cards-grid>.wpb_column,
    .gcv-collection-row .gcv-cards-grid>.vc_column_container,
    .gcv-collection-row .gcv-card-column,
    .gcv-lessons-row .gcv-lesson-grid>.wpb_column,
    .gcv-lessons-row .gcv-lesson-grid>.vc_column_container,
    .gcv-lessons-row .gcv-lesson-card,
    .gcv-testimonials-row .gcv-testimonials-grid>.wpb_column,
    .gcv-testimonials-row .gcv-testimonials-grid>.vc_column_container,
    .gcv-testimonials-row .gcv-testimonial-card {
        float: none !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 22px !important;
    }

    .gcv-collection-row .gcv-card-column:last-child,
    .gcv-lessons-row .gcv-lesson-card:last-child,
    .gcv-testimonials-row .gcv-testimonial-card:last-child {
        margin-bottom: 0 !important;
    }

    .gcv-collection-row .gcv-card-column>.vc_column-inner,
    .gcv-lessons-row .gcv-lesson-card>.vc_column-inner,
    .gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .gcv-collection-row .gcv-card-column>.vc_column-inner>.wpb_wrapper,
    .gcv-lessons-row .gcv-lesson-card>.vc_column-inner>.wpb_wrapper,
    .gcv-testimonials-row .gcv-testimonial-card>.vc_column-inner>.wpb_wrapper {
        height: auto !important;
        min-height: 0 !important;
    }

    .gcv-lesson-title h3,
    .gcv-card-title h3 {
        word-break: normal !important;
        overflow-wrap: normal !important;
    }
}

/* Feature cards responsive */

@media (max-width: 900px) {
    .gcv-feature-row .gcv-feature-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    .gcv-feature-row .gcv-feature-grid::before,
    .gcv-feature-row .gcv-feature-grid::after {
        display: none !important;
    }

    .gcv-feature-row .gcv-feature-item {
        float: none !important;
        display: flex !important;
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        border-right: 1px solid var(--gcv-border) !important;
        border-bottom: 1px solid var(--gcv-border) !important;
    }

    .gcv-feature-row .gcv-feature-item:nth-child(2n) {
        border-right: 0 !important;
    }

    .gcv-feature-row .gcv-feature-item:nth-last-child(-n + 2) {
        border-bottom: 0 !important;
    }

    .gcv-feature-row .gcv-feature-item>.vc_column-inner {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }
}

@media (max-width: 600px) {
    .gcv-feature-row .gcv-feature-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid var(--gcv-border) !important;
    }

    .gcv-feature-row .gcv-feature-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--gcv-border) !important;
    }

    .gcv-feature-row .gcv-feature-item:last-child {
        border-bottom: 0 !important;
    }
}

/* Mobile typography and spacing */

@media (max-width: 767px) {
    .gcv-container>.vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .gcv-hero-row h1,
    .gcv-hero-title h1 {
        font-size: 40px !important;
        line-height: 1.08 !important;
    }

    .gcv-hero-copy {
        font-size: 16px !important;
    }

    .gcv-card-title h3,
    .gcv-lesson-title h3 {
        font-size: 26px !important;
        line-height: 1.12 !important;
    }

    .gcv-card-column>.vc_column-inner>.wpb_wrapper {
        padding: 26px 22px !important;
    }

    .gcv-tags ul,
    .gcv-small-tags ul {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .vc_btn3-container.vc_btn3-right {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .gcv-flex-items>.vc_column-inner>.wpb_wrapper {
        flex-direction: column;
        gap: 0;
    }
}

.gcv-btn-orange.inline {
    display: inline-flex;
    margin-right: 10px;
}

.gcv-btn-outline-light.inline {
    display: inline;
}

.gcv-hero-row .gcv-meta-pill {
    align-items: center !important;
    width: auto !important;
    max-width: 100% !important;

    margin-top: 10px !important;
    padding: 9px 16px !important;

    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .07) !important;

    color: rgba(255, 255, 255, .72) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.gcv-hero-row .gcv-meta-pill ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.gcv-hero-row .gcv-meta-pill li {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--gcv-dark) !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.gcv-hero-row .gcv-meta-pill li::before {
    content: "·";
    display: inline-block;
    margin: 0 9px;
    color: rgba(255, 255, 255, .55);
}

.gcv-hero-row .gcv-meta-pill li:first-child::before {
    content: "•";
    margin-left: 0;
    margin-right: 9px;
    color: #ffffff;
}

.gcv-hero-row .gcv-meta-pill li::marker {
    content: "" !important;
}

@media (max-width: 600px) {
    .gcv-hero-row .gcv-meta-pill {
        border-radius: 24px !important;
    }

    .gcv-hero-row .gcv-meta-pill ul {
        row-gap: 4px !important;
    }

    .gcv-hero-row .gcv-meta-pill li {
        white-space: normal !important;
    }

    .gcv-hero-row .gcv-meta-pill li::before {
        margin: 0 9px 0 0;
    }

    .gcv-how-row .gcv-steps-line {
        margin-top: 0 !important;
    }

}

@media (max-width: 450px) {
    .gcv-hero-buttons .wpb_wrapper {
        flex-direction: column;
        gap: 0;
    }
}

h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

h2 {
    font-size: 2rem !important;
}

h3 {
    font-size: 1.5rem !important;
}

h4 {
    font-size: 1.2rem !important;
}

.vc_btn3.vc_btn3-size-md {
    font-weight: 500;
}

.gcv-hero-row-with-image {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background: radial-gradient(178.62% 101.87% at 10.73% 0.05%, #E2F0C6 0%, #FFF6E5 37.91%, #FDFAF5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient-background {
    background: radial-gradient(178.62% 101.87% at 10.73% 0.05%, #E2F0C6 0%, #FFF6E5 37.91%, #FDFAF5 100%);
}

.gcv-hero-row-with-image>.wpb_column {
    min-height: 620px;
}

.gcv-hero-row-with-image .gcv-hero-content-col {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1350px;

}

.gcv-hero-row-with-image .gcv-hero-content-col>.vc_column-inner {
    width: 100%;

}

.gcv-hero-row-with-image .gcv-hero-image-col {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: 0;
    right: 0;
}

.gcv-hero-row-with-image .gcv-hero-image-col>.vc_column-inner,
.gcv-hero-row-with-image .gcv-hero-image-col>.vc_column-inner>.wpb_wrapper,
.gcv-hero-row-with-image .gcv-hero-image,
.gcv-hero-row-with-image .gcv-hero-image .wpb_wrapper,
.gcv-hero-row-with-image .gcv-hero-image figure,
.gcv-hero-row-with-image .gcv-hero-image .vc_single_image-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
}

.gcv-hero-row-with-image .gcv-hero-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: center right;
}

.gcv-hero-row-with-image .gcv-hero-title {
    margin-bottom: 22px;
}

.gcv-hero-row-with-image .gcv-hero-title h1,
.gcv-hero-row-with-image .gcv-hero-title {
    color: #3A3737 !important;
}

.gcv-hero-row-with-image .gcv-hero-title em {
    font-style: italic;
}

.gcv-hero-row-with-image .gcv-hero-title em:nth-of-type(1) {
    color: #F69F00;
}

.gcv-hero-row-with-image .gcv-hero-title em:nth-of-type(2) {
    color: #80AE26;
}

.gcv-hero-row-with-image .gcv-hero-title em:nth-of-type(3) {
    color: #7F6689;
}

.gcv-hero-row-with-image .gcv-hero-copy {
    max-width: 540px;
    margin-bottom: 18px;
    color: #3A3737;
}

.gcv-hero-row-with-image .gcv-hero-buttons .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.gcv-hero-row-with-image .gcv-hero-buttons .vc_btn3-container {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .gcv-hero-row-with-image {
        min-height: auto;
        background: #F7F2EA;
        overflow: hidden !important;
    }

    .gcv-hero-row-with-image>.wpb_column {
        width: 100% !important;
        min-height: auto;
    }

    .gcv-hero-row-with-image .gcv-hero-content-col {
        padding: 56px 24px 36px;
    }

    .gcv-hero-row-with-image .gcv-hero-content-col>.vc_column-inner {
        max-width: none;
    }

    .gcv-hero-row-with-image .gcv-hero-image img {
        height: 100vh !important;
    }

    .gcv-hero-row-with-image .gcv-hero-image-col {
        order: 2;
    }

    .gcv-hero-row-with-image .gcv-hero-content-col {
        order: 1;
    }
}



.gcv-hero-row-with-image .gcv-hero-image img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
    object-position: right center;

    -webkit-mask-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 8%,
            rgba(0, 0, 0, .18) 20%,
            rgba(0, 0, 0, .55) 38%,
            rgba(0, 0, 0, .88) 56%,
            rgba(0, 0, 0, 1) 72%);
    mask-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 8%,
            rgba(0, 0, 0, .18) 20%,
            rgba(0, 0, 0, .55) 38%,
            rgba(0, 0, 0, .88) 56%,
            rgba(0, 0, 0, 1) 72%);
}

.gcv-hero-row-with-image>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
}

.gcv-resources-row {
    padding: 82px 0;
    background: #FDF9F2;
}




.gcv-resources-row .gcv-container>.vc_column-inner {
    max-width: 1350px;
    margin: 0 auto;
}

.gcv-resources-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.gcv-resources-grid::before,
.gcv-resources-grid::after {
    display: none !important;
}

.gcv-resources-grid>.wpb_column,
.gcv-resources-grid>.vc_column_container {
    float: none !important;
    width: auto !important;
    display: flex !important;
}

.gcv-resources-heading-col {
    align-items: center;
}

.gcv-resources-heading-col>.vc_column-inner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 !important;
}

.gcv-resources-heading-col>.vc_column-inner>.wpb_wrapper {
    width: 100%;
}

.gcv-resource-card-col>.vc_column-inner {
    position: relative;
    width: 100%;
    min-height: 205px;
    padding: 24px 24px 22px !important;
    border: 1px solid #E2D8CE;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 1px 0 rgba(58, 55, 55, .03);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    cursor: pointer;
}

.gcv-resource-card-col>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 157px;
    width: 100%;
}

.gcv-resource-card-col:hover>.vc_column-inner {
    transform: translateY(-4px);
    border-color: rgba(127, 102, 137, .36);
    box-shadow: 0 16px 34px rgba(58, 55, 55, .08);
}

.gcv-resource-icon {
    margin: 0 0 16px !important;
}

.gcv-resource-icon .vc_icon_element-inner {
    width: 54px !important;
    height: 54px !important;
    border-radius: 4px !important;
}

.gcv-resource-title,
.gcv-resource-title h3 {
    margin: 0 0 34px !important;
    color: #3A3737 !important;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.gcv-resource-text {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.gcv-resource-text p {
    margin: 0 !important;
    color: #6A625C;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
}

.gcv-resource-arrow-link {
    position: absolute;
    top: 18px;
    right: 20px;
    margin: 0 !important;
}

.gcv-resource-arrow-link p {
    margin: 0 !important;
}

.gcv-resource-arrow-link a {
    display: inline-flex;
    color: #3A3737;
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .2s ease;
}

.gcv-resource-card-col:hover .gcv-resource-arrow-link a {
    transform: translate(3px, -3px);
}

@media (max-width: 900px) {
    .gcv-resources-row {
        padding: 58px 0;
    }

    .gcv-resources-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .gcv-resources-heading-col {
        grid-column: 1 / -1;
    }

    .gcv-resource-card-col>.vc_column-inner {
        min-height: 190px;
    }
}

@media (max-width: 600px) {
    .gcv-resources-row {
        padding: 46px 0;
    }

    .gcv-resources-row .gcv-container>.vc_column-inner {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .gcv-resources-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gcv-resource-card-col>.vc_column-inner {
        min-height: 178px;
        padding: 22px 20px !important;
    }

    .gcv-resource-title,
    .gcv-resource-title h3 {
        margin-bottom: 28px !important;
        font-size: 21px;
    }
}

.gcv-section-label {
    color: #7F6689;
}

.slick-slider .slick-slide {
    padding: 0 10px;
}

.slick-slider .slick-slide blockquote p {
    color: #3A3737;
    font-family: "Raleway" sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.16px;
}

.slick-slider .slick-slide blockquote {
    margin-bottom: 40px
}

.slick-slider .slick-slide em {
    color: #3A3737;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.16px;
}

/* Dots wrapper */
.slick-dots,
.ult-carousel-wrapper .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    right: 0;
}

/* Dot item */
.slick-dots li,
.ult-carousel-wrapper .slick-dots li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    cursor: pointer;
}

/* Button reset */
.slick-dots li button,
.ult-carousel-wrapper .slick-dots li button {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
}

/* Dot itself */
.slick-dots li .ultsl-record,
.ult-carousel-wrapper .slick-dots li .ultsl-record {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 132px !important;
    background: rgba(127, 102, 137, 0.5) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: width .22s ease, background-color .22s ease, opacity .22s ease;
}

/* Remove icon font */
.slick-dots li .ultsl-record::before,
.ult-carousel-wrapper .slick-dots li .ultsl-record::before {
    content: "" !important;
    display: none !important;
}

Active dot .slick-dots li.slick-active .ultsl-record,
.ult-carousel-wrapper .slick-dots li.slick-active .ultsl-record {
    width: 34px !important;
    height: 12px !important;
    border-radius: 132px !important;
    background: #7F6689 !important;
}

.gcv-account-row .slick-slider {
    padding: 24px 22px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(214, 200, 218, 0.20);
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 4px !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}