:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
    --wp--style--global--content-size: 823px;
    --wp--style--global--wide-size: 1080px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}






















.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote:where(.has-text-align-right) {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}

@font-face {
    font-family: ETmodules;
    font-display: block;
    src: url(../fonts/modules.eot);
    src: url(../fonts/modules.eot) format("embedded-opentype"), url(../fonts/modules.woff) format("woff"), url(../fonts/modules.woff) format("truetype"), url(../fonts/boxicons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fonts2/fa-regular-400.eot);
    src: url(../fonts/fonts2/fa-regular-400.eot) format("embedded-opentype"), url(../fonts/fonts2/fa-regular-400.woff2) format("woff2"), url(../fonts/fonts2/fa-regular-400.woff) format("woff"), url(../fonts/fonts2/fa-regular-400.ttf) format("truetype"), url(../fonts/Flaticon.svg) format("svg")
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fonts2/fa-solid-900.eot);
    src: url(../fonts/fonts2/fa-solid-900.eot) format("embedded-opentype"), url(../fonts/fonts2/fa-solid-900.woff2) format("woff2"), url(../fonts/fonts2/fa-solid-900.woff) format("woff"), url(../fonts/fonts2/fa-solid-900.ttf) format("truetype"), url(../fonts/Flaticon.svg) format("svg")
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fonts2/fa-brands-400.eot);
    src: url(../fonts/fonts2/fa-brands-400.eot) format("embedded-opentype"), url(../fonts/fonts2/fa-brands-400.woff2) format("woff2"), url(../fonts/fonts2/fa-brands-400.woff) format("woff"), url(../fonts/fonts2/fa-brands-400.ttf) format("truetype"), url(../fonts/Flaticon.svg) format("svg")
}

@media (min-width:981px) {

    .et_pb_gutters3 .et_pb_column,
    .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 5.5%
    }

    .et_pb_gutters3 .et_pb_column_4_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 2.75%
    }

    .et_pb_gutters3 .et_pb_column_3_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
        width: 73.625%
    }

    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 3.735%
    }

    .et_pb_gutters3 .et_pb_column_2_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 64.833%
    }

    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 4.242%
    }

    .et_pb_gutters3 .et_pb_column_3_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 {
        width: 57.8%
    }

    .et_pb_gutters3 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 4.758%
    }

    .et_pb_gutters3 .et_pb_column_1_2,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 47.25%
    }

    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 5.82%
    }

    .et_pb_gutters3 .et_pb_column_2_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {
        width: 36.7%
    }

    .et_pb_gutters3 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 7.493%
    }

    .et_pb_gutters3 .et_pb_column_1_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 29.6667%
    }

    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 9.27%
    }

    .et_pb_gutters3 .et_pb_column_1_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        width: 20.875%
    }

    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 13.174%
    }

    .et_pb_gutters3 .et_pb_column_1_5,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 {
        width: 15.6%
    }

    .et_pb_gutters3 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 17.628%
    }

    .et_pb_gutters3 .et_pb_column_1_6,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 {
        width: 12.0833%
    }

    .et_pb_gutters3 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 22.759%
    }

    .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 20.875%;
        margin-right: 5.5%;
        margin-bottom: 5.5%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 28.353%;
        margin-right: 7.47%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-1 li.product {
        width: 100%;
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product,
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li.product {
        width: 48%;
        margin-right: 4%
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2),
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(2n+2) {
        margin-right: 0
    }

    .et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1),
    .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products.columns-2 li:nth-child(3n+1) {
        clear: none
    }
}

@media (min-width:981px) {
    .et_pb_gutter.et_pb_gutters2 #left-area {
        width: 77.25%
    }

    .et_pb_gutter.et_pb_gutters2 #sidebar {
        width: 22.75%
    }

    .et_pb_gutters2.et_right_sidebar #left-area {
        padding-right: 3%
    }

    .et_pb_gutters2.et_left_sidebar #left-area {
        padding-left: 3%
    }

    .et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
        right: 22.75% !important
    }

    .et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
        left: 22.75% !important
    }

    .et_pb_gutters2 .et_pb_column,
    .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%
    }

    .et_pb_gutters2 .et_pb_column_4_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
        width: 100%
    }

    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 1.5%
    }

    .et_pb_gutters2 .et_pb_column_3_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
        width: 74.25%
    }

    .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module {
        margin-bottom: 2.02%
    }

    .et_pb_gutters2 .et_pb_column_2_3,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
        width: 65.667%
    }

    .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
        margin-bottom: 2.284%
    }

    .et_pb_gutters2 .et_pb_column_3_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
        width: 58.8%
    }

    .et_pb_gutters2 .et_pb_column_3_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module {
        margin-bottom: 2.551%
    }

    .et_pb_gutters2 .et_pb_column_1_2,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 48.5%
    }

    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 3.093%
    }

    .et_pb_gutters2 .et_pb_column_2_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
        width: 38.2%
    }

    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 3.927%
    }

    .et_pb_gutters2 .et_pb_column_1_3,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.3333%
    }

    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 4.787%
    }

    .et_pb_gutters2 .et_pb_column_1_4,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
        width: 22.75%
    }

    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%
    }

    .et_pb_gutters2 .et_pb_column_1_5,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
        width: 17.6%
    }

    .et_pb_gutters2 .et_pb_column_1_5 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module {
        margin-bottom: 8.523%
    }

    .et_pb_gutters2 .et_pb_column_1_6,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 {
        width: 14.1667%
    }

    .et_pb_gutters2 .et_pb_column_1_6 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module {
        margin-bottom: 10.588%
    }

    .et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product {
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 3%
    }

    .et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product,
    .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
        width: 30.64%;
        margin-right: 4.04%
    }
}

