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: #fdfdfd;
    --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-text-xs: .846em;
    --wpex-text-sm: .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-decoration-line: none;
    --wpex-hover-link-decoration-line: underline;
    --wpex-btn-font-size: 1em;
    --wpex-btn-border-radius: var(--wpex-rounded-xs);
    --wpex-btn-font-weight: 400;
    --wpex-btn-padding: .538em 1.077em;
    --wpex-btn-line-height: var(--wpex-body-line-height, 1.65);
    --wpex-btn-border-width: 0;
    --wpex-btn-border-style: none;
    --wpex-btn-letter-spacing: inherit;
    --wpex-btn-text-transform: inherit;
    --wpex-btn-font-family: inherit;
    --wpex-btn-font-style: inherit;
    --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
    }
}

.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 {
    left: 8px;
    top: -46px
}

.skip-to-content:focus {
    display: block;
    z-index: 100000;
    top: 8px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px;
    background: var(--wpex-surface-3);
    color: var(--wpex-text-1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 1
}

:where(.wpex-overflow-hidden>a.wpex-inset-0) {
    outline-offset: -4px
}

@media (pointer: coarse) {

    :is(a,
        button,
        input,
        textarea):where(:focus,
        :focus-visible) {
        outline: 0
    }
}

html {
    overflow-x: hidden;
    overflow-y: scroll
}

.html-noscroll {
    overflow: hidden;
    height: 100%;
    padding-right: var(--html-noscroll-padding)
}

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);
    overflow-x: hidden
}

@supports (overflow: clip) {

    html,
    body {
        overflow-x: clip
    }

    .html-noscroll {
        overflow: clip
    }
}

.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-line: var(--wpex-link-decoration-line);
    text-decoration-color: var(--wpex-link-decoration-color);
    text-decoration-style: var(--wpex-link-decoration-style);
    text-decoration-thickness: var(--wpex-link-decoration-thickness);
    text-underline-offset: var(--wpex-link-underline-offset)
}

a:hover {
    color: var(--wpex-hover-link-color, var(--wpex-link-color, var(--wpex-accent)));
    text-decoration-line: var(--wpex-hover-link-decoration-line, var(--wpex-link-decoration-line));
    text-decoration-color: var(--wpex-hover-link-decoration-color, var(--wpex-link-decoration-color));
    text-decoration-style: var(--wpex-hover-link-decoration-style, var(--wpex-link-decoration-style));
    text-decoration-thickness: var(--wpex-hover-link-decoration-thickness, var(--wpex-link-decoration-thickness));
    text-underline-offset: var(--wpex-hover-link-underline-offset, var(--wpex-link-underline-offset))
}

h1,
h2,
h3,
h4,
h5,
h6,
.wpex-h1,
.wpex-h2,
.wpex-h3,
.wpex-h4,
.wpex-h5,
.wpex-h6 {
    margin: 30px 0 var(--wpex-el-margin-bottom)
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.wpex-h1 a,
.wpex-h2 a,
.wpex-h3 a,
.wpex-h4 a,
.wpex-h5 a,
.wpex-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,
.wpex-h1 a:hover,
.wpex-h2 a:hover,
.wpex-h3 a:hover,
.wpex-h4 a:hover,
.wpex-h5 a:hover,
.wpex-h6 a:hover {
    text-decoration: none;
    color: var(--wpex-hover-heading-link-color, var(--wpex-accent))
}

h1,
h2,
h3,
h4,
h5,
h6,
.wpex-h1,
.wpex-h2,
.wpex-h3,
.wpex-h4,
.wpex-h5,
.wpex-h6,
.theme-heading,
.wpex-heading,
.wpex-font-heading,
.page-header-title,
.entry-title {
    color: var(--wpex-heading-color);
    font-style: var(--wpex-heading-font-style);
    font-weight: var(--wpex-heading-font-weight);
    font-family: var(--wpex-heading-font-family);
    line-height: var(--wpex-heading-line-height);
    letter-spacing: var(--wpex-heading-letter-spacing);
    text-transform: var(--wpex-heading-text-transform)
}

h1,
.wpex-h1 {
    font-size: var(--wpex-text-3xl)
}

h2,
.wpex-h2 {
    font-size: var(--wpex-text-2xl)
}

h3,
.wpex-h3 {
    font-size: var(--wpex-text-xl)
}

h4,
.wpex-h4 {
    font-size: var(--wpex-text-lg)
}

h5,
.wpex-h5 {
    font-size: var(--wpex-text-md)
}

h6,
.wpex-h6 {
    font-size: 1em
}

.wpex-m-0:is(.wpex-h1,
    .wpex-h2,
    .wpex-h3,
    .wpex-h4,
    .wpex-h5,
    .wpex-h6) {
    margin: 0
}

.wpex-widget-heading {
    color: var(--wpex-heading-color)
}

.typography-light {
    color: rgba(255, 255, 255, 0.8)
}

.typography-white,
.typography-white-shadow {
    color: var(--wpex-white)
}

.typography-black {
    color: var(--wpex-black)
}

.typography-white-shadow {
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.6)
}

:is(.typography-light,
    .typography-white,
    .typography-white-shadow,
    .typography-black) :is(p,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .vcex-heading,
    .wpex-text-1,
    .wpex-text-2,
    .wpex-text-3,
    .wpex-text-4) {
    color: currentColor
}

:is(.typography-light,
    .typography-white,
    .typography-white-shadow,
    .typography-black) {
    --wpex-heading-color: currentColor;
    --wpex-link-decoration-line: underline;
    --wpex-link-decoration-color: currentColor
}

.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
}

.wpex-color-black,
.wpex-color-black a,
.wpex-color-black a:hover {
    color: var(--wpex-black)
}

.wpex-color-white,
.wpex-color-white a,
.wpex-color-white a:hover {
    color: var(--wpex-white)
}

.white-text {
    color: var(--wpex-white)
}

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: .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 {
    white-space: pre-wrap;
    word-wrap: break-word
}

pre:where(:not(.wp-block-verse)) {
    border-left: 4px 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);
    padding: 20px
}

p>code {
    font-family: var(--wpex-font-mono);
    display: inline;
    background: none;
    padding: 0.125em 0.4em;
    background: var(--wpex-surface-2);
    border: 1px solid var(--wpex-surface-3);
    outline: 0;
    margin: 0;
    line-height: inherit;
    text-align: inherit;
    font-size: 90%;
    max-width: none
}

hr {
    height: 1px;
    clear: both;
    border: 0;
    margin: 2.308em auto;
    background: var(--wpex-border-main)
}

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;
    text-align: -webkit-match-parent;
    padding: var(--wpex-table-cell-padding, .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 thead {
    border: 0
}

.wp-block-table.is-style-stripes thead {
    background: none
}

.wp-block-table table:not(.has-text-color) td,
.wp-block-table table:not(.has-text-color) th {
    border-color: var(--wpex-table-cell-border-color)
}

.wp-block-table td,
.wp-block-table th {
    padding: var(--wpex-table-cell-padding, .769em 1em)
}

.wp-block-table .wp-element-caption {
    margin-top: 1em;
    text-align: center
}

ul,
ol {
    margin-left: var(--wpex-list-margin-side, 32px);
    margin-bottom: var(--wpex-list-margin-bottom, var(--wpex-el-margin-bottom));
    list-style-position: var(--wpex-list-style-position, "outside")
}

li ul,
li ol {
    --wpex-list-margin-bottom: 0;
    --wpex-list-margin-side: var(--wpex-child-list-margin-side, 32px)
}

.wpex-modal {
    max-width: clamp(0px, 95%, var(--wpex-modal-width, 900px));
    background: var(--wpex-surface-1);
    color: var(--wpex-text-2)
}

.wpex-modal::backdrop {
    background: #000;
    opacity: .5
}

.wpex-modal:not([class*="wpex-border-"]) {
    border: 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"],
input[type="tel"],
input[type="number"],
textarea,
.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form 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"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-post-comments-form input:not([type=submit]):focus,
.wp-block-post-comments-form 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"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-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"],
    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 .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"
}

:where(.wpex-form-black-o,
    .wpex-form-white-o,
    .light-form) :is(.ajax-loader,
    .wpcf7-spinner) {
    opacity: 1
}

:is(.light-form,
    .wpex-form-black-o,
    .wpex-form-white-o,
    .wpex-form-white,
    .wpex-form-black) label {
    color: currentColor
}

.full-width-input :is(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"],
    input[type="tel"],
    input[type="number"],
    input[type="submit"],
    textarea,
    select,
    .wpex-select-wrap,
    .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:where([type="submit"],
    [type="reset"]),
.button,
.added_to_cart {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    text-align: center;
    max-width: 100%;
    padding: var(--wpex-btn-padding);
    transition: 0.15s all ease;
    background-color: 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);
    color: var(--wpex-btn-color, var(--wpex-on-accent));
    font-size: var(--wpex-btn-font-size);
    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)
}

.theme-button p,
.vcex-button p {
    margin: 0
}

.theme-button:hover,
.color-button:hover,
input[type="submit"]:hover,
button:where([type="submit"]:hover,
    [type="reset"]: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:where([type="submit"]:active,
    [type="reset"]: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)))
}

button {
    cursor: pointer
}

.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)
}

.theme-button.outline-transparent {
    border: var(--wpex-outline-btn-border-width, 3px) solid transparent
}

.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)
}

.theme-txt-link {
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

.active>.theme-txt-link,
.theme-txt-link.active {
    text-decoration-line: 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
}

:is(.theme-button,
    .color-button,
    .theme-txt-link).small {
    font-size: var(--wpex-text-sm)
}

:is(.theme-button,
    .color-button,
    .theme-txt-link).medium {
    font-size: var(--wpex-text-md)
}

:is(.theme-button,
    .color-button,
    .theme-txt-link).large {
    font-size: var(--wpex-text-xl)
}

:is(.theme-button,
    .color-button,
    .theme-txt-link).align-left {
    float: left
}

:is(.theme-button,
    .color-button,
    .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: .25s
}

.wpex-accent-bg,
.background-highlight,
.has-accent-background-color {
    color: var(--wpex-on-accent);
    background: var(--wpex-accent)
}

.wpex-accent-color,
a.wpex-accent-color {
    color: var(--wpex-accent)
}

.has-accent-color {
    color: var(--wpex-accent)
}

.has-on-accent-color {
    color: var(--wpex-on-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
}

.alignfull {
    --scrollbar-width-half: calc(var(--scrollbar-width, 0px) / 2);
    margin-left: calc(-1 * (calc(100vw - var(--scrollbar-width-half, 0px)) / 2) + 50%);
    margin-right: calc(-1 * (calc(100vw - var(--scrollbar-width-half, 0px)) / 2) + 50%);
    max-width: none;
    width: calc(100vw - var(--scrollbar-width, 0px))
}

.alignfull>.aligncenter,
.alignfull>.wp-block-group__inner-container,
.alignfull>.wp-block-cover__inner-container {
    width: var(--wpex-container-width);
    max-width: var(--wpex-container-max-width)
}

.alignfull>.wp-block-group__inner-container,
.alignfull:not(.has-custom-content-position)>.wp-block-cover__inner-container {
    margin-left: auto;
    margin-right: auto
}

.site-boxed .alignfull {
    width: auto;
    max-width: none;
    margin-left: calc(-1 * var(--wpex-boxed-layout-gutter));
    margin-right: calc(-1 * var(--wpex-boxed-layout-gutter));
    padding-left: var(--wpex-boxed-layout-gutter);
    padding-right: var(--wpex-boxed-layout-gutter)
}

@media (min-width: 960px) {
    .alignwide {
        width: calc(100% + 120px);
        max-width: 100vw;
        margin-left: -60px;
        margin-right: -60px
    }
}

[class*="wp-block-"]:not(.wp-block-post-content)>.alignfull,
[class*="wp-block-"]:not(.wp-block-post-content)>.alignwide,
.has-sidebar #content-wrap :where(.alignfull,
    .alignwide) {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto
}

:where(.alignwide,
    .alignfull) figcaption {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em
}

.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)
}

