/*
Theme Name: Impreza Child
Template: Impreza
Author: oktodigital
Author URI: https://oktodigital.com/
*/


/*****************************
**
** GENERAL
**
******************************/

:root {
    /***** General */
    --element-radius: 4px;
    /***** Icons / Ornament SVGs */
}


/*****************************
**
** HELPER CLASSES
**
******************************/

.d-none {
    display: none !important;
}

.m-0,
.wpb_wrapper .g-cols>.m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mb-0,
.wpb_wrapper .g-cols>.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0,
.wpb_wrapper .g-cols>.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.grayscale img {
    filter: grayscale(100%);
}

.overflow_hidden {
    overflow: hidden;
}

.overflow_visible {
    overflow: visible;
}

@media only screen and (min-width: 800px) {
    .two_columns ul {
        columns: 2;
    }
}

.no-touch .show_only_on_touch_devices {
    display: none !important;
}

.position_relative {
    position: relative;
}

.cols_same_height .vc_column-inner>.wpb_wrapper {
    height: 100%;
}


/*****************************
**
** GENERAL CUSTOMIZATIONS
**
******************************/

.mfp-bottom-bar {
    display: none;
}

.mfp-container:after,
.mfp-arrow:before {
    font-size: 1.5rem;
}

.w-gallery-item-meta:empty,
.w-html:empty {
    display: none;
}

.w-btn,
img,
label,
.g-breadcrumbs,
::placeholder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-post-elm.type_image,
img {
    line-height: 0;
}

.round img {
    border-radius: var(--element-radius, 0px);
}

.w-image.push_to_left img {
    display: block;
    margin-right: auto;
}

.w-image.push_to_right img {
    display: block;
    margin-left: auto;
}


/*****************************
**
** COLORS
**
******************************/


/***** GENERAL */

:root {
    --success-color: #7DA50B;
    --warning-color: #EDC25E;
    --error-color: #FF003D;
    --color-content-bold: var(--color-content-heading);
    --color-alt-content-bold: var(--color-alt-content-heading);
    --color-footer-bold: var(--color-footer-heading);
    --color-footer-faded: var(--color-alt-content-faded);
    --color-faded: var(--color-content-faded);
    --color-white: #FFFFFF;
    --color-black: #000000;
}

.color_white {
    color: var(--color-white);
}

.background_white {
    background: var(--color-white);
}

.color_black {
    color: var(--color-black);
}

.color_faded {
    color: var(--color-faded);
}

.color_alternate {
    --color-faded: var(--color-alt-content-faded);
}

.color_footer-bottom {
    --color-faded: var(--color-footer-faded, var(--color-alt-content-faded));
}


/***** PLACEHOLDER COLORS */

::placeholder {
    color: var(--color-content-text);
    opacity: 1;
}


/* .l-section.color_alternate ::placeholder,
.l-section.color_footer-bottom ::placeholder {
    color: var(--color-footer-faded);
} */


/***** HIGHLIGHT COLORS */

::selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}

::-moz-selection {
    background: var(--color-content-primary);
    color: var(--color-content-bg);
}


/* .l-section.color_alternate *::selection {
    background: #FFFFFF;
    color: var(--color-content-secondary);
}


.l-section.color_alternate *::-moz-selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
} */


/*****************************
**
** PAGE LAYOUT
**
******************************/


/***** GENERAL */

:root {
    /***** Layout */
    --page-layout-gutter: 10px;
    --page-layout-site-width: 1830px;
}


/***** PAGE LAYOUT - OUTHER CONTAINER */


/* #page-content .l-section,
#page-footer .l-section {
    max-width: var(--page-layout-site-width);
}

@media only screen and (min-width: 1840px) {
    #page-content .w-separator.width_screen {
        margin-right: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
        margin-left: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
    }
} */


/***** PAGE LAYOUT - GUTTERS */

.g-cols.type_default>div>.vc_column-inner,
.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: var(--page-layout-gutter);
    padding-right: var(--page-layout-gutter);
}

.g-cols.type_default,
.g-cols.via_flex.type_default {
    margin-left: calc(-1 * var(--page-layout-gutter));
    margin-right: calc(-1 * var(--page-layout-gutter));
}


/***** PAGE LAYOUT - CONTAINER PADDINGS */

:root {
    --page-layout-container-padding: 20px;
}

@media (min-width: 768px) {
     :root {
        --page-layout-container-padding: 30px;
    }
}

@media (min-width: 1024px) {
     :root {
        --page-layout-container-padding: 40px;
    }
}

@media (min-width: 1280px) {
     :root {
        --page-layout-container-padding: 50px;
    }
}

.l-subheader,
.l-section:not(.width_full) {
    padding-left: var(--page-layout-container-padding) !important;
    padding-right: var(--page-layout-container-padding) !important;
}

.l-content>div>.l-section {
    --page-layout-container-padding: 0;
}


/*****************************
**
** SECTION SPACINGS
**
******************************/


/***** GENERAL */

:root {
    /* small */
    --section-height-small-top-padding: 40px;
    --section-height-small-bottom-padding: 40px;
    /* medium */
    --section-height-medium-top-padding: 60px;
    --section-height-medium-bottom-padding: 60px;
    /* large */
    --section-height-large-top-padding: 100px;
    --section-height-large-bottom-padding: 100px;
    /* huge */
    --section-height-huge-top-padding: 120px;
    --section-height-huge-bottom-padding: 120px;
}

@media (min-width: 768px) {
     :root {
        /* small */
        --section-height-small-top-padding: 40px;
        --section-height-small-bottom-padding: 40px;
        /* medium */
        --section-height-medium-top-padding: 60px;
        --section-height-medium-bottom-padding: 60px;
        /* large */
        --section-height-large-top-padding: 100px;
        --section-height-large-bottom-padding: 100px;
        /* huge */
        --section-height-huge-top-padding: 120px;
        --section-height-huge-bottom-padding: 120px;
    }
}

@media (min-width: 1025px) {
     :root {
        /* small */
        --section-height-small-top-padding: 60px;
        --section-height-small-bottom-padding: 60px;
        /* medium */
        --section-height-medium-top-padding: 80px;
        --section-height-medium-bottom-padding: 80px;
        /* large */
        --section-height-large-top-padding: 120px;
        --section-height-large-bottom-padding: 120px;
        /* huge */
        --section-height-huge-top-padding: 160px;
        --section-height-huge-bottom-padding: 160px;
    }
}

@media (min-width: 1280px) {
     :root {
        /* small */
        --section-height-small-top-padding: 60px;
        --section-height-small-bottom-padding: 60px;
        /* medium */
        --section-height-medium-top-padding: 80px;
        --section-height-medium-bottom-padding: 80px;
        /* large */
        --section-height-large-top-padding: 120px;
        --section-height-large-bottom-padding: 120px;
        /* huge */
        --section-height-huge-top-padding: 160px;
        --section-height-huge-bottom-padding: 160px;
    }
}


/***** HEIGHT SMALL */

.l-section.height_small {
    padding-top: var(--section-height-small-top-padding);
    padding-bottom: var(--section-height-small-bottom-padding);
}


/***** HEIGHT MEDIUM */

.l-section.height_medium {
    padding-top: var(--section-height-medium-top-padding);
    padding-bottom: var(--section-height-medium-bottom-padding);
}


/***** HEIGHT LARGE */

.l-section.height_large {
    padding-top: var(--section-height-large-top-padding);
    padding-bottom: var(--section-height-large-bottom-padding);
}


/***** HEIGHT HUGE */

.l-section.height_huge {
    padding-top: var(--section-height-huge-top-padding);
    padding-bottom: var(--section-height-huge-bottom-padding);
}


/***** CUSTOM HEIGHTS */

#page-content>section.section_padding_top-huge {
    padding-top: var(--section-height-huge-top-padding);
}

#page-content>section.section_padding_bottom-huge {
    padding-bottom: var(--section-height-huge-bottom-padding);
}

#page-content>section.section_padding_top-large {
    padding-top: var(--section-height-large-top-padding);
}

#page-content>section.section_padding_bottom-large {
    padding-bottom: var(--section-height-large-bottom-padding);
}

#page-content>section.section_padding_top-medium {
    padding-top: var(--section-height-medium-top-padding);
}

#page-content>section.section_padding_bottom-medium {
    padding-bottom: var(--section-height-medium-bottom-padding);
}

#page-content>section.section_padding_top-small {
    padding-top: var(--section-height-small-top-padding);
}

#page-content>section.section_padding_bottom-small {
    padding-bottom: var(--section-height-small-bottom-padding);
}


/***** TABS - FULL WIDTH **/

.l-section.width_full>div>.g-cols.cols_1>div>div>.w-tabs.layout_hor .w-tabs-section-content,
.l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-tabs.layout_hor .w-tabs-section-content {
    padding: var(--section-height-medium-top-padding) var(--page-layout-container-padding) var(--section-height-medium-bottom-padding);
}


/*****************************
**
** SEPARATOR SPACINGS
**
******************************/


/***** GENERAL */

:root {
    --separator_height_size_small: 20px;
    --separator_height_size_medium: 40px;
    --separator_height_size_large: 60px;
    --separator_height_size_huge: 80px;
}

@media (min-width: 768px) {
     :root {
        --separator_height_size_small: 20px;
        --separator_height_size_medium: 40px;
        --separator_height_size_large: 80px;
        --separator_height_size_huge: 120px;
    }
}

@media (min-width: 1025px) {
     :root {
        --separator_height_size_small: 40px;
        --separator_height_size_medium: 80px;
        --separator_height_size_large: 120px;
        --separator_height_size_huge: 160px;
    }
}

@media (min-width: 1280px) {
     :root {
        --separator_height_size_small: 40px;
        --separator_height_size_medium: 80px;
        --separator_height_size_large: 120px;
        --separator_height_size_huge: 160px;
    }
}


/***** WITHOUT LINE */

.l-section .w-separator.size_huge {
    height: var(--separator_height_size_huge);
}

.l-section .w-separator.size_large {
    height: var(--separator_height_size_large);
}

.l-section .w-separator.size_medium {
    height: var(--separator_height_size_medium);
}

.l-section .w-separator.size_small {
    height: var(--separator_height_size_small);
}


/***** WITH LINE */

.l-section .w-separator.size_huge.with_line {
    height: calc(2 * var(--separator_height_size_huge));
}

.l-section .w-separator.size_large.with_line {
    height: calc(2 * var(--separator_height_size_large));
}

.l-section .w-separator.size_medium.with_line {
    height: calc(2 * var(--separator_height_size_medium));
}

.l-section .w-separator.size_small.with_line {
    height: calc(2 * var(--separator_height_size_small));
}


/*** NEW */


/***** WITH LINE & CONTENT */