.et_pb_widget {
    float: left;
    max-width: 100%;
    word-wrap: break-word
}

.et_pb_widget a {
    text-decoration: none;
    color: #666
}

.et_pb_widget li a:hover {
    color: #82c0c7
}

.et_pb_widget ol li,
.et_pb_widget ul li {
    margin-bottom: .5em
}

.et_pb_widget ol li ol li,
.et_pb_widget ul li ul li {
    margin-left: 15px
}

.et_pb_widget select {
    width: 100%;
    height: 28px;
    padding: 0 5px
}

.et_pb_widget_area .et_pb_widget a {
    color: inherit
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #666
}

.et_pb_bg_layout_dark .et_pb_widget li a {
    color: inherit
}

.et_pb_section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover
}

.et_pb_section--absolute,
.et_pb_section--fixed {
    width: 100%
}

.et_pb_section.et_section_transparent {
    background-color: transparent
}

.et_pb_fullwidth_section {
    padding: 0
}

.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row {
    padding: 0 !important
}

.et_pb_inner_shadow {
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, .07);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .07)
}

.et_pb_bottom_inside_divider,
.et_pb_top_inside_divider {
    display: block;
    background-repeat-y: no-repeat;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0
}

.et_pb_bottom_inside_divider.et-no-transition,
.et_pb_top_inside_divider.et-no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider,
.et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider {
    z-index: 1
}

.et_pb_section_video:not(.et_pb_section--with-menu) {
    overflow: hidden;
    position: relative
}

.et_pb_column>.et_pb_section_video_bg {
    z-index: -1
}

.et_pb_section_video_bg {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s
}

.et_pb_section_video_bg.et_pb_section_video_bg_hover,
.et_pb_section_video_bg.et_pb_section_video_bg_phone,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet,
.et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
    display: none
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
    display: none !important
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
    max-width: none
}

.et_pb_section_video_bg .mejs-video {
    left: 50%;
    position: absolute;
    max-width: none
}

.et_pb_section_video_bg .mejs-overlay-loading {
    display: none !important
}

.et_pb_social_network_link .et_pb_section_video {
    overflow: visible
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg {
    display: none
}

.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover,
.et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit {
    display: block
}

@media (min-width:981px) {
    .et_pb_section {
        padding: 4% 0
    }
    
    .et_pb_section_2.et_pb_with_background {
        padding: 0 !important;
    }

    body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
    body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
        padding-top: 0
    }

    .et_pb_fullwidth_section {
        padding: 0
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
        display: block
    }
}

@media (max-width:980px) {
    .et_pb_section {
        padding: 50px 0
    }

    body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_section,
    body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_section {
        padding-top: 0
    }

    .et_pb_fullwidth_section {
        padding: 0
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
        display: block
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_only {
        display: none
    }
}

@media (min-width:768px) {
    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
        display: block
    }
}

@media (min-width:768px) and (max-width:980px) {
    .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only {
        display: block
    }
}

@media (max-width:767px) {
    .et_pb_section_video_bg.et_pb_section_video_bg_phone {
        display: block
    }

    .et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet {
        display: none
    }
}

.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative
}

body.safari .section_has_divider,
body.uiwebview .section_has_divider {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.section_has_divider .et_pb_row {
    z-index: 5
}

.et_pb_row_inner {
    width: 100%;
    position: relative
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
    display: none
}

.et_pb_row:after,
.et_pb_row_inner:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0
}

.et_pb_row_4col .et-last-child,
.et_pb_row_4col .et-last-child-2,
.et_pb_row_6col .et-last-child,
.et_pb_row_6col .et-last-child-2,
.et_pb_row_6col .et-last-child-3 {
    margin-bottom: 0
}

.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px
}

.et_pb_column--with-menu {
    z-index: 3
}

.et_pb_column.et_pb_column_empty {
    min-height: 1px
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important
}