:is(.entry,
    .vcex-post-content-c,
    .wpb_wrapper,
    #site-header-inner,
    .footer-builder-content)>:where([class*="wp-block-"]):not(.wp-block-separator):not(.wp-block-heading) {
    margin-bottom: var(--wpex-block-margin-bottom, var(--wpex-el-margin-bottom))
}

:is(#site-header-inner,
    .footer-builder-content)>:last-child,
.wp-block-post,
.wpex-mb-0 {
    --wpex-block-margin-bottom: 0px
}

a:is(.wp-element-button,
    .wp-block-button__link) {
    text-decoration: none
}

.widget_block.widget-title-wrap {
    margin: 0;
    padding: 0
}

.is-style-full-height.wp-block-post-template>.wp-block-post {
    display: flex;
    flex-direction: column
}

.is-style-full-height.wp-block-post-template>.wp-block-post>.wp-block-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-latest-comments__comment br {
    display: none
}

.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
}

.nav-no-click>span>.wpex-open-submenu {
    width: 100%
}

.wpex-card {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.wpex-post-cards-loop:is(ul,
    ol) .wpex-card {
    display: inline-flex
}

.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: var(--wpex-card-media-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 :is(.wpex-card-video,
    .wpex-responsive-media) {
    height: 100%
}

.wpex-card-media.wpex-self-stretch :is(.wpex-card-video,
    .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;
    justify-content: inherit
}

[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
}

.wpex-card-hover-reveal {
    opacity: 0;
    transition: all 500ms ease
}

.wpex-card>:is(a:hover,
    a:focus) .wpex-card-hover-reveal,
.wpex-card-touch-support.wpex-touched .wpex-card-hover-reveal {
    opacity: 1;
    transform: none
}

.wpex-card-hover-reveal--up {
    transform: translateY(100%)
}

.wpex-card-hover-reveal--down {
    transform: translateY(-100%)
}

.wpex-card-hover-reveal--left {
    transform: translateX(100%)
}

.wpex-card-hover-reveal--right {
    transform: translateX(-100%)
}

.wpex-card-hover-reveal--zoom {
    transform: scale(0.5)
}

.wpex-vc-full-width-row .wpex-card-container {
    width: var(--wpex-container-width);
    max-width: var(--wpex-container-max-width)
}

.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: .4s
}

body:not(.compose-mode):not(.wpex-window-loaded) :is(.wpex-show-on-load,
    .fade-in-image) {
    opacity: 0
}

:is(iframe,
    embed,
    video) {
    max-width: 100%
}

.wpex-responsive-media {
    display: block
}

.wpex-responsive-media :is(iframe,
    object,
    embed) {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block
}

.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%
}

.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: .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:where(:not([class*="wpex-duration-"])),
.wpex-image-hover img:where(:not([class*="wpex-duration-"])) {
    transition: all var(--wpex-image-hover-speed, 500ms) var(--wpex-image-hover-timing-func, ease)
}

.wpex-image-hover:is(.grow,
    .side-pan,
    .vertical-pan):where(.overlay-parent,
    .entry-media,
    .wpex-card-thumbnail,
    .related-post-thumb) {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.wpex-image-hover:where(.blurr,
    .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,
.wpex-image-hover-parent:hover .opacity img {
    opacity: var(--wpex-image-hover-opacity, 0.8)
}

img.wpex-image-hover.opacity-invert:hover,
.wpex-image-hover.opacity-invert:hover img,
.wpex-image-hover-parent:hover .opacity-invert img {
    opacity: 1
}

.wpex-image-hover.grow.overlay-parent:hover img,
img.wpex-image-hover.grow:hover,
.wpex-image-hover.grow img:hover,
.wpex-image-hover-parent:hover .grow img {
    transform: scale(var(--wpex-image-hover-grow-sx, 1.1));
    backface-visibility: hidden
}

.wpex-image-hover.grow:where(:not(.overlay-parent,
        .entry-media,
        .wpex-card-thumbnail,
        .related-post-thumb)) 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,
.wpex-image-hover-parent:hover .shrink img {
    transform: scale(var(--wpex-image-hover-shrink-sx, 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,
.wpex-image-hover-parent:hover .side-pan img {
    margin-left: var(--wpex-image-hover-side-pan-offset, -5%);
    transform: scale(var(--wpex-image-hover-side-pan-sx, 1.1));
    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,
.wpex-image-hover-parent:hover .vertical-pan img {
    margin-top: var(--wpex-image-hover-vertical-pan-offset, -10%);
    transform: scale(var(--wpex-image-hover-vertical-pan-sx, 1.1));
    backface-visibility: hidden
}

.wpex-image-hover.tilt.overlay-parent:hover img,
img.wpex-image-hover.tilt:hover,
.wpex-image-hover.tilt img:hover,
.wpex-image-hover-parent:hover .tilt img {
    transform: rotate(var(--wpex-image-hover-tilt-a, -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,
.wpex-image-hover-parent:hover .blurr img {
    filter: blur(var(--wpex-image-hover-blurr-radius, 3px))
}

.wpex-image-hover.blurr-invert.overlay-parent:hover img,
img.wpex-image-hover.blurr-invert:hover,
.wpex-image-hover.blurr-invert img:hover,
.wpex-image-hover-parent:hover .blurr-invert img {
    filter: blur(0px)
}

.wpex-image-hover.sepia.overlay-parent:hover img,
.wpex-image-hover.sepia img:hover,
img.wpex-image-hover.sepia:hover,
.wpex-image-hover-parent:hover .sepia img {
    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,
.wpex-image-hover-parent:hover .grayscale img {
    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,
.wpex-image-hover-parent:hover .grayscale-invert img {
    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,
.wpex-image-hover-parent:hover .fade-out img {
    opacity: var(--wpex-image-hover-fade-opacity, 0.7)
}

.wpex-image-hover.fade-in:hover img,
.wpex-image-hover-parent:hover .fade-in img {
    opacity: 1
}

img.wpex-image-hover,
span.wpex-image-hover:not(.wpex-flex):not(.wpex-flex-inline):not(.wpex-block) {
    display: inline-block
}

.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 .15s ease
}

.wpex-hamburger-icon--animate>span::before,
.wpex-hamburger-icon--animate>span::after {
    transition: top .15s .2s ease, transform .15s .05s ease
}

.wpex-hamburger-icon--animate.wpex-hamburger-icon--active>span::before,
.wpex-hamburger-icon--animate.wpex-hamburger-icon--active>span::after {
    transition: top .15s .05s ease, transform .15s .2s ease
}

.wpex-shape-divider {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.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-behance {
    --wpex-brand-color: #1769ff
}

.wpex-twitter {
    --wpex-brand-color: #0F141A
}

.wpex-facebook {
    --wpex-brand-color: #1877F2
}

.wpex-pinterest {
    --wpex-brand-color: #BD081C
}

.wpex-linkedin {
    --wpex-brand-color: #0A66C2
}

.wpex-tripadvisor {
    --wpex-brand-color: #34E0A1
}

.wpex-etsy {
    --wpex-brand-color: #F16521
}

.wpex-discord {
    --wpex-brand-color: #5865F2
}

.wpex-dribbble {
    --wpex-brand-color: #EA4C89
}

.wpex-skype {
    --wpex-brand-color: #00AFF0
}

.wpex-envelope {
    --wpex-brand-color: #666
}

.wpex-mail {
    --wpex-brand-color: #666
}

.wpex-instagram {
    --wpex-brand-color: #bc2a8d
}

.wpex-flickr {
    --wpex-brand-color: #ff0084
}

.wpex-vk {
    --wpex-brand-color: #4680C2
}

.wpex-threads {
    --wpex-brand-color: #000
}

.wpex-bluesky {
    --wpex-brand-color: #0285FF
}

.wpex-patreon {
    --wpex-brand-color: #000
}

.wpex-onlyfans {
    --wpex-brand-color: #00AEEF
}

.wpex-trello {
    --wpex-brand-color: #0052CC
}

.wpex-tumblr {
    --wpex-brand-color: #36465D
}

.wpex-foursquare {
    --wpex-brand-color: #F94877
}

.wpex-xing {
    --wpex-brand-color: #006567
}

.wpex-renren {
    --wpex-brand-color: #045AA0
}

.wpex-vimeo {
    --wpex-brand-color: #1AB7EA
}

.wpex-youtube {
    --wpex-brand-color: red
}

.wpex-rss {
    --wpex-brand-color: #FF7900
}

.wpex-yelp {
    --wpex-brand-color: #D32323
}

.wpex-houzz {
    --wpex-brand-color: #4DBC15
}

.wpex-whatsapp {
    --wpex-brand-color: #25D366
}

.wpex-telegram {
    --wpex-brand-color: #28AAEC
}

.wpex-spotify {
    --wpex-brand-color: #1ED760
}

.wpex-twitch {
    --wpex-brand-color: #9146FF
}

.wpex-quora {
    --wpex-brand-color: #B92B27
}

.wpex-github {
    --wpex-brand-color: #181717
}

.wpex-tiktok {
    --wpex-brand-color: #000
}

.wpex-reddit {
    --wpex-brand-color: #f40
}

.wpex-wechat {
    --wpex-brand-color: #2FBA01
}

.wpex-weibo {
    --wpex-brand-color: #DE162C
}

.wpex-snapchat {
    --wpex-brand-color: #fffc00
}

.wpex-x-twitter {
    --wpex-brand-color: #0F141A
}

.wpex-apple-podcasts {
    --wpex-brand-color: #93c
}

.wpex-google-podcasts {
    --wpex-brand-color: #4285F4
}

.wpex-sms {
    --wpex-brand-color: #14A8EB
}

.wpex-email {
    --wpex-brand-color: var(--wpex-social-email-color, var(--wpex-gray-600))
}

.wpex-website {
    --wpex-brand-color: var(--wpex-social-website-color, #333)
}

.wpex-print {
    --wpex-brand-color: #748C90
}

.wpex-phone-number {
    --wpex-brand-color: var(--wpex-social-phone-color, #3395FF)
}

.wpex-phone {
    --wpex-brand-color: var(--wpex-social-phone-color, #3395FF)
}

.wpex-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    color: inherit;
    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;
    padding: 0;
    vertical-align: top;
    letter-spacing: normal
}

.wpex-social-btn:hover {
    text-decoration: none
}

.wpex-social-btn svg {
    fill: currentColor
}

.wpex-social-btn:where(button) {
    border: 0
}

.wpex-social-btn-minimal {
    color: var(--wpex-gray-400);
    border: 1px solid var(--wpex-surface-3)
}

.wpex-social-btn-minimal:hover {
    color: var(--wpex-brand-color, var(--wpex-accent));
    background: var(--wpex-surface-2)
}

.wpex-social-btn-flat {
    color: var(--wpex-gray-500);
    background: var(--wpex-surface-2)
}

.wpex-social-btn-3d {
    color: var(--wpex-white);
    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-brand-color, var(--wpex-gray-600))
}

.wpex-social-btn-3d:active {
    border: 0
}

.wpex-social-btn-black,
.wpex-social-btn-black-ch {
    color: var(--wpex-white);
    background: var(--wpex-black)
}

.wpex-social-btn-black:hover {
    color: var(--wpex-white)
}

.wpex-social-btn-graphical {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4)
}

.wpex-social-btn-bordered {
    border: 2px solid currentColor
}

.wpex-social-color,
.wpex-social-color:hover,
.wpex-social-color-hover:hover {
    color: var(--wpex-brand-color)
}

.wpex-social-bg,
.wpex-social-bg:hover,
.wpex-social-bg-hover:hover,
.wpex-social-btn-graphical,
.wpex-social-btn-bordered:hover {
    background: var(--wpex-brand-color, var(--wpex-accent))
}

.wpex-social-bg:hover {
    opacity: .8
}

.wpex-social-bg,
.wpex-social-bg:hover,
.wpex-social-btn-3d:hover,
.wpex-social-bg-hover:hover,
.wpex-social-btn-bordered:hover,
.wpex-social-btn-graphical:hover {
    color: var(--wpex-on-brand-color, var(--wpex-white))
}

.wpex-social-border,
.wpex-social-border-hover:hover {
    border-color: var(--wpex-brand-color)
}

.wpex-snapchat {
    --wpex-on-brand-color: #000
}

.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-parallax-bg-wrap .vc_column-inner {
    background-image: none !important
}

.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: .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: .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;
    transition: opacity .3s;
    padding: 0;
    border: 0;
    margin: 0;
    color: currentColor;
    background: none;
    border-radius: 0
}

.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-slider-preloaderimg img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wpex-slider-preloaderimg:not(.no-stretch) img {
    width: 100%
}

.wpex-slider-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wpex-slider:not(.wpex-slider-loaded) :is(.wpex-slider-slide,
    .wpex-slider-thumbnails) {
    display: none
}

.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);
    letter-spacing: normal
}

.wpex-carousel .owl-nav__btn:focus:not(:focus-visible) {
    outline: 0
}

.wpex-carousel .owl-nav__btn.disabled {
    pointer-events: none
}

.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__icon :is(.ticon,
    .wpex-svg-icon) {
    margin: 0 !important
}

.theme-heading {
    margin: 0 0 var(--wpex-el-margin-bottom);
    font-size: var(--wpex-text-lg)
}

.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-line: underline;
    text-decoration-color: currentColor
}

.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-decoration-line: none;
    --wpex-hover-link-decoration-line: 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;
    transition: 0.15s all ease
}

.wpex-social-share__link:not(.wpex-social-bg) {
    color: inherit
}

.wpex-social-share__link:hover {
    text-decoration: none
}

.wpex-social-share__label {
    margin-left: .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: .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 .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: .385em .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-brand-color, var(--wpex-text-3));
    box-sizing: content-box;
    transition: .2s;
    border-radius: var(--wpex-rounded-full)
}

.wpex-social-share.style-rounded .wpex-social-share__link:hover {
    background: var(--wpex-brand-color);
    color: var(--wpex-on-brand-color, var(--wpex-white))
}

.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: .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,
.wp-block-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-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 #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
}

.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)
}

.comment-metadata,
.wp-block-comment-date,
.wp-block-comment-edit-link {
    font-size: var(--wpex-text-sm);
    color: var(--wpex-text-3)
}

.comment-meta .fn,
.wp-block-comment-author-name {
    display: block;
    font-weight: var(--wpex-bold);
    color: var(--wpex-text-1)
}

:is(.comment-meta,
    .wp-block-comment-date,
    .wp-block-comment-author-name) a {
    text-decoration: none;
    color: currentColor
}

.comment-meta {
    margin-bottom: .769em
}

.wp-block-comment-content {
    margin-top: .769em
}

.comment-meta .says {
    display: none
}

.edit-link .comment-edit-link {
    display: inline-block;
    margin-left: 6px;
    text-decoration: underline
}

.comment-body,
.comment>.wp-block-columns {
    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
}

.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))
}