@media (max-width: 1024px) {
    .l-section .w-separator.size_huge.with_content.with_line {
        height: auto;
        padding-top: var(--separator_height_size_huge);
        padding-bottom: var(--separator_height_size_huge);
    }
    .l-section .w-separator.size_large.with_content.with_line {
        height: auto;
        padding-top: var(--separator_height_size_large);
        padding-bottom: var(--separator_height_size_large);
    }
    .l-section .w-separator.size_medium.with_content.with_line {
        height: auto;
        padding-top: var(--separator_height_size_medium);
        padding-bottom: var(--separator_height_size_medium);
    }
    .l-section .w-separator.size_small.with_content.with_line {
        height: auto;
        padding-top: var(--separator_height_size_small);
        padding-bottom: var(--separator_height_size_small);
    }
}


/***** Custom Styles */

.w-separator.with_content h6 {
    color: var(--color-content-primary);
}

@media (max-width: 1024px) {
    .w-separator.with_content.with_line {
        border-top: 1px solid var(--color-content-border);
    }
    .w-separator.with_content.with_line .w-separator-h::before,
    .w-separator.with_content.with_line .w-separator-h::after {
        display: none;
    }
    .l-section .w-separator.size_huge.with_content.with_line {
        padding-top: calc(var(--separator_height_size_huge) * 2);
    }
    .l-section .w-separator.size_large.with_content.with_line {
        padding-top: calc(var(--separator_height_size_large) * 2);
    }
    .l-section .w-separator.size_medium.with_content.with_line {
        padding-top: calc(var(--separator_height_size_medium) * 2);
    }
    .l-section .w-separator.size_small.with_content.with_line {
        padding-top: calc(var(--separator_height_size_small) * 2);
    }
}


/*****************************
**
** CUSTOM OFFSETS
**
******************************/

:root {
    --offset-column: calc((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter)));
    --offset-column-sm: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) / 2);
    --offset-column-xs: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) / 4);
    --offset-element: calc(var(--offset-column) + var(--page-layout-gutter) * 2);
    --offset-element-sm: calc((var(--offset-column) + var(--page-layout-gutter) * 2) / 2);
    --offset-element-xs: calc((var(--offset-column) + var(--page-layout-gutter) * 2) / 4);
}

@media only screen and (min-width: 1280px) {
    /** for columns */
    .offset_left.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column);
    }
    .offset_right.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column);
    }
    .offset_left-sm.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-sm);
    }
    .offset_right-sm.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-sm);
    }
    .offset_left-xs.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-xs);
    }
    .offset_right-xs.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-xs);
    }
    /** for elements */
    .offset_left:not(.vc_column_container) {
        margin-left: var(--offset-element);
    }
    .offset_right:not(.vc_column_container) {
        margin-right: var(--offset-element);
    }
    .offset_left-sm:not(.vc_column_container) {
        margin-left: var(--offset-element-sm);
    }
    .offset_right-sm:not(.vc_column_container) {
        margin-right: var(--offset-element-sm);
    }
    .offset_left-xs:not(.vc_column_container) {
        margin-left: var(--offset-element-xs);
    }
    .offset_right-xs:not(.vc_column_container) {
        margin-right: var(--offset-element-xs);
    }
}


/*****************************
**
** DEFAULT TYPOGRAPHY
**
******************************/


/***** GENERAL */

:root {
    /***** Typography */
    --font-body: var(--font-family);
    --default-font-weight: var(--font-weight, 400);
    --light-font-weight: 300;
    /*** NEW */
    --font-h1: var(--h1-font-family);
    --heading-font-weight: var(--h1-font-weight, 700);
    /***** Font Awesome */
    /* --fa-font-family: 'Font Awesome 6 Pro';
    --fa-font-family-brands: 'Font Awesome 6 Brands';*/
    --fa-font-weight: 300;
}


/***** SPACINGS */

p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset,
.wp-caption,
.w-gallery {
    margin-bottom: 1.667rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child,
.wp-caption:last-child,
.w-gallery:last-child {
    margin-bottom: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    padding-top: 0;
}


/***** STYLES */

em {
    font-style: italic;
}

strong,
b {
    color: var(--color-content-bold);
    font-weight: var(--bold-font-weight);
}

.l-section.color_footer-bottom strong,
.l-section.color_footer-bottom b {
    color: var(--color-footer-bold);
}

.l-section.color_alternate strong,
.l-section.color_alternate b {
    color: var(--color-alt-content-bold);
}

span[style*="color:"]>strong,
span[style*="color:"]>b,
.l-section.color_alternate span[style*="color:"]>strong,
.l-section.color_alternate span[style*="color:"]>b {
    color: inherit;
}


/***** LINKS */

.post_content p a:not(.button):not(.w-btn),
p a:not(.button):not(.w-btn),
.wpb_text_column a:not(.button):not(.w-btn) {
    text-decoration: underline;
}

.no-touch .post_content p a:not(.button):not(.w-btn):hover,
.no-touch p a:not(.button):not(.w-btn):hover,
.no-touch .wpb_text_column a:not(.button):not(.w-btn):hover {
    text-decoration: none;
}


/***** CUSTOMIZATIONS - FONT AWESOME */

.w-toplink span:not(.ripple-container):after,
.w-popup-closer::before,
.w-dropdown-current .w-dropdown-item:after,
.mfp-arrow:before,
.mfp-container:after,
header#page-header .w-search-close:before,
header#page-header .w-nav-close::before,
.w-filter-list-closer:before,
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after {
    font-weight: var(--fa-font-weight, 400);
    font-family: var(--fa-font-family, "fontawesome");
}


/*****************************
**
** CUSTOM TYPOGRAPHY
**
******************************/


/***** CUSTOM FONT SIZES */

.text_small {
    font-size: 0.875rem;
}


/*** CUSTOM FONT STYLES */

html,
.l-header,
.widget,
.menu-item-object-us_page_block {
    font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (max-width: 820px) {
    .mobile_center {
        text-align: center;
    }
}


/***** HEADING SECTION */


/* .section_heading h2:last-child,
h2.section_heading:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section_heading h2:last-child,
    h2.section_heading:not(:last-child) {
        margin-bottom: 70px;
    }
} */


/*****************************
**
** EDITOR STYLES - font styles for custom TinyMCE types
**
******************************/

.no-wrap {
    white-space: nowrap;
}


/** perex **/

.perex {
    font-size: 16px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .perex {
        font-size: 20px;
    }
}


/* .perex:not(:last-child) {
    margin-bottom: 2.778rem;
} */


/** tagline **/


/* .tagline {
    font-family: var(--font-h1);
    font-weight: var(--heading-font-weight);
    font-size: 0.889rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-content-primary);
}

.tagline:not(:last-child) {
    margin-bottom: 1.667rem;
}

.color_alternate .tagline {
    color: var(--color-alt-content-heading);
}

.color_footer-bottom .tagline {
    color: var(--color-footer-heading);
}

.offset_tagline {
    margin-top: calc(0.889rem * 1.5 + 1.667rem);
}

@media (min-width: 821px) {
    .offset_tagline-after-stacking {
        margin-top: calc(0.889rem + 1.667rem);
    }
}

.wpb_text_column .tagline+h1:not(:first-child),
.wpb_text_column .tagline+h2:not(:first-child),
.wpb_text_column .tagline+h3:not(:first-child),
.wpb_text_column .tagline+h4:not(:first-child),
.wpb_text_column .tagline+h5:not(:first-child),
.wpb_text_column .tagline+h6:not(:first-child) {
    padding-top: 0;
} */


/*****************************
**
** BUTTONS
**
******************************/


/***** GENERAL */

.w-vwrapper>.w-btn-wrapper:first-child {
    margin-top: 0;
}

.w-grid+.w-btn-wrapper {
    margin-top: 1.667rem;
    margin-bottom: 0;
}

.w-separator+.w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.w-btn i {
    font-size: inherit;
    vertical-align: baseline;
}

.w-btn.icon_atleft i {
    margin-right: 0.556rem;
}

.w-btn.icon_atright i {
    margin-left: 0.556rem;
}


/***** CUSTOM TWEAKS */

.remove_btn_margins .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}


/**** Custom responsivity */

@media (max-width: 767px) {
    .menu-item.mobile_block>.w-btn,
    .w-btn.mobile_block {
        display: block;
        width: 100%;
    }
}


/**** Custom icon colors */

.icon_color-primary i,
.w-text.icon_color-primary i,
.w-btn.icon_color-primary i {
    color: var(--color-content-primary);
    transition: color .3s ease;
}

.icon_color-secondary i,
.w-text.icon_color-secondary i,
.w-btn.icon_color-secondary i {
    color: var(--color-content-secondary);
    transition: color .3s ease;
}

.color_alternate .icon_color-primary i,
.color_alternate .w-text.icon_color-primary i,
.color_alternate .w-btn.icon_color-primary i {
    color: var(--color-alt-content-primary);
}

.color_alternate .icon_color-secondary i,
.color_alternate .w-text.icon_color-secondary i,
.color_alternate .w-btn.icon_color-secondary i {
    color: var(--color-alt-content-secondary);
}


/*** NEW */

.no-touch .icon_color-primary:hover i {
    color: inherit;
}


/***** PRIMAY BTN */


/* .w-btn.us-btn-style_1 {} */


/***** SIMPLE BTN LINK */


/*** NEW */

.w-btn.simple_btn_link {
    text-decoration: underline;
    /* text-decoration-thickness: from-font;
    text-underline-offset: 2px; */
}

.no-touch .w-btn.simple_btn_link:hover {
    text-decoration: none;
}

.w-btn.simple_btn_link[href^="tel:"] {
    text-decoration: none;
}


/***** OTHER */

.w-btn.us-btn-style_4 i,
.w-btn.us-btn-style_5 i {
    width: 1em;
    height: 1em;
}

@media (min-width: 768px) {
    .w-btn.us-btn-style_4,
    .w-btn.us-btn-style_5 {
        font-size: 24px;
        padding: 1.167em 1.167em;
    }
}


/***** LINK OVER */

.link_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


/**** Link over - hover effect on simple link */

.no-touch .link_over:hover+.wrapper_main .w-btn.us-btn-style_3 {
    text-decoration: none;
}

.no-touch .w-grid-item-anchor:hover+.wrapper_main .w-btn.us-btn-style_3 {
    text-decoration: none;
}


/*****************************
**
** BLOG POST / DEFAULT TEXT PAGE
**
******************************/

.wpb_text_column h1:not(:first-child),
.wpb_text_column h2:not(:first-child),
.wpb_text_column h3:not(:first-child) {
    padding-top: calc(30px / 2);
}

.wpb_text_column h4:not(:first-child),
.wpb_text_column h5:not(:first-child),
.wpb_text_column h6:not(:first-child) {
    padding-top: calc(20px / 2);
}

.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child) {
    padding-top: calc(30px / 2);
}

.post_content h4:not(:first-child),
.post_content h5:not(:first-child),
.post_content h6:not(:first-child) {
    padding-top: calc(20px / 2);
}


/***** BLOCKQUOTE */

blockquote {
    font-size: 18px;
    line-height: 1.6;
}

