[data-header*="type-1"] .ct-header [data-row*="bottom"] {
    --height: 20px;
    background-color: var(--paletteColor8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"] > div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="bottom"] {
    background-color: rgba(255,255,255,0);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="bottom"] > div {
    --borderTop: none;
    --borderBottom: 3px solid #ffffff;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: #1E2A33;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] > div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
    --buttonTextInitialColor: var(--buttonInitialColor);
    --buttonTextHoverColor: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --fontWeight: 300;
    --textTransform: none;
    --fontSize: 24px;
    --lineHeight: 1.3;
    --linkInitialColor: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"][data-menu*="type-3"] > ul > li > a {
    --linkHoverColor: #ffffff;
    --linkActiveColor: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    --linkInitialColor: #ffffff;
    --fontWeight: 500;
    --fontSize: 12px;
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
    --fontWeight: 300;
    --textTransform: none;
    --fontSize: 24px;
    --lineHeight: 1.3;
    --linkInitialColor: var(--paletteColor8);
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"][data-menu*="type-3"] > ul > li > a {
    --linkHoverColor: #ffffff;
    --linkActiveColor: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu {
    --linkInitialColor: #ffffff;
    --fontWeight: 500;
    --fontSize: 12px;
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu-secondary"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 50px;
    background-color: var(--paletteColor8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255,255,255,0);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] > div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: rgba(255,255,255,0);
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
    background-image: url("../../../../images/i.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

[data-header*="type-1"] {
    --sticky-shrink: 70;
    --header-height: 70px;
    --header-sticky-height: 50px;
    --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --fontWeight: 700;
    --fontSize: 20px;
    --linkInitialColor: #ffffff;
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] #offcanvas {
    --side-panel-width: 500px;
}

[data-header*="type-1"] [data-behaviour*="side"] {
    --box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials {
    --icon-size: 20px;
    --spacing: 9px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --icon-color: var(--paletteColor8);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: rgba(245, 163, 0, 0);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials .ct-label {
    --visibility: none;
}

[data-header*="type-1"] .ct-header [data-id="text"] {
    --max-width: 100%;
    --fontSize: 32px;
    --lineHeight: 1.3;
    --color: var(--paletteColor8);
    --linkInitialColor: var(--paletteColor8);
}

[data-header*="type-1"] [data-id="trigger"] {
    --icon-size: 18px;
    --icon-color: var(--paletteColor4);
    --secondColor: var(--paletteColor8);
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 0px;
    --columns-gap: 50px;
    --widgets-gap: 0px;
    --border: none;
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
    --fontSize: 12px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="copyright"] {
    --fontWeight: 300;
    --fontSize: 16px;
    --lineHeight: 7;
    --color: var(--paletteColor8);
    --linkInitialColor: var(--paletteColor8);
}

[data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 0px;
    --columns-gap: 50px;
    --border: none;
    --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --fontSize: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
    --horizontal-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-widget {
    --color: var(--paletteColor8);
}

[data-footer*="type-1"] [data-column="widget-area-6"] {
    --horizontal-alignment: right;
}

[data-footer*="type-1"] [data-column="widget-area-6"] .ct-widget {
    --color: var(--paletteColor8);
}

[data-footer*="type-1"] footer.ct-footer {
    background-color: var(--paletteColor3);
}

:root {
    --fontFamily: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --fontWeight: 300;
    --textTransform: none;
    --textDecoration: none;
    --fontSize: 20px;
    --lineHeight: 1.4;
    --letterSpacing: 0em;
    --buttonFontWeight: 500;
    --buttonFontSize: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --form-field-border-initial-color: var(--border-color);
    --form-field-border-focus-color: var(--paletteColor1);
    --form-selection-control-initial-color: var(--border-color);
    --form-selection-control-accent-color: var(--paletteColor1);
    --paletteColor1: #F6A300;
    --paletteColor2: #eeb749;
    --paletteColor3: #2B353F;
    --paletteColor4: #38434F;
    --paletteColor5: #e1e8ed;
    --paletteColor6: #f2f5f7;
    --paletteColor7: #FAFBFC;
    --paletteColor8: #ffffff;
    --color: var(--paletteColor3);
    --linkInitialColor: #38434F;
    --linkHoverColor: var(--paletteColor2);
    --selectionTextColor: #ffffff;
    --selectionBackgroundColor: var(--paletteColor1);
    --border-color: var(--paletteColor5);
    --headings-color: var(--paletteColor4);
    --content-spacing: 1.5em;
    --buttonMinHeight: 40px;
    --buttonShadow: none;
    --buttonTransform: none;
    --buttonTextInitialColor: #ffffff;
    --buttonTextHoverColor: #ffffff;
    --buttonInitialColor: var(--paletteColor1);
    --buttonHoverColor: var(--paletteColor2);
    --button-border: none;
    --buttonBorderRadius: 3px;
    --button-padding: 5px 20px;
    --normal-container-max-width: 1239px;
    --content-vertical-spacing: 60px;
    --narrow-container-max-width: 1000px;
    --wide-offset: 100px;
}

h1 {
    --fontWeight: 700;
    --fontSize: 172px;
    --lineHeight: 1;
}

h2 {
    --fontWeight: 500;
    --textTransform: uppercase;
    --fontSize: 48px;
    --lineHeight: 1;
}

h3 {
    --fontWeight: 500;
    --textTransform: uppercase;
    --fontSize: 48px;
    --lineHeight: 1;
}

h4 {
    --fontWeight: 500;
    --textTransform: uppercase;
    --fontSize: 48px;
    --lineHeight: 1;
}

h5 {
    --fontWeight: 500;
    --textTransform: uppercase;
    --fontSize: 30px;
    --lineHeight: 1.5;
}

h6 {
    --fontWeight: 700;
    --fontSize: 16px;
    --lineHeight: 1.5;
}

.wp-block-quote.is-style-large p, .wp-block-pullquote p, .ct-quote-widget blockquote {
    --fontFamily: Georgia;
    --fontWeight: 600;
    --fontSize: 25px;
}

code, kbd, samp, pre {
    --fontFamily: monospace;
    --fontWeight: 400;
    --fontSize: 16px;
}

.ct-sidebar .widget-title {
    --fontSize: 18px;
}

.ct-breadcrumbs {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

body {
    background-color: var(--paletteColor7);
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="categories"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
    background-color: var(--paletteColor6);
    background-image: none;
    --container-padding: 50px 0;
}

[data-prefix="single_page"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="popupbuilder_single"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="popupbuilder_single"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="popupbuilder_archive"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="popupbuilder_archive"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="blog"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="blog"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="categories"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="author"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="author"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="search"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="popupbuilder_archive"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="popupbuilder_archive"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="popupbuilder_archive"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="popupbuilder_archive"] .entry-card {
    background-color: var(--paletteColor8);
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

form textarea {
    --form-field-height: 170px;
}

.ct-sidebar {
    --linkInitialColor: var(--color);
}

[data-prefix="popupbuilder_single"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height:80px;
    }

    [data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] > div {
        --borderBottom: 3px solid var(--paletteColor8);
    }

    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] {
        --header-height: 100px;
        --header-sticky-height: 80px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-id="copyright"] {
        --lineHeight: 1.3;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --columns-gap: 50px;
        --grid-template-columns: repeat(2, 1fr);
    }

    :root {
        --fontSize: 18px;
    }

    h1 {
        --fontSize: 100px;
    }

    h2 {
        --fontSize: 44px;
    }

    h3 {
        --fontSize: 44px;
    }

    h4 {
        --fontSize: 44px;
    }

    h5 {
        --fontSize: 24px;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="popupbuilder_archive"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] #offcanvas {
        --side-panel-width:90vw;
    }

    [data-header*="type-1"] .ct-header [data-id="text"] {
        --fontSize: 26px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --columns-gap: 20px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-id="copyright"] {
        --fontSize: 12px;
        --lineHeight: 1;
    }

    [data-footer*="type-1"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --container-spacing: 40px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-column="widget-area-6"] {
        --horizontal-alignment: center;
    }

    :root {
        --fontSize: 16px;
        --content-vertical-spacing: 50px;
    }

    h1 {
        --fontSize: 48px;
    }

    h2 {
        --fontSize: 34px;
    }

    h3 {
        --fontSize: 34px;
    }

    h4 {
        --fontSize: 34px;
    }

    h5 {
        --fontSize: 18px;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="blog"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="author"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="search"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-prefix="popupbuilder_archive"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="popupbuilder_archive"] .entry-card .entry-title {
        --fontSize: 18px;
    }
}
