:root {
        --color-header-middle-bg: #ffffff;
        --color-header-middle-bg-grad: #ffffff;
        --color-header-middle-text: #111731;
        --color-header-middle-text-hover: #63add7;
        --color-header-transparent-bg: transparent;
        --color-header-transparent-bg-grad: transparent;
        --color-header-transparent-text: #111731;
        --color-header-transparent-text-hover: #63add7;
        --color-chrome-toolbar: #f5f5f5;
        --color-chrome-toolbar-grad: #f5f5f5;
        --color-content-bg: #ffffff;
        --color-content-bg-grad: #ffffff;
        --color-content-bg-alt: #f6f6f6;
        --color-content-bg-alt-grad: #f6f6f6;
        --color-content-border: #e8e8e8;
        --color-content-heading: #111731;
        --color-content-heading-grad: #111731;
        --color-content-text: #192733;
        --color-content-link: #63add7;
        --color-content-link-hover: #87c7e4;
        --color-content-primary: #63add7;
        --color-content-primary-grad: #63add7;
        --color-content-secondary: #87c7e4;
        --color-content-secondary-grad: #87c7e4;
        --color-content-faded: #999999;
        --color-content-overlay: rgba(0, 0, 0, 0.75);
        --color-content-overlay-grad: rgba(0, 0, 0, 0.75);
        --color-alt-content-text: #2c5878;
        --color-footer-bg: #111731;
        --color-footer-bg-grad: #111731;
        --color-footer-bg-alt: #1f2645;
        --color-footer-bg-alt-grad: #1f2645;
        --color-footer-border: #192733;
        --color-footer-heading: #72757e;
        --color-footer-heading-grad: #72757e;
        --color-footer-text: #ffffff;
        --color-footer-link: #ffffff;
        --color-footer-link-hover: #63add7;
        --color-content-primary-faded: rgba(99, 173, 215, 0.15);
        --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, 0.15);
        --site-canvas-width: 1440px;
        --site-content-width: 1300px;
        --section-custom-padding: 6vmax;
        --text-block-margin-bottom: 0rem;
        --inputs-font-size: 18px;
        --inputs-height: 64px;
        --inputs-padding: 20px;
        --inputs-border-width: 0px;
        --inputs-text-color: var(--color-content-text);
    }
    :root {
        --font-family: Rubik, sans-serif;
        --font-size: 18px;
        --line-height: 28px;
        --font-weight: 300;
        --bold-font-weight: 700;
        --h1-font-family: Rubik, sans-serif;
        --h1-font-size: 62px;
        --h1-line-height: 1.2;
        --h1-font-weight: 600;
        --h1-bold-font-weight: 700;
        --h1-text-transform: none;
        --h1-font-style: normal;
        --h1-letter-spacing: 0em;
        --h1-margin-bottom: 1rem;
        --h2-font-family: var(--h1-font-family);
        --h2-font-size: 52px;
        --h2-line-height: 1.2;
        --h2-font-weight: 400;
        --h2-bold-font-weight: var(--h1-bold-font-weight);
        --h2-text-transform: var(--h1-text-transform);
        --h2-font-style: var(--h1-font-style);
        --h2-letter-spacing: 0em;
        --h2-margin-bottom: 1rem;
        --h3-font-family: var(--h1-font-family);
        --h3-font-size: 28px;
        --h3-line-height: 1.4;
        --h3-font-weight: 500;
        --h3-bold-font-weight: var(--h1-bold-font-weight);
        --h3-text-transform: var(--h1-text-transform);
        --h3-font-style: var(--h1-font-style);
        --h3-letter-spacing: 0em;
        --h3-margin-bottom: 1.5rem;
        --h4-font-family: var(--h1-font-family);
        --h4-font-size: 22px;
        --h4-line-height: 1.4;
        --h4-font-weight: 500;
        --h4-bold-font-weight: var(--h1-bold-font-weight);
        --h4-text-transform: var(--h1-text-transform);
        --h4-font-style: var(--h1-font-style);
        --h4-letter-spacing: 0em;
        --h4-margin-bottom: 1.5rem;
        --h5-font-family: var(--h1-font-family);
        --h5-font-size: 20px;
        --h5-line-height: 28px;
        --h5-font-weight: 500;
        --h5-bold-font-weight: var(--h1-bold-font-weight);
        --h5-text-transform: var(--h1-text-transform);
        --h5-font-style: var(--h1-font-style);
        --h5-letter-spacing: 0em;
        --h5-margin-bottom: 0rem;
        --h6-font-family: var(--h1-font-family);
        --h6-font-size: 18px;
        --h6-line-height: 20px;
        --h6-font-weight: 500;
        --h6-bold-font-weight: var(--h1-bold-font-weight);
        --h6-text-transform: var(--h1-text-transform);
        --h6-font-style: var(--h1-font-style);
        --h6-letter-spacing: 0em;
        --h6-margin-bottom: 0rem;
    }
    @media (max-width: 600px) {
        :root {
            --font-size: 16px;
            --line-height: 1.4;
            --h1-font-size: 40px;
            --h2-font-size: 30px;
            --h3-font-size: 22px;
            --h4-font-size: 18px;
            --h5-font-size: 16px;
            --h6-font-size: 12px;
        }
    }
   h1 {
        font-family: var(--h1-font-family, inherit) !important;
        font-weight: var(--h1-font-weight, inherit) !important;
        font-size: var(--h1-font-size, inherit) !important;
        font-style: var(--h1-font-style, inherit) !important;
        line-height: var(--h1-line-height, 1.4) !important;
        letter-spacing: var(--h1-letter-spacing, inherit) !important;
        text-transform: var(--h1-text-transform, inherit) !important;
        margin-bottom: var(--h1-margin-bottom, 1.5rem) !important;
    }
    h1 > strong {
        font-weight: var(--h1-bold-font-weight, bold) !important;
    }
    h2 {
        font-family: var(--h2-font-family, inherit) !important;
        font-weight: var(--h2-font-weight, inherit) !important;
        font-size: var(--h2-font-size, inherit) !important;
        font-style: var(--h2-font-style, inherit) !important;
        line-height: var(--h2-line-height, 1.4) !important;
        letter-spacing: var(--h2-letter-spacing, inherit) !important;
        text-transform: var(--h2-text-transform, inherit) !important;
        margin-bottom: var(--h2-margin-bottom, 1.5rem) !important;
    }
    h2 > strong {
        font-weight: var(--h2-bold-font-weight, bold) !important;
    }
    h3 {
        font-family: var(--h3-font-family, inherit) !important;
        font-weight: var(--h3-font-weight, inherit) !important;
        font-size: var(--h3-font-size, inherit) !important;
        font-style: var(--h3-font-style, inherit) !important;
        line-height: var(--h3-line-height, 1.4) !important;
        letter-spacing: var(--h3-letter-spacing, inherit) !important;
        text-transform: var(--h3-text-transform, inherit) !important;
        margin-bottom: var(--h3-margin-bottom, 1.5rem) !important;
    }
    h3 > strong {
        font-weight: var(--h3-bold-font-weight, bold) !important;
    }
    h4 {
        font-family: var(--h4-font-family, inherit) !important;
        font-weight: var(--h4-font-weight, inherit) !important;
        font-size: var(--h4-font-size, inherit) !important;
        font-style: var(--h4-font-style, inherit) !important;
        line-height: var(--h4-line-height, 1.4) !important;
        letter-spacing: var(--h4-letter-spacing, inherit) !important;
        text-transform: var(--h4-text-transform, inherit) !important;
        margin-bottom: var(--h4-margin-bottom, 1.5rem) !important;
    }
    h4 > strong {
        font-weight: var(--h4-bold-font-weight, bold) !important;
    }
    h5 {
        font-family: var(--h5-font-family, inherit) !important;
        font-weight: var(--h5-font-weight, inherit) !important;
        font-size: var(--h5-font-size, inherit) !important;
        font-style: var(--h5-font-style, inherit) !important;
        line-height: var(--h5-line-height, 1.4) !important;
        letter-spacing: var(--h5-letter-spacing, inherit) !important;
        text-transform: var(--h5-text-transform, inherit) !important;
        margin-bottom: var(--h5-margin-bottom, 1.5rem) !important;
    }
    h5 > strong {
        font-weight: var(--h5-bold-font-weight, bold) !important;
    }
    h6 {
        font-family: var(--h6-font-family, inherit) !important;
        font-weight: var(--h6-font-weight, inherit) !important;
        font-size: var(--h6-font-size, inherit) !important;
        font-style: var(--h6-font-style, inherit) !important;
        line-height: var(--h6-line-height, 1.4) !important;
        letter-spacing: var(--h6-letter-spacing, inherit) !important;
        text-transform: var(--h6-text-transform, inherit) !important;
        margin-bottom: var(--h6-margin-bottom, 1.5rem) !important;
    }
    h6 > strong {
        font-weight: var(--h6-bold-font-weight, bold) !important;
    }
    body {
        background: #ffffff;
    }
    @media (max-width: 1390px) {
        .l-main .aligncenter {
            max-width: calc(100vw - 5rem);
        }
    }
    @media (min-width: 1281px) {
        body.usb_preview .hide_on_default {
            opacity: 0.25 !important;
        }
        .vc_hidden-lg,
        body:not(.usb_preview) .hide_on_default {
            display: none !important;
        }
        .default_align_left {
            text-align: left;
            justify-content: flex-start;
        }
        .default_align_right {
            text-align: right;
            justify-content: flex-end;
        }
        .default_align_center {
            text-align: center;
            justify-content: center;
        }
        .w-hwrapper.default_align_center > * {
            margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
            margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2);
        }
        .default_align_justify {
            justify-content: space-between;
        }
        .w-hwrapper > .default_align_justify,
        .default_align_justify > .w-btn {
            width: 100%;
        }
    }
    @media (min-width: 1025px) and (max-width: 1280px) {
        body.usb_preview .hide_on_laptops {
            opacity: 0.25 !important;
        }
        .vc_hidden-md,
        body:not(.usb_preview) .hide_on_laptops {
            display: none !important;
        }
        .laptops_align_left {
            text-align: left;
            justify-content: flex-start;
        }
        .laptops_align_right {
            text-align: right;
            justify-content: flex-end;
        }
        .laptops_align_center {
            text-align: center;
            justify-content: center;
        }
        .w-hwrapper.laptops_align_center > * {
            margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
            margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2);
        }
        .laptops_align_justify {
            justify-content: space-between;
        }
        .w-hwrapper > .laptops_align_justify,
        .laptops_align_justify > .w-btn {
            width: 100%;
        }
        .g-cols.via_grid[style*="--laptops-gap"] {
            grid-gap: var(--laptops-gap, 3rem);
        }
    }
    @media (min-width: 601px) and (max-width: 1024px) {
        body.usb_preview .hide_on_tablets {
            opacity: 0.25 !important;
        }
        .vc_hidden-sm,
        body:not(.usb_preview) .hide_on_tablets {
            display: none !important;
        }
        .tablets_align_left {
            text-align: left;
            justify-content: flex-start;
        }
        .tablets_align_right {
            text-align: right;
            justify-content: flex-end;
        }
        .tablets_align_center {
            text-align: center;
            justify-content: center;
        }
        .w-hwrapper.tablets_align_center > * {
            margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
            margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2);
        }
        .tablets_align_justify {
            justify-content: space-between;
        }
        .w-hwrapper > .tablets_align_justify,
        .tablets_align_justify > .w-btn {
            width: 100%;
        }
        .g-cols.via_grid[style*="--tablets-gap"] {
            grid-gap: var(--tablets-gap, 3rem);
        }
    }
    @media (max-width: 600px) {
        body.usb_preview .hide_on_mobiles {
            opacity: 0.25 !important;
        }
        .vc_hidden-xs,
        body:not(.usb_preview) .hide_on_mobiles {
            display: none !important;
        }
        .mobiles_align_left {
            text-align: left;
            justify-content: flex-start;
        }
        .mobiles_align_right {
            text-align: right;
            justify-content: flex-end;
        }
        .mobiles_align_center {
            text-align: center;
            justify-content: center;
        }
        .w-hwrapper.mobiles_align_center > * {
            margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
            margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2);
        }
        .mobiles_align_justify {
            justify-content: space-between;
        }
        .w-hwrapper > .mobiles_align_justify,
        .mobiles_align_justify > .w-btn {
            width: 100%;
        }
        .w-hwrapper.stack_on_mobiles {
            display: block;
        }
        .w-hwrapper.stack_on_mobiles > :not(script) {
            display: block;
            margin: 0 0 var(--hwrapper-gap, 1.2rem);
        }
        .w-hwrapper.stack_on_mobiles > :last-child {
            margin-bottom: 0;
        }
        .g-cols.via_grid[style*="--mobiles-gap"] {
            grid-gap: var(--mobiles-gap, 1.5rem);
        }
    }
    @media (max-width: 1280px) {
        .g-cols.laptops-cols_1 {
            grid-template-columns: 100%;
        }
        .g-cols.laptops-cols_1.reversed > div:last-of-type {
            order: -1;
        }
        .g-cols.laptops-cols_2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .g-cols.laptops-cols_3 {
            grid-template-columns: repeat(3, 1fr);
        }
        .g-cols.laptops-cols_4 {
            grid-template-columns: repeat(4, 1fr);
        }
        .g-cols.laptops-cols_5 {
            grid-template-columns: repeat(5, 1fr);
        }
        .g-cols.laptops-cols_6 {
            grid-template-columns: repeat(6, 1fr);
        }
        .g-cols.laptops-cols_1-2 {
            grid-template-columns: 1fr 2fr;
        }
        .g-cols.laptops-cols_2-1 {
            grid-template-columns: 2fr 1fr;
        }
        .g-cols.laptops-cols_2-3 {
            grid-template-columns: 2fr 3fr;
        }
        .g-cols.laptops-cols_3-2 {
            grid-template-columns: 3fr 2fr;
        }
        .g-cols.laptops-cols_1-3 {
            grid-template-columns: 1fr 3fr;
        }
        .g-cols.laptops-cols_3-1 {
            grid-template-columns: 3fr 1fr;
        }
        .g-cols.laptops-cols_1-4 {
            grid-template-columns: 1fr 4fr;
        }
        .g-cols.laptops-cols_4-1 {
            grid-template-columns: 4fr 1fr;
        }
        .g-cols.laptops-cols_1-5 {
            grid-template-columns: 1fr 5fr;
        }
        .g-cols.laptops-cols_5-1 {
            grid-template-columns: 5fr 1fr;
        }
        .g-cols.laptops-cols_1-2-1 {
            grid-template-columns: 1fr 2fr 1fr;
        }
        .g-cols.laptops-cols_1-3-1 {
            grid-template-columns: 1fr 3fr 1fr;
        }
        .g-cols.laptops-cols_1-4-1 {
            grid-template-columns: 1fr 4fr 1fr;
        }
    }
    @media (max-width: 1024px) {
        .g-cols.tablets-cols_1 {
            grid-template-columns: 100%;
        }
        .g-cols.tablets-cols_1.reversed > div:last-of-type {
            order: -1;
        }
        .g-cols.tablets-cols_2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .g-cols.tablets-cols_3 {
            grid-template-columns: repeat(3, 1fr);
        }
        .g-cols.tablets-cols_4 {
            grid-template-columns: repeat(4, 1fr);
        }
        .g-cols.tablets-cols_5 {
            grid-template-columns: repeat(5, 1fr);
        }
        .g-cols.tablets-cols_6 {
            grid-template-columns: repeat(6, 1fr);
        }
        .g-cols.tablets-cols_1-2 {
            grid-template-columns: 1fr 2fr;
        }
        .g-cols.tablets-cols_2-1 {
            grid-template-columns: 2fr 1fr;
        }
        .g-cols.tablets-cols_2-3 {
            grid-template-columns: 2fr 3fr;
        }
        .g-cols.tablets-cols_3-2 {
            grid-template-columns: 3fr 2fr;
        }
        .g-cols.tablets-cols_1-3 {
            grid-template-columns: 1fr 3fr;
        }
        .g-cols.tablets-cols_3-1 {
            grid-template-columns: 3fr 1fr;
        }
        .g-cols.tablets-cols_1-4 {
            grid-template-columns: 1fr 4fr;
        }
        .g-cols.tablets-cols_4-1 {
            grid-template-columns: 4fr 1fr;
        }
        .g-cols.tablets-cols_1-5 {
            grid-template-columns: 1fr 5fr;
        }
        .g-cols.tablets-cols_5-1 {
            grid-template-columns: 5fr 1fr;
        }
        .g-cols.tablets-cols_1-2-1 {
            grid-template-columns: 1fr 2fr 1fr;
        }
        .g-cols.tablets-cols_1-3-1 {
            grid-template-columns: 1fr 3fr 1fr;
        }
        .g-cols.tablets-cols_1-4-1 {
            grid-template-columns: 1fr 4fr 1fr;
        }
    }
    @media (max-width: 600px) {
        .g-cols.mobiles-cols_1 {
            grid-template-columns: 100%;
        }
        .g-cols.mobiles-cols_1.reversed > div:last-of-type {
            order: -1;
        }
        .g-cols.mobiles-cols_2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .g-cols.mobiles-cols_3 {
            grid-template-columns: repeat(3, 1fr);
        }
        .g-cols.mobiles-cols_4 {
            grid-template-columns: repeat(4, 1fr);
        }
        .g-cols.mobiles-cols_5 {
            grid-template-columns: repeat(5, 1fr);
        }
        .g-cols.mobiles-cols_6 {
            grid-template-columns: repeat(6, 1fr);
        }
        .g-cols.mobiles-cols_1-2 {
            grid-template-columns: 1fr 2fr;
        }
        .g-cols.mobiles-cols_2-1 {
            grid-template-columns: 2fr 1fr;
        }
        .g-cols.mobiles-cols_2-3 {
            grid-template-columns: 2fr 3fr;
        }
        .g-cols.mobiles-cols_3-2 {
            grid-template-columns: 3fr 2fr;
        }
        .g-cols.mobiles-cols_1-3 {
            grid-template-columns: 1fr 3fr;
        }
        .g-cols.mobiles-cols_3-1 {
            grid-template-columns: 3fr 1fr;
        }
        .g-cols.mobiles-cols_1-4 {
            grid-template-columns: 1fr 4fr;
        }
        .g-cols.mobiles-cols_4-1 {
            grid-template-columns: 4fr 1fr;
        }
        .g-cols.mobiles-cols_1-5 {
            grid-template-columns: 1fr 5fr;
        }
        .g-cols.mobiles-cols_5-1 {
            grid-template-columns: 5fr 1fr;
        }
        .g-cols.mobiles-cols_1-2-1 {
            grid-template-columns: 1fr 2fr 1fr;
        }
        .g-cols.mobiles-cols_1-3-1 {
            grid-template-columns: 1fr 3fr 1fr;
        }
        .g-cols.mobiles-cols_1-4-1 {
            grid-template-columns: 1fr 4fr 1fr;
        }
        .g-cols:not([style*="--gap"]) {
            grid-gap: 1.5rem;
        }
    }
    @media (max-width: 767px) {
        .l-canvas {
            overflow: hidden;
        }
        .g-cols.stacking_default.reversed > div:last-of-type {
            order: -1;
        }
        .g-cols.stacking_default.via_flex > div:not([class*="vc_col-xs"]) {
            width: 100%;
            margin: 0 0 1.5rem;
        }
        .g-cols.stacking_default.via_grid.mobiles-cols_1 {
            grid-template-columns: 100%;
        }
        .g-cols.stacking_default.via_flex.type_boxes > div,
        .g-cols.stacking_default.via_flex.reversed > div:first-child,
        .g-cols.stacking_default.via_flex:not(.reversed) > div:last-child,
        .g-cols.stacking_default.via_flex > div.has_bg_color {
            margin-bottom: 0;
        }
        .g-cols.stacking_default.via_flex.type_default > .wpb_column.stretched {
            margin-left: -1rem;
            margin-right: -1rem;
        }
        .g-cols.stacking_default.via_grid.mobiles-cols_1 > .wpb_column.stretched,
        .g-cols.stacking_default.via_flex.type_boxes > .wpb_column.stretched {
            margin-left: -2.5rem;
            margin-right: -2.5rem;
            width: auto;
        }
        .vc_column-inner.type_sticky > .wpb_wrapper,
        .vc_column_container.type_sticky > .vc_column-inner {
            top: 0 !important;
        }
    }
    @media (min-width: 768px) {
        body:not(.rtl) .l-section.for_sidebar.at_left > div > .l-sidebar,
        .rtl .l-section.for_sidebar.at_right > div > .l-sidebar {
            order: -1;
        }
        .vc_column_container.type_sticky > .vc_column-inner,
        .vc_column-inner.type_sticky > .wpb_wrapper {
            position: -webkit-sticky;
            position: sticky;
        }
        .l-section.type_sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 11;
            transition: top 0.3s cubic-bezier(0.78, 0.13, 0.15, 0.86) 0.1s;
        }
        .header_hor .l-header.post_fixed.sticky_auto_hide {
            z-index: 12;
        }
        .admin-bar .l-section.type_sticky {
            top: 32px;
        }
        .l-section.type_sticky > .l-section-h {
            transition: padding-top 0.3s;
        }
        .header_hor .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky:not(:first-of-type) {
            top: var(--header-sticky-height);
        }
        .admin-bar.header_hor .l-header.pos_fixed:not(.down) ~ .l-main .l-section.type_sticky:not(:first-of-type) {
            top: calc(var(--header-sticky-height) + 32px);
        }
        .header_hor .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
            padding-top: var(--header-sticky-height);
        }
        .header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down) ~ .l-main .l-section.type_sticky:first-of-type > .l-section-h {
            padding-bottom: var(--header-sticky-height) !important;
        }
    }
    @media screen and (min-width: 1390px) {
        .g-cols.via_flex.type_default > .wpb_column.stretched:first-of-type {
            margin-left: min(calc(var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem);
        }
        .g-cols.via_flex.type_default > .wpb_column.stretched:last-of-type {
            margin-right: min(calc(var(--site-content-width) / 2 + 0px / 2 + 1.5rem - 50vw), -1rem);
        }
        .l-main .alignfull,
        .w-separator.width_screen,
        .g-cols.via_grid > .wpb_column.stretched:first-of-type,
        .g-cols.via_flex.type_boxes > .wpb_column.stretched:first-of-type {
            margin-left: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem);
        }
        .l-main .alignfull,
        .w-separator.width_screen,
        .g-cols.via_grid > .wpb_column.stretched:last-of-type,
        .g-cols.via_flex.type_boxes > .wpb_column.stretched:last-of-type {
            margin-right: min(calc(var(--site-content-width) / 2 + 0px / 2 - 50vw), -2.5rem);
        }
    }
    @media (max-width: 600px) {
        .w-form-row.for_submit[style*="btn-size-mobiles"] .w-btn {
            font-size: var(--btn-size-mobiles) !important;
        }
    }
    a,
    button,
    input[type="submit"],
    .ui-slider-handle {
        outline: none !important;
    }
    .w-toplink,
    .w-header-show {
        background: rgba(0, 0, 0, 0.3);
    }
    .no-touch .w-toplink.active:hover,
    .no-touch .w-header-show:hover {
        background: var(--color-content-primary-grad);
    }
    button[type="submit"]:not(.w-btn),
    input[type="submit"]:not(.w-btn),
    .us-nav-style_1 > *,
    .navstyle_1 > .owl-nav button,
    .us-btn-style_1 {
        font-family: var(--font-family);
        font-size: 18px;
        line-height: 1.2 !important;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 20px;
        padding: 1em 2em;
        background: var(--color-content-primary);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    button[type="submit"]:not(.w-btn):before,
    input[type="submit"]:not(.w-btn),
    .us-nav-style_1 > *:before,
    .navstyle_1 > .owl-nav button:before,
    .us-btn-style_1:before {
        border-width: 0px;
    }
    .no-touch button[type="submit"]:not(.w-btn):hover,
    .no-touch input[type="submit"]:not(.w-btn):hover,
    .us-nav-style_1 > span.current,
    .no-touch .us-nav-style_1 > a:hover,
    .no-touch .navstyle_1 > .owl-nav button:hover,
    .no-touch .us-btn-style_1:hover {
        background: var(--color-content-secondary);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_1 > * {
        min-width: calc(1.2em + 2 * 1em);
    }
    .us-nav-style_7 > *,
    .navstyle_7 > .owl-nav button,
    .us-btn-style_7 {
        font-family: var(--font-family);
        font-size: 14px;
        line-height: 1.2 !important;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 20px;
        padding: 0.5em 1.3em;
        background: var(--color-content-primary);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_7 > *:before,
    .navstyle_7 > .owl-nav button:before,
    .us-btn-style_7:before {
        border-width: 0px;
    }
    .us-nav-style_7 > span.current,
    .no-touch .us-nav-style_7 > a:hover,
    .no-touch .navstyle_7 > .owl-nav button:hover,
    .no-touch .us-btn-style_7:hover {
        background: var(--color-content-secondary);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_7 > * {
        min-width: calc(1.2em + 2 * 0.5em);
    }
    .us-nav-style_5 > *,
    .navstyle_5 > .owl-nav button,
    .us-btn-style_5 {
        font-family: var(--font-family);
        font-size: 18px;
        line-height: 1.2 !important;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 20px;
        padding: 1em 2em;
        background: transparent;
        border-color: transparent;
        color: var(--color-content-heading) !important;
    }
    .us-nav-style_5 > *:before,
    .navstyle_5 > .owl-nav button:before,
    .us-btn-style_5:before {
        border-width: 0px;
    }
    .us-nav-style_5 > span.current,
    .no-touch .us-nav-style_5 > a:hover,
    .no-touch .navstyle_5 > .owl-nav button:hover,
    .no-touch .us-btn-style_5:hover {
        background: var(--color-content-secondary);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_5 > * {
        min-width: calc(1.2em + 2 * 1em);
    }
    .us-nav-style_4 > *,
    .navstyle_4 > .owl-nav button,
    .us-btn-style_4 {
        font-family: var(--font-family);
        font-size: 18px;
        line-height: 1.2 !important;
        font-weight: 500;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 20px;
        padding: 1em 2em;
        background: var(--color-content-heading);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_4 > *:before,
    .navstyle_4 > .owl-nav button:before,
    .us-btn-style_4:before {
        border-width: 0px;
    }
    .us-nav-style_4 > span.current,
    .no-touch .us-nav-style_4 > a:hover,
    .no-touch .navstyle_4 > .owl-nav button:hover,
    .no-touch .us-btn-style_4:hover {
        background: var(--color-content-text);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_4 > * {
        min-width: calc(1.2em + 2 * 1em);
    }
    .us-nav-style_8 > *,
    .navstyle_8 > .owl-nav button,
    .us-btn-style_8 {
        font-family: var(--font-family);
        font-size: 18px;
        line-height: 1.2 !important;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 20px;
        padding: 1em 2em;
        background: #ff9900;
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_8 > *:before,
    .navstyle_8 > .owl-nav button:before,
    .us-btn-style_8:before {
        border-width: 0px;
    }
    .us-nav-style_8 > span.current,
    .no-touch .us-nav-style_8 > a:hover,
    .no-touch .navstyle_8 > .owl-nav button:hover,
    .no-touch .us-btn-style_8:hover {
        background: rgba(255, 153, 0, 0.6);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_8 > * {
        min-width: calc(1.2em + 2 * 1em);
    }
    .us-nav-style_9 > *,
    .navstyle_9 > .owl-nav button,
    .us-btn-style_9 {
        font-family: var(--font-family);
        font-size: 16px;
        line-height: 1.09 !important;
        font-weight: 300;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0em;
        border-radius: 15px;
        padding: 1em 2em;
        background: #ff9900;
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_9 > *:before,
    .navstyle_9 > .owl-nav button:before,
    .us-btn-style_9:before {
        border-width: 0px;
    }
    .us-nav-style_9 > span.current,
    .no-touch .us-nav-style_9 > a:hover,
    .no-touch .navstyle_9 > .owl-nav button:hover,
    .no-touch .us-btn-style_9:hover {
        background: rgba(255, 153, 0, 0.6);
        border-color: transparent;
        color: var(--color-content-bg) !important;
    }
    .us-nav-style_9 > * {
        min-width: calc(1.09em + 2 * 1em);
    }
    .w-filter.state_desktop.style_drop_default .w-filter-item-title,
    .w-color-swatch,
    .select2-selection,
    select,
    textarea,
    input:not([type="submit"]) {
        font-family: var(--font-family);
        font-weight: 400;
        letter-spacing: 0em;
        border-radius: 20px;
        background: var(--color-content-bg);
        color: var(--color-content-text);
        box-shadow: 0px 0px 0px 2px var(--color-content-bg-alt);
    }
    .w-filter.state_desktop.style_drop_default .w-filter-item-title:focus,
    .select2-container--open .select2-selection,
    select:focus,
    textarea:focus,
    input:not([type="submit"]):focus {
        color: var(--color-content-heading) !important;
        box-shadow: 0px 12px 20px 2px rgba(0, 0, 0, 0.05);
    }
    .w-form-row.focused .w-form-row-field > i {
        color: var(--color-content-heading);
    }
    .w-form-row.move_label .w-form-row-label {
        font-size: 18px;
        top: calc(64px / 2 + 0px - 0.7em);
        margin: 0 20px;
        background-color: var(--color-content-bg);
        color: var(--color-content-text);
    }
    .w-form-row.with_icon.move_label .w-form-row-label {
        margin-left: calc(1.6em + 20px);
    }
    .color_alternate input:not([type="submit"]),
    .color_alternate textarea,
    .color_alternate select,
    .color_alternate .w-form-row-field > i,
    .color_alternate .w-form-row-field:after,
    .color_alternate .widget_search form:after,
    .color_footer-top input:not([type="submit"]),
    .color_footer-top textarea,
    .color_footer-top select,
    .color_footer-top .w-form-row-field > i,
    .color_footer-top .w-form-row-field:after,
    .color_footer-top .widget_search form:after,
    .color_footer-bottom input:not([type="submit"]),
    .color_footer-bottom textarea,
    .color_footer-bottom select,
    .color_footer-bottom .w-form-row-field > i,
    .color_footer-bottom .w-form-row-field:after,
    .color_footer-bottom .widget_search form:after {
        color: inherit;
    }
    .leaflet-default-icon-path {
        background-image: url(https://innovapte.com/wp-content/themes/Impreza/common/css/vendor/images/marker-icon.png);
    }