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

:root {
    /***** General */
    --element-radius: 4px;
    --element-shadow: 20px 20px 80px 0px rgba(0, 0, 0, 0.25);
    --element-drop-shadow: 20px 20px 80px rgba(0, 0, 0, 0.25);
    /* --element-shadow-hover: 0px 10px 30px 0px rgba(0, 0, 0, 0.10); */
}


/*****************************
**
** 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;
}

.no_shrink {
    flex-shrink: 0;
}


/*****************************
**
** 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;
}

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

.w-image.with_shadow img {
    filter: drop-shadow(var(--element-drop-shadow))
}

.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: #31572C;
    --warning-color: #feb95f;
    --error-color: #ef233c;
    --success-color-faded: #9fcc99;
    --warning-color-faded: #fec880;
    --error-color-faded: #fab8c0;
    --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));
}


/***** COLOR DEFAULT */

.color_default {
    color: var(--color-content-text) !important;
}

.color_default h1,
.color_default h2,
.color_default h3,
.color_default h4,
.color_default h5,
.color_default h6 {
    color: var(--color-content-heading) !important;
}

.color_default b,
.color_default strong {
    color: var(--color-content-bold) !important;
}

.color_default td,
.color_default th {
    border-color: var(--color-content-border) !important;
}

.color_default a {
    color: var(--color-content-link) !important;
}

.no-touch .color_default a:hover {
    color: var(--color-content-link-hover) !important;
}

.color_default .g-preloader {
    color: var(--color-content-primary) !important;
}


/***** COLOR ALT */

.color_alt {
    color: var(--color-alt-content-text);
}

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

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

.color_alt td,
.color_alt th {
    border-color: var(--color-alt-content-border);
}

.color_alt a:not(.w-btn) {
    color: var(--color-alt-content-link);
}

.no-touch .color_alt a:not(.w-btn):hover {
    color: var(--color-alt-content-link-hover);
}

.color_alt .g-preloader {
    color: var(--color-alt-content-primary);
}


/***** 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: 0.8333rem;
    --page-layout-site-width: 1830px;
}

@media (max-width: 820px) {
    .hide_after_stacking {
        display: none !important;
    }
}


/***** 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;
}


/***** CUSTOM LAYOUT */

@media (max-width: 1024px) {
    .cols_reversed_from-tablet {
        flex-direction: column-reverse;
    }
    .cols_reversed_from-tablet>* {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* experimental */


/* experimental */

@media (max-width: 820px) {
    body .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
        margin: 0 0 var(--separator_height_size_medium);
    }
    body .g-cols.stacking_default.via_flex.mobile_spacing_small>div:not([class*="vc_col-xs"]) {
        margin: 0 0 calc(var(--separator_height_size_medium, 0px) / 2);
    }
    body .g-cols.stacking_default.via_flex.type_boxes.mobile_spacing_small>div,
    body .g-cols.stacking_default.via_flex.reversed.mobile_spacing_small>div:first-child,
    body .g-cols.stacking_default.via_flex:not(.reversed).mobile_spacing_small>div:last-child,
    body .g-cols.stacking_default.via_flex.mobile_spacing_small>div.has_bg_color {
        margin-bottom: 0;
    }
}


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


/***** GENERAL */

:root {
    /* small */
    --section-height-small-top-padding: 25px;
    --section-height-small-bottom-padding: 25px;
    /* medium */
    --section-height-medium-top-padding: 40px;
    --section-height-medium-bottom-padding: 40px;
    /* large */
    --section-height-large-top-padding: 50px;
    --section-height-large-bottom-padding: 50px;
    /* huge */
    --section-height-huge-top-padding: 75px;
    --section-height-huge-bottom-padding: 75px;
}

@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: 80px;
        --section-height-large-bottom-padding: 80px;
        /* huge */
        --section-height-huge-top-padding: 100px;
        --section-height-huge-bottom-padding: 100px;
    }
}

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

@media (min-width: 1280px) {
     :root {
        /* small */
        --section-height-small-top-padding: 75px;
        --section-height-small-bottom-padding: 75px;
        /* medium */
        --section-height-medium-top-padding: 100px;
        --section-height-medium-bottom-padding: 100px;
        /* large */
        --section-height-large-top-padding: 150px;
        --section-height-large-bottom-padding: 150px;
        /* huge */
        --section-height-huge-top-padding: 200px;
        --section-height-huge-bottom-padding: 200px;
    }
}


/***** 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,
#page-footer>section.section_padding_top-huge {
    padding-top: var(--section-height-huge-top-padding);
}

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

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

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

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

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

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

#page-content>section.section_padding_bottom-small,
#page-footer>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: 32px;
    --separator_height_size_medium: 48px;
    --separator_height_size_large: 64px;
    --separator_height_size_huge: 96px;
}

@media (min-width: 768px) {
     :root {
        --separator_height_size_small: 24px;
        --separator_height_size_medium: 48px;
        --separator_height_size_large: 80px;
        --separator_height_size_huge: 112px;
    }
}

@media (min-width: 1025px) {
     :root {
        --separator_height_size_small: 32px;
        --separator_height_size_medium: 64px;
        --separator_height_size_large: 96px;
        --separator_height_size_huge: 144px;
    }
}

@media (min-width: 1280px) {
     :root {
        --separator_height_size_small: 32px;
        --separator_height_size_medium: 64px;
        --separator_height_size_large: 96px;
        --separator_height_size_huge: 144px;
    }
}


/***** 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));
}


/*****************************
**
** 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-column-lg: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) * 2);
    --offset-column-xl: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) * 3);
    --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);
    --offset-element-lg: calc((var(--offset-column) + var(--page-layout-gutter) * 2) * 2);
    --offset-element-xl: calc((var(--offset-column) + var(--page-layout-gutter) * 2) * 3);
}

@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);
    }
    .offset_left-lg.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-lg);
    }
    .offset_right-lg.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-lg);
    }
    .offset_left-xl.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-xl);
    }
    .offset_right-xl.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-xl);
    }
    /** 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);
    }
    .offset_left-lg:not(.vc_column_container) {
        margin-left: var(--offset-element-lg);
    }
    .offset_right-lg:not(.vc_column_container) {
        margin-right: var(--offset-element-lg);
    }
    .offset_left-xl:not(.vc_column_container) {
        margin-left: var(--offset-element-xl);
    }
    .offset_right-xl:not(.vc_column_container) {
        margin-right: var(--offset-element-xl);
    }
}


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


/***** GENERAL */

:root {
    /***** Typography */
    --font-body: var(--font-family);
    --default-font-weight: var(--font-weight, 400);
    --light-font-weight: 300;
    --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 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    p,
    ul,
    ol,
    dl,
    address,
    pre,
    table,
    blockquote,
    fieldset,
    .wp-caption {
        margin-bottom: 30px;
    }
}

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 {
    margin-bottom: 0;
}

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


/* h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    text-wrap: balance;
} */


/***** STYLES */

em {
    font-style: italic;
}

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

h1>b {
    font-weight: var(--h1-bold-font-weight, bold);
}

h2>b {
    font-weight: var(--h2-bold-font-weight, bold);
}

h3>b {
    font-weight: var(--h3-bold-font-weight, bold);
}

h4>b {
    font-weight: var(--h4-bold-font-weight, bold);
}

h5>b {
    font-weight: var(--h5-bold-font-weight, bold);
}

h6>b {
    font-weight: var(--h6-bold-font-weight, bold);
}

.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 */

.w-text a,
.post_content 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 .w-text a:hover,
.no-touch .post_content 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
**
******************************/


/***** GENERAL */


/** font sizes */

.font_size-h1 {
    font-size: var(--h1-font-size);
}

.font_size-h2 {
    font-size: var(--h2-font-size);
}

.font_size-h3 {
    font-size: var(--h3-font-size);
}

.font_size-h4 {
    font-size: var(--h4-font-size);
}

.font_size-h5 {
    font-size: var(--h5-font-size);
}

.font_size-h6 {
    font-size: var(--h6-font-size);
}


/** offsets */

@media (min-width: 821px) {
    .offset_h1-before-stacking {
        margin-top: calc(var(--h1-font-size) * var(--h1-line-height) + var(--h1-margin-bottom));
    }
    .offset_h2-before-stacking {
        margin-top: calc(var(--h2-font-size) * var(--h2-line-height) + var(--h2-margin-bottom));
    }
    .offset_h3-before-stacking {
        margin-top: calc(var(--h3-font-size) * var(--h3-line-height) + var(--h3-margin-bottom));
    }
    .offset_h4-before-stacking {
        margin-top: calc(var(--h4-font-size) * var(--h4-line-height) + var(--h4-margin-bottom));
    }
    .offset_h5-before-stacking {
        margin-top: calc(var(--h5-font-size) * var(--h5-line-height) + var(--h5-margin-bottom));
    }
    .offset_h6-before-stacking {
        margin-top: calc(var(--h6-font-size) * var(--h6-line-height) + var(--h6-margin-bottom));
    }
}


/***** CUSTOM FONT SIZES */


/* @media (min-width: 1280px) {
    body h1 {
        font-size: 80px;
    }
    body h2 {
        font-size: 72px;
    }
} */


/*** 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;
    }
    .w-image.mobile_center {
        margin-left: auto;
        margin-right: auto;
    }
}


/***** SECTION HEADING */


/* .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 - styles for new TinyMCE types
**
******************************/

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


/** Large Text */

.text_large {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

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

@media (min-width: 1280px) {
    .text_large {
        font-size: 32px;
    }
}


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


/** Medium Text */

.text_medium {
    font-size: 18px;
}

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

@media (min-width: 1280px) {
    .text_medium {
        font-size: 24px;
    }
}


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


/** Small Text */

.text_small {
    font-size: 16px;
}


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


/** tagline **/

:root {
    --tagline-font-size: 18px;
    --tagline-line-height: 1.5;
    --tagline-margin: 16px;
}

@media (min-width: 768px) {
     :root {
        --tagline-font-size: 21px;
        --tagline-margin: 32px;
    }
}

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

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

.tagline::before {
    content: '';
    display: inline-block;
    position: relative;
    height: 1px;
    width: 30px;
    margin-right: 10px;
    background: var(--color-content-secondary);
    vertical-align: middle;
    user-select: none;
    pointer-events: none;
}

@media (min-width: 768px) {
    .tagline::before {
        width: 60px;
        margin-right: 20px;
    }
}

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

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

.color_default .tagline {
    color: var(--color-content-heading-medium);
}

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

.offset_tagline {
    margin-top: calc(var(--tagline-font-size) * var(--tagline-line-height) + var(--tagline-margin));
}

@media (min-width: 821px) {
    .offset_tagline-before-stacking {
        margin-top: calc(var(--tagline-font-size) * var(--tagline-line-height) + var(--tagline-margin));
    }
}

.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-btn-wrapper {
    line-height: 1;
}

.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 */

.w-btn.as_block {
    display: block;
    width: 100%;
}

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

@media (max-width: 820px) {
    .w-btn.hide_label_on_mobile>.w-btn-label {
        display: none;
    }
    .w-btn.hide_label_on_mobile.icon_atright>i {
        margin-left: 0;
    }
    .w-btn.hide_label_on_mobile.icon_atleft>i {
        margin-right: 0;
    }
}


/**** Custom responsivity */

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


/**** Custom icon colors */

.w-grid .g-loadmore .w-btn.icon_color-primary::after,
.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;
}