.et_pb_column.et_pb_section_parallax {
    position: relative
}

.et_pb_column,
.et_pb_row,
.et_pb_row_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:981px) {
    .et_pb_row {
        padding: 2% 0
    }

    body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
    body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
        padding: 0;
        width: 100%
    }

    .et_pb_column_3_4 .et_pb_row_inner {
        padding: 3.735% 0
    }

    .et_pb_column_2_3 .et_pb_row_inner {
        padding: 4.2415% 0
    }

    .et_pb_column_1_2 .et_pb_row_inner,
    .et_pb_column_3_5 .et_pb_row_inner {
        padding: 5.82% 0
    }

    .et_section_specialty>.et_pb_row {
        padding: 0
    }

    .et_pb_row_inner {
        width: 100%
    }

    .et_pb_column_single {
        padding: 2.855% 0
    }

    .et_pb_column_single .et_pb_module.et-first-child,
    .et_pb_column_single .et_pb_module:first-child {
        margin-top: 0
    }

    .et_pb_column_single .et_pb_module.et-last-child,
    .et_pb_column_single .et_pb_module:last-child {
        margin-bottom: 0
    }

    .et_pb_row .et_pb_column.et-last-child,
    .et_pb_row .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column.et-last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0 !important
    }

    .et_pb_row.et_pb_equal_columns,
    .et_pb_row_inner.et_pb_equal_columns,
    .et_pb_section.et_pb_equal_columns>.et_pb_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .rtl .et_pb_row.et_pb_equal_columns,
    .rtl .et_pb_row_inner.et_pb_equal_columns,
    .rtl .et_pb_section.et_pb_equal_columns>.et_pb_row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .et_pb_row.et_pb_equal_columns>.et_pb_column,
    .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:980px) {
    .et_pb_row {
        max-width: 1080px
    }

    body.et_pb_pagebuilder_layout.et_pb_show_title .post-password-required .et_pb_row,
    body:not(.et_pb_pagebuilder_layout) .post-password-required .et_pb_row {
        padding: 0;
        width: 100%
    }

    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 30px 0
    }

    .et_section_specialty>.et_pb_row {
        padding: 0
    }

    .et_pb_column {
        width: 100%;
        margin-bottom: 30px
    }

    .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
    .et_pb_row .et_pb_column.et-last-child,
    .et_pb_row .et_pb_column:last-child {
        margin-bottom: 0
    }

    .et_section_specialty .et_pb_row>.et_pb_column {
        padding-bottom: 0
    }

    .et_pb_column.et_pb_column_empty {
        display: none
    }

    .et_pb_row_1-2_1-4_1-4,
    .et_pb_row_1-2_1-6_1-6_1-6,
    .et_pb_row_1-4_1-4,
    .et_pb_row_1-4_1-4_1-2,
    .et_pb_row_1-5_1-5_3-5,
    .et_pb_row_1-6_1-6_1-6,
    .et_pb_row_1-6_1-6_1-6_1-2,
    .et_pb_row_1-6_1-6_1-6_1-6,
    .et_pb_row_3-5_1-5_1-5,
    .et_pb_row_4col,
    .et_pb_row_5col,
    .et_pb_row_6col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4,
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4,
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n),
    .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n),
    .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5,
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n),
    .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd),
    .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5 {
        margin-right: 0
    }

    .et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2),
    .et_pb_row_5col .et_pb_column:last-child {
        margin-bottom: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6,
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%
    }

    .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n),
    .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
        margin-right: 0
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%
    }

    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child {
        margin-right: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2,
    .et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3),
    .et_pb_row_6col .et_pb_column:nth-last-child(-n+3) {
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%;
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
        margin-right: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 {
        width: 47.25%;
        margin-right: 5.5%
    }

    .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
        margin-right: 0
    }

    .et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3) {
        margin-bottom: 0
    }
}

@media (max-width:479px) {

    .et_pb_row .et_pb_column.et_pb_column_1_4,
    .et_pb_row .et_pb_column.et_pb_column_1_5,
    .et_pb_row .et_pb_column.et_pb_column_1_6 {
        width: 100%;
        margin: 0 0 30px
    }

    .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_4:last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_5:last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
        margin-bottom: 0
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6 {
        width: 100%;
        margin: 0 0 30px
    }

    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child,
    .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child {
        margin-bottom: 0
    }

    .et_pb_column {
        width: 100% !important
    }
}

.et-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px
}

.et-menu>li:last-child {
    padding-right: 0
}

.et-menu a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    display: block;
    position: relative
}

.et-menu a,
.et-menu a:hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.et-menu a:hover {
    opacity: .7
}

.et-menu li>a {
    padding-bottom: 29px;
    word-wrap: break-word
}

a.et_pb_menu__icon,
button.et_pb_menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 11px;
    font-size: 17px;
    line-height: normal;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