.comment>.wp-block-columns {
    gap: var(--wpex-comment-avatar-margin, 20px)
}

:where(.comment-body,
    .comment>.wp-block-columns) p:last-child {
    margin-bottom: 0
}

#comments .comment-body .reply,
.wp-block-comment-reply-link {
    --wp--preset--font-size--small: var(--wpex-text-sm);
    margin-top: 15px;
    font-size: var(--wpex-text-sm);
    text-align: right
}

#comments .comment-body .reply .comment-reply-link,
.wp-block-comment-reply-link .comment-reply-link {
    color: var(--wpex-text-3);
    text-decoration: none
}

#comments .comment-body .reply .comment-reply-link:hover,
.wp-block-comment-reply-link .comment-reply-link:hover {
    color: var(--wpex-link-color, var(--wpex-accent))
}

.comment-navigation a.page-numbers,
.comment-navigation span.page-numbers {
    display: block;
    float: left;
    margin: 0 4px 4px 0
}

.comment-navigation .nav-links {
    display: flex;
    margin-bottom: 30px
}

.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
    width: 50%
}

.comment-navigation .nav-links .nav-next {
    margin-left: auto;
    text-align: right
}

.comment-navigation .nav-links a {
    color: currentColor;
    opacity: 0.6
}

.comment-navigation .nav-links a:hover {
    opacity: 1
}

.wp-block-comment-template {
    margin: 0
}

@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-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,
.wp-block-query-pagination-numbers {
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: none;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor;
    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>*,
.wp-block-query-pagination-numbers>.page-numbers {
    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),
.wp-block-query-pagination-numbers>.page-numbers: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>*,
body:not(.has-pagination-gutter) .wp-block-query-pagination-numbers>:first-child,
body:not(.has-pagination-gutter) .wp-block-query-pagination-numbers>: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>*,
body:not(.has-pagination-gutter) .wp-block-query-pagination-numbers>:last-child,
body:not(.has-pagination-gutter) .wp-block-query-pagination-numbers>: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>*>*,
.has-pagination-gutter .wp-block-query-pagination-numbers>.page-numbers {
    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,
.wp-block-query-pagination-numbers>.page-numbers {
    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,
.wp-block-query-pagination-numbers>.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, .615em .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
}

.infinite-scroll-nav {
    display: none
}

.infinite-scroll-wrap {
    position: relative;
    padding-bottom: 20px
}

.wpex-load-more {
    font-weight: var(--wpex-bold);
    font-size: .846em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.wpex-load-more.theme-button {
    line-height: 40px
}

.site-breadcrumbs {
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: underline
}

.site-breadcrumbs a {
    color: var(--wpex-text-3);
    text-decoration-color: currentColor
}

.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-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-decoration-line: none;
    --wpex-hover-link-decoration-line: underline;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

#top-bar-content span.wpex-inline {
    display: inline-block
}

#top-bar-content span.wpex-inline :is(.ticon,
    .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 {
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: none
}

.top-bar-menu .menu-item {
    display: inline-block;
    margin-right: 20px
}

.top-bar-menu .menu-item .ticon,
.top-bar-menu .menu-item .wpex-svg-icon {
    margin-right: 6px
}

.top-bar-menu:not(.wpex-dropdown-menu) .sub-menu {
    display: none
}

.top-bar-menu.wpex-dropdown-menu>.menu-item {
    float: none
}

.top-bar-menu .sub-menu .menu-item {
    display: block;
    margin: 0
}

.top-bar-menu .sub-menu .sub-menu {
    left: 100%
}

.top-bar-menu .sub-menu a {
    display: block
}

#top-bar-social a {
    font-size: 14px
}

#top-bar-social a.wpex-social-btn {
    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 #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
}

.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:where(:not(.wpex-flex)) {
    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, .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: .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 var(--wpex-main-nav-link-underline-transition-duration, 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))
}

.header-drop-widget--animate {
    transition: all var(--wpex-dropmenu-transition-duration, 0.3s)
}

.header-drop-widget--animate:not(.show) {
    margin-top: var(--wpex-dropmenu-animate-offset, 10px)
}

.main-navigation-ul>.menu-item.menu-button>a>.link-inner,
.main-navigation .menu-button>a>.link-inner {
    color: var(--wpex-btn-color, var(--wpex-on-accent));
    font-size: var(--wpex-btn-font-size);
    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);
    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 {
    --wpex-btn-font-size: 1em
}

.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 {
    pointer-events: none
}

.menu-item.flip-dropdown .sub-menu {
    left: initial;
    right: 0
}

.wpex-dropdowns-caret .menu-item.flip-dropdown .sub-menu::before {
    left: initial;
    right: 12px
}

.wpex-dropdowns-caret .menu-item.flip-dropdown .sub-menu::after {
    left: initial;
    right: 13px
}

@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 .3s ease-in-out, opacity .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, .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: .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"] {
    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: .5em;
    --wpex-main-nav-link-inner-padding-x: .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: .5em;
    --wpex-main-nav-link-inner-padding-x: .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: .5em;
    --wpex-main-nav-link-inner-padding-x: .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-color: currentColor;
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: none;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor;
    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 .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-main:where(.has-background) {
    --wpex-border-main: rgba(255, 255, 255, 0.035)
}

.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.sidr-class-menu-item-has-children>span>a {
    padding-right: 60px
}

.sidr-class-dropdown-menu ul {
    border-top: 1px solid var(--wpex-border-main)
}

.sidr-class-dropdown-menu ul li:last-child {
    border: 0
}

.sidr-class-dropdown-menu .wpex-open-submenu__icon {
    margin-right: 20px
}

.sidr-class-dropdown-menu .active>a:not(:hover) {
    color: var(--wpex-active-link-color, var(--wpex-link-color))
}

.sidr-mobile-nav-menu__link {
    padding: 0.9em 20px
}

.sidr-class-mobile-menu-searchform {
    position: relative;
    border-bottom: 1px solid var(--wpex-border-main)
}

.sidr-class-mobile-menu-searchform input[type="search"] {
    width: 100%;
    background: none;
    border: 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;
    border: 0
}

.sidr-class-mobile-menu-searchform button:hover,
.sidr-class-mobile-menu-searchform buttonfocus {
    background: none;
    color: inherit
}

.mobile-toggle-nav {
    --wpex-link-color: var(--wpex-text-2);
    --wpex-hover-link-color: var(--wpex-text-1)
}

.mobile-toggle-nav.wpex-togglep-absolute {
    max-height: 500px
}

.wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav {
    max-height: calc(100vh - var(--wpex-mobile-menu-toggle-height, 50px))
}

.mobile-toggle-nav-ul .menu-item-has-children>a {
    padding-right: 45px
}

.mobile-toggle-nav-search input[type="search"] {
    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;
    letter-spacing: 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--under-header {
    top: var(--wpex-offset, 0px);
    height: calc(100vh - var(--wpex-offset))
}

.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 #mobile-menu-search {
    width: 300px;
    font-size: 0.85em
}

.full-screen-overlay-nav #mobile-menu-search input[type="search"] {
    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: 70px 30px
}

.full-screen-overlay-nav-menu ul {
    font-size: 0.9em
}

.full-screen-overlay-nav-menu .link-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    transition: all .4s linear
}

.full-screen-overlay-nav-menu li.wpex-active>a>.link-inner::after {
    width: 100%;
    background: currentColor
}

.wpex-mobile-menu .wpex-open-submenu {
    width: 45px;
    font-size: 1.35em
}

.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"] {
    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
}

.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-decoration-line: none;
    --wpex-hover-link-decoration-line: underline
}

.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;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: var(--wpex-text-md)
}

.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))
}

.widget {
    --wpex-list-margin-side: 0px;
    --wpex-list-margin-bottom: 0px
}

.widget ul {
    list-style: none
}

.widget ul li a {
    overflow-wrap: break-word;
    word-wrap: break-word
}

:is(.widget_rss,
    .widget_archive,
    .widget_pages,
    .widget_categories,
    .widget_recent_entries,
    .widget_meta,
    .widget_layered_nav_filters,
    .widget_product_categories,
    .widget_rating_filter,
    .widget_wpex_recent_posts_icons) a {
    color: var(--wpex-widget-link-color, currentColor)
}

:is(.widget_rss,
    .widget_archive,
    .widget_pages,
    .widget_categories,
    .widget_recent_entries,
    .widget_meta,
    .widget_layered_nav_filters,
    .widget_product_categories,
    .widget_rating_filter,
    .widget_wpex_recent_posts_icons) a:hover {
    color: var(--wpex-hover-widget-link-color, currentColor)
}

.widget-block h2,
.widget-block h3,
.widget-block h4,
.widget-block h5,
.widget-block h6 {
    margin-top: 0
}

.sidebar-widget-icons :where(.widget_archive,
    .widget_recent_entries,
    .widget_layered_nav,
    .widget_product_categories,
    .widget_categories) a:before,
.sidebar-widget-icons .widget_recent_comments li:before {
    margin-right: var(--wpex-sidebar-widget-icon-margin, 10px);
    font-family: "ticons";
    display: inline-block;
    font-family: "ticons";
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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: .385em .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: .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: .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 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: .538em .769em;
    transition: .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: .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
}

#sidebar .widget_nav_menu ul ul ul ul li a,
.widget_nav_menu_accordion .widget_nav_menu ul ul ul ul li a {
    padding-left: 40px
}

.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 a {
    padding: .538em .769em
}

.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
}

.wp-block-search__label {
    display: none
}

.wp-block-search__input {
    border-color: var(--wpex-input-border-color)
}