blockquote:not(:first-child) {
    margin-top: 40px;
}

blockquote:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 21px;
    }
    blockquote:not(:first-child) {
        margin-top: 40px;
    }
    blockquote:not(:last-child) {
        margin-bottom: 40px;
    }
}


/** styling **/


/* blockquote {
    font-family: inherit;
    color: inherit;
    text-transform: initial;
    text-align: initial;
    font-weight: inherit;
    position: relative;
    padding: 0;
    font-style: inherit;
    background: none;
}

blockquote::before {
    content: var(--blockquote_ornament);
    line-height: 1;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    user-select: none;
    font-size: initial;
    font-family: inherit;
} */


/***** IMAGES AND GALLERY */


/* .post_content p>img {
    margin-top: 10px;
    margin-bottom: 10px;
} */

p>img[class*="wp-image-"] {
    /* width: 100%; */
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: var(--element-radius);
}

@media (min-width: 768px) {
    p>img[class*="wp-image-"] {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.w-gallery+.caption {
    margin-top: -20px;
}

.w-gallery-item-meta {
    padding: 10px 0 0 0;
    font-size: 0.778rem;
    letter-spacing: 0;
    line-height: 1.2;
    color: var(--color-faded);
    text-align: left;
}

.wp-caption-text {
    font-size: 0.778rem;
    line-height: 1.5;
    color: var(--color-faded);
}


/**** Gallery */


/***** TODO: NEW GALLERY */


/* .post_content .w-gallery:not(:last-child) {
    margin: 2.778rem 0;
}

.post_content .w-gallery-list {
    --items-gap: 15px;
}

@media (min-width: 768px) {
    .post_content .w-gallery-list {
        --items-gap: 30px;
    }
}

.post_content .w-gallery .w-gallery-item {
    aspect-ratio: 170 / 126;
}

.post_content .w-gallery-list .w-gallery-item-img img {
    border-radius: 25px 0;
} */


/***** END TODO: */

.w-gallery:not(:first-child) {
    margin-top: 30px;
}

.w-gallery:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .w-gallery:not(:first-child) {
        margin-top: 40px;
    }
    .w-gallery:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 1280px) {
    .w-gallery.with_indents .w-gallery-list {
        margin: -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .w-gallery.with_indents .w-gallery-list>* {
        padding: 15px;
    }
}

.w-gallery .w-gallery-item-img {
    position: relative;
    border-radius: var(--element-radius);
    overflow: hidden;
    padding-bottom: calc((338 / 450) * 100%);
    background: var(--color-content-primary);
    transition: box-shadow 0.3s ease-in-out;
}

.w-gallery .w-gallery-item-img>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.w-gallery:not(.link_none) .w-gallery-item-img::after {
    content: '\2b';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, '400');
    font-size: 21px;
    line-height: 1;
    color: var(--color-white, #FFFFFF);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.no-touch .w-gallery:not(.link_none) .w-gallery-item:hover .w-gallery-item-img::after {
    opacity: 1;
}

.no-touch .w-gallery:not(.link_none) .w-gallery-item:hover .w-gallery-item-img img {
    opacity: 0.2;
}


/*** page builder grid gallery - inside .single-post > .post_content ***/

.single-post .post_content .layout_gallery_default:not(:first-child) {
    margin-top: 30px;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h {
    position: relative;
    background: var(--color-content-primary);
    transition: box-shadow 0.3s ease-in-out;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h::after {
    content: '\f002';
    font-family: var(--fa-font-family, 'fontawesome');
    color: var(--color-white, #FFFFFF);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h img {
    transition: opacity .3s ease;
}

.no-touch .single-post .post_content .layout_gallery_default .w-grid-item-h:hover::after {
    opacity: 1;
}

.no-touch .single-post .post_content .layout_gallery_default .w-grid-item-h:hover img {
    opacity: 0.2;
}


/***** LISTS */


/**** Unorder Lists */

ul {
    --ul-font-size: 1rem;
    --ul-line-height: 1.5;
    --ul-letter-spacing: 0em;
    --ul-bullet-width: 9px;
    --ul-bullet-height: 8px;
    --ul-bullet-gap: 1.111rem;
    --ul-bullet-border-radius: 0px;
    --ul-bullet-bg: var(--color-content-primary);
    --ul-bullet-color: transparent;
    --ul-items-gap: 15px;
}

.post_content ul:not(:first-child) {
    margin-top: 2.222rem;
}

.post_content ul:not(:last-child) {
    margin-bottom: 2.222rem;
}

.wpb_text_column ul,
.post_content ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.wpb_text_column ul>li,
.post_content ul>li {
    padding-left: calc(var(--ul-bullet-width) + var(--ul-bullet-gap));
    font-size: var(--ul-font-size);
    line-height: var(--ul-line-height);
    letter-spacing: var(--ul-letter-spacing, 0px);
    margin-bottom: var(--ul-items-gap);
}

.wpb_text_column ul>li:last-child,
.post_content ul>li:last-child {
    margin-bottom: 0;
}

.wpb_text_column ul>li::before,
.post_content ul>li::before {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: calc(-1 * calc(var(--ul-bullet-width) + var(--ul-bullet-gap)));
    margin-right: var(--ul-bullet-gap);
    line-height: 1;
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: var(--ul-bullet-border-radius);
    vertical-align: text-top;
    top: calc(((var(--ul-font-size) * var(--ul-line-height)) - var(--ul-bullet-height)) / 2);
    background: var(--ul-bullet-bg);
    color: var(--ul-bullet-color);
}


/* second level */


/*  .wpb_text_column ul>li>ul>li::before,
.post_content ul>li>ul>li::before {
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: 50%;
    background-color: var(--color-content-secondary);
} */


/**** Order Lists */

ol {
    --ol-font-size: 1rem;
    --ol-line-height: 1.5;
    --ol-letter-spacing: 0em;
    --ol-number-width: 1.444rem;
    --ol-number-gap: 0.556rem;
    --ol-number-color: var(--color-content-secondary);
    --ol-number-font-family: var(--font-body);
    --ol-number-font-weight: var(--bold-font-weight);
    --ol-items-gap: 15px;
}

.post_content ol:not(:first-child) {
    margin-top: 2.222rem;
}

.post_content ol:not(:last-child) {
    margin-bottom: 2.222rem;
}

.wpb_text_column ol,
.post_content ol {
    counter-reset: ol-counter;
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.wpb_text_column ol>li:last-child,
.post_content ol>li:last-child {
    margin-bottom: 0;
}

.wpb_text_column ol>li,
.post_content ol>li {
    counter-increment: ol-counter;
    padding-left: calc(var(--ol-number-width) + var(--ol-number-gap));
    margin-bottom: 0.556rem;
    font-size: var(--ol-font-size);
    line-height: var(--ol-line-height);
    letter-spacing: var(--ol-letter-spacing, 0px);
}

.wpb_text_column ol>li::before,
.post_content ol>li::before {
    display: inline-block;
    content: counter(ol-counter) ".";
    /* set same width to numbers */
    min-width: var(--ol-number-width);
    margin-left: calc(-1 * (var(--ol-number-width) + var(--ol-number-gap)));
    margin-right: var(--ol-number-gap);
    color: var(--ol-number-color);
    font-family: var(--ol-number-font-family);
    font-weight: var(--ol-number-font-weight);
    font-size: inherit;
    line-height: inherit;
}


/* second level */


/*  .wpb_text_column ol>li>ol,
.post_content ol>li>ol {
    counter-reset: ol-latin-counter;
}

 .wpb_text_column ol>li>ol>li,
.post_content ol>li>ol>li {
    counter-increment: ol-latin-counter;
}

 .wpb_text_column ol>li>ol>li::before,
.post_content ol>li>ol>li::before {
    content: counter(ol-latin-counter, lower-latin) ".";
    color: var(--color-content-secondary);
} */


/***** CUSTOM LISTS */


/**** Check Lists */

.list_check ul {
    --ul-font-size: 1rem;
    --ul-line-height: 1.5;
    --ul-bullet-width: 24px;
    --ul-bullet-height: 24px;
    --ul-bullet-gap: 10px;
    --ul-bullet-bg: transparent;
    --ul-bullet-color: var(--color-content-primary);
}


/* .wpb_text_column.list_check ul {
    margin: -1.667rem 0;
}

.wpb_text_column.list_check ul>* {
    margin: 0;
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid var(--color-content-border);
}

.wpb_text_column.list_check ul>*:last-child {
    border-bottom: none;
} */

.wpb_text_column.list_check ul>li,
.post_content .list_check ul>li {
    font-size: var(--ul-font-size);
    line-height: var(--ul-line-height);
}

.wpb_text_column.list_check ul>li::before,
.post_content .list_check ul>li::before {
    content: '\f058';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: var(--ul-bullet-width);
    line-height: 1;
}


/** horizontal */

.list_check.layout_horizontal {
    --list-check-gap: 0.556rem;
}

.list_check.layout_horizontal ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--list-check-gap);
}

.list_check.layout_horizontal.align_center ul {
    justify-content: center;
}

.list_check.layout_horizontal ul>li {
    margin-bottom: 0;
}


/**** Pills list */

.list_pills ul {
    --ul-font-size: 1rem;
    --ul-line-height: 1;
    --list-pills-gap: 0.556rem;
}

.wpb_text_column.list_pills ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--list-pills-gap);
}

.wpb_text_column.list_pills ul>* {
    margin: 0;
    padding: 0.556rem 0.833rem;
    border: 1px solid var(--color-content-border);
}

.wpb_text_column.list_pills ul>li {
    font-size: var(--ul-font-size);
    line-height: var(--ul-line-height);
}

.wpb_text_column.list_pills ul>li::before {
    display: none;
}


/*****************************
**
** IMPREZA ELEMENTS
**
******************************/


/***** ACTION BOX */

.w-actionbox:not(:first-child) {
    margin-top: 2.222rem;
}

.wpb_text_column+.w-actionbox:not(:first-child) {
    margin-top: 1.667rem;
}

.w-separator+.w-actionbox:not(:first-child) {
    margin-top: 0;
}

.w-actionbox .w-actionbox-text:not(:last-child) {
    margin-bottom: 1.667rem;
}


/***** POPUP */

.w-popup-box-content h1,
.w-popup-box-content h2,
.w-popup-box-content h3,
.w-popup-box-content h4,
.w-popup-box-content h5,
.w-popup-box-content h6 {
    color: var(--title-color, var(--color-content-heading));
}

.w-popup-wrap .w-popup-closer {
    font-size: 1.778rem;
}


/***** MENU */


/* .w-menu .menu {
    margin-top: -5px;
    margin-bottom: -5px;
}

.w-menu .menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: opacity .3s ease;
}

.no-touch .w-menu .menu:hover li {
    opacity: .5;
}

.no-touch .w-menu .menu li:hover {
    opacity: 1;
} */

.w-menu .menu a {
    text-decoration: underline;
}

.no-touch .w-menu .menu a:hover {
    text-decoration: none;
}


/***** BREADCRUMBS */

.g-breadcrumbs {
    font-size: 0.875rem;
    line-height: 1.5;
}

.g-breadcrumbs::before {
    content: '\f80a';
    font-family: var(--fa-font-family, 'fontawesome');
    /*** NEW */
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-right: 10px;
    color: var(--color-content-link);
}

.g-breadcrumbs .g-breadcrumbs-separator {
    margin-right: 10px;
    margin-left: 10px;
    color: var(--color-faded);
}

.g-breadcrumbs .g-breadcrumbs-separator i {
    font-size: 0.8rem;
    transform: scaleX(-1) rotate(35deg);
}

.g-breadcrumbs .g-breadcrumbs-item a {
    text-decoration: underline;
}

.g-breadcrumbs .g-breadcrumbs-item a:hover {
    text-decoration: none;
}

.g-breadcrumbs .g-breadcrumbs-item:last-child a {
    text-decoration: none;
    pointer-events: none;
    color: var(--color-content-text);
}


/***** ICONBOX */


/**** General */

.w-iconbox .w-iconbox-icon i {
    vertical-align: middle;
}

.w-iconbox .w-iconbox-meta:empty {
    display: none;
}

.w-iconbox.iconpos_top .w-iconbox-meta:not(:empty) {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .w-iconbox.iconpos_top .w-iconbox-meta:not(:empty) {
        margin-top: 1.667rem;
    }
}

.w-iconbox .w-iconbox-meta .w-iconbox-title {
    padding: 0;
}

.w-iconbox .w-iconbox-meta .w-iconbox-title:not(:last-child) {
    margin-bottom: 1.111rem;
}

.w-iconbox .w-iconbox-meta a {
    text-decoration: underline;
}

.no-touch .w-iconbox .w-iconbox-meta a:hover {
    text-decoration: none;
}


/**** Custom Layout */

.w-iconbox.iconpos_right,
.w-iconbox.iconpos_left {
    gap: 1.111rem;
}

.w-iconbox.iconpos_right .w-iconbox-icon {
    margin-left: 0;
}

.w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: 0;
}


/**** Custom Styling */


/* .w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
    line-height: 3.889rem;
    height: 3.889rem;
    width: 3.889rem;
}

.w-iconbox.style_outlined.color_custom .w-iconbox-icon {
    box-shadow: inset 0 0 0 1px var(--icon-bg-color);
} */


/***** SOCIAL LINKS */

.w-socials .w-socials-list {
    display: flex;
    flex-wrap: wrap;
}

.w-socials .w-socials-list .w-socials-item-link {
    width: 2.778rem;
    height: 2.778rem;
    line-height: 2.778rem;
}


/****  Custom Layout Style 1 */


/* .w-socials .w-socials-list {
    margin: -15px;
}

.w-socials .w-socials-item .w-socials-item-link {
    padding: 15px;
} */


/****  Custom Layout Style 2 */


/* .w-socials .w-socials-list {
    justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .w-socials .w-socials-list {
        justify-content: flex-start;
    }
} */


/****  Custom Layout Style 3 */


/* .w-socials .w-socials-list .w-socials-item-link .w-socials-item-link-hover {
    display: block;
    opacity: .1 !important;
}

.w-socials .w-socials-list .w-socials-item-link i {
    font-size: 1.333rem;
    transition: color .3s ease;
}

.no-touch .w-socials .w-socials-list .w-socials-item-link:hover i {
    color: var(--color-content-primary);
} */


/**** Custom Styling */


/***** SHARING ICONS */


/**** Custom Layout */

.w-sharing.type_simple .w-sharing-list {
    margin-left: -15px;
    margin-right: -15px;
}

.w-sharing.type_simple .w-sharing-item {
    border: none;
}

.w-sharing.type_simple .w-sharing-item {
    padding: 0 15px;
    min-width: initial;
}


/**** Custom Styling */

.w-sharing.type_simple .w-sharing-item i {
    font-size: 0.889rem;
    color: var(--color-content-primary);
    min-width: initial;
    opacity: 1;
}

.no-touch .w-sharing.type_simple .w-sharing-item:hover i {
    color: var(--color-content-secondary) !important;
}


/**** Custom icons */

.w-sharing.type_simple .w-sharing-item i.fa-facebook:before {
    content: '\f39e';
}

.w-sharing.type_simple .w-sharing-item i.fa-linkedin:before {
    content: '\f0e1';
}


/***** ACCORDION */

.w-tabs.accordion>div>.w-tabs-section {
    border-radius: var(--element-radius);
    overflow: hidden;
    border-width: 1px;
    background: var(--color-content-bg);
    transition: all .3s ease;
}

.w-tabs.accordion>div>.w-tabs-section.active {
    border-color: var(--color-content-primary);
}

.w-tabs.accordion .w-tabs-section:not(:last-child) {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .w-tabs.accordion .w-tabs-section:not(:last-child) {
        margin-bottom: 10px;
    }
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    color: var(--color-content-heading);
    background: var(--color-content-bg);
    padding: 15px;
}

.w-tabs.accordion .w-tabs-section.active .w-tabs-section-header {
    color: var(--color-content-primary);
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-content {
    padding: 15px;
    padding-top: 0;
}

@media (min-width: 768px) {
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header {
        padding: 30px;
    }
    .w-tabs.accordion .w-tabs-section .w-tabs-section-content {
        padding: 30px;
        padding-top: 0;
    }
}

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control {
    color: var(--color-faded);
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    transform: rotate(90deg);
    color: var(--color-content-primary)
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control:after {
    display: none;
}


/***** TABS */


/* .w-tabs.style_radio2.layout_hor>.w-tabs-list>.w-tabs-list-h {
    border-radius: var(--element-radius);
}

.w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item {
    padding: 12px 40px;
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1;
}

.w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item.active {
    background: var(--color-content-secondary);
    border-radius: var(--element-radius);
    font-weight: var(--bold-font-weight);
    color: var(--color-white, #FFFFFF);
    box-shadow: none;
}

@media (min-width: 768px) {
    .w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item {
        padding: 17px 50px;
    }
} */


/*****************************
**
** FORMS - WPCF7
**
******************************/

.wpcf7 {
    --wpcf7-error-color: var(--error-color);
    --wpcf7-disabled-color: var(--color-faded);
    --wpcf7-disabled-border-color: #DDDDDD;
}


/***** GENERAL SETTINGS */

.wpcf7-form.submitting * {
    cursor: wait;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none !important;
    opacity: .5;
}


/***** LAYOUT */


/**** Boxed Form */

.form_boxed .wpcf7 {
    background: var(--color-content-bg);
    padding: 4.444rem;
    box-shadow: 0px 0px 5.556rem rgba(0, 0, 0, 0.1);
}

.l-section.color_alternate .form_boxed .wpcf7 {
    background: var(--color-alt-content-bg);
}


/**** Groups, Rows and Cols */


/** group */

.wpcf7 .form_group:not(:last-child) {
    margin-bottom: calc(2.778rem - 1.667rem);
}


/* horizontal */

.wpcf7 .form_group.layout_horizontal {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.667rem;
}

.wpcf7 .form_group.layout_horizontal .form_row.submit {
    flex-shrink: 0;
    margin-top: 0;
}

.wpcf7 .form_group.layout_horizontal .form_row.submit button {
    width: 100%;
}

@media (min-width: 992px) {
    .wpcf7 .form_group.layout_horizontal {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 0;
    }
    .wpcf7 .form_group.layout_horizontal .form_row.fields {
        width: 100%;
    }
    .wpcf7 .form_group.layout_horizontal .form_row.fields .form_col:last-child {
        margin-bottom: 0;
    }
}


/* absolute */

.wpcf7 .form_group.layout_absolute {
    --inputs-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.wpcf7 .form_group.layout_absolute .form_row.submit button {
    width: 100%;
}

.wpcf7 .form_group.layout_absolute .form_row>div.form_col,
.wpcf7 .form_group.layout_absolute .form_row>div[class*="form_col-"] {
    margin-bottom: 15px;
}

.wpcf7 .form_group.layout_absolute .form_row.fields>div.form_col:last-child,
.wpcf7 .form_group.layout_absolute .form_row.submit>div.form_col {
    margin-bottom: 0;
}

@media (min-width: 821px) {
    .wpcf7 .form_group.layout_absolute {
        --inputs-height: 60px;
    }
    .wpcf7 .form_group.layout_absolute .form_row.fields input[type="email"] {
        padding-right: calc(154px + var(--inputs-padding, 15px));
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit {
        margin-top: 0;
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit>.form_col {
        position: static;
        margin-bottom: 0;
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit button {
        width: auto;
        position: absolute;
        top: 6px;
        right: 5px;
    }
}


/** rows and cols */

.wpcf7 {
    --wpcf7-column-spacing-horizontal: 5px;
    --wpcf7-column-spacing-vertical: 20px;
}

@media (min-width: 768px) {
    .wpcf7 {
        --wpcf7-column-spacing-vertical: 30px;
    }
}

.wpcf7 .form_row {
    margin-left: calc(0px - var(--wpcf7-column-spacing-horizontal));
    margin-right: calc(0px - var(--wpcf7-column-spacing-horizontal));
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 .form_row>div.form_col,
.wpcf7 .form_row>div[class*="form_col-"] {
    position: relative;
    padding-left: var(--wpcf7-column-spacing-horizontal);
    padding-right: var(--wpcf7-column-spacing-horizontal);
    margin-bottom: var(--wpcf7-column-spacing-vertical);
    width: 100%;
}

@media (min-width: 768px) {
    .wpcf7 .form_row>div.form_col-1\/2 {
        width: calc((1 / 2) * 100%)
    }
    .wpcf7 .form_row>div.form_col-1\/3 {
        width: calc((1 / 3) * 100%)
    }
    .wpcf7 .form_row>div.form_col-2\/3 {
        width: calc((2 / 3) * 100%)
    }
    .wpcf7 .form_row>div.form_col-1\/4 {
        width: calc((1 / 4) * 100%)
    }
    .wpcf7 .form_row>div.form_col-3\/4 {
        width: calc((3 / 4) * 100%)
    }
}


/** row with submit */

.wpcf7 .form_row.submit {
    margin-top: 1.111rem;
}

.wpcf7 .form_row.submit>div.form_col,
.wpcf7 .form_row.submit>div[class*="form_col-"] {
    margin-bottom: 0;
}


/** row with recaptcha policy */

.wpcf7 .form_row.recaptcha_policy {
    margin-top: 2.222rem;
}

.wpcf7 .form_row.recaptcha_policy>div.form_col,
.wpcf7 .form_row.recaptcha_policy>div[class*="form_col-"] {
    margin-bottom: 0;
}

.wpcf7 .form_row.recaptcha_policy small {
    font-size: 0.778rem;
    line-height: 1.2;
}


/** col via flex */

.wpcf7 .form_row>.form_col.via_flex>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.111rem;
}

.wpcf7 .form_row>.form_col.via_flex>p>* {
    margin: 0;
}

.wpcf7 .form_row>.form_col.via_flex .wpcf7-form-control-wrap {
    width: auto;
}


/** line separator */

.wpcf7 hr {
    margin-top: 0.556rem;
    margin-bottom: 1.667rem;
    border-color: var(--color-content-border);
}


/***** TYPOGRAPHY */

.wpcf7 form.wpcf7-form h1,
.wpcf7 form.wpcf7-form h2,
.wpcf7 form.wpcf7-form h3,
.wpcf7 form.wpcf7-form h4,
.wpcf7 form.wpcf7-form h5,
.wpcf7 form.wpcf7-form h6 {
    color: var(--color-content-heading);
}

.wpcf7 form.wpcf7-form h1:not(:last-child),
.wpcf7 form.wpcf7-form h2:not(:last-child),
.wpcf7 form.wpcf7-form h3:not(:last-child),
.wpcf7 form.wpcf7-form h4:not(:last-child),
.wpcf7 form.wpcf7-form h5:not(:last-child),
.wpcf7 form.wpcf7-form h6:not(:last-child) {
    margin-bottom: 1.111rem;
}

.wpcf7 form.wpcf7-form h1:not(:first-child),
.wpcf7 form.wpcf7-form h2:not(:first-child),
.wpcf7 form.wpcf7-form h3:not(:first-child),
.wpcf7 form.wpcf7-form h4:not(:first-child),
.wpcf7 form.wpcf7-form h5:not(:first-child),
.wpcf7 form.wpcf7-form h6:not(:first-child) {
    padding-top: 0.556rem;
}


/***** GENERAL STYLING */

.wpcf7 {
    --wpcf7-label-font-size: inherit;
    --wpcf7-label-line-height: 1.2;
    --wpcf7-label-font-family: var(--font-body);
    --wpcf7-label-font-weight: var(--bold-font-weight);
    --wpcf7-label-offset: 0.556rem;
    --wpcf7-label-color: var(--color-content-heading);
    --wpcf7-label-color-alt: var(--color-alt-content-heading);
    --wpcf7-textarea-height: 8rem;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.wpcf7 .wpcf7-form label>.wpcf7-form-control-wrap {
    margin-top: var(--wpcf7-label-offset, 0.556rem);
}

.wpcf7 form.wpcf7-form .form_row label,
.wpcf7 form.wpcf7-form .form_row .radio-label,
.wpcf7 form.wpcf7-form .form_row p.label {
    display: block;
    text-align: left;
    opacity: 1;
    font-family: var(--wpcf7-label-font-family);
    font-weight: var(--wpcf7-label-font-weight);
    font-size: var(--wpcf7-label-font-size);
    line-height: var(--wpcf7-label-line-height);
    color: var(--wpcf7-label-color);
}

.l-section.color_alternate .wpcf7 form.wpcf7-form .form_row label,
.l-section.color_alternate .wpcf7 form.wpcf7-form .form_row .radio-label,
.l-section.color_alternate .wpcf7 form.wpcf7-form .form_row p.label {
    color: var(--wpcf7-label-color-alt);
}

.wpcf7 form.wpcf7-form .form_row label abbr,
.wpcf7 form.wpcf7-form .form_row .radio-label abbr,
.wpcf7 form.wpcf7-form .form_row p.label abbr {
    text-decoration: none;
    color: var(--wpcf7-error-color);
}


/* not valid */

.wpcf7 input:not([type="submit"]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border-color: var(--wpcf7-error-color);
}

.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
    color: var(--wpcf7-error-color);
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: 0.667rem;
    line-height: 1.5;
    text-transform: initial;
    margin-top: 0.4444rem;
}


/*** Inputs */

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
textarea,
select {
    width: 100%;
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]) {
    margin-top: 0;
}

.wpcf7-form textarea {
    height: var(--wpcf7-textarea-height);
}

.wpcf7-form select,
.wpcf7-form select:focus {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -o-appearance: none;
    /* Opera */
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23939597%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form select:disabled {
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23f9f9f9%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form input:not([type="submit"]):disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled {
    color: var(--wpcf7-disabled-color);
    border-color: var(--wpcf7-disabled-border-color);
}

.l-section.color_alternate input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_alternate textarea,
.l-section.color_alternate select {
    color: var(--color-alt-content-text);
}

.l-section.color_footer-bottom input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_footer-bottom textarea,
.l-section.color_footer-bottom select {
    color: var(--color-footer-text);
}


/*** Acceptance / Checkbox */

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.checkbox {
    display: block;
    padding: 0;
    line-height: 1;
}

.wpcf7 .form_row .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}


/*** Required acceptance / Checkbox */


/* .wpcf7-acceptance input[type="checkbox"]+.wpcf7-list-item-label::after,
.wpcf7-checkbox.wpcf7-validates-as-required input[type="checkbox"]+.wpcf7-list-item-label::after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: var(--wpcf7-error-color);
} */


/***** CUTOM CHECKBOX STYLING **/

.wpcf7 {
    --wpcf7-checkbox-width: 1rem;
    --wpcf7-checkbox-height: 1rem;
    --wpcf7-checkbox-border-width: 1px;
    --wpcf7-checkbox-gap: 0.667rem;
    --wpcf7-checkbox-border-radius: 3px;
    --wpcf7-checkbox-border-color: var(--color-content-border);
    --wpcf7-checkbox-border-color-alt: var(--color-alt-content-border);
    --wpcf7-checkbox-border-color-focused: #000000;
    --wpcf7-checkbox-border-color-focused-alt: #FFFFFF;
    --wpcf7-checkbox-text-color: var(--color-content-text);
    --wpcf7-checkbox-text-color-alt: var(--color-alt-content-text);
    --wpcf7-checkbox-background-color: #FFFFFF;
    --wpcf7-checkbox-background-color-alt: #FFFFFF;
    --wpcf7-checkbox-checked-color: #FFFFFF;
    --wpcf7-checkbox-checked-color-alt: #FFFFFF;
    --wpcf7-checkbox-checked-border-color: var(--color-content-secondary);
    --wpcf7-checkbox-checked-border-color-alt: var(--color-alt-content-secondary);
    --wpcf7-checkbox-checked-background-color: var(--color-content-secondary);
    --wpcf7-checkbox-checked-background-color-alt: var(--color-alt-content-secondary);
    --wpcf7-checkbox-font-size: 1rem;
    --wpcf7-checkbox-line-height: 1.5;
}

.wpcf7 input[type="checkbox"] {
    width: 0;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}

.wpcf7 input[type="checkbox"]+span {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--wpcf7-checkbox-width, 18px) + (2 * var(--wpcf7-checkbox-border-width, 1px)) + var(--wpcf7-checkbox-gap, 12px));
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: var(--wpcf7-checkbox-font-size, 0.889rem);
    line-height: var(--wpcf7-checkbox-line-height, 1.5);
    text-transform: initial;
    color: var(--wpcf7-checkbox-text-color);
    opacity: 1;
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span {
    color: var(--wpcf7-checkbox-text-color-alt);
}

.wpcf7 input[type="checkbox"]+span a {
    text-decoration: underline;
}

.no-touch .wpcf7 input[type="checkbox"]+span a:hover {
    text-decoration: none;
}

.wpcf7 input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    top: calc(((var(--wpcf7-checkbox-font-size, 0.889rem) * var(--wpcf7-checkbox-line-height, 1.5)) - var(--wpcf7-checkbox-height, 18px) - (2 * var(--wpcf7-checkbox-border-width, 1px))) / 2);
    left: 0;
    display: block;
    height: var(--wpcf7-checkbox-height, 18px);
    width: var(--wpcf7-checkbox-width, 18px);
    line-height: var(--wpcf7-checkbox-height, 18px);
    border-radius: var(--wpcf7-checkbox-border-radius, 0px);
    border-width: var(--wpcf7-checkbox-border-width, 1px);
    border-style: solid;
    border-color: var(--wpcf7-checkbox-border-color);
    background: var(--wpcf7-checkbox-background-color);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span::before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]+span::before {
    border-color: var(--wpcf7-checkbox-border-color-alt);
    background: var(--wpcf7-checkbox-background-color-alt);
}

.wpcf7 input[type="checkbox"]:checked+span:before {
    content: "\f00c";
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-regular, '400');
    text-align: center;
    font-size: 0.667rem;
    color: var(--wpcf7-checkbox-checked-color);
    border-color: var(--wpcf7-checkbox-checked-border-color);
    background: var(--wpcf7-checkbox-checked-background-color);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]:checked+span:before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]:checked+span:before {
    color: var(--wpcf7-checkbox-checked-color-alt);
    border-color: var(--wpcf7-checkbox-checked-border-color-alt);
    background: var(--wpcf7-checkbox-checked-background-color-alt);
}

.wpcf7 input[type="checkbox"]:focus+span::before {
    border-color: var(--wpcf7-checkbox-border-color-focused);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]:focus+span::before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]:focus+span::before {
    border-color: var(--wpcf7-checkbox-border-color-focused);
}


/* error state*/


/* .wpcf7 .wpcf7-not-valid input[type="checkbox"]+span {
    color: var(--wpcf7-error-color);
} */

.wpcf7 .wpcf7-not-valid input[type="checkbox"]+span:before {
    border-color: var(--wpcf7-error-color);
}

.wpcf7 .wpcf7-not-valid input[type="checkbox"]:checked+span:before {
    border-color: var(--wpcf7-error-color);
    background: var(--wpcf7-error-color);
}


/* disabled state */

.wpcf7 input[type="checkbox"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:disabled+span:before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:checked:disabled+span {
    border-color: var(--wpcf7-disabled-border-color);
    background: var(--wpcf7-disabled-border-color);
    color: var(--wpcf7-disabled-color);
}


/***** CUTOM RADIO STYLING **/

.wpcf7 {
    --wpcf7-radio-width: 1rem;
    --wpcf7-radio-height: 1rem;
    --wpcf7-radio-border-width: 1px;
    --wpcf7-radio-gap: 0.667rem;
    --wpcf7-radio-border-radius: 50%;
    --wpcf7-radio-border-color: var(--color-content-border);
    --wpcf7-radio-border-color-alt: var(--color-alt-content-border);
    --wpcf7-radio-text-color: var(--color-content-text);
    --wpcf7-radio-text-color-alt: var(--color-alt-content-text);
    --wpcf7-radio-background-color: transparent;
    --wpcf7-radio-background-color-alt: transparent;
    --wpcf7-radio-checked-border-color: var(--color-content-secondary);
    --wpcf7-radio-checked-border-color-alt: var(--color-alt-content-secondary);
    --wpcf7-radio-checked-background-color: var(--color-content-bg);
    --wpcf7-radio-checked-background-color-alt: var(--color-alt-content-bg-alt);
    --wpcf7-radio-font-size: 1rem;
    --wpcf7-radio-line-height: 1.5;
}

.wpcf7 .form_row:not(.radio_toggle) .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1.111rem;
    padding: 0;
    margin: 0;
}

.wpcf7 .formRow.vertical:not(.radio_toggle) .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    gap: 1.111rem;
}

.wpcf7 .form_row:not(.radio_toggle) .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]+span {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--wpcf7-radio-width, 18px) + (2 * var(--wpcf7-radio-border-width, 1px)) + var(--wpcf7-radio-gap, 12px));
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: var(--wpcf7-radio-font-size, 0.889rem);
    line-height: var(--wpcf7-radio-line-height, 1.5);
    text-transform: initial;
    color: var(--wpcf7-radio-text-color);
    opacity: 1;
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span {
    color: var(--wpcf7-radio-text-color-alt);
}