a.et_pb_menu__icon:after,
button.et_pb_menu__icon:after {
    font-family: ETmodules
}

a.et_pb_menu__icon__with_count:after,
button.et_pb_menu__icon__with_count:after {
    margin-right: 10px
}

.et_pb_menu__wrap .mobile_menu_bar {
    -webkit-transform: translateY(3%);
    transform: translateY(3%)
}

.et_pb_menu__wrap .mobile_menu_bar:before {
    top: 0
}

.et_pb_menu__logo {
    overflow: hidden
}

.et_pb_menu__logo img {
    display: block
}

.et_pb_menu__logo img[src$=".svg"] {
    width: 100%
}

.et_pb_menu__search-button:after {
    content: "U"
}

.et_pb_menu__cart-button:after {
    content: "\E07A"
}

@media (max-width:980px) {
    .et-menu {
        display: none
    }

    .et_mobile_nav_menu {
        display: block;
        margin-top: -1px
    }
}

.et_pb_with_border.et_pb_menu .et_pb_menu__logo img {
    border: 0 solid #333
}

.et_pb_menu.et_hover_enabled:hover {
    z-index: auto
}

.et_pb_menu .et-menu-nav,
.et_pb_menu .et-menu-nav>ul {
    float: none
}

.et_pb_menu .et-menu-nav>ul {
    padding: 0 !important;
    line-height: 1.7em
}

.et_pb_menu .et-menu-nav>ul ul {
    padding: 20px 0;
    text-align: left
}

.et_pb_bg_layout_dark.et_pb_menu ul li a {
    color: #fff
}

.et_pb_bg_layout_dark.et_pb_menu ul li a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 12px
}

.et_pb_menu .et-menu-nav>ul.upwards li ul {
    bottom: 100%;
    top: auto;
    border-top: none;
    border-bottom: 3px solid #2ea3f2;
    -webkit-box-shadow: 2px -2px 5px rgba(0, 0, 0, .1);
    box-shadow: 2px -2px 5px rgba(0, 0, 0, .1)
}

.et_pb_menu .et-menu-nav>ul.upwards li ul li ul {
    bottom: -23px
}

.et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul {
    bottom: 0;
    top: auto;
    border: none
}

.et_pb_menu_inner_container {
    position: relative
}

.et_pb_menu .et_pb_menu__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1
}

.et_pb_menu .et_pb_menu__wrap--visible {
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__wrap--hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.et_pb_menu .et_pb_menu__menu>nav>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu {
    position: static
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% - 1px);
    left: 0
}