.w-grid .g-loadmore .w-btn.icon_color-secondary::after,
.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 .w-grid .g-loadmore .w-btn.icon_color-primary::after,
.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 .w-grid .g-loadmore .w-btn.icon_color-secondary::after,
.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);
}


/***** Custom Icon Modifications */


/* i.fa-phone,
.w-contacts-item.for_phone::before,
.icon_transform-flip i {
    transform: scaleX(-1);
} */

.w-btn:not(.slider_button-next) i.fa-arrow-right {
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.no-touch .w-btn:not(.slider_button-next):hover i.fa-arrow-right,
.no-touch .w-grid-item-anchor:hover+.wrapper_main .w-btn:not(.slider_button-next) i.fa-arrow-right,
.no-touch .link_over:hover+.wrapper_main .w-btn:not(.slider_button-next) i.fa-arrow-right {
    transform: rotate(0deg);
}

.w-btn:not(.btn_square):not(.btn_square_alt) i.fa-arrow-down {
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.no-touch .w-btn:not(.btn_square):not(.btn_square_alt):hover i.fa-arrow-down,
.no-touch .w-grid-item-anchor:hover+.wrapper_main .w-btn:not(.btn_square):not(.btn_square_alt) i.fa-arrow-down,
.no-touch .link_over:hover+.wrapper_main .w-btn:not(.btn_square):not(.btn_square_alt) i.fa-arrow-down {
    transform: rotate(0deg);
}


/***** PRIMAY BTN */

.w-btn.btn_primary {}


/***** SIMPLE BTN */

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

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

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

.text_small .w-btn.btn_simple {
    font-size: 16px;
}


/***** BTN SQUARE */

.w-btn.btn_square,
.w-btn.btn_square_alt {
    width: 48px;
    height: 48px;
    line-height: 48px;
}


/***** BADGE */

.w-btn.us-btn-style_badge {
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 8px;
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
    background: rgba(37, 39, 60, 0.50);
    color: var(--color-white) !important;
}

.color_alternate .w-btn.us-btn-style_badge {
    background: rgba(255, 255, 255, .15);
}


/* .no-touch .us-btn-style_badge:hover {
    color: var(--color-alt-content-heading) !important;
    background: var(--color-alt-content-bg);
} */

@media (min-width: 768px) {
    .w-btn.us-btn-style_badge {
        font-size: 16px;
    }
}

.bg_secondary .w-btn.us-btn-style_badge {
    background: var(--color-content-secondary);
}


/*** layout */

.w-post-elm.style_badge .w-post-elm-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}

.w-post-elm.style_badge .w-post-elm-list>* {
    margin: 0;
}


/***** 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.btn_simple {
    text-decoration: none;
}

.no-touch .w-grid-item-anchor:hover+.wrapper_main .post_title>a,
.no-touch .w-grid-item-anchor:hover+.wrapper_main .w-btn.btn_simple {
    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),
.wpb_text_column h4:not(:first-child),
.wpb_text_column h5:not(:first-child),
.wpb_text_column h6:not(:first-child) {
    padding-top: 20px;
}

.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child),
.post_content h4:not(:first-child),
.post_content h5:not(:first-child),
.post_content h6:not(:first-child) {
    padding-top: 20px;
}


/***** 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 */


/**** FIX */

main img[class*="wp-image-"].aligncenter {
    max-width: 100%;
}


/**** Images */


/* main .w-image {
    border-radius: var(--element-radius);
    overflow: hidden;
} */

main .w-image .w-image-meta {
    font-size: 14px;
    line-height: 1.5;
}

main .w-image .w-image-meta .w-image-description {
    font-size: 16px;
    line-height: 1.5;
}


/* in post detail */

.blog_post_image,
.single-post figure>img,
.post_content p>img[class*="wp-image-"] {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.post_content p>img[class*="wp-image-"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post figure:not(:first-child) {
    margin-top: calc(20px + 1.5rem);
}

.single-post figure:not(:last-child) {
    margin-bottom: calc(20px + 1.5rem);
}

.single-post figure .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
}

.single-post .mfp-container figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/**** Gallery */


/** gap */

.post_content .w-gallery .w-gallery-list {
    --items-gap: var(--page-layout-gutter) !important;
}

@media (min-width: 768px) {
    .post_content .w-gallery .w-gallery-list {
        --items-gap: calc(2 * var(--page-layout-gutter, 15px)) !important;
    }
}


/** general styling */

.w-gallery:not(.wp_gallery) .w-gallery-item,
.w-gallery.type_masonry .w-gallery-item>.w-gallery-item-img {
    min-width: 0;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-gallery .w-gallery-item-img {
    opacity: 1;
    transition: box-shadow 0.3s ease;
}

.w-gallery.action_popup_image .w-gallery-item-img::after {
    content: '\2b';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, '400');
    font-size: 1.333rem;
    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;
}

.w-gallery.action_popup_image .w-gallery-item .w-gallery-item-img img {
    transition: opacity .3s ease;
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img {
    background: var(--color-content-primary);
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img::after {
    opacity: 1;
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img img {
    opacity: 0.2;
}

.w-gallery .w-gallery-item-meta {
    font-size: 0.778rem;
}


/* wp_gallery - in posts */

.w-gallery.wp_gallery:not(:first-child) {
    margin-top: calc(20px + 1.5rem);
}

.w-gallery.wp_gallery:not(:last-child) {
    margin-bottom: calc(20px + 1.5rem);
}

.w-gallery.wp_gallery.type_grid .w-gallery-item {
    min-width: 0;
    aspect-ratio: 450 / 340;
}

.w-gallery.wp_gallery .w-gallery-item .w-gallery-item-img {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-gallery.wp_gallery .w-gallery-item-meta {
    padding: 10px 0 0 0;
    font-size: 0.778rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
}

.w-gallery.wp_gallery .w-gallery-item-description {
    font-size: 0.667rem;
    line-height: 1.5;
}


/*** 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;
    transition: all 0.3s ease;
}

.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;
}

.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 {
    background: var(--color-content-primary);
}

.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-left-offset: 0px;
    --ul-font-size: 1rem;
    --ul-line-height: 1.5;
    --ul-letter-spacing: 0em;
    --ul-bullet-width: 30px;
    --ul-bullet-height: 32px;
    --ul-bullet-gap: 16px;
    --ul-bullet-border-radius: 0px;
    --ul-bullet-bg: transparent;
    --ul-bullet-color: transparent;
    --ul-items-gap: 16px;
}

.wpb_text_column ul:not(:first-child),
.post_content ul:not(:first-child) {
    margin-top: 15px;
}

.wpb_text_column ul:not(:last-child),
.post_content ul:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .wpb_text_column ul:not(:first-child),
    .post_content ul:not(:first-child) {
        margin-top: 20px;
    }
    .wpb_text_column ul:not(:last-child),
    .post_content ul:not(:last-child) {
        margin-bottom: 30px;
    }
}

.post_content ul ul:not(:first-child),
.post_content ol ul:not(:first-child) {
    margin-top: var(--ul-items-gap);
}

.post_content ul ul:not(:last-child),
.post_content ol ul:not(:last-child) {
    margin-bottom: var(--ul-items-gap);
}

.w-iconbox ul,
.wpb_text_column ul,
.post_content ul {
    list-style: none;
    padding: 0;
    margin-left: var(--ul-left-offset, 0px);
}

.w-iconbox ul>li,
.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);
}

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

.w-iconbox ul>li::before,
.wpb_text_column ul>li::before,
.post_content ul>li::before {
    content: url('imgs/ul.svg');
    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);
    top: 10px;
    margin-top: -10px;
    background: var(--ul-bullet-bg);
    color: var(--ul-bullet-color);
}

.ul_color-primary ul>li::before {
    content: url('imgs/ul-primary.svg');
}


/* 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-left-offset: 0px;
    --ol-font-size: 1rem;
    --ol-line-height: 1.5;
    --ol-letter-spacing: 0em;
    --ol-number-width: 1.5em;
    --ol-number-gap: 10px;
    --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;
}

.post_content ol ol:not(:first-child),
.post_content ul ol:not(:first-child) {
    margin-top: var(--ol-items-gap);
}

.post_content ol ol:not(:last-child),
.post_content ul ol:not(:last-child) {
    margin-bottom: var(--ol-items-gap);
}

.w-iconbox ol,
.wpb_text_column ol,
.post_content ol {
    counter-reset: ol-counter;
    list-style: none;
    padding: 0;
    margin-left: var(--ol-left-offset, 0px);
}

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

.w-iconbox ol>li,
.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::before,
.post_content .list_check ul>li::before {
    content: '\f00c';
    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: 10px;
}

.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: 16px;
    --ul-line-height: 1;
    --ul-letter-spacing: 0;
    --ul-left-offset: 0px;
    --list-pills-gap: 10px;
}

.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: 10px 15px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--color-content-border);
}

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


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


/***** COUNTER */

.w-counter .w-counter-value {
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-size: 6rem;
    line-height: 0.85;
}


/***** GALLERY */

.w-gallery.gallery_logos .w-gallery-item-img img {
    background: none;
    object-fit: scale-down;
    opacity: .5;
    transition: opacity .3s ease;
}

.no-touch .w-gallery.gallery_logos .w-gallery-item-img img:hover {
    opacity: 1;
}


/*** flow_diagonal */

@media (max-width: 600px) {
    .w-gallery.flow_diagonal .w-gallery-list {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 601px) {
    .w-gallery.flow_diagonal .w-gallery-item:nth-child(3n+2) {
        margin-top: 24px;
    }
    .w-gallery.flow_diagonal .w-gallery-item:nth-child(3n+3) {
        margin-top: 48px;
    }
}

@media (min-width: 1280px) {
    .w-gallery.flow_diagonal .w-gallery-item:nth-child(3n+2) {
        margin-top: 48px;
    }
    .w-gallery.flow_diagonal .w-gallery-item:nth-child(3n+3) {
        margin-top: 96px;
    }
}


/***** VIDEO */

.w-video {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-video.with_overlay .w-video-icon {
    font-size: 1rem;
    width: calc(50px - 0.2em);
    height: 50px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .w-video.with_overlay .w-video-icon {
        font-size: 30px;
        width: calc(70px - 0.2em);
        height: 70px;
        line-height: 70px;
    }
}

.w-video.with_overlay .w-video-icon:after {
    font-weight: var(--fa-font-weight, 400);
}


/***** 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 */

html.usoverlay_fixed,
body {
    -webkit-overflow-scrolling: touch !important;
}

.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: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 16px;
    right: 16px;
    border: 1px solid var(--color-content-heading);
    border-radius: var(--element-radius);
    overflow: hidden;
    background: var(--color-content-bg);
}

@media (min-width: 601px) {
    .w-popup-wrap .w-popup-closer {
        width: 48px;
        height: 48px;
        line-height: 48px;
        top: 30px;
        right: 30px;
    }
}


/***** 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;
}


/*** style_blocks */

.w-menu.style_blocks .menu-item>a {
    border-radius: calc(var(--element-radius, 0px) / 2);
}


/***** BREADCRUMBS */

.g-breadcrumbs {
    --separator-gap: 10px;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .g-breadcrumbs {
        font-size: 16px;
    }
}


/* .g-breadcrumbs::before {
    content: '\f015';
    font-family: var(--fa-font-family, 'fontawesome');
    display: inline-block;
    margin-right: 0;
    color: var(--color-content-link);
}

.g-breadcrumbs .g-breadcrumbs-item:first-child {
    margin-left: var(--separator-gap);
    display: none;
}

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

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

.no-touch .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);
}

.color_alternate .g-breadcrumbs::before {
    color: var(--color-alt-content-link);
}

.color_alternate .g-breadcrumbs .g-breadcrumbs-item:last-child a {
    color: var(--color-alt-content-text);
} */


/***** TEXT */


/* .w-text{} */


/***** ICONBOX */


/**** General */

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

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

.w-iconbox.iconpos_top .w-iconbox-icon:empty+.w-iconbox-meta {
    margin-top: 0;
}

.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: 20px;
}

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

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

.w-iconbox .w-iconbox-meta .w-iconbox-title>a {
    color: var(--color-content-link);
}

.no-touch .w-iconbox .w-iconbox-meta .w-iconbox-title>a:hover {
    color: var(--color-content-link-hover);
}

.color_alternate .w-iconbox .w-iconbox-meta .w-iconbox-title>a {
    color: var(--color-alt-content-link);
}

.no-touch .color_alternate .w-iconbox .w-iconbox-meta .w-iconbox-title>a:hover {
    color: var(--color-alt-content-link-hover);
}

.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: 24px;
}

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

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

.w-iconbox.iconpos_left .w-iconbox-title,
.w-iconbox.iconpos_right .w-iconbox-title {
    margin-top: 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: inline-flex;
    flex-wrap: wrap;
}

.w-socials.shape_none .w-socials-list .w-socials-item-link {
    font-size: 24px;
}

.w-socials:not(.shape_none) .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 */

.w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 1px var(--color-content-border);
    color: var(--color-content-heading) !important;
}

.color_alternate .w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 1px var(--color-alt-content-border);
    color: var(--color-alt-content-heading) !important;
}

.color_footer-bottom .w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 1px var(--color-footer-border);
    color: var(--color-footer-heading) !important;
}


/***** SHARING ICONS */


/**** Custom Layout */

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

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

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


/**** Custom Styling */

.w-sharing.type_simple .w-sharing-item i {
    font-size: 24px;
    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 */

@media (max-width: 767px) {
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header {
        padding: 1rem;
    }
    .w-tabs.accordion .w-tabs-section .w-tabs-section-content {
        padding: 2rem 1rem;
    }
}


/* .w-tabs.accordion {
    --tabs-section-padding: 20px;
}

@media (min-width: 768px) {
    .w-tabs.accordion {
        --tabs-section-padding: 40px;
    }
}

.w-tabs.accordion>div>.w-tabs-section {
    border-color: var(--color-content-border);
    background: var(--color-content-bg);
    transition: all .3s ease;
}

.color_alternate .w-tabs.accordion>div>.w-tabs-section {
    border-color: var(--color-alt-content-border);
    background: var(--color-alt-content-bg);
}

.w-tabs.accordion .w-tabs-section:first-child {
    border-width: 0px;
}

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

.w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    color: var(--color-content-heading);
    background: var(--color-content-bg);
    align-items: baseline;
    padding: var(--tabs-section-padding, 10px);
    transition: all .3s ease;
}

.color_alternate .w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    color: var(--color-alt-content-heading);
    background: var(--color-alt-content-bg);
}

.w-tabs.accordion .w-tabs-section.active {
    background: var(--color-content-bg-alt);
    border-radius: var(--element-radius);
    border-color: transparent;
    overflow: hidden;
}

.w-tabs.accordion .w-tabs-section.active+.w-tabs-section {
    border-top-color: transparent;
}

.w-tabs.accordion .w-tabs-section.active .w-tabs-section-header {
    background: var(--color-content-bg-alt);
    padding-bottom: calc(0.375 * var(--tabs-section-padding, 10px));
}

.color_alternate .w-tabs.accordion .w-tabs-section.active .w-tabs-section-header {
    background: var(--color-alt-content-bg-alt);
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-content {
    padding: var(--tabs-section-padding, 10px);
    padding-top: 0;
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i {
    font-size: 21px;
    color: var(--color-content-primary);
}

@media (max-width: 767px) {
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i {
        display: none;
    }
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i+.w-tabs-section-title {
        margin-left: 0;
    }
} */


/** Control Styles */


/** chevron */

.w-tabs-sections.icon_chevron>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control {
    color: var(--color-content-link);
}

.w-tabs-sections.icon_chevron>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    color: var(--color-content-link-hover);
}


/** plus */

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control {
    width: 16px;
    height: 16px;
    color: var(--color-content-primary);
}

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control::before {
    width: 2px;
    left: 7px;
}

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control::after {
    height: 2px;
    top: 7px;
}

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

.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 {
    background: var(--color-alt-content-border);
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
}

.w-tabs.style_radio2.layout_hor>.w-tabs-list .w-tabs-item {
    font-size: 16px;
    line-height: 1.5;
    padding: 0.8125em 1.5em;
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
    transition: color .3s ease;
    color: var(--color-alt-content-text);
}

.w-tabs.style_radio2>.w-tabs-list .w-tabs-item.active {
    background: var(--color-alt-content-bg);
    color: var(--color-white);
}

@media (min-width: 1280px) {
    .w-tabs.style_radio2.layout_hor .w-tabs-section-content {
        padding-top: 72px;
    }
}


/* .w-tabs.style_radio.layout_hor>.w-tabs-list .w-tabs-item {
    padding: 8px 16px;
    color: var(--color-content-heading);
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    line-height: 1.5;
    border-radius: 60px;
    overflow: hidden;
    opacity: 1;
}

.w-tabs.style_radio.layout_hor>.w-tabs-list .w-tabs-item.active {
    background: var(--color-content-bg-alt);
    color: var(--color-content-primary);
    box-shadow: none;
} */


/*** nav_horizontal */


/* .w-tabs.nav_horizontal .w-tabs-list {
    margin-left: calc(-1 * var(--page-layout-container-padding));
    margin-right: calc(-1 * var(--page-layout-container-padding));
    position: relative;
}

.w-tabs.nav_horizontal .w-tabs-list::before,
.w-tabs.nav_horizontal .w-tabs-list::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--page-layout-container-padding);
    z-index: 2;
    user-select: none;
    pointer-events: none;
}

.w-tabs.nav_horizontal .w-tabs-list::before {
    left: 0;
    background: linear-gradient(90deg, var(--color-content-bg) 0%, rgba(0, 0, 0, 0) 85%);
}

.w-tabs.nav_horizontal .w-tabs-list::after {
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--color-content-bg) 85%);
}

.w-tabs.nav_horizontal .w-tabs-list .w-tabs-list-h {
    display: flex !important;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 var(--page-layout-container-padding) 10px var(--page-layout-container-padding);
}

@media (min-width: 768px) {
    .w-tabs.nav_horizontal .w-tabs-list .w-tabs-list-h {
        gap: 25px;
    }
}

.w-tabs.nav_horizontal .w-tabs-list .w-tabs-list-h>.w-tabs-item {
    width: auto;
    flex-shrink: 0;
    white-space: nowrap;
} */


/***** VERTICAL TABS */


/*****************************
**
** 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;
}

.wpcf7 .wpcf7-submit.inputs_height {
    min-height: calc(var(--inputs-height) + 2 * var(--inputs-border-width, 0px));
}


/***** LAYOUT */


/**** Boxed Form */

.form_boxed.wpcf7,
.form_boxed .wpcf7 {
    background: var(--color-primary-bg);
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
    padding: 48px 32px;
}

@media (min-width: 768px) {
    .form_boxed.wpcf7,
    .form_boxed .wpcf7 {
        padding: 64px;
    }
}

.l-section.color_alternate .form_boxed.wpcf7,
.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 - fields / submit / terms */

.wpcf7 .form_group.layout_horizontal {
    display: flex;
    flex-direction: column;
    gap: 20px 10px;
}

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

.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: 821px) {
    .wpcf7 .form_group.layout_horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wpcf7 .form_group.layout_horizontal .form_row.terms {
        width: 100%;
        order: 999;
    }
}


/* absolute - fields / submit */

.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: 10px;
    --wpcf7-column-spacing-vertical: 16px;
}

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