.wpcf7 input[type="radio"]+span a {
    text-decoration: underline;
}

.no-touch .wpcf7 input[type="radio"]+span a:hover {
    text-decoration: none;
}

.wpcf7 input[type="radio"]+span::before {
    content: '';
    position: absolute;
    top: calc(((var(--wpcf7-radio-font-size, 0.889rem) * var(--wpcf7-radio-line-height, 1.5)) - var(--wpcf7-radio-height, 18px) - (2 * var(--wpcf7-radio-border-width, 1px))) / 2);
    left: 0;
    display: block;
    height: var(--wpcf7-radio-height, 18px);
    width: var(--wpcf7-radio-width, 18px);
    line-height: var(--wpcf7-radio-height, 18px);
    border-radius: var(--wpcf7-radio-border-radius, 50%);
    border-width: var(--wpcf7-radio-border-width, 1px);
    border-style: solid;
    border-color: var(--wpcf7-radio-border-color);
    background: var(--wpcf7-radio-background-color);
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span::before {
    border-color: var(--wpcf7-radio-border-color-alt);
    background: var(--wpcf7-radio-background-color-alt);
}

.wpcf7 input[type="radio"]:checked+span:before {
    content: "";
    text-align: center;
    width: 8px;
    height: 8px;
    border: calc((var(--wpcf7-radio-width, 18px) + (2 * var(--wpcf7-radio-border-width, 1px)) - 8px) / 2) solid var(--wpcf7-radio-checked-border-color);
    background: var(--wpcf7-radio-checked-background-color);
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span:before {
    border-color: var(--wpcf7-radio-checked-border-color-alt);
    background: var(--wpcf7-radio-checked-background-color-alt);
}


/* error state */


/* .wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]+span {
    color: var(--wpcf7-error-color);
} */

.wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]+span::before,
.wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]:checked+span::before {
    border-color: var(--wpcf7-error-color);
}