.et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul {
    top: auto;
    bottom: calc(100% - 1px)
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 31px 0;
    white-space: nowrap
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 0 !important
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li {
    margin-top: 0;
    margin-bottom: 8px
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a {
    padding-top: 8px;
    padding-bottom: 0
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after {
    top: auto;
    bottom: 0
}

.et_pb_menu .et_pb_menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.et_pb_menu .et-menu {
    margin-left: -11px;
    margin-right: -11px
}

.et_pb_menu .et-menu>li {
    padding-left: 11px;
    padding-right: 11px
}

.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
.et_pb_menu--style-left_aligned .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 30px
}

.rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo {
    margin-right: 0;
    margin-left: 30px
}

.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav,
.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_menu--style-centered .et_pb_menu__logo-wrap,
.et_pb_menu--style-centered .et_pb_menu__logo img {
    margin: 0 auto
}

.et_pb_menu--style-centered .et_pb_menu__menu>nav>ul,
.et_pb_menu--style-centered .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
    display: none;
    margin-bottom: 30px
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img {
    margin: 0 auto
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo,
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap {
    width: 100%;
    height: 100%
}

.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img {
    max-height: 100%
}

.et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder {
    min-width: 96px
}

.et_pb_menu .et_pb_menu__search-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999
}

.et_pb_menu .et_pb_menu__search-container--visible {
    opacity: 1;
    -webkit-animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__search-container--hidden {
    -webkit-animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeOutTop 1s cubic-bezier(.77, 0, .175, 1) 1
}

.et_pb_menu .et_pb_menu__search-container--disabled {
    display: none
}

.et_pb_menu .et_pb_menu__search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.et_pb_menu .et_pb_menu__search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.et_pb_menu .et_pb_menu__search-input {
    border: 0;
    width: 100%;
    color: #333;
    background: transparent
}

.et_pb_menu .et_pb_menu__close-search-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.et_pb_menu .et_pb_menu__close-search-button:after {
    content: "M";
    font-size: 1.7em
}

@media (min-width:981px) {
    .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul {
        -webkit-animation: fadeLeft .4s ease-in-out;
        animation: fadeLeft .4s ease-in-out
    }

    .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul {
        -webkit-transform-origin: 0 0;
        -webkit-animation: Grow .4s ease-in-out;
        animation: Grow .4s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul {
        -webkit-animation: flipInX .6s ease-in-out;
        animation: flipInX .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul {
        -webkit-animation: flipInY .6s ease-in-out;
        animation: flipInY .6s ease-in-out;
        -webkit-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    .et_pb_menu.et_pb_menu_fullwidth .et_pb_row {
        width: 100%;
        max-width: 100%;
        padding: 0 30px !important
    }
}

@media (max-width:980px) {

    .et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
    .et_pb_menu--style-left_aligned .et_pb_row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,
    .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo,
    .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo {
        margin: 0 auto
    }

    .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot {
        display: none
    }

    .et_pb_menu .et_pb_row {
        min-height: 81px
    }

    .et_pb_menu .et_pb_menu__menu {
        display: none
    }

    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .et_pb_menu .et_mobile_menu {
        top: 100%;
        padding: 5%
    }

    .et_pb_menu .et_mobile_menu,
    .et_pb_menu .et_mobile_menu ul {
        list-style: none !important;
        text-align: left
    }

    .et_pb_menu .et_mobile_menu ul {
        padding: 0
    }

    .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu {
        top: auto;
        bottom: 100%
    }
}

@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }
}

@keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
        transform: translatey(-60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translatey(60%);
        transform: translatey(60%)
    }
}

@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*!
	  * Animate.css - http://daneden.me/animate
	  * Licensed under the MIT license - http://opensource.org/licenses/MIT
	  * Copyright (c) 2015 Daniel Eden
	 */
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 99999
}

.nav li li {
    padding: 0 20px;
    margin: 0
}

.et-menu li li a {
    padding: 6px 20px;
    width: 200px
}

.nav li {
    position: relative;
    line-height: 1em
}

.nav li li {
    position: relative;
    line-height: 2em
}

.nav li ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left
}

.nav li.et-hover>ul {
    visibility: visible
}

.nav li.et-touch-hover>ul,
.nav li:hover>ul {
    opacity: 1;
    visibility: visible
}

.nav li li ul {
    z-index: 1000;
    top: -23px;
    left: 240px
}

.nav li.et-reverse-direction-nav li ul {
    left: auto;
    right: 240px
}

.nav li:hover {
    visibility: inherit
}

.et_mobile_menu li a,
.nav li li a {
    font-size: 14px;
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: rgba(0, 0, 0, .03);
    opacity: .7
}

.et-dropdown-removing>ul {
    display: none
}

.mega-menu .et-dropdown-removing>ul {
    display: block
}

.et-menu .menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800
}

.et-menu .menu-item-has-children>a:first-child {
    padding-right: 20px
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    right: 20px;
    top: 6px
}

.et-menu-nav li.mega-menu {
    position: inherit
}

.et-menu-nav li.mega-menu>ul {
    padding: 30px 20px;
    position: absolute !important;
    width: 100%;
    left: 0 !important
}

.et-menu-nav li.mega-menu ul li {
    margin: 0;
    float: left !important;
    display: block !important;
    padding: 0 !important
}

.et-menu-nav li.mega-menu li>ul {
    -webkit-animation: none !important;
    animation: none !important;
    padding: 0;
    border: none;
    left: auto;
    top: auto;
    width: 240px !important;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none
}

.et-menu-nav li.mega-menu li ul {
    visibility: visible;
    opacity: 1;
    display: none
}

.et-menu-nav li.mega-menu.et-hover li ul,
.et-menu-nav li.mega-menu:hover li ul {
    display: block
}

.et-menu-nav li.mega-menu:hover>ul {
    opacity: 1 !important;
    visibility: visible !important
}

.et-menu-nav li.mega-menu>ul>li>a:first-child {
    padding-top: 0 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.et-menu-nav li.mega-menu>ul>li>a:first-child:hover {
    background-color: transparent !important
}

.et-menu-nav li.mega-menu li>a {
    width: 200px !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>a,
.et-menu-nav li.mega-menu.mega-menu-parent li li {
    width: 100% !important
}

.et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu {
    float: left;
    width: 100% !important
}

.et-menu-nav li.mega-menu>ul>li {
    width: 25%;
    margin: 0
}

.et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li {
    width: 33.33%
}

.et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li {
    width: 50%
}

.et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li {
    width: 100%
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after,
.et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after {
    display: none
}

.et_fullwidth_nav #top-menu li.mega-menu>ul {
    width: auto;
    left: 30px !important;
    right: 30px !important
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul,
.et_pb_menu .et_mobile_menu li ul {
    visibility: visible !important;
    display: block !important;
    padding-left: 10px
}

.et_mobile_menu li li {
    padding-left: 5%
}

.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #666;
    padding: 10px 5%;
    display: block
}

.et_mobile_menu .menu-item-has-children>a {
    font-weight: 700;
    background-color: rgba(0, 0, 0, .03)
}

.et_mobile_menu li .menu-item-has-children>a {
    background-color: transparent
}

.et_mobile_nav_menu {
    float: right;
    display: none
}

.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0
}

.mobile_menu_bar:before {
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer
}

.et_pb_module .mobile_menu_bar:before {
    top: 2px
}

.mobile_nav .select_page {
    display: none
}

.et_pb_slider .et_pb_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.et_pb_with_border .et_pb_slide_image img {
    border: 0 solid #333
}

.et_pb_slides .et_pb_container {
    display: table;
    table-layout: fixed
}

.et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.et_pb_slides .et_pb_empty_slide.et_pb_container,
.et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner {
    display: block
}

.et_pb_slide_content {
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.et_pb_slide_content p:last-of-type {
    padding-bottom: 0
}

.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #fff
}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    padding: 30px;
    border-radius: 3px
}