.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: var(--new-line-wrap, wrap);
    justify-content: var(--horizontal-align, flex-start);
    align-items: var(--vertical-align, flex-start);
    gap: var(--gap-between, var(--wpcf7-column-spacing-horizontal, 1.111rem));
}

.wpcf7 .form_row>.form_col.via_flex.nowrap>p {
    --new-line-wrap: nowrap;
}

.wpcf7 .form_row>.form_col.via_flex>p>br {
    display: none;
}

.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-control-wrap:first-child {
    margin-top: 0;
}

.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;
    display: inline-block;
}


/*** Inputs */

.wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wpcf7-form textarea,
.wpcf7-form 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:not([multiple="multiple"]),
.wpcf7-form select:not([multiple="multiple"]):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:not([multiple="multiple"]):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-text-color-footer: var(--color-footer-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: 16px;
    --wpcf7-checkbox-line-height: 1.5;
}

.l-section.color_footer-top .wpcf7 {
    --wpcf7-checkbox-text-color: var(--color-subfooter-text);
}

.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);
}

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

.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-alt);
}


/* 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: 16px;
    --wpcf7-radio-line-height: 1.5;
}

.wpcf7 .form_row.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(--h1-font-family);
    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, 400);
    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, 400);
    color: #FFFFFF;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name>span {
    font-family: var(--h1-font-family);
    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: var(--page-layout-site-width);
}

.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 ****/


/*** 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 ***/

header#page-header .w-nav.type_mobile .menu-item.level_1:not(.wrapper_mega_menu) .wrapper_header_menu-buttons {
    margin: 0;
    margin-top: 30px;
    font-size: 1rem;
}

.state_mobiles .w-nav.type_mobile .menu-item.level_1:not(.wrapper_mega_menu) .wrapper_header_menu-buttons {
    margin-top: 20px;
}


/* mobile */

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

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