.wp-block-categories-list .children {
    --wpex-list-margin-side: 1em
}

.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 :where(.ticon,
    .wpex-svg-icon) {
    margin-right: 2px
}

.searchform input {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: .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: .85em;
    opacity: .5;
    transition: none;
    letter-spacing: 0
}

.searchform:focus-within .searchform-submit {
    color: var(--wpex-focus-input-color);
    opacity: 1
}

#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"] {
    color: inherit
}

#wpex-searchform-overlay input[type="search"] {
    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"] {
    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"] {
    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
}

#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
}

.search-entry-thumb {
    width: 100px
}

.site-footer {
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: none;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

.site-footer .wpex-bordered-list a {
    text-decoration-line: none
}

#footer-widgets.wpex-row .footer-box.col {
    margin-bottom: 0
}

#footer-bottom {
    --wpex-link-decoration-line: none;
    --wpex-hover-link-decoration-line: none;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

#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
}

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 {
    body {
        --wpex-container-width: 100%;
        --wpex-content-area-width: 100%;
        --wpex-container-max-width: none
    }

    body .wpex-print-hidden {
        display: none
    }

    .wpb_accordion_content,
    .wpb_toggle_content {
        display: block !important
    }
}

.wpex-slider {
    position: relative
}

.wpex-slider .sp-mask {
    max-width: 100%
}

.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: .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
}

.wpex-slider.sp-horizontal .sp-next-arrow {
    right: 0
}

.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 :is(.sp-black,
    .sp-white) a {
    color: currentColor;
    text-decoration-line: underline;
    text-decoration-color: currentColor
}

.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-media img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wpex-slider:not(.no-stretch) .wpex-slider-media img {
    width: 100%
}

.wpex-slider-media-link {
    display: block
}

.wpex-slider-caption {
    max-width: 100%;
    padding: 15px;
    text-align: center;
    --wpex-el-margin-bottom: 5px
}

.wpex-slider .sp-thumbnail-container {
    cursor: pointer
}

.wpex-slider .sp-thumbnails-container.sp-bottom-thumbnails {
    width: 100% !important
}

.wpex-slider .sp-thumbnails img,
.wpex-slider .sp-nc-thumbnails img {
    opacity: .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.no-margin-thumbnails .sp-bottom-thumbnails {
    margin-top: 0
}

.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)
    }
}

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
}

.wpex-theme .easy-notification-bar {
    z-index: 100
}

@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-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 :is(.vc_vc_column,
        .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 :is(h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .wpex-h1,
    .wpex-h2,
    .wpex-h3,
    .wpex-h4,
    .wpex-h5,
    .wpex-h6,
    .theme-heading,
    .page-header-title,
    .wpex-heading,
    .entry-title,
    .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
}

.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
}

.wpex-unstyled-button:focus:not(:focus-visible) {
    outline: none
}

.wpex-heading {
    display: block;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.wpex-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__bg {
    content: '';
    display: block;
    position: absolute;
    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: .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: var(--wpex-bold);
    text-decoration-line: underline;
    text-decoration-color: currentColor
}

.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: .3em .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-aspect-1-1 {
    aspect-ratio: 1/1
}

.wpex-aspect-2-3 {
    aspect-ratio: 2/3
}

.wpex-aspect-3-2 {
    aspect-ratio: 3/2
}

.wpex-aspect-3-4 {
    aspect-ratio: 3/4
}

.wpex-aspect-4-3 {
    aspect-ratio: 4/3
}

.wpex-aspect-16-9 {
    aspect-ratio: 16/9
}

.wpex-aspect-9-16 {
    aspect-ratio: 9/16
}

.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: .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
}

@media only screen and (max-width: 1080px) {
    .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
}

.wpex-flow-root {
    display: flow-root
}

.wpex-contents {
    display: contents
}

.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-basis-full {
    flex-basis: 100%
}

.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-1em {
    font-size: 1em
}

.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-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-font-bolder {
    font-weight: bolder
}

.wpex-font-lighter {
    font-weight: lighter
}

.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-h-3px {
    height: 3px
}

.wpex-h-4px {
    height: 4px
}

.wpex-h-5px {
    height: 5px
}

.wpex-isolate {
    isolation: isolate
}

.wpex-isolation-auto {
    isolation: auto
}

.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-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-m-5 {
    margin: 5px
}

.wpex-m-10 {
    margin: 10px
}

.wpex-m-15 {
    margin: 15px
}

.wpex-m-20 {
    margin: 20px
}

.wpex-m-25 {
    margin: 25px
}

.wpex-m-30 {
    margin: 30px
}

.wpex-m-40 {
    margin: 40px
}

.wpex-m-50 {
    margin: 50px
}

.wpex-m-60 {
    margin: 60px
}

.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-top: auto;
    margin-bottom: auto
}

.wpex-my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.wpex-mx-0 {
    margin-left: 0;
    margin-right: 0
}

.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-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-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-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-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-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-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-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-my-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.wpex-mx-60 {
    margin-left: 60px;
    margin-right: 60px
}

.-wpex-mx-60 {
    margin-left: -60px;
    margin-right: -60px
}

.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-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-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-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-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-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-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-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-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-ml-60 {
    margin-left: 60px
}

.-wpex-ml-60 {
    margin-left: -60px
}

.wpex-mr-60 {
    margin-right: 60px
}

.-wpex-mr-60 {
    margin-right: -60px
}

.wpex-mt-60 {
    margin-top: 60px
}

.-wpex-mt-60 {
    margin-top: -60px
}

.wpex-mb-60 {
    margin-bottom: 60px
}

.-wpex-mb-60 {
    margin-bottom: -60px
}

.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-mix-blend-lighten {
    mix-blend-mode: lighten
}

.wpex-mix-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.wpex-mix-blend-color-burn {
    mix-blend-mode: color-burn
}

.wpex-mix-blend-hard-light {
    mix-blend-mode: hard-light
}

.wpex-mix-blend-soft-light {
    mix-blend-mode: soft-light
}

.wpex-mix-blend-difference {
    mix-blend-mode: difference
}

.wpex-mix-blend-exclusion {
    mix-blend-mode: exclusion
}

.wpex-mix-blend-hue {
    mix-blend-mode: hue
}

.wpex-mix-blend-saturation {
    mix-blend-mode: saturation
}

.wpex-mix-blend-color {
    mix-blend-mode: color
}

.wpex-mix-blend-luminosity {
    mix-blend-mode: luminosity
}

.wpex-mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter
}

.wpex-mix-blend-multiply {
    mix-blend-mode: multiply
}

.wpex-mix-blend-screen {
    mix-blend-mode: screen
}

.wpex-mix-blend-darken {
    mix-blend-mode: darken
}

.wpex-mix-blend-overlay {
    mix-blend-mode: overlay
}

.wpex-bg-blend-lighten {
    background-blend-mode: lighten
}

.wpex-bg-blend-color-dodge {
    background-blend-mode: color-dodge
}

.wpex-bg-blend-color-burn {
    background-blend-mode: color-burn
}

.wpex-bg-blend-hard-light {
    background-blend-mode: hard-light
}

.wpex-bg-blend-soft-light {
    background-blend-mode: soft-light
}

.wpex-bg-blend-difference {
    background-blend-mode: difference
}

.wpex-bg-blend-exclusion {
    background-blend-mode: exclusion
}

.wpex-bg-blend-hue {
    background-blend-mode: hue
}

.wpex-bg-blend-saturation {
    background-blend-mode: saturation
}

.wpex-bg-blend-color {
    background-blend-mode: color
}

.wpex-bg-blend-luminosity {
    background-blend-mode: luminosity
}

.wpex-bg-blend-plus-lighter {
    background-blend-mode: plus-lighter
}

.wpex-bg-blend-multiply {
    background-blend-mode: multiply
}

.wpex-bg-blend-screen {
    background-blend-mode: screen
}

.wpex-bg-blend-darken {
    background-blend-mode: darken
}

.wpex-bg-blend-overlay {
    background-blend-mode: overlay
}

.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: .1
}

.wpex-opacity-20,
.wpex-hover-opacity-20:hover {
    opacity: .2
}

.wpex-opacity-30,
.wpex-hover-opacity-30:hover {
    opacity: .3
}

.wpex-opacity-40,
.wpex-hover-opacity-40:hover {
    opacity: .4
}

.wpex-opacity-50,
.wpex-hover-opacity-50:hover {
    opacity: .5
}

.wpex-opacity-60,
.wpex-hover-opacity-60:hover {
    opacity: .6
}

.wpex-opacity-70,
.wpex-hover-opacity-70:hover {
    opacity: .7
}

.wpex-opacity-80,
.wpex-hover-opacity-80:hover {
    opacity: .8
}

.wpex-opacity-90,
.wpex-hover-opacity-90:hover {
    opacity: .9
}

.wpex-opacity-100,
.wpex-hover-opacity-100:hover {
    opacity: 1
}

.wpex-focus-opacity-100:focus,
.wpex-active-opacity-100.active,
.active>.wpex-active-opacity-100,
.wpex-active>.wpex-active-opacity-100,
.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,
.wpex-overflow-clip {
    overflow: hidden
}

.wpex-overflow-visible {
    overflow: visible
}

.wpex-overflow-scroll {
    overflow: scroll
}

.wpex-overflow-x-auto {
    overflow-x: auto
}

.wpex-overflow-x-hidden,
.wpex-overflow-x-clip {
    overflow-x: hidden
}

.wpex-overflow-x-visible {
    overflow-x: visible
}

.wpex-overflow-x-scroll {
    overflow-x: scroll
}

.wpex-overflow-y-auto {
    overflow-y: auto
}

.wpex-overflow-y-hidden,
.wpex-overflow-y-clip {
    overflow-y: hidden
}

.wpex-overflow-y-visible {
    overflow-y: visible
}

.wpex-overflow-y-scroll {
    overflow-y: scroll
}

.wpex-hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.wpex-hide-scrollbar::-webkit-scrollbar,
.wpex-hide-scrollbar [class*="wpex-overflow-"]::-webkit-scrollbar {
    display: none
}

@supports (overflow: clip) {
    .wpex-overflow-clip {
        overflow: clip
    }

    .wpex-overflow-y-clip {
        overflow-y: clip
    }

    .wpex-overflow-x-clip {
        overflow-x: clip
    }
}

.wpex-overscroll-contain {
    overscroll-behavior: contain
}

.wpex-p-0 {
    padding: 0
}

.wpex-p-5 {
    padding: 5px
}

.wpex-p-10 {
    padding: 10px
}

.wpex-p-15 {
    padding: 15px
}

.wpex-p-20 {
    padding: 20px
}

.wpex-p-25 {
    padding: 25px
}

.wpex-p-30 {
    padding: 30px
}

.wpex-p-40 {
    padding: 40px
}

.wpex-p-50 {
    padding: 50px
}

.wpex-p-60 {
    padding: 60px
}

.wpex-py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.wpex-px-0 {
    padding-left: 0;
    padding-right: 0
}

.wpex-py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.wpex-px-5 {
    padding-left: 5px;
    padding-right: 5px
}

.wpex-py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.wpex-px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.wpex-py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.wpex-px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.wpex-py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.wpex-px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.wpex-py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.wpex-px-25 {
    padding-left: 25px;
    padding-right: 25px
}

.wpex-py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.wpex-px-30 {
    padding-left: 30px;
    padding-right: 30px
}

.wpex-py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.wpex-px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.wpex-py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.wpex-px-50 {
    padding-left: 50px;
    padding-right: 50px
}

.wpex-py-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.wpex-px-60 {
    padding-left: 60px;
    padding-right: 60px
}

.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-pl-5 {
    padding-left: 5px
}

.wpex-pr-5 {
    padding-right: 5px
}

.wpex-pt-5 {
    padding-top: 5px
}

.wpex-pb-5 {
    padding-bottom: 5px
}

.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-pl-15 {
    padding-left: 15px
}

.wpex-pr-15 {
    padding-right: 15px
}

.wpex-pt-15 {
    padding-top: 15px
}

.wpex-pb-15 {
    padding-bottom: 15px
}

.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-pl-25 {
    padding-left: 25px
}

.wpex-pr-25 {
    padding-right: 25px
}