/* disabled state */

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:disabled+span::before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:checked:disabled+span::before {
    border-color: var(--wpcf7-disabled-color);
    background: var(--wpcf7-disabled-border-color);
}


/***** RESPONSE OUTPUT */

.wpcf7 {
    --wpcf7-response-color-default: var(--color-content-heading);
    --wpcf7-response-background-default: var(--color-content-primary);
    --wpcf7-response-color-sent: #FFFFFF;
    --wpcf7-response-background-sent: var(--success-color);
    --wpcf7-response-color-unaccepted: var(--wpcf7-response-color-default);
    --wpcf7-response-background-unaccepted: var(--error-color);
    --wpcf7-response-color-invalid: var(--wpcf7-response-color-default);
    --wpcf7-response-background-invalid: var(--warning-color);
    --wpcf7-border-color: var(--color-content-border);
    --wpcf7-response-radius: var(--element-radius);
    --wpcf7-resonse-offset: 2.778rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 0.833rem;
    margin: var(--wpcf7-resonse-offset, 2.778rem) 0 0 0;
    font-size: 0.889rem;
    line-height: 1.5;
    border-radius: var(--wpcf7-response-radius);
    color: var(--wpcf7-response-color-default);
    background-color: var(--wpcf7-response-background-default);
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--wpcf7-response-color-invalid);
    background-color: var(--wpcf7-response-background-invalid);
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--wpcf7-response-color-sent);
    background-color: var(--wpcf7-response-background-sent);
}