/** 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: 1.4rem;
    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: 1.125rem;
}


/* 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-heading); */
}


/* 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 .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    color: var(--color-faded);
}


/** desktop */


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

header#page-header .w-nav.type_desktop .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 16px;
    margin-left: 5px;
}


/** mobile */

header#page-header .w-nav.type_mobile .menu-item .w-nav-arrow {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

header#page-header .w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 18px;
    /* color: var(--color-content-primary); */
}

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


/* experimental */

.w-nav.type_mobile.m_align_center .menu-item-has-children>.w-nav-anchor .w-nav-title {
    padding-left: 30px;
}


/**** 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: var(--element-radius, 0px);
    box-shadow: var(--element-shadow, var(--box-shadow));
}

header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1) {
    font-size: inherit;
    line-height: 1.2;
    padding: 8px 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;
}


/***** Bottom Header *****/


/**** 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-heading); */
    opacity: 1;
    font-size: 2rem;
    line-height: 3.5rem;
    width: 3.5rem;
}


/*** Fullscreen menu customizations */


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

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    padding-left: calc(var(--page-layout-container-padding) - 0.7rem) !important;
    padding-right: calc(var(--page-layout-container-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;
    }
}

.w-nav .w-search:not(.active) .w-search-form {
    opacity: 0;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

html.w-nav-open,
html.w-nav-open body {
    overflow: hidden;
}


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

header#page-header .logo>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: inherit;
}

header#page-header .logo>a>* {
    width: inherit;
}


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

@media (max-width: 820px) {
    footer#page-footer {
        text-align: center;
    }
    footer#page-footer .wrapper_footer-address {
        align-items: center;
        text-align: center;
    }
}


/*** Custom Typography */

footer#page-footer h6:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    footer#page-footer h6:not(:last-child) {
        margin-bottom: 32px;
    }
}


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


/***** GENERAL */

section.section_border-top {
    border-top: 1px solid var(--color-content-border);
}

section.section_border-bottom {
    border-bottom: 1px solid var(--color-content-border);
}

section.color_alternate.section_border-top {
    border-top: 1px solid var(--color-alt-content-border);
}

section.color_alternate.section_border-bottom {
    border-bottom: 1px solid var(--color-alt-content-border);
}


/***** SECTION SHAPE */

.l-section-shape.pos_bottom {
    bottom: -1px !important;
}


/* section+section.with_shape>.l-section-shape {
    color: var(--color-content-bg) !important;
}

section.section_bg_alt+section.with_shape>.l-section-shape {
    color: var(--color-content-bg-alt) !important;
} */

section.with_shape {
    --shape-height: 40px;
}

@media (min-width: 768px) {
    section.with_shape {
        --shape-height: 100px;
    }
}

@media (min-width: 1280px) {
    section.with_shape {
        --shape-height: 165px;
    }
}

section.with_shape .l-section-shape {
    height: var(--shape-height, 0px) !important;
}

#page-content>section.height_medium.with_shape.shape_pos_top,
#page-footer>section.height_medium.with_shape.shape_pos_top {
    padding-top: calc(var(--section-height-medium-top-padding, 0px) + var(--shape-height, 0px));
}

#page-content>section.height_medium.with_shape.shape_pos_bottom,
#page-footer>section.height_medium.with_shape.shape_pos_bottom {
    padding-bottom: calc(var(--section-height-medium-bottom-padding, 0px) + var(--shape-height, 0px));
}

#page-content>section.height_large.with_shape.shape_pos_top,
#page-footer>section.height_large.with_shape.shape_pos_top {
    padding-top: calc(var(--section-height-large-top-padding, 0px) + var(--shape-height, 0px));
}

#page-content>section.height_large.with_shape.shape_pos_bottom,
#page-footer>section.height_large.with_shape.shape_pos_bottom {
    padding-bottom: calc(var(--section-height-large-bottom-padding, 0px) + var(--shape-height, 0px));
}

#page-content>section.height_large.section_padding_top-medium.with_shape.shape_pos_top,
#page-footer>section.height_large.section_padding_top-medium.with_shape.shape_pos_top {
    padding-top: calc(var(--section-height-medium-top-padding, 0px) + var(--shape-height, 0px));
}

#page-content>section.height_large.section_padding_bottom-medium.with_shape.shape_pos_bottom,
#page-footer>section.height_large.section_padding_bottom-medium.with_shape.shape_pos_bottom {
    padding-bottom: calc(var(--section-height-medium-bottom-padding, 0px) + var(--shape-height, 0px));
}


/***** SECTION ORNAMENTS */

@media (min-width: 1024px) {
    section.with_shape.with_ornament {
        overflow: hidden;
        position: relative;
        min-height: 960px;
    }
    section.with_ornament>.l-section-h {
        position: relative;
        z-index: 4;
    }
    section.with_ornament::after {
        content: '';
        display: block;
        top: var(--header-height, 0);
        right: 0;
        position: absolute;
        z-index: 2;
        user-select: none;
        pointer-events: none;
    }
    section.with_ornament.ornament_style-1.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_1.svg');
    }
    section.with_ornament.ornament_style-2.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_2.svg');
    }
    section.with_ornament.ornament_style-3.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_3.svg');
    }
    section.with_ornament.ornament_style-4.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_4.svg');
    }
    section.with_ornament.ornament_style-5.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_5.svg');
    }
    section.with_ornament.ornament_style-6.with_ornament::after {
        content: url('./imgs/tbs-hero-ornament-style_6.svg');
    }
}


/**** triangles */

section.ornament_triangles {
    overflow: hidden;
    position: relative;
}

section.ornament_triangles::before,
section.ornament_triangles::after {
    content: url('./imgs/tbs-ornament-triangles.svg');
    display: block;
    bottom: 0;
    right: 16%;
    position: absolute;
    z-index: 12;
    user-select: none;
    pointer-events: none;
    transform: scale(.15);
    transform-origin: right bottom;
}

section.ornament_triangles::before {
    filter: blur(2px);
}

@media (min-width: 768px) {
    section.ornament_triangles::before,
    section.ornament_triangles::after {
        transform: scale(.5);
    }
}

@media (min-width: 1280px) {
    section.ornament_triangles::before,
    section.ornament_triangles::after {
        transform: scale(1);
    }
}


/**** CUSTOM SECTIONS */


/***** section_before_cs */

.section_before_cs>.l-section-h {
    padding-bottom: calc(450px - var(--section-height-large-bottom-padding));
}

.section_before_cs+.section_cs {
    z-index: 12;
    margin-top: -450px;
}


/***** section_footer-cta */

.section_footer-cta {
    background: transparent !important;
    position: relative;
    z-index: 12;
    margin-bottom: -450px;
}

.section_footer-cta+section>.l-section-h {
    padding-top: calc(450px - var(--section-height-large-bottom-padding));
}


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


/***** FullWidth Rows */

.row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
    margin-left: calc(-1 * var(--page-layout-container-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-padding)) !important;
}

.row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
    margin-left: calc(-1 * var(--page-layout-container-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-padding)) !important;
}


/** for site content width 1410px */

@media (min-width: 1500px) {
    .row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
        margin-right: calc( var(--site-content-width) / 2 + 0px / 2 + (var(--page-layout-gutter, 15px) / 2) - 50vw) !important;
    }
    .row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
        margin-left: calc( var(--site-content-width) / 2 + 0px / 2 + (var(--page-layout-gutter, 15px) / 2) - 50vw) !important;
    }
}


/***** Same Height Cols in Row */

.row_same_height_cols.g-cols.via_flex.type_default>.wpb_column>.vc_column-inner,
.row_same_height_cols.g-cols.via_flex.type_default>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}


/***** Columns type_boxes */

.g-cols.via_flex.type_boxes {
    --box-gap: 16px;
}

.g-cols.via_flex.type_boxes {
    margin: calc( -1 * var(--box-gap, var(--page-layout-gutter, 15px)));
}

.g-cols.via_grid.type_boxes>.vc_column_container,
.g-cols.via_flex.type_boxes>div>.vc_column-inner {
    padding: var(--box-gap, var(--page-layout-gutter, 15px));
}


/*** custom */

@media (min-width: 1025px) {
    .g-cols.via_flex.type_boxes.with_border>div:not(:last-child)>.vc_column-inner {
        box-shadow: 1px 0 0 0 var(--color-content-border);
    }
}


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


/*****************************
**
** 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_cta */

.wrapper_cta h5:not(:last-child) {
    margin-bottom: 4px;
}

.wrapper_cta .w-image {
    flex-shrink: 0;
    height: 48px;
}

@media (min-width: 768px) {
    .wrapper_cta .w-image {
        height: 74px;
    }
}

.wrapper_cta .w-image img {
    width: auto;
}


/**** wrapper_testimonial */

.wrapper_testimonial {
    position: relative;
    padding-top: 24px;
}

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

.wrapper_testimonial::before {
    content: url('imgs/quote.svg');
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    user-select: none;
    pointer-events: none;
}


/***** wrapper_resource-meta */

.wrapper_resource-meta .post_custom_field h5 {
    font-size: 1rem;
}

.wrapper_resource-meta .post_custom_field h5:not(:last-child) {
    margin-bottom: 5px;
}

.wrapper_resource-meta .post_custom_field a {
    text-decoration: underline;
}

.no-touch .wrapper_resource-meta .post_custom_field a:hover {
    text-decoration: none;
}

.wrapper_resource-meta .post_custom_field:not(.type_icon) i {
    font-size: 16px;
    vertical-align: baseline;
}

.wrapper_resource-meta .post_custom_field.with_title+.post_custom_field:not(.with_title) {
    margin-top: calc(0px - var(--vwrapper-gap, 0px));
}


/***** wrapper_job-banner */

.wrapper_job-banner {
    background: var(--color-secondary-bg);
    padding: 48px;
    border-radius: var(--element-radius);
    overflow: hidden;
}


/***** wrapper_banner-safm */

@media (max-width: 767px) {
    .wrapper_banner-safm .w-image img {
        height: 40px;
    }
}

@media (max-width: 1024px) {
    .wrapper_banner-safm .w-image>.w-image-h {
        margin-left: calc(1.1 * 3.778rem + 24px);
    }
}


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


/***** cards_images */

.cards_images>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}