.et_pb_slide_description {
    word-wrap: break-word
}

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeBottom;
    animation-name: fadeBottom
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 8%;
    width: auto;
    margin: auto
}

.et_pb_slide_with_image .et_pb_slide_description {
    width: 47.25%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    float: right
}

.et_pb_slide_description .et_pb_slide_title {
    font-weight: 300;
    margin-top: 0;
    font-size: 46px
}

.et_pb_slide_image {
    position: absolute;
    bottom: 0
}

.et_pb_slide_video {
    position: absolute;
    top: 50%;
    bottom: auto
}

.et_pb_slide:first-child .et_pb_slide_image img {
    opacity: 0
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
    opacity: 1;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.et_pb_media_alignment_center .et_pb_slide_image {
    bottom: auto;
    top: 50%
}

.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.et-pb-active-slide .et_pb_slide_image {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

.et_pb_slide_image img {
    width: auto;
    vertical-align: bottom
}

.et_pb_slide_image,
.et_pb_slide_video {
    width: 47.25%;
    margin-right: 5.5%
}

.et_pb_slide_video .mejs-mediaelement {
    position: relative
}

.et_pb_slide_video .mejs-mediaelement .wp-video-shortcode {
    display: block
}

.et_pb_slide_video .wp-video-shortcode video,
.et_pb_slide_video video.wp-video-shortcode {
    height: auto
}

.et_pb_slider_with_overlay .et_pb_slide_overlay_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: hsla(0, 0%, 100%, .9)
}

.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
    background-color: rgba(0, 0, 0, .3)
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    text-align: center
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    display: none
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    text-align: center
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
    display: none
}

.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_1_5 .et_pb_slide_content,
.et_pb_column_1_6 .et_pb_slide_content,
.et_pb_column_2_5 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_3_5 .et_pb_slide_content {
    font-size: 14px
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
    display: block
}

.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 26px;
    font-weight: 400
}

.et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
.et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 22px;
    font-weight: 400
}

@media (min-width:981px) and (max-width:1100px) {

    .et_pb_column_1_2 .et_pb_slide_content,
    .et_pb_column_1_3 .et_pb_slide_content,
    .et_pb_column_1_4 .et_pb_slide_content,
    .et_pb_column_1_5 .et_pb_slide_content,
    .et_pb_column_1_6 .et_pb_slide_content,
    .et_pb_column_2_3 .et_pb_slide_content,
    .et_pb_column_2_5 .et_pb_slide_content,
    .et_pb_column_3_5 .et_pb_slide_content {
        font-size: 14px
    }

    .et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title,
    .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 18px
    }
}

@media (min-width:981px) {

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video {
        top: auto;
        bottom: auto;
        position: relative
    }

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description {
        width: 100% !important
    }

    .et_pb_column_1_2 .et_pb_slide_image,
    .et_pb_column_1_2 .et_pb_slide_video,
    .et_pb_column_1_3 .et_pb_slide_image,
    .et_pb_column_1_3 .et_pb_slide_video,
    .et_pb_column_1_4 .et_pb_slide_image,
    .et_pb_column_1_4 .et_pb_slide_video,
    .et_pb_column_1_5 .et_pb_slide_image,
    .et_pb_column_1_5 .et_pb_slide_video,
    .et_pb_column_1_6 .et_pb_slide_image,
    .et_pb_column_1_6 .et_pb_slide_video,
    .et_pb_column_2_5 .et_pb_slide_image,
    .et_pb_column_2_5 .et_pb_slide_video,
    .et_pb_column_3_5 .et_pb_slide_image,
    .et_pb_column_3_5 .et_pb_slide_video,
    .et_pb_column_3_8 .et_pb_slide_image,
    .et_pb_column_3_8 .et_pb_slide_video {
        padding: 0;
        margin: 10% 0 0 !important
    }

    .et_pb_column_1_3 .et_pb_slide_description,
    .et_pb_column_2_5 .et_pb_slide_description {
        padding-bottom: 26%
    }

    .et_pb_column_1_4 .et_pb_slide .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description {
        padding-bottom: 34%
    }
}