.wpex-pt-25 {
    padding-top: 25px
}

.wpex-pb-25 {
    padding-bottom: 25px
}

.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-pl-40 {
    padding-left: 40px
}

.wpex-pr-40 {
    padding-right: 40px
}

.wpex-pt-40 {
    padding-top: 40px
}

.wpex-pb-40 {
    padding-bottom: 40px
}

.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-pl-60 {
    padding-left: 60px
}

.wpex-pr-60 {
    padding-right: 60px
}

.wpex-pt-60 {
    padding-top: 60px
}

.wpex-pb-60 {
    padding-bottom: 60px
}

.wpex-p-3 {
    padding: 3px
}

.wpex-py-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.wpex-pointer-events-none {
    pointer-events: none
}

.wpex-static {
    position: static
}

.wpex-fixed {
    position: fixed
}

.wpex-relative {
    position: relative
}

.wpex-absolute {
    position: absolute
}

.wpex-sticky {
    position: sticky
}

.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: rotateZ(0deg)
}

.wpex-rotate-45 {
    transform: rotateZ(45deg)
}

.wpex-rotate-90 {
    transform: rotateZ(90deg)
}

.wpex-rotate-180 {
    transform: rotateZ(180deg)
}

.-wpex-rotate-45 {
    transform: rotateZ(-45deg)
}

.-wpex-rotate-90 {
    transform: rotateZ(-90deg)
}