@media (min-width: 768px) {
    .cards_images>.grid_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cards_images .card .wrapper_image {
    position: relative;
    line-height: 0;
    border-radius: var(--element-radius);
    overflow: hidden;
}


/*** layout_simple */

.cards_images.layout_simple .card .wrapper_image:not(:last-child) {
    margin-bottom: 20px;
}

.cards_images.layout_simple .card .post_title {
    font-size: var(--h4-font-size);
}

.cards_images.layout_simple .card .post_title:not(:last-child) {
    margin-bottom: 10px;
}

.cards_images.layout_simple .card .post_desc {
    font-size: 16px;
    line-height: 1.5;
}


/*** layout_modal */

@media (max-width: 1279px) {
    .cards_images.layout_modal>.grid_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.cards_images.layout_modal .card>.wrapper_inner {
    background: var(--color-primary-bg);
    border-radius: var(--element-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    .cards_images.layout_modal .card>.wrapper_inner {
        flex-direction: row-reverse;
        align-items: center;
        height: 100%;
    }
}

.cards_images.layout_modal .card:nth-child(2n+1)>.wrapper_inner {
    background: var(--color-secondary-bg);
}

.cards_images.layout_modal .card .wrapper_content {
    padding: 32px 32px 16px 32px;
}

@media (min-width: 768px) {
    .cards_images.layout_modal .card .wrapper_content {
        padding: 48px 30px 48px 48px;
    }
}

@media (min-width: 1400px) {
    .cards_images.layout_modal .card .wrapper_content {
        padding: 48px;
    }
}

.cards_images.layout_modal .card .wrapper_content .wrapper_logo:not(:last-child) {
    margin-bottom: 64px;
}

@media (min-width: 1280px) {
    .cards_images.layout_modal .card .wrapper_content .wrapper_logo:not(:last-child) {
        margin-bottom: 112px;
    }
}

.cards_images.layout_modal .card .wrapper_content .wrapper_logo img {
    height: 20px;
    width: auto;
}

@media (min-width: 1280px) {
    .cards_images.layout_modal .card .wrapper_content .post_title {
        font-size: var(--h2-font-size);
    }
}

.cards_images.layout_modal .card .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 24px;
}

.cards_images.layout_modal .card .wrapper_content .post_desc:not(:last-child) {
    margin-bottom: 24px;
}

.cards_images.layout_modal .card .wrapper_image {
    position: relative;
    line-height: 0;
    padding: 16px 32px 32px 32px;
}

@media (min-width: 768px) {
    .cards_images.layout_modal .card .wrapper_image {
        padding: 48px 48px 48px 30px;
        width: 50%;
        flex-shrink: 0;
    }
}

@media (min-width: 1280px) {
    .cards_images.layout_modal .card .wrapper_image {
        width: 275px;
        height: 100%;
        padding: 0;
    }
    .cards_images.layout_modal .card .wrapper_image img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 100%;
        max-height: 660px;
        object-fit: cover;
        object-position: left;
    }
}

@media (min-width: 1400px) {
    .cards_images.layout_modal .card .wrapper_image {
        width: 330px;
    }
}


/***** card_contact */

.card_contact_wrapper {
    width: 100%;
    max-width: 600px;
}

.card_contact>.wrapper_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

@media (min-width: 821px) {
    .card_contact>.wrapper_inner {
        flex-direction: row-reverse;
        gap: 0;
        justify-content: space-between;
        border-top: 1px solid var(--color-alt-content-border);
    }
    .card_contact .wrapper_content {
        padding: 32px 32px 32px 0;
    }
}

@media (min-width: 1024px) {
    .card_contact>.wrapper_inner {
        border-top: none;
        border-left: 1px solid var(--color-alt-content-border);
    }
    .card_contact .wrapper_content {
        padding: 32px 32px 32px 48px;
    }
}

.card_contact .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 8px;
}

.card_contact .wrapper_content .post_desc {
    font-size: 16px;
    line-height: 1.5;
}

.card_contact .wrapper_content .post_desc:not(:last-child) {
    margin-bottom: 16px;
}

.card_contact .wrapper_content .email {
    color: var(--color-alt-content-link);
    text-decoration: none;
}

.card_contact .wrapper_content .email:not(:last-child) {
    margin-bottom: 16px;
}

.card_contact .wrapper_image {
    flex-shrink: 0;
    width: 175px;
}

@media (min-width: 1280px) {
    .card_contact .wrapper_image {
        width: 210px;
    }
}

.card_contact .wrapper_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/***** cards */


/**** general */


/* .cards>.heading:not(:last-child) {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .cards>.heading:not(:last-child) {
        margin-bottom: 24px;
    }
}
 */

.cards .card>.wrapper_inner {
    position: relative;
    height: 100%;
}

.cards .card .wrapper_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cards .card .wrapper_icon {
    line-height: 0;
    flex-shrink: 0;
}

.cards .card .wrapper_icon:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .cards .card .wrapper_icon:not(:last-child) {
        margin-bottom: 32px;
    }
}

.cards .card .wrapper_icon img {
    height: 48px;
    width: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .cards .card .wrapper_icon img {
        height: 74px;
    }
}

.cards .card .wrapper_top:not(:last-child) {
    margin-bottom: 16px;
}

.cards .card .wrapper_top.with_desc:not(:last-child) {
    margin-bottom: 32px;
}

.cards .card .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 8px;
}


/**** columns */

.cards>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(2 * var(--page-layout-gutter, 15px));
}

@media (min-width: 768px) {
    .cards[class*="columns_"]>.grid_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .cards.columns_3>.grid_list,
    .cards.columns_5>.grid_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .cards.columns_4>.grid_list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1730px) {
    .cards.columns_5>.grid_list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}


/*** layout_vertical */

.cards.layout_vertical .card>.wrapper_inner {
    padding: 32px;
    background: var(--color-primary-bg);
    border-radius: var(--element-radius);
    overflow: hidden;
}

.color_alternate .cards.layout_vertical .card>.wrapper_inner {
    background: var(--color-alt-bg-transparent);
}

@media (min-width: 768px) {
    .cards.layout_vertical:not(.columns_5) .card>.wrapper_inner {
        padding: 48px;
    }
}


/**** layout_horizontal */

.cards.layout_horizontal .card .wrapper_top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cards.layout_horizontal .card .wrapper_top.with_desc {
    align-items: flex-start;
}

.cards.layout_horizontal .card .wrapper_icon {
    margin: 0;
}

@media (min-width: 1280px) {
    .cards.layout_horizontal .card .wrapper_content {
        margin-right: 40px;
    }
    .cards.layout_horizontal .card .wrapper_top.with_desc {
        gap: 32px;
    }
}


/*** boxed */

.cards.layout_horizontal.boxed .card>.wrapper_inner {
    padding: 24px 32px;
    background: var(--color-primary-bg);
    border-radius: var(--element-radius);
    overflow: hidden;
}

.color_alternate .cards.layout_horizontal.boxed .card>.wrapper_inner {
    background: var(--color-alt-bg-transparent);
}

@media (min-width: 768px) {
    .cards.layout_horizontal.boxed .card>.wrapper_inner {
        padding: 32px 48px;
    }
}


/*** with_border */

.cards.layout_horizontal.with_border>.grid_list {
    gap: 0;
}

.cards.layout_horizontal.with_border .card>.wrapper_inner {
    border-radius: var(--element-radius);
    overflow: hidden;
    border-top: 1px solid var(--color-content-border);
    padding: 24px 0;
}

.color_alternate .cards.layout_horizontal.with_border .card>.wrapper_inner {
    border-top: 1px solid var(--color-alt-content-border);
}

@media (min-width: 1280px) {
    .cards.layout_horizontal.with_border .card>.wrapper_inner {
        padding: 32px 0;
    }
}


/***** cards_services */

.cards_services>.grid_list {
    display: grid;
    gap: calc(2 * var(--page-layout-gutter, 15px));
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
    .cards_services>.grid_list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cards_services .card>.wrapper_inner {
    position: relative;
    height: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.cards_services .card>.wrapper_inner::before {
    content: '';
    display: block;
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-alt-content-primary);
    border-radius: var(--element-radius);
    overflow: hidden;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.cards_services .card:nth-child(3n+2)>.wrapper_inner::before {
    background: var(--color-alt-content-bg-alt);
}

.cards_services .card:nth-child(3n+3)>.wrapper_inner::before {
    background: var(--color-alt-content-secondary);
}

.cards_services .card>.wrapper_inner>* {
    position: relative;
    z-index: 4;
}

.cards_services .card .wrapper_content {
    padding: 32px 32px 48px;
}

@media (min-width: 1280px) {
    .cards_services .card .wrapper_content {
        padding: 32px 64px 64px;
    }
}

.cards_services .card .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 0.75em;
}

.cards_services .card .wrapper_content ul {
    margin-left: 0;
    list-style: none;
}

.cards_services .card .wrapper_content ul li {
    margin-bottom: 0;
}

.cards_services .card .wrapper_content ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid var(--color-alt-content-border);
    color: var(--color-alt-content-link);
}

.cards_services .card .wrapper_content ul a i.fa-arrow-right {
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.no-touch .cards_services .card .wrapper_content ul a:hover i.fa-arrow-right {
    transform: rotate(0deg);
}


/***** cards_timeline */

.cards_timeline>.grid_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cards_timeline .card>.wrapper_inner {
    position: relative;
    display: flex;
    gap: 30px;
}

.cards_timeline .card>.wrapper_inner::before {
    content: '';
    display: block;
    position: absolute;
    left: 45px;
    top: -16px;
    bottom: 0;
    width: 2px;
    background: var(--color-alt-content-bg-alt);
    opacity: 0.25;
    z-index: 1;
}

.cards_timeline .card:first-child>.wrapper_inner::before {
    top: 32px;
}

.cards_timeline .card:last-child>.wrapper_inner::before {
    bottom: calc(100% - 32px);
}

.cards_timeline .card .year {
    flex-shrink: 0;
    background: var(--color-alt-content-bg-alt);
    border: 1px solid var(--color-alt-content-bg-alt);
    color: var(--color-alt-content-heading);
    border-radius: var(--element-radius);
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    padding: 2px;
    width: 100%;
    max-width: 64px;
    height: fit-content;
    text-align: center;
    margin-top: 24px;
}

.cards_timeline .card .wrapper_content {
    position: relative;
    z-index: 4;
    background: var(--color-content-bg);
    border: 1px solid var(--color-content-border);
    padding: 24px;
    width: 100%;
    border-radius: var(--element-radius);
    overflow: hidden;
}

@media (min-width: 768px) {
    .cards_timeline .card .year {
        font-size: 16px;
        max-width: 90px;
        margin-top: 32px;
    }
    .cards_timeline .card .wrapper_content {
        padding: 32px;
    }
}


/***** cards_team */

.cards_team>.grid_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.cards_team .card {
    padding: 15px;
    width: calc(12 / 12 * 100%);
}

@media (min-width: 768px) {
    .cards_team .card {
        width: calc(6 / 12 * 100%);
    }
}

@media (min-width: 1280px) {
    .cards_team .card {
        width: calc(4 / 12 * 100%);
    }
}

.cards_team .card>.wrapper_inner {
    height: 100%;
    position: relative;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.cards_team .card .wrapper_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.cards_team .card .wrapper_image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 39, 60, 0.00) 50%, rgba(37, 39, 60, 0.90) 90.6%);
    z-index: 1;
    user-select: none;
    pointer-events: none;
}

.cards_team .card .wrapper_image>.placeholder {
    padding-bottom: calc( 500 / 450 * 100%);
}

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

.cards_team .card .wrapper_content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    text-align: center;
}

