/*!
Theme Name: Total
Theme URI: https://total.wpexplorer.com/
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Requires PHP: 7.2
Version: 5.5.2
License: Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: total
Tags: custom-colors, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote,
q {
    quotes: none;
}
a img {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
}
select {
    max-width: 100%;
}
:root {
    --wpex-white: #ffffff;
    --wpex-black: #000000;
    --wpex-gray-50: #fafafa;
    --wpex-gray-100: #f7f7f7;
    --wpex-gray-200: #eeeeee;
    --wpex-gray-300: #e0e0e0;
    --wpex-gray-400: #bdbdbd;
    --wpex-gray-500: #9e9e9e;
    --wpex-gray-600: #757575;
    --wpex-gray-700: #616161;
    --wpex-gray-800: #424242;
    --wpex-gray-900: #222222;
    --wpex-gray-A900: #262626;
    --wpex-blue: #4a97c2;
    --wpex-blue-alt: #327397;
    --wpex-green: #87bf17;
    --wpex-green-alt: #679212;
    --wpex-red: #f73936;
    --wpex-red-alt: #bf0a08;
    --wpex-orange: #ee7836;
    --wpex-orange-alt: #cf5511;
    --wpex-purple: #9a5e9a;
    --wpex-purple-alt: #653e65;
    --wpex-pink: #f261c2;
    --wpex-pink-alt: #bc0f83;
    --wpex-teal: #00b3b3;
    --wpex-teal-alt: #006f6f;
    --wpex-brown: #804b35;
    --wpex-brown-alt: #5c3626;
    --wpex-gold: #ffaa33;
    --wpex-gold-alt: #ff9500;
    --wpex-rosy: #ea2487;
    --wpex-rosy-alt: #b81265;
    --wpex-grey: #bdbdbd;
    --wpex-grey-alt: #9e9e9e;
    --wpex-accent: #1a73e8;
    --wpex-accent-alt: #1464cc;
    --wpex-on-accent: var(--wpex-white);
    --wpex-on-accent-alt: var(--wpex-white);
    --wpex-red-error: #dc3232;
    --wpex-green-success: #46b450;
    --wpex-yellow-warning: #ffb900;
    --wpex-blue-info: #00a0d2;
    --wpex-star-rating-color: #ffc833;
    --wpex-text-1: var(--wpex-gray-900);
    --wpex-text-2: var(--wpex-gray-700);
    --wpex-text-3: var(--wpex-gray-600);
    --wpex-text-4: var(--wpex-gray-500);
    --wpex-surface-1: var(--wpex-white);
    --wpex-surface-2: var(--wpex-gray-100);
    --wpex-surface-3: var(--wpex-gray-200);
    --wpex-surface-4: var(--wpex-gray-300);
    --wpex-alert-bg: var(--wpex-surface-3);
    --wpex-alert-color: #32373c;
    --wpex-info-bg: #e5f5fa;
    --wpex-success-bg: #ecf7ed;
    --wpex-warning-bg: #fff8e5;
    --wpex-error-bg: #fbeaea;
    --wpex-bg-color: var(--wpex-surface-1);
    --wpex-border-main: var(--wpex-surface-3);
    --wpex-heading-color: var(--wpex-text-1);
    --wpex-input-color: var(--wpex-text-2);
    --wpex-input-bg: var(--wpex-surface-1);
    --wpex-input-border-color: var(--wpex-surface-4);
    --wpex-focus-input-color: var(--wpex-input-color);
    --wpex-focus-input-bg: var(--wpex-input-bg);
    --wpex-focus-input-border-color: var(--wpex-input-border-color);
    --wpex-table-thead-bg: var(--wpex-surface-2);
    --wpex-table-thead-color: var(--wpex-text-1);
    --wpex-table-th-color: var(--wpex-text-1);
    --wpex-table-cell-border-color: var(--wpex-border-main);
    --wpex-brands-facebook: #1877f2;
    --wpex-brands-twitter: #1da1f2;
    --wpex-brands-pinterest: #bd081c;
    --wpex-brands-linkedin: #0a66c2;
    --wpex-text-xs: 0.846em;
    --wpex-text-sm: 0.923em;
    --wpex-text-base: 1em;
    --wpex-text-md: 1.077em;
    --wpex-text-lg: 1.231em;
    --wpex-text-xl: 1.385em;
    --wpex-text-2xl: 1.615em;
    --wpex-text-3xl: 1.846em;
    --wpex-text-4xl: 2.154em;
    --wpex-text-5xl: 2.462em;
    --wpex-text-6xl: 2.769em;
    --wpex-text-7xl: 3.231em;
    --wpex-rounded-xs: 3px;
    --wpex-rounded-sm: 5px;
    --wpex-rounded: 10px;
    --wpex-rounded-md: 15px;
    --wpex-rounded-lg: 20px;
    --wpex-rounded-full: 9999px;
    --wpex-leading-tight: 1.25;
    --wpex-leading-snug: 1.375;
    --wpex-leading-normal: 1.5;
    --wpex-leading-relaxed: 1.625;
    --wpex-leading-loose: 2;
    --wpex-tracking-tighter: -0.05em;
    --wpex-tracking-tight: -0.025em;
    --wpex-tracking-normal: 0;
    --wpex-tracking-wide: 0.025em;
    --wpex-tracking-wider: 0.05em;
    --wpex-tracking-widest: 0.1em;
    --wpex-radius-blob-1: 30% 70% 70% 30% / 53% 30% 70% 47%;
    --wpex-radius-blob-2: 53% 47% 34% 66% / 63% 46% 54% 37%;
    --wpex-radius-blob-3: 37% 63% 56% 44% / 49% 56% 44% 51%;
    --wpex-radius-blob-4: 63% 37% 37% 63% / 43% 37% 63% 57%;
    --wpex-radius-blob-5: 49% 51% 48% 52% / 57% 44% 56% 43%;
    --wpex-shadow-xs: 0 0 0 1px rgba(0, 0, 0, 0.05);
    --wpex-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --wpex-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --wpex-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --wpex-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --wpex-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --wpex-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --wpex-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --wpex-focus-shadow-outline: 0 0 0 3px rgba(66, 153, 225, 0.5);
    --wpex-row-gap: 20px;
    --wpex-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --wpex-font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
    --wpex-font-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --wpex-el-margin-bottom: 20px;
    --wpex-bold: 600;
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: underline;
    --wpex-btn-font-size: 1em;
    --wpex-btn-border-radius: var(--wpex-rounded-xs);
    --wpex-btn-font-weight: 400;
    --wpex-btn-padding: 0.538em 1.077em;
    --wpex-btn-line-height: var(--wpex-body-line-height, 1.65);
    --wpex-btn-letter-spacing: inherit;
    --wpex-btn-text-transform: inherit;
    --wpex-btn-font-family: inherit;
    --wpex-btn-font-style: inherit;
    --wpex-btn-border-width: 0;
    --wpex-btn-border-style: none;
    --wpex-heading-line-height: var(--wpex-leading-snug);
    --wpex-heading-font-weight: var(--wpex-bold);
    --wpex-container-width: 980px;
    --wpex-container-max-width: 90%;
    --wpex-content-area-width: 69%;
    --wpex-primary-sidebar-width: 26%;
    --wpex-boxed-layout-gutter: 30px;
    --wpex-input-font-size: 1em;
    --wpex-input-line-height: var(--wpex-leading-relaxed);
    --wpex-input-border-radius: var(--wpex-rounded-xs);
    --wpex-input-padding: 6px 10px;
    --wpex-input-border-width: 1px;
    --wpex-input-border-style: solid;
    --wpadminbar-height: 32px;
}
@media screen and (max-width: 782px) {
    :root {
        --wpadminbar-height: 46px;
    }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-to-content {
    position: absolute;
    left: 8px;
    top: -46px;
    opacity: 0;
    transition: all 0.25s;
}
.skip-to-content:focus {
    display: block;
    z-index: 100000;
    font-size: 12px;
    font-weight: 700;
    top: 8px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    background: var(--wpex-surface-3);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 1;
}
a.mobile-menu-toggle:focus:not(:focus-visible),
.wpex-mobile-menu a:focus:not(:focus-visible),
.mobile-toggle-nav-ul a:focus:not(:focus-visible),
.sidr-class-wpex-close a:focus:not(:focus-visible),
button.wpex-open-submenu:focus:not(:focus-visible),
button.full-screen-overlay-nav-close:focus:not(:focus-visible),
.wpex-fs-overlay .wpex-close:focus:not(:focus-visible) {
    outline: none;
}
body {
    font-family: var(--wpex-body-font-family, var(--wpex-font-sans));
    font-size: var(--wpex-body-font-size, 13px);
    line-height: var(--wpex-body-line-height, var(--wpex-leading-relaxed));
    color: var(--wpex-text-2);
    background-color: var(--wpex-bg-color);
}
.container {
    width: var(--wpex-container-width);
    margin: 0 auto;
}
.wpex-responsive .container {
    max-width: var(--wpex-container-max-width);
}
.has-sidebar .content-area,
.wpex-content-w {
    width: var(--wpex-content-area-width);
    position: relative;
}
.content-full-width .content-area,
.content-area.full-width {
    width: 100%;
}
#sidebar {
    width: var(--wpex-primary-sidebar-width);
}
#wrap {
    position: relative;
}
.content-full-screen #content-wrap,
.content-full-screen:not(body) {
    max-width: none;
    width: 100%;
}
.content-right-sidebar #content-wrap > .content-area,
.vcex-post-content-right-sidebar .wpex-content-w {
    float: left;
}
.content-right-sidebar #content-wrap > #sidebar,
.vcex-post-content-right-sidebar #sidebar {
    float: right;
}
.content-left-sidebar #content-wrap > .content-area,
.vcex-post-content-left-sidebar .wpex-content-w {
    float: right;
}
.content-left-sidebar #content-wrap > #sidebar,
.vcex-post-content-left-sidebar #sidebar {
    float: left;
}
.wpex-has-primary-bottom-spacing #primary {
    padding-bottom: 40px;
}
.boxed-main-layout {
    --wpex-bg-color: var(--wpex-gray-300);
}
.boxed-main-layout #wrap {
    --wpex-container-width: 1040px;
    margin: 0 auto;
    width: var(--wpex-container-width);
    background: var(--wpex-surface-1);
}
.boxed-main-layout #wrap .container {
    width: 100%;
    max-width: none;
    padding-left: var(--wpex-boxed-layout-gutter);
    padding-right: var(--wpex-boxed-layout-gutter);
}
.boxed-main-layout.wpex-responsive #wrap {
    --wpex-container-max-width: 100%;
    max-width: var(--wpex-container-max-width);
}
.boxed-main-layout.wrap-boxshadow #wrap {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.boxed-main-layout.content-full-screen #content-wrap {
    padding-left: 0;
    padding-right: 0;
}
.boxed-main-layout.has-mobile-menu #mobile-menu {
    right: var(--wpex-boxed-layout-gutter);
}
.has-frame-border {
    padding: var(--wpex-site-frame-border-size, 15px);
}
.has-frame-border #wpex-sfb-l,
.has-frame-border #wpex-sfb-r {
    width: var(--wpex-site-frame-border-size, 15px);
}
.has-frame-border #wpex-sfb-t,
.has-frame-border #wpex-sfb-b {
    height: var(--wpex-site-frame-border-size, 15px);
}
.clr:after,
.wpex-clr:after,
.group:after,
dl:after,
.vc-empty-shortcode-element:after,
ul.page-numbers:after,
#comments .comment-body:after,
.vcex-clr:after,
.wpex-slider .sp-nc-thumbnail-container:after,
.owl-nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear,
.wpex-clear,
.clr-margin {
    clear: both;
}
.span_1_of_1 {
    width: 100%;
}
.one-half,
.span_1_of_2 {
    width: calc(100% / 2);
}
.one-third,
.span_1_of_3 {
    width: calc(100% / 3);
}
.one-fourth,
.span_1_of_4 {
    width: calc(100% / 4);
}
.one-fifth,
.span_1_of_5 {
    width: calc(100% / 5);
}
.one-sixth,
.span_1_of_6 {
    width: calc(100% / 6);
}
.one-seventh,
.span_1_of_7 {
    width: calc(100% / 7);
}
.one-eight,
.span_1_of_8 {
    width: calc(100% / 8);
}
.wpex-row {
    margin-left: calc(-1 * (var(--wpex-row-gap) / 2));
    margin-right: calc(-1 * (var(--wpex-row-gap) / 2));
    display: flex;
    flex-wrap: wrap;
}
.wpex-row .col {
    margin: 0 0 var(--wpex-row-gap);
    padding: 0 calc(var(--wpex-row-gap) / 2);
    display: flex;
    flex-direction: column;
    -mx-flex: 0 1 auto;
    flex: 0 1 auto;
}
.wpex-row .col > div {
    max-width: 100%;
}
.wpex-row.gap-none,
.wpex-row.vcex-no-margin-grid {
    --wpex-row-gap: 0;
}
.wpex-row.gap-1 {
    --wpex-row-gap: 1px;
}
.wpex-row.gap-5 {
    --wpex-row-gap: 5px;
}
.wpex-row.gap-10 {
    --wpex-row-gap: 10px;
}
.wpex-row.gap-15 {
    --wpex-row-gap: 15px;
}
.wpex-row.gap-20 {
    --wpex-row-gap: 20px;
}
.wpex-row.gap-25 {
    --wpex-row-gap: 25px;
}
.wpex-row.gap-30 {
    --wpex-row-gap: 30px;
}
.wpex-row.gap-35 {
    --wpex-row-gap: 35px;
}
.wpex-row.gap-40 {
    --wpex-row-gap: 40px;
}
.wpex-row.gap-50 {
    --wpex-row-gap: 50px;
}
.wpex-row.gap-60 {
    --wpex-row-gap: 60px;
}
.nr-col {
    margin: 0 0 var(--wpex-row-gap);
    padding: 0 calc(var(--wpex-row-gap) / 2);
    display: flex;
    flex-direction: column;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
    float: left;
    display: block;
}
.wpex-masonry-grid,
.vcex-isotope-grid {
    display: block;
}
.wpex-masonry-grid .col,
.wpex-masonry-grid .nr-col,
.vcex-isotope-grid .col,
.vcex-isotope-grid .nr-col {
    display: block;
    float: left;
}
.wpex-masonry-entry {
    clear: none;
}
p {
    margin: 0 0 var(--wpex-el-margin-bottom);
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
strong.wpex-strong {
    color: var(--wpex-text-1);
}
i {
    font-style: italic;
}
b {
    font-weight: bold;
}
small {
    font-size: 80%;
}
p.lead {
    font-size: var(--wpex-text-lg);
    color: var(--wpex-text-3);
}
address {
    line-height: 1.5;
    margin: 0 0 var(--wpex-el-margin-bottom);
}
sup,
sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    top: 0.4em;
}
a {
    color: var(--wpex-link-color, var(--wpex-accent));
    text-decoration: var(--wpex-link-text-decoration);
}
a:hover {
    color: var(--wpex-hover-link-color, var(--wpex-link-color, var(--wpex-accent)));
    text-decoration: var(--wpex-hover-link-text-decoration);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 30px 0 var(--wpex-el-margin-bottom);
    color: var(--wpex-heading-color);
    font-weight: var(--wpex-heading-font-weight);
    line-height: var(--wpex-heading-line-height);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: var(--wpex-heading-link-color, currentColor);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
    color: var(--wpex-hover-heading-link-color, var(--wpex-accent));
}
h1 {
    font-size: var(--wpex-text-3xl);
}
h2 {
    font-size: var(--wpex-text-2xl);
}
h3 {
    font-size: var(--wpex-text-xl);
}
h4 {
    font-size: var(--wpex-text-lg);
}
h5 {
    font-size: var(--wpex-text-md);
}
h6 {
    font-size: 1em;
}
.wpex-widget-heading {
    color: var(--wpex-heading-color);
}
.page-description > p:empty {
    display: none;
}
.columnize-2 {
    column-count: 2;
    column-gap: 3em;
    column-rule: 1px solid var(--wpex-border-main);
    margin: 0 0 var(--wpex-el-margin-bottom);
}
.thin-font {
    font-weight: 300 !important;
}
.typography-light,
.typography-light a,
.typography-light a:hover,
.typography-light h1,
.typography-light h2,
.typography-light h3,
.typography-light h4,
.typography-light h5,
.typography-light h6,
.typography-light .vcex-heading,
.typography-light .wpex-text-1,
.typography-light .wpex-text-2,
.typography-light .wpex-text-3,
.typography-light .wpex-text-4 {
    color: rgba(255, 255, 255, 0.8);
}
.typography-white,
.typography-white a,
.typography-white a:hover,
.typography-white h1,
.typography-white h2,
.typography-white h3,
.typography-white h4,
.typography-white h5,
.typography-white h6,
.typography-white .vcex-heading,
.typography-white .wpex-text-1,
.typography-white .wpex-text-2,
.typography-white .wpex-text-3,
.typography-white .wpex-text-4,
.typography-white-shadow,
.typography-white-shadow a,
.typography-white-shadow a:hover,
.typography-white-shadow h1,
.typography-white-shadow h2,
.typography-white-shadow h3,
.typography-white-shadow h4,
.typography-white-shadow h5,
.typography-white-shadow h6,
.typography-white-shadow .vcex-heading,
.typography-white-shadow .wpex-text-1,
.typography-white-shadow .wpex-text-2,
.typography-white-shadow .wpex-text-3,
.typography-white-shadow .wpex-text-4 {
    color: var(--wpex-white);
}
.typography-black,
.typography-black a,
.typography-black a:hover,
.typography-black h1,
.typography-black h2,
.typography-black h3,
.typography-black h4,
.typography-black h5,
.typography-black h6,
.typography-black .vcex-heading,
.typography-black .wpex-text-1,
.typography-black .wpex-text-2,
.typography-black .wpex-text-3,
.typography-black .wpex-text-4 {
    color: var(--wpex-black);
}
.typography-light p > a,
.typography-white p > a,
.typography-white-shadow p > a,
.typography-black p > a {
    text-decoration: underline;
}
.typography-white-shadow {
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.6);
}
.wpex-color-black,
.wpex-color-black a,
.wpex-color-black a:hover {
    color: var(--wpex-black) !important;
}
.wpex-color-white,
.wpex-color-white a,
.wpex-color-white a:hover {
    color: var(--wpex-white) !important;
}
.white-text {
    color: var(--wpex-white) !important;
}
blockquote {
    background: url(assets/images/quote.png) left 4px no-repeat;
    padding-left: 55px;
    margin: 30px 0;
    font-size: var(--wpex-text-lg);
    color: var(--wpex-text-4);
}
blockquote p:last-child {
    margin: 0;
}
blockquote.left {
    float: left;
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
}
blockquote.wp-embedded-content {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    color: inherit;
}
.fb-video blockquote {
    display: none;
}
blockquote cite {
    font-size: 0.813em;
    font-style: italic;
    display: block;
    text-align: right;
}
.quote-entry-content blockquote {
    margin: 0;
}
.post-quote-entry-inner .ticon-quote-left,
.post-quote-entry-inner .ticon-quote-right {
    font-size: 3.231em;
}
pre {
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-left: 3px solid currentColor;
    font-family: var(--wpex-font-mono);
    font-size: var(--wpex-text-sm);
    margin: 0 0 var(--wpex-el-margin-bottom);
    color: var(--wpex-text-2);
    background: var(--wpex-surface-2);
}
hr {
    height: 0;
    clear: both;
    border: solid var(--wpex-border-main);
    border-width: 1px 0 0;
    margin: 2.308em 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 1em;
}
table th,
table td {
    text-align: inherit;
    padding: var(--wpex-table-cell-padding, 0.769em 1em);
    border: 1px solid var(--wpex-table-cell-border-color);
}
table th {
    font-weight: var(--wpex-bold);
    color: var(--wpex-table-th-color);
}
thead {
    background: var(--wpex-table-thead-bg);
    color: var(--wpex-table-thead-color);
}
thead th {
    color: var(--wpex-table-thead-color);
}
.wp-block-table.is-style-stripes thead {
    background: none;
}
ul,
ol {
    margin-top: 0;
    margin-right: 0;
    margin-left: var(--wpex-list-margin-side, 40px);
    margin-bottom: var(--wpex-list-margin-bottom, var(--wpex-el-margin-bottom));
}
li ul,
li ol {
    margin-bottom: 0;
}
.rev_slider ul {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]:not(.ais-SearchBox-input),
input[type="tel"],
input[type="number"],
textarea {
    display: inline-block;
    font-family: inherit;
    font-weight: inherit;
    text-align: inherit;
    max-width: 100%;
    font-size: var(--wpex-input-font-size);
    line-height: var(--wpex-input-line-height);
    transition: var(--wpex-input-transition);
    padding: var(--wpex-input-padding);
    border-radius: var(--wpex-input-border-radius);
    color: var(--wpex-input-color);
    background: var(--wpex-input-bg);
    box-shadow: var(--wpex-input-box-shadow, none);
    border: var(--wpex-input-border-width) var(--wpex-input-border-style) var(--wpex-input-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:not(.ais-SearchBox-input):focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: var(--wpex-focus-input-outline-width) solid var(--wpex-focus-input-outline-color);
    outline-offset: var(--wpex-focus-input-outline-offset);
    color: var(--wpex-focus-input-color);
    background: var(--wpex-focus-input-bg);
    border-color: var(--wpex-focus-input-border-color);
    box-shadow: var(--wpex-focus-input-box-shadow, none);
}
input[type="search"]:not(.ais-SearchBox-input)::-webkit-search-decoration,
input[type="search"]:not(.ais-SearchBox-input)::-webkit-search-cancel-button,
input[type="search"]:not(.ais-SearchBox-input)::-webkit-search-results-button,
input[type="search"]:not(.ais-SearchBox-input)::-webkit-search-results-decoration {
    display: none;
}
textarea {
    width: 100%;
    max-width: 100%;
}
select {
    color: inherit;
    background-color: var(--wpex-input-bg);
    border: 1px solid var(--wpex-input-border-color);
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}
input:-webkit-autofill,
input:autofill {
    filter: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
:-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}
::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
.password-protection-box input {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.password-protection-box input[type="password"] {
    background: var(--wpex-white);
}
.password-protection-box input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-dropdown {
    background-color: var(--wpex-input-bg);
    border-color: var(--wpex-input-border-color);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--wpex-input-color);
    line-height: 35px;
}
body .select2-container .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--wpex-accent);
}
@supports (-webkit-overflow-scrolling: touch) {
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"]:not(.ais-SearchBox-input),
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select,
    textarea {
        font-size: 16px;
    }
}
.light-form {
    --wpex-input-color: #555;
    --wpex-focus-input-color: #555;
    --wpex-input-bg: var(--wpex-white);
    --wpex-focus-input-bg: var(--wpex-white);
    --wpex-input-border-width: 2px;
    --wpex-input-border-color: transparent;
    --wpex-focus-input-border-color: transparent;
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
    color: var(--wpex-white);
}
.wpex-form-min {
    --wpex-input-color: #444;
    --wpex-focus-input-color: #444;
    --wpex-input-bg: transparent;
    --wpex-focus-input-bg: transparent;
    --wpex-input-border-width: 1px;
    --wpex-input-border-radius: 0;
    --wpex-input-border-color: #ddd;
    --wpex-focus-input-border-color: #ddd;
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
    color: #444;
}
.wpex-form-gray {
    --wpex-input-color: #888;
    --wpex-focus-input-color: #888;
    --wpex-input-bg: #f7f7f7;
    --wpex-focus-input-bg: #f7f7f7;
    --wpex-input-border-width: 0;
    --wpex-input-border-color: transparent;
    --wpex-focus-input-border-color: transparent;
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
}
.wpex-form-modern {
    --wpex-input-color: #536570;
    --wpex-focus-input-color: var(--wpex-black);
    --wpex-input-bg: var(--wpex-white);
    --wpex-focus-input-bg: var(--wpex-white);
    --wpex-input-border-width: 1px;
    --wpex-input-border-color: #d4dbe0;
    --wpex-focus-input-border-color: #66afe9;
    --wpex-input-border-radius: 4px;
    --wpex-input-transition: all 0.15s;
    --wpex-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.072);
    color: #444;
}
.wpex-form-black {
    --wpex-input-color: var(--wpex-white);
    --wpex-focus-input-color: var(--wpex-white);
    --wpex-input-bg: var(--wpex-black);
    --wpex-focus-input-bg: var(--wpex-black);
    --wpex-input-border-color: var(--wpex-black);
    --wpex-focus-input-border-color: var(--wpex-black);
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
    color: var(--wpex-black);
}
.wpex-form-white-o {
    --wpex-input-color: var(--wpex-white);
    --wpex-focus-input-color: var(--wpex-white);
    --wpex-input-bg: transparent;
    --wpex-focus-input-bg: transparent;
    --wpex-input-border-color: var(--wpex-white);
    --wpex-focus-input-border-color: var(--wpex-white);
    --wpex-input-border-width: 3px;
    --wpex-btn-bg: var(--wpex-white);
    --wpex-hover-btn-bg: var(--wpex-white);
    --wpex-active-btn-bg: var(--wpex-white);
    --wpex-btn-color: var(--wpex-black);
    --wpex-hover-btn-color: var(--wpex-black);
    --wpex-active-btn-color: var(--wpex-black);
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
    color: var(--wpex-white);
}
.wpex-form-black-o {
    --wpex-input-color: var(--wpex-black);
    --wpex-focus-input-color: var(--wpex-black);
    --wpex-input-bg: transparent;
    --wpex-focus-input-bg: transparent;
    --wpex-input-border-color: var(--wpex-black);
    --wpex-focus-input-border-color: var(--wpex-black);
    --wpex-input-border-width: 3px;
    --wpex-btn-bg: var(--wpex-black);
    --wpex-hover-btn-bg: var(--wpex-black);
    --wpex-active-btn-bg: var(--wpex-black);
    --wpex-btn-color: var(--wpex-white);
    --wpex-hover-btn-color: var(--wpex-white);
    --wpex-active-btn-color: var(--wpex-white);
    --wpex-input-box-shadow: none;
    --wpex-focus-input-box-shadow: none;
    color: var(--wpex-black);
}
.wpex-form-white-o .wpex-select-arrow,
.wpex-form-black-o .wpex-select-arrow {
    font-size: 10px;
}
.wpex-form-white-o .wpex-select-arrow__icon.ticon::before,
.wpex-form-black-o .wpex-select-arrow__icon.ticon::before {
    content: "\f078";
}
.wpex-form-black-o .ajax-loader,
.wpex-form-black-o .wpcf7-spinner,
.wpex-form-white-o .ajax-loader,
.wpex-form-white-o .wpcf7-spinner,
.light-form .ajax-loader,
.light-form .wpcf7-spinner {
    opacity: 1;
}
.light-form label,
.wpex-form-black-o label,
.wpex-form-white-o label,
.wpex-form-white label,
.wpex-form-black label {
    color: inherit;
}
.full-width-input input[type="date"],
.full-width-input input[type="time"],
.full-width-input input[type="datetime-local"],
.full-width-input input[type="week"],
.full-width-input input[type="month"],
.full-width-input input[type="text"],
.full-width-input input[type="email"],
.full-width-input input[type="url"],
.full-width-input input[type="password"],
.full-width-input input[type="search"]:not(.ais-SearchBox-input),
.full-width-input input[type="tel"],
.full-width-input input[type="number"],
.full-width-input input[type="submit"],
.full-width-input textarea,
.full-width-input select,
.full-width-input .wpex-select-wrap,
.full-width-input .wpex-multiselect-wrap {
    width: 100%;
}
.full-width-input input[type="submit"] {
    width: 100%;
    padding: 0.9em 1.2em;
}
.theme-button,
.color-button,
input[type="submit"],
button,
.button,
.added_to_cart,
.wp-block-search .wp-block-search__button,
.wp-block-file a.wp-block-file__button {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    text-align: center;
    max-width: 100%;
    font-family: var(--wpex-btn-font-family);
    font-style: var(--wpex-btn-font-style);
    text-transform: var(--wpex-btn-text-transform);
    letter-spacing: var(--wpex-btn-letter-spacing);
    line-height: var(--wpex-btn-line-height);
    font-weight: var(--wpex-btn-font-weight);
    padding: var(--wpex-btn-padding);
    transition: 0.15s all ease;
    font-size: var(--wpex-btn-font-size);
    background-color: var(--wpex-btn-bg, var(--wpex-accent));
    color: var(--wpex-btn-color, var(--wpex-on-accent));
    border-radius: var(--wpex-btn-border-radius);
    border-width: var(--wpex-btn-border-width);
    border-style: var(--wpex-btn-border-style);
    border-color: var(--wpex-btn-border-color, currentColor);
}
.theme-button p,
.vcex-button p {
    margin: 0;
}
.theme-button:hover,
.color-button:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
.added_to_cart:hover {
    color: var(--wpex-hover-btn-color, var(--wpex-on-accent-alt));
    background-color: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
    border-color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
    text-decoration: none;
}
.theme-button:active,
.color-button:active,
input[type="submit"]:active,
button:active,
.button:active,
.active > .theme-button,
.theme-button.active {
    color: var(--wpex-active-btn-color, var(--wpex-hover-btn-color, var(--wpex-on-accent-alt)));
    background-color: var(--wpex-active-btn-bg, var(--wpex-hover-btn-bg, var(--wpex-accent-alt)));
    border-color: var(--wpex-active-btn-border-color, var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor)));
}
.theme-button.blue,
.color-button.blue,
.theme-button.minimal-border.blue:hover,
.theme-button.minimal-border.blue.active,
.active > .theme-button.minimal-border.blue,
.theme-button.outline.blue:hover,
.theme-button.outline.blue.active,
.active > .theme-button.outline.blue {
    background: var(--wpex-blue);
    color: var(--wpex-white);
}
.theme-button.white,
.color-button.white,
.theme-button.minimal-border.white:hover,
.theme-button.minimal-border.white.active,
.active > .theme-button.minimal-border.white,
.theme-button.outline.white:hover,
.theme-button.outline.white.active,
.active > .theme-button.outline.white {
    background: var(--wpex-white);
    color: var(--wpex-white);
}
.theme-button.black,
.color-button.black,
.theme-button.minimal-border.black:hover,
.theme-button.minimal-border.black.active,
.active > .theme-button.minimal-border.black,
.theme-button.outline.black:hover,
.theme-button.outline.black.active,
.active > .theme-button.outline.black {
    background: var(--wpex-black);
    color: var(--wpex-white);
}
.theme-button.red,
.color-button.red,
.theme-button.minimal-border.red:hover,
.theme-button.minimal-border.red.active,
.active > .theme-button.minimal-border.red,
.theme-button.outline.red:hover,
.theme-button.outline.red.active,
.active > .theme-button.outline.red {
    background: var(--wpex-red);
    color: var(--wpex-white);
}
.theme-button.orange,
.color-button.orange,
.theme-button.minimal-border.orange:hover,
.theme-button.minimal-border.orange.active,
.active > .theme-button.minimal-border.orange,
.theme-button.outline.orange:hover,
.theme-button.outline.orange.active,
.active > .theme-button.outline.orange {
    background: var(--wpex-orange);
    color: var(--wpex-white);
}
.theme-button.green,
.color-button.green,
.theme-button.minimal-border.green:hover,
.theme-button.minimal-border.green.active,
.active > .theme-button.minimal-border.green,
.theme-button.outline.green:hover,
.theme-button.outline.green.active,
.active > .theme-button.outline.green {
    background: var(--wpex-green);
    color: var(--wpex-white);
}
.theme-button.purple,
.color-button.purple,
.theme-button.minimal-border.purple:hover,
.theme-button.minimal-border.purple.active,
.active > .theme-button.minimal-border.purple,
.theme-button.outline.purple:hover,
.theme-button.outline.purple.active,
.active > .theme-button.outline.purple {
    background: var(--wpex-purple);
    color: var(--wpex-white);
}
.theme-button.grey,
.color-button.grey,
.theme-button.minimal-border.grey:hover,
.theme-button.minimal-border.grey.active,
.active > .theme-button.minimal-border.grey,
.theme-button.outline.grey:hover,
.theme-button.outline.grey.active,
.active > .theme-button.outline.grey {
    background: var(--wpex-grey);
    color: var(--wpex-white);
}
.theme-button.pink,
.color-button.pink,
.theme-button.minimal-border.pink:hover,
.theme-button.minimal-border.pink.active,
.active > .theme-button.minimal-border.pink,
.theme-button.outline.pink:hover,
.theme-button.outline.pink.active,
.active > .theme-button.outline.pink {
    background: var(--wpex-pink);
    color: var(--wpex-white);
}
.theme-button.teal,
.color-button.teal,
.theme-button.minimal-border.teal:hover,
.theme-button.minimal-border.teal.active,
.active > .theme-button.minimal-border.teal,
.theme-button.outline.teal:hover,
.theme-button.outline.teal.active,
.active > .theme-button.outline.teal {
    background: var(--wpex-teal);
    color: var(--wpex-white);
}
.theme-button.brown,
.color-button.brown,
.theme-button.minimal-border.brown:hover,
.theme-button.minimal-border.brown.active,
.active > .theme-button.minimal-border.brown,
.theme-button.outline.brown:hover,
.theme-button.outline.brown.active,
.active > .theme-button.outline.brown {
    background: var(--wpex-brown);
    color: var(--wpex-white);
}
.theme-button.gold,
.color-button.gold,
.theme-button.minimal-border.gold:hover,
.theme-button.minimal-border.gold.active,
.active > .theme-button.minimal-border.gold,
.theme-button.outline.gold:hover,
.theme-button.outline.gold.active,
.active > .theme-button.outline.gold {
    background: var(--wpex-gold);
    color: var(--wpex-white);
}
.theme-button.rosy,
.color-button.rosy,
.theme-button.minimal-border.rosy:hover,
.theme-button.minimal-border.rosy.active,
.active > .theme-button.minimal-border.rosy,
.theme-button.outline.rosy:hover,
.theme-button.outline.rosy.active,
.active > .theme-button.outline.rosy {
    background: var(--wpex-rosy);
    color: var(--wpex-white);
}
.theme-button.blue:hover,
.active > .theme-button.blue,
.theme-button.blue.active {
    background: var(--wpex-blue-alt);
    color: var(--wpex-white);
}
.theme-button.black:hover,
.active > .theme-button.black,
.theme-button.black.active {
    background: var(--wpex-gray-800);
    color: var(--wpex-white);
}
.theme-button.red:hover,
.active > .theme-button.red,
.theme-button.red.active {
    background: var(--wpex-red-alt);
    color: var(--wpex-white);
}
.theme-button.orange:hover,
.active > .theme-button.orange,
.theme-button.orange.active {
    background: var(--wpex-orange-alt);
    color: var(--wpex-white);
}
.theme-button.green:hover,
.active > .theme-button.green,
.theme-button.green.active {
    background: var(--wpex-green-alt);
    color: var(--wpex-white);
}
.theme-button.purple:hover,
.active > .theme-button.purple,
.theme-button.purple.active {
    background: var(--wpex-purple-alt);
    color: var(--wpex-white);
}
.theme-button.grey:hover,
.active > .theme-button.grey,
.theme-button.grey.active {
    background: var(--wpex-grey-alt);
    color: var(--wpex-white);
}
.theme-button.pink:hover,
.active > .theme-button.pink,
.theme-button.pink.active {
    background: var(--wpex-pink-alt);
    color: var(--wpex-white);
}
.theme-button.teal:hover,
.active > .theme-button.teal,
.theme-button.teal.active {
    background: var(--wpex-teal-alt);
    color: var(--wpex-white);
}
.theme-button.brown:hover,
.active > .theme-button.brown,
.theme-button.brown.active {
    background: var(--wpex-brown-alt);
    color: var(--wpex-white);
}
.theme-button.gold:hover,
.active > .theme-button.gold,
.theme-button.gold.active {
    background: var(--wpex-gold-alt);
    color: var(--wpex-white);
}
.theme-button.rosy:hover,
.active > .theme-button.rosy,
.theme-button.rosy.active {
    background: var(--wpex-rosy-alt);
    color: var(--wpex-white);
}
.theme-button.minimal-border.blue {
    border-color: var(--wpex-blue);
}
.theme-button.minimal-border.white {
    border-color: var(--wpex-white);
}
.theme-button.minimal-border.black {
    border-color: var(--wpex-black);
}
.theme-button.minimal-border.red {
    border-color: var(--wpex-red);
}
.theme-button.minimal-border.orange {
    border-color: var(--wpex-orange);
}
.theme-button.minimal-border.green {
    border-color: var(--wpex-green);
}
.theme-button.minimal-border.purple {
    border-color: var(--wpex-purple);
}
.theme-button.minimal-border.grey {
    border-color: var(--wpex-grey);
}
.theme-button.minimal-border.pink {
    border-color: var(--wpex-pink);
}
.theme-button.minimal-border.teal {
    border-color: var(--wpex-teal);
}
.theme-button.minimal-border.brown {
    border-color: var(--wpex-brown);
}
.theme-button.minimal-border.gold {
    border-color: var(--wpex-gold);
}
.theme-button.minimal-border.rosy {
    border-color: var(--wpex-rosy);
}
.theme-button.clean.blue,
.theme-button.outline.blue,
.theme-button.minimal-border.blue,
.theme-txt-link.blue {
    color: var(--wpex-blue);
}
.theme-button.clean.red,
.theme-button.outline.red,
.theme-button.minimal-border.red,
.theme-txt-link.red {
    color: var(--wpex-red);
}
.theme-button.clean.black,
.theme-button.outline.black,
.theme-button.minimal-border.black,
.theme-txt-link.black {
    color: var(--wpex-black);
}
.theme-button.clean.orange,
.theme-button.outline.orange,
.theme-button.minimal-border.orange,
.theme-txt-link.orange {
    color: var(--wpex-orange);
}
.theme-button.clean.green,
.theme-button.outline.green,
.theme-button.minimal-border.green,
.theme-txt-link.green {
    color: var(--wpex-green);
}
.theme-button.clean.purple,
.theme-button.outline.purple,
.theme-button.minimal-border.purple,
.theme-txt-link.purple {
    color: var(--wpex-purple);
}
.theme-button.clean.grey,
.theme-button.outline.grey,
.theme-button.minimal-border.grey,
.theme-txt-link.grey {
    color: var(--wpex-grey);
}
.theme-button.clean.pink,
.theme-button.outline.pink,
.theme-button.minimal-border.pink,
.theme-txt-link.pink {
    color: var(--wpex-pink);
}
.theme-button.clean.teal,
.theme-button.outline.teal,
.theme-button.minimal-border.teal,
.theme-txt-link.teal {
    color: var(--wpex-teal);
}
.theme-button.clean.brown,
.theme-button.outline.brown,
.theme-button.minimal-border.brown,
.theme-txt-link.brown {
    color: var(--wpex-brown);
}
.theme-button.clean.gold,
.theme-button.outline.gold,
.theme-button.minimal-border.gold,
.theme-txt-link.gold {
    color: var(--wpex-gold);
}
.theme-button.clean.rosy,
.theme-button.outline.rosy,
.theme-button.minimal-border.rosy,
.theme-txt-link.rosy {
    color: var(--wpex-rosy);
}
.theme-button.clean.white,
.theme-button.outline.white:hover,
.theme-button.outline.white.active,
.active > .theme-button.outline.white,
.theme-button.minimal-border.white:hover,
.theme-button.minimal-border.white.active,
.active > .theme-button.minimal-border.white {
    color: var(--wpex-black);
}
.theme-button.outline.white,
.theme-button.minimal-border.white,
.theme-txt-link.white {
    color: var(--wpex-white);
}
.theme-button.graphical {
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
}
.theme-button.graphical:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}
.theme-button.three-d {
    border-width: 0 0 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
}
.theme-button.three-d:active {
    border-color: transparent;
}
.theme-button.white,
.color-button.white {
    color: var(--wpex-black);
}
.theme-button.white:hover,
.active > .theme-button.white,
.theme-button.active.white {
    background: var(--wpex-white);
}
.theme-button.outline {
    background: none;
    border: var(--wpex-outline-btn-border-width, 3px) solid currentColor;
    font-weight: var(--wpex-bold);
    color: var(--wpex-accent);
}
.wpex-carousel .theme-button.outline {
    background: none;
}
.active > .theme-button.outline,
.theme-button.outline.active,
.theme-button.outline:hover {
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
    border-color: transparent !important;
}
.theme-button.clean,
.theme-button.clean:hover,
.theme-button.clean.active,
.active > .theme-button.clean {
    color: var(--wpex-accent);
    font-weight: var(--wpex-bold);
    border: 1px solid var(--wpex-surface-4);
    background-image: linear-gradient(to top, var(--wpex-surface-2) 0%, var(--wpex-surface-1) 100%);
    box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13);
}
body .theme-button.clean:hover,
body .theme-button.clean.active,
body .active > .theme-button.clean {
    color: var(--wpex-text-1);
}
.theme-button.clean.black:hover {
    color: #777;
}
.theme-button.clean:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.theme-button.minimal-border {
    background: none;
    color: var(--wpex-text-3);
    border: 1px solid var(--wpex-border-main);
    border-radius: 0;
}
.theme-button.minimal-border:hover,
.active > .theme-button.minimal-border,
.theme-button.minimal-border.active {
    background: var(--wpex-surface-2);
}
.active > .theme-txt-link,
.theme-txt-link.active {
    text-decoration: underline;
}
.theme-txt-link.expanded {
    width: 100%;
    display: block;
}
.color-button {
    margin: 0 5px 5px 0;
    display: inline-block;
}
.color-button:hover {
    opacity: 0.85;
}
.theme-button.small,
.color-button.small,
.theme-txt-link.small {
    font-size: var(--wpex-text-sm);
}
.theme-button.medium,
.color-button.medium,
.theme-txt-link.medium {
    font-size: var(--wpex-text-md);
}
.theme-button.large,
.color-button.large,
.theme-txt-link.large {
    font-size: var(--wpex-text-xl);
}
.theme-button.align-left,
.color-button.align-left,
.theme-txt-link.align-left {
    float: left;
}
.theme-button.align-right,
.color-button.align-right,
.theme-txt-link.align-right {
    float: right;
}
.theme-button.expanded {
    width: 100%;
    padding: 0.9em 1.2em;
    text-align: center;
    float: none;
}
.theme-button.full-width {
    width: 100%;
}
.theme-button-icon-right,
.color-button-icon-right {
    padding-left: 0.769em;
}
.theme-button-icon-left,
.color-button-icon-left {
    padding-right: 0.769em;
}
.theme-button.animate-on-hover {
    transition: 0.25s;
}
.wpex-accent-bg,
.background-highlight {
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
}
.wpex-accent-color,
a.wpex-accent-color {
    color: var(--wpex-accent);
}
.has-accent-background-color {
    background-color: var(--wpex-accent);
}
.has-accent-color {
    color: var(--wpex-accent);
}
body .textcenter {
    text-align: center;
}
body .textright {
    text-align: right;
}
body .textleft {
    text-align: left;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
.alignfull > img,
img.alignfull {
    max-width: none;
}
img.alignnone {
    vertical-align: middle;
}
.site-full-width.content-full-width .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: 100vw;
}
.site-full-width.content-full-width .alignfull > .wp-block-group__inner-container,
.site-full-width.content-full-width .alignfull > .wp-block-cover__inner-container {
    width: var(--wpex-container-width);
}
.site-full-width.content-full-width .alignfull > .wp-block-group__inner-container,
.site-full-width.content-full-width .alignfull:not(.has-custom-content-position) > .wp-block-cover__inner-container {
    margin: 0 auto;
}
.site-full-width.content-full-width .alignfull .alignfull {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wpex-responsive.site-full-width.content-full-width .alignfull > .wp-block-group__inner-container,
.wpex-responsive.site-full-width.content-full-width .alignfull:not(.has-custom-content-position) > .wp-block-cover__inner-container {
    max-width: var(--wpex-container-max-width);
}
.site-boxed.content-full-width .alignfull {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 960px) {
    .content-full-width .alignwide {
        width: calc(100% + 120px);
        max-width: 100vw;
        margin-left: -60px;
        margin-right: -60px;
    }
    img.alignwide {
        max-width: none;
        display: block;
    }
}
.alignwide figcaption,
.alignfull figcaption {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}
.floatleftcenter {
    float: none;
    margin: 0 auto;
}
.floatcenter {
    margin: 0 auto;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.wp-caption.aligncenter,
.wp-caption.alignnone {
    margin-bottom: var(--wpex-el-margin-bottom);
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0 none;
}
.wp-smiley {
    margin: 0;
    max-height: 1em;
}
#img-attch-page {
    text-align: center;
    overflow: hidden;
}
#img-attch-page img {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: var(--wpex-el-margin-bottom);
}
.post-password-form input {
    margin-top: 10px;
}
form.login {
    padding: 20px;
    border: 1px solid var(--wpex-border-main);
}
form.login .lost_password {
    margin-left: 20px;
    display: inline-block;
}
.wpex-gallery p {
    margin: 0;
}
.gallery-item img {
    vertical-align: middle;
}
.gallery {
    display: grid;
    text-align: center;
    gap: 20px;
}
.elementor-image-gallery .gallery {
    display: block;
    text-align: initial;
}
.gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.gallery.gallery-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.gallery.gallery-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.gallery.gallery-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.gallery-caption {
    display: block;
}
.gallery-caption,
.wp-caption figcaption,
.wp-caption p.wp-caption-text {
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    line-height: var(--wpex-leading-normal);
}
.wp-block-button__link {
    font-size: var(--wpex-btn-font-size);
    font-weight: var(--wpex-btn-font-weight);
    color: var(--wpex-btn-color, var(--wpex-on-accent));
    background: var(--wpex-btn-bg, var(--wpex-accent));
    border-radius: var(--wpex-btn-border-radius);
}
a.wp-block-button__link {
    text-decoration: none;
}
.is-style-fill .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-fill:not(.has-background) {
    background: var(--wpex-accent);
}
.is-style-outline > .wp-block-button__link:not(.has-color):not(.has-text-color):not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-color):not(.has-text-color):not(.has-background) {
    border-color: currentColor;
    font-weight: var(--wpex-bold);
}
.is-style-outline > .wp-block-button__link:not(.has-color):not(.has-text-color):not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-color):not(.has-text-color):not(.has-background):hover {
    background: var(--wpex-accent);
    color: var(--wpex-on-accent);
}
.is-style-outline > .wp-block-button__link:not(.has-color):not(.has-text-color):not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-color):not(.has-text-color):not(.has-text-color) {
    color: var(--wpex-accent);
}
.non-clickable {
    cursor: default;
}
.wpex-thumbnail-format-icon {
    font-size: 21px;
}
.text-highlight {
    background: yellow;
    color: black;
}
body:not(.compose-mode) .wpex-toggle-element:not(.wpex-toggle-element--visible) {
    display: none;
}
.wpex-card {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.wpex-card-modal.fancybox-content {
    min-width: 300px;
    max-width: 900px;
    padding: 0px;
}
.wpex-card-star-rating {
    color: var(--wpex-star-rating-color);
    letter-spacing: 2px;
}
.wpex-card-media .overlay-parent {
    border-radius: inherit;
}
.wpex-card-icon {
    line-height: 1;
}
.wpex-card-price ins {
    text-decoration: none;
}
.wpex-card-media,
.wpex-card-thumbnail {
    max-width: var(--wpex-card-media-max-width);
}
.wpex-card-thumbnail-sm {
    max-width: 150px;
}
.wpex-card-testimonial_6 .wpex-card-thumbnail {
    margin-top: -50px;
}
.wpex-card-testimonial_6 .wpex-card-thumbnail img {
    width: 100px;
    height: 100px;
}
.wpex-card-media.wpex-self-stretch .wpex-card-video,
.wpex-card-media.wpex-self-stretch .wpex-responsive-media {
    height: 100%;
}
.wpex-card-media.wpex-self-stretch .wpex-card-video video,
.wpex-card-media.wpex-self-stretch .wpex-responsive-media video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
[class*="wpex-card-template_"] > .wpex-card-inner {
    display: flex;
    flex-grow: 1;
    width: 100%;
    flex-direction: column;
}
[class*="wpex-card-template_"] > .wpex-card-inner > .vc_row-o-equal-height {
    display: flex;
    flex-grow: 1;
}
[class*="wpex-card-template_"] .vc_row-o-equal-height .wpb_wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
[class*="wpex-card-template_"] .vc_row-o-equal-height .wpb_wrapper .vcex-button {
    align-self: flex-start;
}
[class*="wpex-card-template_"] .vc_row-o-equal-height .wpb_wrapper .vcex-divider {
    width: 100%;
}
[class*="wpex-card-template_"] .vc_row-o-equal-height .wpb_wrapper .vcex-heading.wpex-m-auto {
    margin: 0;
}
.check-list {
    margin: 0 0 var(--wpex-el-margin-bottom);
    list-style: none;
}
.check-list li {
    margin: 0 0 5px;
}
.check-list li::before {
    content: "\f00c";
    margin-right: 10px;
}
.svg-ticons .check-list li::before {
    content: "\2713";
}
.dropcap {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 3.231em;
    line-height: 100%;
}
.dropcap.boxed {
    color: var(--wpex-white);
    background: var(--wpex-black);
    padding: 5px 10px;
}
.wpex-show-on-load,
.fade-in-image {
    transition: 0.4s;
}
body:not(.compose-mode):not(.wpex-window-loaded) .wpex-show-on-load,
body:not(.compose-mode):not(.wpex-window-loaded) .fade-in-image {
    opacity: 0;
}
video {
    max-width: 100%;
}
.entry iframe,
.entry embed {
    max-width: 100%;
}
.wpex-responsive-media {
    position: relative;
    padding-top: 56%;
}
.wpb_video_wrapper .wpex-responsive-media,
.wp-block-embed.wp-has-aspect-ratio .wpex-responsive-media {
    padding-top: 0;
    position: static;
}
.wpex-responsive-media > div {
    padding-top: 0;
    position: static;
}
.wpex-responsive-media iframe,
.wpex-responsive-media object,
.wpex-responsive-media embed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpex-responsive-media p {
    margin: 0;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-video,
.wp-video-shortcode {
    width: 100% !important;
}
.wp-video-shortcode:not(.mejs-video) {
    height: auto !important;
}
.wpex-rounded-images figure img,
.wpex-rounded-images figure .theme-overlay,
.wpex-rounded-images figure .wpex-image-hover {
    border-radius: var(--wpex-rounded-full);
}
.stretch-image img,
img.stretch-image {
    display: block;
    width: 100% !important;
}
.image-shadow {
    background: var(--wpex-surface-1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.image-border {
    padding: 4px;
    background: var(--wpex-surface-1);
    border: 1px solid var(--wpex-border-main);
}
.image-rounded {
    background: var(--wpex-surface-1);
    border-radius: var(--wpex-rounded-xs);
}
.image-circle {
    background: var(--wpex-surface-1);
    border-radius: var(--wpex-rounded-full);
}
.image-hover:hover,
.image-fancy:hover {
    opacity: 0.8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.image-fancy {
    background: var(--wpex-surface-1);
    padding: 4px;
    border: 1px solid var(--wpex-surface-3);
    border-radius: var(--wpex-rounded-full);
}
.image-filter-grayscale img,
img.image-filter-grayscale {
    filter: grayscale(100%);
}
.image-filter-sepia img,
img.image-filter-sepia {
    filter: sepia(100%);
}
.image-filter-contrast-150 img,
img.image-filter-contrast-150 {
    filter: contrast(150%);
}
.image-filter-saturate-2 img,
img.image-filter-saturate-2 {
    filter: saturate(2);
}
img.wpex-image-hover,
.wpex-image-hover img {
    transition: all 250ms;
}
img.wpex-image-hover,
span.wpex-image-hover:not(.wpex-flex):not(.wpex-flex-inline):not(.wpex-block) {
    display: inline-block;
}
.wpex-image-hover.grow.overlay-parent,
.wpex-image-hover.grow.entry-media,
.wpex-image-hover.grow.wpex-card-thumbnail,
.wpex-image-hover.grow.related-post-thumb,
.wpex-image-hover.side-pan.overlay-parent,
.wpex-image-hover.side-pan.entry-media,
.wpex-image-hover.side-pan.wpex-card-thumbnail,
.wpex-image-hover.side-pan.related-post-thumb,
.wpex-image-hover.vertical-pan.overlay-parent,
.wpex-image-hover.vertical-pan.entry-media,
.wpex-image-hover.vertical-pan.wpex-card-thumbnail,
.wpex-image-hover.vertical-pan.related-post-thumb,
.wpex-image-hover.blurr.overlay-parent,
.wpex-image-hover.blurr.entry-media,
.wpex-image-hover.blurr.wpex-card-thumbnail,
.wpex-image-hover.blurr.related-post-thumb {
    display: inline-block;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    vertical-align: top;
}
.wpex-image-hover.blurr,
.wpex-image-hover.blurr-invert {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
img.wpex-image-hover.opacity-invert,
.wpex-image-hover.opacity-invert img,
.wpex-image-hover.opacity:hover img,
img.wpex-image-hover.opacity:hover {
    opacity: 0.8;
}
img.wpex-image-hover.opacity-invert:hover,
.wpex-image-hover.opacity-invert:hover img {
    opacity: 1;
}
.wpex-image-hover.grow.overlay-parent:hover img,
img.wpex-image-hover.grow:hover,
.wpex-image-hover.grow img:hover {
    transform: scale(1.2);
    backface-visibility: hidden;
}
.wpex-image-hover.grow:not(.overlay-parent) img:hover {
    position: relative;
    z-index: 1;
}
.wpex-image-hover.shrink.overlay-parent:hover img,
img.wpex-image-hover.shrink:hover,
.wpex-image-hover.shrink img:hover {
    transform: scale(0.8);
}
.wpex-image-hover.side-pan.overlay-parent:hover img,
img.wpex-image-hover.side-pan:hover,
.wpex-image-hover.side-pan img:hover {
    margin-left: -5%;
    transform: scale(1.2);
    backface-visibility: hidden;
}
.wpex-image-hover.vertical-pan.overlay-parent:hover img,
img.wpex-image-hover.vertical-pan:hover,
.wpex-image-hover.vertical-pan img:hover {
    margin-top: -10%;
    transform: scale(1.2);
    backface-visibility: hidden;
}
.wpex-image-hover.tilt.overlay-parent:hover img,
img.wpex-image-hover.tilt:hover,
.wpex-image-hover.tilt img:hover {
    transform: rotate(-10deg);
}
.wpex-image-hover.blurr-invert img,
img.wpex-image-hover.blurr-invert,
.wpex-image-hover.blurr.overlay-parent:hover img,
img.wpex-image-hover.blurr:hover,
.wpex-image-hover.blurr img:hover {
    filter: blur(3px);
}
.wpex-image-hover.blurr-invert.overlay-parent:hover img,
img.wpex-image-hover.blurr-invert:hover,
.wpex-image-hover.blurr-invert img:hover {
    filter: blur(0px);
}
.wpex-image-hover.sepia.overlay-parent:hover img,
.wpex-image-hover.sepia img:hover,
img.wpex-image-hover.sepia:hover {
    filter: sepia(100%);
}
.wpex-image-hover.grayscale-invert img,
img.wpex-image-hover.grayscale-invert,
.wpex-image-hover.grayscale.overlay-parent:hover img,
.wpex-image-hover.grayscale img:hover,
img.wpex-image-hover.grayscale:hover {
    filter: grayscale(100%);
}
.wpex-image-hover.grayscale-invert.overlay-parent:hover img,
.wpex-image-hover.grayscale-invert img:hover,
img.wpex-image-hover.grayscale-invert:hover {
    filter: grayscale(0%);
}
.wpex-image-hover.fade-in,
.wpex-image-hover.fade-out {
    background: var(--wpex-black);
    overflow: visible;
    display: block;
    width: 100%;
}
.wpex-image-hover.fade-in img,
.wpex-image-hover.fade-out img {
    width: 100%;
}
.wpex-image-hover.fade-in img,
.wpex-image-hover.fade-out:hover img {
    opacity: 0.7;
}
.wpex-image-hover.fade-in:hover img {
    opacity: 1;
}
.wpex-hamburger-icon {
    position: relative;
    display: inline-block;
    height: calc((var(--wpex-hamburger-icon-bar-height, 3px) * 3) + (var(--wpex-hamburger-icon-gutter, 4px) * 2));
    width: calc(var(--wpex-hamburger-icon-width, 22px));
}
.wpex-hamburger-icon > span,
.wpex-hamburger-icon > span::before,
.wpex-hamburger-icon > span::after {
    background: currentColor;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    height: var(--wpex-hamburger-icon-bar-height, 3px);
    width: 100%;
    transform-style: preserve-3d;
}
.wpex-hamburger-icon > span {
    top: 50%;
    margin-top: calc(-1 * (var(--wpex-hamburger-icon-bar-height, 3px) / 2));
}
.wpex-hamburger-icon > span::before {
    top: calc(-1 * (var(--wpex-hamburger-icon-bar-height, 3px) + var(--wpex-hamburger-icon-gutter, 4px)));
}
.wpex-hamburger-icon > span::after {
    top: calc((var(--wpex-hamburger-icon-bar-height, 3px) + var(--wpex-hamburger-icon-gutter, 4px)));
}
.wpex-hamburger-icon--rounded > span,
.wpex-hamburger-icon--rounded > span::before,
.wpex-hamburger-icon--rounded > span::after {
    border-radius: 9999px;
}
.wpex-hamburger-icon--active > span {
    background: none;
}
.wpex-hamburger-icon--active > span::before,
.wpex-hamburger-icon--active > span::after {
    top: 0;
}
.wpex-hamburger-icon--active > span::before {
    transform: rotatez(-45deg);
}
.wpex-hamburger-icon--active > span::after {
    transform: rotatez(45deg);
}
.wpex-hamburger-icon--animate > span {
    transition: background 10ms 0.15s ease;
}
.wpex-hamburger-icon--animate > span::before,
.wpex-hamburger-icon--animate > span::after {
    transition: top 0.15s 0.2s ease, transform 0.15s 0.05s ease;
}
.wpex-hamburger-icon--animate.wpex-hamburger-icon--active > span::before,
.wpex-hamburger-icon--animate.wpex-hamburger-icon--active > span::after {
    transition: top 0.15s 0.05s ease, transform 0.15s 0.2s ease;
}
.wpex-shape-divider {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1;
}
.wpex-shape-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.wpex-shape-divider .wpex-shape-divider-path {
    transform-origin: center;
}
.wpex-shape-divider.skrollable {
    opacity: 1 !important;
}
.wpex-shape-divider-top {
    top: -1px;
}
.wpex-shape-divider-bottom {
    bottom: -1px;
}
.wpex-shape-divider-rotate {
    transform: rotate(180deg);
}
.wpex-shape-divider-flip svg {
    transform: translateX(-50%) rotateY(180deg);
}
.wpex-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    color: inherit;
    padding: 0;
    height: 1.846em;
    width: 1.846em;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    border-radius: inherit;
    transition: 0.15s all ease;
    box-sizing: content-box;
    text-decoration: none;
}
.wpex-social-btn:hover {
    text-decoration: none;
}
.wpex-social-btn-minimal {
    color: var(--wpex-gray-400);
    border: 1px solid var(--wpex-surface-3);
}
.wpex-social-btn-minimal:hover {
    background: var(--wpex-surface-2);
}
.site-footer .wpex-social-btn-minimal {
    border-color: currentColor;
}
.wpex-social-btn-flat {
    color: var(--wpex-gray-500);
    background: var(--wpex-surface-2);
}
.wpex-social-btn-3d {
    background: var(--wpex-gray-400);
    border-bottom: 3px solid rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}
.wpex-social-btn-3d:hover {
    background: var(--wpex-gray-600);
}
.wpex-social-btn-3d:active {
    border: 0;
}
.wpex-social-btn-3d:not(.wpex-has-custom-color) {
    color: var(--wpex-white) !important;
}
.wpex-social-btn-black,
.wpex-social-btn-black-ch {
    background: var(--wpex-black);
}
.wpex-social-btn-black:not(.wpex-has-custom-color),
.wpex-social-btn-black-ch:not(.wpex-has-custom-color) {
    color: var(--wpex-white) !important;
}
.wpex-social-btn-graphical {
    background: var(--wpex-accent);
    color: var(--wpex-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.wpex-social-btn-graphical:hover {
    color: var(--wpex-white);
}
.wpex-social-btn-bordered {
    border: 2px solid var(--wpex-gray-500);
}
.wpex-social-btn-bordered:hover {
    background: currentColor;
}
.wpex-social-btn-bordered:hover > * {
    color: var(--wpex-white);
}
#outer-wrap .wpex-social-color.wpex-twitter,
#outer-wrap .wpex-social-color-hover.wpex-twitter:hover {
    color: #1da1f2;
}
#outer-wrap .wpex-social-color.wpex-facebook,
#outer-wrap .wpex-social-color-hover.wpex-facebook:hover {
    color: #1877f2;
}
#outer-wrap .wpex-social-color.wpex-pinterest,
#outer-wrap .wpex-social-color-hover.wpex-pinterest:hover {
    color: #bd081c;
}
#outer-wrap .wpex-social-color.wpex-linkedin,
#outer-wrap .wpex-social-color-hover.wpex-linkedin:hover {
    color: #0a66c2;
}
#outer-wrap .wpex-social-color.wpex-tripadvisor,
#outer-wrap .wpex-social-color-hover.wpex-tripadvisor:hover {
    color: #34e0a1;
}
#outer-wrap .wpex-social-color.wpex-etsy,
#outer-wrap .wpex-social-color-hover.wpex-etsy:hover {
    color: #f16521;
}
#outer-wrap .wpex-social-color.wpex-discord,
#outer-wrap .wpex-social-color-hover.wpex-discord:hover {
    color: #5865f2;
}
#outer-wrap .wpex-social-color.wpex-dribbble,
#outer-wrap .wpex-social-color-hover.wpex-dribbble:hover {
    color: #ea4c89;
}
#outer-wrap .wpex-social-color.wpex-skype,
#outer-wrap .wpex-social-color-hover.wpex-skype:hover {
    color: #00aff0;
}
#outer-wrap .wpex-social-color.wpex-envelope,
#outer-wrap .wpex-social-color-hover.wpex-envelope:hover {
    color: #666;
}
#outer-wrap .wpex-social-color.wpex-mail,
#outer-wrap .wpex-social-color-hover.wpex-mail:hover {
    color: #666;
}
#outer-wrap .wpex-social-color.wpex-instagram,
#outer-wrap .wpex-social-color-hover.wpex-instagram:hover {
    color: #bc2a8d;
}
#outer-wrap .wpex-social-color.wpex-flickr,
#outer-wrap .wpex-social-color-hover.wpex-flickr:hover {
    color: #0063dc;
}
#outer-wrap .wpex-social-color.wpex-vk,
#outer-wrap .wpex-social-color-hover.wpex-vk:hover {
    color: #4680c2;
}
#outer-wrap .wpex-social-color.wpex-trello,
#outer-wrap .wpex-social-color-hover.wpex-trello:hover {
    color: #0052cc;
}
#outer-wrap .wpex-social-color.wpex-tumblr,
#outer-wrap .wpex-social-color-hover.wpex-tumblr:hover {
    color: #36465d;
}
#outer-wrap .wpex-social-color.wpex-foursquare,
#outer-wrap .wpex-social-color-hover.wpex-foursquare:hover {
    color: #f94877;
}
#outer-wrap .wpex-social-color.wpex-xing,
#outer-wrap .wpex-social-color-hover.wpex-xing:hover {
    color: #006567;
}
#outer-wrap .wpex-social-color.wpex-renren,
#outer-wrap .wpex-social-color-hover.wpex-renren:hover {
    color: #217dc6;
}
#outer-wrap .wpex-social-color.wpex-vimeo,
#outer-wrap .wpex-social-color-hover.wpex-vimeo:hover {
    color: #1ab7ea;
}
#outer-wrap .wpex-social-color.wpex-youtube,
#outer-wrap .wpex-social-color-hover.wpex-youtube:hover {
    color: red;
}
#outer-wrap .wpex-social-color.wpex-rss,
#outer-wrap .wpex-social-color-hover.wpex-rss:hover {
    color: #ff7900;
}
#outer-wrap .wpex-social-color.wpex-yelp,
#outer-wrap .wpex-social-color-hover.wpex-yelp:hover {
    color: #d32323;
}
#outer-wrap .wpex-social-color.wpex-houzz,
#outer-wrap .wpex-social-color-hover.wpex-houzz:hover {
    color: #4dbc15;
}
#outer-wrap .wpex-social-color.wpex-whatsapp,
#outer-wrap .wpex-social-color-hover.wpex-whatsapp:hover {
    color: #25d366;
}
#outer-wrap .wpex-social-color.wpex-spotify,
#outer-wrap .wpex-social-color-hover.wpex-spotify:hover {
    color: #1ed760;
}
#outer-wrap .wpex-social-color.wpex-twitch,
#outer-wrap .wpex-social-color-hover.wpex-twitch:hover {
    color: #9146ff;
}
#outer-wrap .wpex-social-color.wpex-quora,
#outer-wrap .wpex-social-color-hover.wpex-quora:hover {
    color: #b92b27;
}
#outer-wrap .wpex-social-color.wpex-github,
#outer-wrap .wpex-social-color-hover.wpex-github:hover {
    color: #181717;
}
#outer-wrap .wpex-social-color.wpex-tiktok,
#outer-wrap .wpex-social-color-hover.wpex-tiktok:hover {
    color: #000;
}
#outer-wrap .wpex-social-color.wpex-reddit,
#outer-wrap .wpex-social-color-hover.wpex-reddit:hover {
    color: #f40;
}
#outer-wrap .wpex-social-color.wpex-email,
#outer-wrap .wpex-social-color-hover.wpex-email:hover {
    color: var(--wpex-social-email-color, var(--wpex-gray-600));
}
#outer-wrap .wpex-social-color.wpex-website,
#outer-wrap .wpex-social-color-hover.wpex-website:hover {
    color: var(--wpex-social-website-color, #333);
}
#outer-wrap .wpex-social-color.wpex-phone-number,
#outer-wrap .wpex-social-color-hover.wpex-phone-number:hover {
    color: var(--wpex-social-phone-color, #3395ff);
}
#outer-wrap .wpex-social-color.wpex-phone,
#outer-wrap .wpex-social-color-hover.wpex-phone:hover {
    color: var(--wpex-social-phone-color, #3395ff);
}
.wpex-social-bg {
    background: var(--wpex-accent);
}
.wpex-social-bg:hover {
    opacity: 0.8;
}
.wpex-social-bg:not(.wpex-has-custom-color) {
    color: var(--wpex-white) !important;
}
.wpex-social-bg.wpex-twitter,
.wpex-social-bg-hover.wpex-twitter:hover {
    background: #1da1f2;
}
.wpex-social-bg.wpex-facebook,
.wpex-social-bg-hover.wpex-facebook:hover {
    background: #1877f2;
}
.wpex-social-bg.wpex-pinterest,
.wpex-social-bg-hover.wpex-pinterest:hover {
    background: #bd081c;
}
.wpex-social-bg.wpex-linkedin,
.wpex-social-bg-hover.wpex-linkedin:hover {
    background: #0a66c2;
}
.wpex-social-bg.wpex-tripadvisor,
.wpex-social-bg-hover.wpex-tripadvisor:hover {
    background: #34e0a1;
}
.wpex-social-bg.wpex-etsy,
.wpex-social-bg-hover.wpex-etsy:hover {
    background: #f16521;
}
.wpex-social-bg.wpex-discord,
.wpex-social-bg-hover.wpex-discord:hover {
    background: #5865f2;
}
.wpex-social-bg.wpex-dribbble,
.wpex-social-bg-hover.wpex-dribbble:hover {
    background: #ea4c89;
}
.wpex-social-bg.wpex-skype,
.wpex-social-bg-hover.wpex-skype:hover {
    background: #00aff0;
}
.wpex-social-bg.wpex-envelope,
.wpex-social-bg-hover.wpex-envelope:hover {
    background: #666;
}
.wpex-social-bg.wpex-mail,
.wpex-social-bg-hover.wpex-mail:hover {
    background: #666;
}
.wpex-social-bg.wpex-instagram,
.wpex-social-bg-hover.wpex-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.wpex-social-bg.wpex-flickr,
.wpex-social-bg-hover.wpex-flickr:hover {
    background: #0063dc;
}
.wpex-social-bg.wpex-vk,
.wpex-social-bg-hover.wpex-vk:hover {
    background: #4680c2;
}
.wpex-social-bg.wpex-trello,
.wpex-social-bg-hover.wpex-trello:hover {
    background: #0052cc;
}
.wpex-social-bg.wpex-tumblr,
.wpex-social-bg-hover.wpex-tumblr:hover {
    background: #36465d;
}
.wpex-social-bg.wpex-foursquare,
.wpex-social-bg-hover.wpex-foursquare:hover {
    background: #f94877;
}
.wpex-social-bg.wpex-xing,
.wpex-social-bg-hover.wpex-xing:hover {
    background: #006567;
}
.wpex-social-bg.wpex-renren,
.wpex-social-bg-hover.wpex-renren:hover {
    background: #217dc6;
}
.wpex-social-bg.wpex-vimeo,
.wpex-social-bg-hover.wpex-vimeo:hover {
    background: #1ab7ea;
}
.wpex-social-bg.wpex-youtube,
.wpex-social-bg-hover.wpex-youtube:hover {
    background: red;
}
.wpex-social-bg.wpex-rss,
.wpex-social-bg-hover.wpex-rss:hover {
    background: #ff7900;
}
.wpex-social-bg.wpex-yelp,
.wpex-social-bg-hover.wpex-yelp:hover {
    background: #d32323;
}
.wpex-social-bg.wpex-houzz,
.wpex-social-bg-hover.wpex-houzz:hover {
    background: #4dbc15;
}
.wpex-social-bg.wpex-whatsapp,
.wpex-social-bg-hover.wpex-whatsapp:hover {
    background: #25d366;
}
.wpex-social-bg.wpex-spotify,
.wpex-social-bg-hover.wpex-spotify:hover {
    background: #1ed760;
}
.wpex-social-bg.wpex-twitch,
.wpex-social-bg-hover.wpex-twitch:hover {
    background: #9146ff;
}
.wpex-social-bg.wpex-quora,
.wpex-social-bg-hover.wpex-quora:hover {
    background: #b92b27;
}
.wpex-social-bg.wpex-github,
.wpex-social-bg-hover.wpex-github:hover {
    background: #181717;
}
.wpex-social-bg.wpex-tiktok,
.wpex-social-bg-hover.wpex-tiktok:hover {
    background: #000;
}
.wpex-social-bg.wpex-reddit,
.wpex-social-bg-hover.wpex-reddit:hover {
    background: #f40;
}
.wpex-social-bg.wpex-email,
.wpex-social-bg-hover.wpex-email:hover {
    background: var(--wpex-social-email-color, var(--wpex-gray-600));
}
.wpex-social-bg.wpex-website,
.wpex-social-bg-hover.wpex-website:hover {
    background: var(--wpex-social-website-color, #333);
}
.wpex-social-bg.wpex-phone-number,
.wpex-social-bg-hover.wpex-phone-number:hover {
    background: var(--wpex-social-phone-color, #3395ff);
}
.wpex-social-bg.wpex-phone,
.wpex-social-bg-hover.wpex-phone:hover {
    background: var(--wpex-social-phone-color, #3395ff);
}
.wpex-social-border.wpex-twitter {
    border-color: #1da1f2;
}
.wpex-social-border.wpex-facebook {
    border-color: #1877f2;
}
.wpex-social-border.wpex-pinterest {
    border-color: #bd081c;
}
.wpex-social-border.wpex-linkedin {
    border-color: #0a66c2;
}
.wpex-social-border.wpex-tripadvisor {
    border-color: #34e0a1;
}
.wpex-social-border.wpex-etsy {
    border-color: #f16521;
}
.wpex-social-border.wpex-discord {
    border-color: #5865f2;
}
.wpex-social-border.wpex-dribbble {
    border-color: #ea4c89;
}
.wpex-social-border.wpex-skype {
    border-color: #00aff0;
}
.wpex-social-border.wpex-envelope {
    border-color: #666;
}
.wpex-social-border.wpex-mail {
    border-color: #666;
}
.wpex-social-border.wpex-instagram {
    border-color: #bc2a8d;
}
.wpex-social-border.wpex-flickr {
    border-color: #0063dc;
}
.wpex-social-border.wpex-vk {
    border-color: #4680c2;
}
.wpex-social-border.wpex-trello {
    border-color: #0052cc;
}
.wpex-social-border.wpex-tumblr {
    border-color: #36465d;
}
.wpex-social-border.wpex-foursquare {
    border-color: #f94877;
}
.wpex-social-border.wpex-xing {
    border-color: #006567;
}
.wpex-social-border.wpex-renren {
    border-color: #217dc6;
}
.wpex-social-border.wpex-vimeo {
    border-color: #1ab7ea;
}
.wpex-social-border.wpex-youtube {
    border-color: red;
}
.wpex-social-border.wpex-rss {
    border-color: #ff7900;
}
.wpex-social-border.wpex-yelp {
    border-color: #d32323;
}
.wpex-social-border.wpex-houzz {
    border-color: #4dbc15;
}
.wpex-social-border.wpex-whatsapp {
    border-color: #25d366;
}
.wpex-social-border.wpex-spotify {
    border-color: #1ed760;
}
.wpex-social-border.wpex-twitch {
    border-color: #9146ff;
}
.wpex-social-border.wpex-quora {
    border-color: #b92b27;
}
.wpex-social-border.wpex-github {
    border-color: #181717;
}
.wpex-social-border.wpex-tiktok {
    border-color: #000;
}
.wpex-social-border.wpex-reddit {
    border-color: #f40;
}
.wpex-social-border.wpex-email {
    border-color: var(--wpex-social-email-color, var(--wpex-gray-600));
}
.wpex-social-border.wpex-website {
    border-color: var(--wpex-social-website-color, #333);
}
.wpex-social-border.wpex-phone-number {
    border-color: var(--wpex-social-phone-color, #3395ff);
}
.wpex-social-border.wpex-phone {
    border-color: var(--wpex-social-phone-color, #3395ff);
}
.wpex-has-overlay {
    z-index: 2;
    position: relative;
}
.wpex-has-overlay .container,
.wpex-has-overlay .wpb_column,
.wpex-has-overlay .wpb_wrapper {
    position: relative;
    z-index: 2;
}
.wpex-bg-overlay {
    background-color: var(--wpex-black);
    background-repeat: repeat;
    opacity: 0.65;
}
.wpex-bg-overlay.custom {
    background-color: transparent;
}
.wpex-video-bg-overlay.dotted,
.wpex-bg-overlay.dotted {
    opacity: 1;
    background: transparent url(assets/images/dotted-overlay.png) repeat;
}
.wpex-video-bg-overlay.dashed,
.wpex-bg-overlay.dashed {
    opacity: 1;
    background: transparent url(assets/images/dashed-overlay.png) repeat;
}
.wpex-parallax-bg-wrap {
    position: relative;
    background-image: none !important;
}
.wpex-parallax-bg-wrap .container,
.wpex-parallax-bg-wrap .wpb_column {
    position: relative;
    z-index: 2;
}
.wpex-parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0 !important;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
}
.wpex-parallax-bg.fixed-repeat {
    background-repeat: repeat;
    background-size: auto;
}
.wpex-parallax-bg.fixed-no-repeat {
    background-repeat: no-repeat;
    background-size: auto;
}
.wpex-is-mobile-device .wpex-parallax-bg.not-mobile {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}
.wpex-fs-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    transform: translateZ(0);
    transition: 0.4s;
    background: rgba(0, 0, 0, 0.92);
    color: var(--wpex-white);
}
.wpex-fs-overlay:not(.active) {
    visibility: hidden;
    opacity: 0;
}
.wpex-fs-overlay .wpex-inner {
    position: relative;
    top: 50%;
    display: block;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}
.wpex-fs-overlay .wpex-inner.wpex-scale {
    transform: scale(0.85) translateY(-50%);
    transition: 0.3s;
}
.wpex-fs-overlay.active .wpex-inner.wpex-scale {
    transform: scale(1) translateY(-50%);
}
.wpex-fs-overlay .wpex-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    opacity: 0.3;
    transition: opacity 0.3s;
    padding: 0;
    border: 0;
    margin: 0;
    color: currentColor;
    background: none;
    border-radius: 0;
}
.wpex-fs-overlay .wpex-close:hover,
.wpex-fs-overlay .wpex-close:focus-visible {
    opacity: 1;
}
.wpex-fs-overlay a.wpex-close {
    text-decoration: none;
}
.overlay-parent {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.overlay-parent.wpex-overflow-hidden {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.overlay-parent img {
    vertical-align: middle;
}
.overlay-hide {
    visibility: hidden;
    opacity: 0;
}
body:not(.wpex-is-mobile-device) .overlay-parent:hover .overlay-hide,
.overlay-parent:focus-within .overlay-hide,
.overlay-parent.wpex-touched .overlay-hide {
    visibility: visible;
    opacity: 1;
}
body:not(.wpex-is-mobile-device) .overlay-parent:hover .overlay-transform,
.overlay-parent:focus-within .overlay-transform,
.overlay-parent.wpex-touched .overlay-transform {
    transform: none;
}
.overlay-parent-title-push-up,
.overlay-parent-title-push-up > a {
    display: block !important;
    overflow: hidden;
    position: relative;
}
.overlay-parent-title-push-up > a > img,
.overlay-parent-title-push-up > img {
    display: block;
    width: 100%;
}
.overlay-parent-title-push-up img:first-of-type {
    transition: all 300ms;
}
.overlay-title-push-up {
    word-wrap: break-word;
}
.overlay-parent-title-push-up:hover img:first-of-type,
.overlay-parent-title-push-up:focus-within img:first-of-type,
.overlay-parent-title-push-up.wpex-touched img:first-of-type {
    transform: translateY(-20px);
}
.overlay-parent-title-push-up:hover .overlay-title-push-up,
.overlay-parent-title-push-up:focus-within .overlay-title-push-up,
.overlay-parent-title-push-up.wpex-touched .overlay-title-push-up {
    transform: none;
}
.overlay-parent-thumb-swap,
.overlay-parent-thumb-swap-title {
    position: relative;
    overflow: hidden;
}
.overlay-thumb-swap-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)) repeat-x;
}
body:not(.wpex-is-mobile-device) .overlay-parent:hover .overlay-thumb-swap-secondary,
.overlay-parent:focus-within .overlay-thumb-swap-secondary,
.overlay-parent.wpex-touched .overlay-thumb-swap-secondary {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.overlay-scale {
    transform: scale(1.3);
    backface-visibility: hidden;
}
.overlay-parent:hover .overlay-scale,
.overlay-parent:focus-within .overlay-scale,
.overlay-parent.wpex-touched .overlay-scale {
    transform: scale(1);
}
.overlay-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    box-sizing: content-box;
    opacity: 0.7;
    transition: 250ms all;
    color: var(--wpex-white);
    background: var(--wpex-black);
}
.overlay-icon span {
    display: inline-block;
    padding-left: 3px;
}
.overlay-icon:hover {
    opacity: 0.9;
}
.overlay-parent:focus-within .overlay__video-svg,
.overlay-parent:hover .overlay__video-svg {
    transform: scale(1.2);
}
.wpex-has-video-bg {
    position: relative;
}
.wpex-has-video-bg .container,
.wpex-has-video-bg .wpb_column {
    position: relative;
    z-index: 2;
}
.wpex-slider {
    position: relative;
}
.wpex-slider .sp-grab,
.wpex-slider .sp-grabbing {
    cursor: default;
}
.wpex-slider .sp-buttons {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 15px;
}
.wpex-slider .sp-button {
    border-color: var(--wpex-white);
    border-width: 1px;
    margin: 2px;
    width: 10px;
    height: 10px;
    transition: 0.3s;
}
.wpex-slider .sp-button:hover,
.wpex-slider .sp-selected-button,
.wpex-slider .sp-button:focus {
    background-color: var(--wpex-white);
    border-color: transparent;
}
.wpex-slider.sp-horizontal .sp-arrows {
    margin-top: -30px;
}
.wpex-slider .sp-arrow {
    width: 34px;
    height: 60px;
    top: 0;
    color: var(--wpex-white);
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.15s all ease;
}
.wpex-slider .sp-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
}
.wpex-slider.sp-horizontal .sp-previous-arrow {
    left: 0 !important;
}
.wpex-slider.sp-horizontal .sp-next-arrow {
    right: 0 !important;
}
.wpex-slider .sp-arrow:before {
    display: none !important;
}
.wpex-slider .sp-arrow:after {
    display: none;
}
.wpex-slider.arrows-topright.sp-horizontal .sp-arrows {
    top: 0;
    right: 0;
    left: initial;
    margin: 0;
    width: auto;
}
.wpex-slider.arrows-topright.sp-horizontal .sp-arrows .sp-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 1em;
    float: left;
    left: auto;
    right: auto;
    position: relative;
}
.wpex-slider .sp-layer p:last-child {
    margin: 0;
}
.wpex-slider .sp-black a {
    color: var(--wpex-white);
    text-decoration: underline;
}
.wpex-slider .sp-white a {
    color: var(--wpex-black);
    text-decoration: underline;
}
.wpex-slider .sp-thumbnail-arrows {
    display: none !important;
}
.wpex-slider .sp-counter {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: var(--wpex-white);
}
.wpex-slider-preloaderimg img,
.wpex-slider-media img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wpex-slider-preloaderimg:not(.no-stretch) img,
.wpex-slider:not(.no-stretch) .wpex-slider-media img {
    width: 100%;
}
.wpex-slider-slide {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wpex-slider-media-link {
    display: block;
}
.wpex-slider-caption {
    max-width: 100%;
    padding: 15px;
    text-align: center;
}
.wpex-slider-thumbnails {
    display: none;
}
.wpex-slider .sp-thumbnail-container {
    cursor: pointer;
}
.wpex-slider .sp-thumbnails-container.sp-bottom-thumbnails {
    width: 100% !important;
}
.wpex-slider .sp-nc-thumbnails {
    padding-top: 5px;
}
.wpex-slider .sp-thumbnails img,
.wpex-slider .sp-nc-thumbnails img {
    opacity: 0.75;
    box-shadow: 0 0 0 transparent;
}
.wpex-slider .sp-thumbnails img:hover,
.wpex-slider .sp-thumbnails .sp-selected-thumbnail img,
.wpex-slider .sp-nc-thumbnails img:hover,
.wpex-slider .sp-nc-thumbnails .sp-nc-selected-thumbnail img,
.wpex-slider .sp-thumbnail-container:focus img,
.wpex-slider .sp-nc-thumbnail-container:focus img {
    opacity: 1;
}
.wpex-slider .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
    left: 10px;
}
.wpex-slider .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
    right: 10px;
}
.wpex-slider .sp-nc-thumbnail-container {
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 5px;
}
.wpex-slider .sp-nc-thumbnail-container:first-child {
    margin-left: 0;
}
.wpex-slider.no-margin-thumbnails .sp-nc-thumbnails {
    padding: 0;
    margin: 0;
}
.wpex-slider.no-margin-thumbnails .sp-bottom-thumbnails {
    margin-top: 0;
}
.wpex-slider.no-margin-thumbnails .sp-nc-thumbnail-container {
    margin: 0 !important;
}
.wpex-slider.no-margin-thumbnails img.sp-nc-thumbnail {
    display: block;
    margin: 0;
    width: 100%;
}
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-6 .sp-nc-thumbnail-container {
    width: 16.6666% !important;
}
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-5 .sp-nc-thumbnail-container {
    width: 20% !important;
}
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-4 .sp-nc-thumbnail-container {
    width: 25% !important;
}
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-3 .sp-nc-thumbnail-container {
    width: 33.3333% !important;
}
.wpex-slider.no-margin-thumbnails .wpex-slider-thumbnails.cols-2 .sp-nc-thumbnail-container {
    width: 50% !important;
}
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom-color: var(--wpex-accent);
}
@media (min-width: 768px) {
    .fh-slider-col .vc_column-inner > .wpb_wrapper,
    .fh-slider-col .vc_vcex_image_flexslider,
    .fh-slider-col .wpex-slider-preloaderimg,
    .fh-slider-col .wpex-slider-preloaderimg img,
    .fh-slider-col .wpex-slider,
    .fh-slider-col .wpex-slider-slide,
    .fh-slider-col .wpex-slider-media,
    .fh-slider-col .wpex-slider-media img,
    .fh-slider-col .sp-slides-container,
    .fh-slider-col .sp-mask,
    .fh-slider-col .wpex-slider-slides {
        height: 100% !important;
    }
    .fh-slider-col .sp-thumbnails-container {
        position: absolute;
        bottom: 0;
        padding: 5px;
        background: rgba(0, 0, 0, 0.4);
    }
}
.wpex-carousel {
    display: none;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.wpex-carousel.no-margins {
    margin-bottom: 0 !important;
}
.wpex-carousel.owl-carousel .owl-item img {
    display: initial;
    margin: 0;
}
.wpex-carousel.no-margins .wpex-carousel-entry-media {
    display: block;
}
.wpex-carousel.no-margins .wpex-carousel-entry-media img {
    width: 100%;
}
.wpex-carousel:not(.wpex-carousel--no-margins) .owl-item > .wpex-post-cards-entry {
    margin-right: 1px !important;
}
.wpex-carousel--flex .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.wpex-carousel--flex .owl-item {
    display: flex;
}
.wpex-carousel--flex .wpex-carousel-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wpex-carousel-items-center .owl-stage {
    display: flex;
    align-items: center;
}
.wpex-carousel.owl-carousel .owl-video-play-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='60px' width='60px' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
.wpex-carousel.owl-carousel .owl-item-video .wpex-carousel-entry-media {
    height: 300px;
}
.wpex-carousel .owl-dots {
    text-align: center;
}
.wpex-carousel .owl-dots.disabled {
    display: none !important;
}
.wpex-carousel .owl-dot {
    border: 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: 20px;
    cursor: pointer;
    padding: 0;
    outline: 0;
    border-radius: var(--wpex-rounded-full);
    background: var(--wpex-surface-4);
}
.wpex-carousel .owl-dot.active {
    background: var(--wpex-accent);
}
.wpex-carousel .owl-dot:focus-visible {
    outline: 1px solid var(--wpex-accent);
    outline-offset: 2px;
}
.wpex-carousel .owl-nav {
    user-select: none;
}
.wpex-carousel .owl-nav.disabled {
    display: none !important;
}
.wpex-carousel .owl-nav__btn {
    margin-top: 20px;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 11px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    outline-offset: 2px;
    float: left;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.15s all ease;
    box-sizing: content-box;
    border-radius: var(--wpex-rounded-xs);
}
.wpex-carousel .owl-nav__btn:focus:not(:focus-visible) {
    outline: 0;
}
.wpex-carousel .owl-prev {
    margin-right: 2.5px;
}
.wpex-carousel .owl-next {
    margin-left: 2.5px;
}
.wpex-carousel.arrwpos-right .owl-nav {
    float: right;
}
.wpex-carousel.arrwpos-left .owl-nav {
    float: left;
}
.wpex-carousel.arrwpos-center .owl-nav {
    text-align: center;
}
.wpex-carousel.arrwpos-center .owl-nav__btn {
    display: inline-block;
    float: none;
}
.wpex-carousel.arrwpos-abs .owl-nav__btn {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
    color: var(--wpex-white);
    height: 60px;
    line-height: 60px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin: -30px 0 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 3;
    border-radius: var(--wpex-rounded-xs);
    border: 0;
}
.wpex-carousel.arrwpos-abs .owl-nav__btn:hover {
    background: rgba(0, 0, 0, 0.65);
}
.wpex-carousel.arrwpos-abs .owl-prev {
    left: 15px;
}
.wpex-carousel.arrwpos-abs .owl-next {
    right: 15px;
}
.wpex-carousel.arrwpos-abs.arrwstyle-default .owl-nav__btn {
    font-size: 21px;
}
.wpex-carousel.arrwpos-abs.arrwstyle-default .ticon-chevron-left:before {
    content: "\f104";
}
.wpex-carousel.arrwpos-abs.arrwstyle-default .ticon-chevron-right:before {
    content: "\f105";
}
.wpex-carousel.arrwstyle-slim .owl-nav__btn {
    background: none;
    color: inherit;
    opacity: 0.65;
    font-size: 21px;
    border: 0;
}
.wpex-carousel.arrwstyle-slim .owl-nav__btn:hover {
    background: none;
    opacity: 1;
}
.wpex-carousel.arrwstyle-slim .owl-prev .ticon-chevron-left:before {
    content: "\f104";
}
.wpex-carousel.arrwstyle-slim .owl-next .ticon-chevron-right:before {
    content: "\f105";
}
.wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-nav__btn {
    font-size: 34px;
}
.wpex-carousel.arrwstyle-min .owl-nav__btn {
    background: none;
    color: var(--wpex-gray-400);
    font-size: 16px;
    border: 0;
}
.wpex-carousel.arrwstyle-min .owl-nav__btn:hover {
    color: var(--wpex-gray-600);
}
.wpex-carousel.arrwpos-abs.arrwstyle-min .owl-nav__btn {
    background: none;
    color: var(--wpex-white);
    font-size: 24px;
}
.wpex-carousel.arrwstyle-circle .owl-nav__btn {
    background: none;
    color: #aaa;
    color: var(--wpex-gray-400);
    font-size: 21px;
    border: 0;
}
.wpex-carousel.arrwstyle-circle .owl-nav__btn:hover {
    color: var(--wpex-gray-600);
    color: var(--wpex-gray-600);
}
.wpex-carousel.arrwstyle-circle .owl-prev .ticon-chevron-left::before {
    content: "\f0a8";
}
.wpex-carousel.arrwstyle-circle .owl-next .ticon-chevron-right::before {
    content: "\f0a9";
}
.wpex-carousel.arrwpos-abs.arrwstyle-circle .owl-nav__btn {
    background: none;
    color: var(--wpex-white);
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: -15px;
}
.wpex-carousel.arrwstyle-border .owl-nav__btn {
    background: none;
    font-size: 14px;
    color: var(--wpex-gray-400);
    border: 2px solid currentColor;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.wpex-carousel.arrwstyle-border .owl-nav__btn:hover {
    color: var(--wpex-gray-500);
}
.wpex-carousel.arrwpos-abs.arrwstyle-border .owl-nav__btn {
    background: none;
    color: var(--wpex-white);
    border-color: var(--wpex-white);
    height: 60px;
    line-height: 60px;
    width: 40px;
}
.wpex-carousel.wpex-carousel--render-onload {
    display: block;
}
.wpex-carousel.wpex-carousel--render-onload:not(.owl-loaded) {
    display: grid;
    flex-wrap: nowrap;
    column-gap: var(--wpex-carousel-gap, 15px);
    grid-template-columns: repeat(var(--wpex-carousel-columns, 4), 1fr);
}
.wpex-carousel.wpex-carousel--render-onload:not(.owl-loaded) > *,
.wpex-carousel.wpex-carousel--render-onload:not(.owl-loaded) > li.product {
    display: none;
    flex-direction: column;
}
.wpex-carousel.wpex-carousel--render-onload:not(.owl-loaded).wpex-carousel-items-center > *,
.wpex-carousel.wpex-carousel--render-onload:not(.owl-loaded).wpex-carousel-items-center > li.product {
    align-self: center;
}
@media only screen and (min-width: 640px) {
    .wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev {
        left: -40px;
    }
    .wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next {
        right: -40px;
    }
}
@media only screen and (min-width: 960px) {
    .wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-prev {
        left: -60px;
    }
    .wpex-carousel.arrwstyle-slim.arrwpos-abs .owl-next {
        right: -60px;
    }
}
.wpex-multiselect-wrap select {
    background: var(--wpex-surface-2);
}
.wpex-select-wrap {
    position: relative;
    border: var(--wpex-input-border-width) var(--wpex-input-border-style) var(--wpex-input-border-color);
    border-radius: var(--wpex-input-border-radius);
    color: var(--wpex-input-color);
    background: var(--wpex-input-bg);
    box-shadow: var(--wpex-input-box-shadow, none);
}
.wpex-select-wrap:focus-within {
    outline: var(--wpex-focus-input-outline-width) solid var(--wpex-focus-input-outline-color);
    outline-offset: var(--wpex-focus-input-outline-offset);
    color: var(--wpex-focus-input-color);
    background: var(--wpex-focus-input-bg);
    border-color: var(--wpex-focus-input-border-color);
    box-shadow: var(--wpex-focus-input-box-shadow, none);
}
.wpex-select-wrap select {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 0 30px 0 8px;
    color: inherit;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.vcex-form-shortcode .wpex-select-wrap {
    display: inline-block;
}
.vcex-form-shortcode .wpex-select-wrap select {
    width: auto;
}
.wpex-select-wrap select::-ms-expand {
    display: none;
}
.wpex-select-arrow {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    color: inherit;
}
.wpex-cart-link a,
.wpex-cart-link a:hover,
.wpex-cart-link a:active {
    text-decoration: none;
}
.wpex-cart-link__icon {
    margin-right: 0.538em;
}
.wpex-cart-link__icon svg {
    height: 1em;
    width: auto;
    fill: currentColor;
}
.wpex-cart-link__icon .ticon,
.wpex-cart-link__icon .wpex-svg-icon {
    margin: 0 !important;
}
.wpex-cart-link__dash {
    margin: 0 0.192em;
}
.theme-heading {
    height: auto;
    top: auto !important;
    color: var(--wpex-heading-color);
    font-size: var(--wpex-text-lg);
    margin: 0 0 var(--wpex-el-margin-bottom);
    line-height: var(--wpex-heading-line-height);
    font-weight: var(--wpex-heading-font-weight);
}
.theme-heading.border-side {
    overflow: hidden;
    position: relative;
}
.theme-heading.border-side span.text {
    display: inline-block;
    max-width: 90%;
    position: relative;
}
.theme-heading.border-side span.text:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: solid 1px var(--wpex-border-main);
    left: 100%;
    width: 9999px;
    margin-top: -1px;
    margin-left: 15px;
}
.theme-heading.border-bottom {
    padding: 0 0 5px;
    border-bottom: 1px solid var(--wpex-border-main);
}
.theme-heading.border-w-color {
    padding: 0;
    border-bottom: 2px solid var(--wpex-border-main);
    overflow: visible;
}
.theme-heading.border-w-color span.text {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: var(--wpex-accent);
    position: relative;
    bottom: -2px;
    max-width: none;
}
.post-media-caption {
    background: rgba(0, 0, 0, 0.75);
}
.post-media-caption a {
    text-decoration: underline;
}
.meta {
    list-style: none;
    margin: 0;
    padding: 0;
}
.meta li {
    margin-top: 0;
    margin-bottom: 0;
}
.meta li .meta-icon,
.meta li .ticon,
.meta li .wpex-svg-icon {
    margin-right: var(--wpex-meta-icon-margin, 10px);
}
.meta:not(.meta-vertical) li {
    display: inline-flex;
    align-items: center;
    margin-right: var(--wpex-meta-gutter, 20px);
}
.meta.meta-vertical {
    --wpex-meta-icon-margin: 15px;
}
.meta.meta-vertical li:not(:last-child) {
    margin-bottom: var(--wpex-meta-gutter, 0px);
}
.meta a {
    color: inherit;
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: underline;
}
.meta a:hover {
    color: var(--wpex-link-color, var(--wpex-accent));
}
.meta time {
    display: inline;
}
.wpex-social-share__list {
    margin: 0;
    list-style: none;
}
.wpex-social-share__item {
    display: inline-block;
    margin: 0;
}
.wpex-social-share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    transition: 0.15s all ease;
}
.wpex-social-share__link:hover {
    text-decoration: none;
}
.wpex-social-share__label {
    margin-left: 0.615em;
}
.wpex-social-share__link svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.wpex-social-share--stretched .wpex-social-share__item {
    flex-grow: 1;
}
.wpex-social-share--stretched .wpex-social-share__link {
    width: auto;
}
.wpex-social-share--stretched.wpex-social-share.position-horizontal .wpex-social-share__link {
    padding: 0.769em 1.538em;
}
.single-portfolio.no-composer .social-share-wrap.position-horizontal {
    margin: 40px 0 0;
}
.wpex-social-share__link--sq {
    height: var(--wpex-social-share-link-sq-dims, 2em);
    width: var(--wpex-social-share-link-sq-dims, 2em);
}
.wpex-social-share.position-vertical {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.wpex-social-share.position-vertical.on-left {
    left: 0;
}
.wpex-social-share.position-vertical.on-right {
    right: 0;
}
.wpex-social-share.position-vertical.is-animated {
    transition: transform 0.3s;
}
.wpex-social-share.position-vertical.is-animated.on-left {
    transform: translateY(-50%) translateX(-100%);
}
.wpex-social-share.position-vertical.is-animated.on-right {
    transform: translateY(-50%) translateX(100%);
}
.wpex-docready .wpex-social-share.position-vertical.is-animated {
    transform: translateY(-50%);
}
.wpex-social-share.position-vertical.has-side-margin.on-left {
    margin-left: 10px;
}
.wpex-social-share.position-vertical.has-side-margin.on-right {
    margin-right: 10px;
}
.wpex-social-share.position-vertical .wpex-social-share__list {
    font-size: 22px;
}
.wpex-social-share.position-vertical .wpex-social-share__item {
    display: block;
}
.wpex-social-share.position-horizontal .wpex-social-share__item {
    margin-bottom: 5px;
}
.wpex-social-share.position-horizontal .wpex-social-share__item:not(:last-child) {
    margin-right: 5px;
}
.wpex-social-share.position-horizontal .wpex-social-share__link {
    padding: 0.385em 0.769em;
}
.wpex-social-share.position-horizontal .wpex-social-share__link--sq {
    padding: 0;
}
.wpex-social-share.position-horizontal.disable-labels .wpex-social-share__list {
    font-size: 16px;
}
.wpex-social-share.position-horizontal.disable-labels.style-rounded .wpex-social-share__link {
    padding: 0;
}
.wpex-social-share.style-minimal .wpex-social-share__link {
    background: var(--wpex-surface-1);
    padding: 0.385em 0.769em;
    color: var(--wpex-text-4);
    border: 1px solid var(--wpex-surface-3);
}
.wpex-social-share.style-minimal .wpex-social-share__link:hover {
    background: var(--wpex-surface-2);
}
.wpex-social-share.style-minimal.position-vertical {
    border-top: 1px solid var(--wpex-surface-3);
}
.wpex-social-share.style-minimal.position-vertical .wpex-social-share__link {
    border-top: 0;
    border-left: 0;
}
.wpex-social-share.style-flat.position-horizontal .wpex-social-share__link {
    border-radius: var(--wpex-rounded-xs);
}
.wpex-social-share.style-three-d .wpex-social-share__link {
    border-bottom: 3px solid rgba(0, 0, 0, 0.25);
}
.wpex-social-share.style-three-d .wpex-social-share__link:active {
    border-bottom-color: transparent;
}
.wpex-social-share.style-rounded .wpex-social-share__list {
    font-size: 1em;
}
.wpex-social-share.style-rounded .wpex-social-share__link {
    padding: 0.462em 1.692em;
    border: 2px solid currentColor;
    color: var(--wpex-text-3);
    box-sizing: content-box;
    transition: 0.2s;
    border-radius: var(--wpex-rounded-full);
}
.wpex-social-share.style-rounded .wpex-social-share__link:hover {
    background: currentColor;
}
.wpex-social-share.style-rounded .wpex-social-share__link:hover > * {
    color: var(--wpex-surface-1);
}
.wpex-social-share.style-rounded.position-vertical {
    font-size: 18px;
}
.wpex-social-share.style-rounded.position-vertical .wpex-social-share__item {
    margin-bottom: 7px;
}
.wpex-social-share.style-rounded.position-vertical .wpex-social-share__link {
    padding: 0;
    box-sizing: content-box;
}
.wpex-social-share.style-mag .wpex-social-share__list {
    font-size: 1em;
}
.wpex-social-share.style-mag.position-vertical .wpex-social-share__list {
    font-size: 16px;
}
.wpex-social-share.style-mag.position-horizontal:not(.disable-labels) .wpex-social-share__item:not(:last-child) {
    margin-right: 25px;
}
.wpex-social-share.style-mag .wpex-social-share__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wpex-text-1);
    color: var(--wpex-white);
    border-radius: var(--wpex-rounded-full);
    height: 2.308em;
    width: 2.308em;
}
.wpex-social-share.style-mag.disable-labels .wpex-social-share__icon {
    height: 100%;
    width: 100%;
}
.wpex-social-share.style-mag .wpex-social-share__label {
    color: var(--wpex-text-1);
    font-weight: var(--wpex-bold);
    margin-left: 0.769em;
}
.wpex-social-share.style-mag .wpex-social-share__link {
    padding: 0;
    display: flex;
    align-items: center;
}
.wpex-social-share .wpex-social-bg.wpex-email {
    background: var(--wpex-gray-600);
}
@media only screen and (max-width: 959px) {
    .wpex-social-share.position-vertical {
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        z-index: 1000200;
        font-size: 18px;
        transform: none;
    }
    .wpex-social-share.position-vertical.is-animated.on-left,
    .wpex-social-share.position-vertical.is-animated.on-right {
        transform: translateY(100%);
        margin: 0;
    }
    .wpex-docready .wpex-social-share.position-vertical.is-animated {
        transform: none;
    }
    .wpex-social-share.position-vertical .wpex-social-share__list {
        display: flex;
    }
    .wpex-social-share.position-vertical .wpex-social-share__item {
        flex: 1;
        margin: 0;
    }
    .wpex-social-share.position-vertical .wpex-social-share__link {
        padding: 0 10px;
        font-size: 22px;
        width: 100%;
        height: var(--wpex-social-share-v-mobile-height, 40px);
        border-radius: 0;
    }
    .wpex-social-share.position-vertical.style-rounded {
        background: var(--wpex-surface-1);
    }
    .wpex-social-share.position-vertical.style-rounded .wpex-social-share__item {
        margin: 0;
    }
    .wpex-social-share.position-vertical.style-rounded .wpex-social-share__link {
        border-radius: 0;
        border-color: var(--wpex-surface-4);
        border-bottom-width: 0;
    }
    .wpex-share-p-vertical.wpex-docready {
        padding-bottom: var(--wpex-social-share-v-mobile-height, 40px);
    }
    .wpex-share-p-vertical.wpex-docready #site-scroll-top {
        margin-bottom: calc(var(--wpex-social-share-v-mobile-height, 40px) + 20px);
    }
}
#comments .comments-title {
    margin-bottom: calc(var(--wpex-el-margin-bottom) + 10px);
}
#comments .comment-list,
#comments .children {
    list-style: none;
    margin: 0;
}
#comments .empty-closed-comments {
    display: none;
}
#comments .children {
    margin-left: 30px;
}
#comments .comment {
    position: relative;
}
#comments.show-avatars .comment-body {
    min-height: var(--wpex-comment-avatar-size, 50px);
    margin-left: calc(var(--wpex-comment-avatar-size, 50px) + var(--wpex-comment-avatar-margin, 20px));
}
#comments .comment-body {
    position: relative;
    margin-bottom: 1.538em;
    padding-bottom: 1.538em;
    border-bottom: 1px solid var(--wpex-border-main);
    overflow-wrap: break-word;
    word-wrap: break-word;
}
#comments .comment-body p:last-child {
    margin-bottom: 0;
}
#comments .comment-author .avatar {
    position: absolute;
    top: 0;
    left: calc((var(--wpex-comment-avatar-size, 50px) * -1) - var(--wpex-comment-avatar-margin, 20px));
    border-radius: var(--wpex-rounded-full);
}
#comments .comment-meta {
    margin-bottom: 0.769em;
}
#comments .comment-meta .fn {
    display: block;
    font-size: 1em;
    font-weight: var(--wpex-bold);
    color: var(--wpex-text-1);
}
#comments .comment-meta .fn .url {
    color: currentColor;
}
#comments .comment-meta .says {
    display: none;
}
#comments .comment-meta a,
#comments .comment-meta a:hover {
    text-decoration: none;
}
#comments .comment-meta .comment-metadata {
    font-size: var(--wpex-text-sm);
    color: var(--wpex-text-3);
}
#comments .comment-meta .comment-metadata a {
    color: inherit;
}
#comments .comment-meta .comment-edit-link {
    display: inline-block;
    margin-left: 6px;
}
#comments .comment-meta .comment-edit-link:hover {
    text-decoration: underline;
}
#comments .comment-body .reply {
    padding-top: 15px;
    font-size: var(--wpex-text-sm);
    text-align: right;
}
#comments .comment-body .reply a {
    color: var(--wpex-text-3);
    text-decoration: none;
}
#comments .comment-body .reply a:hover {
    color: var(--wpex-link-color, var(--wpex-accent));
}
#comments .comment-reply-title {
    font-size: var(--wpex-text-lg);
    margin-bottom: 0;
}
#comments .logged-in-as {
    font-size: var(--wpex-text-sm);
    color: var(--wpex-text-3);
}
#comments .logged-in-as a {
    color: inherit;
}
#comments #cancel-comment-reply-link {
    float: right;
    font-weight: normal;
    text-decoration: underline;
    color: var(--wpex-red-error);
    font-size: var(--wpex-text-sm);
}
#comments .comment-notes {
    margin-top: 10px;
    color: var(--wpex-text-3);
    font-size: var(--wpex-text-sm);
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-website,
#comments .comment-form-comment,
#comments .comment-form-url {
    margin: 0 0 15px;
}
#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-website input,
#comments .comment-form-comment input,
#comments .comment-form-url input {
    width: 100%;
}
#comments #commentform label {
    display: inline-block;
    margin-bottom: 5px;
}
#comments .comment-form-cookies-consent label {
    margin-left: 5px;
}
#comments .form-allowed-tags {
    display: none;
}
#comments .required {
    color: var(--wpex-red-error);
}
#comments .comment-awaiting-moderation {
    color: var(--wpex-red-error);
    margin: 10px 0;
}
#comments .comment-navigation a.page-numbers,
#comments .comment-navigation span.page-numbers {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
}
#comments .comment-navigation .nav-next {
    text-align: right;
}
.navigation .nav-links {
    margin-bottom: 30px;
}
.navigation .nav-links::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
    width: 50%;
}
.navigation .nav-links .nav-previous {
    float: left;
}
.navigation .nav-links .nav-next {
    text-align: right;
    float: right;
}
.navigation .nav-links a {
    color: inherit;
    text-decoration: underline;
    opacity: 0.6;
}
.navigation .nav-links a:hover {
    opacity: 1;
}
@media (min-width: 640px) {
    #comments .comment-form-author {
        width: 49%;
        float: left;
    }
    #comments .comment-form-email {
        width: 49%;
        float: right;
    }
    #comments .comment-form-url,
    #comments .comment-form-website {
        clear: both;
    }
}
#site-scroll-top {
    min-height: 35px;
    min-width: 35px;
    font-size: 16px;
    z-index: 998;
}
.post-edit {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.is_customize_preview .post-edit {
    display: none;
}
.content-full-screen .post-edit {
    text-align: center;
}
.post-edit a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: var(--wpex-rounded-xs);
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
    font-family: var(--wpex-font-sans);
    font-size: 13px;
}
.post-edit a:hover {
    text-decoration: none;
    color: var(--wpex-on-accent-alt);
    background: var(--wpex-accent-alt);
}
.post-pagination a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--wpex-text-3);
}
ul.page-numbers,
.page-links,
.buddypress-wrap .bp-pagination .bp-pagination-links .pag-data {
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: none;
    --wpex-active-link-text-decoration: none;
    font-size: var(--wpex-pagination-font-size, 1em);
    display: inline-block;
}
ul.page-numbers li,
.page-links > *,
.buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > * {
    border: var(--wpex-pagination-border-width, 1px) solid var(--wpex-pagination-border-color, var(--wpex-border-main));
    box-shadow: var(--wpex-pagination-shadow, none);
}
ul.page-numbers li:not(:first-child),
.page-links > *:not(:first-child),
.buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > *:not(:first-child) {
    margin-left: var(--wpex-pagination-gutter, -1px);
}
body:not(.has-pagination-gutter) ul.page-numbers > :first-child,
body:not(.has-pagination-gutter) ul.page-numbers > :first-child > *,
body:not(.has-pagination-gutter) .page-links > :first-child,
body:not(.has-pagination-gutter) .page-links > :first-child > *,
body:not(.has-pagination-gutter) .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > :first-child,
body:not(.has-pagination-gutter) .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > :first-child > * {
    border-top-left-radius: var(--wpex-pagination-border-radius, var(--wpex-rounded-sm));
    border-bottom-left-radius: var(--wpex-pagination-border-radius, var(--wpex-rounded-sm));
}
body:not(.has-pagination-gutter) ul.page-numbers > :last-child,
body:not(.has-pagination-gutter) ul.page-numbers > :last-child > *,
body:not(.has-pagination-gutter) .page-links > :last-child,
body:not(.has-pagination-gutter) .page-links > :last-child > *,
body:not(.has-pagination-gutter) .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > :last-child,
body:not(.has-pagination-gutter) .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > :last-child > * {
    border-top-right-radius: var(--wpex-pagination-border-radius, var(--wpex-rounded-sm));
    border-bottom-right-radius: var(--wpex-pagination-border-radius, var(--wpex-rounded-sm));
}
.has-pagination-gutter ul.page-numbers li,
.has-pagination-gutter ul.page-numbers li > *,
.has-pagination-gutter .page-links > *,
.has-pagination-gutter .page-links > * > *,
.has-pagination-gutter .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > *,
.has-pagination-gutter .buddypress-wrap .bp-pagination .bp-pagination-links .pag-data > * > * {
    border-radius: var(--wpex-pagination-border-radius, var(--wpex-rounded-sm));
}
ul.page-numbers {
    list-style: none;
    margin: 0;
}
ul.page-numbers li,
.page-links > span,
.page-links > a {
    display: block;
    float: left;
}
ul.page-numbers a,
span.page-numbers,
.page-links > span,
.page-links a > span,
.bbp-pagination-links span.page-numbers,
.bbp-pagination-links .page-numbers,
.buddypress-wrap .bp-pagination .bp-pagination-links .page-numbers {
    display: flex;
    min-height: var(--wpex-pagination-link-min-height);
    min-width: var(--wpex-pagination-link-min-width);
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    font-weight: var(--wpex-pagination-link-font-weight, 400);
    background: var(--wpex-pagination-link-bg, none);
    padding: var(--wpex-pagination-link-padding, 0.615em 0.769em);
    color: var(--wpex-pagination-link-color, currentColor);
    transition: 0.15s all ease;
}
.page-links a {
    color: var(--wpex-pagination-link-color, currentColor);
}
.page-numbers a:hover,
.page-links a > span:hover,
.buddypress-wrap .bp-pagination .bp-pagination-links .page-numbers:hover {
    color: var(--wpex-hover-pagination-link-color, var(--wpex-text-1));
    background: var(--wpex-hover-pagination-link-bg, var(--wpex-surface-2));
    text-decoration: none;
}
.page-numbers.current,
.page-numbers.current:hover,
.page-links > span.current,
.bbp-pagination-links .page-numbers.current,
.elementor-pagination .page-numbers.current,
.buddypress-wrap .bp-pagination .bp-pagination-links .page-numbers.current {
    color: var(--wpex-active-pagination-link-color, var(--wpex-hover-pagination-link-color));
    background: var(--wpex-active-pagination-link-bg, var(--wpex-surface-2));
}
.elementor-pagination .page-numbers {
    display: inline-block;
}
.page-numbers.current,
.page-numbers.dots {
    cursor: default;
}
.page-numbers:hover {
    text-decoration: none;
}
.wpex-pagination.wpex-center {
    text-align: center;
}
.wpex-pagination.wpex-right {
    text-align: right;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
    display: inline-flex;
}
.infinite-scroll-nav {
    display: none;
}
.infinite-scroll-wrap {
    position: relative;
    padding-bottom: 20px;
}
.wpex-load-more-wrap .wpex-spinner {
    display: none;
    height: 20px;
    width: 20px;
}
.wpex-load-more-wrap img.wpex-spinner {
    opacity: 0.4;
}
.wpex-load-more-wrap .theme-button {
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.wpex-load-more {
    font-weight: var(--wpex-bold);
    font-size: 0.846em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wpex-load-more:not(.wpex-visible) {
    opacity: 0;
    visibility: hidden;
}
.wpex-load-more-wrap.wpex-loading .wpex-load-more {
    display: none;
}
.wpex-load-more-wrap.wpex-loading .wpex-spinner {
    display: inline-block;
}
.site-breadcrumbs {
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: underline;
}
.site-breadcrumbs a {
    color: var(--wpex-text-3);
}
.site-breadcrumbs .sep {
    margin: 0 3px;
}
.site-breadcrumbs p {
    margin: 0;
}
.author-bio-avatar img {
    width: 70px;
    height: 70px;
}
.page-links {
    margin-bottom: 40px;
}
.toggle-bar-overlay.active-bar,
.toggle-bar-inline.active-bar {
    display: block;
    visibility: visible;
    transform: none;
    opacity: 1;
}
.toggle-bar-overlay.active-bar {
    z-index: 10001;
}
.admin-bar .toggle-bar-overlay {
    top: var(--wpadminbar-height);
}
.toggle-bar-dismiss__button,
.toggle-bar-dismiss__button:hover {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: currentColor;
    border-radius: 0;
    line-height: inherit;
    font-weight: initial;
    transition: none;
}
.toggle-bar-dismiss__button svg,
.toggle-bar-dismiss__button:hover svg {
    height: 24px;
    width: 24px;
}
.toggle-bar-btn {
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #252525;
    border-top: 20px solid #252525;
    z-index: 10002;
}
.toggle-bar-btn__icon {
    position: absolute;
    font-size: 11px;
    top: -11px;
    left: 4px;
}
.admin-bar .toggle-bar-btn {
    top: var(--wpadminbar-height);
}
.toggle-bar-btn[aria-expanded="false"] .toggle-bar-btn__icon--open {
    display: none;
}
.toggle-bar-btn[aria-expanded="true"] .toggle-bar-btn__icon--closed {
    display: none;
}
#top-bar {
    --wpex-link-color: currentColor;
    --wpex-hover-link-color: var(--wpex-link-color);
    --wpex-link-text-decoration: none;
}
#top-bar .searchform {
    display: inline-block;
}
#top-bar-content span.wpex-inline {
    display: inline-block;
}
#top-bar-content span.wpex-inline .ticon,
#top-bar-content span.wpex-inline .wpex-svg-icon {
    margin-right: 7px;
}
.top-bar-right .wpex-inline {
    margin-left: 20px;
}
.top-bar-left .wpex-inline {
    margin-right: 20px;
}
.top-bar-centered .wpex-inline {
    margin: 0 10px;
}
#top-bar #lang_sel {
    z-index: 99;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
#top-bar #lang_sel ul ul {
    z-index: 99999;
}
#top-bar .lang_sel_list_horizontal {
    font-family: inherit;
    height: auto;
}
#top-bar .lang_sel_list_horizontal a,
#top-bar .lang_sel_list_horizontal a:visited {
    background: none;
    color: inherit;
    padding: 0;
    font-size: inherit;
}
#top-bar .lang_sel_list_horizontal li {
    float: none;
    display: inline-block;
    margin: 0 10px 0 0 !important;
}
.top-bar-item a,
.top-bar-item a:hover {
    text-decoration: none;
}
.top-bar-menu li {
    display: inline-block;
    margin-right: 20px;
}
.top-bar-menu li .ticon,
.top-bar-menu li .wpex-svg-icon {
    margin-right: 6px;
}
.top-bar-menu li ul {
    display: none !important;
}
#top-bar-social a {
    display: block;
    font-size: 14px;
}
#top-bar-social a.wpex-social-btn {
    height: 1.858em;
    line-height: 1.858em;
    width: 1.858em;
}
#top-bar-social a.wpex-social-btn-bordered {
    font-size: 13px;
}
#top-bar-social a.wpex-social-btn-no-style {
    color: var(--wpex-text-4);
    font-size: 18px;
    width: auto;
}
#top-bar-social a.wpex-social-btn-no-style:hover {
    color: var(--wpex-black);
}
.top-bar-right .polylang-switcher-shortcode {
    float: right;
    margin-left: 20px;
}
.top-bar-left .polylang-switcher-shortcode {
    float: left;
    margin-right: 20px;
}
#top-bar #lang_sel {
    text-align: left;
}
.rtl #top-bar #lang_sel {
    text-align: right;
}
.wpex-header-cart-icon__count--bubble {
    height: 1em;
    width: 1em;
    padding: 2px;
    box-sizing: content-box;
}
.wpex-header-cart-icon__count--bubble .wpex-header-cart-icon__count-number {
    font-size: clamp(6px, 60%, 1em);
}
#site-logo .site-logo-text {
    font-size: 24px;
    height: 100%;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    color: var(--wpex-site-logo-color, var(--wpex-text-1));
}
#site-logo .site-logo-text:hover {
    color: var(--wpex-hover-site-logo-color, var(--wpex-site-logo-color, var(--wpex-text-1)));
}
#site-logo .logo-img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
.sf-menu,
.sf-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu .sub-menu:not(.megamenu__inner-ul) {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all var(--wpex-dropmenu-transition-duration, 0.2s), z-index 0s;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    min-width: 140px;
}
.sf-menu > .menu-item {
    float: left;
}
.sf-menu .menu-item.sfHover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 10001;
    margin: 0;
}
.sf-menu--animate > .menu-item > .sub-menu {
    margin-top: var(--wpex-sf-menu-animate-offset, 10px);
    will-change: transform, opacity;
}
.sf-menu--animate .sub-menu .sub-menu {
    margin-left: var(--wpex-sf-menu-animate-offset, 10px);
}
.sf-menu--animate .left-dropdowns .sub-menu {
    margin-right: var(--wpex-sf-menu-animate-offset, 10px);
    margin-left: 0;
}
.sf-menu .menu-item > a {
    display: block;
    position: relative;
}
.sf-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.sf-menu {
    float: left;
}
.sf-menu .menu-item {
    position: relative;
    white-space: nowrap;
}
.wpex-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wpex-dropdown-menu > .menu-item {
    float: left;
}
.wpex-dropdown-menu .menu-item {
    position: relative;
    white-space: nowrap;
}
.wpex-dropdown-menu .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wpex-dropdown-menu .sub-menu:not(.megamenu__inner-ul) {
    position: absolute;
    top: 100%;
    left: 0;
    transition: all var(--wpex-dropmenu-transition-duration, 0.3s);
    visibility: hidden;
    opacity: 0;
    z-index: -10;
}
.wpex-dropdown-menu .sub-menu:not(.megamenu__inner-ul) .sub-menu {
    top: 0;
    left: 100%;
}
.wpex-dropdown-menu--onhover .menu-item.wpex-touched > .sub-menu,
.wpex-dropdown-menu--onhover .menu-item:hover > .sub-menu,
.wpex-dropdown-menu--onhover .menu-item:focus-within > .sub-menu,
.wpex-dropdown-menu--onclick .menu-item.wpex-active > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 10001;
    margin: 0;
}
.wpex-dropdown-menu--onclick > .menu-item.wpex-active > a .nav-arrow {
    transform: rotate(180deg);
}
.wpex-dropdown-menu--animate > .menu-item > .sub-menu {
    margin-top: var(--wpex-dropmenu-animate-offset, 10px);
    will-change: transform, opacity;
}
.wpex-dropdown-menu--animate .sub-menu .sub-menu {
    margin-left: var(--wpex-dropmenu-animate-offset, 10px);
}
.wpex-dropdown-menu--animate .left-dropdowns .sub-menu .sub-menu {
    margin-right: var(--wpex-dropmenu-animate-offset, 10px);
    margin-left: 0;
}
.wpex-dropdown-menu--onhover .left-dropdowns .menu-item.wpex-touched > .sub-menu,
.wpex-dropdown-menu--onhover .left-dropdowns .menu-item:hover > .sub-menu,
.wpex-dropdown-menu--onhover .left-dropdowns .menu-item:focus-within > .sub-menu,
.wpex-dropdown-menu--onclick .left-dropdowns .menu-item.wpex-active > .sub-menu {
    margin: 0;
}
.main-navigation a {
    text-decoration: none;
}
.main-navigation-ul .sub-menu {
    min-width: var(--wpex-dropmenu-width, 140px);
}
.main-navigation-ul > .menu-item:not(:last-child) {
    margin-right: var(--wpex-main-nav-gutter);
}
.main-navigation-ul > .menu-item > a {
    display: block;
    color: var(--wpex-main-nav-link-color, var(--wpex-text-2));
    background: var(--wpex-main-nav-link-bg);
    padding: var(--wpex-main-nav-link-padding-y, 0px) var(--wpex-main-nav-link-padding-x, 0px);
    line-height: normal;
}
.main-navigation-ul > .menu-item > a > .link-inner {
    display: inline-block;
    line-height: normal;
    background: var(--wpex-main-nav-link-inner-bg);
    border-radius: var(--wpex-main-nav-link-inner-border-radius, 3px);
    padding: var(--wpex-main-nav-link-inner-padding-y) var(--wpex-main-nav-link-inner-padding-x);
}
.main-navigation .link-inner > .ticon,
.main-navigation .link-inner > .wpex-svg-icon,
.main-navigation-six .wpex-menu-search-icon {
    margin-right: var(--wpex-main-nav-icon-margin, 0.615em);
}
.main-navigation .no-icon-margin .link-inner > .ticon,
.main-navigation .no-icon-margin .link-inner > .wpex-svg-icon {
    margin: 0;
}
.main-navigation .nav-arrow.top-level {
    margin-left: 4px;
}
.main-navigation-ul > .menu-item:not(.megamenu) .sub-menu .menu-item-has-children .link-inner {
    display: flex;
    align-items: center;
}
.main-navigation .nav-arrow.second-level {
    margin-left: auto;
    padding-left: 0.615em;
    text-align: right;
}
.main-navigation .left-dropdowns .nav-arrow.second-level {
    transform: scaleX(-1);
    margin-left: 0;
    order: -1;
}
.main-navigation-ul > .menu-item:hover > a,
.main-navigation-ul > .menu-item.dropdown.sfHover > a,
.main-navigation-ul > .menu-item.wpex-active > a {
    background: var(--wpex-hover-main-nav-link-bg);
    color: var(--wpex-hover-main-nav-link-color, var(--wpex-accent, var(--wpex-main-nav-link-color, var(--wpex-text-2))));
}
.main-navigation-ul > .menu-item:hover > a > .link-inner,
.main-navigation-ul > .menu-item.dropdown.sfHover > a > .link-inner,
.main-navigation-ul > .menu-item.wpex-active > a > .link-inner {
    background: var(--wpex-hover-main-nav-link-inner-bg);
}
.main-navigation-ul > .current-menu-item > a,
.main-navigation-ul > .current-menu-ancestor > a {
    background: var(--wpex-active-main-nav-link-bg);
    color: var(--wpex-active-main-nav-link-color, var(--wpex-accent, var(--wpex-main-nav-link-color, var(--wpex-text-2))));
}
.main-navigation-ul > .current-menu-item > a > .link-inner,
.main-navigation-ul > .current-menu-ancestor > a > .link-inner {
    background: var(--wpex-active-main-nav-link-inner-bg);
}
#site-navigation-wrap {
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li > a {
    position: relative;
}
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li > a > .link-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: var(--wpex-main-nav-link-underline-height, 3px);
    bottom: 0;
    left: 0;
    background: var(--wpex-main-nav-link-underline-color, currentColor);
    opacity: 0;
    transform: scaleX(0.33);
    transition: all 0.2s;
}
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.current-menu-item > a > .link-inner::after,
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li:hover > a > .link-inner::after,
#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.wpex-active > a > .link-inner::after {
    opacity: 1;
    transform: scaleX(1);
}
#site-navigation-wrap.has-menu-underline .main-navigation-ul > .wpex-menu-extra > a > .link-inner::after,
#site-navigation-wrap.has-menu-underline .main-navigation-ul > .menu-button > a > .link-inner::after {
    display: none;
}
nav:not(.wpex-mobile-menu):not(.full-screen-overlay-nav-menu) .wpex-mm-menu-item {
    display: none !important;
}
.main-navigation-ul .sub-menu {
    padding: var(--wpex-dropmenu-padding, 0px);
    background: var(--wpex-dropmenu-bg, var(--wpex-surface-1));
    box-shadow: var(--wpex-dropmenu-box-shadow);
    border: var(--wpex-dropmenu-border-width, 1px) solid var(--wpex-dropmenu-border-color, var(--wpex-surface-3));
}
.main-navigation-ul .sub-menu ul {
    text-align: left;
}
.main-navigation-ul .sub-menu .menu-item {
    padding: 0;
}
.main-navigation-ul .sub-menu .menu-item:first-child ul {
    margin-top: 0;
}
.main-navigation-ul .sub-menu .menu-item a {
    display: block;
    float: none;
    padding: var(--wpex-dropmenu-link-padding-y, 8px) var(--wpex-dropmenu-link-padding-x, 12px);
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.4em;
    font-size: 0.923em;
    color: var(--wpex-dropmenu-link-color, var(--wpex-text-2));
    border-bottom: var(--wpex-dropmenu-link-border-width, var(--wpex-dropmenu-border-width, 1px)) solid var(--wpex-dropmenu-border-color, var(--wpex-surface-3));
}
.main-navigation-ul .sub-menu .menu-item a:hover {
    color: var(--wpex-hover-dropmenu-link-color, var(--wpex-dropmenu-link-color, var(--wpex-text-2)));
    background: var(--wpex-hover-dropmenu-link-bg, var(--wpex-surface-2));
}
.main-navigation-ul .sub-menu .menu-item:last-child > a {
    border-bottom: 0;
}
.main-navigation-ul .sub-menu .current-menu-item > a {
    color: var(--wpex-active-dropmenu-link-color, var(--wpex-dropmenu-link-color, var(--wpex-text-2)));
    background: var(--wpex-active-dropmenu-link-bg);
}
.main-navigation-ul .sub-menu .current-menu-item > a:hover {
    color: var(--wpex-active-hover-dropmenu-link-color, var(--wpex-hover-dropmenu-link-color, var(--wpex-dropmenu-link-color, var(--wpex-text-2))));
    background: var(--wpex-active-hover-dropmenu-link-bg, var(--wpex-hover-dropmenu-link-bg, var(--wpex-surface-2)));
}
#site-navigation .main-navigation-ul .left-dropdowns .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}
#site-navigation-wrap.no-outline {
    --wpex-main-nav-border-width: 0;
}
#site-navigation-wrap.no-borders {
    --wpex-main-nav-item-border-width: 0;
}
.header-drop-widget {
    box-shadow: var(--wpex-dropmenu-box-shadow, var(--wpex-shadow));
}
.header-drop-widget--colored-top-border {
    border-style: solid;
    border-top-width: var(--wpex-dropmenu-colored-top-border-width, 3px);
    border-top-color: var(--wpex-dropmenu-colored-top-border-color, var(--wpex-accent));
}
.main-navigation-ul > .menu-item.menu-button > a > .link-inner,
.main-navigation .menu-button > a > .link-inner {
    font-weight: var(--wpex-btn-font-weight);
    color: var(--wpex-btn-color, var(--wpex-on-accent));
    background: var(--wpex-btn-bg, var(--wpex-accent));
    border-radius: var(--wpex-btn-border-radius);
    border-width: var(--wpex-btn-border-width);
    border-style: var(--wpex-btn-border-style);
    border-color: var(--wpex-btn-border-color, currentColor);
    padding: var(--wpex-menu-btn-padding, var(--wpex-main-nav-link-inner-padding-y) var(--wpex-main-nav-link-inner-padding-x));
}
.main-navigation-ul > .menu-item.menu-button > a:hover > .link-inner,
.main-navigation .menu-button > a:hover > .link-inner {
    color: var(--wpex-hover-btn-color, var(--wpex-on-accent-alt));
    background: var(--wpex-hover-btn-bg, var(--wpex-accent-alt));
    border-color: var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor));
}
.main-navigation-ul > .menu-item.menu-button > a:active > .link-inner,
.main-navigation .menu-button > a:active > .link-inner {
    color: var(--wpex-active-btn-color, var(--wpex-hover-btn-color, var(--wpex-on-accent-alt)));
    background: var(--wpex-active-btn-bg, var(--wpex-hover-btn-bg, var(--wpex-accent-alt)));
    border-color: var(--wpex-active-btn-border-color, var(--wpex-hover-btn-border-color, var(--wpex-btn-border-color, currentColor)));
}
.menu-button-rounded > a {
    --wpex-btn-border-radius: 9999px;
}
.navbar-fixed-height {
    height: var(--wpex-main-nav-height, 50px);
}
.navbar-fixed-line-height .main-navigation-ul > .menu-item > a {
    height: var(--wpex-main-nav-height, 50px);
    line-height: var(--wpex-main-nav-line-height, var(--wpex-main-nav-height, 50px));
}
#site-navigation-wrap.wpex-stretch-items {
    --wpex-main-nav-gutter: 0px;
}
#site-navigation-wrap.wpex-stretch-items .main-navigation-ul {
    display: flex;
    float: none;
    align-items: center;
}
#site-navigation-wrap.wpex-stretch-items .main-navigation-ul > .menu-item,
#site-navigation-wrap.wpex-stretch-items .main-navigation-ul > .menu-item-logo {
    flex-grow: 1;
}
#site-navigation-wrap.wpex-stretch-items .main-navigation-ul > .menu-item > a,
#site-navigation-wrap.wpex-stretch-items .main-navigation-ul > .menu-item-logo {
    text-align: center;
}
#site-navigation-wrap.wpex-stretch-items.navbar-style-five .main-navigation-ul > .menu-item,
#site-navigation-wrap.wpex-stretch-items.navbar-style-five .main-navigation-ul > .menu-item-logo {
    flex-basis: 0;
}
#site-navigation-wrap.wpex-stretch-items #site-logo.header-five-logo.display {
    display: inline-flex;
}
#site-navigation-wrap.wpex-stretch-items.navbar-style-five .main-navigation-ul > .menu-item {
    display: block;
}
#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--wpex-main-nav-bg, var(--wpex-surface-1));
    overflow: visible !important;
    z-index: 999;
    border-bottom: var(--wpex-main-nav-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0);
}
.main-navigation .nav-no-click > a,
.wpex-mobile-menu .nav-no-click:not(.menu-item-has-children) > a,
.sidr-class-nav-no-click:not(.sidr-class-menu-item-has-children) > a {
    pointer-events: none;
}
@media only screen and (min-width: 960px) {
    .top-bar-full-width .container,
    .header-full-width .container,
    .site-footer-full-width .container,
    .footer-bottom-full-width .container {
        width: 100%;
        max-width: none;
    }
    .top-bar-full-width,
    .site-footer-full-width,
    .footer-bottom-full-width,
    .header-one.header-full-width,
    .header-five.header-full-width,
    .header-seven.header-full-width,
    .header-eight.header-full-width,
    .header-nine.header-full-width,
    .header-two.header-full-width #site-header-inner,
    .header-two.header-full-width .main-navigation,
    .header-full-width .mobile-toggle-nav {
        padding-left: var(--wpex-full-width-gutter, 30px);
        padding-right: var(--wpex-full-width-gutter, 30px);
    }
}
#site-header.transform-prepare {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out !important;
}
#site-header.transform-prepare.transform-go {
    transform: translateY(0%);
}
#site-header.dyn-styles .logo-img[data-sticky-logo],
.not-sticky .logo-img[data-sticky-logo] {
    display: none;
}
#site-header-sticky-wrapper.is-sticky #site-header {
    position: fixed;
    overflow: visible !important;
    z-index: 1001;
    background-color: var(--wpex-surface-1);
}
#site-header-sticky-wrapper.is-sticky .has-sticky-dropshadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
#site-header-sticky-wrapper.is-sticky #site-header-inner {
    z-index: 999;
}
#site-header-sticky-wrapper.is-sticky .logo-img[data-nonsticky-logo] {
    display: none;
}
#site-header.shrink-sticky-header {
    width: 100%;
    transition: opacity 0.3s;
}
.shrink-sticky-header.on-shrink-adjust-height:not(.fixed-scroll--mobile-only) #site-logo .logo-img {
    max-height: var(--wpex-site-header-shrink-start-height, 60px);
    width: auto;
}
.sticky-header-shrunk {
    --wpex-site-header-height: var(--wpex-site-header-shrink-end-height, 50px);
}
.sticky-header-shrunk .logo-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.sticky-header-shrunk.on-shrink-adjust-height #site-header-inner {
    height: calc(var(--wpex-site-header-shrink-end-height, 50px) + var(--wpex-site-header-shrink-end-padding-top, 10px) + var(--wpex-site-header-shrink-end-padding-bottom, 10px));
    padding-top: var(--wpex-site-header-shrink-end-padding-top, 10px);
    padding-bottom: var(--wpex-site-header-shrink-end-padding-bottom, 10px);
}
.sticky-header-shrunk.on-shrink-adjust-height #site-logo .logo-img {
    --wpex-site-header-shrink-start-height: var(--wpex-site-header-shrink-end-height, 50px);
}
.sticky-header-shrunk .navbar-style-five {
    --wpex-main-nav-height: var(--wpex-site-header-shrink-end-height, 50px);
    --wpex-main-nav-line-height: var(--wpex-site-header-shrink-end-height, 50px);
}
.anim-shrink-header #site-header-sticky-wrapper,
.anim-shrink-header #site-header,
.anim-shrink-header #site-header-inner,
.anim-shrink-header .navbar-style-five,
.anim-shrink-header .navbar-style-five #site-navigation,
.anim-shrink-header #site-logo,
.anim-shrink-header #site-logo-inner,
.anim-shrink-header #site-logo-link,
.anim-shrink-header #site-logo .logo-img {
    transition: all var(--wpex-site-header-shrink-speed, 0.3s) linear;
}
.anim-shrink-header #site-logo .logo-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    width: auto;
}
.anim-shrink-header #site-navigation-wrap {
    transition: top var(--wpex-site-header-shrink-speed, 0.3s) linear;
}
.header-fixed-height #site-header-inner {
    height: var(--wpex-site-header-height, 100px);
}
.header-fixed-height #site-logo .logo-img {
    max-height: calc(var(--wpex-site-header-height, 100px) * var(--wpex-site-logo-max-height-ratio, 0.6));
    width: auto;
}
.header-one #site-logo {
    float: left;
    height: 100%;
}
.navbar-style-one {
    --wpex-main-nav-link-padding-y: 0px;
    --wpex-main-nav-link-padding-x: 4px;
    --wpex-main-nav-link-inner-padding-y: 0.5em;
    --wpex-main-nav-link-inner-padding-x: 11px;
    position: absolute;
    top: 50%;
    background: var(--wpex-main-nav-bg, transparent);
    margin-top: calc(-1 * (var(--wpex-main-nav-height, 50px) / 2));
    right: calc(-1 * (var(--wpex-main-nav-link-padding-x) + var(--wpex-main-nav-link-inner-padding-x)));
}
.navbar-has-inner-span-bg .navbar-style-one {
    right: calc(-1 * var(--wpex-main-nav-link-padding-x));
}
.boxed-main-layout .navbar-style-one {
    margin-right: var(--wpex-boxed-layout-gutter);
}
body:not(.navbar-has-inner-span-bg) .navbar-style-one .main-navigation-ul > li:last-child.menu-button {
    margin-right: var(--wpex-main-nav-link-inner-padding-x);
}
.navbar-style-one.has-menu-underline {
    --wpex-main-nav-gutter: 2.25em;
    --wpex-main-nav-link-padding-x: 0px;
    --wpex-main-nav-link-inner-padding-x: 0px;
}
.navbar-style-one.has-menu-underline .menu-button .link-inner {
    --wpex-main-nav-link-inner-padding-x: 11px;
}
.header-two {
    background: var(--wpex-surface-1);
}
.header-two-aside {
    float: right;
    text-align: right;
    font-size: var(--wpex-text-md);
}
.header-two-aside input {
    text-align: left;
}
.header-two-logo {
    float: left;
}
#header-two-search {
    margin-top: 10px;
    float: right;
}
#header-two-search input[type="search"]:not(.ais-SearchBox-input) {
    width: 12em;
    float: left;
    height: 2.615em;
    line-height: normal;
    padding: 0 10px;
    border-radius: 0;
    font-size: 1em;
}
#header-two-search #header-two-search-submit {
    font-size: 1em;
    line-height: normal;
    height: 2.615em;
    width: 2.615em;
    text-align: center;
    padding: 0;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
#header-two-search .woocommerce-product-search input[type="submit"] {
    height: 34px;
    width: auto;
}
.navbar-style-two {
    --wpex-main-nav-link-padding-y: 0;
    --wpex-main-nav-link-padding-x: 20px;
    background: var(--wpex-main-nav-bg, var(--wpex-surface-1));
    border-style: solid;
    border-width: var(--wpex-main-nav-border-width, 1px) 0 0;
    border-color: var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.page-header-disabled .navbar-style-two {
    border-bottom-width: var(--wpex-main-nav-border-width, 1px);
}
.navbar-style-two .main-navigation-ul {
    width: 100%;
    float: left;
    border-left: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.navbar-style-two .main-navigation-ul a {
    transition: all 0.15s ease;
}
.navbar-style-two .main-navigation-ul > .menu-item {
    border-right: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.navbar-style-two:not(.wpex-stretch-items) .main-navigation-ul {
    border-right: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.navbar-style-two:not(.wpex-stretch-items) .main-navigation-ul .search-toggle-li,
.navbar-style-two:not(.wpex-stretch-items) .main-navigation-ul .woo-menu-icon {
    float: right;
    border-left: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
    border-right: 0;
}
.navbar-style-two.center-items {
    text-align: center;
}
.navbar-style-two.center-items .main-navigation-ul {
    text-align: center;
    border-left: 0;
    border-right: 0;
}
.navbar-style-two.center-items .main-navigation-ul ul {
    text-align: left;
}
.navbar-style-two.center-items .main-navigation-ul > .menu-item:first-child {
    border-left: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.navbar-style-two.center-items .main-navigation-ul > .menu-item,
.navbar-style-two.center-items .main-navigation-ul .woo-menu-icon,
.navbar-style-two.center-items .main-navigation-ul .search-toggle-li {
    display: inline-block;
    float: none;
    border-left: 0;
    border-right: var(--wpex-main-nav-item-border-width, 1px) solid var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.header-three-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.header-three-logo a {
    float: none;
    display: inline-block;
}
.header-three-aside {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.navbar-style-three {
    --wpex-main-nav-link-padding-y: 0px;
    --wpex-main-nav-link-padding-x: 5px;
    --wpex-main-nav-link-inner-padding-y: 0.5em;
    --wpex-main-nav-link-inner-padding-x: 0.8em;
    background: var(--wpex-main-nav-bg, var(--wpex-surface-1));
    border-style: solid;
    border-width: var(--wpex-main-nav-border-width, 1px) 0 0;
    border-color: var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.page-header-disabled .navbar-style-three {
    border-bottom-width: var(--wpex-main-nav-border-width, 1px);
}
.navbar-style-three .main-navigation-ul {
    text-align: center;
    float: none;
}
.navbar-style-three .main-navigation-ul .sub-menu {
    text-align: left;
}
.navbar-style-three .main-navigation-ul > .menu-item {
    display: inline-block;
    float: none;
}
.header-four-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.header-four-logo a {
    display: inline-block;
    float: none;
}
.header-four-aside {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.navbar-style-four {
    --wpex-main-nav-link-padding-y: 0px;
    --wpex-main-nav-link-padding-x: 5px;
    --wpex-main-nav-link-inner-padding-y: 0.5em;
    --wpex-main-nav-link-inner-padding-x: 0.8em;
    background: var(--wpex-main-nav-bg, var(--wpex-surface-1));
    border-style: solid;
    border-width: 0 0 var(--wpex-main-nav-border-width, 1px);
    border-color: var(--wpex-main-nav-border-color, var(--wpex-surface-3));
}
.navbar-style-four .main-navigation-ul {
    text-align: center;
    float: none;
}
.navbar-style-four .main-navigation-ul .sub-menu {
    text-align: left;
}
.navbar-style-four .main-navigation-ul > .menu-item {
    display: inline-block;
    float: none;
}
.navbar-style-five {
    --wpex-main-nav-link-padding-y: 0px;
    --wpex-main-nav-link-padding-x: 4px;
    --wpex-main-nav-link-inner-padding-y: 0.5em;
    --wpex-main-nav-link-inner-padding-x: 0.8em;
    --wpex-main-nav-gutter: 0px;
    background: var(--wpex-main-nav-bg, transparent);
}
.header-eight-aside,
.header-nine-aside {
    margin-left: var(--wpex-site-header-gutter, 25px);
}
.header-eight-logo,
.header-nine-logo {
    margin-right: var(--wpex-site-header-gutter, 25px);
}
.navbar-style-seven,
.navbar-style-eight,
.navbar-style-nine,
.navbar-style-ten {
    --wpex-main-nav-link-padding-y: 1em;
    --wpex-main-nav-link-padding-x: 1.3em;
    --wpex-main-nav-link-inner-padding-y: 0px;
    --wpex-main-nav-link-inner-padding-x: 0px;
    background: var(--wpex-main-nav-bg, transparent);
}
.navbar-style-seven .menu-button > a,
.navbar-style-eight .menu-button > a,
.navbar-style-nine .menu-button > a,
.navbar-style-ten .menu-button > a {
    --wpex-menu-btn-padding: var(--wpex-btn-padding);
    padding: 0 !important;
    background: none !important;
}
.wpex-mobile-toggle-menu-icon_buttons .header-seven #mobile-menu,
.wpex-mobile-toggle-menu-icon_buttons .header-eight #mobile-menu,
.wpex-mobile-toggle-menu-icon_buttons .header-nine #mobile-menu,
.wpex-mobile-toggle-menu-icon_buttons .header-ten #mobile-menu {
    margin-left: var(--wpex-mobile-menu-toggle-side-margin, 25px);
}
.wpex-mobile-toggle-menu-next_to_logo #mobile-menu {
    margin-right: var(--wpex-mobile-menu-toggle-side-margin, 25px);
}
.wpex-has-vertical-header #site-header {
    background-color: var(--wpex-surface-1);
}
#mobile-menu {
    --wpex-link-color: currentColor;
    --wpex-hover-link-color: currentColor;
}
#mobile-menu a {
    position: relative;
    font-size: 22px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.wpex-mobile-menu-toggle-extra-icons .wpex-cart-count {
    top: -3px;
    right: -8px;
    height: 16px;
    line-height: 16px;
    width: 16px;
    font-size: 9px;
}
.wpex-mobile-toggle-menu-navbar .wpex-mobile-menu-toggle-extra-icons .wpex-cart-count,
.wpex-mobile-toggle-menu-fixed_top .wpex-mobile-menu-toggle-extra-icons .wpex-cart-count {
    display: none;
}
#wpex-mobile-menu-navbar {
    height: var(--wpex-mobile-menu-toggle-height, 50px);
}
#wpex-mobile-menu-fixed-top {
    height: var(--wpex-mobile-menu-toggle-height, 50px);
}
.admin-bar #wpex-mobile-menu-fixed-top {
    top: var(--wpadminbar-height);
}
#sidr-main {
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: none;
    --wpex-link-color: currentColor;
    --wpex-border-main: rgba(255, 255, 255, 0.035);
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    width: var(--wpex-sidr-width, 320px);
    background: var(--wpex-surface-1);
}
#sidr-main.sidr-right {
    left: auto;
    right: calc(-1 * var(--wpex-sidr-width, 320px));
}
#sidr-main.sidr-left {
    right: auto;
    left: calc(-1 * var(--wpex-sidr-width, 320px));
}
#sidr-main ul {
    list-style: none;
    margin: 0;
}
#sidr-main .wpex-mobile-menu-top {
    padding: 0 20px 20px;
}
#sidr-main .wpex-mobile-menu-bottom {
    padding: 20px 20px 0;
}
#sidr-main .sidr-class-wpex-close {
    margin-bottom: var(--wpex-sidr-gutter);
}
#sidr-main .sidr-inner {
    padding-left: var(--wpex-sidr-gutter);
    padding-right: var(--wpex-sidr-gutter);
}
.sidr-class-wpex-close {
    line-height: normal;
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidr-class-wpex-close a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
.sidr a {
    border: 0;
}
.sidr-class-dropdown-menu > li:first-child {
    border-top: 1px solid var(--wpex-border-main);
}
.sidr-class-dropdown-menu li {
    border-bottom: 1px solid var(--wpex-border-main);
}
.sidr-class-dropdown-menu li a {
    display: block;
    position: relative;
    padding: 0.9em 20px;
}
.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a {
    padding-right: 60px;
}
.sidr-class-dropdown-menu ul {
    display: none;
    border-top: 1px solid var(--wpex-border-main);
    background: rgba(255, 255, 255, 0.02);
}
.sidr-class-dropdown-menu ul li:last-child {
    border: 0;
}
.sidr-class-dropdown-menu ul ul {
    font-size: 1em;
}
.sidr-class-dropdown-menu ul a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}
.sidr-class-dropdown-menu ul a:before {
    content: "-";
    display: inline-block;
    margin: 0 0.615em;
}
.sidr-class-dropdown-menu ul ul a:before {
    content: "--";
}
.sidr-class-dropdown-menu ul ul a:before {
    margin-left: 20px;
}
.sidr-class-dropdown-menu ul ul ul a:before {
    margin-left: 40px;
}
.sidr-class-dropdown-menu .wpex-open-submenu {
    width: 45px;
    font-size: 1.35em;
}
.sidr-class-dropdown-menu .wpex-open-submenu .wpex-open-submenu__icon {
    margin-right: 20px;
}
.sidr-class-dropdown-menu .sidr-class-nav-no-click > a > .wpex-open-submenu {
    width: 100%;
}
.sidr-class-dropdown-menu .active > a > .wpex-open-submenu .wpex-open-submenu__icon {
    transform: rotateZ(180deg);
}
.sidr-class-dropdown-menu .active > a:not(:hover) {
    color: var(--wpex-active-link-color, var(--wpex-link-color));
}
.sidr-class-link-inner .ticon,
.sidr-class-link-inner .fa,
.sidr-class-link-inner .wpex-svg-icon {
    margin-right: 0.615em;
}
.sidr #searchform-header-replace-close,
.sidr .nav-arrow,
.sidr-class-wcmenucart,
.sidr-class-nav-arrow,
.sidr-class-wpex-menu-extra,
#sidr-id-searchform-dropdown {
    display: none !important;
}
.wpex-sidr-overlay.wpex-custom-cursor {
    cursor: url(assets/cursors/close.ico), default;
}
#sidr-id-searchform-overlay-title {
    display: none;
}
.sidr-class-mobile-menu-searchform {
    position: relative;
    border-bottom: 1px solid var(--wpex-border-main);
}
.sidr-class-mobile-menu-searchform input[type="search"]:not(.ais-SearchBox-input) {
    width: 100%;
    background: none;
    border: 0;
    outline: 0;
    font-size: 1em;
    color: inherit;
    font-weight: inherit;
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0.9em 55px 0.9em 20px;
}
.sidr-class-mobile-menu-searchform button {
    background: none;
    display: block;
    position: absolute;
    right: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: right;
    top: 50%;
    margin-top: -15px;
    color: inherit;
    padding: 0;
    outline: 0;
    border: 0;
}
.sidr-class-mobile-menu-searchform button:hover,
.sidr-class-mobile-menu-searchform buttonfocus {
    background: none;
    color: inherit;
}
.sidr-class-mobile-menu-searchform input[placeholder],
.sidr-class-mobile-menu-searchform label {
    color: inherit;
}
.mobile-toggle-nav {
    --wpex-link-color: var(--wpex-text-2);
    --wpex-hover-link-color: var(--wpex-text-1);
}
.mobile-toggle-nav:not(.visible) {
    display: none;
}
.mobile-toggle-nav.wpex-togglep-absolute {
    max-height: 500px;
}
.wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav {
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    overscroll-behavior: contain;
}
.mobile-toggle-nav .wpex-menu-extra {
    display: none;
}
.mobile-toggle-nav-ul ul {
    list-style: none;
    margin: 0 auto;
}
.mobile-toggle-nav-ul a {
    position: relative;
    display: block;
    padding: 10px 0;
    border-top: 1px solid var(--wpex-border-main);
    text-decoration: none;
}
.mobile-toggle-nav-ul .link-inner .ticon,
.mobile-toggle-nav-ul .link-inner .wpex-svg-icon {
    margin-right: 0.615em;
}
.mobile-toggle-nav-ul .nav-arrow {
    display: none;
}
.mobile-toggle-nav-ul .menu-item-has-children > a {
    padding-right: 45px;
}
.mobile-toggle-nav-ul .menu-item-has-children ul {
    display: none;
}
.mobile-toggle-nav-ul .menu-item-has-children ul a {
    padding-left: 12px;
}
.mobile-toggle-nav-ul .menu-item-has-children ul a:before {
    content: "-";
    margin-right: 0.615em;
}
.mobile-toggle-nav-ul .menu-item-has-children ul ul a {
    padding-left: 22px;
}
.mobile-toggle-nav-ul .menu-item-has-children ul ul a:before {
    content: "--";
}
.mobile-toggle-nav-ul .menu-item-has-children ul ul ul a {
    padding-left: 32px;
}
.mobile-toggle-nav-ul .menu-item-has-children ul ul ul a:before {
    content: "---";
}
.mobile-toggle-nav-ul .menu-item-has-children ul ul ul ul a {
    padding-left: 42px;
}
.mobile-toggle-nav-ul .wpex-open-submenu {
    width: 45px;
    font-size: 1.35em;
}
.mobile-toggle-nav-ul .nav-no-click > a > .wpex-open-submenu {
    width: 100%;
}
.mobile-toggle-nav-ul .active > a > .wpex-open-submenu .wpex-open-submenu__icon {
    transform: rotate(180deg);
}
.mobile-toggle-nav-search input[type="search"]:not(.ais-SearchBox-input) {
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    box-shadow: none;
    width: 100%;
    padding-right: 50px;
    padding-left: 10px;
    height: 45px;
    color: var(--wpex-gray-700);
    background: var(--wpex-white);
    border: 1px solid var(--wpex-border-main);
}
.mobile-toggle-nav-search .searchform-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    line-height: normal;
    width: 45px;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.full-screen-overlay-nav {
    z-index: 99999;
}
.full-screen-overlay-nav:not(.visible):not(.wpex-active) {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.full-screen-overlay-nav button.full-screen-overlay-nav-close {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: "Times New Roman", Times, serif;
    font-size: 64px;
    text-align: center;
}
.full-screen-overlay-nav button.full-screen-overlay-nav-close:hover {
    opacity: 1;
}
.full-screen-overlay-nav.white {
    background: rgba(255, 255, 255, 0.95);
}
.full-screen-overlay-nav.black {
    background: rgba(0, 0, 0, 0.98);
}
.full-screen-overlay-nav.black a {
    opacity: 0.6;
}
.full-screen-overlay-nav.black a:hover,
.full-screen-overlay-nav.black .wpex-active > a {
    opacity: 1;
}
.full-screen-overlay-nav.black #mobile-menu-search input[type="search"]:not(.ais-SearchBox-input) {
    opacity: 0.6;
}
.full-screen-overlay-nav.black #mobile-menu-search input[type="search"]:not(.ais-SearchBox-input):focus {
    opacity: 1;
}
.full-screen-overlay-nav #mobile-menu-search {
    width: 300px;
    font-size: 0.85em;
}
.full-screen-overlay-nav #mobile-menu-search input[type="search"]:not(.ais-SearchBox-input) {
    background: none;
    border: 0;
    margin: 0;
    color: inherit;
    border-radius: 0;
    text-transform: none;
    transition: none;
    box-shadow: none;
    font-family: inherit;
    font-style: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid currentColor;
}
.full-screen-overlay-nav #mobile-menu-search button,
.full-screen-overlay-nav #mobile-menu-search input[type="submit"] {
    display: none;
}
.full-screen-overlay-nav-content-inner {
    padding: 80px 30px;
}
.full-screen-overlay-nav-menu ul {
    font-size: 0.9em;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.full-screen-overlay-nav-menu li {
    display: block;
}
.full-screen-overlay-nav-menu li a {
    display: inline-block;
    margin-bottom: 20px;
    color: inherit;
    transition: 0.3s;
    text-decoration: none;
}
.full-screen-overlay-nav-menu li a .ticon,
.full-screen-overlay-nav-menu li a .wpex-svg-icon {
    margin-right: 10px;
}
.full-screen-overlay-nav-menu li a:hover {
    text-decoration: none;
    opacity: 0.4;
}
.full-screen-overlay-nav-menu li.wpex-menu-extra {
    display: none;
}
.full-screen-overlay-nav-menu li .nav-arrow {
    display: none;
}
.full-screen-overlay-nav-menu .link-inner {
    position: relative;
}
.full-screen-overlay-nav-menu .link-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s linear;
}
.full-screen-overlay-nav-menu li.wpex-active > a > .link-inner::after {
    width: 100%;
    background: currentColor;
}
.full-screen-overlay-nav-menu ul.sub-menu {
    display: none;
}
.wpex-dropdowns-caret .main-navigation-ul .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 12px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid var(--wpex-dropmenu-caret-border-color, rgba(0, 0, 0, 0.1));
}
.wpex-dropdowns-caret .main-navigation-ul .sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid var(--wpex-dropmenu-caret-bg, var(--wpex-surface-1));
}
.wpex-dropdowns-caret .main-navigation-ul .sub-menu ul::before,
.wpex-dropdowns-caret .main-navigation-ul .sub-menu ul::after {
    display: none;
}
.wpex-dropdowns-shadow-one {
    --wpex-dropmenu-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-two {
    --wpex-dropmenu-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-three {
    --wpex-dropmenu-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-four {
    --wpex-dropmenu-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
.wpex-dropdowns-shadow-five {
    --wpex-dropmenu-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.24);
}
.wpex-dropdowns-shadow-six {
    --wpex-dropmenu-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.wpex-dropdown-top-border .main-navigation-ul .menu-item .sub-menu {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-style: solid;
    border-top-width: var(--wpex-dropmenu-colored-top-border-width, 3px);
    border-top-color: var(--wpex-dropmenu-colored-top-border-color, var(--wpex-accent));
}
.wpex-flush-dropdowns {
    --wpex-main-nav-link-padding-y: 0;
    --wpex-main-nav-line-height: normal;
}
.wpex-flush-dropdowns.navbar-style-one {
    height: 100%;
    margin-top: 0;
    top: 0;
}
.wpex-flush-dropdowns #site-navigation,
.wpex-flush-dropdowns .main-navigation-ul,
.wpex-flush-dropdowns .main-navigation-ul > li,
.wpex-flush-dropdowns .main-navigation-ul > .menu-item > a {
    height: 100%;
}
.wpex-flush-dropdowns .main-navigation-ul > li {
    display: table;
}
.wpex-flush-dropdowns .main-navigation-ul > .menu-item > a {
    display: table-cell;
    vertical-align: middle;
}
.wpex-dropdown-style-minimal {
    --wpex-dropmenu-padding: 10px;
    --wpex-dropmenu-link-border-width: 0;
    --wpex-hover-dropmenu-link-bg: transparent;
    --wpex-hover-dropmenu-link-color: var(--wpex-black);
}
.wpex-dropdown-style-minimal #site-navigation .main-navigation-ul .sub-menu {
    border-radius: var(--wpex-rounded-xs);
}
.wpex-dropdown-style-minimal-sq {
    --wpex-dropmenu-border-width: 0;
    --wpex-dropmenu-border-color: transparent;
}
.wpex-dropdown-style-black {
    --wpex-dropmenu-bg: var(--wpex-black);
    --wpex-dropmenu-caret-border-color: var(--wpex-black);
    --wpex-dropmenu-caret-bg: var(--wpex-black);
    --wpex-dropmenu-border-color: #252525;
    --wpex-megamenu-divider-color: #252525;
    --wpex-dropmenu-link-color: #909090;
    --wpex-hover-dropmenu-link-color: var(--wpex-white);
    --wpex-hover-dropmenu-link-bg: #252525;
    --wpex-megamenu-heading-color: var(--wpex-white);
}
.wpex-dropdown-style-black #searchform-dropdown input[type="search"]:not(.ais-SearchBox-input) {
    background: #222;
    color: #aaa;
}
.main-navigation .megamenu {
    position: static;
}
.main-navigation .megamenu > .sub-menu {
    display: grid;
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    padding: var(--wpex-megamenu-padding, calc(var(--wpex-megamenu-gutter, 24px) / 2));
    gap: var(--wpex-megamenu-gutter, 24px);
}
.main-navigation .megamenu > .sub-menu .nav-arrow {
    display: none;
}
.main-navigation .megamenu > .sub-menu > .menu-item {
    --wpex-dropmenu-border-width: 0px;
    --wpex-dropmenu-link-border-width: 0px;
    display: block;
    float: left;
    padding: 0px;
    margin: 0;
    width: 100%;
}
.main-navigation .megamenu > .sub-menu > .menu-item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(-1 * (var(--wpex-megamenu-gutter, 24px) / 2));
    transform: translateX(-50%);
    height: 100%;
    width: 0;
    border-left: var(--wpex-megamenu-divider-width, 1px) solid var(--wpex-megamenu-divider-color, var(--wpex-dropmenu-border-color, var(--wpex-surface-3)));
}
.main-navigation .megamenu > .sub-menu > .menu-item a {
    word-wrap: break-word;
    white-space: normal;
}
.main-navigation .megamenu > .sub-menu > .menu-item.menu-item-has-children > a {
    margin-bottom: var(--wpex-megamenu-heading-margin-bottom, 0px);
}
.main-navigation .megamenu > .sub-menu > .menu-item.menu-item-has-children > a[href="#"] {
    pointer-events: none;
}
.main-navigation .megamenu > .sub-menu > .menu-item.menu-item-has-children > a:hover {
    background: none;
}
.main-navigation .megamenu > .sub-menu > .menu-item.menu-item-has-children > a .link-inner {
    font-weight: var(--wpex-megamenu-heading-font-weight, var(--wpex-bold));
    color: var(--wpex-megamenu-heading-color, var(--wpex-text-1));
    font-size: var(--wpex-megamenu-heading-font-size, 1.03em);
}
.main-navigation .megamenu > .sub-menu > .menu-item > .sub-menu {
    position: relative;
    list-style: none;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    width: 100% !important;
    min-width: 0 !important;
    position: relative !important;
    opacity: 1 !important;
    border: none !important;
    box-shadow: none !important;
}
.main-navigation .megamenu > .sub-menu > .menu-item .sub-menu > .menu-item > .sub-menu {
    margin-left: var(--wpex-dropmenu-link-padding-x, 12px);
    padding: 0;
    border: 0;
    min-width: 0;
    box-shadow: none;
}
.main-navigation .megamenu.col-2 > .sub-menu {
    grid-template-columns: repeat(2, minmax(0, 2fr));
}
.main-navigation .megamenu.col-3 > .sub-menu {
    grid-template-columns: repeat(3, minmax(0, 2fr));
}
.main-navigation .megamenu.col-4 > .sub-menu {
    grid-template-columns: repeat(4, minmax(0, 2fr));
}
.main-navigation .megamenu.col-5 > .sub-menu {
    grid-template-columns: repeat(5, minmax(0, 2fr));
}
.main-navigation .megamenu.col-6 > .sub-menu {
    grid-template-columns: repeat(6, minmax(0, 2fr));
}
.main-navigation .megamenu.hide-headings > .sub-menu > .menu-item-has-children > a {
    display: none;
}
.main-navigation .megamenu .megamenu-sub-item-icon {
    display: inline-block;
}
.header-five .wpex-dropdowns-caret .megamenu > .sub-menu::after,
.header-five .wpex-dropdowns-caret .megamenu > .sub-menu::before,
.wpex-dropdowns-caret.wpex-stretch-megamenus .megamenu > .sub-menu::after,
.wpex-dropdowns-caret.wpex-stretch-megamenus .megamenu > .sub-menu::before {
    display: none;
}
#overlay-header-wrap {
    position: relative;
    z-index: 3;
}
#site-header.overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 9999;
    transition: background 0.3s ease;
}
#site-header.overlay-header.dyn-styles {
    background: none;
}
#site-header.overlay-header.dyn-styles #site-navigation-wrap {
    --wpex-main-nav-bg: none;
    --wpex-main-nav-border-width: 0;
    --wpex-main-nav-item-border-width: 0;
}
#site-header.overlay-header .has-overlay-logo .main-logo {
    display: none;
}
.boxed-main-layout.has-overlay-header #wrap {
    position: relative;
}
.has-overlay-header .wpex-sticky-header-holder {
    height: auto !important;
    background: none !important;
}
.wpex-sticky-header-holder.is-sticky #site-header.overlay-header {
    left: auto;
}
#site-header.transform-prepare .overlay-header {
    position: fixed;
}
#site-header.overlay-header.dyn-styles:not(.core-style) #site-navigation {
    --wpex-main-nav-link-bg: none;
    --wpex-hover-main-nav-link-bg: none;
    --wpex-active-main-nav-link-bg: none;
}
#site-header.overlay-header.dyn-styles:not(.core-style) #mobile-menu a {
    color: inherit;
}
#site-header.overlay-header.light-style.dyn-styles #site-navigation-wrap.navbar-style-four,
#site-header.overlay-header.white-style.dyn-styles #site-navigation-wrap.navbar-style-four {
    --wpex-main-nav-bg: rgba(0, 0, 0, 0.5);
}
#site-header.overlay-header.light-style.dyn-styles {
    --wpex-site-logo-color: var(--wpex-white);
    --wpex-hover-site-logo-color: var(--wpex-white);
    --wpex-link-color: rgba(255, 255, 255, 0.7);
    --wpex-hover-link-color: var(--wpex-white);
    color: var(--wpex-white);
}
#site-header.overlay-header.light-style.dyn-styles #site-navigation {
    --wpex-main-nav-link-color: rgba(255, 255, 255, 0.7);
    --wpex-hover-main-nav-link-color: var(--wpex-white);
    --wpex-active-main-nav-link-color: var(--wpex-white);
}
#site-header.overlay-header.light-style.dyn-styles .header-aside-content {
    --wpex-link-color: rgba(255, 255, 255, 0.7);
    --wpex-hover-link-color: var(--wpex-white);
    color: var(--wpex-white);
}
#site-header.overlay-header.light-style.dyn-styles .wpex-link-color {
    color: rgba(255, 255, 255, 0.7);
}
#site-header.overlay-header.light-style.dyn-styles .wpex-hover-link-color:hover {
    color: var(--wpex-white);
}
#site-header.overlay-header.white-style.dyn-styles {
    --wpex-site-logo-color: var(--wpex-white);
    --wpex-hover-site-logo-color: var(--wpex-white);
    --wpex-link-color: var(--wpex-white);
    --wpex-hover-link-color: rgba(255, 255, 255, 0.5);
    color: var(--wpex-white);
}
#site-header.overlay-header.white-style.dyn-styles #site-navigation {
    --wpex-main-nav-link-color: var(--wpex-white);
    --wpex-hover-main-nav-link-color: rgba(255, 255, 255, 0.5);
    --wpex-active-main-nav-link-color: var(--wpex-white);
}
#site-header.overlay-header.white-style.dyn-styles .header-aside-content {
    --wpex-link-color: var(--wpex-white);
    --wpex-hover-link-color: rgba(255, 255, 255, 0.5);
    color: var(--wpex-white);
}
#site-header.overlay-header.white-style.dyn-styles .wpex-link-color {
    color: var(--wpex-white);
}
#site-header.overlay-header.white-style.dyn-styles .wpex-hover-link-color:hover {
    color: rgba(255, 255, 255, 0.5);
}
#site-header.overlay-header.dark-style.dyn-styles {
    --wpex-site-logo-color: var(--wpex-black);
    --wpex-hover-site-logo-color: var(--wpex-black);
    --wpex-link-color: rgba(0, 0, 0, 0.7);
    --wpex-hover-link-color: var(--wpex-black);
    color: var(--wpex-black);
}
#site-header.overlay-header.dark-style.dyn-styles #site-navigation {
    --wpex-main-nav-link-color: rgba(0, 0, 0, 0.7);
    --wpex-hover-main-nav-link-color: var(--wpex-black);
    --wpex-active-main-nav-link-color: var(--wpex-black);
}
#site-header.overlay-header.dark-style.dyn-styles .header-aside-content {
    --wpex-link-color: rgba(0, 0, 0, 0.7);
    --wpex-hover-link-color: var(--wpex-black);
    color: var(--wpex-black);
}
#site-header.overlay-header.dark-style.dyn-styles .wpex-link-color {
    --wpex-link-color: rgba(0, 0, 0, 0.7);
}
#site-header.overlay-header.dark-style.dyn-styles .wpex-hover-link-color:hover {
    color: var(--wpex-black);
}
.no-header-margin .page-header {
    margin-bottom: 0;
}
.page-header.background-image-page-header {
    min-height: 400px;
}
.centered-minimal-page-header .page-header-title {
    font-weight: 400;
    font-size: var(--wpex-text-5xl);
}
.centered-minimal-page-header .page-subheading {
    font-weight: 300;
    font-size: var(--wpex-text-xl);
}
.page-header.background-image-page-header:not(.wpex-supports-mods) .page-header-title {
    font-weight: 400;
    font-size: var(--wpex-text-7xl);
    color: var(--wpex-white);
}
.page-header.background-image-page-header:not(.wpex-supports-mods) .site-breadcrumbs {
    color: var(--wpex-white);
}
.page-header.background-image-page-header:not(.wpex-supports-mods) .site-breadcrumbs .sep,
.page-header.background-image-page-header:not(.wpex-supports-mods) .site-breadcrumbs a {
    color: inherit;
}
.page-header.background-image-page-header:not(.wpex-supports-mods) .page-subheading {
    font-weight: 300;
    color: var(--wpex-white);
    font-size: var(--wpex-text-3xl);
}
.background-image-page-header {
    color: var(--wpex-white);
}
.background-image-page-header .sep,
.background-image-page-header a {
    color: var(--wpex-white);
}
.solid-color-page-header * {
    color: var(--wpex-white) !important;
}
.sidebar-box input {
    max-width: 100%;
}
.sidebar-box .widget-titleselect {
    width: 100%;
}
#sidebar .wpex-bordered-list {
    --wpex-link-text-decoration: none;
}
.entry-media {
    position: relative;
}
.entries.left-thumbs .entry {
    border: 0;
    float: none;
    width: 100%;
}
.entries.left-thumbs .entry .entry-media {
    float: left;
    width: 46%;
    margin: 0;
}
.entries.left-thumbs .entry .entry-details {
    float: right;
    width: 50%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.entries.left-thumbs .entry.no-media .entry-details {
    width: 100%;
}
.entry-title {
    display: block;
    margin: 0;
    font-family: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: normal;
    font-style: normal;
    text-transform: none;
    font-size: var(--wpex-text-md);
    line-height: var(--wpex-heading-line-height);
    font-weight: var(--wpex-heading-font-weight);
    color: var(--wpex-heading-color);
}
.entry-title a {
    text-decoration: none;
    color: var(--wpex-heading-link-color, currentColor);
}
.entry-title a:hover {
    text-decoration: none;
    color: var(--wpex-hover-heading-link-color, var(--wpex-accent));
}
#login-template-form {
    width: 300px;
    max-width: 100%;
}
#login-template-form input[type="text"],
#login-template-form input[type="password"] {
    width: 100%;
    background: var(--wpex-white);
    border-color: var(--wpex-surface-4);
}
#login-template-form label {
    display: block;
    float: none;
    margin-bottom: 5px;
    color: var(--wpex-text-3);
    font-size: var(--wpex-text-xs);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#login-template-form .button-primary {
    width: 100%;
    padding: 1em 1.3em;
    line-height: normal;
}
#login-template-form .login-submit {
    margin: 0;
}
#login-template-form .login-remember label {
    display: flex;
    align-items: center;
}
#login-template-form #rememberme {
    margin-right: 0.769em;
}
.widget ul {
    list-style: none;
}
.widget ul:not(.wpex-row) {
    margin: 0;
}
.widget ul li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.widget_rss a,
.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_layered_nav_filters a,
.widget_product_categories a,
.widget_rating_filter a,
.widget_wpex_recent_posts_icons a {
    color: var(--wpex-widget-link-color, inherit);
}
.widget_rss a:hover,
.widget_archive a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_layered_nav_filters a:hover,
.widget_product_categories a:hover,
.widget_rating_filter a:hover,
.widget_wpex_recent_posts_icons a:hover {
    color: var(--wpex-hover-widget-link-color, inherit);
}
.cat-count-span {
    float: right;
}
.fb_iframe_widget {
    display: block !important;
}
.widget-block h2,
.widget-block h3,
.widget-block h4,
.widget-block h5,
.widget-block h6 {
    margin-top: 0;
}
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments li:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before {
    margin-right: var(--wpex-sidebar-widget-icon-margin, 10px);
    font-family: "ticons";
    display: inline-block;
}
.sidebar-widget-icons .widget_archive a:before {
    content: "\f016";
}
.sidebar-widget-icons .widget_recent_entries a:before {
    content: "\f0f6";
}
.sidebar-widget-icons .widget_recent_comments li:before {
    content: "\f0e5";
}
.sidebar-widget-icons .widget_layered_nav a:before {
    content: "\f0da";
}
.sidebar-widget-icons .widget_product_categories a:before {
    content: "\f0da";
}
.sidebar-widget-icons .widget_categories a:before {
    content: "\f114";
}
.tagcloud a,
.post-tags a {
    cursor: pointer;
    text-decoration: none;
    transition: 0.15s all ease;
    color: var(--wpex-text-3);
    padding: 0.385em 0.769em;
    border: 1px solid var(--wpex-border-main);
}
.tagcloud a:hover,
.post-tags a:hover {
    text-decoration: none;
    border-color: transparent;
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
}
.tagcloud a {
    display: block;
    float: left;
    margin: 0 3px 3px 0;
}
.post-tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
#wp-calendar {
    width: 100%;
    text-align: center;
    margin: 0;
}
#wp-calendar th,
#wp-calendar td {
    padding: 0.385em;
    font-size: var(--wpex-text-xs);
}
#wp-calendar tbody td {
    padding: 0;
}
#wp-calendar tbody td {
    line-height: 3em;
}
#wp-calendar tbody td a {
    display: block;
    text-decoration: none;
    font-weight: var(--wpex-bold);
}
#wp-calendar tbody td:hover a {
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
}
#wp-calendar tfoot td {
    padding-top: 1px;
    padding: 4px;
}
#wp-calendar caption {
    cursor: pointer;
    margin: 0;
    outline: 0;
    padding: 10px;
    text-align: center;
    font-weight: var(--wpex-bold);
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
    font-size: var(--wpex-text-md);
}
#wp-calendar tbody a {
    display: block;
    text-decoration: underline;
}
.wp-calendar-nav {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
.wp-calendar-nav-prev {
    text-align: left;
}
.wp-calendar-nav-next {
    text-align: right;
}
.widget_recent_entries .post-date {
    display: block;
    margin: 5px 0 0;
    opacity: 0.8;
    font-size: var(--wpex-text-sm);
}
.widget_nav_menu .wpex-open-submenu {
    display: none;
}
#sidebar .widget_nav_menu a,
.widget_nav_menu_accordion .widget_nav_menu a {
    text-decoration: none;
}
#sidebar .widget_nav_menu .menu-item-has-children:not(.current-menu-item):not(.current-menu-ancestor) > .sub-menu,
.widget_nav_menu_accordion .widget_nav_menu .menu-item-has-children:not(.current-menu-item):not(.current-menu-ancestor) > .sub-menu {
    display: none;
}
#sidebar .widget_nav_menu .sub-menu,
.widget_nav_menu_accordion .widget_nav_menu .sub-menu {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#sidebar .widget_nav_menu .sub-menu a:before,
.widget_nav_menu_accordion .widget_nav_menu .sub-menu a:before {
    content: "-";
    margin-right: 10px;
}
#sidebar .widget_nav_menu .sub-menu .sub-menu a:before,
.widget_nav_menu_accordion .widget_nav_menu .sub-menu .sub-menu a:before {
    content: "- -";
    margin-right: 10px;
}
#sidebar .widget_nav_menu ul,
.widget_nav_menu_accordion .widget_nav_menu ul {
    margin: 0;
}
#sidebar .widget_nav_menu ul ul,
.widget_nav_menu_accordion .widget_nav_menu ul ul {
    margin: 0;
    border: none;
}
#sidebar .widget_nav_menu ul ul li:first-child a,
.widget_nav_menu_accordion .widget_nav_menu ul ul li:first-child a {
    border-top: 0;
}
#sidebar .widget_nav_menu ul > li:first-child > a,
.widget_nav_menu_accordion .widget_nav_menu ul > li:first-child > a {
    border-top: 1px solid var(--wpex-border-main);
}
#sidebar .widget_nav_menu > div > ul > li:first-child > a,
.widget_nav_menu_accordion .widget_nav_menu > div > ul > li:first-child > a {
    border-top-left-radius: var(--wpex-rounded-xs);
    border-top-right-radius: var(--wpex-rounded-xs);
}
#sidebar .widget_nav_menu > div > ul > li:last-child > a,
.widget_nav_menu_accordion .widget_nav_menu > div > ul > li:last-child > a {
    border-bottom-left-radius: var(--wpex-rounded-xs);
    border-bottom-right-radius: var(--wpex-rounded-xs);
}
#sidebar .widget_nav_menu a,
.widget_nav_menu_accordion .widget_nav_menu a {
    display: block;
    position: relative;
    padding: 0.538em 0.769em;
    transition: 0.15s;
    color: var(--wpex-text-3);
    border: 1px solid var(--wpex-border-main);
    border-top: 0;
}
#sidebar .widget_nav_menu a .ticon:not(.wpex-open-submenu__icon),
#sidebar .widget_nav_menu a .wpex-svg-icon:not(.wpex-open-submenu__icon),
.widget_nav_menu_accordion .widget_nav_menu a .ticon:not(.wpex-open-submenu__icon),
.widget_nav_menu_accordion .widget_nav_menu a .wpex-svg-icon:not(.wpex-open-submenu__icon) {
    margin-right: 0.538em;
}
#sidebar .widget_nav_menu .menu-item-has-children > a,
.widget_nav_menu_accordion .widget_nav_menu .menu-item-has-children > a {
    padding-right: 50px;
}
#sidebar .widget_nav_menu .wpex-open-submenu,
.widget_nav_menu_accordion .widget_nav_menu .wpex-open-submenu {
    display: flex;
}
#sidebar .widget_nav_menu .menu-item.active > a > .wpex-open-submenu .wpex-open-submenu__icon,
.widget_nav_menu_accordion .widget_nav_menu .menu-item.active > a > .wpex-open-submenu .wpex-open-submenu__icon {
    transform: rotateZ(180deg);
}
#sidebar .widget_nav_menu a:hover,
.widget_nav_menu_accordion .widget_nav_menu a:hover {
    background-color: var(--wpex-surface-2);
    text-decoration: none;
}
#sidebar .widget_nav_menu .current-menu-item > a,
.widget_nav_menu_accordion .widget_nav_menu .current-menu-item > a {
    color: var(--wpex-on-accent);
    background-color: var(--wpex-accent);
}
#sidebar .widget_nav_menu .current-menu-item > a::after,
.widget_nav_menu_accordion .widget_nav_menu .current-menu-item > a::after {
    color: inherit;
    opacity: 1;
}
#sidebar .widget_nav_menu ul ul li a,
.widget_nav_menu_accordion .widget_nav_menu ul ul li a {
    padding-left: 20px;
}
#sidebar .widget_nav_menu ul ul ul li a,
.widget_nav_menu_accordion .widget_nav_menu ul ul ul li a {
    padding-left: 30px;
}
.widget_rss li:not(:last-child) {
    margin-bottom: var(--wpex-el-margin-bottom);
}
.widget_rss a.rsswidget {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none;
    font-size: var(--wpex-text-md);
    color: var(--wpex-heading-color);
    font-weight: var(--wpex-heading-font-weight);
}
.widget_rss .rss-widget-icon {
    margin-right: 5px;
}
.widget_rss .widget-title a.rsswidget {
    display: inline-block;
    margin: 0;
}
.widget_rss .rss-date {
    display: block;
    margin: 5px 0;
    color: var(--wpex-text-3);
}
.widget_rss .rssSummary {
    margin: 5px 0;
}
.widget_rss cite {
    font-weight: var(--wpex-bold);
}
.modern-menu-widget {
    margin: 0;
    border: 1px solid var(--wpex-border-main);
    border-radius: var(--wpex-rounded-xs);
}
.modern-menu-widget a {
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: var(--wpex-text-3);
    transition: 0.15s;
    padding: 0.538em 0.769em;
    gap: 0.769em;
}
.modern-menu-widget a:hover {
    text-decoration: none;
    background: var(--wpex-surface-2);
}
.modern-menu-widget__link-text .ticon,
.modern-menu-widget__link-text .wpex-svg-icon {
    margin-right: 0.538em;
}
.modern-menu-widget li {
    border-bottom: 1px solid var(--wpex-border-main);
}
.modern-menu-widget li.current-menu-item a {
    margin: 0 -1px;
}
.modern-menu-widget li ul {
    border-top: 1px solid var(--wpex-border-main);
}
.modern-menu-widget li:last-child {
    border-bottom: 0;
}
.modern-menu-widget > li:first-child > a {
    border-top-left-radius: var(--wpex-rounded-xs);
    border-top-right-radius: var(--wpex-rounded-xs);
}
.modern-menu-widget > li:last-child > a {
    border-bottom-left-radius: var(--wpex-rounded-xs);
    border-bottom-right-radius: var(--wpex-rounded-xs);
}
.modern-menu-widget .current-menu-item a {
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
}
.wpex-newsletter-widget input,
.wpex-newsletter-widget button {
    border-radius: 0;
}
.wpex-simple-newsletter input[type="email"] {
    min-height: 40px;
    height: 100%;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
.wpex-simple-newsletter button[type="submit"] {
    border-radius: 0;
}
.wpex-info-widget-icon {
    min-width: 1em;
}
.wpex-widget-recent-posts.style-default .wpex-widget-recent-posts-thumbnail {
    width: 65px;
}
.wp-block-search__label {
    display: none;
}
.wp-block-search__input {
    border-color: var(--wpex-input-border-color);
}
.learndash-cpt .single-content {
    margin-bottom: 40px;
}
.testimonial-caret {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 10px;
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--wpex-surface-2);
}
.testimonial-entry-thumb img {
    padding: 3px;
}
.testimonial-entry-thumb.default-dims img {
    width: 45px;
    height: 45px;
}
.testimonial-entry-rating {
    color: var(--wpex-star-rating-color);
}
.testimonial-entry-rating .ticon,
.testimonial-entry-rating .wpex-svg-icon {
    margin-right: 2px;
}
.searchform {
    position: relative;
}
.searchform label {
    margin: 0;
    padding: 0;
    display: block;
}
.searchform input {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 0.8em;
    padding-right: 30px;
}
.searchform .searchform-submit {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    background: none;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--wpex-input-color);
    font-size: 0.85em;
    opacity: 0.5;
    transition: none;
}
.searchform:focus-within .searchform-submit {
    color: var(--wpex-focus-input-color);
    opacity: 1;
}
.wpex-menu-search-text {
    display: none;
}
#footer input[type="search"]:not(.ais-SearchBox-input) {
    outline: none;
}
#wpex-searchform-overlay .wpex-inner {
    font-size: 32px;
}
#wpex-searchform-overlay form {
    position: relative;
}
#wpex-searchform-overlay form,
#wpex-searchform-overlay label,
#wpex-searchform-overlay input[type="search"]:not(.ais-SearchBox-input) {
    color: inherit;
}
#wpex-searchform-overlay input[type="search"]:not(.ais-SearchBox-input) {
    position: relative;
    width: 100%;
    float: none;
    outline: 0;
    background: none;
    height: auto;
    line-height: normal;
    font-size: inherit;
    font-weight: 300;
    padding: 20px;
    padding-right: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}
#wpex-searchform-overlay input[type="submit"],
#wpex-searchform-overlay button.submit,
#wpex-searchform-overlay .searchform-submit,
#wpex-searchform-overlay .woocommerce-product-search button {
    display: none;
}
#wpex-searchform-overlay .wpex-title {
    display: none;
}
#wpex-searchform-overlay form:after {
    display: block;
    content: "\f002";
    position: absolute;
    right: 30px;
    top: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin-top: -25px;
    color: var(--wpex-white);
    font-family: "ticons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 600px) {
    #wpex-searchform-overlay .wpex-inner {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 400px) {
    #wpex-searchform-overlay .wpex-inner {
        font-size: 16px;
    }
}
#searchform-dropdown {
    width: 260px;
}
#searchform-dropdown input[type="search"]:not(.ais-SearchBox-input) {
    display: block;
    outline: 0;
    border: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    border-radius: 0;
    color: var(--wpex-text-2);
    padding: 12px 10px;
    background: var(--wpex-surface-2);
}
#searchform-dropdown button,
#searchform-dropdown input[type="submit"],
#searchform-dropdown .woocommerce-product-search button {
    display: none;
}
.boxed-main-layout .header-one #searchform-dropdown {
    right: var(--wpex-boxed-layout-gutter);
}
#searchform-header-replace label {
    height: 100%;
}
#searchform-header-replace form {
    height: 100%;
    width: 100%;
}
#searchform-header-replace input[type="search"]:not(.ais-SearchBox-input) {
    height: 100%;
    width: 100%;
    font-size: clamp(18px, 2.5vw, 28px);
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    background: none;
    padding: 0;
    border-radius: 0;
    outline: 0;
    border: 0;
    padding-right: 45px;
}
#searchform-header-replace input[type="submit"],
#searchform-header-replace button.submit,
#searchform-header-replace .searchform-submit,
#searchform-header-replace .woocommerce-product-search button {
    display: none;
}
#searchform-header-replace-close {
    height: 40px;
    line-height: 40px;
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
}
.boxed-main-layout #searchform-header-replace input[type="search"]:not(.ais-SearchBox-input) {
    padding: 0 var(--wpex-boxed-layout-gutter);
}
.boxed-main-layout #searchform-header-replace-close {
    right: var(--wpex-boxed-layout-gutter);
}
.search-entry-thumb {
    width: 100px;
}
.site-footer {
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: none;
}
.site-footer .wpex-bordered-list a {
    text-decoration: none;
}
#footer-widgets.wpex-row .footer-box.col {
    margin-bottom: 0;
}
.footer-builder-content > p:empty {
    display: none;
}
#footer-bottom {
    --wpex-link-text-decoration: none;
    --wpex-hover-link-text-decoration: none;
}
#footer-bottom-menu ul {
    list-style: none;
    margin: 0;
}
#footer-bottom-menu li {
    display: inline-block;
}
#footer-bottom-menu li:not(:first-child) {
    margin-left: 20px;
}
#footer-bottom-menu li .ticon,
#footer-bottom-menu li .wpex-svg-icon {
    margin-right: 5px;
}
@media only screen and (min-width: 960px) {
    .footer-reveal {
        display: block;
        z-index: 1;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .footer-reveal:not(.wpex-visible) {
        visibility: hidden;
        opacity: 0;
    }
    .footer-has-reveal #overlay-header-wrap,
    .footer-has-reveal #main {
        position: relative;
        z-index: 2;
        background: var(--wpex-surface-1);
    }
}
.wpex-svg-icon {
    display: inline-block;
    vertical-align: middle;
}
.wpex-svg-icon svg {
    height: 1em;
    width: auto;
    display: block;
}
.wpex-svg-icon svg:not([viewBox]) {
    height: 1em;
    width: 1em;
}
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments li:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before,
body:not(.svg-ticons) .check-list li:before {
    font-family: "ticons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media print {
    #site-header,
    #sidebar,
    #footer-callout-wrap,
    #footer,
    #footer-bottom,
    #top-bar-wrap,
    #site-navigation-wrap,
    .toggle-bar-btn,
    .post-pagination,
    .related.products,
    .product form.cart {
        display: none;
    }
    .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .wpb_accordion_content,
    .wpb_toggle_content {
        display: block !important;
    }
}
body .fancybox-is-open .fancybox-bg {
    opacity: 0.95;
}
body .fancybox-caption__body {
    margin: 0 auto;
    max-width: 800px;
}
.fancybox-caption__title {
    display: block;
    font-family: inherit;
    line-height: var(--wpex-leading-tight);
    font-size: var(--wpex-text-lg);
    font-weight: var(--wpex-bold);
}
.fancybox-caption__title-margin {
    margin-bottom: 12px;
}
button.fancybox-close-small:hover {
    background: transparent;
}
.fancybox-button,
.fancybox-button:hover {
    background-color: rgba(30, 30, 30, 0.6);
}
body .fancybox-thumbs {
    background: rgba(0, 0, 0, 0.3);
}
body .fancybox-thumbs__list a:before {
    border: 0;
}
.fancybox-caption__title {
    overflow: hidden;
}
.polylang-switcher-shortcode {
    list-style: none;
    margin: 0;
}
.polylang-switcher-shortcode li {
    float: left;
    margin-right: 5px;
}
.polylang-switcher-shortcode.flags-and-names li {
    margin-right: 15px;
}
.polylang-switcher-shortcode li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .boxed-main-layout #outer-wrap {
        padding: var(--wpex-boxed-layout-padding, 40px 30px);
    }
}
@media only screen and (max-width: 1280px) {
    #site-navigation .main-navigation-ul .flip-drops-smallscreen .sub-menu .sub-menu {
        left: auto;
        right: 100%;
    }
    #site-navigation .flip-drops-smallscreen .sub-menu .nav-arrow.second-level {
        transform: scaleX(-1);
        margin-left: 0;
        order: -1;
    }
}
@media only screen and (max-width: 959px) {
    :root {
        --wpex-content-area-width: 100%;
        --wpex-primary-sidebar-width: 100%;
    }
    #header-two-search {
        display: inline-block;
    }
    .hasnt-mobile-menu #site-header #site-logo {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px 0;
    }
    .hasnt-mobile-menu #site-logo-link {
        float: none;
        display: inline-block;
    }
    .hasnt-mobile-menu #site-logo .logo-img {
        display: block;
    }
    .hasnt-mobile-menu #site-header .navbar-style-one {
        height: auto;
        position: relative;
        top: initial;
        right: initial;
        clear: both;
        margin: 0;
        text-align: center;
    }
    .hasnt-mobile-menu #site-header .navbar-style-one .main-navigation-ul > li.menu-item {
        float: none;
        display: inline-block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .tablet-fullwidth-columns .vc_vc_column,
    .tablet-fullwidth-columns .wpb_column {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
    }
    .span_1_of_4.col {
        width: calc(100% / 2);
    }
    #footer-widgets .col {
        width: 100%;
    }
    .tablet-single-column {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .sm-full-width {
        width: 100%;
    }
    .col,
    .one-half,
    .one-third,
    .one-fourth,
    .one-fifth,
    .blog-entry,
    .wpex-row .col,
    .wpex-row.vcex-no-margin-grid .col,
    #footer-widgets .col {
        width: 100%;
    }
    .row-no-spacing .wpb_column {
        margin-bottom: 0;
    }
    div.wpcf7 .one-half {
        padding-left: 0;
    }
    body .entries.left-thumbs .entry .entry-media {
        margin-bottom: 20px;
    }
    body .entries.left-thumbs .entry .entry-media,
    body .entries.left-thumbs .entry .entry-details {
        float: none;
        width: 100%;
    }
    .blog-entry-author-avatar {
        display: none;
    }
    #comments .children {
        margin-left: 0;
    }
    #main .widget_nav_menu li a:before {
        display: none;
    }
    .phone-fullwidth-columns .wpb_column {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 479px) {
    #top-bar-content span.wpex-inline {
        display: block;
        margin: 0 0 5px;
    }
    .woocommerce-cart-form {
        font-size: 13px;
    }
    .xsm-full-width {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .span_1_of_1_tl.col {
        width: calc(100% / 1);
    }
    .span_1_of_2_tl.col {
        width: calc(100% / 2);
    }
    .span_1_of_3_tl.col {
        width: calc(100% / 3);
    }
    .span_1_of_4_tl.col {
        width: calc(100% / 4);
    }
    .span_1_of_5_tl.col {
        width: calc(100% / 5);
    }
    .span_1_of_6_tl.col {
        width: calc(100% / 6);
    }
    .span_1_of_7_tl.col {
        width: calc(100% / 7);
    }
    .span_1_of_8_tl.col {
        width: calc(100% / 8);
    }
}
@media screen and (max-width: 959px) {
    .span_1_of_1_tp.col {
        width: calc(100% / 1);
    }
    .span_1_of_2_tp.col {
        width: calc(100% / 2);
    }
    .span_1_of_3_tp.col {
        width: calc(100% / 3);
    }
    .span_1_of_4_tp.col {
        width: calc(100% / 4);
    }
    .span_1_of_5_tp.col {
        width: calc(100% / 5);
    }
    .span_1_of_6_tp.col {
        width: calc(100% / 6);
    }
    .span_1_of_7_tp.col {
        width: calc(100% / 7);
    }
    .span_1_of_8_tp.col {
        width: calc(100% / 8);
    }
}
@media screen and (max-width: 767px) {
    .span_1_of_1_pl.col {
        width: calc(100% / 1);
    }
    .span_1_of_2_pl.col {
        width: calc(100% / 2);
    }
    .span_1_of_3_pl.col {
        width: calc(100% / 3);
    }
    .span_1_of_4_pl.col {
        width: calc(100% / 4);
    }
    .span_1_of_5_pl.col {
        width: calc(100% / 5);
    }
    .span_1_of_6_pl.col {
        width: calc(100% / 6);
    }
    .span_1_of_7_pl.col {
        width: calc(100% / 7);
    }
    .span_1_of_8_pl.col {
        width: calc(100% / 8);
    }
}
@media screen and (max-width: 479px) {
    .span_1_of_1_pp.col {
        width: calc(100% / 1);
    }
    .span_1_of_2_pp.col {
        width: calc(100% / 2);
    }
    .span_1_of_3_pp.col {
        width: calc(100% / 3);
    }
    .span_1_of_4_pp.col {
        width: calc(100% / 4);
    }
    .span_1_of_5_pp.col {
        width: calc(100% / 5);
    }
    .span_1_of_6_pp.col {
        width: calc(100% / 6);
    }
    .span_1_of_7_pp.col {
        width: calc(100% / 7);
    }
    .span_1_of_8_pp.col {
        width: calc(100% / 8);
    }
}
@media only screen and (max-width: 1279px) {
    .visible-desktop-large {
        display: none !important;
    }
}
@media only screen and (min-width: 1280px) {
    .hidden-desktop-large {
        display: none !important;
    }
}
@media only screen and (max-width: 1023px) {
    .visible-desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) {
    .hidden-desktop {
        display: none !important;
    }
    .visible-tablet,
    .visible-tablet-portrait,
    .visible-tablet-landscape {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hidden-tablet,
    .hidden-tablet-portrait,
    .hidden-tablet-landscape {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .visible-phone {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-phone,
    .hide-on-phones {
        display: none !important;
    }
    .visible-tablet,
    .visible-tablet-portrait,
    .visible-tablet-landscape {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    body .text-md-center {
        text-align: center;
    }
    body .text-md-right {
        text-align: right;
    }
    body .text-md-left {
        text-align: left;
    }
}
@media only screen and (min-width: 960px) {
    body .text-lg-center {
        text-align: center;
    }
    body .text-lg-right {
        text-align: right;
    }
    body .text-lg-left {
        text-align: left;
    }
}
@media only screen and (min-width: 1280px) {
    body .text-xl-center {
        text-align: center;
    }
    body .text-xl-right {
        text-align: right;
    }
    body .text-xl-left {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    body .text-sm-center {
        text-align: center;
    }
    body .text-sm-right {
        text-align: right;
    }
    body .text-sm-left {
        text-align: left;
    }
}
@media only screen and (max-width: 479px) {
    body .text-xsm-center {
        text-align: center;
    }
    body .text-xsm-right {
        text-align: right;
    }
    body .text-xsm-left {
        text-align: left;
    }
}
.wpex-surface-dark {
    --wpex-surface-1: var(--wpex-gray-A900);
    --wpex-surface-2: rgba(255, 255, 255, 0.03);
    --wpex-surface-3: rgba(255, 255, 255, 0.06);
    --wpex-surface-4: rgba(255, 255, 255, 0.1);
    --wpex-text-1: var(--wpex-white);
    --wpex-text-2: var(--wpex-gray-500);
    --wpex-text-3: var(--wpex-gray-600);
    --wpex-text-4: var(--wpex-gray-700);
    --wpex-link-color: var(--wpex-gray-400);
    --wpex-hover-link-color: var(--wpex-white);
    --wpex-heading-color: var(--wpex-white);
    --wpex-hover-heading-link-color: var(--wpex-hover-link-color);
    --wpex-widget-link-color: var(--wpex-link-color);
    --wpex-hover-widget-link-color: var(--wpex-hover-link-color);
    --wpex-border-main: rgba(255, 255, 255, 0.06);
    --wpex-table-thead-bg: var(--wpex-surface-2);
    --wpex-table-cell-border-color: var(--wpex-border-main);
    --wpex-table-thead-color: var(--wpex-text-1);
    --wpex-table-th-color: var(--wpex-text-1);
    --wpex-input-bg: var(--wpex-white);
    --wpex-input-color: var(--wpex-gray-700);
    --wpex-input-border-color: var(--wpex-border-main);
    --wpex-focus-input-color: var(--wpex-input-color);
    --wpex-focus-input-bg: var(--wpex-input-bg);
    --wpex-focus-input-border-color: var(--wpex-input-border-color);
    background: var(--wpex-surface-1);
    color: var(--wpex-text-2);
}
.wpex-surface-dark h1,
.wpex-surface-dark h2,
.wpex-surface-dark h3,
.wpex-surface-dark h4,
.wpex-surface-dark h5,
.wpex-surface-dark h6,
.wpex-surface-dark .wpex-h1,
.wpex-surface-dark .wpex-h2,
.wpex-surface-dark .wpex-h3,
.wpex-surface-dark .wpex-h4,
.wpex-surface-dark .wpex-h5,
.wpex-surface-dark .wpex-h6,
.wpex-surface-dark .theme-heading,
.wpex-surface-dark .page-header-title,
.wpex-surface-dark .wpex-heading,
.wpex-surface-dark .vcex-heading,
.wpex-surface-dark .entry-title,
.wpex-surface-dark .wpex-font-heading {
    color: var(--wpex-heading-color);
}
.wpex-surface-dark label {
    color: var(--wpex-text-2);
}
.wpex-focus-not-visible-outline-0:focus:not(:focus-visible) {
    outline: 0;
}
.wpex-unset-all {
    all: unset;
}
button.wpex-unstyled-button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    border-radius: 0;
    text-transform: none;
    transition: none;
    box-shadow: none;
    font-family: inherit;
    font-style: inherit;
    line-height: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    font-weight: inherit;
}
button.wpex-unstyled-button:focus:not(:focus-visible) {
    outline: none;
}
.wpex-heading,
.vcex-heading {
    display: block;
    margin: 0;
    padding: 0;
    font-family: inherit;
    letter-spacing: inherit;
    font-style: inherit;
    font-size: inherit;
    text-transform: none;
    color: var(--wpex-heading-color);
    font-weight: var(--wpex-heading-font-weight);
    line-height: var(--wpex-heading-line-height);
}
.wpex-heading a,
.vcex-heading a {
    color: inherit;
    text-decoration: none;
}
.wpex-heading a:hover {
    color: var(--wpex-hover-heading-link-color, var(--wpex-accent));
}
.wpex-divider {
    display: block;
    clear: both;
    margin: 15px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--wpex-border-main);
}
.wpex-divider-dashed {
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}
.wpex-divider-dotted {
    border-bottom-style: dotted;
    border-bottom-width: 4px;
}
.wpex-first-divider-none > :first-child .wpex-divider,
.wpex-first-divider-none > .wpex-divider:first-of-type {
    display: none;
}
.wpex-last-divider-none > :last-child .wpex-divider,
.wpex-last-divider-none > .wpex-divider:last-of-type {
    display: none;
}
.wpex-highlight {
    display: inline-block;
    position: relative;
}
.wpex-highlight .wpex-after {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5em;
}
.wpex-bordered {
    border: 1px solid var(--wpex-border-main);
    padding: 20px;
}
.wpex-boxed {
    background-color: var(--wpex-surface-2);
    border: 1px solid var(--wpex-surface-3);
    padding: 20px;
}
.wpex-bordered-list ul,
.wpex-bordered-list {
    margin: 0;
    list-style: none;
}
.wpex-bordered-list li {
    padding: 0.5em 0;
    border-bottom: 1px solid var(--wpex-border-main);
}
.wpex-bordered-list li:first-child {
    border-top: 1px solid var(--wpex-border-main);
}
.wpex-bordered-list ul ul li {
    border: 0;
    padding-left: 15px;
    padding-bottom: 0;
}
.wpex-bordered-list ul ul li:first-child {
    margin-top: 4px;
}
.wpex-alert {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 20px;
    color: var(--wpex-alert-color);
    background: var(--wpex-alert-bg);
    border-width: 0 0 0 4px;
    border-style: solid;
}
.wpex-alert p:last-child {
    margin: 0;
}
.wpex-alert h4,
.wpex-alert__heading {
    color: inherit;
    margin: 0 0 5px;
    font-size: var(--wpex-text-lg);
    font-weight: var(--wpex-heading-font-weight);
    line-height: var(--wpex-heading-line-height);
}
.wpex-alert a:not([class]) {
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
}
.wpex-alert-info {
    background-color: var(--wpex-info-bg);
    border-color: var(--wpex-blue-info);
}
.wpex-alert-success {
    background-color: var(--wpex-success-bg);
    border-color: var(--wpex-green-success);
}
.wpex-alert-warning {
    background-color: var(--wpex-warning-bg);
    border-color: var(--wpex-yellow-warning);
}
.wpex-alert-error {
    background-color: var(--wpex-error-bg);
    border-color: var(--wpex-red-error);
}
.wpex-badge {
    display: inline-block;
    line-height: 1;
    padding: 0.3em 0.6em;
    margin-left: 5px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 75%;
    letter-spacing: normal;
    vertical-align: text-top;
    color: var(--wpex-on-accent);
    background: var(--wpex-accent);
}
.wpex-icon-xs {
    font-size: 20px;
}
.wpex-icon-sm {
    font-size: 40px;
}
.wpex-icon-md {
    font-size: 60px;
}
.wpex-icon-lg {
    font-size: 80px;
}
.wpex-icon-xl {
    font-size: 100px;
}
.wpex-noscroll {
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    top: 0;
    bottom: 0;
}
.wpex-text-1,
.wpex-hover-text-1:hover {
    color: var(--wpex-text-1);
}
.wpex-text-2,
.wpex-hover-text-2:hover {
    color: var(--wpex-text-2);
}
.wpex-text-3,
.wpex-hover-text-3:hover {
    color: var(--wpex-text-3);
}
.wpex-text-4,
.wpex-hover-text-4:hover {
    color: var(--wpex-text-4);
}
.wpex-surface-1,
.wpex-hover-surface-1:hover {
    background-color: var(--wpex-surface-1);
}
.wpex-surface-2,
.wpex-hover-surface-2:hover {
    background-color: var(--wpex-surface-2);
}
.wpex-surface-3,
.wpex-hover-surface-3:hover {
    background-color: var(--wpex-surface-3);
}
.wpex-surface-4,
.wpex-hover-surface-4:hover {
    background-color: var(--wpex-surface-4);
}
.wpex-border-surface-2,
.wpex-hover-border-surface-2:hover {
    border-color: var(--wpex-surface-2);
}
.wpex-border-surface-3,
.wpex-hover-border-surface-3:hover {
    border-color: var(--wpex-surface-3);
}
.wpex-border-surface-4,
.wpex-hover-border-surface-4:hover {
    border-color: var(--wpex-surface-4);
}
.wpex-items-stretch {
    align-items: stretch;
}
.wpex-items-start {
    align-items: flex-start;
}
.wpex-items-center {
    align-items: center;
}
.wpex-items-end {
    align-items: flex-end;
}
.wpex-items-baseline {
    align-items: baseline;
}
.wpex-self-auto {
    align-self: auto;
}
.wpex-self-start {
    align-self: flex-start;
}
.wpex-self-end {
    align-self: flex-end;
}
.wpex-self-center {
    align-self: center;
}
.wpex-self-stretch {
    align-self: stretch;
}
.wpex-animate-none {
    animation: none;
}
.wpex-animate-spin {
    animation: wpexSpin 1s linear infinite;
}
@keyframes wpexSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.wpex-animate-ping {
    animation: wpexPing 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes wpexPing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.wpex-animate-pulse {
    animation: wpexPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes wpexPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.wpex-animate-bounce {
    animation: wpexBounce 1s infinite;
}
@keyframes wpexBounce {
    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}
.wpex-bg-current,
.wpex-hover-bg-current:hover {
    background-color: currentColor;
}
.wpex-bg-inherit,
.wpex-hover-bg-inherit:hover {
    background-color: inherit;
}
.wpex-bg-transparent,
.wpex-hover-bg-transparent:hover {
    background-color: transparent;
}
.wpex-bg-accent,
.wpex-hover-bg-accent:hover {
    background-color: var(--wpex-accent);
}
.wpex-bg-accent_alt,
.wpex-hover-bg-accent_alt:hover {
    background-color: var(--wpex-accent-alt);
}
.wpex-bg-white,
.wpex-hover-bg-white:hover {
    background-color: var(--wpex-white);
}
.wpex-bg-black,
.wpex-hover-bg-black:hover {
    background-color: var(--wpex-black);
}
.wpex-bg-gray-50,
.wpex-hover-bg-gray-50:hover {
    background-color: var(--wpex-gray-50);
}
.wpex-bg-gray-100,
.wpex-hover-bg-gray-100:hover {
    background-color: var(--wpex-gray-100);
}
.wpex-bg-gray-200,
.wpex-hover-bg-gray-200:hover {
    background-color: var(--wpex-gray-200);
}
.wpex-bg-gray-300,
.wpex-hover-bg-gray-300:hover {
    background-color: var(--wpex-gray-300);
}
.wpex-bg-gray-400,
.wpex-hover-bg-gray-400:hover {
    background-color: var(--wpex-gray-400);
}
.wpex-bg-gray-500,
.wpex-hover-bg-gray-500:hover {
    background-color: var(--wpex-gray-500);
}
.wpex-bg-gray-600,
.wpex-hover-bg-gray-600:hover {
    background-color: var(--wpex-gray-600);
}
.wpex-bg-gray-700,
.wpex-hover-bg-gray-700:hover {
    background-color: var(--wpex-gray-700);
}
.wpex-bg-gray-800,
.wpex-hover-bg-gray-800:hover {
    background-color: var(--wpex-gray-800);
}
.wpex-bg-gray-900,
.wpex-hover-bg-gray-900:hover {
    background-color: var(--wpex-gray-900);
}
.wpex-bg-gray-A900,
.wpex-hover-bg-gray-A900:hover {
    background-color: var(--wpex-gray-A900);
}
.wpex-bg-accent,
a.wpex-bg-accent,
.wpex-hover-bg-accent:hover {
    color: var(--wpex-on-accent);
}
.wpex-bg-accent_alt,
a.wpex-bg-accent_alt,
.wpex-hover-bg-accent_alt:hover {
    color: var(--wpex-on-accent-alt);
}
.wpex-bg-auto {
    background-size: auto;
}
.wpex-bg-cover {
    background-size: cover;
}
.wpex-bg-contain {
    background-size: contain;
}
.wpex-bg-repeat {
    background-repeat: repeat;
}
.wpex-bg-no-repeat {
    background-repeat: no-repeat;
}
.wpex-bg-repeat-x {
    background-repeat: repeat-x;
}
.wpex-bg-repeat-y {
    background-repeat: repeat-y;
}
.wpex-bg-repeat-round {
    background-repeat: round;
}
.wpex-bg-repeat-space {
    background-repeat: space;
}
.wpex-bg-fixed {
    background-attachment: fixed;
}
.wpex-bg-local {
    background-attachment: local;
}
.wpex-bg-scroll {
    background-attachment: scroll;
}
.wpex-bg-top {
    background-position: top;
}
.wpex-bg-bottom {
    background-position: bottom;
}
.wpex-bg-center {
    background-position: center;
}
.wpex-bg-left {
    background-position: left;
}
.wpex-bg-left-top {
    background-position: left top;
}
.wpex-bg-left-bottom {
    background-position: left bottom;
}
.wpex-bg-right {
    background-position: right;
}
.wpex-bg-right-top {
    background-position: right top;
}
.wpex-bg-right-bottom {
    background-position: right bottom;
}
.bg-cover,
.bg-stretched {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#wrap .bg-fixed-top,
#wrap .bg-fixed-bottom,
#wrap .bg-fixed {
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover;
}
#wrap .bg-fixed-top {
    background-position: top !important;
}
#wrap .bg-fixed-bottom {
    background-position: bottom !important;
}
.wpex-bg-attachment-fixed {
    background-attachment: fixed;
}
@media only screen and (max-width: 1080px) {
    #wrap .bg-fixed-top,
    #wrap .bg-fixed-bottom,
    #wrap .bg-fixed {
        background-attachment: scroll !important;
    }
    .wpex-bg-attachment-fixed,
    .wpex-bg-fixed {
        background-attachment: scroll;
    }
}
.wpex-backface-visible {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.wpex-backface-hidden {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.wpex-rounded-inherit {
    border-radius: inherit;
}
.wpex-rounded-0 {
    border-radius: 0 !important;
}
.wpex-rounded-0-t {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wpex-rounded-0-tl {
    border-top-left-radius: 0;
}
.wpex-rounded-0-tr {
    border-top-right-radius: 0;
}
.wpex-rounded-0-b {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wpex-rounded-0-bl {
    border-bottom-left-radius: 0;
}
.wpex-rounded-0-br {
    border-bottom-right-radius: 0;
}
.wpex-rounded-0-l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpex-rounded-0-r {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpex-rounded-xs {
    border-radius: var(--wpex-rounded-xs) !important;
}
.wpex-rounded-xs-t {
    border-top-left-radius: var(--wpex-rounded-xs);
    border-top-right-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-tl {
    border-top-left-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-tr {
    border-top-right-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-b {
    border-bottom-left-radius: var(--wpex-rounded-xs);
    border-bottom-right-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-bl {
    border-bottom-left-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-br {
    border-bottom-right-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-l {
    border-top-left-radius: var(--wpex-rounded-xs);
    border-bottom-left-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-xs-r {
    border-top-right-radius: var(--wpex-rounded-xs);
    border-bottom-right-radius: var(--wpex-rounded-xs);
}
.wpex-rounded-sm {
    border-radius: var(--wpex-rounded-sm) !important;
}
.wpex-rounded-sm-t {
    border-top-left-radius: var(--wpex-rounded-sm);
    border-top-right-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-tl {
    border-top-left-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-tr {
    border-top-right-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-b {
    border-bottom-left-radius: var(--wpex-rounded-sm);
    border-bottom-right-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-bl {
    border-bottom-left-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-br {
    border-bottom-right-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-l {
    border-top-left-radius: var(--wpex-rounded-sm);
    border-bottom-left-radius: var(--wpex-rounded-sm);
}
.wpex-rounded-sm-r {
    border-top-right-radius: var(--wpex-rounded-sm);
    border-bottom-right-radius: var(--wpex-rounded-sm);
}
.wpex-rounded {
    border-radius: var(--wpex-rounded) !important;
}
.wpex-rounded-t {
    border-top-left-radius: var(--wpex-rounded);
    border-top-right-radius: var(--wpex-rounded);
}
.wpex-rounded-tl {
    border-top-left-radius: var(--wpex-rounded);
}
.wpex-rounded-tr {
    border-top-right-radius: var(--wpex-rounded);
}
.wpex-rounded-b {
    border-bottom-left-radius: var(--wpex-rounded);
    border-bottom-right-radius: var(--wpex-rounded);
}
.wpex-rounded-bl {
    border-bottom-left-radius: var(--wpex-rounded);
}
.wpex-rounded-br {
    border-bottom-right-radius: var(--wpex-rounded);
}
.wpex-rounded-l {
    border-top-left-radius: var(--wpex-rounded);
    border-bottom-left-radius: var(--wpex-rounded);
}
.wpex-rounded-r {
    border-top-right-radius: var(--wpex-rounded);
    border-bottom-right-radius: var(--wpex-rounded);
}
.wpex-rounded-md {
    border-radius: var(--wpex-rounded-md) !important;
}
.wpex-rounded-md-t {
    border-top-left-radius: var(--wpex-rounded-md);
    border-top-right-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-tl {
    border-top-left-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-tr {
    border-top-right-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-b {
    border-bottom-left-radius: var(--wpex-rounded-md);
    border-bottom-right-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-bl {
    border-bottom-left-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-br {
    border-bottom-right-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-l {
    border-top-left-radius: var(--wpex-rounded-md);
    border-bottom-left-radius: var(--wpex-rounded-md);
}
.wpex-rounded-md-r {
    border-top-right-radius: var(--wpex-rounded-md);
    border-bottom-right-radius: var(--wpex-rounded-md);
}
.wpex-rounded-lg {
    border-radius: var(--wpex-rounded-lg) !important;
}
.wpex-rounded-lg-t {
    border-top-left-radius: var(--wpex-rounded-lg);
    border-top-right-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-tl {
    border-top-left-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-tr {
    border-top-right-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-b {
    border-bottom-left-radius: var(--wpex-rounded-lg);
    border-bottom-right-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-bl {
    border-bottom-left-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-br {
    border-bottom-right-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-l {
    border-top-left-radius: var(--wpex-rounded-lg);
    border-bottom-left-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-lg-r {
    border-top-right-radius: var(--wpex-rounded-lg);
    border-bottom-right-radius: var(--wpex-rounded-lg);
}
.wpex-rounded-full {
    border-radius: var(--wpex-rounded-full) !important;
}
.wpex-rounded-full-t {
    border-top-left-radius: var(--wpex-rounded-full);
    border-top-right-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-tl {
    border-top-left-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-tr {
    border-top-right-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-b {
    border-bottom-left-radius: var(--wpex-rounded-full);
    border-bottom-right-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-bl {
    border-bottom-left-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-br {
    border-bottom-right-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-l {
    border-top-left-radius: var(--wpex-rounded-full);
    border-bottom-left-radius: var(--wpex-rounded-full);
}
.wpex-rounded-full-r {
    border-top-right-radius: var(--wpex-rounded-full);
    border-bottom-right-radius: var(--wpex-rounded-full);
}
.wpex-radius-blob-1 {
    border-radius: var(--wpex-radius-blob-1);
}
.wpex-radius-blob-2 {
    border-radius: var(--wpex-radius-blob-2);
}
.wpex-radius-blob-3 {
    border-radius: var(--wpex-radius-blob-3);
}
.wpex-radius-blob-4 {
    border-radius: var(--wpex-radius-blob-4);
}
.wpex-radius-blob-5 {
    border-radius: var(--wpex-radius-blob-5);
}
.wpex-border-accent {
    border-color: var(--wpex-accent);
}
.wpex-border-accent_alt {
    border-color: var(--wpex-accent-alt);
}
.wpex-border-white {
    border-color: var(--wpex-white);
}
.wpex-border-black {
    border-color: var(--wpex-black);
}
.wpex-border-gray-50 {
    border-color: var(--wpex-gray-50);
}
.wpex-border-gray-100 {
    border-color: var(--wpex-gray-100);
}
.wpex-border-gray-200 {
    border-color: var(--wpex-gray-200);
}
.wpex-border-gray-300 {
    border-color: var(--wpex-gray-300);
}
.wpex-border-gray-400 {
    border-color: var(--wpex-gray-400);
}
.wpex-border-gray-500 {
    border-color: var(--wpex-gray-500);
}
.wpex-border-gray-600 {
    border-color: var(--wpex-gray-600);
}
.wpex-border-gray-700 {
    border-color: var(--wpex-gray-700);
}
.wpex-border-gray-800 {
    border-color: var(--wpex-gray-800);
}
.wpex-border-gray-900 {
    border-color: var(--wpex-gray-900);
}
.wpex-border-gray-A900 {
    border-color: var(--wpex-gray-A900);
}
.wpex-border-t-accent {
    border-top-color: var(--wpex-accent);
}
.wpex-border-b-accent {
    border-bottom-color: var(--wpex-accent);
}
.wpex-border-l-accent {
    border-left-color: var(--wpex-accent);
}
.wpex-border-r-accent {
    border-right-color: var(--wpex-accent);
}
.wpex-border-t-accent_alt {
    border-top-color: var(--wpex-accent-alt);
}
.wpex-border-b-accent_alt {
    border-bottom-color: var(--wpex-accent-alt);
}
.wpex-border-l-accent_alt {
    border-left-color: var(--wpex-accent-alt);
}
.wpex-border-r-accent_alt {
    border-right-color: var(--wpex-accent-alt);
}
.wpex-border-t-white {
    border-top-color: var(--wpex-white);
}
.wpex-border-b-white {
    border-bottom-color: var(--wpex-white);
}
.wpex-border-l-white {
    border-left-color: var(--wpex-white);
}
.wpex-border-r-white {
    border-right-color: var(--wpex-white);
}
.wpex-border-t-black {
    border-top-color: var(--wpex-black);
}
.wpex-border-b-black {
    border-bottom-color: var(--wpex-black);
}
.wpex-border-l-black {
    border-left-color: var(--wpex-black);
}
.wpex-border-r-black {
    border-right-color: var(--wpex-black);
}
.wpex-border-t-gray-50 {
    border-top-color: var(--wpex-gray-50);
}
.wpex-border-b-gray-50 {
    border-bottom-color: var(--wpex-gray-50);
}
.wpex-border-l-gray-50 {
    border-left-color: var(--wpex-gray-50);
}
.wpex-border-r-gray-50 {
    border-right-color: var(--wpex-gray-50);
}
.wpex-border-t-gray-100 {
    border-top-color: var(--wpex-gray-100);
}
.wpex-border-b-gray-100 {
    border-bottom-color: var(--wpex-gray-100);
}
.wpex-border-l-gray-100 {
    border-left-color: var(--wpex-gray-100);
}
.wpex-border-r-gray-100 {
    border-right-color: var(--wpex-gray-100);
}
.wpex-border-t-gray-200 {
    border-top-color: var(--wpex-gray-200);
}
.wpex-border-b-gray-200 {
    border-bottom-color: var(--wpex-gray-200);
}
.wpex-border-l-gray-200 {
    border-left-color: var(--wpex-gray-200);
}
.wpex-border-r-gray-200 {
    border-right-color: var(--wpex-gray-200);
}
.wpex-border-t-gray-300 {
    border-top-color: var(--wpex-gray-300);
}
.wpex-border-b-gray-300 {
    border-bottom-color: var(--wpex-gray-300);
}
.wpex-border-l-gray-300 {
    border-left-color: var(--wpex-gray-300);
}
.wpex-border-r-gray-300 {
    border-right-color: var(--wpex-gray-300);
}
.wpex-border-t-gray-400 {
    border-top-color: var(--wpex-gray-400);
}
.wpex-border-b-gray-400 {
    border-bottom-color: var(--wpex-gray-400);
}
.wpex-border-l-gray-400 {
    border-left-color: var(--wpex-gray-400);
}
.wpex-border-r-gray-400 {
    border-right-color: var(--wpex-gray-400);
}
.wpex-border-t-gray-500 {
    border-top-color: var(--wpex-gray-500);
}
.wpex-border-b-gray-500 {
    border-bottom-color: var(--wpex-gray-500);
}
.wpex-border-l-gray-500 {
    border-left-color: var(--wpex-gray-500);
}
.wpex-border-r-gray-500 {
    border-right-color: var(--wpex-gray-500);
}
.wpex-border-t-gray-600 {
    border-top-color: var(--wpex-gray-600);
}
.wpex-border-b-gray-600 {
    border-bottom-color: var(--wpex-gray-600);
}
.wpex-border-l-gray-600 {
    border-left-color: var(--wpex-gray-600);
}
.wpex-border-r-gray-600 {
    border-right-color: var(--wpex-gray-600);
}
.wpex-border-t-gray-700 {
    border-top-color: var(--wpex-gray-700);
}
.wpex-border-b-gray-700 {
    border-bottom-color: var(--wpex-gray-700);
}
.wpex-border-l-gray-700 {
    border-left-color: var(--wpex-gray-700);
}
.wpex-border-r-gray-700 {
    border-right-color: var(--wpex-gray-700);
}
.wpex-border-t-gray-800 {
    border-top-color: var(--wpex-gray-800);
}
.wpex-border-b-gray-800 {
    border-bottom-color: var(--wpex-gray-800);
}
.wpex-border-l-gray-800 {
    border-left-color: var(--wpex-gray-800);
}
.wpex-border-r-gray-800 {
    border-right-color: var(--wpex-gray-800);
}
.wpex-border-t-gray-900 {
    border-top-color: var(--wpex-gray-900);
}
.wpex-border-b-gray-900 {
    border-bottom-color: var(--wpex-gray-900);
}
.wpex-border-l-gray-900 {
    border-left-color: var(--wpex-gray-900);
}
.wpex-border-r-gray-900 {
    border-right-color: var(--wpex-gray-900);
}
.wpex-border-t-gray-A900 {
    border-top-color: var(--wpex-gray-A900);
}
.wpex-border-b-gray-A900 {
    border-bottom-color: var(--wpex-gray-A900);
}
.wpex-border-l-gray-A900 {
    border-left-color: var(--wpex-gray-A900);
}
.wpex-border-r-gray-A900 {
    border-right-color: var(--wpex-gray-A900);
}
.wpex-border-main {
    border-color: var(--wpex-border-main);
}
.wpex-border-transparent,
.wpex-hover-border-transparent:hover {
    border-color: transparent;
}
.wpex-border-solid {
    border-style: solid;
}
.wpex-border-dashed {
    border-style: dashed;
}
.wpex-border-dotted {
    border-style: dotted;
}
.wpex-border-double {
    border-style: double;
}
.wpex-border-none {
    border-style: none;
}
.wpex-border-0 {
    border-width: 0;
}
.wpex-border {
    border-width: 1px;
}
.wpex-border-2 {
    border-width: 2px;
}
.wpex-border-3 {
    border-width: 3px;
}
.wpex-border-4 {
    border-width: 4px;
}
.wpex-border-y {
    border-width: 1px 0;
}
.wpex-border-x {
    border-width: 0 1px;
}
.wpex-border-t-0 {
    border-top-width: 0;
}
.wpex-border-t {
    border-top-width: 1px;
}
.wpex-border-t-2 {
    border-top-width: 2px;
}
.wpex-border-t-3 {
    border-top-width: 3px;
}
.wpex-border-t-4 {
    border-top-width: 4px;
}
.wpex-border-r-0 {
    border-right-width: 0;
}
.wpex-border-r {
    border-right-width: 1px;
}
.wpex-border-r-2 {
    border-right-width: 2px;
}
.wpex-border-r-3 {
    border-right-width: 3px;
}
.wpex-border-r-4 {
    border-right-width: 4px;
}
.wpex-border-b-0 {
    border-bottom-width: 0;
}
.wpex-border-b {
    border-bottom-width: 1px;
}
.wpex-border-b-2 {
    border-bottom-width: 2px;
}
.wpex-border-b-3 {
    border-bottom-width: 3px;
}
.wpex-border-b-4 {
    border-bottom-width: 4px;
}
.wpex-border-l-0 {
    border-left-width: 0;
}
.wpex-border-l {
    border-left-width: 1px;
}
.wpex-border-l-2 {
    border-left-width: 2px;
}
.wpex-border-l-3 {
    border-left-width: 3px;
}
.wpex-border-l-4 {
    border-left-width: 4px;
}
.wpex-hover-border-accent:hover {
    border-color: var(--wpex-accent);
}
.wpex-first-border-none > :first-child,
.wpex-last-border-none > :last-child {
    border: 0 !important;
}
.wpex-box-border {
    box-sizing: border-box;
}
.wpex-box-content {
    box-sizing: content-box;
}
.wpex-cursor-auto {
    cursor: auto;
}
.wpex-cursor-default {
    cursor: default;
}
.wpex-cursor-pointer {
    cursor: pointer;
}
.wpex-cursor-wait {
    cursor: wait;
}
.wpex-cursor-text {
    cursor: text;
}
.wpex-cursor-move {
    cursor: move;
}
.wpex-cursor-not-allowed {
    cursor: not-allowed;
}
.wpex-rtl {
    direction: rtl;
}
.wpex-ltr {
    direction: ltr;
}
.wpex-hidden {
    display: none;
}
.wpex-block {
    display: block;
}
.wpex-inline-block {
    display: inline-block;
}
.wpex-inline {
    display: inline;
}
.wpex-flex {
    display: flex;
}
.wpex-inline-flex {
    display: inline-flex;
}
.wpex-table {
    display: table;
}
.wpex-table-cell {
    display: table-cell;
}
body.vc_editor.compose-mode .vc_element .hidden[class^="wpex-"] {
    display: block;
}
body.vc_editor.compose-mode .vc_element .hidden.wpex-flex {
    display: flex;
}
body.vc_editor.compose-mode .vc_element .hidden.wpex-inline-block {
    display: inline-block;
}
.wpex-grid {
    display: grid;
}
.wpex-inline-grid {
    display: inline-grid;
}
[class*="wpex-grid-cols-"],
[class*="wpex-sm-grid-cols-"],
[class*="wpex-md-grid-cols-"],
[class*="wpex-lg-grid-cols-"],
[class*="wpex-xl-grid-cols-"] {
    grid-template-columns: repeat(var(--wpex-grid-columns), minmax(0, 1fr));
}
.wpex-grid-cols-1 {
    --wpex-grid-columns: 1;
}
.wpex-grid-cols-2 {
    --wpex-grid-columns: 2;
}
.wpex-grid-cols-3 {
    --wpex-grid-columns: 3;
}
.wpex-grid-cols-4 {
    --wpex-grid-columns: 4;
}
.wpex-grid-cols-5 {
    --wpex-grid-columns: 5;
}
.wpex-grid-cols-6 {
    --wpex-grid-columns: 6;
}
.wpex-grid-cols-7 {
    --wpex-grid-columns: 7;
}
.wpex-grid-cols-8 {
    --wpex-grid-columns: 8;
}
.wpex-grid-cols-9 {
    --wpex-grid-columns: 9;
}
.wpex-grid-cols-10 {
    --wpex-grid-columns: 10;
}
.wpex-grid-cols-11 {
    --wpex-grid-columns: 11;
}
.wpex-grid-cols-12 {
    --wpex-grid-columns: 12;
}
@media screen and (max-width: 1024px) {
    .wpex-tl-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-tl-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-tl-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-tl-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-tl-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-tl-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-tl-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-tl-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
}
@media screen and (max-width: 959px) {
    .wpex-tp-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-tp-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-tp-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-tp-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-tp-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-tp-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-tp-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-tp-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
}
@media screen and (max-width: 767px) {
    .wpex-pl-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-pl-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-pl-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-pl-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-pl-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-pl-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-pl-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-pl-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
}
@media screen and (max-width: 479px) {
    .wpex-pp-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-pp-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-pp-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-pp-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-pp-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-pp-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-pp-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-pp-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
}
.wpex-gap-0,
.wpex-grid-gap-0 {
    gap: 0;
}
.wpex-gap-1,
.wpex-grid-gap-1 {
    gap: 1px;
}
.wpex-gap-5,
.wpex-grid-gap-5 {
    gap: 5px;
}
.wpex-gap-10,
.wpex-grid-gap-10 {
    gap: 10px;
}
.wpex-gap-15,
.wpex-grid-gap-15 {
    gap: 15px;
}
.wpex-gap-20,
.wpex-grid-gap-20 {
    gap: 20px;
}
.wpex-gap-25,
.wpex-grid-gap-25 {
    gap: 25px;
}
.wpex-gap-30,
.wpex-grid-gap-30 {
    gap: 30px;
}
.wpex-gap-35,
.wpex-grid-gap-35 {
    gap: 35px;
}
.wpex-gap-40,
.wpex-grid-gap-40 {
    gap: 40px;
}
.wpex-gap-50,
.wpex-grid-gap-50 {
    gap: 50px;
}
.wpex-gap-60,
.wpex-grid-gap-60 {
    gap: 60px;
}
.wpex-flex-row {
    flex-direction: row;
}
.wpex-flex-row-reverse {
    flex-direction: row-reverse;
}
.wpex-flex-col {
    flex-direction: column;
}
.wpex-flex-col-reverse {
    flex-direction: column-reverse;
}
.wpex-flex-grow {
    flex-grow: 1;
}
.wpex-flex-grow-0 {
    flex-grow: 0;
}
.wpex-flex-shrink {
    flex-shrink: 1;
}
.wpex-flex-shrink-0 {
    flex-shrink: 0;
}
.wpex-flex-no-wrap {
    flex-wrap: nowrap;
}
.wpex-flex-wrap {
    flex-wrap: wrap;
}
.wpex-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.wpex-float-left {
    float: left;
}
.wpex-float-right {
    float: right;
}
.wpex-float-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.wpex-float-none {
    float: none;
}
.wpex-inherit-font-family {
    font-family: inherit;
}
.wpex-font-sans {
    font-family: var(--wpex-font-sans);
}
.wpex-font-serif {
    font-family: var(--wpex-font-serif);
}
.wpex-font-mono {
    font-family: var(--wpex-font-mono);
}
.wpex-italic {
    font-style: italic;
}
.wpex-not-italic {
    font-style: normal;
}
.wpex-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wpex-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.wpex-text-base {
    font-size: 1em;
}
.wpex-text-xs {
    font-size: var(--wpex-text-xs);
}
.wpex-text-sm {
    font-size: var(--wpex-text-sm);
}
.wpex-text-md {
    font-size: var(--wpex-text-md);
}
.wpex-text-lg {
    font-size: var(--wpex-text-lg);
}
.wpex-text-xl {
    font-size: var(--wpex-text-xl);
}
.wpex-text-2xl {
    font-size: var(--wpex-text-2xl);
}
.wpex-text-3xl {
    font-size: var(--wpex-text-3xl);
}
.wpex-text-4xl {
    font-size: var(--wpex-text-4xl);
}
.wpex-text-5xl {
    font-size: var(--wpex-text-5xl);
}
.wpex-text-6xl {
    font-size: var(--wpex-text-6xl);
}
.wpex-text-7xl {
    font-size: var(--wpex-text-7xl);
}
.wpex-text-base {
    font-size: 1em;
}
.wpex-font-hairline {
    font-weight: 100;
}
.wpex-font-thin {
    font-weight: 200;
}
.wpex-font-light {
    font-weight: 300;
}
.wpex-font-normal {
    font-weight: 400;
}
.wpex-font-medium {
    font-weight: 500;
}
.wpex-font-semibold {
    font-weight: 600;
}
.wpex-font-bold {
    font-weight: 700;
}
.wpex-font-extrabold {
    font-weight: 800;
}
.wpex-font-black {
    font-weight: 900;
}
.wpex-bold {
    font-weight: var(--wpex-bold);
}
.wpex-h-0 {
    height: 0;
}
.wpex-h-auto {
    height: auto;
}
.wpex-h-100 {
    height: 100%;
}
.wpex-max-h-100 {
    max-height: 100%;
}
.wpex-min-h-100 {
    min-height: 100%;
}
.wpex-h-screen {
    height: 100vh;
}
.wpex-max-h-screen {
    max-height: 100vh;
}
.wpex-h-1px {
    height: 1px;
}
.wpex-h-2px {
    height: 2px;
}
.wpex-justify-start {
    justify-content: flex-start;
}
.wpex-justify-center {
    justify-content: center;
}
.wpex-justify-end {
    justify-content: flex-end;
}
.wpex-justify-between {
    justify-content: space-between;
}
.wpex-justify-around {
    justify-content: space-around;
}
.wpex-justify-items-start {
    justify-items: start;
}
.wpex-justify-items-end {
    justify-items: end;
}
.wpex-justify-items-center {
    justify-items: center;
}
.wpex-justify-items-stretch {
    justify-items: stretch;
}
.wpex-tracking-tighter {
    letter-spacing: var(--wpex-tracking-tighter);
}
.wpex-tracking-tight {
    letter-spacing: var(--wpex-tracking-tight);
}
.wpex-tracking-normal {
    letter-spacing: var(--wpex-tracking-normal);
}
.wpex-tracking-wide {
    letter-spacing: var(--wpex-tracking-wide);
}
.wpex-tracking-wider {
    letter-spacing: var(--wpex-tracking-wider);
}
.wpex-tracking-widest {
    letter-spacing: var(--wpex-tracking-widest);
}
.wpex-inherit-tracking {
    letter-spacing: inherit;
}
.wpex-leading-none {
    line-height: 1;
}
.wpex-leading-inherit {
    line-height: inherit;
}
.wpex-leading-tight {
    line-height: var(--wpex-leading-tight);
}
.wpex-leading-snug {
    line-height: var(--wpex-leading-snug);
}
.wpex-leading-normal {
    line-height: var(--wpex-leading-normal);
}
.wpex-leading-relaxed {
    line-height: var(--wpex-leading-relaxed);
}
.wpex-leading-loose {
    line-height: var(--wpex-leading-loose);
}
.wpex-inherit-leading {
    line-height: inherit;
}
.wpex-list-none {
    list-style-type: none;
}
.wpex-list-disc {
    list-style-type: disc;
}
.wpex-list-decimal {
    list-style-type: decimal;
}
.wpex-list-inside {
    list-style-position: inside;
}
.wpex-list-outside {
    list-style-position: outside;
}
.wpex-m-auto {
    margin: auto;
}
.wpex-mt-auto {
    margin-top: auto;
}
.wpex-mr-auto {
    margin-right: auto;
}
.wpex-mb-auto {
    margin-bottom: auto;
}
.wpex-ml-auto {
    margin-left: auto;
}
.wpex-mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.wpex-my-auto {
    margin-right: auto;
    margin-left: auto;
}
.wpex-first-mt-0 > :first-child {
    margin-top: 0;
}
.wpex-last-mb-0 > :last-child {
    margin-bottom: 0;
}
.wpex-first-ml-0 > :first-child {
    margin-left: 0;
}
.wpex-last-ml-0 > :last-child {
    margin-left: 0;
}
.wpex-first-mr-0 > :first-child {
    margin-right: 0;
}
.wpex-last-mr-0 > :last-child {
    margin-right: 0;
}
.wpex-m-0 {
    margin: 0;
}
.wpex-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.wpex-mx-0 {
    margin-left: 0;
    margin-right: 0;
}
.wpex-ml-0 {
    margin-left: 0;
}
.wpex-mr-0 {
    margin-right: 0;
}
.wpex-mt-0 {
    margin-top: 0;
}
.wpex-mb-0 {
    margin-bottom: 0;
}
.wpex-m-5 {
    margin: 5px;
}
.wpex-my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpex-mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.-wpex-mx-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.wpex-ml-5 {
    margin-left: 5px;
}
.-wpex-ml-5 {
    margin-left: -5px;
}
.wpex-mr-5 {
    margin-right: 5px;
}
.-wpex-mr-5 {
    margin-right: -5px;
}
.wpex-mt-5 {
    margin-top: 5px;
}
.-wpex-mt-5 {
    margin-top: -5px;
}
.wpex-mb-5 {
    margin-bottom: 5px;
}
.-wpex-mb-5 {
    margin-bottom: -5px;
}
.wpex-m-10 {
    margin: 10px;
}
.wpex-my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpex-mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.-wpex-mx-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.wpex-ml-10 {
    margin-left: 10px;
}
.-wpex-ml-10 {
    margin-left: -10px;
}
.wpex-mr-10 {
    margin-right: 10px;
}
.-wpex-mr-10 {
    margin-right: -10px;
}
.wpex-mt-10 {
    margin-top: 10px;
}
.-wpex-mt-10 {
    margin-top: -10px;
}
.wpex-mb-10 {
    margin-bottom: 10px;
}
.-wpex-mb-10 {
    margin-bottom: -10px;
}
.wpex-m-15 {
    margin: 15px;
}
.wpex-my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wpex-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.-wpex-mx-15 {
    margin-left: -15px;
    margin-right: -15px;
}
.wpex-ml-15 {
    margin-left: 15px;
}
.-wpex-ml-15 {
    margin-left: -15px;
}
.wpex-mr-15 {
    margin-right: 15px;
}
.-wpex-mr-15 {
    margin-right: -15px;
}
.wpex-mt-15 {
    margin-top: 15px;
}
.-wpex-mt-15 {
    margin-top: -15px;
}
.wpex-mb-15 {
    margin-bottom: 15px;
}
.-wpex-mb-15 {
    margin-bottom: -15px;
}
.wpex-m-20 {
    margin: 20px;
}
.wpex-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wpex-mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.-wpex-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.wpex-ml-20 {
    margin-left: 20px;
}
.-wpex-ml-20 {
    margin-left: -20px;
}
.wpex-mr-20 {
    margin-right: 20px;
}
.-wpex-mr-20 {
    margin-right: -20px;
}
.wpex-mt-20 {
    margin-top: 20px;
}
.-wpex-mt-20 {
    margin-top: -20px;
}
.wpex-mb-20 {
    margin-bottom: 20px;
}
.-wpex-mb-20 {
    margin-bottom: -20px;
}
.wpex-m-25 {
    margin: 25px;
}
.wpex-my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.wpex-mx-25 {
    margin-left: 25px;
    margin-right: 25px;
}
.-wpex-mx-25 {
    margin-left: -25px;
    margin-right: -25px;
}
.wpex-ml-25 {
    margin-left: 25px;
}
.-wpex-ml-25 {
    margin-left: -25px;
}
.wpex-mr-25 {
    margin-right: 25px;
}
.-wpex-mr-25 {
    margin-right: -25px;
}
.wpex-mt-25 {
    margin-top: 25px;
}
.-wpex-mt-25 {
    margin-top: -25px;
}
.wpex-mb-25 {
    margin-bottom: 25px;
}
.-wpex-mb-25 {
    margin-bottom: -25px;
}
.wpex-m-30 {
    margin: 30px;
}
.wpex-my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wpex-mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.-wpex-mx-30 {
    margin-left: -30px;
    margin-right: -30px;
}
.wpex-ml-30 {
    margin-left: 30px;
}
.-wpex-ml-30 {
    margin-left: -30px;
}
.wpex-mr-30 {
    margin-right: 30px;
}
.-wpex-mr-30 {
    margin-right: -30px;
}
.wpex-mt-30 {
    margin-top: 30px;
}
.-wpex-mt-30 {
    margin-top: -30px;
}
.wpex-mb-30 {
    margin-bottom: 30px;
}
.-wpex-mb-30 {
    margin-bottom: -30px;
}
.wpex-m-40 {
    margin: 40px;
}
.wpex-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.wpex-mx-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.-wpex-mx-40 {
    margin-left: -40px;
    margin-right: -40px;
}
.wpex-ml-40 {
    margin-left: 40px;
}
.-wpex-ml-40 {
    margin-left: -40px;
}
.wpex-mr-40 {
    margin-right: 40px;
}
.-wpex-mr-40 {
    margin-right: -40px;
}
.wpex-mt-40 {
    margin-top: 40px;
}
.-wpex-mt-40 {
    margin-top: -40px;
}
.wpex-mb-40 {
    margin-bottom: 40px;
}
.-wpex-mb-40 {
    margin-bottom: -40px;
}
.wpex-m-50 {
    margin: 50px;
}
.wpex-my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.wpex-mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.-wpex-mx-50 {
    margin-left: -50px;
    margin-right: -50px;
}
.wpex-ml-50 {
    margin-left: 50px;
}
.-wpex-ml-50 {
    margin-left: -50px;
}
.wpex-mr-50 {
    margin-right: 50px;
}
.-wpex-mr-50 {
    margin-right: -50px;
}
.wpex-mt-50 {
    margin-top: 50px;
}
.-wpex-mt-50 {
    margin-top: -50px;
}
.wpex-mb-50 {
    margin-bottom: 50px;
}
.-wpex-mb-50 {
    margin-bottom: -50px;
}
.wpex-hover-mt-5:hover {
    margin-top: 5px;
}
.wpex-hover-mt-10:hover {
    margin-top: 10px;
}
.wpex-hover-mt-15:hover {
    margin-top: 15px;
}
.wpex-hover-mt-20:hover {
    margin-top: 20px;
}
.-wpex-hover-mt-5:hover {
    margin-top: -5px;
}
.-wpex-hover-mt-10:hover {
    margin-top: -10px;
}
.-wpex-hover-mt-15:hover {
    margin-top: -15px;
}
.-wpex-hover-mt-20:hover {
    margin-top: -20px;
}
.wpex-object-contain {
    object-fit: contain;
}
.wpex-object-cover {
    object-fit: cover;
}
.wpex-object-fill {
    object-fit: fill;
}
.wpex-object-scale-down {
    object-fit: scale-down;
}
.wpex-object-none {
    object-fit: none;
}
.wpex-object-bottom {
    object-position: bottom;
}
.wpex-object-center {
    object-position: center;
}
.wpex-object-left {
    object-position: left;
}
.wpex-object-left-bottom {
    object-position: left bottom;
}
.wpex-object-left-top {
    object-position: left top;
}
.wpex-object-right {
    object-position: right;
}
.wpex-object-right-bottom {
    object-position: right bottom;
}
.wpex-object-right-top {
    object-position: right top;
}
.wpex-object-top {
    object-position: top;
}
.wpex-opacity-0,
.wpex-hover-opacity-0:hover {
    opacity: 0;
}
.wpex-opacity-10,
.wpex-hover-opacity-10:hover {
    opacity: 0.1;
}
.wpex-opacity-20,
.wpex-hover-opacity-20:hover {
    opacity: 0.2;
}
.wpex-opacity-30,
.wpex-hover-opacity-30:hover {
    opacity: 0.3;
}
.wpex-opacity-40,
.wpex-hover-opacity-40:hover {
    opacity: 0.4;
}
.wpex-opacity-50,
.wpex-hover-opacity-50:hover {
    opacity: 0.5;
}
.wpex-opacity-60,
.wpex-hover-opacity-60:hover {
    opacity: 0.6;
}
.wpex-opacity-70,
.wpex-hover-opacity-70:hover {
    opacity: 0.7;
}
.wpex-opacity-80,
.wpex-hover-opacity-80:hover {
    opacity: 0.8;
}
.wpex-opacity-90,
.wpex-hover-opacity-90:hover {
    opacity: 0.9;
}
.wpex-opacity-100,
.wpex-hover-opacity-100:hover {
    opacity: 1;
}
.wpex-window-loaded .wpex-onload-opacity-100 {
    opacity: 100;
}
.wpex-order-first {
    order: -9999;
}
.wpex-order-last {
    order: 9999;
}
.wpex-order-none {
    order: 0;
}
.wpex-order-1 {
    order: 1;
}
.wpex-order-2 {
    order: 2;
}
.wpex-order-3 {
    order: 3;
}
.wpex-order-4 {
    order: 4;
}
.wpex-order-5 {
    order: 5;
}
.wpex-order-6 {
    order: 6;
}
.wpex-order-7 {
    order: 7;
}
.wpex-order-8 {
    order: 8;
}
.wpex-order-9 {
    order: 9;
}
.wpex-order-10 {
    order: 10;
}
.wpex-order-11 {
    order: 11;
}
.wpex-order-12 {
    order: 12;
}
.wpex-overflow-auto {
    overflow: auto;
}
.wpex-overflow-hidden {
    overflow: hidden;
}
.wpex-overflow-visible {
    overflow: visible;
}
.wpex-overflow-scroll {
    overflow: scroll;
}
.wpex-overflow-x-auto {
    overflow-x: auto;
}
.wpex-overflow-y-auto {
    overflow-y: auto;
}
.wpex-overflow-x-hidden {
    overflow-x: hidden;
}
.wpex-overflow-y-hidden {
    overflow-y: hidden;
}
.wpex-overflow-x-visible {
    overflow-x: visible;
}
.wpex-overflow-y-visible {
    overflow-y: visible;
}
.wpex-overflow-x-scroll {
    overflow-x: scroll;
}
.wpex-overflow-y-scroll {
    overflow-y: scroll;
}
.wpex-hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.wpex-hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.wpex-p-0 {
    padding: 0;
}
.wpex-py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.wpex-px-0 {
    padding-left: 0;
    padding-right: 0;
}
.wpex-pl-0 {
    padding-left: 0;
}
.wpex-pr-0 {
    padding-right: 0;
}
.wpex-pt-0 {
    padding-top: 0;
}
.wpex-pb-0 {
    padding-bottom: 0;
}
.wpex-p-5 {
    padding: 5px;
}
.wpex-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.wpex-px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.wpex-pl-5 {
    padding-left: 5px;
}
.wpex-pr-5 {
    padding-right: 5px;
}
.wpex-pt-5 {
    padding-top: 5px;
}
.wpex-pb-5 {
    padding-bottom: 5px;
}
.wpex-p-10 {
    padding: 10px;
}
.wpex-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wpex-px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.wpex-pl-10 {
    padding-left: 10px;
}
.wpex-pr-10 {
    padding-right: 10px;
}
.wpex-pt-10 {
    padding-top: 10px;
}
.wpex-pb-10 {
    padding-bottom: 10px;
}
.wpex-p-15 {
    padding: 15px;
}
.wpex-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.wpex-px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.wpex-pl-15 {
    padding-left: 15px;
}
.wpex-pr-15 {
    padding-right: 15px;
}
.wpex-pt-15 {
    padding-top: 15px;
}
.wpex-pb-15 {
    padding-bottom: 15px;
}
.wpex-p-20 {
    padding: 20px;
}
.wpex-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.wpex-px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.wpex-pl-20 {
    padding-left: 20px;
}
.wpex-pr-20 {
    padding-right: 20px;
}
.wpex-pt-20 {
    padding-top: 20px;
}
.wpex-pb-20 {
    padding-bottom: 20px;
}
.wpex-p-25 {
    padding: 25px;
}
.wpex-py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.wpex-px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.wpex-pl-25 {
    padding-left: 25px;
}
.wpex-pr-25 {
    padding-right: 25px;
}
.wpex-pt-25 {
    padding-top: 25px;
}
.wpex-pb-25 {
    padding-bottom: 25px;
}
.wpex-p-30 {
    padding: 30px;
}
.wpex-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.wpex-px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.wpex-pl-30 {
    padding-left: 30px;
}
.wpex-pr-30 {
    padding-right: 30px;
}
.wpex-pt-30 {
    padding-top: 30px;
}
.wpex-pb-30 {
    padding-bottom: 30px;
}
.wpex-p-40 {
    padding: 40px;
}
.wpex-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wpex-px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.wpex-pl-40 {
    padding-left: 40px;
}
.wpex-pr-40 {
    padding-right: 40px;
}
.wpex-pt-40 {
    padding-top: 40px;
}
.wpex-pb-40 {
    padding-bottom: 40px;
}
.wpex-p-50 {
    padding: 50px;
}
.wpex-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.wpex-px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.wpex-pl-50 {
    padding-left: 50px;
}
.wpex-pr-50 {
    padding-right: 50px;
}
.wpex-pt-50 {
    padding-top: 50px;
}
.wpex-pb-50 {
    padding-bottom: 50px;
}
.wpex-p-3 {
    padding: 3px;
}
.wpex-pointer-events-none {
    pointer-events: none;
}
.wpex-static {
    position: static;
}
.wpex-fixed {
    position: fixed;
}
.wpex-relative {
    position: relative;
}
.wpex-absolute {
    position: absolute;
}
.wpex-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wpex-inset-y-0 {
    top: 0;
    bottom: 0;
}
.wpex-inset-x-0 {
    right: 0;
    left: 0;
}
.wpex-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.wpex-inset-y-auto {
    top: auto;
    bottom: auto;
}
.wpex-inset-x-auto {
    left: auto;
    right: auto;
}
.wpex-top-0 {
    top: 0;
}
.wpex-top-50 {
    top: 50%;
}
.wpex-top-100 {
    top: 100%;
}
.wpex-top-auto {
    top: auto;
}
.wpex-right-0 {
    right: 0;
}
.wpex-right-50 {
    right: 50%;
}
.wpex-right-100 {
    right: 100%;
}
.wpex-right-auto {
    right: auto;
}
.wpex-bottom-0 {
    bottom: 0;
}
.wpex-bottom-50 {
    bottom: 50%;
}
.wpex-bottom-100 {
    bottom: 100%;
}
.wpex-bottom-auto {
    bottom: auto;
}
.wpex-left-0 {
    left: 0;
}
.wpex-left-50 {
    left: 50%;
}
.wpex-left-100 {
    left: 100%;
}
.wpex-left-auto {
    left: auto;
}
.wpex-rotate-0 {
    transform: rotate(0deg);
}
.wpex-rotate-45 {
    transform: rotate(45deg);
}
.wpex-rotate-90 {
    transform: rotate(90deg);
}
.wpex-rotate-180 {
    transform: rotate(180deg);
}
.-wpex-rotate-45 {
    transform: rotate(-45deg);
}
.-wpex-rotate-90 {
    transform: rotate(-90deg);
}
.-wpex-rotate-180 {
    transform: rotate(-180deg);
}
.wpex-scale-0,
.wpex-hover-scale-0:hover {
    transform: scale(0);
}
.wpex-scale-50,
.wpex-hover-scale-50:hover {
    transform: scale(0.5);
}
.wpex-scale-75,
.wpex-hover-scale-75:hover {
    transform: scale(0.75);
}
.wpex-scale-90,
.wpex-hover-scale-90:hover {
    transform: scale(0.9);
}
.wpex-scale-100,
.wpex-hover-scale-100:hover {
    transform: scale(1);
}
.wpex-scale-105,
.wpex-hover-scale-105:hover {
    transform: scale(1.05);
}
.wpex-scale-115,
.wpex-hover-scale-115:hover {
    transform: scale(1.1);
}
.wpex-scale-125,
.wpex-hover-scale-125:hover {
    transform: scale(1.25);
}
.wpex-scale-150,
.wpex-hover-scale-150:hover {
    transform: scale(1.5);
}
.wpex-shadow-xs,
.wpex-hover-shadow-xs:hover {
    box-shadow: var(--wpex-shadow-x);
}
.wpex-shadow-sm,
.wpex-hover-shadow-sm:hover {
    box-shadow: var(--wpex-shadow-sm);
}
.wpex-shadow,
.wpex-hover-shadow:hover {
    box-shadow: var(--wpex-shadow);
}
.wpex-shadow-md,
.wpex-hover-shadow-md:hover {
    box-shadow: var(--wpex-shadow-md);
}
.wpex-shadow-lg,
.wpex-hover-shadow-lg:hover {
    box-shadow: var(--wpex-shadow-lg);
}
.wpex-shadow-xl,
.wpex-hover-shadow-xl:hover {
    box-shadow: var(--wpex-shadow-xl);
}
.wpex-shadow-2xl,
.wpex-hover-shadow-2xl:hover {
    box-shadow: var(--wpex-shadow-2xl);
}
.wpex-shadow-inner,
.wpex-hover-shadow-inner:hover,
.wpex-focus-shadow-inner:focus {
    box-shadow: var(--wpex-shadow-inner);
}
.wpex-shadow-none,
.wpex-hover-shadow-none:hover {
    box-shadow: none;
}
.wpex-focus-shadow-outline:focus {
    box-shadow: var(--wpex-focus-shadow-outline);
}
.wpex-snap-none {
    scroll-snap-type: none;
}
.wpex-snap-x {
    scroll-snap-type: x var(--wpex-scroll-snap-strictness);
}
.wpex-snap-y {
    scroll-snap-type: y var(--wpex-scroll-snap-strictness);
}
.wpex-snap-both {
    scroll-snap-type: both var(--wpex-scroll-snap-strictness);
}
.wpex-snap-mandatory {
    --wpex-scroll-snap-strictness: mandatory;
}
.wpex-snap-proximity {
    --wpex-scroll-snap-strictness: proximity;
}
.wpex-snap-start {
    scroll-snap-align: start;
}
.wpex-snap-end {
    scroll-snap-align: end;
}
.wpex-snap-center {
    scroll-snap-align: center;
}
.wpex-snap-align-none {
    scroll-snap-align: none;
}
.wpex-text-left {
    text-align: left;
}
.wpex-text-right {
    text-align: right;
}
.wpex-text-center {
    text-align: center;
}
.wpex-text-justify {
    text-align: justify;
}
.wpex-text-initial {
    text-align: initial;
}
.wpex-inherit-color,
.wpex-inherit-color:hover,
.wpex-text-inherit,
.wpex-hover-text-inherit:hover {
    color: inherit;
}
.wpex-inherit-color-important {
    color: inherit !important;
}
.wpex-child-inherit-color *:not(.theme-button):not(.button):not(.wpex-alert):not(.wpex-heading):not(pre):not(code),
.wpex-child-inherit-color a:not(.theme-button):not(.button):hover {
    color: inherit;
}
.wpex-text-current,
.wpex-hover-text-current:hover,
.wpex-focus-text-current:focus {
    color: currentColor;
}
.wpex-text-accent,
.wpex-hover-text-accent:hover {
    color: var(--wpex-accent);
}
.wpex-text-accent_alt,
.wpex-hover-text-accent_alt:hover {
    color: var(--wpex-accent-alt);
}
.wpex-text-white,
.wpex-hover-text-white:hover {
    color: var(--wpex-white);
}
.wpex-text-black,
.wpex-hover-text-black:hover {
    color: var(--wpex-black);
}
.wpex-text-gray-50 {
    color: var(--wpex-gray-50);
}
.wpex-text-gray-100 {
    color: var(--wpex-gray-100);
}
.wpex-text-gray-200 {
    color: var(--wpex-gray-200);
}
.wpex-text-gray-300 {
    color: var(--wpex-gray-300);
}
.wpex-text-gray-400 {
    color: var(--wpex-gray-400);
}
.wpex-text-gray-500 {
    color: var(--wpex-gray-500);
}
.wpex-text-gray-600 {
    color: var(--wpex-gray-600);
}
.wpex-text-gray-700 {
    color: var(--wpex-gray-700);
}
.wpex-text-gray-800 {
    color: var(--wpex-gray-800);
}
.wpex-text-gray-900 {
    color: var(--wpex-gray-900);
}
.wpex-text-gray-A900 {
    color: var(--wpex-gray-A900);
}
.wpex-text-on-accent,
.wpex-hover-text-on-accent:hover {
    color: var(--wpex-on-accent);
}
.wpex-text-on-accent_alt,
.wpex-hover-text-on-accent_alt:hover {
    color: var(--wpex-on-accent-alt);
}
.wpex-link-color,
.wpex-hover-link-color:hover {
    color: var(--wpex-link-color, var(--wpex-accent));
}
.wpex-no-underline,
.wpex-no-underline:link,
.wpex-no-underline:hover,
.wpex-no-underline:focus,
.wpex-no-underline:active,
.wpex-no-underline:visited,
.wpex-hover-underline,
.wpex-hover-line-through {
    text-decoration: none;
}
.wpex-underline,
.wpex-hover-underline:hover {
    text-decoration: underline;
}
.wpex-line-through,
.wpex-hover-line-through:hover {
    text-decoration: line-through;
}
.wpex-uppercase {
    text-transform: uppercase;
}
.wpex-lowercase {
    text-transform: lowercase;
}
.wpex-capitalize {
    text-transform: capitalize;
}
.wpex-normal-case {
    text-transform: none;
}
.wpex-inherit-text-transform {
    text-transform: inherit;
}
.wpex-translate-Z-0 {
    transform: translateZ(0);
}
.wpex-delay-75 {
    transition-delay: 75ms;
}
.wpex-delay-100 {
    transition-delay: 100ms;
}
.wpex-delay-150 {
    transition-delay: 150ms;
}
.wpex-delay-200 {
    transition-delay: 200ms;
}
.wpex-delay-300 {
    transition-delay: 300ms;
}
.wpex-delay-400 {
    transition-delay: 400ms;
}
.wpex-delay-500 {
    transition-delay: 500ms;
}
.wpex-delay-700 {
    transition-delay: 700ms;
}
.wpex-delay-1000 {
    transition-delay: 1000ms;
}
.wpex-transition-none {
    transition-property: none;
}
.wpex-transition-all {
    transition-property: all;
}
.wpex-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
}
.wpex-transition-opacity {
    transition-property: opacity;
}
.wpex-transition-shadow {
    transition-property: box-shadow;
}
.wpex-transition-transform {
    transition-property: transform;
}
.wpex-transition-width {
    transition-property: width;
}
.wpex-transition-height {
    transition-property: height;
}
[class*="wpex-transition-"] {
    transition-duration: 150ms;
}
.wpex-duration-75 {
    transition-duration: 75ms;
}
.wpex-duration-100 {
    transition-duration: 100ms;
}
.wpex-duration-150 {
    transition-duration: 150ms;
}
.wpex-duration-200 {
    transition-duration: 200ms;
}
.wpex-duration-250 {
    transition-duration: 250ms;
}
.wpex-duration-300 {
    transition-duration: 300ms;
}
.wpex-duration-400 {
    transition-duration: 400ms;
}
.wpex-duration-500 {
    transition-duration: 500ms;
}
.wpex-duration-600 {
    transition-duration: 600ms;
}
.wpex-duration-700 {
    transition-duration: 700ms;
}
.wpex-duration-1000 {
    transition-duration: 1000ms;
}
.wpex-ease-linear {
    transition-timing-function: linear;
}
.wpex-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wpex-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.wpex-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wpex-translate-y-100 {
    transform: translateY(100%);
}
.-wpex-translate-y-100 {
    transform: translateY(-100%);
}
.wpex-translate-x-100 {
    transform: translateX(100%);
}
.-wpex-translate-x-100 {
    transform: translateX(-100%);
}
.wpex-translate-y-50 {
    transform: translateY(50%);
}
.-wpex-translate-y-50 {
    transform: translateY(-50%);
}
.wpex-translate-x-50 {
    transform: translateX(50%);
}
.-wpex-translate-x-50 {
    transform: translateX(-50%);
}
.-wpex-translate-xy-50 {
    transform: translate(-50%, -50%);
}
.wpex-transform-preserve-3d {
    transform-style: preserve-3d;
}
.wpex-user-select-none {
    user-select: none;
}
.wpex-align-baseline {
    vertical-align: baseline;
}
.wpex-align-top {
    vertical-align: top;
}
.wpex-align-middle {
    vertical-align: middle;
}
.wpex-align-bottom {
    vertical-align: bottom;
}
.wpex-align-text-top {
    vertical-align: text-top;
}
.wpex-align-text-bottom {
    vertical-align: text-bottom;
}
.wpex-visible {
    visibility: visible;
}
.wpex-invisible {
    visibility: hidden;
}
.wpex-whitespace-normal {
    white-space: normal;
}
.wpex-whitespace-nowrap {
    white-space: nowrap;
}
.wpex-whitespace-pre {
    white-space: pre;
}
.wpex-whitespace-pre-line {
    white-space: pre-line;
}
.wpex-whitespace-pre-wrap {
    white-space: pre-wrap;
}
.wpex-w-0 {
    width: 0;
}
.wpex-w-20 {
    width: 20%;
}
.wpex-max-w-20 {
    max-width: 20%;
}
.wpex-w-25 {
    width: 25%;
}
.wpex-max-w-25 {
    max-width: 25%;
}
.wpex-w-30 {
    width: 30%;
}
.wpex-max-w-30 {
    max-width: 30%;
}
.wpex-w-33 {
    width: 33%;
}
.wpex-max-w-33 {
    max-width: 33%;
}
.wpex-w-40 {
    width: 40%;
}
.wpex-max-w-40 {
    max-width: 40%;
}
.wpex-w-50 {
    width: 50%;
}
.wpex-max-w-50 {
    max-width: 50%;
}
.wpex-w-60 {
    width: 60%;
}
.wpex-max-w-60 {
    max-width: 60%;
}
.wpex-w-67 {
    width: 67%;
}
.wpex-max-w-67 {
    max-width: 67%;
}
.wpex-w-70 {
    width: 70%;
}
.wpex-max-w-70 {
    max-width: 70%;
}
.wpex-w-75 {
    width: 75%;
}
.wpex-max-w-75 {
    max-width: 75%;
}
.wpex-w-80 {
    width: 80%;
}
.wpex-max-w-80 {
    max-width: 80%;
}
.wpex-w-100 {
    width: 100%;
}
.wpex-max-w-100 {
    max-width: 100%;
}
.wpex-max-w-none {
    max-width: none;
}
.wpex-w-auto {
    width: auto;
}
.wpex-w-screen {
    width: 100vw;
}
.wpex-max-w-screen {
    max-width: 100vw;
}
.wpex-min-w-0 {
    min-width: 0;
}
.wpex-min-w-100 {
    min-width: 100%;
}
.wpex-break-normal {
    word-break: normal;
    overflow-wrap: normal;
}
.wpex-break-words {
    overflow-wrap: break-word;
}
.wpex-break-all {
    word-break: break-all;
}
.wpex-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wpex-z-0 {
    z-index: 0;
}
.wpex-z-1 {
    z-index: 1;
}
.wpex-z-2 {
    z-index: 2;
}
.wpex-z-3 {
    z-index: 3;
}
.wpex-z-4 {
    z-index: 4;
}
.wpex-z-5 {
    z-index: 5;
}
.wpex-z-10 {
    z-index: 10;
}
.wpex-z-20 {
    z-index: 20;
}
.wpex-z-30 {
    z-index: 30;
}
.wpex-z-40 {
    z-index: 40;
}
.wpex-z-50 {
    z-index: 50;
}
.wpex-z-auto {
    z-index: auto;
}
.wpex-hover-z-1:hover {
    position: relative;
    z-index: 1;
}
.-wpex-z-1 {
    z-index: -1;
}
.wpex-z-99 {
    z-index: 99;
}
.wpex-z-999 {
    z-index: 999;
}
.wpex-z-1002 {
    z-index: 1002;
}
.wpex-z-9999 {
    z-index: 9999;
}
.wpex-z-10000 {
    z-index: 10000;
}
@media (min-width: 640px) {
    .wpex-sm-hidden {
        display: none;
    }
    .wpex-sm-block {
        display: block;
    }
    .wpex-sm-inline-block {
        display: inline-block;
    }
    .wpex-sm-inline {
        display: inline;
    }
    .wpex-sm-flex {
        display: flex;
    }
    .wpex-sm-inline-flex {
        display: inline-flex;
    }
    .wpex-sm-visible {
        visibility: visible;
    }
    .wpex-sm-invisible {
        visibility: hidden;
    }
    .wpex-sm-text-center {
        text-align: center;
    }
    .wpex-sm-text-left {
        text-align: left;
    }
    .wpex-sm-text-right {
        text-align: right;
    }
    .wpex-sm-text-initial {
        text-align: initial;
    }
    .wpex-sm-float-none {
        float: none;
    }
    .wpex-sm-float-left {
        float: left;
    }
    .wpex-sm-float-right {
        float: right;
    }
    .wpex-sm-float-center {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .wpex-sm-items-stretch {
        align-items: stretch;
    }
    .wpex-sm-items-start {
        align-items: flex-start;
    }
    .wpex-sm-items-center {
        align-items: center;
    }
    .wpex-sm-items-end {
        align-items: flex-end;
    }
    .wpex-sm-items-baseline {
        align-items: baseline;
    }
    .wpex-sm-justify-center {
        justify-content: center;
    }
    .wpex-sm-justify-start {
        justify-content: flex-start;
    }
    .wpex-sm-justify-end {
        justify-content: flex-end;
    }
    .wpex-sm-justify-between {
        justify-content: space-between;
    }
    .wpex-sm-justify-around {
        justify-content: space-around;
    }
    .wpex-sm-flex-row {
        flex-direction: row;
    }
    .wpex-sm-flex-row-reverse {
        flex-direction: row-reverse;
    }
    .wpex-sm-flex-col {
        flex-direction: column;
    }
    .wpex-sm-flex-col-reverse {
        flex-direction: column-reverse;
    }
    .wpex-sm-flex-no-wrap {
        flex-wrap: nowrap;
    }
    .wpex-sm-flex-wrap {
        flex-wrap: wrap;
    }
    .wpex-sm-flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .wpex-sm-flex-shrink {
        flex-shrink: 1;
    }
    .wpex-sm-flex-shrink-0 {
        flex-shrink: 0;
    }
    .wpex-sm-flex-grow {
        flex-grow: 1;
    }
    .wpex-sm-flex-grow-0 {
        flex-grow: 0;
    }
    .wpex-sm-static {
        position: static;
    }
    .wpex-sm-fixed {
        position: fixed;
    }
    .wpex-sm-relative {
        position: relative;
    }
    .wpex-sm-absolute {
        position: absolute;
    }
    .wpex-sm-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wpex-sm-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .wpex-sm-inset-x-0 {
        right: 0;
        left: 0;
    }
    .wpex-sm-left-0 {
        left: 0;
    }
    .wpex-sm-left-100 {
        left: 100%;
    }
    .wpex-sm-top-0 {
        top: 0;
    }
    .wpex-sm-top-50 {
        top: 50%;
    }
    .wpex-sm-top-100 {
        top: 100%;
    }
    .wpex-sm-right-0 {
        right: 0;
    }
    .wpex-sm-right-100 {
        right: 100%;
    }
    .wpex-sm-bottom-0 {
        bottom: 0;
    }
    .wpex-sm-bottom-50 {
        bottom: 50%;
    }
    .wpex-sm-bottom-100 {
        bottom: 100%;
    }
    .wpex-sm-inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .wpex-sm-inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .wpex-sm-inset-x-auto {
        left: auto;
        right: auto;
    }
    .wpex-sm-top-auto {
        top: auto;
    }
    .wpex-sm-bottom-auto {
        bottom: auto;
    }
    .wpex-sm-left-auto {
        left: auto;
    }
    .wpex-sm-right-auto {
        right: auto;
    }
    .wpex-sm-opacity-0 {
        opacity: 0;
    }
    .wpex-sm-opacity-10 {
        opacity: 0.1;
    }
    .wpex-sm-opacity-20 {
        opacity: 0.2;
    }
    .wpex-sm-opacity-30 {
        opacity: 0.3;
    }
    .wpex-sm-opacity-40 {
        opacity: 0.4;
    }
    .wpex-sm-opacity-50 {
        opacity: 0.5;
    }
    .wpex-sm-opacity-60 {
        opacity: 0.6;
    }
    .wpex-sm-opacity-70 {
        opacity: 0.7;
    }
    .wpex-sm-opacity-80 {
        opacity: 0.8;
    }
    .wpex-sm-opacity-90 {
        opacity: 0.9;
    }
    .wpex-sm-opacity-100 {
        opacity: 1;
    }
    .wpex-sm-text-base {
        font-size: 1em;
    }
    .wpex-sm-text-xs {
        font-size: var(--wpex-text-xs);
    }
    .wpex-sm-text-sm {
        font-size: var(--wpex-text-sm);
    }
    .wpex-sm-text-md {
        font-size: var(--wpex-text-md);
    }
    .wpex-sm-text-lg {
        font-size: var(--wpex-text-lg);
    }
    .wpex-sm-text-xl {
        font-size: var(--wpex-text-xl);
    }
    .wpex-sm-text-2xl {
        font-size: var(--wpex-text-2xl);
    }
    .wpex-sm-text-3xl {
        font-size: var(--wpex-text-3xl);
    }
    .wpex-sm-text-4xl {
        font-size: var(--wpex-text-4xl);
    }
    .wpex-sm-text-5xl {
        font-size: var(--wpex-text-5xl);
    }
    .wpex-sm-text-6xl {
        font-size: var(--wpex-text-6xl);
    }
    .wpex-sm-text-7xl {
        font-size: var(--wpex-text-7xl);
    }
    .wpex-sm-w-0 {
        width: 0;
    }
    .wpex-sm-w-20 {
        width: 20%;
    }
    .wpex-sm-w-25 {
        width: 25%;
    }
    .wpex-sm-w-30 {
        width: 30%;
    }
    .wpex-sm-w-33 {
        width: 33%;
    }
    .wpex-sm-w-40 {
        width: 40%;
    }
    .wpex-sm-w-50 {
        width: 50%;
    }
    .wpex-sm-w-60 {
        width: 60%;
    }
    .wpex-sm-w-67 {
        width: 67%;
    }
    .wpex-sm-w-70 {
        width: 70%;
    }
    .wpex-sm-w-75 {
        width: 75%;
    }
    .wpex-sm-w-80 {
        width: 80%;
    }
    .wpex-sm-w-100 {
        width: 100%;
    }
    .wpex-sm-m-0 {
        margin: 0;
    }
    .wpex-sm-p-0 {
        padding: 0;
    }
    .wpex-sm-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .wpex-sm-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpex-sm-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .wpex-sm-px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wpex-sm-ml-0 {
        margin-left: 0;
    }
    .wpex-sm-pl-0 {
        padding-left: 0;
    }
    .wpex-sm-mr-0 {
        margin-right: 0;
    }
    .wpex-sm-pr-0 {
        padding-right: 0;
    }
    .wpex-sm-mt-0 {
        margin-top: 0;
    }
    .wpex-sm-pt-0 {
        padding-top: 0;
    }
    .wpex-sm-mb-0 {
        margin-bottom: 0;
    }
    .wpex-sm-pb-0 {
        padding-bottom: 0;
    }
    .wpex-sm-m-5 {
        margin: 5px;
    }
    .wpex-sm-p-5 {
        padding: 5px;
    }
    .wpex-sm-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .wpex-sm-py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .wpex-sm-mx-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .-wpex-sm-mx-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wpex-sm-px-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wpex-sm-ml-5 {
        margin-left: 5px;
    }
    .-wpex-sm-ml-5 {
        margin-left: -5px;
    }
    .wpex-sm-pl-5 {
        padding-left: 5px;
    }
    .wpex-sm-mr-5 {
        margin-right: 5px;
    }
    .-wpex-sm-mr-5 {
        margin-right: -5px;
    }
    .wpex-sm-pr-5 {
        padding-right: 5px;
    }
    .wpex-sm-mt-5 {
        margin-top: 5px;
    }
    .-wpex-sm-mt-5 {
        margin-top: -5px;
    }
    .wpex-sm-pt-5 {
        padding-top: 5px;
    }
    .wpex-sm-mb-5 {
        margin-bottom: 5px;
    }
    .-wpex-sm-mb-5 {
        margin-bottom: -5px;
    }
    .wpex-sm-pb-5 {
        padding-bottom: 5px;
    }
    .wpex-sm-m-10 {
        margin: 10px;
    }
    .wpex-sm-p-10 {
        padding: 10px;
    }
    .wpex-sm-my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wpex-sm-py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wpex-sm-mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .-wpex-sm-mx-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wpex-sm-px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpex-sm-ml-10 {
        margin-left: 10px;
    }
    .-wpex-sm-ml-10 {
        margin-left: -10px;
    }
    .wpex-sm-pl-10 {
        padding-left: 10px;
    }
    .wpex-sm-mr-10 {
        margin-right: 10px;
    }
    .-wpex-sm-mr-10 {
        margin-right: -10px;
    }
    .wpex-sm-pr-10 {
        padding-right: 10px;
    }
    .wpex-sm-mt-10 {
        margin-top: 10px;
    }
    .-wpex-sm-mt-10 {
        margin-top: -10px;
    }
    .wpex-sm-pt-10 {
        padding-top: 10px;
    }
    .wpex-sm-mb-10 {
        margin-bottom: 10px;
    }
    .-wpex-sm-mb-10 {
        margin-bottom: -10px;
    }
    .wpex-sm-pb-10 {
        padding-bottom: 10px;
    }
    .wpex-sm-m-15 {
        margin: 15px;
    }
    .wpex-sm-p-15 {
        padding: 15px;
    }
    .wpex-sm-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wpex-sm-py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wpex-sm-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .-wpex-sm-mx-15 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wpex-sm-px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpex-sm-ml-15 {
        margin-left: 15px;
    }
    .-wpex-sm-ml-15 {
        margin-left: -15px;
    }
    .wpex-sm-pl-15 {
        padding-left: 15px;
    }
    .wpex-sm-mr-15 {
        margin-right: 15px;
    }
    .-wpex-sm-mr-15 {
        margin-right: -15px;
    }
    .wpex-sm-pr-15 {
        padding-right: 15px;
    }
    .wpex-sm-mt-15 {
        margin-top: 15px;
    }
    .-wpex-sm-mt-15 {
        margin-top: -15px;
    }
    .wpex-sm-pt-15 {
        padding-top: 15px;
    }
    .wpex-sm-mb-15 {
        margin-bottom: 15px;
    }
    .-wpex-sm-mb-15 {
        margin-bottom: -15px;
    }
    .wpex-sm-pb-15 {
        padding-bottom: 15px;
    }
    .wpex-sm-m-20 {
        margin: 20px;
    }
    .wpex-sm-p-20 {
        padding: 20px;
    }
    .wpex-sm-my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpex-sm-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpex-sm-mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .-wpex-sm-mx-20 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .wpex-sm-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpex-sm-ml-20 {
        margin-left: 20px;
    }
    .-wpex-sm-ml-20 {
        margin-left: -20px;
    }
    .wpex-sm-pl-20 {
        padding-left: 20px;
    }
    .wpex-sm-mr-20 {
        margin-right: 20px;
    }
    .-wpex-sm-mr-20 {
        margin-right: -20px;
    }
    .wpex-sm-pr-20 {
        padding-right: 20px;
    }
    .wpex-sm-mt-20 {
        margin-top: 20px;
    }
    .-wpex-sm-mt-20 {
        margin-top: -20px;
    }
    .wpex-sm-pt-20 {
        padding-top: 20px;
    }
    .wpex-sm-mb-20 {
        margin-bottom: 20px;
    }
    .-wpex-sm-mb-20 {
        margin-bottom: -20px;
    }
    .wpex-sm-pb-20 {
        padding-bottom: 20px;
    }
    .wpex-sm-m-25 {
        margin: 25px;
    }
    .wpex-sm-p-25 {
        padding: 25px;
    }
    .wpex-sm-my-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .wpex-sm-py-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wpex-sm-mx-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
    .-wpex-sm-mx-25 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .wpex-sm-px-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .wpex-sm-ml-25 {
        margin-left: 25px;
    }
    .-wpex-sm-ml-25 {
        margin-left: -25px;
    }
    .wpex-sm-pl-25 {
        padding-left: 25px;
    }
    .wpex-sm-mr-25 {
        margin-right: 25px;
    }
    .-wpex-sm-mr-25 {
        margin-right: -25px;
    }
    .wpex-sm-pr-25 {
        padding-right: 25px;
    }
    .wpex-sm-mt-25 {
        margin-top: 25px;
    }
    .-wpex-sm-mt-25 {
        margin-top: -25px;
    }
    .wpex-sm-pt-25 {
        padding-top: 25px;
    }
    .wpex-sm-mb-25 {
        margin-bottom: 25px;
    }
    .-wpex-sm-mb-25 {
        margin-bottom: -25px;
    }
    .wpex-sm-pb-25 {
        padding-bottom: 25px;
    }
    .wpex-sm-m-30 {
        margin: 30px;
    }
    .wpex-sm-p-30 {
        padding: 30px;
    }
    .wpex-sm-my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wpex-sm-py-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wpex-sm-mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .-wpex-sm-mx-30 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .wpex-sm-px-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpex-sm-ml-30 {
        margin-left: 30px;
    }
    .-wpex-sm-ml-30 {
        margin-left: -30px;
    }
    .wpex-sm-pl-30 {
        padding-left: 30px;
    }
    .wpex-sm-mr-30 {
        margin-right: 30px;
    }
    .-wpex-sm-mr-30 {
        margin-right: -30px;
    }
    .wpex-sm-pr-30 {
        padding-right: 30px;
    }
    .wpex-sm-mt-30 {
        margin-top: 30px;
    }
    .-wpex-sm-mt-30 {
        margin-top: -30px;
    }
    .wpex-sm-pt-30 {
        padding-top: 30px;
    }
    .wpex-sm-mb-30 {
        margin-bottom: 30px;
    }
    .-wpex-sm-mb-30 {
        margin-bottom: -30px;
    }
    .wpex-sm-pb-30 {
        padding-bottom: 30px;
    }
    .wpex-sm-m-40 {
        margin: 40px;
    }
    .wpex-sm-p-40 {
        padding: 40px;
    }
    .wpex-sm-my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wpex-sm-py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wpex-sm-mx-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .-wpex-sm-mx-40 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .wpex-sm-px-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wpex-sm-ml-40 {
        margin-left: 40px;
    }
    .-wpex-sm-ml-40 {
        margin-left: -40px;
    }
    .wpex-sm-pl-40 {
        padding-left: 40px;
    }
    .wpex-sm-mr-40 {
        margin-right: 40px;
    }
    .-wpex-sm-mr-40 {
        margin-right: -40px;
    }
    .wpex-sm-pr-40 {
        padding-right: 40px;
    }
    .wpex-sm-mt-40 {
        margin-top: 40px;
    }
    .-wpex-sm-mt-40 {
        margin-top: -40px;
    }
    .wpex-sm-pt-40 {
        padding-top: 40px;
    }
    .wpex-sm-mb-40 {
        margin-bottom: 40px;
    }
    .-wpex-sm-mb-40 {
        margin-bottom: -40px;
    }
    .wpex-sm-pb-40 {
        padding-bottom: 40px;
    }
    .wpex-sm-m-50 {
        margin: 50px;
    }
    .wpex-sm-p-50 {
        padding: 50px;
    }
    .wpex-sm-my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wpex-sm-py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wpex-sm-mx-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .-wpex-sm-mx-50 {
        margin-left: -50px;
        margin-right: -50px;
    }
    .wpex-sm-px-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wpex-sm-ml-50 {
        margin-left: 50px;
    }
    .-wpex-sm-ml-50 {
        margin-left: -50px;
    }
    .wpex-sm-pl-50 {
        padding-left: 50px;
    }
    .wpex-sm-mr-50 {
        margin-right: 50px;
    }
    .-wpex-sm-mr-50 {
        margin-right: -50px;
    }
    .wpex-sm-pr-50 {
        padding-right: 50px;
    }
    .wpex-sm-mt-50 {
        margin-top: 50px;
    }
    .-wpex-sm-mt-50 {
        margin-top: -50px;
    }
    .wpex-sm-pt-50 {
        padding-top: 50px;
    }
    .wpex-sm-mb-50 {
        margin-bottom: 50px;
    }
    .-wpex-sm-mb-50 {
        margin-bottom: -50px;
    }
    .wpex-sm-pb-50 {
        padding-bottom: 50px;
    }
    .wpex-sm-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-sm-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-sm-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-sm-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-sm-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-sm-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-sm-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-sm-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
    .wpex-sm-grid-cols-9 {
        --wpex-grid-columns: 9;
    }
    .wpex-sm-grid-cols-10 {
        --wpex-grid-columns: 10;
    }
    .wpex-sm-grid-cols-11 {
        --wpex-grid-columns: 11;
    }
    .wpex-sm-grid-cols-12 {
        --wpex-grid-columns: 12;
    }
    .wpex-sm-gap-0 {
        gap: 0;
    }
    .wpex-sm-gap-1 {
        gap: 1px;
    }
    .wpex-sm-gap-5 {
        gap: 5px;
    }
    .wpex-sm-gap-10 {
        gap: 10px;
    }
    .wpex-sm-gap-15 {
        gap: 15px;
    }
    .wpex-sm-gap-20 {
        gap: 20px;
    }
    .wpex-sm-gap-25 {
        gap: 25px;
    }
    .wpex-sm-gap-30 {
        gap: 30px;
    }
    .wpex-sm-gap-35 {
        gap: 35px;
    }
    .wpex-sm-gap-40 {
        gap: 40px;
    }
    .wpex-sm-gap-50 {
        gap: 50px;
    }
    .wpex-sm-gap-60 {
        gap: 60px;
    }
    .wpex-sm-order-first {
        order: -9999;
    }
    .wpex-sm-order-last {
        order: 9999;
    }
    .wpex-sm-order-none {
        order: 0;
    }
    .wpex-sm-order-1 {
        order: 1;
    }
    .wpex-sm-order-2 {
        order: 2;
    }
    .wpex-sm-order-3 {
        order: 3;
    }
    .wpex-sm-order-4 {
        order: 4;
    }
    .wpex-sm-order-5 {
        order: 5;
    }
    .wpex-sm-order-6 {
        order: 6;
    }
    .wpex-sm-order-7 {
        order: 7;
    }
    .wpex-sm-order-8 {
        order: 8;
    }
    .wpex-sm-order-9 {
        order: 9;
    }
    .wpex-sm-order-10 {
        order: 10;
    }
    .wpex-sm-order-11 {
        order: 11;
    }
    .wpex-sm-order-12 {
        order: 12;
    }
}
@media only screen and (min-width: 768px) {
    .wpex-md-hidden {
        display: none;
    }
    .wpex-md-block {
        display: block;
    }
    .wpex-md-inline-block {
        display: inline-block;
    }
    .wpex-md-inline {
        display: inline;
    }
    .wpex-md-flex {
        display: flex;
    }
    .wpex-md-inline-flex {
        display: inline-flex;
    }
    .wpex-md-visible {
        visibility: visible;
    }
    .wpex-md-invisible {
        visibility: hidden;
    }
    .wpex-md-text-center {
        text-align: center;
    }
    .wpex-md-text-left {
        text-align: left;
    }
    .wpex-md-text-right {
        text-align: right;
    }
    .wpex-md-text-initial {
        text-align: initial;
    }
    .wpex-md-float-none {
        float: none;
    }
    .wpex-md-float-left {
        float: left;
    }
    .wpex-md-float-right {
        float: right;
    }
    .wpex-md-float-center {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .wpex-md-items-stretch {
        align-items: stretch;
    }
    .wpex-md-items-start {
        align-items: flex-start;
    }
    .wpex-md-items-center {
        align-items: center;
    }
    .wpex-md-items-end {
        align-items: flex-end;
    }
    .wpex-md-items-baseline {
        align-items: baseline;
    }
    .wpex-md-flex-row {
        flex-direction: row;
    }
    .wpex-md-flex-row-reverse {
        flex-direction: row-reverse;
    }
    .wpex-md-flex-col {
        flex-direction: column;
    }
    .wpex-md-flex-col-reverse {
        flex-direction: column-reverse;
    }
    .wpex-md-flex-no-wrap {
        flex-wrap: nowrap;
    }
    .wpex-md-flex-wrap {
        flex-wrap: wrap;
    }
    .wpex-md-flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .wpex-md-flex-shrink {
        flex-shrink: 1;
    }
    .wpex-md-flex-shrink-0 {
        flex-shrink: 0;
    }
    .wpex-md-flex-grow {
        flex-grow: 1;
    }
    .wpex-md-flex-grow-0 {
        flex-grow: 0;
    }
    .wpex-md-justify-center {
        justify-content: center;
    }
    .wpex-md-justify-start {
        justify-content: flex-start;
    }
    .wpex-md-justify-end {
        justify-content: flex-end;
    }
    .wpex-md-justify-between {
        justify-content: space-between;
    }
    .wpex-md-justify-around {
        justify-content: space-around;
    }
    .wpex-md-static {
        position: static;
    }
    .wpex-md-fixed {
        position: fixed;
    }
    .wpex-md-relative {
        position: relative;
    }
    .wpex-md-absolute {
        position: absolute;
    }
    .wpex-md-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wpex-md-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .wpex-md-inset-x-0 {
        right: 0;
        left: 0;
    }
    .wpex-md-left-0 {
        left: 0;
    }
    .wpex-md-left-100 {
        left: 100%;
    }
    .wpex-md-top-0 {
        top: 0;
    }
    .wpex-md-top-50 {
        top: 50%;
    }
    .wpex-md-top-100 {
        top: 100%;
    }
    .wpex-md-right-0 {
        right: 0;
    }
    .wpex-md-right-100 {
        right: 100%;
    }
    .wpex-md-bottom-0 {
        bottom: 0;
    }
    .wpex-md-bottom-50 {
        bottom: 50%;
    }
    .wpex-md-bottom-100 {
        bottom: 100%;
    }
    .wpex-md-inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .wpex-md-inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .wpex-md-inset-x-auto {
        left: auto;
        right: auto;
    }
    .wpex-md-top-auto {
        top: auto;
    }
    .wpex-md-bottom-auto {
        bottom: auto;
    }
    .wpex-md-left-auto {
        left: auto;
    }
    .wpex-md-right-auto {
        right: auto;
    }
    .wpex-md-opacity-0 {
        opacity: 0;
    }
    .wpex-md-opacity-10 {
        opacity: 0.1;
    }
    .wpex-md-opacity-20 {
        opacity: 0.2;
    }
    .wpex-md-opacity-30 {
        opacity: 0.3;
    }
    .wpex-md-opacity-40 {
        opacity: 0.4;
    }
    .wpex-md-opacity-50 {
        opacity: 0.5;
    }
    .wpex-md-opacity-60 {
        opacity: 0.6;
    }
    .wpex-md-opacity-70 {
        opacity: 0.7;
    }
    .wpex-md-opacity-80 {
        opacity: 0.8;
    }
    .wpex-md-opacity-90 {
        opacity: 0.9;
    }
    .wpex-md-opacity-100 {
        opacity: 1;
    }
    .wpex-md-text-base {
        font-size: 1em;
    }
    .wpex-md-text-xs {
        font-size: var(--wpex-text-xs);
    }
    .wpex-md-text-sm {
        font-size: var(--wpex-text-sm);
    }
    .wpex-md-text-md {
        font-size: var(--wpex-text-md);
    }
    .wpex-md-text-lg {
        font-size: var(--wpex-text-lg);
    }
    .wpex-md-text-xl {
        font-size: var(--wpex-text-xl);
    }
    .wpex-md-text-2xl {
        font-size: var(--wpex-text-2xl);
    }
    .wpex-md-text-3xl {
        font-size: var(--wpex-text-3xl);
    }
    .wpex-md-text-4xl {
        font-size: var(--wpex-text-4xl);
    }
    .wpex-md-text-5xl {
        font-size: var(--wpex-text-5xl);
    }
    .wpex-md-text-6xl {
        font-size: var(--wpex-text-6xl);
    }
    .wpex-md-text-7xl {
        font-size: var(--wpex-text-7xl);
    }
    .wpex-md-w-0 {
        width: 0;
    }
    .wpex-md-w-20 {
        width: 20%;
    }
    .wpex-md-w-25 {
        width: 25%;
    }
    .wpex-md-w-30 {
        width: 30%;
    }
    .wpex-md-w-33 {
        width: 33%;
    }
    .wpex-md-w-40 {
        width: 40%;
    }
    .wpex-md-w-50 {
        width: 50%;
    }
    .wpex-md-w-60 {
        width: 60%;
    }
    .wpex-md-w-67 {
        width: 67%;
    }
    .wpex-md-w-70 {
        width: 70%;
    }
    .wpex-md-w-75 {
        width: 75%;
    }
    .wpex-md-w-80 {
        width: 80%;
    }
    .wpex-md-w-100 {
        width: 100%;
    }
    .wpex-md-m-0 {
        margin: 0;
    }
    .wpex-md-p-0 {
        padding: 0;
    }
    .wpex-md-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .wpex-md-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpex-md-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .wpex-md-px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wpex-md-ml-0 {
        margin-left: 0;
    }
    .wpex-md-pl-0 {
        padding-left: 0;
    }
    .wpex-md-mr-0 {
        margin-right: 0;
    }
    .wpex-md-pr-0 {
        padding-right: 0;
    }
    .wpex-md-mt-0 {
        margin-top: 0;
    }
    .wpex-md-pt-0 {
        padding-top: 0;
    }
    .wpex-md-mb-0 {
        margin-bottom: 0;
    }
    .wpex-md-pb-0 {
        padding-bottom: 0;
    }
    .wpex-md-m-5 {
        margin: 5px;
    }
    .wpex-md-p-5 {
        padding: 5px;
    }
    .wpex-md-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .wpex-md-py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .wpex-md-mx-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .-wpex-md-mx-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wpex-md-px-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wpex-md-ml-5 {
        margin-left: 5px;
    }
    .-wpex-md-ml-5 {
        margin-left: -5px;
    }
    .wpex-md-pl-5 {
        padding-left: 5px;
    }
    .wpex-md-mr-5 {
        margin-right: 5px;
    }
    .-wpex-md-mr-5 {
        margin-right: -5px;
    }
    .wpex-md-pr-5 {
        padding-right: 5px;
    }
    .wpex-md-mt-5 {
        margin-top: 5px;
    }
    .-wpex-md-mt-5 {
        margin-top: -5px;
    }
    .wpex-md-pt-5 {
        padding-top: 5px;
    }
    .wpex-md-mb-5 {
        margin-bottom: 5px;
    }
    .-wpex-md-mb-5 {
        margin-bottom: -5px;
    }
    .wpex-md-pb-5 {
        padding-bottom: 5px;
    }
    .wpex-md-m-10 {
        margin: 10px;
    }
    .wpex-md-p-10 {
        padding: 10px;
    }
    .wpex-md-my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wpex-md-py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wpex-md-mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .-wpex-md-mx-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wpex-md-px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpex-md-ml-10 {
        margin-left: 10px;
    }
    .-wpex-md-ml-10 {
        margin-left: -10px;
    }
    .wpex-md-pl-10 {
        padding-left: 10px;
    }
    .wpex-md-mr-10 {
        margin-right: 10px;
    }
    .-wpex-md-mr-10 {
        margin-right: -10px;
    }
    .wpex-md-pr-10 {
        padding-right: 10px;
    }
    .wpex-md-mt-10 {
        margin-top: 10px;
    }
    .-wpex-md-mt-10 {
        margin-top: -10px;
    }
    .wpex-md-pt-10 {
        padding-top: 10px;
    }
    .wpex-md-mb-10 {
        margin-bottom: 10px;
    }
    .-wpex-md-mb-10 {
        margin-bottom: -10px;
    }
    .wpex-md-pb-10 {
        padding-bottom: 10px;
    }
    .wpex-md-m-15 {
        margin: 15px;
    }
    .wpex-md-p-15 {
        padding: 15px;
    }
    .wpex-md-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wpex-md-py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wpex-md-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .-wpex-md-mx-15 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wpex-md-px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpex-md-ml-15 {
        margin-left: 15px;
    }
    .-wpex-md-ml-15 {
        margin-left: -15px;
    }
    .wpex-md-pl-15 {
        padding-left: 15px;
    }
    .wpex-md-mr-15 {
        margin-right: 15px;
    }
    .-wpex-md-mr-15 {
        margin-right: -15px;
    }
    .wpex-md-pr-15 {
        padding-right: 15px;
    }
    .wpex-md-mt-15 {
        margin-top: 15px;
    }
    .-wpex-md-mt-15 {
        margin-top: -15px;
    }
    .wpex-md-pt-15 {
        padding-top: 15px;
    }
    .wpex-md-mb-15 {
        margin-bottom: 15px;
    }
    .-wpex-md-mb-15 {
        margin-bottom: -15px;
    }
    .wpex-md-pb-15 {
        padding-bottom: 15px;
    }
    .wpex-md-m-20 {
        margin: 20px;
    }
    .wpex-md-p-20 {
        padding: 20px;
    }
    .wpex-md-my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpex-md-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpex-md-mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .-wpex-md-mx-20 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .wpex-md-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpex-md-ml-20 {
        margin-left: 20px;
    }
    .-wpex-md-ml-20 {
        margin-left: -20px;
    }
    .wpex-md-pl-20 {
        padding-left: 20px;
    }
    .wpex-md-mr-20 {
        margin-right: 20px;
    }
    .-wpex-md-mr-20 {
        margin-right: -20px;
    }
    .wpex-md-pr-20 {
        padding-right: 20px;
    }
    .wpex-md-mt-20 {
        margin-top: 20px;
    }
    .-wpex-md-mt-20 {
        margin-top: -20px;
    }
    .wpex-md-pt-20 {
        padding-top: 20px;
    }
    .wpex-md-mb-20 {
        margin-bottom: 20px;
    }
    .-wpex-md-mb-20 {
        margin-bottom: -20px;
    }
    .wpex-md-pb-20 {
        padding-bottom: 20px;
    }
    .wpex-md-m-25 {
        margin: 25px;
    }
    .wpex-md-p-25 {
        padding: 25px;
    }
    .wpex-md-my-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .wpex-md-py-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wpex-md-mx-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
    .-wpex-md-mx-25 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .wpex-md-px-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .wpex-md-ml-25 {
        margin-left: 25px;
    }
    .-wpex-md-ml-25 {
        margin-left: -25px;
    }
    .wpex-md-pl-25 {
        padding-left: 25px;
    }
    .wpex-md-mr-25 {
        margin-right: 25px;
    }
    .-wpex-md-mr-25 {
        margin-right: -25px;
    }
    .wpex-md-pr-25 {
        padding-right: 25px;
    }
    .wpex-md-mt-25 {
        margin-top: 25px;
    }
    .-wpex-md-mt-25 {
        margin-top: -25px;
    }
    .wpex-md-pt-25 {
        padding-top: 25px;
    }
    .wpex-md-mb-25 {
        margin-bottom: 25px;
    }
    .-wpex-md-mb-25 {
        margin-bottom: -25px;
    }
    .wpex-md-pb-25 {
        padding-bottom: 25px;
    }
    .wpex-md-m-30 {
        margin: 30px;
    }
    .wpex-md-p-30 {
        padding: 30px;
    }
    .wpex-md-my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wpex-md-py-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wpex-md-mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .-wpex-md-mx-30 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .wpex-md-px-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpex-md-ml-30 {
        margin-left: 30px;
    }
    .-wpex-md-ml-30 {
        margin-left: -30px;
    }
    .wpex-md-pl-30 {
        padding-left: 30px;
    }
    .wpex-md-mr-30 {
        margin-right: 30px;
    }
    .-wpex-md-mr-30 {
        margin-right: -30px;
    }
    .wpex-md-pr-30 {
        padding-right: 30px;
    }
    .wpex-md-mt-30 {
        margin-top: 30px;
    }
    .-wpex-md-mt-30 {
        margin-top: -30px;
    }
    .wpex-md-pt-30 {
        padding-top: 30px;
    }
    .wpex-md-mb-30 {
        margin-bottom: 30px;
    }
    .-wpex-md-mb-30 {
        margin-bottom: -30px;
    }
    .wpex-md-pb-30 {
        padding-bottom: 30px;
    }
    .wpex-md-m-40 {
        margin: 40px;
    }
    .wpex-md-p-40 {
        padding: 40px;
    }
    .wpex-md-my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wpex-md-py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wpex-md-mx-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .-wpex-md-mx-40 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .wpex-md-px-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wpex-md-ml-40 {
        margin-left: 40px;
    }
    .-wpex-md-ml-40 {
        margin-left: -40px;
    }
    .wpex-md-pl-40 {
        padding-left: 40px;
    }
    .wpex-md-mr-40 {
        margin-right: 40px;
    }
    .-wpex-md-mr-40 {
        margin-right: -40px;
    }
    .wpex-md-pr-40 {
        padding-right: 40px;
    }
    .wpex-md-mt-40 {
        margin-top: 40px;
    }
    .-wpex-md-mt-40 {
        margin-top: -40px;
    }
    .wpex-md-pt-40 {
        padding-top: 40px;
    }
    .wpex-md-mb-40 {
        margin-bottom: 40px;
    }
    .-wpex-md-mb-40 {
        margin-bottom: -40px;
    }
    .wpex-md-pb-40 {
        padding-bottom: 40px;
    }
    .wpex-md-m-50 {
        margin: 50px;
    }
    .wpex-md-p-50 {
        padding: 50px;
    }
    .wpex-md-my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wpex-md-py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wpex-md-mx-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .-wpex-md-mx-50 {
        margin-left: -50px;
        margin-right: -50px;
    }
    .wpex-md-px-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wpex-md-ml-50 {
        margin-left: 50px;
    }
    .-wpex-md-ml-50 {
        margin-left: -50px;
    }
    .wpex-md-pl-50 {
        padding-left: 50px;
    }
    .wpex-md-mr-50 {
        margin-right: 50px;
    }
    .-wpex-md-mr-50 {
        margin-right: -50px;
    }
    .wpex-md-pr-50 {
        padding-right: 50px;
    }
    .wpex-md-mt-50 {
        margin-top: 50px;
    }
    .-wpex-md-mt-50 {
        margin-top: -50px;
    }
    .wpex-md-pt-50 {
        padding-top: 50px;
    }
    .wpex-md-mb-50 {
        margin-bottom: 50px;
    }
    .-wpex-md-mb-50 {
        margin-bottom: -50px;
    }
    .wpex-md-pb-50 {
        padding-bottom: 50px;
    }
    .wpex-md-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-md-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-md-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-md-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-md-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-md-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-md-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-md-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
    .wpex-md-grid-cols-9 {
        --wpex-grid-columns: 9;
    }
    .wpex-md-grid-cols-10 {
        --wpex-grid-columns: 10;
    }
    .wpex-md-grid-cols-11 {
        --wpex-grid-columns: 11;
    }
    .wpex-md-grid-cols-12 {
        --wpex-grid-columns: 12;
    }
    .wpex-md-gap-0 {
        gap: 0;
    }
    .wpex-md-gap-1 {
        gap: 1px;
    }
    .wpex-md-gap-5 {
        gap: 5px;
    }
    .wpex-md-gap-10 {
        gap: 10px;
    }
    .wpex-md-gap-15 {
        gap: 15px;
    }
    .wpex-md-gap-20 {
        gap: 20px;
    }
    .wpex-md-gap-25 {
        gap: 25px;
    }
    .wpex-md-gap-30 {
        gap: 30px;
    }
    .wpex-md-gap-35 {
        gap: 35px;
    }
    .wpex-md-gap-40 {
        gap: 40px;
    }
    .wpex-md-gap-50 {
        gap: 50px;
    }
    .wpex-md-gap-60 {
        gap: 60px;
    }
    .wpex-md-order-first {
        order: -9999;
    }
    .wpex-md-order-last {
        order: 9999;
    }
    .wpex-md-order-none {
        order: 0;
    }
    .wpex-md-order-1 {
        order: 1;
    }
    .wpex-md-order-2 {
        order: 2;
    }
    .wpex-md-order-3 {
        order: 3;
    }
    .wpex-md-order-4 {
        order: 4;
    }
    .wpex-md-order-5 {
        order: 5;
    }
    .wpex-md-order-6 {
        order: 6;
    }
    .wpex-md-order-7 {
        order: 7;
    }
    .wpex-md-order-8 {
        order: 8;
    }
    .wpex-md-order-9 {
        order: 9;
    }
    .wpex-md-order-10 {
        order: 10;
    }
    .wpex-md-order-11 {
        order: 11;
    }
    .wpex-md-order-12 {
        order: 12;
    }
}
@media only screen and (min-width: 1024px) {
    .wpex-lg-hidden {
        display: none;
    }
    .wpex-lg-block {
        display: block;
    }
    .wpex-lg-inline-block {
        display: inline-block;
    }
    .wpex-lg-inline {
        display: inline;
    }
    .wpex-lg-flex {
        display: flex;
    }
    .wpex-lg-inline-flex {
        display: inline-flex;
    }
    .wpex-lg-visible {
        visibility: visible;
    }
    .wpex-lg-invisible {
        visibility: hidden;
    }
    .wpex-lg-text-center {
        text-align: center;
    }
    .wpex-lg-text-left {
        text-align: left;
    }
    .wpex-lg-text-right {
        text-align: right;
    }
    .wpex-lg-text-initial {
        text-align: initial;
    }
    .wpex-lg-float-none {
        float: none;
    }
    .wpex-lg-float-left {
        float: left;
    }
    .wpex-lg-float-right {
        float: right;
    }
    .wpex-lg-float-center {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .wpex-lg-items-stretch {
        align-items: stretch;
    }
    .wpex-lg-items-start {
        align-items: flex-start;
    }
    .wpex-lg-items-center {
        align-items: center;
    }
    .wpex-lg-items-end {
        align-items: flex-end;
    }
    .wpex-lg-items-baseline {
        align-items: baseline;
    }
    .wpex-lg-flex-row {
        flex-direction: row;
    }
    .wpex-lg-flex-row-reverse {
        flex-direction: row-reverse;
    }
    .wpex-lg-flex-col {
        flex-direction: column;
    }
    .wpex-lg-flex-col-reverse {
        flex-direction: column-reverse;
    }
    .wpex-lg-flex-no-wrap {
        flex-wrap: nowrap;
    }
    .wpex-lg-flex-wrap {
        flex-wrap: wrap;
    }
    .wpex-lg-flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .wpex-lg-flex-shrink {
        flex-shrink: 1;
    }
    .wpex-lg-flex-shrink-0 {
        flex-shrink: 0;
    }
    .wpex-lg-flex-grow {
        flex-grow: 1;
    }
    .wpex-lg-flex-grow-0 {
        flex-grow: 0;
    }
    .wpex-lg-justify-center {
        justify-content: center;
    }
    .wpex-lg-justify-start {
        justify-content: flex-start;
    }
    .wpex-lg-justify-end {
        justify-content: flex-end;
    }
    .wpex-lg-justify-between {
        justify-content: space-between;
    }
    .wpex-lg-justify-around {
        justify-content: space-around;
    }
    .wpex-lg-static {
        position: static;
    }
    .wpex-lg-fixed {
        position: fixed;
    }
    .wpex-lg-relative {
        position: relative;
    }
    .wpex-lg-absolute {
        position: absolute;
    }
    .wpex-lg-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wpex-lg-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .wpex-lg-inset-x-0 {
        right: 0;
        left: 0;
    }
    .wpex-lg-left-0 {
        left: 0;
    }
    .wpex-lg-left-100 {
        left: 100%;
    }
    .wpex-lg-top-0 {
        top: 0;
    }
    .wpex-lg-top-50 {
        top: 50%;
    }
    .wpex-lg-top-100 {
        top: 100%;
    }
    .wpex-lg-right-0 {
        right: 0;
    }
    .wpex-lg-right-100 {
        right: 100%;
    }
    .wpex-lg-bottom-0 {
        bottom: 0;
    }
    .wpex-lg-bottom-50 {
        bottom: 50%;
    }
    .wpex-lg-bottom-100 {
        bottom: 100%;
    }
    .wpex-lg-inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .wpex-lg-inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .wpex-lg-inset-x-auto {
        left: auto;
        right: auto;
    }
    .wpex-lg-top-auto {
        top: auto;
    }
    .wpex-lg-bottom-auto {
        bottom: auto;
    }
    .wpex-lg-left-auto {
        left: auto;
    }
    .wpex-lg-right-auto {
        right: auto;
    }
    .wpex-lg-opacity-0 {
        opacity: 0;
    }
    .wpex-lg-opacity-10 {
        opacity: 0.1;
    }
    .wpex-lg-opacity-20 {
        opacity: 0.2;
    }
    .wpex-lg-opacity-30 {
        opacity: 0.3;
    }
    .wpex-lg-opacity-40 {
        opacity: 0.4;
    }
    .wpex-lg-opacity-50 {
        opacity: 0.5;
    }
    .wpex-lg-opacity-60 {
        opacity: 0.6;
    }
    .wpex-lg-opacity-70 {
        opacity: 0.7;
    }
    .wpex-lg-opacity-80 {
        opacity: 0.8;
    }
    .wpex-lg-opacity-90 {
        opacity: 0.9;
    }
    .wpex-lg-opacity-100 {
        opacity: 1;
    }
    .wpex-lg-text-base {
        font-size: 1em;
    }
    .wpex-lg-text-xs {
        font-size: var(--wpex-text-xs);
    }
    .wpex-lg-text-sm {
        font-size: var(--wpex-text-sm);
    }
    .wpex-lg-text-md {
        font-size: var(--wpex-text-md);
    }
    .wpex-lg-text-lg {
        font-size: var(--wpex-text-lg);
    }
    .wpex-lg-text-xl {
        font-size: var(--wpex-text-xl);
    }
    .wpex-lg-text-2xl {
        font-size: var(--wpex-text-2xl);
    }
    .wpex-lg-text-3xl {
        font-size: var(--wpex-text-3xl);
    }
    .wpex-lg-text-4xl {
        font-size: var(--wpex-text-4xl);
    }
    .wpex-lg-text-5xl {
        font-size: var(--wpex-text-5xl);
    }
    .wpex-lg-text-6xl {
        font-size: var(--wpex-text-6xl);
    }
    .wpex-lg-text-7xl {
        font-size: var(--wpex-text-7xl);
    }
    .wpex-lg-w-0 {
        width: 0;
    }
    .wpex-lg-w-20 {
        width: 20%;
    }
    .wpex-lg-w-25 {
        width: 25%;
    }
    .wpex-lg-w-30 {
        width: 30%;
    }
    .wpex-lg-w-33 {
        width: 33%;
    }
    .wpex-lg-w-40 {
        width: 40%;
    }
    .wpex-lg-w-50 {
        width: 50%;
    }
    .wpex-lg-w-60 {
        width: 60%;
    }
    .wpex-lg-w-67 {
        width: 67%;
    }
    .wpex-lg-w-70 {
        width: 70%;
    }
    .wpex-lg-w-75 {
        width: 75%;
    }
    .wpex-lg-w-80 {
        width: 80%;
    }
    .wpex-lg-w-100 {
        width: 100%;
    }
    .wpex-lg-m-0 {
        margin: 0;
    }
    .wpex-lg-p-0 {
        padding: 0;
    }
    .wpex-lg-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .wpex-lg-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpex-lg-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .wpex-lg-px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wpex-lg-ml-0 {
        margin-left: 0;
    }
    .wpex-lg-pl-0 {
        padding-left: 0;
    }
    .wpex-lg-mr-0 {
        margin-right: 0;
    }
    .wpex-lg-pr-0 {
        padding-right: 0;
    }
    .wpex-lg-mt-0 {
        margin-top: 0;
    }
    .wpex-lg-pt-0 {
        padding-top: 0;
    }
    .wpex-lg-mb-0 {
        margin-bottom: 0;
    }
    .wpex-lg-pb-0 {
        padding-bottom: 0;
    }
    .wpex-lg-m-5 {
        margin: 5px;
    }
    .wpex-lg-p-5 {
        padding: 5px;
    }
    .wpex-lg-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .wpex-lg-py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .wpex-lg-mx-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .-wpex-lg-mx-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wpex-lg-px-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wpex-lg-ml-5 {
        margin-left: 5px;
    }
    .-wpex-lg-ml-5 {
        margin-left: -5px;
    }
    .wpex-lg-pl-5 {
        padding-left: 5px;
    }
    .wpex-lg-mr-5 {
        margin-right: 5px;
    }
    .-wpex-lg-mr-5 {
        margin-right: -5px;
    }
    .wpex-lg-pr-5 {
        padding-right: 5px;
    }
    .wpex-lg-mt-5 {
        margin-top: 5px;
    }
    .-wpex-lg-mt-5 {
        margin-top: -5px;
    }
    .wpex-lg-pt-5 {
        padding-top: 5px;
    }
    .wpex-lg-mb-5 {
        margin-bottom: 5px;
    }
    .-wpex-lg-mb-5 {
        margin-bottom: -5px;
    }
    .wpex-lg-pb-5 {
        padding-bottom: 5px;
    }
    .wpex-lg-m-10 {
        margin: 10px;
    }
    .wpex-lg-p-10 {
        padding: 10px;
    }
    .wpex-lg-my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wpex-lg-py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wpex-lg-mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .-wpex-lg-mx-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wpex-lg-px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpex-lg-ml-10 {
        margin-left: 10px;
    }
    .-wpex-lg-ml-10 {
        margin-left: -10px;
    }
    .wpex-lg-pl-10 {
        padding-left: 10px;
    }
    .wpex-lg-mr-10 {
        margin-right: 10px;
    }
    .-wpex-lg-mr-10 {
        margin-right: -10px;
    }
    .wpex-lg-pr-10 {
        padding-right: 10px;
    }
    .wpex-lg-mt-10 {
        margin-top: 10px;
    }
    .-wpex-lg-mt-10 {
        margin-top: -10px;
    }
    .wpex-lg-pt-10 {
        padding-top: 10px;
    }
    .wpex-lg-mb-10 {
        margin-bottom: 10px;
    }
    .-wpex-lg-mb-10 {
        margin-bottom: -10px;
    }
    .wpex-lg-pb-10 {
        padding-bottom: 10px;
    }
    .wpex-lg-m-15 {
        margin: 15px;
    }
    .wpex-lg-p-15 {
        padding: 15px;
    }
    .wpex-lg-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wpex-lg-py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wpex-lg-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .-wpex-lg-mx-15 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wpex-lg-px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpex-lg-ml-15 {
        margin-left: 15px;
    }
    .-wpex-lg-ml-15 {
        margin-left: -15px;
    }
    .wpex-lg-pl-15 {
        padding-left: 15px;
    }
    .wpex-lg-mr-15 {
        margin-right: 15px;
    }
    .-wpex-lg-mr-15 {
        margin-right: -15px;
    }
    .wpex-lg-pr-15 {
        padding-right: 15px;
    }
    .wpex-lg-mt-15 {
        margin-top: 15px;
    }
    .-wpex-lg-mt-15 {
        margin-top: -15px;
    }
    .wpex-lg-pt-15 {
        padding-top: 15px;
    }
    .wpex-lg-mb-15 {
        margin-bottom: 15px;
    }
    .-wpex-lg-mb-15 {
        margin-bottom: -15px;
    }
    .wpex-lg-pb-15 {
        padding-bottom: 15px;
    }
    .wpex-lg-m-20 {
        margin: 20px;
    }
    .wpex-lg-p-20 {
        padding: 20px;
    }
    .wpex-lg-my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpex-lg-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpex-lg-mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .-wpex-lg-mx-20 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .wpex-lg-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpex-lg-ml-20 {
        margin-left: 20px;
    }
    .-wpex-lg-ml-20 {
        margin-left: -20px;
    }
    .wpex-lg-pl-20 {
        padding-left: 20px;
    }
    .wpex-lg-mr-20 {
        margin-right: 20px;
    }
    .-wpex-lg-mr-20 {
        margin-right: -20px;
    }
    .wpex-lg-pr-20 {
        padding-right: 20px;
    }
    .wpex-lg-mt-20 {
        margin-top: 20px;
    }
    .-wpex-lg-mt-20 {
        margin-top: -20px;
    }
    .wpex-lg-pt-20 {
        padding-top: 20px;
    }
    .wpex-lg-mb-20 {
        margin-bottom: 20px;
    }
    .-wpex-lg-mb-20 {
        margin-bottom: -20px;
    }
    .wpex-lg-pb-20 {
        padding-bottom: 20px;
    }
    .wpex-lg-m-25 {
        margin: 25px;
    }
    .wpex-lg-p-25 {
        padding: 25px;
    }
    .wpex-lg-my-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .wpex-lg-py-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wpex-lg-mx-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
    .-wpex-lg-mx-25 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .wpex-lg-px-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .wpex-lg-ml-25 {
        margin-left: 25px;
    }
    .-wpex-lg-ml-25 {
        margin-left: -25px;
    }
    .wpex-lg-pl-25 {
        padding-left: 25px;
    }
    .wpex-lg-mr-25 {
        margin-right: 25px;
    }
    .-wpex-lg-mr-25 {
        margin-right: -25px;
    }
    .wpex-lg-pr-25 {
        padding-right: 25px;
    }
    .wpex-lg-mt-25 {
        margin-top: 25px;
    }
    .-wpex-lg-mt-25 {
        margin-top: -25px;
    }
    .wpex-lg-pt-25 {
        padding-top: 25px;
    }
    .wpex-lg-mb-25 {
        margin-bottom: 25px;
    }
    .-wpex-lg-mb-25 {
        margin-bottom: -25px;
    }
    .wpex-lg-pb-25 {
        padding-bottom: 25px;
    }
    .wpex-lg-m-30 {
        margin: 30px;
    }
    .wpex-lg-p-30 {
        padding: 30px;
    }
    .wpex-lg-my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wpex-lg-py-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wpex-lg-mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .-wpex-lg-mx-30 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .wpex-lg-px-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpex-lg-ml-30 {
        margin-left: 30px;
    }
    .-wpex-lg-ml-30 {
        margin-left: -30px;
    }
    .wpex-lg-pl-30 {
        padding-left: 30px;
    }
    .wpex-lg-mr-30 {
        margin-right: 30px;
    }
    .-wpex-lg-mr-30 {
        margin-right: -30px;
    }
    .wpex-lg-pr-30 {
        padding-right: 30px;
    }
    .wpex-lg-mt-30 {
        margin-top: 30px;
    }
    .-wpex-lg-mt-30 {
        margin-top: -30px;
    }
    .wpex-lg-pt-30 {
        padding-top: 30px;
    }
    .wpex-lg-mb-30 {
        margin-bottom: 30px;
    }
    .-wpex-lg-mb-30 {
        margin-bottom: -30px;
    }
    .wpex-lg-pb-30 {
        padding-bottom: 30px;
    }
    .wpex-lg-m-40 {
        margin: 40px;
    }
    .wpex-lg-p-40 {
        padding: 40px;
    }
    .wpex-lg-my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wpex-lg-py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wpex-lg-mx-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .-wpex-lg-mx-40 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .wpex-lg-px-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wpex-lg-ml-40 {
        margin-left: 40px;
    }
    .-wpex-lg-ml-40 {
        margin-left: -40px;
    }
    .wpex-lg-pl-40 {
        padding-left: 40px;
    }
    .wpex-lg-mr-40 {
        margin-right: 40px;
    }
    .-wpex-lg-mr-40 {
        margin-right: -40px;
    }
    .wpex-lg-pr-40 {
        padding-right: 40px;
    }
    .wpex-lg-mt-40 {
        margin-top: 40px;
    }
    .-wpex-lg-mt-40 {
        margin-top: -40px;
    }
    .wpex-lg-pt-40 {
        padding-top: 40px;
    }
    .wpex-lg-mb-40 {
        margin-bottom: 40px;
    }
    .-wpex-lg-mb-40 {
        margin-bottom: -40px;
    }
    .wpex-lg-pb-40 {
        padding-bottom: 40px;
    }
    .wpex-lg-m-50 {
        margin: 50px;
    }
    .wpex-lg-p-50 {
        padding: 50px;
    }
    .wpex-lg-my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wpex-lg-py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wpex-lg-mx-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .-wpex-lg-mx-50 {
        margin-left: -50px;
        margin-right: -50px;
    }
    .wpex-lg-px-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wpex-lg-ml-50 {
        margin-left: 50px;
    }
    .-wpex-lg-ml-50 {
        margin-left: -50px;
    }
    .wpex-lg-pl-50 {
        padding-left: 50px;
    }
    .wpex-lg-mr-50 {
        margin-right: 50px;
    }
    .-wpex-lg-mr-50 {
        margin-right: -50px;
    }
    .wpex-lg-pr-50 {
        padding-right: 50px;
    }
    .wpex-lg-mt-50 {
        margin-top: 50px;
    }
    .-wpex-lg-mt-50 {
        margin-top: -50px;
    }
    .wpex-lg-pt-50 {
        padding-top: 50px;
    }
    .wpex-lg-mb-50 {
        margin-bottom: 50px;
    }
    .-wpex-lg-mb-50 {
        margin-bottom: -50px;
    }
    .wpex-lg-pb-50 {
        padding-bottom: 50px;
    }
    .wpex-lg-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-lg-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-lg-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-lg-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-lg-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-lg-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-lg-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-lg-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
    .wpex-lg-grid-cols-9 {
        --wpex-grid-columns: 9;
    }
    .wpex-lg-grid-cols-10 {
        --wpex-grid-columns: 10;
    }
    .wpex-lg-grid-cols-11 {
        --wpex-grid-columns: 11;
    }
    .wpex-lg-grid-cols-12 {
        --wpex-grid-columns: 12;
    }
    .wpex-lg-gap-0 {
        gap: 0;
    }
    .wpex-lg-gap-1 {
        gap: 1px;
    }
    .wpex-lg-gap-5 {
        gap: 5px;
    }
    .wpex-lg-gap-10 {
        gap: 10px;
    }
    .wpex-lg-gap-15 {
        gap: 15px;
    }
    .wpex-lg-gap-20 {
        gap: 20px;
    }
    .wpex-lg-gap-25 {
        gap: 25px;
    }
    .wpex-lg-gap-30 {
        gap: 30px;
    }
    .wpex-lg-gap-35 {
        gap: 35px;
    }
    .wpex-lg-gap-40 {
        gap: 40px;
    }
    .wpex-lg-gap-50 {
        gap: 50px;
    }
    .wpex-lg-gap-60 {
        gap: 60px;
    }
    .wpex-lg-order-first {
        order: -9999;
    }
    .wpex-lg-order-last {
        order: 9999;
    }
    .wpex-lg-order-none {
        order: 0;
    }
    .wpex-lg-order-1 {
        order: 1;
    }
    .wpex-lg-order-2 {
        order: 2;
    }
    .wpex-lg-order-3 {
        order: 3;
    }
    .wpex-lg-order-4 {
        order: 4;
    }
    .wpex-lg-order-5 {
        order: 5;
    }
    .wpex-lg-order-6 {
        order: 6;
    }
    .wpex-lg-order-7 {
        order: 7;
    }
    .wpex-lg-order-8 {
        order: 8;
    }
    .wpex-lg-order-9 {
        order: 9;
    }
    .wpex-lg-order-10 {
        order: 10;
    }
    .wpex-lg-order-11 {
        order: 11;
    }
    .wpex-lg-order-12 {
        order: 12;
    }
}
@media only screen and (min-width: 1280px) {
    .wpex-xl-hidden {
        display: none;
    }
    .wpex-xl-block {
        display: block;
    }
    .wpex-xl-inline-block {
        display: inline-block;
    }
    .wpex-xl-inline {
        display: inline;
    }
    .wpex-xl-flex {
        display: flex;
    }
    .wpex-xl-inline-flex {
        display: inline-flex;
    }
    .wpex-xl-visible {
        visibility: visible;
    }
    .wpex-xl-invisible {
        visibility: hidden;
    }
    .wpex-xl-text-center {
        text-align: center;
    }
    .wpex-xl-text-left {
        text-align: left;
    }
    .wpex-xl-text-right {
        text-align: right;
    }
    .wpex-xl-text-initial {
        text-align: initial;
    }
    .wpex-xl-float-none {
        float: none;
    }
    .wpex-xl-float-left {
        float: left;
    }
    .wpex-xl-float-right {
        float: right;
    }
    .wpex-xl-float-center {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .wpex-xl-items-stretch {
        align-items: stretch;
    }
    .wpex-xl-items-start {
        align-items: flex-start;
    }
    .wpex-xl-items-center {
        align-items: center;
    }
    .wpex-xl-items-end {
        align-items: flex-end;
    }
    .wpex-xl-items-baseline {
        align-items: baseline;
    }
    .wpex-xl-flex-row {
        flex-direction: row;
    }
    .wpex-xl-flex-row-reverse {
        flex-direction: row-reverse;
    }
    .wpex-xl-flex-col {
        flex-direction: column;
    }
    .wpex-xl-flex-col-reverse {
        flex-direction: column-reverse;
    }
    .wpex-xl-flex-no-wrap {
        flex-wrap: nowrap;
    }
    .wpex-xl-flex-wrap {
        flex-wrap: wrap;
    }
    .wpex-xl-flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }
    .wpex-xl-flex-shrink {
        flex-shrink: 1;
    }
    .wpex-xl-flex-shrink-0 {
        flex-shrink: 0;
    }
    .wpex-xl-flex-grow {
        flex-grow: 1;
    }
    .wpex-xl-flex-grow-0 {
        flex-grow: 0;
    }
    .wpex-xl-justify-center {
        justify-content: center;
    }
    .wpex-xl-justify-start {
        justify-content: flex-start;
    }
    .wpex-xl-justify-end {
        justify-content: flex-end;
    }
    .wpex-xl-justify-between {
        justify-content: space-between;
    }
    .wpex-xl-justify-around {
        justify-content: space-around;
    }
    .wpex-xl-static {
        position: static;
    }
    .wpex-xl-fixed {
        position: fixed;
    }
    .wpex-xl-relative {
        position: relative;
    }
    .wpex-xl-absolute {
        position: absolute;
    }
    .wpex-xl-inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .wpex-xl-inset-y-0 {
        top: 0;
        bottom: 0;
    }
    .wpex-xl-inset-x-0 {
        right: 0;
        left: 0;
    }
    .wpex-xl-left-0 {
        left: 0;
    }
    .wpex-xl-left-100 {
        left: 100%;
    }
    .wpex-xl-top-0 {
        top: 0;
    }
    .wpex-xl-top-50 {
        top: 50%;
    }
    .wpex-xl-top-100 {
        top: 100%;
    }
    .wpex-xl-right-0 {
        right: 0;
    }
    .wpex-xl-right-100 {
        right: 100%;
    }
    .wpex-xl-bottom-0 {
        bottom: 0;
    }
    .wpex-xl-bottom-50 {
        bottom: 50%;
    }
    .wpex-xl-bottom-100 {
        bottom: 100%;
    }
    .wpex-xl-inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .wpex-xl-inset-y-auto {
        top: auto;
        bottom: auto;
    }
    .wpex-xl-inset-x-auto {
        left: auto;
        right: auto;
    }
    .wpex-xl-top-auto {
        top: auto;
    }
    .wpex-xl-bottom-auto {
        bottom: auto;
    }
    .wpex-xl-left-auto {
        left: auto;
    }
    .wpex-xl-right-auto {
        right: auto;
    }
    .wpex-xl-opacity-0 {
        opacity: 0;
    }
    .wpex-xl-opacity-10 {
        opacity: 0.1;
    }
    .wpex-xl-opacity-20 {
        opacity: 0.2;
    }
    .wpex-xl-opacity-30 {
        opacity: 0.3;
    }
    .wpex-xl-opacity-40 {
        opacity: 0.4;
    }
    .wpex-xl-opacity-50 {
        opacity: 0.5;
    }
    .wpex-xl-opacity-60 {
        opacity: 0.6;
    }
    .wpex-xl-opacity-70 {
        opacity: 0.7;
    }
    .wpex-xl-opacity-80 {
        opacity: 0.8;
    }
    .wpex-xl-opacity-90 {
        opacity: 0.9;
    }
    .wpex-xl-opacity-100 {
        opacity: 1;
    }
    .wpex-xl-text-base {
        font-size: 1em;
    }
    .wpex-xl-text-xs {
        font-size: var(--wpex-text-xs);
    }
    .wpex-xl-text-sm {
        font-size: var(--wpex-text-sm);
    }
    .wpex-xl-text-md {
        font-size: var(--wpex-text-md);
    }
    .wpex-xl-text-lg {
        font-size: var(--wpex-text-lg);
    }
    .wpex-xl-text-xl {
        font-size: var(--wpex-text-xl);
    }
    .wpex-xl-text-2xl {
        font-size: var(--wpex-text-2xl);
    }
    .wpex-xl-text-3xl {
        font-size: var(--wpex-text-3xl);
    }
    .wpex-xl-text-4xl {
        font-size: var(--wpex-text-4xl);
    }
    .wpex-xl-text-5xl {
        font-size: var(--wpex-text-5xl);
    }
    .wpex-xl-text-6xl {
        font-size: var(--wpex-text-6xl);
    }
    .wpex-xl-text-7xl {
        font-size: var(--wpex-text-7xl);
    }
    .wpex-xl-w-0 {
        width: 0;
    }
    .wpex-xl-w-20 {
        width: 20%;
    }
    .wpex-xl-w-25 {
        width: 25%;
    }
    .wpex-xl-w-30 {
        width: 30%;
    }
    .wpex-xl-w-33 {
        width: 33%;
    }
    .wpex-xl-w-40 {
        width: 40%;
    }
    .wpex-xl-w-50 {
        width: 50%;
    }
    .wpex-xl-w-60 {
        width: 60%;
    }
    .wpex-xl-w-67 {
        width: 67%;
    }
    .wpex-xl-w-70 {
        width: 70%;
    }
    .wpex-xl-w-75 {
        width: 75%;
    }
    .wpex-xl-w-80 {
        width: 80%;
    }
    .wpex-xl-w-100 {
        width: 100%;
    }
    .wpex-xl-m-0 {
        margin: 0;
    }
    .wpex-xl-p-0 {
        padding: 0;
    }
    .wpex-xl-my-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .wpex-xl-py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpex-xl-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }
    .wpex-xl-px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wpex-xl-ml-0 {
        margin-left: 0;
    }
    .wpex-xl-pl-0 {
        padding-left: 0;
    }
    .wpex-xl-mr-0 {
        margin-right: 0;
    }
    .wpex-xl-pr-0 {
        padding-right: 0;
    }
    .wpex-xl-mt-0 {
        margin-top: 0;
    }
    .wpex-xl-pt-0 {
        padding-top: 0;
    }
    .wpex-xl-mb-0 {
        margin-bottom: 0;
    }
    .wpex-xl-pb-0 {
        padding-bottom: 0;
    }
    .wpex-xl-m-5 {
        margin: 5px;
    }
    .wpex-xl-p-5 {
        padding: 5px;
    }
    .wpex-xl-my-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .wpex-xl-py-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .wpex-xl-mx-5 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .-wpex-xl-mx-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wpex-xl-px-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wpex-xl-ml-5 {
        margin-left: 5px;
    }
    .-wpex-xl-ml-5 {
        margin-left: -5px;
    }
    .wpex-xl-pl-5 {
        padding-left: 5px;
    }
    .wpex-xl-mr-5 {
        margin-right: 5px;
    }
    .-wpex-xl-mr-5 {
        margin-right: -5px;
    }
    .wpex-xl-pr-5 {
        padding-right: 5px;
    }
    .wpex-xl-mt-5 {
        margin-top: 5px;
    }
    .-wpex-xl-mt-5 {
        margin-top: -5px;
    }
    .wpex-xl-pt-5 {
        padding-top: 5px;
    }
    .wpex-xl-mb-5 {
        margin-bottom: 5px;
    }
    .-wpex-xl-mb-5 {
        margin-bottom: -5px;
    }
    .wpex-xl-pb-5 {
        padding-bottom: 5px;
    }
    .wpex-xl-m-10 {
        margin: 10px;
    }
    .wpex-xl-p-10 {
        padding: 10px;
    }
    .wpex-xl-my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wpex-xl-py-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wpex-xl-mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .-wpex-xl-mx-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .wpex-xl-px-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpex-xl-ml-10 {
        margin-left: 10px;
    }
    .-wpex-xl-ml-10 {
        margin-left: -10px;
    }
    .wpex-xl-pl-10 {
        padding-left: 10px;
    }
    .wpex-xl-mr-10 {
        margin-right: 10px;
    }
    .-wpex-xl-mr-10 {
        margin-right: -10px;
    }
    .wpex-xl-pr-10 {
        padding-right: 10px;
    }
    .wpex-xl-mt-10 {
        margin-top: 10px;
    }
    .-wpex-xl-mt-10 {
        margin-top: -10px;
    }
    .wpex-xl-pt-10 {
        padding-top: 10px;
    }
    .wpex-xl-mb-10 {
        margin-bottom: 10px;
    }
    .-wpex-xl-mb-10 {
        margin-bottom: -10px;
    }
    .wpex-xl-pb-10 {
        padding-bottom: 10px;
    }
    .wpex-xl-m-15 {
        margin: 15px;
    }
    .wpex-xl-p-15 {
        padding: 15px;
    }
    .wpex-xl-my-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .wpex-xl-py-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .wpex-xl-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .-wpex-xl-mx-15 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wpex-xl-px-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpex-xl-ml-15 {
        margin-left: 15px;
    }
    .-wpex-xl-ml-15 {
        margin-left: -15px;
    }
    .wpex-xl-pl-15 {
        padding-left: 15px;
    }
    .wpex-xl-mr-15 {
        margin-right: 15px;
    }
    .-wpex-xl-mr-15 {
        margin-right: -15px;
    }
    .wpex-xl-pr-15 {
        padding-right: 15px;
    }
    .wpex-xl-mt-15 {
        margin-top: 15px;
    }
    .-wpex-xl-mt-15 {
        margin-top: -15px;
    }
    .wpex-xl-pt-15 {
        padding-top: 15px;
    }
    .wpex-xl-mb-15 {
        margin-bottom: 15px;
    }
    .-wpex-xl-mb-15 {
        margin-bottom: -15px;
    }
    .wpex-xl-pb-15 {
        padding-bottom: 15px;
    }
    .wpex-xl-m-20 {
        margin: 20px;
    }
    .wpex-xl-p-20 {
        padding: 20px;
    }
    .wpex-xl-my-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wpex-xl-py-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpex-xl-mx-20 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .-wpex-xl-mx-20 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .wpex-xl-px-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wpex-xl-ml-20 {
        margin-left: 20px;
    }
    .-wpex-xl-ml-20 {
        margin-left: -20px;
    }
    .wpex-xl-pl-20 {
        padding-left: 20px;
    }
    .wpex-xl-mr-20 {
        margin-right: 20px;
    }
    .-wpex-xl-mr-20 {
        margin-right: -20px;
    }
    .wpex-xl-pr-20 {
        padding-right: 20px;
    }
    .wpex-xl-mt-20 {
        margin-top: 20px;
    }
    .-wpex-xl-mt-20 {
        margin-top: -20px;
    }
    .wpex-xl-pt-20 {
        padding-top: 20px;
    }
    .wpex-xl-mb-20 {
        margin-bottom: 20px;
    }
    .-wpex-xl-mb-20 {
        margin-bottom: -20px;
    }
    .wpex-xl-pb-20 {
        padding-bottom: 20px;
    }
    .wpex-xl-m-25 {
        margin: 25px;
    }
    .wpex-xl-p-25 {
        padding: 25px;
    }
    .wpex-xl-my-25 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .wpex-xl-py-25 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .wpex-xl-mx-25 {
        margin-left: 25px;
        margin-right: 25px;
    }
    .-wpex-xl-mx-25 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .wpex-xl-px-25 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .wpex-xl-ml-25 {
        margin-left: 25px;
    }
    .-wpex-xl-ml-25 {
        margin-left: -25px;
    }
    .wpex-xl-pl-25 {
        padding-left: 25px;
    }
    .wpex-xl-mr-25 {
        margin-right: 25px;
    }
    .-wpex-xl-mr-25 {
        margin-right: -25px;
    }
    .wpex-xl-pr-25 {
        padding-right: 25px;
    }
    .wpex-xl-mt-25 {
        margin-top: 25px;
    }
    .-wpex-xl-mt-25 {
        margin-top: -25px;
    }
    .wpex-xl-pt-25 {
        padding-top: 25px;
    }
    .wpex-xl-mb-25 {
        margin-bottom: 25px;
    }
    .-wpex-xl-mb-25 {
        margin-bottom: -25px;
    }
    .wpex-xl-pb-25 {
        padding-bottom: 25px;
    }
    .wpex-xl-m-30 {
        margin: 30px;
    }
    .wpex-xl-p-30 {
        padding: 30px;
    }
    .wpex-xl-my-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wpex-xl-py-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wpex-xl-mx-30 {
        margin-left: 30px;
        margin-right: 30px;
    }
    .-wpex-xl-mx-30 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .wpex-xl-px-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpex-xl-ml-30 {
        margin-left: 30px;
    }
    .-wpex-xl-ml-30 {
        margin-left: -30px;
    }
    .wpex-xl-pl-30 {
        padding-left: 30px;
    }
    .wpex-xl-mr-30 {
        margin-right: 30px;
    }
    .-wpex-xl-mr-30 {
        margin-right: -30px;
    }
    .wpex-xl-pr-30 {
        padding-right: 30px;
    }
    .wpex-xl-mt-30 {
        margin-top: 30px;
    }
    .-wpex-xl-mt-30 {
        margin-top: -30px;
    }
    .wpex-xl-pt-30 {
        padding-top: 30px;
    }
    .wpex-xl-mb-30 {
        margin-bottom: 30px;
    }
    .-wpex-xl-mb-30 {
        margin-bottom: -30px;
    }
    .wpex-xl-pb-30 {
        padding-bottom: 30px;
    }
    .wpex-xl-m-40 {
        margin: 40px;
    }
    .wpex-xl-p-40 {
        padding: 40px;
    }
    .wpex-xl-my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wpex-xl-py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .wpex-xl-mx-40 {
        margin-left: 40px;
        margin-right: 40px;
    }
    .-wpex-xl-mx-40 {
        margin-left: -40px;
        margin-right: -40px;
    }
    .wpex-xl-px-40 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .wpex-xl-ml-40 {
        margin-left: 40px;
    }
    .-wpex-xl-ml-40 {
        margin-left: -40px;
    }
    .wpex-xl-pl-40 {
        padding-left: 40px;
    }
    .wpex-xl-mr-40 {
        margin-right: 40px;
    }
    .-wpex-xl-mr-40 {
        margin-right: -40px;
    }
    .wpex-xl-pr-40 {
        padding-right: 40px;
    }
    .wpex-xl-mt-40 {
        margin-top: 40px;
    }
    .-wpex-xl-mt-40 {
        margin-top: -40px;
    }
    .wpex-xl-pt-40 {
        padding-top: 40px;
    }
    .wpex-xl-mb-40 {
        margin-bottom: 40px;
    }
    .-wpex-xl-mb-40 {
        margin-bottom: -40px;
    }
    .wpex-xl-pb-40 {
        padding-bottom: 40px;
    }
    .wpex-xl-m-50 {
        margin: 50px;
    }
    .wpex-xl-p-50 {
        padding: 50px;
    }
    .wpex-xl-my-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wpex-xl-py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wpex-xl-mx-50 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .-wpex-xl-mx-50 {
        margin-left: -50px;
        margin-right: -50px;
    }
    .wpex-xl-px-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wpex-xl-ml-50 {
        margin-left: 50px;
    }
    .-wpex-xl-ml-50 {
        margin-left: -50px;
    }
    .wpex-xl-pl-50 {
        padding-left: 50px;
    }
    .wpex-xl-mr-50 {
        margin-right: 50px;
    }
    .-wpex-xl-mr-50 {
        margin-right: -50px;
    }
    .wpex-xl-pr-50 {
        padding-right: 50px;
    }
    .wpex-xl-mt-50 {
        margin-top: 50px;
    }
    .-wpex-xl-mt-50 {
        margin-top: -50px;
    }
    .wpex-xl-pt-50 {
        padding-top: 50px;
    }
    .wpex-xl-mb-50 {
        margin-bottom: 50px;
    }
    .-wpex-xl-mb-50 {
        margin-bottom: -50px;
    }
    .wpex-xl-pb-50 {
        padding-bottom: 50px;
    }
    .wpex-xl-grid-cols-1 {
        --wpex-grid-columns: 1;
    }
    .wpex-xl-grid-cols-2 {
        --wpex-grid-columns: 2;
    }
    .wpex-xl-grid-cols-3 {
        --wpex-grid-columns: 3;
    }
    .wpex-xl-grid-cols-4 {
        --wpex-grid-columns: 4;
    }
    .wpex-xl-grid-cols-5 {
        --wpex-grid-columns: 5;
    }
    .wpex-xl-grid-cols-6 {
        --wpex-grid-columns: 6;
    }
    .wpex-xl-grid-cols-7 {
        --wpex-grid-columns: 7;
    }
    .wpex-xl-grid-cols-8 {
        --wpex-grid-columns: 8;
    }
    .wpex-xl-grid-cols-9 {
        --wpex-grid-columns: 9;
    }
    .wpex-xl-grid-cols-10 {
        --wpex-grid-columns: 10;
    }
    .wpex-xl-grid-cols-11 {
        --wpex-grid-columns: 11;
    }
    .wpex-xl-grid-cols-12 {
        --wpex-grid-columns: 12;
    }
    .wpex-xl-gap-0 {
        gap: 0;
    }
    .wpex-xl-gap-1 {
        gap: 1px;
    }
    .wpex-xl-gap-5 {
        gap: 5px;
    }
    .wpex-xl-gap-10 {
        gap: 10px;
    }
    .wpex-xl-gap-15 {
        gap: 15px;
    }
    .wpex-xl-gap-20 {
        gap: 20px;
    }
    .wpex-xl-gap-25 {
        gap: 25px;
    }
    .wpex-xl-gap-30 {
        gap: 30px;
    }
    .wpex-xl-gap-35 {
        gap: 35px;
    }
    .wpex-xl-gap-40 {
        gap: 40px;
    }
    .wpex-xl-gap-50 {
        gap: 50px;
    }
    .wpex-xl-gap-60 {
        gap: 60px;
    }
    .wpex-xl-order-first {
        order: -9999;
    }
    .wpex-xl-order-last {
        order: 9999;
    }
    .wpex-xl-order-none {
        order: 0;
    }
    .wpex-xl-order-1 {
        order: 1;
    }
    .wpex-xl-order-2 {
        order: 2;
    }
    .wpex-xl-order-3 {
        order: 3;
    }
    .wpex-xl-order-4 {
        order: 4;
    }
    .wpex-xl-order-5 {
        order: 5;
    }
    .wpex-xl-order-6 {
        order: 6;
    }
    .wpex-xl-order-7 {
        order: 7;
    }
    .wpex-xl-order-8 {
        order: 8;
    }
    .wpex-xl-order-9 {
        order: 9;
    }
    .wpex-xl-order-10 {
        order: 10;
    }
    .wpex-xl-order-11 {
        order: 11;
    }
    .wpex-xl-order-12 {
        order: 12;
    }
}
.display-none,
.hidden,
.vc_row.vc_row-flex.hidden {
    display: none;
}
.display-block {
    display: block;
}
.display-inline {
    display: inline;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.ticon-left {
    margin-right: 10px;
}
.ticon-right {
    margin-left: 10px;
}
.max-width-10 {
    max-width: 10%;
    margin: 0 auto;
}
.max-width-20 {
    max-width: 20%;
    margin: 0 auto;
}
.max-width-30 {
    max-width: 30%;
    margin: 0 auto;
}
.max-width-40 {
    max-width: 40%;
    margin: 0 auto;
}
.max-width-50 {
    max-width: 50%;
    margin: 0 auto;
}
.max-width-60 {
    max-width: 60%;
    margin: 0 auto;
}
.max-width-70 {
    max-width: 70%;
    margin: 0 auto;
}
.max-width-80 {
    max-width: 80%;
    margin: 0 auto;
}
body .wpex-hover-inherit-color:hover,
body .wpex-hover-inherit-color a:hover {
    color: inherit;
}
.transition-all {
    transition: 0.15s all ease;
}
.animate-bg-hover {
    transition: background 0.2s ease-in-out;
}
.wpex-hover-white-text:hover,
.wpex-hover-white-text:hover * {
    color: var(--wpex-white) !important;
}
body .wpex-semi-rounded {
    border-radius: 4px;
}
body .wpex-round {
    border-radius: var(--wpex-rounded-full);
}
.wpex-em-14px {
    font-size: 1.077em;
}
.wpex-em-16px {
    font-size: 1.231em;
}
.wpex-em-18px {
    font-size: 1.385em;
}
.wpex-em-21px {
    font-size: 1.615em;
}
.wpex-fs-13px {
    font-size: 13px;
}
.wpex-fs-14px {
    font-size: 14px;
}
.wpex-fs-16px {
    font-size: 16px;
}
.wpex-fs-18px {
    font-size: 18px;
}
.wpex-fs-21px {
    font-size: 21px;
}
.opacity-hover:hover,
.opacity-hover:hover img {
    opacity: 0.8;
}
body .no-padding {
    padding: 0;
}
body .no-left-padding,
.wpex-pl-0 {
    padding-left: 0;
}
body .no-right-padding,
.wpex-pr-0 {
    padding-right: 0;
}