.wpcf7 form.unaccepted .wpcf7-response-output {
    color: var(--wpcf7-response-color-unaccepted);
    background-color: var(--wpcf7-response-background-unaccepted);
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.sent .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before {
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, '400');
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.556rem;
    font-size: 0.889rem;
    line-height: inherit;
    flex-shrink: 0;
}

.wpcf7 form.invalid .wpcf7-response-output:before {
    content: '\f057';
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: '\f058';
}

.wpcf7 form.unaccepted .wpcf7-response-output:before {
    content: '\f06a';
}


/***** WPCF7 CUSTOMIZATIONS */


/**** WPCF7 - Material Design Style (label for, label class, input id, input class) */


/* .wpcf7 form.wpcf7-form .md-input {
    border-top: none;
    border-right: none;
    border-left: none;
    position: relative;
}

.wpcf7 form.wpcf7-form label.md-label {
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: 0.889rem;
    top: calc((50px - 20px) / 2);
    left: calc(30px - 5px);
    color: var(--color-faded);
    position: absolute;
    padding: 0 5px;
    line-height: 20px;
    z-index: 10;
    background: none;
    transition: all 0.3s ease-in-out;
}

.wpcf7 form.wpcf7-form label.md-label.active {
    top: calc(-1 * (20px / 2));
    transform: translateY(0);
    font-size: 0.667rem;
    background: var(--color-content-bg);
    color: var(--color-content-primary);
    text-transform: initial;
    transition: all 0.3s ease-in-out;
} */


/**** Input type FILE */

.wpcf7 form.wpcf7-form .file_upload {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.111rem;
    width: 100%;
    padding: 1.111rem;
    border: 1px dashed var(--color-content-border);
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info {
    display: flex;
    gap: 1.111rem;
    align-items: center;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading {
    font-size: 0.889rem;
    line-height: 1.5;
    color: var(--color-content-heading);
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading small {
    color: var(---color-faded);
    font-size: 0.667rem;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .image {
    flex-shrink: 0;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading small {
    display: block;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_field {
    width: 100%;
}

@media (min-width: 768px) {
    .wpcf7 form.wpcf7-form .file_upload .wrapper_field {
        width: auto;
    }
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_field label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.778rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0.928em 1.429em;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: var(--color-content-bg-alt);
    color: var(--color-content-heading);
    transition: all 0.3s ease;
}

.no-touch .wpcf7 form.wpcf7-form .file_upload .wrapper_field label:hover {
    background: var(--color-alt-content-bg);
    color: var(--color-alt-content-heading);
}

.wpcf7 form.wpcf7-form .file_upload input[type="file"] {
    width: 0 !important;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}


/***** PLUGINS */


/**** WPCF7 Plugin: CONDITIONAL FIELDS FOR CF7 */


/* .wpcf7 [data-class="wpcf7cf_group"]:not(:last-child) {
    margin-bottom: calc(2.778rem - 1.667rem);
}

.wpcf7 [data-class="wpcf7cf_group"]:not(:first-child) {
    padding-top: 2.778rem;
    border-top: 1px solid var(--color-content-border);
} */


/**** WPCF7 Plugin: DRAG AND DROP MULTIPLE FILE UPLOAD - CONTACT FORM 7 */


/* .codedropz-upload-wrapper .codedropz-upload-handler {
    border: 2px dashed var(--color-faded);
    border-radius: 0;
}

.codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
    display: none;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
    padding: 2.222rem;
    background: var(--color-content-bg-alt);
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h4 {
    margin-bottom: 1.111rem;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner>span {
    display: block;
    font-size: 0.889rem;
    margin-bottom: 1.111rem;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
    font-family: var(--font-h1);
    font-weight: var(--heading-font-weight);
    font-size: 0.778rem;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 1em 1.2em 0.86em;
    background: transparent;
    border: none;
    color: #FFFFFF;
    background: var(--color-content-primary);
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
        padding: 1em 1.43em 0.86em;
    }
}

.no-touch .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
    background: #008f79;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
    content: '\f093';
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight);
    display: inline-block;
    margin-right: 0.556rem;
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image {
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image span.file {
    background: none;
    width: auto;
    height: auto;
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image span.file::after {
    content: '\f00c';
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight);
    color: #FFFFFF;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name>span {
    font-family: var(--font-h1);
    font-weight: var(--heading-font-weight);
    color: var(--color-content-heading);
    font-size: 0.889rem;
    line-height: 1.2;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name>em {
    font-size: 0.778rem;
    line-height: 1.2;
    font-weight: var(--default-font-weight);
    color: var(--color-faded);
    font-style: normal;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 0.556rem;
    background: var(--color-content-bg-alt);
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: var(--color-content-primary);
    font-size: 0.4444rem;
    line-height: 0.556rem;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
    color: var(--wpcf7-error-color);
    font-size: 0.667rem;
    line-height: 1.5;
    margin-top: 0.4444rem;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    text-transform: initial;
}

.codedropz-upload-wrapper span.has-error-msg {
    font-style: normal;
    color: var(--wpcf7-error-color);
    font-size: 0.667rem;
    line-height: 1.5;
    margin-top: 0.4444rem;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    text-transform: initial;
    padding: 0.556rem 0 0 0;
} */


/*****************************
**
** HEADER
**
******************************/


/**** Helpers ****/


/** Hide element by Device Type **/

.state_default .w-nav .hide_on_desktop>a {
    display: none !important;
}

.state_laptops .w-nav .hide_on_laptops>a {
    display: none !important;
}

.state_tablets .w-nav .hide_on_tablets>a {
    display: none !important;
}

.state_mobiles .w-nav .hide_on_mobiles>a {
    display: none !important;
}


/** Hide element by Nav Type **/

.w-nav.type_desktop .hide_in_desktop_menu,
.w-nav.type_desktop+.hide_in_desktop_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}

.w-nav.type_mobile .hide_in_mobile_menu,
.w-nav.type_mobile+.hide_in_mobile_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}


/***** Layout *****/


/*** NOT WORKING ON ALL NAVBARS ex. long dropdowns */

header#page-header .l-subheader-h {
    max-width: calc(var(--site-content-width, 1420px) - 2 * var(--offset-element));
}

.w-nav.type_desktop .menu-item.level_1.menu-item-object-us_page_block {
    display: none;
}

header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 30px;
}

.state_mobiles header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 20px;
}

.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: calc(-1 * var(--page-layout-container-padding));
    right: calc(-1 * var(--page-layout-container-padding));
    padding: 0;
}


/***** Main (middle) Header *****/


/**** Custom styling ****/


/*** Make logo visible in opened mobile menu */


/* header#page-header .logo {
    position: relative;
    z-index: 100;
}

.w-nav-open header#page-header:not(.sticky) .logo {
    position: relative;
    z-index: 100;
    top: -50px;
} */


/*** NEW */

header#page-header .logo.style-svg svg {
    height: inherit;
    width: auto;
}