@media (min-width: 768px) {
    .cards_team .card .wrapper_content {
        bottom: 48px;
        left: 48px;
        right: 48px;
    }
}

.cards_team .card .wrapper_content .post_tile:not(:last-child) {
    margin-bottom: 8px;
}

.cards_team .card .wrapper_content .post_desc {
    font-size: 16px;
    line-height: 1.5;
}

.cards_team .card .wrapper_content .post_desc:not(:last-child) {
    margin-bottom: 16px;
}


/***** cards_team_external */

.cards_team_external>.grid_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.cards_team_external .card {
    padding: 10px;
    width: calc(12 / 12 * 100%);
}

@media (min-width: 768px) {
    .cards_team_external>.grid_list {
        margin: -15px;
    }
    .cards_team_external .card {
        width: calc(6 / 12 * 100%);
    }
}

@media (min-width: 1280px) {
    .cards_team_external .card {
        width: calc(4 / 12 * 100%);
    }
}

.cards_team_external .card>.wrapper_inner {
    height: 100%;
    position: relative;
    background: var(--color-alt-bg-transparent);
    border-radius: var(--element-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
}

@media (min-width: 768px) {
    .cards_team_external .card>.wrapper_inner {
        gap: 24px;
        padding: 32px 48px;
    }
}

.cards_team_external .card .wrapper_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.cards_team_external .card .wrapper_image img {
    width: 64px;
    height: auto;
}

@media (min-width: 768px) {
    .cards_team_external .card .wrapper_image img {
        width: 90px;
    }
}

.cards_team_external .card .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 0;
}


/***** cards_testimonials */

.cards_testimonials>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
}

@media (min-width: 1024px) {
    .cards_testimonials>.grid_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cards_testimonials .card>.wrapper_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    background: var(--color-content-bg);
    border-radius: var(--element-radius);
    border: none;
    background: var(--color-primary-bg);
    overflow: hidden;
    padding: 32px;
    height: 100%;
}

.cards_testimonials .card .wrapper_content .text {
    font-size: 18px;
    line-height: 1.5;
}