@media (max-width:980px) {

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2,
    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 26px;
        font-weight: 500
    }

    .et_pb_slide_description .et_pb_slide_title {
        font-weight: 500
    }

    .et_pb_slide_content {
        font-size: 13px;
        font-weight: 400
    }

    .et_pb_slide_description {
        text-align: center
    }

    .et_pb_slide_with_image .et_pb_slide_description {
        text-align: left
    }

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container {
        min-height: auto
    }

    .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
    .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content,
    .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content {
        display: block
    }

    .et_pb_bg_layout_light_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_light_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_dark_tablet.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_dark_tablet.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: rgba(0, 0, 0, .3)
    }
}

@media (max-width:767px) {
    .et_pb_slide_content {
        font-size: 12px
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
        font-size: 14px
    }

    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 24px
    }

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 20px
    }

    .et_pb_slide_description,
    .et_pb_slide_with_image .et_pb_slide_description,
    .et_pb_slider_fullwidth_off .et_pb_slide_description {
        text-align: center
    }

    .et_pb_slide_with_image .et_pb_slide_description {
        float: none;
        text-align: center;
        width: 100%
    }

    .et_pb_media_alignment_center .et_pb_slide_image {
        top: 0
    }

    .et_pb_slide_image,
    .et_pb_slide_video,
    .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%
    }

    .et_pb_slider_show_image .et_pb_slide_image,
    .et_pb_slider_show_image .et_pb_slide_video {
        display: block !important
    }

    .et_pb_slide_image,
    .et_pb_slide_video {
        display: none !important;
        position: relative;
        top: auto;
        margin: 50px auto 0;
        padding: 0;
        margin-top: 6% !important
    }

    .et_pb_slide_video {
        float: none
    }

    .et_pb_slide_image img {
        max-height: 300px
    }

    .et_pb_section_first .et_pb_slide_image img {
        max-height: 300px !important
    }

    .et_pb_section_first .et_pb_slide_image {
        margin: 0 !important;
        top: 20px
    }

    .et_pb_slider_with_overlay .et_pb_slide_image,
    .et_pb_slider_with_overlay .et_pb_slide_video,
    .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description {
        width: 100%
    }

    .et_pb_slider_with_overlay .et_pb_slide_image {
        margin-top: 0 !important;
        padding-top: 6%
    }

    .et_pb_bg_layout_light_phone .et_pb_slide_content {
        color: #333
    }

    .et_pb_bg_layout_dark_phone .et_pb_slide_description {
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_phone .et_pb_slide_content {
        color: #fff
    }
}

@media (min-width:480px) {

    .et_pb_column_1_4 .et_pb_slide_description,
    .et_pb_column_1_5 .et_pb_slide_description,
    .et_pb_column_1_6 .et_pb_slide_description {
        padding-bottom: 26%
    }
}

@media (max-width:479px) {
    .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 20px
    }

    .et_pb_slide_content {
        font-weight: 400;
        font-size: 10px;
        display: block
    }

    .et_pb_slider_fullwidth_off .et_pb_more_button,
    .et_pb_slider_fullwidth_off .et_pb_slide_content {
        display: none
    }
}

.et_pb_slider {
    position: relative;
    overflow: hidden
}

.et_pb_slide {
    padding: 0 6%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.et_pb_slider .et_pb_slide {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none !important;
    background-position: 50%;
    background-size: 100%;
    background-size: cover
}

.et_pb_slider .et_pb_slide:first-child {
    display: list-item
}

.et-pb-controllers {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

.et-pb-controllers a {
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .5);
    text-indent: -9999px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
    margin-right: 10px;
    padding: 0;
    opacity: .5
}

.et-pb-controllers .et-pb-active-control {
    opacity: 1
}

.et-pb-controllers a:last-child {
    margin-right: 0
}

.et-pb-controllers .et-pb-active-control {
    background-color: #fff
}

.et_pb_slides .et_pb_temp_slide {
    display: block
}

.et_pb_slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0
}