.no-touch header#page-header .logo.style-svg svg path {
    transition: all .3s ease;
}

.no-touch header#page-header .logo.style-svg>a:hover svg path {
    fill: var(--color-content-primary) !important;
}


/*** Shadow ***/

.l-header.shadow_none.sticky .l-subheader.at_middle,
.l-header.shadow_none.sticky .l-subheader.at_bottom {
    box-shadow: 0 1px 2px rgb(0, 0, 0, .15) !important;
}


/** custom **/


/*** Menu items styling ***/


/*** NEW */

header#page-header .w-nav.type_mobile .menu-item:not(.menu-item-object-us_page_block) .w-btn {
    margin: 0;
    margin-top: 30px;
    font-size: 1rem;
}


/*** NEW */

.state_mobiles .w-nav.type_mobile .menu-item:not(.menu-item-object-us_page_block) .w-btn {
    margin-top: 20px;
}


/* mobile */


/*** NEW */

.w-nav.type_mobile .w-nav-list.level_1 {
    --menu-item-padding: 20px;
}

.w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 32px;
    font-family: var(--font-h1);
    font-weight: var(--heading-font-weight);
    /* color: var(--color-content-heading); */
    text-transform: initial;
    padding: var(--menu-item-padding, 0.7rem);
}


/* .state_mobiles .w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 1.4rem;
    line-height: 1.4;
} */


/** custom **/


/* .w-nav.type_mobile .menu-item.level_1.current-menu-item>a:not(.w-btn),
.w-nav.type_mobile .menu-item.level_1.current-menu-ancestor>a:not(.w-btn),
.w-nav.type_mobile .menu-item.level_1.current-page-ancestor>a:not(.w-btn) {
    color: var(--color-content-heading);
}

.w-nav.type_mobile .menu-item.level_1>a:not(.w-btn):focus,
.no-touch .w-nav.type_mobile .menu-item.level_1.opened>a:not(.w-btn),
.no-touch .w-nav.type_mobile .menu-item.level_1:hover>a:not(.w-btn) {
    color: var(--color-content-heading);
} */


/* mobile subitems */

.w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 18px;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    /* color: var(--color-content-heading); */
}

.state_mobiles .w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 18px;
}


/* desktop */

.w-nav.type_desktop .menu-item.level_1>a:not(.w-btn) {
    font-size: 1rem;
    text-transform: initial;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    /* color: var(--color-content-heading); */
}


/* Nav Control */

header#page-header .w-nav-control {
    padding: 0 0.8rem;
    margin-right: -0.8rem;
}

header#page-header .w-nav-control>.w-nav-icon>div,
header#page-header .w-nav-control>.w-nav-icon>div::before,
header#page-header .w-nav-control>.w-nav-icon>div::after {
    border-radius: 5px;
    border-bottom-color: var(--color-content-primary);
}


/*** custom style */

header#page-header .w-nav-control>.w-nav-icon>div {
    margin-top: -10px;
}

header#page-header .w-nav-control>.w-nav-icon>div::before {
    display: none;
}


/* header#page-header .w-nav-control:not(.active)>.w-nav-icon>div {
    margin-left: 2px;
}

header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::before,
header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::after {
    left: -2px;
} */


/* Custom underline effect */


/* .no-touch header#page-header .w-nav.type_desktop .menu-item:hover .w-nav-anchor.level_1::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    display: block;
    background: var(--color-content-primary);
    left: 20px;
    right: 20px;
} */


/**** Nav Arrow ****/


/* header#page-header .w-nav.type_desktop .menu-item .w-nav-arrow {
    display: none;
} */

header#page-header .w-nav .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 0.889rem;
    color: var(--color-faded);
    margin-left: 5px;
}

header#page-header .w-nav.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 18px;
}

.state_mobiles header#page-header .w-nav.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 0.889rem;
}


/**** Dropdowns ****/

header#page-header .w-nav.type_desktop .w-nav-list.level_2 {
    padding: 10px;
}


/* header#page-header .w-nav.type_desktop .w-nav-list:not(.level_1) {
    min-width: 260px;
    border-radius: 0;
    box-shadow: none;
} */

header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1) {
    padding: 10px;
    white-space: initial;
    /* font-weight: var(--default-font-weight); */
}


/* header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a {
    color: var(--color-content-primary);
} */

.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a:hover {
    text-decoration: none;
}

.no-touch header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1):hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

header#page-header .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
    content: '\f061';
}

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title {
    display: block;
    padding-right: 20px;
}

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow {
    width: initial;
    padding-right: 15px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}


/**** Sticky Header ****/


/* header#page-header.sticky .w-image.with_transparent img:first-of-type {
    display: none;
}

header#page-header.sticky .w-image.with_transparent img:last-of-type {
    display: block;
} */


/***** Top Header *****/


/**** Text ****/


/* #page-header .l-subheader.at_top .w-text {
    font-size: 16px;
}

.state_mobiles #page-header .l-subheader.at_top .w-text {
    font-size: 14px;
} */

#page-header .l-subheader.at_top .w-text a:not([href^="tel:"]) .w-text-value {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

.no-touch #page-header .l-subheader.at_top .w-text a:not([href^="tel:"]):hover .w-text-value {
    text-decoration: none;
}


/**** Mobile Menu ****/

header#page-header .l-subheader.at_middle .type_mobile .w-nav-list.level_1,
header#page-header .l-subheader.at_middle .type_mobile .w-nav-list:not(.level_1) {
    background-color: var(--color-content-bg-alt);
}


/** Dorpdowns */


/* .state_mobiles .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_2 {
    border-radius: 15px 0;
} */


/** Mobile Nav Close **/

header#page-header .w-nav-close {
    color: var(--color-content-primary);
    opacity: 1;
    font-size: 2rem;
    line-height: 3.5rem;
    width: 3.5rem;
}


/*** Fullscreen menu customizations */


/** set default left an right padding for fullscreen menu */


/*** NEW */

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    padding-left: calc(var(--page-layout-container-padding) - var(--menu-item-padding, 0.7rem)) !important;
    padding-right: calc(var(--page-layout-container-padding) - var(--menu-item-padding, 0.7rem)) !important;
}


/** disable center position on fullscreen menu */


/* .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
    margin-top: 60px !important;
}


@media (min-width: 768px) {
    .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
        margin-top: 120px !important;
    }
} */


/*** FIXES */

@supports(min-height: 100dvh) {
    .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
        min-height: 100dvh !important;
    }
}


/*** NEW */


/* Custom Active Menu Styling */

.w-nav .menu-item.level_1.current-menu-item>a:not(.w-btn)>.w-nav-title,
.w-nav .menu-item.level_1.current-menu-ancestor>a:not(.w-btn)>.w-nav-title,
.w-nav .menu-item.level_1.current-page-ancestor>a:not(.w-btn)>.w-nav-title {
    position: relative;
    padding-bottom: 6px;
}

.w-nav .menu-item.level_1.current-menu-item>a:not(.w-btn)>.w-nav-title::after,
.w-nav .menu-item.level_1.current-menu-ancestor>a:not(.w-btn)>.w-nav-title::after,
.w-nav .menu-item.level_1.current-page-ancestor>a:not(.w-btn)>.w-nav-title::after {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: currentColor;
}


/***** Custom Header Elements *****/

.wrapper_menu_nav {
    margin-top: calc(80px - var(--menu-item-padding, 0.7rem));
}

.wrapper_menu_nav h6 {
    color: var(--color-content-primary);
}


/*****************************
**
** FOOTER
**
******************************/


/*** Custom Typography */


/* footer#page-footer {
    font-size: 0.889rem;
    line-height: 1.75;
} */


/***** Ornament */

footer#page-footer section.with_ornament {
    position: relative;
    overflow: hidden;
}

footer#page-footer section.with_ornament::before {
    content: url('assets/imgs/signature.svg');
    display: block;
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%) scale(.2);
    transform-origin: bottom center;
    user-select: none;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

@media (min-width: 768px) {
    footer#page-footer section.with_ornament.height_medium {
        padding-bottom: var(--section-height-large-bottom-padding);
    }
    footer#page-footer section.with_ornament::before {
        bottom: -140px;
        transform: translateX(-50%) scale(.45);
    }
}

@media (min-width: 1024px) {
    footer#page-footer section.with_ornament::before {
        bottom: -160px;
        transform: translateX(-50%) scale(.55);
    }
}

@media (min-width: 1280px) {
    footer#page-footer section.with_ornament::before {
        bottom: initial;
        top: 40px;
        transform: translateX(-50%) scale(1);
    }
}

footer#page-footer section.with_ornament>.l-section-h {
    position: relative;
    z-index: 2;
}


/*****************************
**
** SECTIONS
**
******************************/

@media (max-width: 767px) {
    footer#page-footer>section:first-child {
        padding-top: 0 !important;
    }
}


/* @media (min-width: 768px) {
    main#page-content>section:last-child {
        padding-bottom: 0 !important;
    }
} */


/***** section_btn */

section.titlebar {
    position: relative;
}

section.titlebar::before {
    content: '\f175';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: 1rem;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    border-radius: 50%;
    background: var(--color-content-bg-alt);
    border: 10px solid var(--color-content-bg);
    color: var(--color-content-link);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
    user-select: none;
    pointer-events: none;
}


/*****************************
**
** TITLEBARS
**
******************************/

section.titlebar.height_medium {
    --section-height-medium-top-padding: 20px;
}


/*****************************
**
** ROWS
**
******************************/


/*****************************
**
** WRAPPERS
**
******************************/


/***** GENERAL */

.w-vwrapper.use_gap {
    gap: var(--vwrapper-gap);
}

.w-hwrapper.use_gap {
    gap: var(--hwrapper-gap);
}

.w-vwrapper.use_gap>*,
.w-hwrapper.use_gap>* {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .w-vwrapper.mobile_flow-horizontal {
        flex-direction: row;
        align-items: center;
    }
}


/***** wrapper_title */

@media (min-width: 1280px) {
    .wrapper_title h1 {
        font-size: 64px;
    }
}


/***** wrapper_banner */

.wrapper_banner {
    position: relative;
    background: var(--color-content-bg);
    border-radius: var(--element-radius);
    overflow: hidden;
    padding: 40px;
}

.wrapper_banner>* {
    position: relative;
    z-index: 2;
}

.wrapper_banner::before {
    content: '';
    border-radius: var(--element-radius);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--color-content-border);
    z-index: 1;
    user-select: none;
    pointer-events: none;
}


/***** wrapper_btns */

@media (max-width: 767px) {
    .wrapper_btns {
        flex-direction: column;
    }
}


/*****************************
**
** CUSTOM ELEMENTS
**
******************************/


/*****************************
**
** GRID LAYOUTS
**
******************************/


/***** Load More */

.w-grid .g-loadmore {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .w-grid .g-loadmore {
        margin-top: 50px;
    }
    .g-loadmore.width_full .w-btn {
        width: auto;
    }
}


/***** Scrollable Grid *****/