.cards_testimonials .card .wrapper_bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_author .author {
    font-size: 14px;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_author .wrapper_image {
    line-height: 0;
    position: relative;
    flex-shrink: 0;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_author .wrapper_image img {
    width: 48px;
    height: auto;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_logo {
    width: 120px;
    height: 32px;
    flex-shrink: 0;
}

.cards_testimonials .card .wrapper_bottom>.wrapper_logo>img {
    object-fit: scale-down;
    object-position: left center;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .cards_testimonials .card>.wrapper_inner {
        gap: 48px;
        padding: 48px;
    }
    .cards_testimonials .card .wrapper_content .text {
        font-size: 24px;
    }
    .cards_testimonials .card .wrapper_bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cards_testimonials .card .wrapper_bottom>.wrapper_logo {
        width: 160px;
        height: 64px;
    }
    .cards_testimonials .card .wrapper_bottom>.wrapper_author {
        font-size: 16px;
        gap: 24px;
    }
    .cards_testimonials .card .wrapper_bottom>.wrapper_author .author {
        font-size: 16px;
    }
    .cards_testimonials .card .wrapper_bottom>.wrapper_author .wrapper_image img {
        width: 68px;
    }
}


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


/***** Load More */

.w-grid .g-loadmore {
    margin-top: var(--separator_height_size_medium);
}

.w-grid .g-loadmore .w-btn.btn_simple {
    color: var(--color-content-link);
}

.no-touch .w-grid .g-loadmore .w-btn.btn_simple:hover {
    color: var(--color-content-link-hover);
}

.w-grid .g-loadmore .w-btn::after {
    content: '\f063';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-left: 10px;
    color: inherit;
    transform: rotate(-45deg);
    transition: transform .3s ease;
}

.no-touch .w-grid .g-loadmore .w-btn:hover::after {
    transform: rotate(0deg);
}

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


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

@media (max-width: 767px) {
    .w-grid.with_scroll {
        --scrollable-grid-item-width: 85vw;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .w-grid.with_scroll {
        --scrollable-grid-item-width: 360px;
    }
}

@media (max-width: 1280px) {
    .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; */
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-color: var(--color-content-primary) var(--color-white);
        /* scroll-padding: 50%; */
        /* margin: calc(-1 * var(--gap)) !important; */
        padding-bottom: 20px;
    }
    .w-grid.with_scroll .w-grid-list>* {
        scroll-margin: 10px;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        /* padding: var(--gap) !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(--gap)) !important; */
        padding-left: var(--page-layout-container-padding) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:last-child {
        /* padding-right: calc(var(--page-layout-container-padding) + var(--gap)) !important; */
        padding-right: var(--page-layout-container-padding) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding) + var(--page-layout-container-padding)) !important;
    }
}


/***** FILTERS */


/*** title_horizontal */

.w-filter.title_horizontal .w-filter-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 600px) {
    .w-filter.title_horizontal .w-filter-item,
    .w-filter.title_horizontal .w-filter-item>.w-filter-item-content {
        width: 100%;
    }
}

.w-filter.title_horizontal .w-filter-item>.w-filter-item-title {
    margin: 0;
    font-size: 18px;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: var(--color-content-heading);
    flex-shrink: 0;
    min-width: 90px;
}

@media (min-width: 601px) {
    .w-filter.title_horizontal .w-filter-item>.w-filter-item-title {
        min-width: initial;
    }
}


/*** hide_reset */

.w-filter.hide_reset .w-filter-item>.w-filter-item-reset {
    display: none !important;
}


/*** custom styling */

.w-filter {
    --inputs-height: 42px;
}


/***** GRID JOBS */

.w-grid.grid_jobs .w-grid-item .w-grid-item-h {
    padding: 32px 16px;
    border-top: 1px solid var(--color-content-border);
}

.w-grid.grid_jobs .w-grid-item:last-child .w-grid-item-h {
    border-bottom: 1px solid var(--color-content-border);
}

@media (min-width: 768px) {
    .w-grid.grid_jobs .w-grid-item .wrapper_main {
        flex-direction: row;
        width: 100%;
    }
}

.w-grid.grid_jobs .w-grid-item .wrapper_main .post_image {
    line-height: 0;
}

.w-grid.grid_jobs .w-grid-item .wrapper_main .post_image img {
    width: 48px;
    height: auto;
}

@media (min-width: 768px) {
    .w-grid.grid_jobs .w-grid-item .wrapper_main .post_image img {
        width: 68px;
    }
}

@media (min-width: 768px) {
    .w-grid.grid_jobs .w-grid-item .wrapper_content {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .w-grid.grid_jobs .w-grid-item .wrapper_content {
        flex-direction: row;
        justify-content: space-between;
    }
    .w-grid.grid_jobs .w-grid-item .wrapper_content>.wrapper_actions {
        justify-content: flex-end;
        width: auto;
        text-align: right;
    }
}


/***** GRID REFERENCES */

.w-grid.grid_references .w-grid-item>.w-grid-item-h {
    border: 1px solid var(--color-content-border);
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_references .w-grid-item .wrapper_main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.w-grid.grid_references .w-grid-item .wrapper_image {
    position: relative;
    line-height: 0;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_references .w-grid-item .wrapper_image>.wrapper_terms {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.w-grid.grid_references .w-grid-item .wrapper_content {
    padding: 32px 24px;
}

@media (min-width: 768px) {
    .w-grid.grid_references .w-grid-item .wrapper_image>.wrapper_terms {
        bottom: 32px;
        left: 32px;
        right: 32px;
    }
    .w-grid.grid_references .w-grid-item .wrapper_content {
        padding: 32px;
    }
}

.w-grid.grid_references .w-grid-item .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 8px;
}

.w-grid.grid_references .w-grid-item .wrapper_content .wrapper_actions .logo {
    width: 160px;
    height: 48px;
}

.w-grid.grid_references .w-grid-item .wrapper_content .wrapper_actions .logo img {
    object-fit: scale-down;
    object-position: left center;
    width: 100%;
    height: 100%;
}


/***** GRID REFERENCES - SIMPLE */

.w-grid.grid_references-simple .w-grid-item>.w-grid-item-h {
    border: 1px solid var(--color-content-border);
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_references-simple .w-grid-item .post_image {
    position: relative;
    line-height: 0;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_references-simple .w-grid-item .wrapper_content {
    padding: 32px 24px;
}

@media (min-width: 768px) {
    .w-grid.grid_references-simple .w-grid-item .wrapper_content {
        padding: 32px;
    }
}

.w-grid.grid_references-simple .w-grid-item .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 8px;
}

.w-grid.grid_references-simple .w-grid-item .wrapper_content .wrapper_actions .logo {
    width: 128px;
    height: 48px;
}

.w-grid.grid_references-simple .w-grid-item .wrapper_content .wrapper_actions .logo img {
    object-fit: scale-down;
    object-position: left center;
    width: 100%;
    height: 100%;
}


/***** GRID CUSTOM GALLERY */


/* .w-grid.grid_custom_gallery {
    --grid-gap: 10px;
}

@media (min-width: 768px) {
    .w-grid.grid_custom_gallery {
        --grid-gap: 20px;
    }
}

@media (min-width: 1024px) {
    .w-grid.grid_custom_gallery {
        --grid-gap: 30px;
    }
}

.w-grid.grid_custom_gallery .w-grid-list {
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    margin: 0;
}

.w-grid.grid_custom_gallery .w-grid-item {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    position: relative;
    aspect-ratio: 210 / 150;
}

.w-grid.grid_custom_gallery .w-grid-item .post_image {
    line-height: 0;
    height: 100%;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_custom_gallery .w-grid-item img {
    display: block;
    height: inherit;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+4) {
        grid-row: span 2;
        grid-column: span 3;
        aspect-ratio: 930 / 450;
    }
}

@media (min-width: 768px) {
    .w-grid.grid_custom_gallery .w-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+1) {
        grid-row: span 2;
        grid-column: span 4;
        aspect-ratio: 930 / 450;
    }
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+2),
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+3) {
        grid-row: span 2;
        grid-column: span 2;
        aspect-ratio: 450 / 320;
    }
} */


/*****************************
**
** SLIDERS
**
******************************/


/***** general */


/*** slider_overflow-visible */

.slider_overflow-visible .owl-carousel .owl-stage-outer {
    overflow: visible;
}


/*** navigation */

.owl-carousel.navstyle_circle .owl-nav button {
    --arrows-size: 21px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color: var(--color-content-primary) !important;
    text-shadow: none !important;
    border: 1px solid var(--color-content-primary);
    margin-top: -80px;
}


/*** bottom */

.navigation_bottom .owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: var(--separator_height_size_small);
}

.navigation_bottom .owl-carousel .owl-nav button {
    position: relative;
    top: 0;
    transform: initial;
    margin-top: 0;
}


/** custom icons */

.owl-carousel .owl-prev:after {
    content: '\f060';
}

.owl-carousel .owl-next:after {
    content: '\f061';
}


/*** pagination */

.owl-carousel.dotstyle_circle .owl-dots {
    padding-top: var(--separator_height_size_small);
}

.owl-carousel.dotstyle_circle .owl-dots .owl-dot span {
    background: var(--color-content-secondary) !important;
    opacity: 0.25;
}

.owl-carousel.dotstyle_circle .owl-dots .owl-dot.active span {
    box-shadow: none;
    opacity: 1;
    background: var(--color-content-primary) !important;
}


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


/***** 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: 8px;
    --swiper-pagination-bullet-inactive-color: var(--color-content-primary);
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --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: 30px;
}

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

.slider_container.pagination_relative .swiper-pagination {
    position: relative;
    --swiper-pagination-left: 0;
    --swiper-pagination-right: 0;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-top: 0;
    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;
}


/***** Slider Navigation */

.slider_container .swiper-navigation {
    --swiper-navigation-size: 50px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: -50px;
    --swiper-navigation-color: var(--color-content-primary);
}

.slider_container .swiper-navigation .swiper-button-next,
.slider_container .swiper-navigation .swiper-button-prev {
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-alt-content-bg-alt);
    transition: background .3s ease;
}

.no-touch .slider_container .swiper-navigation .swiper-button-next:hover,
.no-touch .slider_container .swiper-navigation .swiper-button-prev:hover {
    background: var(--color-content-primary);
    color: var(--color-white);
}

.slider_container .swiper-navigation .swiper-button-next:after,
.slider_container .swiper-navigation .swiper-button-prev:after {
    font-size: 16px;
}

.slider_container .swiper-navigation .swiper-button-next:after,
.slider_container .swiper-navigation .swiper-rtl .swiper-button-prev:after {
    content: '\f054';
    font-family: var(--fa-font-family, 'fontawesome');
}

.slider_container .swiper-navigation .swiper-button-prev:after,
.slider_container .swiper-navigation .swiper-rtl .swiper-button-next:after {
    content: '\f053';
    font-family: var(--fa-font-family, 'fontawesome');
}


/**** navigation_relative */

.slider_container.navigation_relative .swiper-navigation {
    position: relative;
    display: flex;
    gap: 10px;
}

.slider_container.navigation_relative .swiper-button-next,
.slider_container.navigation_relative .swiper-button-prev {
    position: static;
    margin: 0;
}


/***** testimonials_slider */

.testimonials_slider_wrapper {
    margin: 0 -15px;
    min-height: 430px;
}

@media (min-width: 821px) {
    .testimonials_slider_wrapper {
        min-height: 460px;
    }
}

.testimonials_slider {
    overflow: visible;
    touch-action: pan-y;
    position: relative;
    z-index: 1;
}

.testimonials_slider>.slider_track {
    display: flex;
    width: 100%;
    transform: translate3d(0px, 0, 0);
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.testimonials_slider>.slider_track .slide {
    padding: 0 15px;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: calc( 12 / 12 * 100%);
}

@media (min-width: 821px) {
    .testimonials_slider>.slider_track .slide {
        width: calc( 4 / 12 * 100%);
    }
    .testimonials_slider>.slider_track .slide.active {
        width: calc( 8 / 12 * 100%);
    }
}

@media (min-width: 1280px) {
    .testimonials_slider>.slider_track .slide {
        width: calc( 3 / 12 * 100%);
    }
    .testimonials_slider>.slider_track .slide.active {
        width: calc( 6 / 12 * 100%);
    }
}

.testimonials_slider .slide>.wrapper_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    background: var(--color-content-bg);
    border-radius: var(--element-radius);
    border: 1px solid var(--color-content-border);
    overflow: hidden;
    padding: 32px;
    min-height: 330px;
    transition: background .3s ease;
}

.testimonials_slider .slide:not(.active) .wrapper_content .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.testimonials_slider .slide .wrapper_bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_author .author {
    font-size: 14px;
}

@media (min-width: 768px) {
    .testimonials_slider .slide .wrapper_bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .testimonials_slider .slide .wrapper_bottom>.wrapper_author {
        font-size: 16px;
        gap: 24px;
    }
    .testimonials_slider .slide .wrapper_bottom>.wrapper_author .author {
        font-size: 16px;
    }
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_author .wrapper_image {
    line-height: 0;
    position: relative;
    flex-shrink: 0;
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_author .wrapper_image img {
    width: 48px;
    height: auto;
}

@media (min-width: 768px) {
    .testimonials_slider .slide .wrapper_bottom>.wrapper_author .wrapper_image img {
        width: 68px;
    }
}

.testimonials_slider .slide:not(.active) .wrapper_bottom>.wrapper_author {
    display: none;
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_logo {
    width: 120px;
    height: 32px;
    flex-shrink: 0;
}

.testimonials_slider .slide .wrapper_bottom>.wrapper_logo>img {
    object-fit: scale-down;
    object-position: left center;
    width: 100%;
    height: 100%;
}


/*** active */

.testimonials_slider .slide.active>.wrapper_inner {
    border: none;
    background: var(--color-primary-bg);
}

.testimonials_slider .slide.active .wrapper_content .text {
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .testimonials_slider .slide.active>.wrapper_inner {
        gap: 48px;
        padding: 48px;
    }
    .testimonials_slider .slide.active .wrapper_content .text {
        font-size: 24px;
    }
    .testimonials_slider .slide.active .wrapper_bottom>.wrapper_logo {
        width: 160px;
        height: 64px;
    }
}


/*** navigation */

.testimonials_slider.grabbing {
    cursor: grabbing;
}

.testimonials_slider.grabbing .slide {
    user-select: none;
}

.testimonials_slider .slider_navigation {
    display: inline-flex;
    gap: 8px;
    margin-top: 32px;
    margin-left: 15px;
}

@media (min-width: 821px) {
    .testimonials_slider .slider_navigation {
        left: calc(8 / 12 * 100% + 15px);
        position: absolute;
        z-index: 2;
        bottom: 0;
        margin: 0;
    }
}

@media (min-width: 1280px) {
    .testimonials_slider .slider_navigation {
        left: calc(6 / 12 * 100% + 15px);
    }
}

.testimonials_slider .slider_navigation .w-btn.disabled {
    user-select: none;
    pointer-events: none;
    opacity: .2;
}


/***** timeline_slider */

.timeline_slider {
    overflow: visible;
    touch-action: pan-y;
    position: relative;
    z-index: 1;
}

.timeline_slider>.slider_track {
    display: flex;
    width: 100%;
    transform: translate3d(0px, 0, 0);
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.timeline_slider>.slider_track .slide {
    padding: 0 15px;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: calc( 12 / 12 * 100%);
}

@media (min-width: 821px) {
    .timeline_slider>.slider_track .slide {
        width: calc( 4 / 12 * 100%);
    }
}

@media (min-width: 1280px) {
    .timeline_slider>.slider_track .slide {
        width: calc( 3 / 12 * 100%);
    }
}


/*** styling */

.timeline_slider .slide .year {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    color: #FFFFFF;
    margin-left: 32px;
    position: relative;
}

.timeline_slider .slide .year:not(:last-child) {
    margin-bottom: 20px;
}

.timeline_slider .slide .year::before {
    content: url('./imgs/tbs-testimonial-year-bg.svg');
    position: relative;
    z-index: 2;
    display: block;
    width: 70px;
    height: 76px;
    user-select: none;
    pointer-events: none;
}

.timeline_slider .slide .year::after {
    content: '';
    height: 1px;
    width: calc(100% - 70px);
    position: absolute;
    z-index: 1;
    left: 100px;
    top: 38px;
    border-bottom: 1px dashed var(--color-content-border);
    user-select: none;
    pointer-events: none;
}

.timeline_slider .slide .year>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    z-index: 2;
}

.timeline_slider .slide .wrapper_content {
    background: var(--color-content-bg);
    border-radius: var(--element-radius);
    border: 1px solid var(--color-content-border);
    overflow: hidden;
    padding: 32px;
    transition: all .3s ease;
}

.timeline_slider .slide .wrapper_content>.wrapper_icon {
    line-height: 0;
    position: relative;
    flex-shrink: 0;
}

.timeline_slider .slide .wrapper_content>.wrapper_icon:not(:last-child) {
    margin-bottom: 16px;
}

.timeline_slider .slide .wrapper_content>.wrapper_icon img,
.timeline_slider .slide .wrapper_content>.wrapper_icon svg {
    width: auto;
    height: 32px;
}

.timeline_slider .slide .wrapper_content>.wrapper_icon svg path {
    transition: fill .3s ease;
}

.timeline_slider .slide .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 0px;
    transition: all .3s ease;
}

.timeline_slider .slide .wrapper_content .post_desc {
    letter-spacing: -0.02em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}


/*** active */


/* .timeline_slider .slide.active .wrapper_content {
    border-color: var(--color-alt-content-bg-alt);
    background: var(--color-alt-content-bg-alt);
    color: var(--color-alt-content-text);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.timeline_slider .slide.active .wrapper_content>.wrapper_icon svg path {
    fill: #FFFFFF;
}

.timeline_slider .slide.active .wrapper_content .post_title:not(:last-child) {
    margin-bottom: 16px;
}

.timeline_slider .slide.active .wrapper_content .post_title {
    color: var(--color-alt-content-heading);
}

.timeline_slider .slide.active .wrapper_content .post_desc {
    transform: scaleY(1);
} */


/*** hover */

.no-touch .timeline_slider .slide>.wrapper_inner:hover .wrapper_content {
    border-color: var(--color-alt-content-bg-alt);
    background: var(--color-alt-content-bg-alt);
    color: var(--color-alt-content-text);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}

.no-touch .timeline_slider .slide>.wrapper_inner:hover .wrapper_content>.wrapper_icon svg path {
    fill: #FFFFFF;
}

.no-touch .timeline_slider .slide>.wrapper_inner:hover .wrapper_content .post_title:not(:last-child) {
    padding-bottom: 16px;
}

.no-touch .timeline_slider .slide>.wrapper_inner:hover .wrapper_content .post_title {
    color: var(--color-alt-content-heading);
}

.no-touch .timeline_slider .slide>.wrapper_inner:hover .wrapper_content .post_desc {
    max-height: 1000px;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}


/**** navigation */


/*** general */

.timeline_slider.grabbing {
    cursor: grabbing;
}

.timeline_slider.grabbing .slide {
    user-select: none;
}


/*** styling */

.timeline_slider .slider_navigation {
    display: inline-flex;
    gap: 8px;
    margin-top: 32px;
    margin-left: 15px;
}

@media (min-width: 821px) {
    .timeline_slider .slider_navigation {
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: calc(100% + var(--separator_height_size_medium));
        margin: 0;
    }
}

@media (min-width: 1280px) {
    .timeline_slider .slider_navigation {
        right: calc(1 / 12 * 100%);
    }
}

.timeline_slider .slider_navigation .w-btn.disabled {
    user-select: none;
    pointer-events: none;
    opacity: .2;
}


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


/* .row_banner {
    position: relative;
    padding-top: var(--section-height-large-top-padding);
    padding-bottom: var(--section-height-large-bottom-padding);
    margin-bottom: 70px;
}

.row_banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: var(--page-layout-gutter);
    right: var(--page-layout-gutter);
    bottom: 0;
    z-index: 0;
    background: #454759;
    border-radius: 16px;
    user-select: none;
    pointer-events: none;
}

.row_banner::after {
    content: '';
    display: block;
    position: absolute;
    background: #454759;
    bottom: -69px;
    z-index: 0;
    left: calc(11px + var(--page-layout-gutter));
    right: calc(11px + var(--page-layout-gutter));
    min-height: 70px;
    clip-path: polygon(0px 0px, 50% 0px, 100% 0px, 100% calc(100% - 70px), 90% 100%, 0px calc(100% - 70px));
    user-select: none;
    pointer-events: none;
} */


/***** wrapper_box */

.wrapper_box {
    position: relative;
    padding-top: var(--section-height-medium-top-padding);
    padding-bottom: var(--section-height-medium-bottom-padding);
    margin-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
}

.wrapper_box.size_small {
    padding-top: var(--section-height-small-top-padding);
    padding-bottom: var(--section-height-small-bottom-padding);
}

@media (min-width: 768px) {
    .wrapper_box {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (min-width: 1024px) {
    .wrapper_box {
        padding-left: var(--offset-column);
        padding-right: var(--offset-column);
        margin-left: calc( -1 * var(--page-layout-gutter));
        margin-right: calc( -1 * var(--page-layout-gutter));
        margin-bottom: 68px;
    }
}

.wrapper_box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 8px;
    user-select: none;
    pointer-events: none;
}

.wrapper_box::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -48px;
    z-index: 0;
    left: 3px;
    right: 3px;
    min-height: 50px;
    clip-path: polygon(0px 0px, 50% 0px, 100% 0px, 100% calc(100% - 50px), 90% 100%, 0px calc(100% - 50px));
    user-select: none;
    pointer-events: none;
}

@media (min-width: 1024px) {
    .wrapper_box::before {
        left: var(--page-layout-gutter);
        right: var(--page-layout-gutter);
        border-radius: 16px;
    }
    .wrapper_box::after {
        left: calc(7px + var(--page-layout-gutter));
        right: calc(7px + var(--page-layout-gutter));
        bottom: -68px;
        min-height: 70px;
        clip-path: polygon(0px 0px, 50% 0px, 100% 0px, 100% calc(100% - 70px), 90% 100%, 0px calc(100% - 70px));
    }
}

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


/*** colors */

.wrapper_box::before,
.wrapper_box::after {
    background: var(--color-content-bg-alt);
}

.color_alternate .wrapper_box::before,
.color_alternate .wrapper_box::after {
    background: var(--color-alt-bg);
}

.color_footer-bottom .wrapper_box::before,
.color_footer-bottom .wrapper_box::after {
    background: var(--color-footer-bg-alt);
}

.wrapper_box.style_primary::before,
.wrapper_box.style_primary::after {
    background: var(--color-primary-bg);
}


/*** content */

.wrapper_box.w-hwrapper {
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 768px) {
    .wrapper_box.w-hwrapper {
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .wrapper_box.w-hwrapper {
        flex-direction: row;
        gap: 0;
    }
}

.wrapper_box.w-hwrapper>.wrapper_box-image.has_ratio>.w-image-h {
    width: 100%;
    max-width: 480px;
}

@media (min-width: 1024px) {
    .wrapper_box.w-hwrapper>* {
        padding-left: var(--page-layout-gutter);
        padding-right: var(--page-layout-gutter);
    }
    .wrapper_box.w-hwrapper>.wrapper_box-heading {
        width: 50%;
    }
    .wrapper_box.w-hwrapper>.wrapper_box-content {
        width: 50%;
    }
    .wrapper_box.w-hwrapper>.wrapper_box-image {
        width: 40%;
        flex-shrink: 0;
    }
    .wrapper_box.w-hwrapper>.wrapper_box-image+div[class*="wrapper_box-"] {
        width: 60%;
    }
}

@media (min-width: 1280px) {
    .wrapper_box.w-hwrapper>.wrapper_box-heading {
        width: 50%;
    }
    .wrapper_box.w-hwrapper>.wrapper_box-content {
        width: 50%;
    }
    .wrapper_box.w-hwrapper>.wrapper_box-image {
        width: 50%;
    }
}


/*** cta_contact */

@media (max-width: 820px) {
    .wrapper_box.cta_contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/***** PARTNERS SLIDER */

.partners_slider {
    --slider-speed: 50s;
}

@keyframes logos-slider-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d( -100%, 0, 0);
    }
}

.partners_slider {
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.partners_slider.play {
    opacity: 1;
}

.partners_slider.play .slider_track {
    animation: logos-slider-scroll linear infinite var(--slider-speed);
    transform: translateZ(0);
    min-width: calc( (var(--slider-inner-width) / 2) + 5%);
    flex-shrink: 0;
    display: flex;
}

.partners_slider .item {
    width: auto;
    flex-shrink: 0;
    flex-grow: 1;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.partners_slider .item .wrapper_image {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    vertical-align: middle;
}

.partners_slider .item .wrapper_image img {
    height: 50px;
    width: auto;
    opacity: .6;
    transition: opacity .3s ease;
}

.no-touch .partners_slider .item .wrapper_image img:hover {
    opacity: 1;
}


/***** slider_logos */

.w-content-carousel.slider_logos .w-image>.w-image-h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-content-carousel.slider_logos .w-image img {
    height: 60px;
    width: auto;
    opacity: .6;
    transition: opacity .3s ease;
}

.no-touch .w-content-carousel.slider_logos .w-image img:hover {
    opacity: 1;
}


/***** jobs_info */

.jobs_info>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}

@media (min-width: 768px) {
    .jobs_info>.grid_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .jobs_info>.grid_list {
        gap: 30px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.jobs_info .card>.wrapper_inner {
    padding: 24px;
    background: var(--color-content-bg);
    border-radius: var(--element-radius);
    overflow: hidden;
    height: 100%;
    display: flex;
    gap: 16px;
    flex-direction: row;
}

@media (min-width: 768px) {
    .jobs_info .card>.wrapper_inner {
        padding: 32px;
        flex-direction: column;
        justify-content: space-between;
    }
}

.jobs_info .card .wrapper_icon {
    line-height: 0;
    margin-top: 4px;
}

@media (min-width: 768px) {
    .jobs_info .card .wrapper_icon {
        margin-top: 0;
    }
}

.jobs_info .card .wrapper_icon img {
    height: 52px;
    width: auto;
}

.jobs_info .card .label:not(:last-child) {
    margin-bottom: 4px;
}

.jobs_info .card h4:not(:last-child) {
    margin-bottom: 4px;
}


/***** IMAGES - GLOW */

.w-image.with_glow {
    position: relative;
}

.w-image.with_glow>.w-image-h {
    position: relative;
    z-index: 2;
}

.w-image.with_glow::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 600px;
    z-index: 1;
    opacity: .5;
    box-shadow: 40px -40px 150px 10px #F99F20, 50px -30px 40px 10px #F99F20, -30px -30px 80px 5px #F99F20, 40px 15px 10px 5px #F99F20, -60px 30px 90px 30px #F99F20;
    animation: shadow-rotate 8s linear infinite;
    transform-origin: center;
    user-select: none;
    pointer-events: none;
}

@media (min-width: 768px) {
    .w-image.with_glow::before {
        width: 250px;
        height: 250px;
        box-shadow: 60px -60px 200px 20px #F99F20, 80px -60px 50px 15px #F99F20, -50px -50px 100px 10px #F99F20, 50px 25px 30px 10px #F99F20, -80px 40px 120px 50px #F99F20;
    }
}

@keyframes shadow-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/***** section_gradients */

section.section_gradients {
    position: relative;
    overflow: hidden;
}

section.section_gradients .g-cols.row_gradient {
    position: relative;
}

section.section_gradients .g-cols.row_gradient>*,
section.section_gradients>.l-section-h {
    position: relative;
    z-index: 5;
}

main#page-content section.section_gradients:not(.titlebar):not(.mute)::before {
    content: url('./imgs/tbs-section-gradient-1.svg');
    display: block;
    position: absolute;
    top: 200px;
    right: 350px;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
    opacity: .75;
}

main#page-content section.section_gradients:not(.titlebar):not(.mute)::after {
    content: url('./imgs/tbs-section-gradient-2.svg');
    display: block;
    position: absolute;
    bottom: 500px;
    left: -175px;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
    opacity: .5;
}

main#page-content section.section_gradients:not(.titlebar):not(.mute) .g-cols.row_gradient::before {
    content: url('./imgs/tbs-section-gradient-3.svg');
    display: block;
    position: absolute;
    top: 150px;
    right: -300px;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
    opacity: .5;
}

main#page-content section.section_gradients:not(.titlebar):not(.mute) .g-cols.row_gradient.gradient_style-alt::before {
    content: url('./imgs/tbs-section-gradient-4.svg');
    display: block;
    position: absolute;
    top: initial;
    bottom: 0;
    right: -350px;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
    opacity: .5;
}

main#page-content section.section_gradients.mute::before {
    content: url('./imgs/tbs-section-gradient-mute-3.svg');
    display: block;
    position: absolute;
    top: 15%;
    left: 20%;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
    opacity: .65;
}


/*** titlebar */

main#page-content section.section_gradients.titlebar::before,
main#page-content section.section_gradients.titlebar::after {
    display: block;
    position: absolute;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
}

main#page-content section.section_gradients.titlebar::before {
    content: url('./imgs/tbs-section-gradient-1.svg');
    opacity: .75;
    bottom: initial;
    right: 0;
    top: 0;
    left: initial;
    transform: translate(-30%, 5%);
}

main#page-content section.section_gradients.titlebar::after {
    content: url('./imgs/tbs-section-gradient-4.svg');
    opacity: .5;
    bottom: initial;
    right: 0;
    top: 0;
    left: initial;
    transform: translate(-95%, 60%);
}


/*** footer */

footer#page-footer section.section_gradients::before,
footer#page-footer section.section_gradients::after {
    display: block;
    position: absolute;
    z-index: 4;
    user-select: none;
    pointer-events: none;
    filter: blur(250px);
}

footer#page-footer section.section_gradients::before {
    content: url('./imgs/tbs-section-gradient-1.svg');
    opacity: .75;
    bottom: 0;
    right: 0;
    top: initial;
    left: initial;
    transform: translate(-30%, 20%);
}

footer#page-footer section.section_gradients::after {
    content: url('./imgs/tbs-section-gradient-4.svg');
    opacity: .5;
    bottom: 0;
    right: 0;
    top: initial;
    left: initial;
    transform: translate(40%, 40%);
}