.-wpex-rotate-180 {
    transform: rotateZ(-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:is(:any-link,
    :hover,
    :focus,
    :active),
.wpex-hover-underline,
.wpex-hover-line-through {
    text-decoration-line: none
}

.wpex-underline,
.wpex-hover-underline:hover {
    text-decoration-line: underline
}

.wpex-line-through,
.wpex-hover-line-through:hover {
    text-decoration-line: line-through
}

.wpex-decoration-solid {
    text-decoration-style: solid
}

.wpex-decoration-double {
    text-decoration-style: double
}

.wpex-decoration-dotted {
    text-decoration-style: dotted
}

.wpex-decoration-dashed {
    text-decoration-style: dashed
}

.wpex-decoration-wavy {
    text-decoration-style: wavy
}

.wpex-underline-offset-auto {
    text-underline-offset: auto
}

.wpex-underline-offset-0 {
    text-underline-offset: 0px
}

.wpex-underline-offset-1 {
    text-underline-offset: 1px
}

.wpex-underline-offset-2 {
    text-underline-offset: 2px
}

.wpex-underline-offset-4 {
    text-underline-offset: 4px
}

.wpex-underline-offset-8 {
    text-underline-offset: 8px
}

.wpex-decoration-auto {
    text-decoration-thickness: auto
}

.wpex-decoration-from-font {
    text-decoration-thickness: from-font
}

.wpex-decoration-0 {
    text-decoration-thickness: 0px
}

.wpex-decoration-1 {
    text-decoration-thickness: 1px
}

.wpex-decoration-2 {
    text-decoration-thickness: 2px
}

.wpex-decoration-4 {
    text-decoration-thickness: 4px
}

.wpex-decoration-8 {
    text-decoration-thickness: 8px
}

.wpex-decoration-skip-ink-none {
    text-decoration-skip-ink: none
}

.wpex-decoration-current,
.wpex-decoration-current:is(:hover,
    :active,
    .active) {
    text-decoration-color: currentColor
}

.wpex-decoration-transparent,
.wpex-decoration-transparent:is(:hover,
    :active,
    .active) {
    text-decoration-color: transparent
}

.wpex-decoration-accent,
.wpex-decoration-accent:is(:hover,
    :active,
    .active) {
    text-decoration-color: var(--wpex-accent)
}

.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-translate--xy-50 {
    transform: translate(-50%, 50%)
}

.wpex-translate-x-y-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-w-1px {
    width: 1px
}

.wpex-w-2px {
    width: 2px
}

.wpex-w-3px {
    width: 3px
}

.wpex-w-4px {
    width: 4px
}

.wpex-w-5px {
    width: 5px
}

.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
}

.wpex-z-max {
    z-index: 10001
}

@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-w-auto {
        width: auto
    }

    .wpex-sm-w-1px {
        width: 1px
    }

    .wpex-sm-w-2px {
        width: 2px
    }

    .wpex-sm-w-3px {
        width: 3px
    }

    .wpex-sm-w-4px {
        width: 4px
    }

    .wpex-sm-w-5px {
        width: 5px
    }

    .wpex-sm-h-auto {
        height: auto
    }

    .wpex-sm-h-1px {
        height: 1px
    }

    .wpex-sm-h-2px {
        height: 2px
    }

    .wpex-sm-h-3px {
        height: 3px
    }

    .wpex-sm-h-4px {
        height: 4px
    }

    .wpex-sm-h-5px {
        height: 5px
    }

    .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-sticky {
        position: sticky
    }

    .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-shadow-xs {
        box-shadow: var(--wpex-shadow-x)
    }

    .wpex-sm-shadow-sm {
        box-shadow: var(--wpex-shadow-sm)
    }

    .wpex-sm-shadow {
        box-shadow: var(--wpex-shadow)
    }

    .wpex-sm-shadow-md {
        box-shadow: var(--wpex-shadow-md)
    }

    .wpex-sm-shadow-lg {
        box-shadow: var(--wpex-shadow-lg)
    }

    .wpex-sm-shadow-xl {
        box-shadow: var(--wpex-shadow-xl)
    }

    .wpex-sm-shadow-2xl {
        box-shadow: var(--wpex-shadow-2xl)
    }

    .wpex-sm-shadow-none {
        box-shadow: none
    }

    .-wpex-sm-translate-y-50 {
        transform: translateY(-50%)
    }

    .wpex-sm-opacity-0 {
        opacity: 0
    }

    .wpex-sm-opacity-10 {
        opacity: .1
    }

    .wpex-sm-opacity-20 {
        opacity: .2
    }

    .wpex-sm-opacity-30 {
        opacity: .3
    }

    .wpex-sm-opacity-40 {
        opacity: .4
    }

    .wpex-sm-opacity-50 {
        opacity: .5
    }

    .wpex-sm-opacity-60 {
        opacity: .6
    }

    .wpex-sm-opacity-70 {
        opacity: .7
    }

    .wpex-sm-opacity-80 {
        opacity: .8
    }

    .wpex-sm-opacity-90 {
        opacity: .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-m-5 {
        margin: 5px
    }

    .wpex-sm-p-5 {
        padding: 5px
    }

    .wpex-sm-m-10 {
        margin: 10px
    }

    .wpex-sm-p-10 {
        padding: 10px
    }

    .wpex-sm-m-15 {
        margin: 15px
    }

    .wpex-sm-p-15 {
        padding: 15px
    }

    .wpex-sm-m-20 {
        margin: 20px
    }

    .wpex-sm-p-20 {
        padding: 20px
    }

    .wpex-sm-m-25 {
        margin: 25px
    }

    .wpex-sm-p-25 {
        padding: 25px
    }

    .wpex-sm-m-30 {
        margin: 30px
    }

    .wpex-sm-p-30 {
        padding: 30px
    }

    .wpex-sm-m-40 {
        margin: 40px
    }

    .wpex-sm-p-40 {
        padding: 40px
    }

    .wpex-sm-m-50 {
        margin: 50px
    }

    .wpex-sm-p-50 {
        padding: 50px
    }

    .wpex-sm-m-60 {
        margin: 60px
    }

    .wpex-sm-p-60 {
        padding: 60px
    }

    .wpex-sm-my-auto {
        margin-left: auto;
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-my-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .wpex-sm-py-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .wpex-sm-mx-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .-wpex-sm-mx-60 {
        margin-left: -60px;
        margin-right: -60px
    }

    .wpex-sm-px-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .wpex-sm-ml-auto {
        margin-left: auto
    }

    .wpex-sm-mr-auto {
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-ml-60 {
        margin-left: 60px
    }

    .-wpex-sm-ml-60 {
        margin-left: -60px
    }

    .wpex-sm-pl-60 {
        padding-left: 60px
    }

    .wpex-sm-mr-60 {
        margin-right: 60px
    }

    .-wpex-sm-mr-60 {
        margin-right: -60px
    }

    .wpex-sm-pr-60 {
        padding-right: 60px
    }

    .wpex-sm-mt-60 {
        margin-top: 60px
    }

    .-wpex-sm-mt-60 {
        margin-top: -60px
    }

    .wpex-sm-pt-60 {
        padding-top: 60px
    }

    .wpex-sm-mb-60 {
        margin-bottom: 60px
    }

    .-wpex-sm-mb-60 {
        margin-bottom: -60px
    }

    .wpex-sm-pb-60 {
        padding-bottom: 60px
    }

    .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-w-auto {
        width: auto
    }

    .wpex-md-w-1px {
        width: 1px
    }

    .wpex-md-w-2px {
        width: 2px
    }

    .wpex-md-w-3px {
        width: 3px
    }

    .wpex-md-w-4px {
        width: 4px
    }

    .wpex-md-w-5px {
        width: 5px
    }

    .wpex-md-h-auto {
        height: auto
    }

    .wpex-md-h-1px {
        height: 1px
    }

    .wpex-md-h-2px {
        height: 2px
    }

    .wpex-md-h-3px {
        height: 3px
    }

    .wpex-md-h-4px {
        height: 4px
    }

    .wpex-md-h-5px {
        height: 5px
    }

    .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-sticky {
        position: sticky
    }

    .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-shadow-xs {
        box-shadow: var(--wpex-shadow-x)
    }

    .wpex-md-shadow-sm {
        box-shadow: var(--wpex-shadow-sm)
    }

    .wpex-md-shadow {
        box-shadow: var(--wpex-shadow)
    }

    .wpex-md-shadow-md {
        box-shadow: var(--wpex-shadow-md)
    }

    .wpex-md-shadow-lg {
        box-shadow: var(--wpex-shadow-lg)
    }

    .wpex-md-shadow-xl {
        box-shadow: var(--wpex-shadow-xl)
    }

    .wpex-md-shadow-2xl {
        box-shadow: var(--wpex-shadow-2xl)
    }

    .wpex-md-shadow-none {
        box-shadow: none
    }

    .-wpex-md-translate-y-50 {
        transform: translateY(-50%)
    }

    .wpex-md-opacity-0 {
        opacity: 0
    }

    .wpex-md-opacity-10 {
        opacity: .1
    }

    .wpex-md-opacity-20 {
        opacity: .2
    }

    .wpex-md-opacity-30 {
        opacity: .3
    }

    .wpex-md-opacity-40 {
        opacity: .4
    }

    .wpex-md-opacity-50 {
        opacity: .5
    }

    .wpex-md-opacity-60 {
        opacity: .6
    }

    .wpex-md-opacity-70 {
        opacity: .7
    }

    .wpex-md-opacity-80 {
        opacity: .8
    }

    .wpex-md-opacity-90 {
        opacity: .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-m-5 {
        margin: 5px
    }

    .wpex-md-p-5 {
        padding: 5px
    }

    .wpex-md-m-10 {
        margin: 10px
    }

    .wpex-md-p-10 {
        padding: 10px
    }

    .wpex-md-m-15 {
        margin: 15px
    }

    .wpex-md-p-15 {
        padding: 15px
    }

    .wpex-md-m-20 {
        margin: 20px
    }

    .wpex-md-p-20 {
        padding: 20px
    }

    .wpex-md-m-25 {
        margin: 25px
    }

    .wpex-md-p-25 {
        padding: 25px
    }

    .wpex-md-m-30 {
        margin: 30px
    }

    .wpex-md-p-30 {
        padding: 30px
    }

    .wpex-md-m-40 {
        margin: 40px
    }

    .wpex-md-p-40 {
        padding: 40px
    }

    .wpex-md-m-50 {
        margin: 50px
    }

    .wpex-md-p-50 {
        padding: 50px
    }

    .wpex-md-m-60 {
        margin: 60px
    }

    .wpex-md-p-60 {
        padding: 60px
    }

    .wpex-md-my-auto {
        margin-left: auto;
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-my-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .wpex-md-py-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .wpex-md-mx-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .-wpex-md-mx-60 {
        margin-left: -60px;
        margin-right: -60px
    }

    .wpex-md-px-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .wpex-md-ml-auto {
        margin-left: auto
    }

    .wpex-md-mr-auto {
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-ml-60 {
        margin-left: 60px
    }

    .-wpex-md-ml-60 {
        margin-left: -60px
    }

    .wpex-md-pl-60 {
        padding-left: 60px
    }

    .wpex-md-mr-60 {
        margin-right: 60px
    }

    .-wpex-md-mr-60 {
        margin-right: -60px
    }

    .wpex-md-pr-60 {
        padding-right: 60px
    }

    .wpex-md-mt-60 {
        margin-top: 60px
    }

    .-wpex-md-mt-60 {
        margin-top: -60px
    }

    .wpex-md-pt-60 {
        padding-top: 60px
    }

    .wpex-md-mb-60 {
        margin-bottom: 60px
    }

    .-wpex-md-mb-60 {
        margin-bottom: -60px
    }

    .wpex-md-pb-60 {
        padding-bottom: 60px
    }

    .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-w-auto {
        width: auto
    }

    .wpex-lg-w-1px {
        width: 1px
    }

    .wpex-lg-w-2px {
        width: 2px
    }

    .wpex-lg-w-3px {
        width: 3px
    }

    .wpex-lg-w-4px {
        width: 4px
    }

    .wpex-lg-w-5px {
        width: 5px
    }

    .wpex-lg-h-auto {
        height: auto
    }

    .wpex-lg-h-1px {
        height: 1px
    }

    .wpex-lg-h-2px {
        height: 2px
    }

    .wpex-lg-h-3px {
        height: 3px
    }

    .wpex-lg-h-4px {
        height: 4px
    }

    .wpex-lg-h-5px {
        height: 5px
    }

    .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-sticky {
        position: sticky
    }

    .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-shadow-xs {
        box-shadow: var(--wpex-shadow-x)
    }

    .wpex-lg-shadow-sm {
        box-shadow: var(--wpex-shadow-sm)
    }

    .wpex-lg-shadow {
        box-shadow: var(--wpex-shadow)
    }

    .wpex-lg-shadow-md {
        box-shadow: var(--wpex-shadow-md)
    }

    .wpex-lg-shadow-lg {
        box-shadow: var(--wpex-shadow-lg)
    }

    .wpex-lg-shadow-xl {
        box-shadow: var(--wpex-shadow-xl)
    }

    .wpex-lg-shadow-2xl {
        box-shadow: var(--wpex-shadow-2xl)
    }

    .wpex-lg-shadow-none {
        box-shadow: none
    }

    .-wpex-lg-translate-y-50 {
        transform: translateY(-50%)
    }

    .wpex-lg-opacity-0 {
        opacity: 0
    }

    .wpex-lg-opacity-10 {
        opacity: .1
    }

    .wpex-lg-opacity-20 {
        opacity: .2
    }

    .wpex-lg-opacity-30 {
        opacity: .3
    }

    .wpex-lg-opacity-40 {
        opacity: .4
    }

    .wpex-lg-opacity-50 {
        opacity: .5
    }

    .wpex-lg-opacity-60 {
        opacity: .6
    }

    .wpex-lg-opacity-70 {
        opacity: .7
    }

    .wpex-lg-opacity-80 {
        opacity: .8
    }

    .wpex-lg-opacity-90 {
        opacity: .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-m-5 {
        margin: 5px
    }

    .wpex-lg-p-5 {
        padding: 5px
    }

    .wpex-lg-m-10 {
        margin: 10px
    }

    .wpex-lg-p-10 {
        padding: 10px
    }

    .wpex-lg-m-15 {
        margin: 15px
    }

    .wpex-lg-p-15 {
        padding: 15px
    }

    .wpex-lg-m-20 {
        margin: 20px
    }

    .wpex-lg-p-20 {
        padding: 20px
    }

    .wpex-lg-m-25 {
        margin: 25px
    }

    .wpex-lg-p-25 {
        padding: 25px
    }

    .wpex-lg-m-30 {
        margin: 30px
    }

    .wpex-lg-p-30 {
        padding: 30px
    }

    .wpex-lg-m-40 {
        margin: 40px
    }

    .wpex-lg-p-40 {
        padding: 40px
    }

    .wpex-lg-m-50 {
        margin: 50px
    }

    .wpex-lg-p-50 {
        padding: 50px
    }

    .wpex-lg-m-60 {
        margin: 60px
    }

    .wpex-lg-p-60 {
        padding: 60px
    }

    .wpex-lg-my-auto {
        margin-left: auto;
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-my-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .wpex-lg-py-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .wpex-lg-mx-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .-wpex-lg-mx-60 {
        margin-left: -60px;
        margin-right: -60px
    }

    .wpex-lg-px-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .wpex-xl-lg-auto {
        margin-left: auto
    }

    .wpex-xl-lg-auto {
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-ml-60 {
        margin-left: 60px
    }

    .-wpex-lg-ml-60 {
        margin-left: -60px
    }

    .wpex-lg-pl-60 {
        padding-left: 60px
    }

    .wpex-lg-mr-60 {
        margin-right: 60px
    }

    .-wpex-lg-mr-60 {
        margin-right: -60px
    }

    .wpex-lg-pr-60 {
        padding-right: 60px
    }

    .wpex-lg-mt-60 {
        margin-top: 60px
    }

    .-wpex-lg-mt-60 {
        margin-top: -60px
    }

    .wpex-lg-pt-60 {
        padding-top: 60px
    }

    .wpex-lg-mb-60 {
        margin-bottom: 60px
    }

    .-wpex-lg-mb-60 {
        margin-bottom: -60px
    }

    .wpex-lg-pb-60 {
        padding-bottom: 60px
    }

    .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-w-auto {
        width: auto
    }

    .wpex-xl-w-1px {
        width: 1px
    }

    .wpex-xl-w-2px {
        width: 2px
    }

    .wpex-xl-w-3px {
        width: 3px
    }

    .wpex-xl-w-4px {
        width: 4px
    }

    .wpex-xl-w-5px {
        width: 5px
    }

    .wpex-xl-h-auto {
        height: auto
    }

    .wpex-xl-h-1px {
        height: 1px
    }

    .wpex-xl-h-2px {
        height: 2px
    }

    .wpex-xl-h-3px {
        height: 3px
    }

    .wpex-xl-h-4px {
        height: 4px
    }

    .wpex-xl-h-5px {
        height: 5px
    }

    .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-sticky {
        position: sticky
    }

    .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-shadow-xs {
        box-shadow: var(--wpex-shadow-x)
    }

    .wpex-xl-shadow-sm {
        box-shadow: var(--wpex-shadow-sm)
    }

    .wpex-xl-shadow {
        box-shadow: var(--wpex-shadow)
    }

    .wpex-xl-shadow-md {
        box-shadow: var(--wpex-shadow-md)
    }

    .wpex-xl-shadow-lg {
        box-shadow: var(--wpex-shadow-lg)
    }

    .wpex-xl-shadow-xl {
        box-shadow: var(--wpex-shadow-xl)
    }

    .wpex-xl-shadow-2xl {
        box-shadow: var(--wpex-shadow-2xl)
    }

    .wpex-xl-shadow-none {
        box-shadow: none
    }

    .-wpex-xl-translate-y-50 {
        transform: translateY(-50%)
    }

    .wpex-xl-opacity-0 {
        opacity: 0
    }

    .wpex-xl-opacity-10 {
        opacity: .1
    }

    .wpex-xl-opacity-20 {
        opacity: .2
    }

    .wpex-xl-opacity-30 {
        opacity: .3
    }

    .wpex-xl-opacity-40 {
        opacity: .4
    }

    .wpex-xl-opacity-50 {
        opacity: .5
    }

    .wpex-xl-opacity-60 {
        opacity: .6
    }

    .wpex-xl-opacity-70 {
        opacity: .7
    }

    .wpex-xl-opacity-80 {
        opacity: .8
    }

    .wpex-xl-opacity-90 {
        opacity: .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-m-5 {
        margin: 5px
    }

    .wpex-xl-p-5 {
        padding: 5px
    }

    .wpex-xl-m-10 {
        margin: 10px
    }

    .wpex-xl-p-10 {
        padding: 10px
    }

    .wpex-xl-m-15 {
        margin: 15px
    }

    .wpex-xl-p-15 {
        padding: 15px
    }

    .wpex-xl-m-20 {
        margin: 20px
    }

    .wpex-xl-p-20 {
        padding: 20px
    }

    .wpex-xl-m-25 {
        margin: 25px
    }

    .wpex-xl-p-25 {
        padding: 25px
    }

    .wpex-xl-m-30 {
        margin: 30px
    }

    .wpex-xl-p-30 {
        padding: 30px
    }

    .wpex-xl-m-40 {
        margin: 40px
    }

    .wpex-xl-p-40 {
        padding: 40px
    }

    .wpex-xl-m-50 {
        margin: 50px
    }

    .wpex-xl-p-50 {
        padding: 50px
    }

    .wpex-xl-m-60 {
        margin: 60px
    }

    .wpex-xl-p-60 {
        padding: 60px
    }

    .wpex-xl-my-auto {
        margin-left: auto;
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-my-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .wpex-xl-py-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .wpex-xl-mx-60 {
        margin-left: 60px;
        margin-right: 60px
    }

    .-wpex-xl-mx-60 {
        margin-left: -60px;
        margin-right: -60px
    }

    .wpex-xl-px-60 {
        padding-left: 60px;
        padding-right: 60px
    }

    .wpex-xl-ml-auto {
        margin-left: auto
    }

    .wpex-xl-mr-auto {
        margin-right: auto
    }

    .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-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-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-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-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-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-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-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-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-ml-60 {
        margin-left: 60px
    }

    .-wpex-xl-ml-60 {
        margin-left: -60px
    }

    .wpex-xl-pl-60 {
        padding-left: 60px
    }

    .wpex-xl-mr-60 {
        margin-right: 60px
    }

    .-wpex-xl-mr-60 {
        margin-right: -60px
    }

    .wpex-xl-pr-60 {
        padding-right: 60px
    }

    .wpex-xl-mt-60 {
        margin-top: 60px
    }

    .-wpex-xl-mt-60 {
        margin-top: -60px
    }

    .wpex-xl-pt-60 {
        padding-top: 60px
    }

    .wpex-xl-mb-60 {
        margin-bottom: 60px
    }

    .-wpex-xl-mb-60 {
        margin-bottom: -60px
    }

    .wpex-xl-pb-60 {
        padding-bottom: 60px
    }

    .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
}

.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: .8
}

body .no-padding {
    padding: 0
}

body .no-left-padding {
    padding-left: 0
}

body .no-right-padding {
    padding-right: 0
}


.vc_column-inner {
    margin-bottom: var(--wpex-vc-column-inner-margin-bottom)
}

.templatera_shortcode>p:empty {
    display: none
}

.vc_row,
.vc_section {
    position: relative
}

wpex-post-cards-list--alternate-flex-direction .vc_section[data-vc-full-width],
.vc_row[data-vc-full-width] {
    overflow: visible
}

.vc_section[data-vc-full-width].vc_parallax,
.vc_row[data-vc-full-width].vc_parallax {
    overflow: hidden
}

.ui-helper-reset {
    line-height: var(--wpex-body-line-height, var(--wpex-leading-relaxed))
}

.vc_section[data-vc-full-width]>.vc_row.wpex-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.vc_section[data-vc-full-width]>.vc_row.wpex-ml-auto {
    margin-left: auto
}

.vc_section[data-vc-full-width]>.vc_row.wpex-mr-auto {
    margin-right: auto
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button,
.wpb-js-composer .vc_tta-container {
    margin-bottom: var(--wpex-vc-elements-bottom-margin, 0px)
}

@media (min-width: 768px) {
    .vc_row.five-columns .vc_col-sm-2 {
        width: 20%
    }

    .vc_row.five-columns .vc_col-sm-2:last-child {
        display: none !important
    }
}

:where(.wpex-has-overlay,
    .wpex-has-video-bg,
    .wpex-parallax-bg-wrap)>.vc_column-inner,
:where(.wpex-has-overlay,
    .wpex-has-video-bg,
    .wpex-parallax-bg-wrap)>.vc_column-inner>.wpb_wrapper {
    position: relative
}

body .wpex-vc-bg-fixed {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover
}

body .wpex-vc-bg-center {
    background-position: center !important
}

body .wpex-vc-bg-top {
    background-position: top !important
}

body .wpex-vc-bg-bottom {
    background-position: bottom !important
}

@media only screen and (max-width: 1080px) {
    body .wpex-vc-bg-fixed {
        background-attachment: scroll !important
    }
}

.wpex-cols-right.vc_row-flex {
    float: none;
    flex-direction: row-reverse
}

.wpex-cols-right:not(.vc_row-flex)>:is(.wpb_column,
    .vc_vc_column,
    .vc_vc_column_inner) {
    float: right
}

:root {
    --wpex-vc-gutter: 30px
}

.vc_row.vc_column-gap-1 {
    --wpex-vc-column-gap: 1px
}

.vc_row.vc_column-gap-2 {
    --wpex-vc-column-gap: 2px
}

.vc_row.vc_column-gap-3 {
    --wpex-vc-column-gap: 3px
}

.vc_row.vc_column-gap-4 {
    --wpex-vc-column-gap: 4px
}

.vc_row.vc_column-gap-5 {
    --wpex-vc-column-gap: 5px
}

.vc_row.vc_column-gap-10 {
    --wpex-vc-column-gap: 10px
}

.vc_row.vc_column-gap-15 {
    --wpex-vc-column-gap: 15px
}

.vc_row.vc_column-gap-20 {
    --wpex-vc-column-gap: 20px
}

.vc_row.vc_column-gap-25 {
    --wpex-vc-column-gap: 25px
}

.vc_row.vc_column-gap-30 {
    --wpex-vc-column-gap: 30px
}

.vc_row.vc_column-gap-35 {
    --wpex-vc-column-gap: 35px
}

.no-margins,
.row-no-spacing {
    --wpex-vc-gutter: 0px;
    --wpex-vc-column-inner-margin-bottom: 0px;
    margin: 0
}

.no-margins .vc_column-inner,
.row-no-spacing .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.wpex-vc-column-spacing-0px {
    --wpex-vc-gutter: 0px
}

.wpex-vc-column-spacing-1 {
    --wpex-vc-gutter: 1px
}

.wpex-vc-column-spacing-5 {
    --wpex-vc-gutter: 5px
}

.wpex-vc-column-spacing-10 {
    --wpex-vc-gutter: 10px
}

.wpex-vc-column-spacing-20 {
    --wpex-vc-gutter: 20px
}

.wpex-vc-column-spacing-30 {
    --wpex-vc-gutter: 30px
}

.wpex-vc-column-spacing-40 {
    --wpex-vc-gutter: 40px
}

.wpex-vc-column-spacing-50 {
    --wpex-vc-gutter: 50px
}

.wpex-vc-column-spacing-60 {
    --wpex-vc-gutter: 60px
}

.wpex-vc-has-custom-column-spacing,
.wpex-vc-has-custom-column-spacing .vc_row {
    margin-left: calc(-1 * (var(--wpex-vc-gutter) / 2));
    margin-right: calc(-1 * (var(--wpex-vc-gutter) / 2));
    --wpex-vc-column-inner-margin-bottom: var(--wpex-vc-gutter)
}

.wpex-vc-has-custom-column-spacing .vc_column-inner,
.wpex-vc-has-custom-column-spacing .vc_row .vc_column-inner {
    padding-left: calc(var(--wpex-vc-gutter) / 2);
    padding-right: calc(var(--wpex-vc-gutter) / 2)
}

.no-bottom-margins .vc_column-inner {
    --wpex-vc-column-inner-margin-bottom: 0px;
    margin-bottom: 0
}

.vc-max-width-10,
.vc_section[data-vc-full-width]>.vc-max-width-10 {
    margin: 0 45%
}

.vc-max-width-20,
.vc_section[data-vc-full-width]>.vc-max-width-20 {
    margin: 0 40%
}

.vc-max-width-30,
.vc_section[data-vc-full-width]>.vc-max-width-30 {
    margin: 0 35%
}

.vc-max-width-40,
.vc_section[data-vc-full-width]>.vc-max-width-40 {
    margin: 0 30%
}

.vc-max-width-50,
.vc_section[data-vc-full-width]>.vc-max-width-50 {
    margin: 0 25%
}

.vc-max-width-60,
.vc_section[data-vc-full-width]>.vc-max-width-60 {
    margin: 0 20%
}

.vc-max-width-70,
.vc_section[data-vc-full-width]>.vc-max-width-70 {
    margin: 0 15%
}

.vc-max-width-80,
.vc_section[data-vc-full-width]>.vc-max-width-80 {
    margin: 0 10%
}

.vc_row.wpex-vc_row-ml-auto {
    margin-left: auto !important
}

.vc_row.wpex-vc_row-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_row.wpex-vc_row-mr-auto {
    margin-right: auto !important
}

.wpex-vc-reset-negative-margin {
    margin-left: 0;
    margin-right: 0
}

body:not(.content-full-screen) .wpex-vc-row-stretched[data-vc-full-width-init="false"] {
    visibility: hidden
}

.wpex-vc-section-boxed-layout-stretched {
    --wpex-vc-gutter: 0px
}

.wpex-vc-section-boxed-layout-stretched,
.wpex-vc-row-boxed-layout-stretched {
    margin-left: calc(-1 * var(--wpex-boxed-layout-gutter)) !important;
    margin-right: calc(-1 * var(--wpex-boxed-layout-gutter)) !important;
    padding-left: calc(var(--wpex-boxed-layout-gutter) - (var(--wpex-vc-gutter) / 2));
    padding-right: calc(var(--wpex-boxed-layout-gutter) - (var(--wpex-vc-gutter) / 2))
}

.wpex-vc-section-boxed-layout-stretched.vc_row-no-padding,
.wpex-vc-section-boxed-layout-stretched.wpex-vc-column-spacing-0px,
.wpex-vc-row-boxed-layout-stretched.vc_row-no-padding,
.wpex-vc-row-boxed-layout-stretched.wpex-vc-column-spacing-0px {
    padding-left: 0;
    padding-right: 0
}

.content-full-screen .wpex-vc-section-boxed-layout-stretched,
.content-full-screen .wpex-vc-row-boxed-layout-stretched {
    margin-left: 0;
    margin-right: 0
}

.wpex-vc-row-centered[class*="wpex-vc-column-spacing"] {
    margin-left: 0;
    margin-right: 0
}

.center-row-inner {
    margin-left: calc(-1 * (var(--wpex-vc-gutter) / 2));
    margin-right: calc(-1 * (var(--wpex-vc-gutter) / 2))
}

.boxed-main-layout .wpex-vc-row-centered.vc_row {
    margin-left: 0;
    margin-right: 0
}

:where(.bordered-column,
    .boxed-column)>.vc_column-inner {
    padding: 20px;
    border: 1px solid var(--wpex-surface-3);
    border-radius: var(--wpex-rounded-xs)
}

.boxed-column>.vc_column-inner {
    background: var(--wpex-surface-2)
}

.wpex-vc-full-width-section,
.wpex-vc-full-width-row {
    --vp-width: calc(100vw - var(--scrollbar-width, 0px));
    --vp-width-half: calc(calc(100vw - var(--scrollbar-width, 0px)) / 2);
    --wpex-vc-full-width-offset-half: calc(var(--wpex-vc-full-width-offset, 0px) / 2);
    position: relative;
    width: calc(var(--vp-width) - var(--wpex-vc-full-width-offset, 0px));
    left: calc(50% - var(--vp-width-half) + var(--wpex-vc-full-width-offset-half));
    margin-left: 0 !important;
    margin-right: 0 !important
}

.has-frame-border :is(.wpex-vc-full-width-section,
    .wpex-vc-full-width-row) {
    --vp-width: calc(100vw - var(--scrollbar-width, 0px) - (var(--wpex-site-frame-border-size, 15px) * 2))
}

.wpex-vc-full-width-section--centered {
    --wpex-vc-full-width-padding-x: calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half));
    padding-left: var(--wpex-vc-full-width-padding-x);
    padding-right: var(--wpex-vc-full-width-padding-x)
}

.wpex-vc-full-width-row--centered {
    --wpex-vc-full-width-padding-x: calc(var(--vp-width-half) - 50% - var(--wpex-vc-full-width-offset-half) - (var(--wpex-vc-gutter, 0px) / 2) - (var(--wpex-vc-column-gap, 0px) / 2));
    padding-left: var(--wpex-vc-full-width-padding-x);
    padding-right: var(--wpex-vc-full-width-padding-x)
}

.wpex-vc-full-width-row--no-padding>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.wpex-vc_row-has-sidebar.vc_row {
    margin-left: 0;
    margin-right: 0;
    --wpex-vc-gutter: 0px;
    --wpex-vc-column-gap: 0px
}

.wpex-vc_row-has-sidebar>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.wpex-vc_row-has-sidebar[class*="vc_column-gap-"]>.vc_column_container {
    padding: 0
}

.wpex-vc_row-has-sidebar>div[class*="vc_col-"]:first-child {
    margin-bottom: 40px
}

.wpex-vc_row-has-sidebar:not(.wpex-cols-right)>div[class*="vc_col-"]:last-child {
    float: right
}

.wpex-vc_row-has-sidebar.wpex-cols-right>div[class*="vc_col-"]:last-child {
    float: left
}

.wpex-vc_row-has-sidebar--right>div[class*="vc_col-"]:first-child {
    width: var(--wpex-content-area-width)
}

.wpex-vc_row-has-sidebar--right>div[class*="vc_col-"]:last-child {
    width: var(--wpex-primary-sidebar-width)
}

.wpex-vc_row-has-sidebar--left>div[class*="vc_col-"]:first-child {
    width: var(--wpex-primary-sidebar-width)
}

.wpex-vc_row-has-sidebar--left>div[class*="vc_col-"]:last-child {
    width: var(--wpex-content-area-width)
}

.wpex-post-cards-list--alternate-flex-direction .wpex-post-cards-entry--even .vc_row {
    flex-direction: row-reverse
}

.wpex-post-cards-list--alternate-flex-direction .wpex-post-cards-entry--even .vc_row .vc_column_container {
    float: right
}

.wpb_video_wrapper {
    overflow: hidden
}

.wpb_video_wrapper .rll-youtube-player {
    position: static !important;
    padding: 0 !important
}

.vc_btn3.vc_btn3-style-custom {
    background-image: none
}

.vc_progress_bar .vc_single_bar .vc_label {
    font-weight: var(--wpex-font-bold);
    font-size: var(--wpex-text-sm);
    padding: .462em .923em
}

.vc_button-2-wrapper {
    display: block
}

.vc_cta3-container .vc_button-2-wrapper {
    display: inline-block
}

.vc-hoverbox-block.vc-hoverbox-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

h4.vc_tta-panel-title {
    font-size: 1em;
    font-weight: 500
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total h4.vc_tta-panel-title {
    color: inherit;
    border: 1px solid var(--wpex-border-main)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-panel-title>a:focus-visible {
    color: var(--wpex-link-color, var(--wpex-accent));
    outline: 2px solid currentColor
}

.vc_btn {
    margin-bottom: 5px
}

.vc_btn.vc_btn_3d {
    margin-bottom: 10px
}

.vc_btn.full-width-button {
    width: 100%;
    text-align: center
}

.vc_btn_blue {
    background-color: #1a73e8
}

.vc_btn_blue:hover {
    background-color: #1464cc
}

.vc_btn_blue.vc_btn_3d {
    box-shadow: 0 5px 0 #2e698a
}

.vc_btn_blue.vc_btn_outlined {
    border-color: var(--wpex-accent);
    color: var(--wpex-accent)
}

.vc_btn_blue.vc_btn_outlined:hover {
    border-color: var(--wpex-accent-alt)
}

.vc_button-2-wrapper {
    display: block
}

.vc_cta3-container .vc_button-2-wrapper {
    display: inline-block
}

.vc_custom_heading h1,
h1.vc_custom_heading,
.vc_custom_heading h2,
h2.vc_custom_heading,
.vc_custom_heading h3,
h3.vc_custom_heading,
.vc_custom_heading h4,
h4.vc_custom_heading,
.vc_custom_heading h5,
h5.vc_custom_heading,
.vc_custom_heading h6,
h6.vc_custom_heading {
    margin: 0
}

.wpb_gmaps_widget .wpb_wrapper {
    background: none;
    padding: 0
}

.wpb_pie_chart_heading {
    margin-top: 20px
}

.vc_separator h4 {
    font-size: var(--wpex-text-lg)
}

.vc_separator.vc_separator_align_center h4 {
    text-align: center
}

.vc_single_image-wrapper {
    position: relative;
    overflow: visible
}

.wpb_single_image .vc_figure {
    position: relative
}

.wpb_single_image .vc_figure-caption {
    font-size: 1em;
    padding-top: 1em;
    text-align: center
}

.wpb_single_image a {
    display: block;
    display: inline-block;
    max-width: 100%;
    position: relative
}

.vcex-img-hover-parent.wpb_single_image a {
    display: block
}

.wpb_single_image_caption {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    padding: 4px 10px;
    opacity: .7;
    color: var(--wpex-white);
    background: var(--wpex-black)
}

.wpb_text_column.has-custom-color {
    --wpex-link-decoration-line: underline;
    --wpex-link-decoration-color: currentColor;
    --wpex-hover-link-decoration-color: currentColor
}

.vc_toggle_default .vc_toggle_title {
    display: block;
    padding: 10px 12px 10px 32px !important;
    border: 1px solid var(--wpex-surface-3);
    outline: 0;
    margin: 0;
    cursor: pointer;
    background-color: var(--wpex-surface-2)
}

.vc_toggle_default.vc_toggle_active .vc_toggle_title,
.vc_toggle_default .vc_toggle_title:hover {
    text-decoration: none
}

.vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
.vc_toggle_default .vc_toggle_title:hover h4 {
    color: var(--wpex-text-1)
}

.vc_toggle_default .vc_toggle_icon {
    left: 5px !important
}

.vc_toggle_default .vc_toggle_title h4 {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    color: var(--wpex-text-2)
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title {
    padding: 10px 12px !important
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_icon {
    display: none !important
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
    content: "\f067";
    font-family: 'ticons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 0.846em;
    margin-right: 10px
}

.vc_toggle_default.vc_toggle_color_default.vc_toggle_active .vc_toggle_title h4:before {
    content: "\f068"
}

.vc_toggle_default .vc_toggle_content {
    padding: 15px 0;
    padding-left: 0 !important;
    margin: 0
}

.vc_toggle_total .vc_toggle_title {
    position: relative;
    border: 1px solid var(--wpex-border-main);
    padding: 14px 20px;
    padding-left: 46px;
    line-height: 1em;
    color: var(--wpex-accent)
}

.vc_toggle_total .vc_toggle_title h4 {
    color: inherit;
    font-size: 1em;
    line-height: 1em
}

.vc_toggle_total .vc_toggle_title:focus-visible {
    outline-width: 2px;
    outline-style: solid
}

.vc_toggle_total .vc_toggle_icon {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    position: absolute;
    font-size: inherit;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

.vc_toggle_total .vc_toggle_icon::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    height: 2px !important;
    width: 100% !important;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px 0 0 0
}

.vc_toggle_total .vc_toggle_icon::after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    height: 100% !important;
    width: 2px !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 2px
}

.vc_toggle_total.vc_toggle_active .vc_toggle_title {
    color: inherit
}

.vc_toggle_total.vc_toggle_active .vc_toggle_icon::after {
    display: none
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab>a {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid transparent
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab.vc_active>a {
    color: inherit;
    border-color: var(--wpex-border-main)
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-total .vc_tta-tab>a:focus-visible {
    color: var(--wpex-link-color, var(--wpex-accent));
    outline: 2px solid currentColor;
    outline-offset: -3px
}

@media (min-width: 768px) {

    .wpb-js-composer .vc_tta-tabs-position-left.vc_general.vc_tta-style-total .vc_tta-panel-body,
    .wpb-js-composer .vc_tta-tabs-position-right.vc_general.vc_tta-style-total .vc_tta-panel-body {
        padding-top: 0;
        padding-bottom: 0
    }

    .wpb-js-composer .vc_tta-tabs-position-top.vc_general.vc_tta-style-total .vc_tta-panel-body {
        padding-left: 0;
        padding-right: 0
    }
}

.vc_wp_custommenu ul {
    list-style: none;
    margin: 0 !important
}

.entry .widget_nav_menu ul {
    list-style: none
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    display: block;
    color: var(--wpex-text-3);
    display: block;
    padding: 10px 12px;
    border: 1px solid var(--wpex-surface-3);
    outline: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
    cursor: pointer;
    background: var(--wpex-surface-2);
    position: relative;
    transition: all .15s ease-in-out
}

.wpb_accordion .wpb_accordion_wrapper h3 a {
    display: block;
    color: inherit
}

.wpb_accordion .wpb_accordion_wrapper h3 {
    margin: 0;
    padding: 0
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 0
}

.wpb_accordion .wpb_accordion_wrapper h3 a:before {
    content: "\f067";
    font-family: 'ticons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 0.846em;
    margin-right: 10px
}

.wpb_content_element .wpb_accordion_header a {
    padding: 0
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover {
    text-decoration: none;
    color: var(--wpex-text-3);
    background: var(--wpex-surface-2);
    border-color: var(--wpex-surface-3)
}

.wpb_accordion .wpb_accordion_wrapper h3:hover a:before,
.wpb_accordion .wpb_accordion_wrapper h3:hover a {
    color: var(--wpex-text-3)
}

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header {
    opacity: 1;
    font-weight: 400;
    text-decoration: none
}

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a {
    color: inherit
}

.wpb_accordion .wpb_accordion_wrapper h3.ui-state-active.wpb_accordion_header a:before {
    content: "\f068"
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: none
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 10px 0;
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: var(--wpex-surface-1)
}

.wpb_tabs .wpb_tabs_nav li a {
    transition: all 0.15s ease-in-out
}

.wpb_tabs.tab-style-default .wpb_tabs_nav {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px var(--wpex-border-main);
    border-left: solid 1px var(--wpex-border-main);
    width: 100%;
    float: none;
    height: 32px
}

.wpb_tabs.tab-style-default.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: var(--wpex-surface-1);
    padding: 20px;
    border-left: solid 1px var(--wpex-border-main);
    border-right: solid 1px var(--wpex-border-main);
    border-bottom: solid 1px var(--wpex-border-main)
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li {
    display: block;
    width: auto;
    float: left;
    padding: 0;
    margin: 0;
    outline: 0
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li a {
    display: block;
    width: auto;
    outline: 0;
    margin: 0;
    height: 31px;
    padding: 0px 20px;
    line-height: 31px;
    border: solid 1px var(--wpex-border-main);
    border-left: 0;
    border-bottom: none;
    color: var(--wpex-text-3);
    background: var(--wpex-surface-2);
    text-decoration: none
}

.wpb_tabs.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
    background: var(--wpex-surface-1);
    height: 32px;
    margin-bottom: -1px;
    border-bottom: none
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: solid 1px var(--wpex-border-main);
    border-radius: var(--wpex-rounded-xs)
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.wpb_tabs.tab-style-alternative-one.wpb_content_element .wpb_tab {
    clear: both;
    background: transparent;
    padding: 20px 0;
    border: 0
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li {
    display: block;
    width: auto;
    padding: 0 !important;
    float: left !important;
    margin: 0 !important;
    outline: 0;
    border: 0;
    background: var(--wpex-surface-2)
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    padding: 5px 10px;
    border-left: 1px solid var(--wpex-border-main);
    margin: 0;
    background: none;
    color: var(--wpex-text-3);
    outline: 0;
    font-size: 1em
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:first-child a {
    border-left: none;
    border-radius: 4px 0 0 4px
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li:last-child a {
    border-radius: 0 4px 4px 0
}

.wpb_tabs.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a {
    background: var(--wpex-surface-1)
}

.wpb_tabs.tab-style-alternative-two.wpb_content_element .wpb_tab {
    clear: both;
    background: transparent;
    padding: 20px 0;
    border: none
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px var(--wpex-border-main)
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li {
    display: block;
    width: auto;
    padding: 0;
    float: left;
    margin: 0 25px 0 0;
    outline: 0;
    border: 0;
    background: none
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    padding: 5px 0;
    margin: 0;
    background: none;
    color: inherit;
    opacity: 0.7;
    outline: 0
}

.wpb_tabs.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
    position: relative;
    margin-bottom: -1px;
    border-bottom: 2px solid var(--wpex-accent);
    opacity: 1
}

body .vc_text_separator_two span {
    border-bottom-color: var(--wpex-accent)
}

.wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    padding: 0
}

.wpb_tour .wpb_tabs_nav li a {
    white-space: normal
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    min-height: 150px
}

.wpb_tour.tab-style-default .wpb_tour_next_prev_nav {
    display: none
}

.wpb_tour.tab-style-default .wpb_tour_tabs_wrapper .wpb_tab {
    border-left: 1px solid var(--wpex-border-main)
}

.wpb_tour.tab-style-default .wpb_tabs_nav li {
    background: none;
    border-bottom: 1px solid var(--wpex-border-main);
    margin: 0
}

.wpb_tour.tab-style-default .wpb_tabs_nav li:last-child {
    border-bottom: none
}

.wpb_tour.tab-style-default .wpb_tabs_nav li a {
    padding: 10px 20px 10px 0;
    color: inherit;
    opacity: 0.7;
    background: none
}

.wpb_tour.tab-style-default .wpb_tabs_nav li a:hover {
    opacity: 1
}

.wpb_tour.tab-style-default .wpb_tabs_nav li:first-child a {
    padding-top: 0
}

.wpb_tour.tab-style-default .wpb_tabs_nav li.ui-tabs-active a {
    opacity: 1;
    text-decoration: none;
    background: none
}

.wpb_tour.tab-style-alternative-one .wpb_tour_next_prev_nav {
    display: none
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav {
    border: 1px solid var(--wpex-border-main)
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li {
    background: none;
    border-bottom: 1px solid var(--wpex-border-main);
    margin: 0
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li:last-child {
    border-bottom: none
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a {
    padding: 10px;
    color: inherit;
    opacity: 0.7;
    background: none
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li a:hover {
    opacity: 1
}

.wpb_tour.tab-style-alternative-one .wpb_tabs_nav li.ui-tabs-active a {
    background: var(--wpex-surface-2);
    opacity: 1
}

.wpb_tour.tab-style-alternative-two {
    border: 1px solid var(--wpex-border-main)
}

.wpb_tour.tab-style-alternative-two .wpb_tour_next_prev_nav {
    display: none
}

.wpb_tour.tab-style-alternative-two .wpb_tour_tabs_wrapper .wpb_tab {
    border-left: 1px solid var(--wpex-border-main);
    padding: 20px
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li {
    background: none;
    border-bottom: 1px solid var(--wpex-border-main);
    margin: 0
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li:last-child {
    margin-bottom: -1px
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a {
    padding: 10px;
    color: inherit;
    opacity: 0.7;
    background: none
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li a:hover {
    opacity: 1
}

.wpb_tour.tab-style-alternative-two .wpb_tabs_nav li.ui-tabs-active a {
    background: var(--wpex-surface-2);
    opacity: 1
}

@media only screen and (max-width: 959px) {

    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
    .wpb_tour .wpb_tab,
    .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        width: 100%
    }

    .wpb_tour .wpb_tab {
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .wpb_tour,
    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        border: none !important
    }

    .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
        padding: 20px 0 0 !important
    }

    .wpb_tour .wpb_tour_next_prev_nav {
        display: none !important
    }

    .wpb_tour .wpb_tabs_nav {
        border: 1px solid var(--wpex-border-main)
    }

    .wpb_tour .wpb_tabs_nav li {
        background: none;
        border-bottom: 1px solid var(--wpex-border-main);
        border-right: 0;
        margin: 0
    }

    #wrap .wpb_tour .wpb_tabs_nav li a {
        padding: 10px
    }
}