:root {
    --scrollable-grid-margin: 5px;
    --scrollable-grid-item-width: 85vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
     :root {
        --scrollable-grid-margin: 10px;
        --scrollable-grid-item-width: 420px;
    }
}

@media (max-width: 1024px) {
    .w-grid.with_scroll {
        margin-right: calc(-1 * ( var(--page-layout-container-padding)));
        margin-left: calc(-1 * ( var(--page-layout-container-padding)));
    }
    .w-grid.with_scroll .w-grid-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        /* scroll-padding: 50%; */
        margin: calc(-1 * var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list>* {
        scroll-margin: 10px;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        padding: var(--scrollable-grid-margin) !important;
    }
    .w-grid.with_scroll .w-grid-item {
        flex-shrink: 0;
        width: var(--scrollable-grid-item-width) !important;
    }
    .w-grid.with_scroll .w-grid-item:first-child,
    .w-grid.with_scroll .w-grid-item:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child {
        padding-left: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:last-child {
        padding-right: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child:last-child {
        width: calc(var(--wc-scrollable-grid-item-width) + var(--page-layout-container-padding) + var(--page-layout-container-padding)) !important;
    }
}


/*****************************
**
** SWIPER SLIDERS
**
******************************/


/***** Navigation */

.slider_container {
    position: relative;
    --swiper-navigation-size: 46px;
    --swiper-navigation-offset: 20px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: calc(10px - (var(--swiper-navigation-size) / 2));
    --swiper-navigation-color: var(--color-content-primary);
    --swiper-navigation-bg: var(--color-white);
    --swiper-navigation-border-radius: 50%;
    --swiper-navigation-opacity: 1;
    --swiper-navigation-disabled-opacity: 0;
}

@media (min-width: 768px) {
    .slider_container {
        --swiper-navigation-sides-offset: calc(0px - (var(--swiper-navigation-size) / 2));
    }
}

.slider_container .swiper-button-prev,
.slider_container .swiper-button-next {
    background: var(--swiper-navigation-bg);
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    border-radius: var(--swiper-navigation-border-radius);
    margin-top: var(--swiper-navigation-sides-offset);
    opacity: var(--swiper-navigation-opacity);
    box-shadow: 0px 5px 10px rgba(193, 150, 150, 0.1);
    transition: all .3s ease;
}

@media (min-width: 1280px) {
    .slider_container .swiper-button-prev,
    .slider_container .swiper-button-next {
        box-shadow: none;
    }
}

.no-touch .slider_container .swiper-button-prev,
.no-touch .slider_container .swiper-button-next {
    box-shadow: 0px 5px 10px rgba(193, 150, 150, 0.1);
}

.slider_container .swiper-button-next.swiper-button-disabled,
.slider_container .swiper-button-prev.swiper-button-disabled {
    opacity: var(--swiper-navigation-disabled-opacity);
    cursor: default;
    pointer-events: none;
}

.slider_container .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset);
}

.slider_container .swiper-button-next {
    right: var(--swiper-navigation-sides-offset);
}

.slider_container .swiper-button-prev::after,
.slider_container .swiper-button-next::after {
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: 16px;
    line-height: var(--swiper-navigation-size);
    color: var(--swiper-navigation-color);
    transition: color .3s ease;
}

.no-touch .slider_container .swiper-button-prev:hover::after,
.no-touch .slider_container .swiper-button-next:hover::after {
    color: var(--color-content-link-hover);
}

.slider_container .swiper-button-prev::after {
    content: '\f053';
}

.slider_container .swiper-button-next::after {
    content: '\f054';
}


/***** Slider Pagination */


/**** General */

.slider_container .swiper-pagination {
    --swiper-pagination-color: var(--color-content-primary);
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: #3F3F3F;
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-border-radius: 10px;
    --swiper-pagination-bullet-inactive-color: var(--color-content-primary);
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-vertical-gap: 5px;
}

.slider_container .swiper-scrollbar {
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
}


/**** Custom - pagination_relative */

.slider_container.pagination_relative {
    --relative-swiper-pagination-offset-top: 20px;
}

@media (min-width: 768px) {
    .slider_container.pagination_relative {
        --relative-swiper-pagination-offset-top: 40px;
    }
}

.slider_container.pagination_relative .swiper-pagination {
    position: relative;
    --swiper-pagination-left: initial;
    --swiper-pagination-right: initial;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-top: initial;
    margin: var(--relative-swiper-pagination-offset-top, 40px) 0 0 0;
}


/**** type bullets */

.slider_container .swiper-pagination.swiper-pagination-bullets {
    line-height: 1;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}


/*** custom */


/* .slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border: none;
    transition: all .3s ease;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
} */


/**** type progressbar */

.slider_container .swiper-pagination.swiper-pagination-progressbar {
    --relative-swiper-pagination-offset-top: 0;
}


/***** pages_slider */

.pages_slider {
    overflow: visible !important;
}

.pages_slider .swiper-slide {
    height: auto;
    width: 88vw;
}

@media (min-width: 768px) {
    .pages_slider .swiper-slide {
        width: 570px;
    }
}

@media (min-width: 1025px) {
    .pages_slider .swiper-slide {
        width: "auto";
    }
}

.pages_slider .swiper-slide .wrapper_inner {
    position: relative;
    overflow: hidden;
}

.no-touch .pages_slider .swiper-slide:hover .wrapper_inner {
    box-shadow: 0px 40px 40px rgba(193, 150, 150, 0.25);
}

.pages_slider .swiper-slide .wrapper_inner::before {
    content: '';
    border-radius: var(--element-radius);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--color-content-border);
    z-index: 3;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.no-touch .pages_slider .swiper-slide:hover .wrapper_inner::before {
    opacity: 1;
}

.pages_slider .swiper-slide .wrapper_inner .wrapper_content {
    --color-content-heading: var(--color-white);
    position: absolute;
    z-index: 4;
    bottom: -60px;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    transition: all .3s ease;
}

.pages_slider .swiper-slide .wrapper_inner .wrapper_content .btn_wrapper {
    opacity: 0;
    transition: opacity .3s ease;
}

.pages_slider .swiper-slide .wrapper_inner .wrapper_content h3 {
    font-size: var(--h1-font-size, inherit);
}

.no-touch .pages_slider .swiper-slide:hover .wrapper_inner .wrapper_content {
    bottom: 60px;
}

.no-touch .pages_slider .swiper-slide:hover .wrapper_inner .wrapper_content .btn_wrapper {
    opacity: 1;
}

.pages_slider .wrapper_image {
    position: relative;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.pages_slider .wrapper_image::before {
    content: '';
    z-index: 2;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.65;
    border-radius: var(--element-radius);
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    transition: all .3s ease;
}

.no-touch .pages_slider .swiper-slide:hover .wrapper_image::before {
    top: 0;
}

.pages_slider .wrapper_image>.placeholder {
    padding-bottom: calc((600 / 335) * 100%);
}

@media (min-width: 768px) {
    .pages_slider .wrapper_image>.placeholder {
        padding-bottom: calc((900 / 700) * 100%);
    }
}

@media (min-width: 1280px) {
    .pages_slider .wrapper_image>.placeholder {
        padding-bottom: calc((800 / 460) * 100%);
    }
}

.pages_slider .wrapper_image>.placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/***** image_slider */

.image_slider {
    overflow: visible !important;
}

.image_slider .swiper-slide {
    height: auto;
    width: 88vw;
}

@media (min-width: 768px) {
    .image_slider .swiper-slide {
        width: 570px;
    }
}

@media (min-width: 1025px) {
    .image_slider {
        overflow: hidden !important;
    }
    .image_slider .swiper-slide {
        width: "auto";
    }
}

.image_slider .wrapper_image {
    position: relative;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.image_slider .wrapper_image>.placeholder {
    padding-bottom: calc((600 / 335) * 100%);
}

@media (min-width: 768px) {
    .image_slider .wrapper_image>.placeholder {
        padding-bottom: calc((900 / 700) * 100%);
    }
}

.image_slider .wrapper_image>.placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/***** content_slider */

.content_slider {
    overflow: visible !important;
}

.content_slider .swiper-slide {
    height: auto;
    width: 88vw;
}

@media (min-width: 768px) {
    .content_slider .swiper-slide {
        width: 570px;
    }
}

@media (min-width: 1280px) {
    .content_slider .swiper-slide {
        width: "auto";
    }
}

.content_slider .swiper-slide>.wrapper_inner {
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_front,
.content_slider .swiper-slide>.wrapper_inner .wrapper_back {
    background-size: cover;
    background-position: center;
    border-radius: var(--element-radius);
    min-height: 475px;
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_back {
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: var(--color-content-bg);
}

.content_slider .swiper-slide>.wrapper_inner:hover .wrapper_back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: var(--color-content-bg);
    background-size: cover;
    background-repeat: no-repeat;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_front>.wrapper_content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_front>.wrapper_content::before {
    content: '';
    z-index: 2;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.65;
    border-radius: var(--element-radius);
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_front>.wrapper_content h3 {
    color: var(--color-white);
    position: absolute;
    z-index: 4;
    bottom: 60px;
    left: 20px;
    right: 20px;
}

@media (min-width: 768px) {
    .content_slider .swiper-slide>.wrapper_inner .wrapper_front>.wrapper_content h3 {
        bottom: 80px;
    }
}

.content_slider .swiper-slide>.wrapper_inner:hover .wrapper_front {
    text-align: center;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_back>.wrapper_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    text-align: center;
    transition: box-shadow 1s ease;
}


/* .no-touch .content_slider .swiper-slide>.wrapper_inner .wrapper_back>.wrapper_content>a.link_over {
    display: none;
} */


/* .no-touch .content_slider .swiper-slide>.wrapper_inner .wrapper_back>.wrapper_content:hover .btn_wrapper>a.w-btn.us-btn-style_4 {
    background: #FBF7F7;
    border-color: transparent;
    color: var(--color-content-link-hover) !important;
} */

.content_slider .swiper-slide>.wrapper_inner .wrapper_back>.wrapper_content::before {
    content: '';
    border-radius: var(--element-radius);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--color-content-border);
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.content_slider .swiper-slide>.wrapper_inner:hover .wrapper_back>.wrapper_content {
    box-shadow: 0px 40px 40px rgba(193, 150, 150, 0.25);
}

.content_slider .swiper-slide>.wrapper_inner .wrapper_back .wrapper_content p:not(:last-child) {
    margin-bottom: 40px;
}

.content_slider .swiper-slide>.wrapper_inner h3 {
    font-size: var(--h1-font-size, inherit);
}

@media (min-width: 768px) {
    .content_slider .swiper-slide>.wrapper_inner .wrapper_back>.wrapper_content {
        padding: 80px 50px;
    }
    .content_slider .swiper-slide>.wrapper_inner .wrapper_back .wrapper_content p:not(:last-child) {
        margin-bottom: 80px;
    }
}


/*****************************
**
** ORNAMENTS
**
******************************/