@media (max-width:980px) {
    .et_pb_bg_layout_light_tablet .et-pb-controllers .et-pb-active-control {
        background-color: #333
    }

    .et_pb_bg_layout_light_tablet .et-pb-controllers a {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_light_tablet .et_pb_slide_content {
        color: #333
    }

    .et_pb_bg_layout_dark_tablet .et_pb_slide_description {
        text-shadow: 0 1px 3px rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_tablet .et_pb_slide_content {
        color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et-pb-controllers .et-pb-active-control {
        background-color: #fff
    }

    .et_pb_bg_layout_dark_tablet .et-pb-controllers a {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:767px) {
    .et-pb-controllers {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
        height: 14px
    }

    .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
        bottom: 18px
    }

    .et_pb_bg_layout_light_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_light_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper {
        background-color: hsla(0, 0%, 100%, .9)
    }

    .et_pb_bg_layout_light_phone .et-pb-controllers .et-pb-active-control {
        background-color: #333
    }

    .et_pb_bg_layout_dark_phone.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
    .et_pb_bg_layout_dark_phone.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper,
    .et_pb_bg_layout_light_phone .et-pb-controllers a {
        background-color: rgba(0, 0, 0, .3)
    }

    .et_pb_bg_layout_dark_phone .et-pb-controllers .et-pb-active-control {
        background-color: #fff
    }

    .et_pb_bg_layout_dark_phone .et-pb-controllers a {
        background-color: hsla(0, 0%, 100%, .5)
    }
}

.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll
}

.et-pb-arrow-next,
.et-pb-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 48px;
    color: #fff;
    margin-top: -24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.et_pb_bg_layout_light .et-pb-arrow-next,
.et_pb_bg_layout_light .et-pb-arrow-prev {
    color: #333
}

.et_pb_slider:hover .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.et_pb_slider:hover .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background-color: #333
}

.et_pb_bg_layout_light .et-pb-controllers a {
    background-color: rgba(0, 0, 0, .3)
}

.et-pb-arrow-next:hover,
.et-pb-arrow-prev:hover {
    text-decoration: none
}

.et-pb-arrow-next span,
.et-pb-arrow-prev span {
    display: none
}

.et-pb-arrow-prev {
    left: -22px
}

.et-pb-arrow-next {
    right: -22px
}

.et-pb-arrow-prev:before {
    content: "4"
}

.et-pb-arrow-next:before {
    content: "5"
}

.format-gallery .et-pb-arrow-next,
.format-gallery .et-pb-arrow-prev {
    color: #fff
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev {
    left: 0
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide,
.et_pb_column_1_5 .et_pb_slider .et_pb_slide,
.et_pb_column_1_6 .et_pb_slider .et_pb_slide {
    min-height: 170px
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next {
    right: 0
}

@media (max-width:980px) {

    .et_pb_bg_layout_light_tablet .et-pb-arrow-next,
    .et_pb_bg_layout_light_tablet .et-pb-arrow-prev {
        color: #333
    }

    .et_pb_bg_layout_dark_tablet .et-pb-arrow-next,
    .et_pb_bg_layout_dark_tablet .et-pb-arrow-prev {
        color: #fff
    }
}

@media (max-width:767px) {
    .et_pb_slider:hover .et-pb-arrow-prev {
        left: 0;
        opacity: 1
    }

    .et_pb_slider:hover .et-pb-arrow-next {
        right: 0;
        opacity: 1
    }

    .et_pb_bg_layout_light_phone .et-pb-arrow-next,
    .et_pb_bg_layout_light_phone .et-pb-arrow-prev {
        color: #333
    }

    .et_pb_bg_layout_dark_phone .et-pb-arrow-next,
    .et_pb_bg_layout_dark_phone .et-pb-arrow-prev {
        color: #fff
    }
}

.et_mobile_device .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.et_mobile_device .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

@media (max-width:767px) {
    .et_mobile_device .et-pb-arrow-prev {
        left: 0;
        opacity: 1
    }

    .et_mobile_device .et-pb-arrow-next {
        right: 0;
        opacity: 1
    }
}

.et_pb_button[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon)
}

@media (max-width:980px) {
    .et_pb_button[data-icon-tablet]:not([data-icon-tablet=""]):after {
        content: attr(data-icon-tablet)
    }
}

@media (max-width:767px) {
    .et_pb_button[data-icon-phone]:not([data-icon-phone=""]):after {
        content: attr(data-icon-phone)
    }
}

.et_pb_text {
    word-wrap: break-word
}

.et_pb_text ol,
.et_pb_text ul {
    padding-bottom: 1em
}

.et_pb_text>:last-child {
    padding-bottom: 0
}

.et_pb_text_inner {
    position: relative
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #2ea3f2
}

.et_pb_module.et_pb_button {
    display: inline-block;
    color: inherit
}

.et_pb_button_module_wrapper.et_pb_button_alignment_left {
    text-align: left
}

.et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: right
}

.et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: center
}

.et_pb_button_module_wrapper>a {
    display: inline-block
}

@media (max-width:980px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center {
        text-align: center
    }
}

@media (max-width:767px) {
    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_left {
        text-align: left
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_right {
        text-align: right
    }

    .et_pb_button_module_wrapper.et_pb_button_alignment_phone_center {
        text-align: center
    }
}