@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  /* Text colors */
  --jm-color-text-primary: #23262A; /* main text */
  --jm-color-text-secondary: #8797AB; /* secondary text */
  --jm-color-text-inverse: #fff; /* text on dark background */
  /* Brand colors */
  --jm-color-primary: #FFD82B; /* primary brand */
  --jm-color-primary-hover: #EDC511; /* hover state */
  --jm-color-primary-active: #EDC511; /* active/pressed state */
  --jm-color-secondary: #F03C5D; /* secondary brand */
  --jm-color-secondary-hover: #E02446; /* hover state */
  --jm-color-secondary-active: #E02446; /* active/pressed state */
  --jm-color-3: #3892FF; /* secondary brand */
  --jm-color-3-hover: #2279E3; /* hover state */
  --jm-color-3-active: #2279E3; /* active/pressed state */
  --jm-color-4: #2E1FB6; /* secondary brand */
  --jm-color-4-hover: #5748E0; /* hover state */
  --jm-color-4-active: #5748E0; /* active/pressed state */
  /* Background colors */
  --jm-color-bg-primary: #fff; /* main background */
  --jm-color-bg-secondary: #f5f5f5; /* secondary background (cards, sections) */
  --jm-color-bg-inverse: #23262A; /* dark background (footer, header) */
  /* Border colors */
  --jm-color-border: #ddd; /* light border */
  --jm-color-border-strong: #bbb; /* stronger border */
  /* Table Border colors */
  --jm-color-table-border: #c9c9c9;
  --jm-color-table-bg: #f7f7f7;
  /* Forms colors */
  --jm-color-form-base: #c9c9c9;
  --jm-color-form-accent: var(--jm-color-primary);
  --jm-color-form-disabled: #eee;
  /* State colors */
  --jm-color-success: #28a745; /* success messages, positive actions */
  --jm-color-warning: #ffc107; /* warnings, attention */
  --jm-color-danger: #dc3545; /* errors, destructive actions */
  --jm-color-info: #17a2b8; /* informational messages */
}

:root, [data-theme=default] {
  --jm-font-family: "Inter", sans-serif; /* body */
  --jm-font-family-heading: "Inter", sans-serif; /* main headings */
  --jm-font-size: 14px;
  --jm-font-weight: 400;
  --jm-line-height: 1.55;
  --jm-h1-font-size: 32px;
  --jm-h2-font-size: 28px;
  --jm-h3-font-size: 24px;
  --jm-h4-font-size: 20px;
  --jm-h5-font-size: 18px;
  --jm-h6-font-size: 16px;
  --jm-margin-bottom: 20px;
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 130px;
  --jm-content-width: 100vw;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 1.5);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 1.25);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 1);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 0.75);
  --jm-content-indent-smaller: calc(var(--jm-spacer-y) * 0.5);
  --jm-border-radius: calc(var(--jm-spacer-x) * 0.36);
  --jm-transition-base: all 0.3s ease;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-content-width-min: 576px;
    --jm-content-width-max: 1600px;
    --jm-content-width: clamp(var(--jm-content-width-min), 83.33vw, var(--jm-content-width-max));
    --jm-content-width-narrow: 1200px;
    --jm-content-scale: 0.1;
    --jm-font-size: calc(14px + (4px * var(--jm-content-scale)));
    --jm-h1-font-size: calc(32px + (28px * var(--jm-content-scale)));
    --jm-h2-font-size: calc(28px + (22px * var(--jm-content-scale)));
    --jm-h3-font-size: calc(24px + (16px * var(--jm-content-scale)));
    --jm-h4-font-size: calc(20px + (16px * var(--jm-content-scale)));
    --jm-h5-font-size: calc(18px + (12px * var(--jm-content-scale)));
    --jm-h6-font-size: calc(16px + (8px * var(--jm-content-scale)));
    --jm-spacer-x: 20px;
    --jm-spacer-y: 20px;
    --jm-header-height: 82px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 30px;
    --jm-spacer-y: 30px;
    --jm-content-scale: 0.2;
    --jm-margin-bottom: calc(var(--jm-spacer-y) * 0.5);
    --jm-header-height: 130px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.4;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-scale: 0.4;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 50px;
    --jm-spacer-y: 50px;
    --jm-content-scale: 0.6;
    --jm-header-height: 175px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.8;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 60px;
    --jm-spacer-y: 60px;
    --jm-content-scale: 1;
    --jm-header-height: 130px;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme=default] {
    --jm-content-scale: 1;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: calc(var(--jm-content-width) + var(--jm-spacer-x));
  }
}

.container-fluid {
  margin: 0 auto;
  max-width: 1920px;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.row,
.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: var(--jm-spacer-x);
}

.vc_section {
  margin-left: calc(-0.5 * var(--jm-spacer-x));
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  padding-left: calc(0.5 * var(--jm-spacer-x));
  padding-right: calc(0.5 * var(--jm-spacer-x));
}

.vc_row:not(.vc_row-no-padding) {
  margin-left: calc(-0.5 * var(--jm-spacer-x));
  margin-right: calc(-0.5 * var(--jm-spacer-x));
}
.vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.5 * var(--jm-spacer-x));
  padding-right: calc(0.5 * var(--jm-spacer-x));
}

.vc_row.large-gutter {
  margin-left: calc(-1 * var(--jm-spacer-x));
  margin-right: calc(-1 * var(--jm-spacer-x));
}
.vc_row.large-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(1 * var(--jm-spacer-x));
  padding-right: calc(1 * var(--jm-spacer-x));
}

.vc_row.small-gutter {
  margin-left: calc(-0.3 * var(--jm-spacer-x));
  margin-right: calc(-0.3 * var(--jm-spacer-x));
}
.vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.3 * var(--jm-spacer-x));
  padding-right: calc(0.3 * var(--jm-spacer-x));
}

:root {
  --jm-admin-y: 0px;
}
:root .admin-bar {
  --jm-admin-y: 32px;
}
@media only screen and (max-width: 782px) {
  :root .admin-bar {
    --jm-admin-y: 46px;
  }
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.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;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.gsap-animate .hero-slider-slide .hero-slide-image {
  opacity: 0;
  transform: translateY(160px);
}
.gsap-animate .hero-slider-slide .hero-slider-slide-content {
  opacity: 0;
}
.gsap-animate .gsap-start .hero-slider-slide .hero-slide-image {
  opacity: 1;
  transform: none !important;
  transition: transform 2000ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 2000ms ease;
  will-change: transform, opacity;
}
.gsap-animate .gsap-start .hero-slider-slide .hero-slider-slide-content {
  opacity: 1;
  transition: opacity 500ms ease;
  will-change: opacity;
}
.gsap-animate .we-guarantee h2.jm-custom-heading,
.gsap-animate .we-guarantee .icon-box-wrapper {
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(50px);
}
.gsap-animate .section-about .jm-universal-container-wrapper.white-box {
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(100px);
}
.gsap-animate .section-products h2.jm-custom-heading,
.gsap-animate .section-products .service-box-wrapper {
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(100px);
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 2px solid var(--jm-color-text-primary);
}
body .gform_wrapper .gform_footer input.button::-moz-focus-inner,
body .gform_wrapper .gform_footer input[type=submit]::-moz-focus-inner,
body .gform_wrapper .gform_page_footer input.button::-moz-focus-inner,
body .gform_wrapper .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:active,
body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_page_footer input.button:active,
body .gform_wrapper .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:disabled,
body .gform_wrapper .gform_footer input[type=submit]:disabled,
body .gform_wrapper .gform_page_footer input.button:disabled,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus,
body .gform_wrapper .gform_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_footer input[type=submit]:disabled:focus,
body .gform_wrapper .gform_page_footer input.button:disabled:hover,
body .gform_wrapper .gform_page_footer input.button:disabled:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}

body.woocommerce-page .wc-block-components-button:not(.is-link),
body.woocommerce-page .woocommerce a.button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 2px solid var(--jm-color-text-primary);
}
body.woocommerce-page .wc-block-components-button:not(.is-link)::-moz-focus-inner,
body.woocommerce-page .woocommerce a.button::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body.woocommerce-page .wc-block-components-button:not(.is-link):hover, body.woocommerce-page .wc-block-components-button:not(.is-link):focus,
body.woocommerce-page .woocommerce a.button:hover,
body.woocommerce-page .woocommerce a.button:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
body.woocommerce-page .wc-block-components-button:not(.is-link):active,
body.woocommerce-page .woocommerce a.button:active {
  box-shadow: none;
}
body.woocommerce-page .wc-block-components-button:not(.is-link):disabled,
body.woocommerce-page .woocommerce a.button:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body.woocommerce-page .wc-block-components-button:not(.is-link):disabled:hover, body.woocommerce-page .wc-block-components-button:not(.is-link):disabled:focus,
body.woocommerce-page .woocommerce a.button:disabled:hover,
body.woocommerce-page .woocommerce a.button:disabled:focus {
  box-shadow: none;
}
body.woocommerce-page .wc-block-components-button:not(.is-link):hover, body.woocommerce-page .wc-block-components-button:not(.is-link):focus,
body.woocommerce-page .woocommerce a.button:hover,
body.woocommerce-page .woocommerce a.button:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border-color: var(--jm-color-text-primary);
}
.btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.btn i {
  font-size: 16px;
  margin-right: 12px;
}
.btn.btn-yellow {
  color: var(--jm-color-text-primary);
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}
.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  color: var(--jm-color-text-primary);
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #030ABA;
  border-color: #030ABA;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  color: #ffffff;
  background-color: #282FE8;
  border-color: #282FE8;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #EE1D23;
  border-color: #EE1D23;
}
.btn.btn-red:hover, .btn.btn-red:focus {
  color: #ffffff;
  background-color: #D41218;
  border-color: #D41218;
}
.btn.btn-purple {
  color: #2E1FB6;
  background-color: #BFC7FF;
  border-color: #BFC7FF;
}
.btn.btn-purple:hover, .btn.btn-purple:focus {
  color: #2E1FB6;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-purple2 {
  color: #ffffff;
  background-color: var(--jm-color-4);
  border-color: var(--jm-color-4);
}
.btn.btn-purple2:hover, .btn.btn-purple2:focus {
  color: #ffffff;
  background-color: var(--jm-color-4-hover);
  border-color: var(--jm-color-4-hover);
}
.btn.btn-simple {
  color: #ffffff;
  background-color: transparent;
  border-color: var(--jm-color-secondary);
}
.btn.btn-simple:hover, .btn.btn-simple:focus {
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white * {
  color: #000000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #000000;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.has-arrow {
  position: relative;
}
.btn.has-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s ease;
  opacity: 0;
}
.btn.has-arrow:hover {
  padding-right: 70px;
}
.btn.has-arrow:hover:after {
  right: 30px;
  opacity: 1;
}

.error404 .entry-content > .search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
  border-color: var(--jm-color-primary-hover);
  width: auto;
  margin-right: 20px;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: var(--jm-color-form-accent);
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: var(--jm-color-secondary);
}
.error404 .entry-content > .search-form .search-submit {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.error404 .entry-content > .search-form .search-submit::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.error404 .entry-content > .search-form .search-submit:hover, .error404 .entry-content > .search-form .search-submit:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.error404 .entry-content > .search-form .search-submit:active {
  box-shadow: none;
}
.error404 .entry-content > .search-form .search-submit:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.error404 .entry-content > .search-form .search-submit:disabled:hover, .error404 .entry-content > .search-form .search-submit:disabled:focus {
  box-shadow: none;
}

body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 16px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label,
body .gform_wrapper.gravity-theme legend.gfield_label {
  color: var(--jm-color-text-primary);
  font-size: 18px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme label {
  color: var(--jm-color-text-primary);
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type=search] {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=search]:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme input[type=search]:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: var(--jm-color-form-base);
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus, body .gform_wrapper.gravity-theme .select-wrap:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}

body .inverted .gform_wrapper .top_label .gfield_label,
body .inverted .gform_wrapper legend.gfield_label,
body .inverted .gform_wrapper .gfield_required,
body .inverted .gform_wrapper label {
  color: #ffffff;
}
body .inverted .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .inverted .gform_wrapper textarea,
body .inverted .gform_wrapper select {
  border-color: #ffffff;
}
body .inverted .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .inverted .gform_wrapper textarea:focus,
body .inverted .gform_wrapper select:focus {
  border-color: var(--jm-color-secondary);
  box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
}
body .inverted .gform_wrapper div.validation_error,
body .inverted .gform_wrapper .validation_message,
body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ffffff;
  border-color: #ffffff;
}

.form-check-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  font-family: sans-serif;
}
.form-check-label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.form-check-label input {
  position: absolute;
  left: -1000rem;
}

.form-check-label:has(> input:checked):after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-check-label:has(> input:checked):before {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}

.form-check-label:has(> input:focus):before {
  border-color: var(--jm-color-secondary);
}

body .woocommerce form.login,
body .woocommerce form.register,
body .woocommerce form.lost_reset_password {
  max-width: 800px;
}

#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #25272c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 1s ease;
}
#back-top-wrapper #back-top a:hover {
  background-color: var(--jm-color-secondary);
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap !important;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.clear {
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.clear::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.breadcrumbs-wrapper {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--jm-color-text-primary);
  padding: calc(var(--jm-spacer-y) * 1) 0;
  background: none;
}
.breadcrumbs-wrapper .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.breadcrumbs-wrapper .breadcrumbs > * {
  display: inline-block;
  margin: 0;
  padding: 2px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs > * {
    padding: 2px 5px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs > * .home svg {
    width: 16px;
  }
}
.breadcrumbs-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.breadcrumbs-wrapper ul li {
  margin: 0;
  padding: 2px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul li {
    padding: 2px 5px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul li .is-home svg {
    width: 16px;
  }
}
.breadcrumbs-wrapper .breadcrumbs-item-sep {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs-item-sep svg {
    width: 14px;
  }
}
.breadcrumbs-wrapper a {
  display: block;
  color: var(--jm-color-text-primary);
}
.breadcrumbs-wrapper a:hover svg {
  fill: var(--jm-color-secondary);
}

.post-nav {
  padding: 24px 0;
  border-top: 1px solid var(--jm-color-primary);
}
.post-nav a {
  text-decoration: none;
}
.post-nav .nav-previous {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .nav-links {
    flex-wrap: wrap;
  }
}
.nav-links .nav-next {
  margin: 0 0 0 auto;
}

.jm-pagination,
.wp-pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 6px;
}
.jm-pagination li,
.wp-pagenavi li {
  margin: 0;
  padding: 0;
}
.jm-pagination a, .jm-pagination span,
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 5px;
  margin: 0;
  background: none;
  color: var(--jm-color-primary);
  font-size: 20px;
  border: 1px solid var(--jm-color-border);
  border-radius: 3px;
}
.jm-pagination li.active > *,
.jm-pagination span.current,
.wp-pagenavi li.active > *,
.wp-pagenavi span.current {
  background-color: var(--jm-color-primary);
  color: #ffffff;
  text-decoration: none;
  border-color: var(--jm-color-primary);
  font-weight: 700;
}
.jm-pagination a:hover,
.wp-pagenavi a:hover {
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
  color: #ffffff;
  text-decoration: none;
}

/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 var(--jm-margin-bottom) var(--jm-margin-bottom) 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto var(--jm-margin-bottom) auto;
  }
}

.alignright {
  float: right;
  margin: 0 0 var(--jm-margin-bottom) var(--jm-margin-bottom);
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto var(--jm-margin-bottom) auto;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto var(--jm-margin-bottom) auto;
}

img.aligncenter,
img.alignright,
img.alignleft {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  position: relative;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
}

.ui-datepicker a {
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}

table {
  border: 1px solid var(--jm-color-table-border);
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: calc(var(--jm-font-size) * 0.8);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--jm-color-table-border);
  background-color: var(--jm-color-table-bg);
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: var(--jm-color-table-bg);
  border-left: 1px solid var(--jm-color-table-border);
  border-right: 1px solid var(--jm-color-table-border);
}
table tr:nth-child(2n) td {
  background-color: transparent;
}

.flexible table th,
table.flexible th {
  white-space: nowrap;
}
.flexible table td,
table.flexible td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .flexible table,
  table.flexible {
    display: block;
  }
  .flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr,
  table.flexible thead,
  table.flexible tbody,
  table.flexible th,
  table.flexible td,
  table.flexible tr {
    display: block;
  }
  .flexible table thead tr,
  table.flexible thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexible table tr,
  table.flexible tr {
    border-bottom: 1px solid var(--jm-color-table-border);
  }
  .flexible table th,
  table.flexible th {
    display: none;
  }
  .flexible table td,
  table.flexible td {
    border: none;
    border-bottom: 1px solid var(--jm-color-table-border);
    position: relative;
    padding: 5px 10px 5px 30%;
    min-height: 37px;
  }
  .flexible table td::before,
  table.flexible td::before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .flexible table td:nth-of-type(1)::before,
  table.flexible td:nth-of-type(1)::before {
    content: "Column 1";
  }
  .flexible table td:nth-of-type(2)::before,
  table.flexible td:nth-of-type(2)::before {
    content: "Column 2";
  }
  .flexible table td:nth-of-type(3)::before,
  table.flexible td:nth-of-type(3)::before {
    content: "Column 3";
  }
  .flexible table td:nth-of-type(4)::before,
  table.flexible td:nth-of-type(4)::before {
    content: "Column 4";
  }
  .flexible table td:nth-of-type(5)::before,
  table.flexible td:nth-of-type(5)::before {
    content: "Column 5";
  }
}

.wpb_text_column > .wpb_wrapper > ol {
  counter-reset: custom-counter;
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ol li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 calc(var(--jm-font-size) * var(--jm-line-height) * 1) 0;
  padding: 0 0 0 calc(var(--jm-font-size) * var(--jm-line-height) * 1.5);
}
.wpb_text_column > .wpb_wrapper > ol li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ol li::before {
  display: block;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: calc(var(--jm-line-height));
  background-color: var(--jm-color-secondary);
  color: var(--jm-color-text-primary);
  font-size: calc(var(--jm-font-size) * 0.8);
  font-weight: 700;
  border-radius: 50%;
  width: calc(var(--jm-font-size) * var(--jm-line-height));
  height: calc(var(--jm-font-size) * var(--jm-line-height));
  line-height: calc(var(--jm-font-size) * var(--jm-line-height));
  text-align: center;
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0 0 10px 0;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 calc(var(--jm-font-size) * 1.7);
}
.wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ul li::before {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: calc(var(--jm-font-size) * 0.3);
  left: 0;
  color: var(--jm-color-secondary);
}

a.file {
  position: relative;
  text-decoration: none;
}
a.file::before {
  content: "\f15b";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: var(--jm-color-secondary);
  margin-right: 10px;
}
a.file[href$=".pdf"]::before {
  content: "\f1c1";
}
a.file[href$=".doc"]::before {
  content: "\f1c2";
}
a.file[href$=".xls"]::before {
  content: "\f1c3";
}
a.file[href$=".zip"]::before {
  content: "\f1c6";
}

.alert {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.fancybox-content {
  margin-top: calc(var(--jm-admin-y) + 20px) !important;
  margin-bottom: 20px !important;
}

.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0;
  padding: 0 5px;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  background-color: var(--jm-color-secondary);
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover, .social-menu a:focus {
  color: var(--jm-color-primary);
  text-decoration: none;
}
.social-menu a::before {
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 7 Brands";
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  transform: translate(-50%, -50%);
}
.social-menu a[href*="linkedin.com"]::before {
  content: "\f08c";
}
.social-menu a[href*="instagram.com"]::before {
  content: "\f16d";
}
.social-menu a[href*="facebook.com"]::before {
  content: "\f09a";
}
.social-menu a[href*="x.com"]::before {
  content: "\e61b";
}
.social-menu a[href*="youtube.com"]::before {
  content: "\f167";
}
.social-menu a[href*="vimeo.com"]::before {
  content: "\f40a";
}
.social-menu a[href*="yelp.com"]::before {
  content: "\f1e9";
}
.social-menu a[href*="tiktok.com"]::before {
  content: "\e07b";
}
.social-menu a[href*="github.com"]::before {
  content: "\f09b";
}
.social-menu a[href*="pinterest.com"]::before {
  content: "\e1a3";
}
.social-menu a[href*="reddit.com"]::before {
  content: "\f1a1";
}
.social-menu a[href*="snapchat.com"]::before {
  content: "\f2ab";
}
.social-menu a[href*="tumblr.com"]::before {
  content: "\f173";
}
.social-menu a[href*="whatsapp.com"]::before {
  content: "\f232";
}
.social-menu a[href*="twitch.tv"]::before {
  content: "\f1e8";
}
.social-menu a[href*="discord.com"]::before {
  content: "\f392";
}

/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 30px 0 0 0;
  border: none;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: var(--jm-admin-y);
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 10px 0 0 0;
  }
}
.site-header .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.site-header .site-header-wrapper {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 26px;
  justify-content: space-between;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
@media (max-width: 1899.98px) {
  .site-header .site-header-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.site-header .site-header-wrapper .header-logo-wrapper {
  flex: 0 0 auto;
  overflow: hidden;
  max-height: 30px;
  transition: max-height 0.25s ease, opacity 0.25s ease;
  will-change: max-height, opacity;
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper .header-logo-wrapper {
    flex: 0 1 auto;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.site-header .site-header-wrapper .header-logo-wrapper.is-logo-collapsed {
  max-height: 0 !important;
  opacity: 0 !important;
  display: none !important;
}
.site-header .site-header-wrapper .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.site-header .site-header-wrapper .devider {
  width: 1px;
  height: 21px;
  background: #DFDFEA;
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper .devider {
    display: none;
  }
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  max-width: 450px;
}
@media (max-width: 575.98px) {
  .site-header .logo {
    max-width: 100%;
  }
}
.site-header .logo a {
  display: block;
}
.site-header .logo a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.site-header .logo a > svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.site-header .header-social-wrapper a {
  color: var(--jm-color-text-inverse);
}
.site-header .header-social-wrapper a:hover {
  color: var(--jm-color-secondary);
}
@media (max-width: 1399.98px) {
  .site-header .header-nav-wrapper {
    display: none !important;
  }
}

.mobile-site-header,
.mobile-header-wrapper {
  display: none;
}
@media (max-width: 1399.98px) {
  .mobile-site-header,
  .mobile-header-wrapper {
    display: block;
  }
}

/*/ Sticky Header */
.admin-bar .sticky-header {
  top: var(--jm-admin-y) !important;
}
@media (max-width: 600.98px) {
  .admin-bar .sticky-header {
    top: 0 !important;
  }
}

.sticky-wrapper {
  position: relative;
  z-index: 200;
}
.sticky-wrapper * {
  transition: all 0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100%;
}
.sticky-wrapper.is-sticky .site-header {
  position: relative;
  transform: none;
  top: 0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  transition: all 0.5s ease;
}

@media (min-width: 1400px) {
  .primary-menu,
  .secondary-menu {
    --jm-menu-link-color: var(--jm-color-text-primary);
    --jm-menu-link-color-active: #ffffff;
    --jm-menu-sub-bg-color: #e1e5f3;
    --jm-menu-sub-link-color: var(--jm-color-secondary);
    --jm-menu-sub-link-color-active: #f6f6f6;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 6px;
  }
  .primary-menu > li,
  .secondary-menu > li {
    margin: 0;
    padding: 0;
  }
  .primary-menu > li > a,
  .secondary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: var(--jm-menu-link-color);
    border-radius: 50px;
    /*
            @media (max-width: 991.98px) {
              font-size: 18px;
              line-height: 22px;
            }
    */
  }
  .primary-menu > li > a::after,
  .secondary-menu > li > a::after {
    color: var(--jm-menu-link-color);
  }
  .primary-menu > li > a:hover,
  .secondary-menu > li > a:hover {
    color: var(--jm-menu-link-color-active);
    background-color: var(--jm-menu-link-color);
    text-decoration: none;
  }
  .primary-menu > li > a:hover::after,
  .secondary-menu > li > a:hover::after {
    color: var(--jm-menu-link-color-active);
    transform: rotate(-180deg) !important;
  }
  .primary-menu > li:hover > a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a,
  .secondary-menu > li:hover > a,
  .secondary-menu > li.focus > a,
  .secondary-menu > li.current-menu-item > a,
  .secondary-menu > li.current-menu-ancestor > a {
    color: var(--jm-menu-link-color-active);
    background-color: var(--jm-menu-link-color);
    text-decoration: none;
  }
  .primary-menu > li:hover > a::after, .primary-menu > li.focus > a::after, .primary-menu > li.current-menu-item > a::after, .primary-menu > li.current-menu-ancestor > a::after,
  .secondary-menu > li:hover > a::after,
  .secondary-menu > li.focus > a::after,
  .secondary-menu > li.current-menu-item > a::after,
  .secondary-menu > li.current-menu-ancestor > a::after {
    color: var(--jm-menu-link-color-active);
  }
  .primary-menu > li:hover > a svg path, .primary-menu > li.focus > a svg path, .primary-menu > li.current-menu-item > a svg path, .primary-menu > li.current-menu-ancestor > a svg path,
  .secondary-menu > li:hover > a svg path,
  .secondary-menu > li.focus > a svg path,
  .secondary-menu > li.current-menu-item > a svg path,
  .secondary-menu > li.current-menu-ancestor > a svg path {
    fill: #ffffff;
  }
  .primary-menu > li.icon-cell:hover > a svg path, .primary-menu > li.icon-cell.focus > a svg path, .primary-menu > li.icon-cell.current-menu-item > a svg path, .primary-menu > li.icon-cell.current-menu-ancestor > a svg path,
  .secondary-menu > li.icon-cell:hover > a svg path,
  .secondary-menu > li.icon-cell.focus > a svg path,
  .secondary-menu > li.icon-cell.current-menu-item > a svg path,
  .secondary-menu > li.icon-cell.current-menu-ancestor > a svg path {
    fill: #FFD82B;
  }
  .primary-menu > li.icon-def:hover > a svg path, .primary-menu > li.icon-def.focus > a svg path, .primary-menu > li.icon-def.current-menu-item > a svg path, .primary-menu > li.icon-def.current-menu-ancestor > a svg path,
  .secondary-menu > li.icon-def:hover > a svg path,
  .secondary-menu > li.icon-def.focus > a svg path,
  .secondary-menu > li.icon-def.current-menu-item > a svg path,
  .secondary-menu > li.icon-def.current-menu-ancestor > a svg path {
    fill: #EE1D23;
  }
  .primary-menu > li.icon-stars:hover > a svg path, .primary-menu > li.icon-stars.focus > a svg path, .primary-menu > li.icon-stars.current-menu-item > a svg path, .primary-menu > li.icon-stars.current-menu-ancestor > a svg path,
  .secondary-menu > li.icon-stars:hover > a svg path,
  .secondary-menu > li.icon-stars.focus > a svg path,
  .secondary-menu > li.icon-stars.current-menu-item > a svg path,
  .secondary-menu > li.icon-stars.current-menu-ancestor > a svg path {
    fill: #81B3FF;
  }
  .primary-menu > li.menu-item-has-children > a::after,
  .secondary-menu > li.menu-item-has-children > a::after {
    transition: var(--jm-transition-base);
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
  }
  .primary-menu li,
  .secondary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu,
  .secondary-menu li ul,
  .secondary-menu li ul.sub-menu {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background-color: var(--jm-menu-sub-bg-color);
    border: 1px solid var(--jm-menu-sub-bg-color);
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(33, 104, 159, 0.4);
  }
  .primary-menu li ul::before, .primary-menu li ul.sub-menu::before,
  .secondary-menu li ul::before,
  .secondary-menu li ul.sub-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--jm-menu-sub-bg-color);
    position: absolute;
    top: -10px;
    left: 45px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a,
  .secondary-menu li ul li a,
  .secondary-menu li ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: var(--jm-color-text-primary);
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 30px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover,
  .secondary-menu li ul li a:hover,
  .secondary-menu li ul.sub-menu li a:hover {
    color: var(--jm-color-secondary);
    background-color: var(--jm-menu-sub-link-color-active);
    text-decoration: none;
  }
  .primary-menu li ul li a::after, .primary-menu li ul.sub-menu li a::after,
  .secondary-menu li ul li a::after,
  .secondary-menu li ul.sub-menu li a::after {
    color: var(--jm-color-text-primary);
  }
  .primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a,
  .secondary-menu li ul li:hover > a,
  .secondary-menu li ul li.focus > a,
  .secondary-menu li ul li.current-menu-item > a,
  .secondary-menu li ul li.current-menu-ancestor > a,
  .secondary-menu li ul.sub-menu li:hover > a,
  .secondary-menu li ul.sub-menu li.focus > a,
  .secondary-menu li ul.sub-menu li.current-menu-item > a,
  .secondary-menu li ul.sub-menu li.current-menu-ancestor > a {
    background-color: var(--jm-menu-sub-link-color-active);
    color: var(--jm-color-secondary);
    text-decoration: none;
  }
  .primary-menu li ul li:hover > a::after, .primary-menu li ul li.focus > a::after, .primary-menu li ul li.current-menu-item > a::after, .primary-menu li ul li.current-menu-ancestor > a::after, .primary-menu li ul.sub-menu li:hover > a::after, .primary-menu li ul.sub-menu li.focus > a::after, .primary-menu li ul.sub-menu li.current-menu-item > a::after, .primary-menu li ul.sub-menu li.current-menu-ancestor > a::after,
  .secondary-menu li ul li:hover > a::after,
  .secondary-menu li ul li.focus > a::after,
  .secondary-menu li ul li.current-menu-item > a::after,
  .secondary-menu li ul li.current-menu-ancestor > a::after,
  .secondary-menu li ul.sub-menu li:hover > a::after,
  .secondary-menu li ul.sub-menu li.focus > a::after,
  .secondary-menu li ul.sub-menu li.current-menu-item > a::after,
  .secondary-menu li ul.sub-menu li.current-menu-ancestor > a::after {
    color: var(--jm-color-secondary);
  }
  .primary-menu li ul li.menu-item-has-children > a::after, .primary-menu li ul.sub-menu li.menu-item-has-children > a::after,
  .secondary-menu li ul li.menu-item-has-children > a::after,
  .secondary-menu li ul.sub-menu li.menu-item-has-children > a::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu,
  .secondary-menu li ul li ul.sub-menu,
  .secondary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li,
  .secondary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu,
  .secondary-menu li ul.sub-menu {
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li.for-test > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu,
  .secondary-menu > li[aria-expanded=true] > ul.sub-menu,
  .secondary-menu > li.focus > ul.sub-menu,
  .secondary-menu > li.for-test > ul.sub-menu,
  .secondary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    transform: translateY(20px);
    z-index: 90;
    left: 0;
  }
  .primary-menu > li:first-child[aria-expanded=true] > ul.sub-menu, .primary-menu > li:first-child.focus > ul.sub-menu, .primary-menu > li:first-child.for-test > ul.sub-menu, .primary-menu > li:first-child:hover > ul.sub-menu,
  .secondary-menu > li:first-child[aria-expanded=true] > ul.sub-menu,
  .secondary-menu > li:first-child.focus > ul.sub-menu,
  .secondary-menu > li:first-child.for-test > ul.sub-menu,
  .secondary-menu > li:first-child:hover > ul.sub-menu {
    left: 0;
  }
  .primary-menu > li:last-child[aria-expanded=true] > ul.sub-menu, .primary-menu > li:last-child.focus > ul.sub-menu, .primary-menu > li:last-child.for-test > ul.sub-menu, .primary-menu > li:last-child:hover > ul.sub-menu,
  .secondary-menu > li:last-child[aria-expanded=true] > ul.sub-menu,
  .secondary-menu > li:last-child.focus > ul.sub-menu,
  .secondary-menu > li:last-child.for-test > ul.sub-menu,
  .secondary-menu > li:last-child:hover > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .primary-menu > li > ul.sub-menu,
  .secondary-menu > li > ul.sub-menu {
    transform: translateY(0);
  }
  .primary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu, .primary-menu > li > ul.sub-menu li.focus > ul.sub-menu, .primary-menu > li > ul.sub-menu li.for-test > ul.sub-menu, .primary-menu > li > ul.sub-menu li:hover > ul.sub-menu,
  .secondary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu,
  .secondary-menu > li > ul.sub-menu li.focus > ul.sub-menu,
  .secondary-menu > li > ul.sub-menu li.for-test > ul.sub-menu,
  .secondary-menu > li > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu,
  .secondary-menu > li > ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    transform: translate(0, -21px);
    z-index: 80;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu:before,
  .secondary-menu > li > ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 14px;
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span {
  position: absolute;
  background-color: var(--jm-color-text-primary);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-01 {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-03 {
  width: 100%;
  top: 6px;
  transform: rotate(45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-text {
  color: var(--jm-color-text-primary);
}

.site-nav-mobile {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  padding: calc(var(--jm-admin-y) + var(--jm-header-height)) 0 50px 0;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  transition: all 0.3s linear;
}
.site-nav-mobile.toggled {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.site-nav-mobile > .wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.site-nav-mobile .opener {
  margin-left: 20px;
  cursor: pointer;
  color: var(--jm-color-primary);
}
.site-nav-mobile .opener .fa-angle-up {
  display: none;
}
.site-nav-mobile .active > .opener .fa-angle-up {
  display: inherit;
}
.site-nav-mobile .active > .opener .fa-angle-down {
  display: none;
}
.site-nav-mobile .site-nav-mobile-wrapper {
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 20px 0;
}
.site-nav-mobile .primary-menu,
.site-nav-mobile .secondary-menu {
  --jm-menu-link-color: var(--jm-color-text-primary);
  --jm-menu-link-color-active: #ffffff;
  --jm-menu-sub-bg-color: #e1e5f3;
  --jm-menu-sub-link-color: var(--jm-color-secondary);
  --jm-menu-sub-link-color-active: #f6f6f6;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav-mobile .primary-menu > li > a,
.site-nav-mobile .secondary-menu > li > a {
  font-size: 20px !important;
  font-weight: 600;
}
.site-nav-mobile .primary-menu > li > a:hover,
.site-nav-mobile .secondary-menu > li > a:hover {
  color: var(--jm-menu-link-color-active);
  background-color: var(--jm-menu-link-color);
  text-decoration: none;
}
.site-nav-mobile .primary-menu > li.icon-cell:hover > a svg path, .site-nav-mobile .primary-menu > li.icon-cell.focus > a svg path, .site-nav-mobile .primary-menu > li.icon-cell.current-menu-item > a svg path, .site-nav-mobile .primary-menu > li.icon-cell.current-menu-ancestor > a svg path,
.site-nav-mobile .secondary-menu > li.icon-cell:hover > a svg path,
.site-nav-mobile .secondary-menu > li.icon-cell.focus > a svg path,
.site-nav-mobile .secondary-menu > li.icon-cell.current-menu-item > a svg path,
.site-nav-mobile .secondary-menu > li.icon-cell.current-menu-ancestor > a svg path {
  fill: #FFD82B;
}
.site-nav-mobile .primary-menu > li.icon-def:hover > a svg path, .site-nav-mobile .primary-menu > li.icon-def.focus > a svg path, .site-nav-mobile .primary-menu > li.icon-def.current-menu-item > a svg path, .site-nav-mobile .primary-menu > li.icon-def.current-menu-ancestor > a svg path,
.site-nav-mobile .secondary-menu > li.icon-def:hover > a svg path,
.site-nav-mobile .secondary-menu > li.icon-def.focus > a svg path,
.site-nav-mobile .secondary-menu > li.icon-def.current-menu-item > a svg path,
.site-nav-mobile .secondary-menu > li.icon-def.current-menu-ancestor > a svg path {
  fill: #EE1D23;
}
.site-nav-mobile .primary-menu > li.icon-stars:hover > a svg path, .site-nav-mobile .primary-menu > li.icon-stars.focus > a svg path, .site-nav-mobile .primary-menu > li.icon-stars.current-menu-item > a svg path, .site-nav-mobile .primary-menu > li.icon-stars.current-menu-ancestor > a svg path,
.site-nav-mobile .secondary-menu > li.icon-stars:hover > a svg path,
.site-nav-mobile .secondary-menu > li.icon-stars.focus > a svg path,
.site-nav-mobile .secondary-menu > li.icon-stars.current-menu-item > a svg path,
.site-nav-mobile .secondary-menu > li.icon-stars.current-menu-ancestor > a svg path {
  fill: #81B3FF;
}
.site-nav-mobile .primary-menu li.current-menu-item > a,
.site-nav-mobile .secondary-menu li.current-menu-item > a {
  color: var(--jm-menu-link-color-active);
  background-color: var(--jm-menu-link-color);
  text-decoration: none;
}
.site-nav-mobile .primary-menu li.current-menu-item > a::after,
.site-nav-mobile .secondary-menu li.current-menu-item > a::after {
  color: var(--jm-menu-link-color-active);
}
.site-nav-mobile .primary-menu li.current-menu-item > a svg path,
.site-nav-mobile .secondary-menu li.current-menu-item > a svg path {
  fill: #ffffff;
}
.site-nav-mobile .primary-menu li,
.site-nav-mobile .secondary-menu li {
  margin: 0;
  padding: 3px 0;
  display: block;
}
.site-nav-mobile .primary-menu li a,
.site-nav-mobile .secondary-menu li a {
  display: block;
  font-family: var(--jm-font-size);
  color: var(--jm-color-text-primary);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 50px;
}
.site-nav-mobile .primary-menu li a svg,
.site-nav-mobile .secondary-menu li a svg {
  transform: translateY(3px);
  display: inline-block;
}
.site-nav-mobile .primary-menu ul.sub-menu,
.site-nav-mobile .secondary-menu ul.sub-menu {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid var(--jm-color-secondary);
}
.site-nav-mobile .primary-menu ul,
.site-nav-mobile .secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav-mobile .primary-menu ul ul,
.site-nav-mobile .secondary-menu ul ul {
  margin-top: 6px;
}
.site-nav-mobile .header-widget-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

.site-footer {
  position: fixed;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 50vh;
  width: 100%;
  background-color: var(--jm-color-bg-inverse);
  margin: 0;
  padding: var(--jm-spacer-y) 0;
  border-top: none;
}
@media (max-width: 991.98px) {
  .site-footer {
    min-height: 0;
    padding: calc(var(--jm-spacer-y) * 3) 0 var(--jm-spacer-y) 0;
  }
}
.footer-no-animation .site-footer {
  position: relative;
}
.site-footer .footer-logo-wrapper {
  margin: 0 0 var(--jm-spacer-y) 0;
}
.site-footer .footer-logo-wrapper .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  width: 100%;
}
.site-footer .footer-logo-wrapper .logo a {
  display: block;
}
.site-footer .footer-logo-wrapper .logo a > svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.site-footer .footer-logo-wrapper .logo a > svg path {
  fill: #ffffff;
}
.site-footer .site-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 35px;
}
@media (max-width: 1399.98px) {
  .site-footer .site-footer-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.site-footer .site-footer-wrapper h3 {
  font-size: var(--jm-h5-font-size);
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.site-footer .site-footer-wrapper .textwidget > *:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-wrapper .site-footer-widget-01-wrapper {
  max-width: 210px;
}
.site-footer .site-footer-wrapper .site-footer-widget-02-wrapper {
  max-width: 315px;
}
.site-footer .site-footer-wrapper .site-footer-widget-03-wrapper {
  max-width: 120px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .site-footer .site-footer-wrapper .footer-logo-secondary-wrapper {
    width: 50%;
  }
}
.site-footer .site-footer-wrapper .footer-logo-secondary-wrapper a {
  display: block;
  max-width: 270px;
}
.site-footer .site-footer-wrapper .footer-logo-secondary-wrapper a > svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.site-footer .site-footer-wrapper .footer-logo-secondary-wrapper a > svg path {
  fill: #ffffff;
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper {
    width: 45%;
  }
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a {
  display: block;
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a svg {
  display: block;
  width: 180px;
  height: auto;
}

.simple-title-wrapper {
  position: relative;
  padding: var(--jm-header-height) 0 0 0;
  margin: 0;
  text-align: left;
  background-color: transparent;
}
.simple-title-wrapper h1 {
  font-size: var(--jm-h2-font-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.rich-title-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.rich-title-wrapper .header-placeholder {
  height: var(--jm-header-height);
}
.rich-title-wrapper .rich-title {
  padding: calc(var(--jm-spacer-y) * 0.73) 0 calc(var(--jm-spacer-y) * 1.25) 0;
}
.rich-title-wrapper .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  /*
      > * {
        margin-bottom: calc(var(--jm-spacer-y) * 0.5);
        &:last-child {
          margin-bottom: 0 !important;
        }
      }
  */
}
@media (max-width: 1199.98px) {
  .rich-title-wrapper .page-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rich-title-wrapper .page-header .page-title-wrapper {
  flex: 1 1 auto;
}
.rich-title-wrapper .page-header .page-title-wrapper h1.page-title {
  margin-bottom: 0;
}
.rich-title-wrapper .page-header .page-title-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rich-title-wrapper .page-header .page-title-description-wrapper {
  flex: 1 1 auto;
}
.rich-title-wrapper .page-header .page-title-description-wrapper .page-title-description {
  position: relative;
  height: 100%;
  color: #99A0A8;
  font-size: 16px;
}
.rich-title-wrapper .page-header .page-title-description-wrapper .page-title-description *:last-child {
  margin-bottom: 0;
}
.rich-title-wrapper .page-header .page-title-description-wrapper .page-title-description i {
  font-size: 14px;
}
.rich-title-wrapper .page-header .page-title-description-wrapper .page-title-description h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.rich-title-wrapper .page-header .page-title-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li {
  margin: 0;
  padding: 2px 5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li a {
  display: block;
  border: 1px solid var(--jm-color-border);
  border-radius: 25px;
  padding: 14px 26px;
  margin: 0;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 15px;
  line-height: 20px !important;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-header .page-title-menu ul li a {
    font-size: 14px;
    line-height: 16px !important;
    padding: 9px 16px;
  }
}
.rich-title-wrapper .page-header .page-title-menu ul li a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-header .page-title-menu ul li:hover > a, .rich-title-wrapper .page-header .page-title-menu ul li.focus > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-item > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-ancestor > a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-featured {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-title-wrapper .page-featured img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.post-title-wrapper {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 0.5) 0 calc(var(--jm-spacer-y) * 2.5) 0;
  display: block;
}
.post-title-wrapper .post-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.post-title-wrapper .cat-links-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-title-wrapper .cat-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.post-title-wrapper .cat-links-wrapper ul li {
  margin: 0;
  padding: 2px 5px;
}
.post-title-wrapper .cat-links-wrapper ul li a {
  display: block;
  border: 1px solid var(--jm-color-border);
  border-radius: 16px;
  padding: 9px 14px;
  margin: 0;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
.post-title-wrapper .cat-links-wrapper ul li a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.post-title-wrapper .post-title {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-title-wrapper .post-date {
  position: relative;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-title-wrapper .post-featured {
  position: relative;
  margin-top: calc(var(--jm-spacer-y) * 1.5);
}
.post-title-wrapper .post-featured img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}

.hero-slider-wrapper {
  position: relative;
  --jm-hero-slider-height: 900px;
}
@media (max-width: 991.98px) {
  .hero-slider-wrapper {
    --jm-hero-slider-height: 700px;
  }
}
.hero-slider-wrapper .hero-slider {
  position: relative;
  overflow: hidden;
  height: var(--jm-hero-slider-height);
  width: 100%;
  display: block;
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows {
  position: absolute;
  z-index: 100;
  right: 120px;
  bottom: 120px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  left: unset;
  transform: none;
}
@media (min-width: 1920px) {
  .hero-slider-wrapper .hero-slider .hero-slider-arrows {
    right: unset;
    left: 50%;
    transform: translateX(450%);
  }
}
@media (max-width: 1199.98px) {
  .hero-slider-wrapper .hero-slider .hero-slider-arrows {
    right: calc(var(--jm-spacer-y) * 1);
  }
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  will-change: auto;
  transform: none;
  transition: background-color 300ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms cubic-bezier(0.2, 0.8, 0.2, 0.1);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow.hero-slider-prev {
  transform: rotate(-180deg);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow.hero-slider-prev .hero-slider-arrow-icon .hero-slider-arrow-icon-center {
  top: calc(50% - 0px);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow:hover:not(.disabled) {
  background-color: rgb(255, 255, 255);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow:hover:not(.disabled) .hero-slider-arrow-icon {
  transform: translateX(0);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow:hover:not(.disabled) .hero-slider-arrow-icon .hero-slider-arrow-icon-top {
  height: 8px;
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow:hover:not(.disabled) .hero-slider-arrow-icon .hero-slider-arrow-icon-center {
  width: 28px;
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow:hover:not(.disabled) .hero-slider-arrow-icon .hero-slider-arrow-icon-bottom {
  height: 8px;
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow .hero-slider-arrow-icon {
  flex: none;
  position: relative;
  height: 29px;
  width: 28px;
  overflow: visible;
  transform: translateX(-4px);
  opacity: 1;
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow .hero-slider-arrow-icon .hero-slider-arrow-icon-top {
  flex: none;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: -2px;
  background-color: var(--jm-color-text-primary);
  transform: rotate(-225deg);
  transform-origin: 0 0 0px;
  opacity: 1;
  transition: height 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow .hero-slider-arrow-icon .hero-slider-arrow-icon-center {
  flex: none;
  height: 2px;
  width: 0;
  overflow: visible;
  position: absolute;
  right: 1px;
  top: calc(50% - 1px);
  background-color: var(--jm-color-text-primary);
  transform: none;
  transform-origin: 0 0 0px;
  opacity: 1;
  transition: width 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-slider-wrapper .hero-slider .hero-slider-arrows .hero-slider-arrow .hero-slider-arrow-icon .hero-slider-arrow-icon-bottom {
  flex: none;
  height: 20px;
  width: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background-color: var(--jm-color-text-primary);
  transform: rotate(45deg);
  transform-origin: 0 0 0px;
  opacity: 1;
  transition: height 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-slider-wrapper .hero-slider .hero-slides-wrapper {
  display: flex;
  align-items: stretch;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  transition: width 1000ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-slider-wrapper .hero-slider .hero-slider-slide-wrapper:nth-child(1) {
  width: 100%;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide {
  height: var(--jm-hero-slider-height);
  width: 100vw;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  --jm-color-hero-slide: var(--jm-color-primary);
  --hero-slide-indicator-color: #99A0A8;
  --hero-slide-badge-color: rgba(255, 232, 128, 0.70);
  /*
  red : Red
  blue : Blue
  yellow : Yellow
  purple : Purple
  */
}
.hero-slider-wrapper .hero-slider .hero-slider-slide.yellow {
  --hero-slide-indicator-color: #b5bbc1;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide.purple {
  --hero-slide-badge-color: #DCD4FF;
  --hero-slide-indicator-color: #BFC7FF;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide.blue {
  --hero-slide-badge-color: #B5D6FF;
  --hero-slide-indicator-color: #7d8289;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide.blue .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-products {
  text-shadow: none;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide.red {
  --hero-slide-badge-color: #FFB2A1;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .slide-video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .slide-video-bg video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide > img {
  position: relative;
  z-index: 2;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  max-width: 1920px;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .header-placeholder {
  height: var(--jm-header-height);
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content {
  position: relative;
  height: calc(var(--jm-hero-slider-height) - var(--jm-header-height));
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991.98px) {
  .hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content {
    gap: 40px;
  }
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .animated-badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--hero-slide-badge-color);
  backdrop-filter: blur(2.5px);
}
@media (max-width: 991.98px) {
  .hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .animated-badge {
    width: 120px;
    height: 120px;
  }
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .animated-badge > svg {
  max-width: 89%;
  transform-origin: center center;
  animation: arcRotate 50s linear infinite;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .animated-badge .animated-badge-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 33.33%;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .animated-badge .animated-badge-icon svg {
  max-width: 100%;
  height: auto;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: calc(var(--jm-spacer-y) * 1.5) 0 0 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--hero-slide-indicator-color);
}
@media (max-width: 991.98px) {
  .hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-counter {
    margin-top: 80px;
  }
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-counter .hero-slider-counter-devider {
  display: inline-block;
  width: 6.66%;
  height: 2px;
  background-color: var(--hero-slide-indicator-color);
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-text > svg {
  max-width: 100%;
  height: auto;
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-products {
  margin: auto 0 var(--jm-spacer-y) 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--hero-slide-indicator-color);
  text-shadow: 1px 1px 1px #000;
}
@media (max-width: 767.98px) {
  .hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-products {
    flex-wrap: wrap;
  }
}
.hero-slider-wrapper .hero-slider .hero-slider-slide .hero-slider-slide-content-wrapper .hero-slider-slide-content .hero-slider-products svg path {
  fill: var(--hero-slide-indicator-color);
}

@keyframes arcRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error404 .page-title {
  text-align: center;
}
.error404 .error-404 {
  text-align: center;
}

.search-results .site-main > article {
  padding-bottom: calc(var(--jm-spacer-y) * 1);
  margin-bottom: calc(var(--jm-spacer-y) * 1);
  border-bottom: 1px solid var(--jm-color-text-primary);
}

.blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 0.5) var(--jm-spacer-y) calc(var(--bs-gutter-x) * 0.5);
  flex: 0 0 auto;
}
.blog-posts-wrapper.bcpr-c6 .blog-post-excerpt-wrapper {
  width: 16.666666%;
}
.blog-posts-wrapper.bcpr-c5 .blog-post-excerpt-wrapper {
  width: 20%;
}
.blog-posts-wrapper.bcpr-c4 .blog-post-excerpt-wrapper {
  width: 25%;
}
.blog-posts-wrapper.bcpr-c3 .blog-post-excerpt-wrapper {
  width: 33.333333%;
}
.blog-posts-wrapper.bcpr-c2 .blog-post-excerpt-wrapper {
  width: 50%;
}
.blog-posts-wrapper.bcpr-c1 .blog-post-excerpt-wrapper {
  width: 100%;
}
@media (max-width: 1799.98px) {
  .blog-posts-wrapper.bcpr-1800-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1800-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1800-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1800-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1800-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1800-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .blog-posts-wrapper.bcpr-1600-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1600-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1600-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1600-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1600-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1600-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .blog-posts-wrapper.bcpr-1400-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1400-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1400-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1400-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1400-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1400-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog-posts-wrapper.bcpr-1200-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1200-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1200-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1200-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1200-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1200-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog-posts-wrapper.bcpr-992-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-992-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-992-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-992-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-992-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-992-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-wrapper.bcpr-768-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-768-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-768-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-768-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-768-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-768-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-posts-wrapper.bcpr-576-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-576-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-576-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-576-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-576-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-576-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 379.98px) {
  .blog-posts-wrapper.bcpr-380-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-380-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-380-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-380-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-380-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-380-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}

.blog-post-excerpt-wrapper .blog-post-excerpt {
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
@media all and (min-width: 992px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured {
    flex-direction: row;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-thumbnail {
    width: 50%;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content {
    width: 50%;
    height: auto;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content .btn {
    margin: 0;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover {
  transform: translateY(-10px);
  box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail {
  display: block;
  position: relative;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail a {
  z-index: 10;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
  position: relative;
  z-index: 10;
  padding: 20px 30px 30px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
    padding: 20px;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-date {
  transition: all 0.3s ease;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content h4 a {
  color: #000000;
  text-decoration: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
  margin: auto 0 0 0;
  text-align: center;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper {
  margin-top: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
    width: 100%;
  }
}

article.post {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
article.post .entry-content > *:last-child {
  margin-bottom: 0;
}

.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}

.entry-meta {
  margin-bottom: var(--jm-spacer-y);
}

.post_meta i {
  color: #3b4348;
}
.post_meta a {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:focus {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:hover {
  text-decoration: none;
  color: var(--jm-color-secondary);
}

.post-author {
  background: #fff;
  margin: 0 0 70px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
.post-author h3 {
  margin: 0 0 15px 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #737885;
}
.post-author h3 a {
  text-decoration: none;
  color: var(--jm-color-secondary);
}
.post-author h3 a:focus {
  text-decoration: none;
  color: var(--jm-color-secondary);
}
.post-author h3 a:hover {
  text-decoration: none;
  color: #1e2731;
}
.post-author .post-author_gravatar {
  margin: 2px 20px 5px 0;
}
.post-author .post-author_gravatar img {
  padding: 0;
  border: none;
}
.post-author .post-author_link {
  margin: 18px 0 0 0;
}
.post-author .post-author_link p {
  margin: 0;
}

.related-posts {
  margin: 0 0 60px 0;
}
.related-posts ul li {
  line-height: 22px;
  font-size: 16px;
  color: #424f5e;
}
.related-posts ul li a {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:focus {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:hover {
  text-decoration: none;
  color: var(--jm-color-secondary);
}

.widget-area > aside,
.widget-area > div {
  margin: 0 0 var(--jm-content-indent-smaller) 0;
}
.widget-area > aside:last-child,
.widget-area > div:last-child {
  margin-bottom: 0;
}
.widget-area h3 {
  padding: 0;
  margin: 0 0 calc(var(--jm-content-indent-smaller) / 2) 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 var(--jm-font-size);
}
.widget-area ul li:before {
  content: "\f111";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  line-height: inherit;
  position: absolute;
  top: calc(var(--jm-font-size) / 2.5);
  left: 0;
  font-size: calc(var(--jm-font-size) / 2);
  color: var(--jm-color-secondary);
}
.widget-area ul li a {
  text-decoration: none;
}

.wpb_wrapper:has(.jm-custom-accordion + .jm-custom-accordion) .jm-custom-accordion {
  margin-bottom: 0;
}

.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: var(--jm-color-bg-secondary);
  margin-bottom: 20px;
  border-radius: 8px;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-header > i {
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: var(--jm-color-text-primary);
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 10px 40px 10px 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header > i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header > i {
    right: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  font-weight: 500;
  margin: 0;
  color: var(--jm-color-text-primary);
  position: relative;
  display: flex;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  margin-right: 10px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body > *:last-child {
  margin-bottom: 0;
}

.jm-rich-link-wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}

.jm-rich-link-wrapper {
  position: relative;
}
.jm-rich-link-wrapper.link-align-center {
  display: flex;
  justify-content: center;
}
.jm-rich-link-wrapper.link-align-right {
  display: flex;
  justify-content: flex-end;
}
.jm-rich-link-wrapper .jm-rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-icon i {
  color: #ffffff;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-title {
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-sub-title {
  color: var(--jm-color-text-primary);
}
.jm-rich-link-wrapper .rich-link-icon {
  width: calc(var(--jm-spacer-x) * 1);
  height: calc(var(--jm-spacer-y) * 1);
  position: relative;
  border-radius: 50%;
  background-color: #292c39;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: var(--jm-transition-base);
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .jm-rich-link-wrapper .rich-link-icon {
    width: 40px;
    height: 40px;
  }
}
.jm-rich-link-wrapper .rich-link-icon i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1399.98px) {
  .jm-rich-link-wrapper .rich-link-icon i {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-link-wrapper .rich-link-icon i {
    font-size: 16px;
  }
}
.jm-rich-link-wrapper .rich-link-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.jm-rich-link-wrapper .rich-link-content .rich-link-title {
  display: block;
  font-family: var(--jm-font-family);
  font-size: 16px;
  line-height: 1.2;
  color: var(--jm-color-primary);
  transition: var(--jm-transition-base);
}
.jm-rich-link-wrapper .rich-link-content .rich-link-sub-title {
  display: block;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  line-height: 1.2;
  transition: var(--jm-transition-base);
  margin-top: 4px;
}

.jm-rich-button-wrapper {
  position: relative;
}
.jm-rich-button-wrapper.button-align-left {
  text-align: left;
}
.jm-rich-button-wrapper.button-align-center {
  text-align: center;
}
.jm-rich-button-wrapper.button-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.tablet-button-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.tablet-button-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.tablet-button-align-right {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .jm-rich-button-wrapper.mobile-button-align-left {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .jm-rich-button-wrapper.mobile-button-align-center {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .jm-rich-button-wrapper.mobile-button-align-right {
    text-align: right;
  }
}
.jm-rich-button-wrapper *:has(> span):not(:has(> i)) > span {
  text-align: center !important;
}
.jm-rich-button-wrapper *:has(> span):has(> i) > span {
  text-align: left !important;
}

.jm-custom-heading {
  position: relative;
}
.jm-custom-heading.text-align-left {
  text-align: left;
}
.jm-custom-heading.text-align-center {
  text-align: center;
}
.jm-custom-heading.text-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  .jm-custom-heading.tablet-text-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.tablet-text-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.tablet-text-align-right {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-heading.mobile-text-align-left {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-heading.mobile-text-align-center {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .jm-custom-heading.mobile-text-align-right {
    text-align: right;
  }
}
.jm-custom-heading span {
  display: block;
  font-size: var(--jm-h5-font-size);
  font-weight: 400;
  color: #8797AB;
  text-transform: none;
}

.jm-content-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .slick-slider .slick-list {
    overflow: visible;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button:before {
  display: none;
}
.jm-content-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--jm-content-indent-smaller);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}
.jm-content-carousel-wrapper .jm-carousel-container-single {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .jm-carousel-container-single {
    height: 100%;
  }
}
.jm-content-carousel-wrapper .jm-carousel-container-single .jm-carousel-container-single-body > *:last-child {
  margin-bottom: 0;
}
.jm-content-carousel-wrapper .jm-carousel-container-single > *:last-child {
  margin-bottom: 0;
}

.jm-universal-container-wrapper.flex-box > .wpb_wrapper {
  display: flex;
  justify-content: center;
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  margin-left: calc(-0.5 * var(--jm-spacer-x));
}
@media (max-width: 767.98px) {
  .jm-universal-container-wrapper.flex-box > .wpb_wrapper {
    flex-direction: column;
  }
}
.jm-universal-container-wrapper.flex-box > .wpb_wrapper > * {
  padding-left: calc(var(--jm-spacer-x) * 0.5);
  padding-right: calc(var(--jm-spacer-x) * 0.5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .jm-universal-container-wrapper.flex-box > .wpb_wrapper > * {
    padding-top: 30px;
  }
}

.jm-site-notice-section-wrapper {
  padding: 15px 0;
  background-color: var(--jm-color-secondary);
}
@media (max-width: 767.98px) {
  .jm-site-notice-section-wrapper {
    padding: 10px 0;
  }
}
.jm-site-notice-section-wrapper * {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice {
  background: none;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice i {
  font-size: 30px;
  line-height: 30px;
}
.jm-site-notice-section-wrapper .jm-site-notice {
  width: 100%;
}
.jm-site-notice-section-wrapper .jm-site-notice.infinite-scrolling {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.jm-site-notice-section-wrapper .jm-site-notice .scrolling-text {
  animation: animate_text 30s linear infinite;
  padding-right: 40px;
}
.jm-site-notice-section-wrapper .jm-site-notice .static-text {
  width: 100%;
  text-align: center;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message > * {
  margin: 2px 10px;
}
.jm-site-notice-section-wrapper .jm-site-notice a {
  color: #ffffff;
}
.jm-site-notice-section-wrapper .jm-site-notice a:hover {
  color: var(--jm-color-primary);
}
.jm-site-notice-section-wrapper .jm-site-notice .btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  min-height: auto;
  padding: 8px 14px;
  font-size: 14px;
  border-width: 1px;
}
.jm-site-notice-section-wrapper .jm-site-notice .btn:hover {
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border-color: #ffffff;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.jm-marquee-wrapper {
  position: relative;
}
.jm-marquee-wrapper .jm-marquee {
  background-color: red;
  border-radius: 8px;
  text-align: center;
  padding: 5px 20px;
}
.jm-marquee-wrapper .jm-marquee * {
  color: #ffffff;
}
.jm-marquee-wrapper .jm-marquee p {
  margin: 0;
}
.jm-marquee-wrapper .jm-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 15s linear infinite;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-item {
  white-space: nowrap;
  padding: 0 2rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.jm-testimonials-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list {
    overflow: visible !important;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
    /*
    height: inherit;
    > div {
        height: 100%;
    }
    */
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button:before {
  display: none;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}

.testimonials-feed {
  position: relative;
}
.testimonials-feed .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item {
    padding: 100px 40px 40px 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item {
    padding: 90px 30px 30px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-feed .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:before {
    left: 20px;
  }
}
.testimonials-feed .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:after {
    left: 20px;
  }
}
.testimonials-feed .item .testimonials-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item .testimonials-title {
    margin: 0 0 30px 0;
  }
}
.testimonials-feed .item .testimonials-title img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
}
.testimonials-feed .item .testimonials-title h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.testimonials-feed .item blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-feed .item blockquote p:last-child {
  margin-bottom: 0;
}

.jm-testimonials-box-wrapper {
  position: relative;
}

.jm-testimonials-box {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: var(--jm-color-bg-secondary);
  border-radius: 8px;
  padding: calc(var(--jm-spacer-y) * 0.5);
}
.jm-testimonials-box blockquote {
  padding: 0;
  margin: 0;
  font-size: var(--jm-font-size);
  position: relative;
}
.jm-testimonials-box blockquote p {
  margin-bottom: 20px;
}
.jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box .testimonials-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
}
.jm-testimonials-box .testimonials-box-footer .title {
  font-family: var(--jm-font-family);
  font-size: var(--jm-font-size);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box .testimonials-box-footer .sub-title {
  font-family: var(--jm-font-family);
  font-size: calc(var(--jm-font-size) - 2px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box .testimonials-box-footer .more-btn {
  margin-left: 40px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}
.jm-testimonials-box .testimonials-box-footer .more-btn:hover {
  color: var(--jm-color-secondary);
}

.jm-recent-news-wrapper {
  position: relative;
}
.jm-recent-news-wrapper .jm-recent-news {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  row-gap: 10px;
}
@media (max-width: 1199.98px) {
  .jm-recent-news-wrapper .jm-recent-news {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767.98px) {
  .jm-recent-news-wrapper .jm-recent-news {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper {
  padding: 0 20px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 1199.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    padding: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    width: 100%;
  }
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box {
  display: flex;
  flex-direction: column;
  gap: calc(var(--jm-spacer-y) * 0.67);
  height: 100%;
  border: 1px solid var(--jm-color-border);
  border-radius: var(--jm-border-radius);
  padding: calc(var(--jm-spacer-y) * 0.5) calc(var(--jm-spacer-x) * 0.5);
  margin: 0;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail {
  display: block;
  position: relative;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail a {
  display: block;
  z-index: 10;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content {
  position: relative;
  z-index: 10;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links {
  margin: 0 0 calc(var(--jm-spacer-y) * 0.5) 0;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links a {
  color: var(--jm-color-text-secondary);
  font-size: var(--jm-font-size);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links a:hover {
  color: var(--jm-color-text-primary);
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 {
  margin: 0;
  line-height: 1.38;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 a {
  display: block;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 a:hover {
  color: var(--jm-color-primary);
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .btn-wrapper {
  margin-top: auto;
}

.jm-youtube-box {
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  margin-bottom: var(--jm-margin-bottom);
}
.jm-youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-margin-bottom) 0 0 0;
}
.jm-youtube-box .jm-video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
}
.jm-youtube-box .jm-video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%; /* 100 * 16 / 9 */
  min-width: 100%;
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 16px;
  /*
  width: 177.77777778vh;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  overflow: hidden;
  z-index: 10;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 16px;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus,
.jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

.jm-empty-normal {
  height: var(--jm-content-indent-normal);
}

.jm-empty-larger {
  height: var(--jm-content-indent-larger);
}

.jm-empty-large {
  height: var(--jm-content-indent-large);
}

.jm-empty-small {
  height: var(--jm-content-indent-small);
}

.jm-empty-smaller {
  height: var(--jm-content-indent-smaller);
}

.vc_row-o-equal-height .service-box-wrapper.box-mode {
  height: 100%;
  margin: 0 !important;
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 767.98px) {
  .vc_row-o-equal-height .service-box-wrapper.box-mode {
    padding-bottom: 20px;
  }
}
.vc_row-o-equal-height .service-box-wrapper.box-mode .service-box {
  height: 100%;
}

.service-box-wrapper {
  position: relative;
  --service-box-border: var(--jm-color-secondary);
  --service-box-scheme: var(--jm-color-secondary);
}
.service-box-wrapper.color-scheme-purple2 {
  --service-box-border: var(--jm-color-4);
  --service-box-scheme: var(--jm-color-4);
}
.service-box-wrapper.color-scheme-yellow {
  --service-box-border: var(--jm-color-primary);
  --service-box-scheme: var(--jm-color-primary);
}
.service-box-wrapper.color-scheme-blue {
  --service-box-border: var(--jm-color-3);
  --service-box-scheme: #030ABA;
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: center;
  background-color: var(--jm-color-bg-secondary);
}
.service-box-wrapper a.service-box img {
  margin: 0 auto;
}
.service-box-wrapper a.service-box .service-box-content-wrapper {
  padding: 20px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text {
  color: var(--jm-color-text-primary);
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text * {
  color: var(--jm-color-text-primary);
}
.service-box-wrapper a.service-box h3 {
  position: relative;
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  border-radius: 20px;
  border: 2px solid #ECEEF2;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}
.service-box-wrapper .service-box:hover {
  border-color: var(--service-box-border);
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0;
  padding: 40px;
  border-bottom: 2px solid #ECEEF2;
}
@media (max-width: 767.98px) {
  .service-box-wrapper .service-box .service-box-svg-wrapper {
    padding: 20px;
  }
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.5) auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  flex: 1 0 0;
}
@media (max-width: 767.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper {
    padding: 20px;
  }
}
.service-box-wrapper .service-box .service-box-content-wrapper h3 {
  text-align: center;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text img {
  display: block;
  max-width: 120px;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > ul li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 calc(var(--jm-font-size) * 1.7);
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > ul li:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > ul li::before {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: calc(var(--jm-font-size) * 0.3);
  left: 0;
  color: var(--service-box-scheme);
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}

.service-svg-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .service-svg-box {
    margin-bottom: 20px;
  }
}
.service-svg-box h2 {
  color: var(--jm-color-secondary);
  font: italic normal 900 24px/24px var(--jm-alt-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: var(--jm-color-secondary);
  font: normal normal 600 14px/24px var(--jm-font-family);
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 30px auto;
  width: 100px;
  height: 82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box svg {
    margin: 10px auto;
  }
}
.service-svg-box svg path {
  fill: var(--jm-color-secondary);
}
.service-svg-box .btn {
  width: 100%;
}

.jm-universal-container-wrapper.services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jm-universal-container-wrapper.services-wrapper .service-box-wrapper {
  height: 100%;
  margin: 0;
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper {
    height: auto;
  }
}
.jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col {
  grid-column: span 3;
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box .service-box-svg-wrapper {
    border: none;
    border-right: 2px solid #ECEEF2;
    flex: 0 0 34%;
  }
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box .service-box-content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 60px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box .service-box-content-wrapper .text > ul {
    column-count: 2;
    column-gap: 60px;
    column-fill: balance;
  }
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box .service-box-content-wrapper .text > ul li {
    break-inside: avoid;
  }
}
@media (min-width: 1200px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper.three-col .service-box .service-box-content-wrapper .btns {
    margin-top: 0;
  }
}
.jm-universal-container-wrapper.services-wrapper .service-box-wrapper .service-box {
  height: 100%;
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.services-wrapper .service-box-wrapper .service-box {
    height: auto;
  }
}

.jm-universal-container-wrapper.icon-boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper.row-height-auto {
  grid-auto-rows: auto;
}
.jm-universal-container-wrapper.icon-boxes-wrapper.col-1-scheme {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
.jm-universal-container-wrapper.icon-boxes-wrapper.col-2-scheme {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-2-scheme {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-2-scheme {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper.col-3-scheme {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-3-scheme {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-3-scheme {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper.col-4-scheme {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1399.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-4-scheme {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-4-scheme {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper.col-4-scheme {
    grid-template-columns: repeat(1, 1fr);
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper {
  display: flex;
  height: 100%;
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper {
    height: auto;
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper.two-col {
  grid-column: span 2;
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper.two-col {
    grid-column: span 1;
  }
}
.jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper .icon-box {
  height: 100%;
}
@media (max-width: 575.98px) {
  .jm-universal-container-wrapper.icon-boxes-wrapper .icon-box-wrapper .icon-box {
    height: auto;
  }
}

.icon-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper {
    height: auto;
  }
}
.icon-box-wrapper .icon-box {
  --icon-box-bg: #FFFFFF;
  --icon-box-border: #ECEEF2;
  --icon-box-text: var(--jm-color-text-primary);
  --icon-box-title: var(--jm-color-text-primary);
  --icon-box-icon: #8797AB;
  /*
      &.color-scheme-orange {
        --icon-box-bg: #F6D155;
        --icon-box-text: #08100C;
        --icon-box-title: #A78619;
        --icon-box-icon: #A78619;
      }
      &.color-scheme-white {
        --icon-box-bg: #FFFFFF;
        --icon-box-text: #08100C;
        --icon-box-title: #08100C;
        --icon-box-icon: #EAC033;
      }
      &.color-scheme-gray {
        --icon-box-bg: #F6F4EE;
        --icon-box-text: #08100C;
        --icon-box-title: #7D7D7D;
        --icon-box-icon: #7D7D7D;
      }
  */
  display: flex;
  width: 100%;
  padding: 30px;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-radius: 20px;
  background-color: var(--icon-box-bg);
  border: 2px solid var(--icon-box-border);
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box {
    padding: 20px;
    min-height: 0;
    gap: 16px;
  }
}
.icon-box-wrapper .icon-box .icon-box-icon-wrapper img {
  display: block;
  width: 60px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.icon-box-wrapper .icon-box .icon-box-icon-wrapper .icon-box-icon {
  color: var(--icon-box-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.icon-box-wrapper .icon-box .icon-box-icon-wrapper .icon-box-icon svg {
  display: block;
  width: 60px;
  height: auto;
}
.icon-box-wrapper .icon-box .icon-box-icon-wrapper .icon-box-icon svg path {
  fill: var(--icon-box-icon);
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper .icon-box-title {
  font-size: var(--jm-h6-font-size);
  font-weight: 500;
  color: var(--icon-box-title);
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper .text {
  color: var(--icon-box-text);
  font-size: var(--jm-font-size);
  line-height: 1.55;
  display: block;
  padding: 0;
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}

.jm-gallery-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list {
    overflow: visible;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  margin-left: calc(-0.5 * var(--jm-spacer-x));
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--jm-spacer-x) * 0.5);
  padding-left: calc(var(--jm-spacer-x) * 0.5);
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div > a {
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button:before {
  display: none;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--jm-spacer-x) * 0.5);
  margin-left: calc(var(--jm-spacer-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}

.jm-gallery-animated-horizontal-wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  --base-animation-speed: 20s;
}
.jm-gallery-animated-horizontal-wrapper .jm-gallery-animated-horizontal {
  display: flex;
  overflow: hidden;
  gap: 10px;
  height: 100%;
}
.jm-gallery-animated-horizontal-wrapper .jm-gallery-animated-horizontal .group {
  display: flex;
  gap: 10px;
  will-change: transform;
  backface-visibility: hidden;
  animation: scrollHorizontalLeft linear infinite;
  animation-play-state: running;
  flex-shrink: 0;
  height: 100%;
}
.jm-gallery-animated-horizontal-wrapper .jm-gallery-animated-horizontal .group > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-blend-mode: darken;
  /*
          @media (max-width: 1399.98px) {
            width: 380px;
          }
          @media (max-width: 1199.98px) {
            width: 300px;
          }
          @media (max-width: 991.98px) {
            width: 260px;
          }
          @media (max-width: 767.98px) {
            width: 200px;
          }
  */
}
.jm-gallery-animated-horizontal-wrapper .jm-gallery-animated-horizontal img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
}
.jm-gallery-animated-horizontal-wrapper.right .jm-gallery-animated-horizontal {
  justify-content: flex-end;
}
.jm-gallery-animated-horizontal-wrapper.right .jm-gallery-animated-horizontal .group {
  justify-content: flex-end;
  animation: scrollHorizontalRight linear infinite;
}
@keyframes scrollHorizontalLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes scrollHorizontalRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 72%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.jm-photo-collage-wrapper img:first-child {
  z-index: 10;
  margin-top: 45%;
}
.jm-photo-collage-wrapper img:last-child {
  position: absolute;
  top: 0;
}
.jm-photo-collage-wrapper.position-left img:last-child {
  right: 0;
}
.jm-photo-collage-wrapper.position-left .jm-photo-collage {
  align-items: flex-start;
  justify-content: flex-start;
}
.jm-photo-collage-wrapper.position-right img:last-child {
  left: 0;
}
.jm-photo-collage-wrapper.position-right .jm-photo-collage {
  align-items: flex-end;
  justify-content: flex-end;
}

.jm-hero-section-wrapper {
  position: relative;
}
.jm-hero-section-wrapper .jm-hero-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jm-hero-section-wrapper .jm-hero-section:before {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content {
  position: relative;
  max-width: var(--jm-content-width);
  z-index: 10;
  padding: var(--jm-spacer-y) 0;
}

.jm-rich-section-wrapper {
  position: relative;
}
.jm-rich-section-wrapper .jm-rich-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-content {
  text-align: left;
  padding: 0;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image,
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
  display: none;
}
@media (max-width: 991.98px) {
  .jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .video-element {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.vc_row-o-equal-height .post-box-wrapper.box-mode {
  height: 100%;
  margin: 0 !important;
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 767.98px) {
  .vc_row-o-equal-height .post-box-wrapper.box-mode {
    padding-bottom: 20px;
  }
}
.vc_row-o-equal-height .post-box-wrapper.box-mode .post-box {
  height: 100%;
}

.post-box-wrapper {
  position: relative;
}
.post-box-wrapper .post-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.post-box-wrapper .post-box.box-mode {
  border: 1px solid var(--jm-color-border);
  padding: 40px;
  border-radius: var(--jm-border-radius);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 10px;
  }
}
.post-box-wrapper .post-box .post-box-video-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-video-wrapper video {
  cursor: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
  border-radius: var(--jm-border-radius);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.post-box-wrapper .post-box .post-box-image-wrapper {
  display: block;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.post-box-wrapper .post-box .post-box-content-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
  line-height: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover {
  color: var(--jm-color-text-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow {
  color: #ffffff;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow:before {
  width: 70px;
  height: 70px;
  opacity: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-radius: 50%;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:active {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:focus {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:after {
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
    display: none;
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 10px;
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content > *:last-child {
  margin-bottom: 0;
}
.post-box-wrapper .post-box .post-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}

.vc_row-o-equal-height .jm-contact-box-wrapper {
  height: 100%;
}

.jm-contact-box-wrapper {
  position: relative;
}
.jm-contact-box-wrapper .jm-contact-box {
  position: relative;
}
.jm-contact-box-wrapper .jm-contact-box h6 {
  color: var(--jm-color-text-secondary);
  font-size: var(--jm-font-size);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li i {
  text-align: center;
  width: 30px;
  line-height: inherit;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li a {
  text-decoration: none;
  word-break: break-all;
  overflow-wrap: break-word;
  flex: 1;
  white-space: normal !important;
}

.content-indent {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: calc(var(--jm-spacer-y) * 2);
}
.content-indent > .vc_column-inner,
.content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small {
  padding-top: var(--jm-spacer-y);
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small.vc_section.vc_section-has-fill, .content-indent-small.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent-small.vc_section.vc_section-has-fill + .vc_section {
  padding-top: var(--jm-spacer-y);
}
.content-indent-small > .vc_column-inner,
.content-indent-small > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-bottom {
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small-bottom {
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

body .wpb_content_element {
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 991.98px) {
  body .wpb_content_element {
    margin-bottom: 20px;
  }
}

.vc_row.overflow-visible[data-vc-full-width] {
  overflow: visible;
}

@media (max-width: 1199.98px) {
  .even-section > .vc_row:has(.vc_col-lg-6),
  .vc_row.even-section:has(.vc_col-lg-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row:has(.vc_col-md-6),
  .vc_row.even-section:has(.vc_col-md-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row:has(.vc_col-sm-6),
  .vc_row.even-section:has(.vc_col-sm-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:first-child,
  .vc_row.even-section > .vc_col-sm-6:first-child {
    order: 20;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:last-child,
  .vc_row.even-section > .vc_col-sm-6:last-child {
    order: 10;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:first-child,
  .vc_row.even-section > .vc_col-md-6:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:last-child,
  .vc_row.even-section > .vc_col-md-6:last-child {
    order: 10;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:first-child,
  .vc_row.even-section > .vc_col-lg-6:first-child {
    order: 20;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:last-child,
  .vc_row.even-section > .vc_col-lg-6:last-child {
    order: 10;
  }
}

@media (min-width: 1920px) {
  body .vc_section[data-vc-full-width] > .vc_row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}

body .wpb_text_column p:has(.btn + .btn) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}

.vc_empty_space[style="height: 0px"] {
  height: var(--jm-spacer-y) !important;
}

body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: var(--jm-border-radius);
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
  border-radius: var(--jm-border-radius);
}

/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #D10002;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #D10002;
  --wc-primary-text: #fbd5d6;
  --wc-secondary: #e2e5e7;
  --wc-secondary-text: #1B1212;
  --wc-highlight: #007539;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #1B1212;
  --wc-form-border-color: #1B1212;
  --wc-form-border-radius: 8px;
  --wc-form-border-width: 1px;
}

.woocommerce {
  /**
   * Generic forms styles used in places such as my account and the shortcode based checkout.
   */
}
.woocommerce form fieldset {
  padding: 19px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border-radius: var(--wc-form-border-radius);
}
.woocommerce form > *:last-child {
  margin-bottom: 0;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row #account_display_name_description {
  font-size: 14px;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: inherit;
  font-weight: normal;
  letter-spacing: normal;
  padding: 12px 19px;
  display: block;
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text, #000);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
  height: auto;
  font-size: 16px;
}
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
  border-color: currentColor;
}
.woocommerce form .form-row select {
  cursor: pointer;
  /* We hide the default chevron because it cannot be directly modified. Instead, we add a custom chevron using a background image. */
  appearance: none;
  padding-right: 3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 0.5em) 50%;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  box-shadow: none;
}
.woocommerce form .form-row .required {
  color: var(--wc-red);
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--wc-red);
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--wc-green);
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--wc-green);
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}

.select2-container {
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 19px;
  line-height: normal;
  box-sizing: border-box;
  color: var(--wc-form-color-text, #444);
  font-weight: normal;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 0.5em;
  height: 100%;
  width: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
}
.select2-container .select2-selection,
.select2-container .select2-dropdown {
  background-color: var(--wc-form-color-background, #fff);
  border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa);
  border-radius: var(--wc-form-border-radius, 4px);
}
.select2-container.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  margin: 0;
}

/**
 * Buttons
 */
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 30px;
  font-weight: 400;
  border-radius: 20px;
  left: auto;
  color: #1B1212;
  background-color: #e2e5e7;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  animation: spin 2s linear infinite;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover {
  background-color: #d4d8db;
  text-decoration: none;
  background-image: none;
  color: #1B1212;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt {
  background-color: #D10002;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover {
  background-color: #0c0808;
  color: #ffffff;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #374A6A;
  color: #ffffff;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled],
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 30px;
}
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
html .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: #e2e5e7;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  outline: none !important;
  list-style: none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: 1px solid #cfc8d8;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 479.98px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart {
    flex-direction: column;
    justify-self: center;
  }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity {
  margin: 0 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  -moz-appearance: none;
}
@media (max-width: 479.98px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity {
    margin: 0 0 20px 0;
  }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity label {
  display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity input.qty {
  width: 60px;
  order: 2;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  height: 40px;
  padding: 0;
  border: 1px solid #d7d7d7;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity input.qty:focus {
  border-color: var(--jm-color-secondary);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: var(--jm-color-secondary);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span.jm-qty-minus {
  order: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span.jm-qty-minus::before {
  content: "\f068";
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span.jm-qty-plus {
  order: 3;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity span.jm-qty-plus::before {
  content: "+";
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product form.cart div.quantity.hidden span {
  display: none;
}

.header-woo-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
@media (max-width: 479.98px) {
  .header-woo-wrapper {
    position: inherit;
  }
}

.jm-header-cart-wrapper {
  position: relative;
}
@media (max-width: 479.98px) {
  .jm-header-cart-wrapper {
    position: inherit;
  }
}
.jm-header-cart-wrapper.toggled .jm-modal {
  display: block;
}
.jm-header-cart-wrapper .widget_shopping_cart_content > *:last-child {
  margin-bottom: 0;
}
.jm-header-cart-wrapper .jm-cart-contents {
  display: flex;
  height: 40px;
  padding: 6px 7px 6px 12px;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  font-weight: 600;
  font-size: 16px;
}
.jm-header-cart-wrapper .jm-cart-contents:hover {
  background-color: var(--jm-color-text-primary);
}
.jm-header-cart-wrapper .jm-cart-contents:hover svg path {
  fill: #ffffff;
}
.jm-header-cart-wrapper .jm-cart-contents svg path {
  fill: var(--jm-color-text-primary);
}
.jm-header-cart-wrapper .jm-cart-contents .label {
  margin: 0 0 0 8px;
  display: none;
}
@media (max-width: 991.98px) {
  .jm-header-cart-wrapper .jm-cart-contents .label {
    display: none;
  }
}
.jm-header-cart-wrapper .jm-cart-contents .count {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  border-radius: 100px;
  border: 1px solid #DFDFEA;
  background-color: #ffffff;
  color: var(--jm-color-text-primary);
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991.98px) {
  .jm-header-cart-wrapper .jm-cart-contents .label {
    display: none;
  }
}
.jm-header-cart-wrapper .jm-modal {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30%;
  min-width: 300px;
}
@media (max-width: 479.98px) {
  .jm-header-cart-wrapper .jm-modal {
    width: auto;
    left: 10px;
    right: 10px;
  }
}
.jm-header-cart-wrapper .widget_shopping_cart {
  background-color: #f5f5f5;
  border: 1px solid var(--jm-color-text-secondary);
  border-radius: 8px;
  overflow: hidden;
  color: #404040;
  font-size: 0.875em;
  margin-top: 8px;
}
@media (max-width: 479.98px) {
  .jm-header-cart-wrapper .widget_shopping_cart {
    margin-top: -10px;
  }
}
.jm-header-cart-wrapper .widget_shopping_cart h2.widgettitle {
  display: none;
}
.jm-header-cart-wrapper .widget_shopping_cart * {
  font-size: 16px;
}
.jm-header-cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 10px;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget {
  background-color: #f0f0f0;
  margin-bottom: 0;
  max-height: calc(100vh - var(--jm-header-height) - 170px);
  overflow: auto;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a {
  text-decoration: none;
  line-height: 1.2;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li .quantity {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li .quantity * {
  font-size: 14px;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  left: auto;
  top: 0.2em;
  right: 0.2em;
  opacity: 1;
  background-color: #C1C1C1;
  line-height: 1;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li img {
  width: auto;
  height: 60px;
  margin-left: 1em;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total,
.jm-header-cart-wrapper .widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180469716em;
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.jm-header-cart-wrapper .widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total,
.jm-header-cart-wrapper .widget_shopping_cart p.buttons {
  padding-left: 10px;
  padding-right: 10px;
}

.jm-nav-myaccount-wrapper {
  position: relative;
}
.jm-nav-myaccount-wrapper.toggled .nav-myaccount {
  display: block;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation,
.jm-nav-myaccount-wrapper .jm-myaccount-login {
  display: flex;
  height: 40px;
  padding: 6px 12px;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  font-weight: 400;
  font-size: 18px;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation:hover,
.jm-nav-myaccount-wrapper .jm-myaccount-login:hover {
  background-color: var(--jm-color-text-primary);
  color: #ffffff;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation:hover svg path,
.jm-nav-myaccount-wrapper .jm-myaccount-login:hover svg path {
  fill: #ffffff;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation svg path,
.jm-nav-myaccount-wrapper .jm-myaccount-login svg path {
  fill: var(--jm-color-text-primary);
}
@media (max-width: 991.98px) {
  .jm-nav-myaccount-wrapper .jm-myaccount-navigation .label,
  .jm-nav-myaccount-wrapper .jm-myaccount-login .label {
    display: none;
  }
}
.jm-nav-myaccount-wrapper .nav-myaccount {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid var(--jm-color-text-secondary);
  border-radius: 8px;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu li a {
  font-size: 16px;
  color: var(--jm-color-text-primary);
  text-decoration: none;
  white-space: nowrap;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu li a:hover {
  color: var(--jm-color-secondary);
}

.jm-product-search-wrapper {
  position: relative;
}
.jm-product-search-wrapper.toggled .widget_product_search {
  display: block;
}
.jm-product-search-wrapper .jm-product-search-title {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .jm-product-search-wrapper .jm-product-search-title .label {
    display: none;
  }
}
.jm-product-search-wrapper .widget_product_search {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 30%;
  min-width: 300px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid var(--jm-color-primary);
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search {
  display: flex;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 0;
  outline: none;
  background-color: white;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:focus, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:active {
  border-color: var(--jm-color-form-accent);
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search input.search-field:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:hover, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:active {
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled:hover, .jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:disabled:focus {
  box-shadow: none;
}
.jm-product-search-wrapper .widget_product_search .woocommerce-product-search button:hover {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}

#customer_login {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768.98px) {
  #customer_login {
    flex-direction: column;
  }
}
#customer_login h2 {
  text-align: center;
}
#customer_login > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768.98px) {
  #customer_login > div {
    margin-bottom: 30px;
  }
}
#customer_login > div form {
  height: 100%;
}

.woocommerce form .form-row label {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  border: 1px solid #cfc8d8;
  margin: 0;
  text-align: left;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137);
  padding: 40px;
}
@media (max-width: 1199.98px) {
  .woocommerce form.login,
  .woocommerce form.register,
  .woocommerce form.lost_reset_password {
    border-radius: 8px;
    padding: 20px;
  }
}
.woocommerce form.login .woocommerce-privacy-policy-text,
.woocommerce form.register .woocommerce-privacy-policy-text,
.woocommerce form.lost_reset_password .woocommerce-privacy-policy-text {
  font-size: 14px;
}
.woocommerce form.login .woocommerce-form-login__rememberme,
.woocommerce form.register .woocommerce-form-login__rememberme,
.woocommerce form.lost_reset_password .woocommerce-form-login__rememberme {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.woocommerce form.login > *:last-child,
.woocommerce form.register > *:last-child,
.woocommerce form.lost_reset_password > *:last-child {
  margin-bottom: 0;
}
.woocommerce form.login .button,
.woocommerce form.register .button,
.woocommerce form.lost_reset_password .button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  min-height: auto;
  font-size: 16px;
  padding: 10px 30px !important;
}
.woocommerce form.login .button::-moz-focus-inner,
.woocommerce form.register .button::-moz-focus-inner,
.woocommerce form.lost_reset_password .button::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.woocommerce form.login .button:hover, .woocommerce form.login .button:focus,
.woocommerce form.register .button:hover,
.woocommerce form.register .button:focus,
.woocommerce form.lost_reset_password .button:hover,
.woocommerce form.lost_reset_password .button:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.woocommerce form.login .button:active,
.woocommerce form.register .button:active,
.woocommerce form.lost_reset_password .button:active {
  box-shadow: none;
}
.woocommerce form.login .button:disabled,
.woocommerce form.register .button:disabled,
.woocommerce form.lost_reset_password .button:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.woocommerce form.login .button:disabled:hover, .woocommerce form.login .button:disabled:focus,
.woocommerce form.register .button:disabled:hover,
.woocommerce form.register .button:disabled:focus,
.woocommerce form.lost_reset_password .button:disabled:hover,
.woocommerce form.lost_reset_password .button:disabled:focus {
  box-shadow: none;
}
.woocommerce form.login .button:hover, .woocommerce form.login .button:active, .woocommerce form.login .button:focus,
.woocommerce form.register .button:hover,
.woocommerce form.register .button:active,
.woocommerce form.register .button:focus,
.woocommerce form.lost_reset_password .button:hover,
.woocommerce form.lost_reset_password .button:active,
.woocommerce form.lost_reset_password .button:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.woocommerce form.lost_reset_password {
  max-width: 600px;
  margin: 0 auto !important;
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-MyAccount-navigation {
  display: flex;
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid #e2e5e7;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 3px 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e5e7;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #e2e5e7;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0db";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f290";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f56d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2b9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f2bb";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2f5";
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: block;
  border: 1px solid #e2e5e7;
  border-radius: 20px;
  padding: 6px 20px 6px 50px;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #e2e5e7;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "\f02b";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: var(--jm-color-secondary);
  position: absolute;
  top: 10px;
  left: 20px;
  width: 20px;
  text-align: center;
}

.woocommerce .woocommerce-Address address,
.woocommerce .woocommerce-customer-details address {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137);
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 20px;
}

body.woocommerce-cart .quantity label {
  display: none;
}

body table.wc-block-cart-items {
  background-color: #ffffff !important;
}

.wp-block-woocommerce-cart-order-summary-block {
  background-color: #ffffff;
}

body .wc-block-cart__submit {
  margin-top: 40px;
}

body .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 16px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 1em;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
  outline: none;
  box-shadow: none !important;
}
body .wc-block-components-button:not(.is-link)::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body .wc-block-components-button:not(.is-link):hover, body .wc-block-components-button:not(.is-link):focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
body .wc-block-components-button:not(.is-link):active {
  box-shadow: none;
}
body .wc-block-components-button:not(.is-link):disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .wc-block-components-button:not(.is-link):disabled:hover, body .wc-block-components-button:not(.is-link):disabled:focus {
  box-shadow: none;
}
body .wc-block-components-button:not(.is-link):hover {
  color: #ffffff;
  background-color: #4e4747;
  border-color: #4e4747;
}

body .wc-block-components-address-card,
body .wp-block-woocommerce-checkout-order-summary-block,
body .wc-block-components-radio-control--highlight-checked,
body .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  background-color: #ffffff;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
  padding: 0;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  display: block;
}
@media (max-width: 575.98px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 20px 0;
  }
}
.product-description {
  clear: both;
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: var(--jm-color-secondary);
  font-size: var(--jm-h4-font-size);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: var(--jm-color-secondary);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
  color: var(--wc-red);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--jm-color-secondary);
}

.woocommerce h2 {
  font-size: var(--jm-h4-font-size);
}
.woocommerce table.shop_table {
  background-color: #ffffff;
}

.woocommerce-MyAccount-content .col-1 {
  width: 100%;
}

/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: var(--jm-color-text-primary);
  font-family: var(--jm-font-family);
  font-size: var(--jm-font-size);
  font-weight: var(--jm-font-weight);
  line-height: var(--jm-line-height);
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: var(--jm-color-bg-inverse);
}

td, th {
  color: var(--jm-color-text-primary);
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-bottom: 1px solid var(--jm-color-text-primary);
}

a {
  color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
}
a:focus, a:hover {
  text-decoration: none;
  color: var(--jm-color-text-primary);
  outline: none;
}

h1, h2, h3, h4, h5, h6,
p, hr {
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
}

ul, ol, blockquote {
  margin-bottom: var(--jm-margin-bottom);
}

h1 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h1-font-size)/1.4 var(--jm-font-family-heading);
  text-transform: uppercase;
}

h2 {
  color: var(--jm-color-text-primary);
  font: 700 var(--jm-h2-font-size)/1.4 var(--jm-font-family-heading);
  text-transform: uppercase;
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: 40px;
}
h2 a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
}

h3 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h3-font-size)/1.3 var(--jm-font-family-heading);
}

h4 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h4-font-size)/1.3 var(--jm-font-family-heading);
}

h5 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h5-font-size)/1.2 var(--jm-font-family-heading);
}
h5.sub-title {
  color: #8797AB;
  margin-top: -40px;
}

h6 {
  color: var(--jm-color-text-primary);
  font: 500 var(--jm-h6-font-size)/1.2 var(--jm-font-family-heading);
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
}
.home .site {
  overflow: hidden;
}
.site .site-wrapper {
  position: relative;
  z-index: 10;
  flex: 1 0 auto;
  background-color: var(--jm-color-bg-primary);
  border-radius: 0 0 20px 20px;
}

.footer-placeholder {
  position: relative;
  z-index: 0;
}
.footer-no-animation .footer-placeholder {
  display: none;
}

body.toggled .site {
  position: fixed;
  height: 100.01%;
  width: 100%;
}

.site-content {
  position: relative;
  z-index: 40;
}

.inverted * {
  color: var(--jm-color-text-inverse);
}
.inverted a:not(.btn) {
  color: var(--jm-color-text-inverse);
}
.inverted a:not(.btn):hover {
  color: var(--jm-color-text-inverse);
}

.title-indent {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}

.content-area,
.widget-area {
  margin: calc(var(--jm-spacer-y) * 2) 0;
}
.content-area.content-area-narrow,
.widget-area.content-area-narrow {
  max-width: var(--jm-content-width-narrow);
  margin-left: auto;
  margin-right: auto;
}
.wpb-post .content-area,
.wpb-post .widget-area {
  margin-top: 0;
  margin-bottom: 0;
}
.home .content-area,
.home .widget-area {
  margin: 0;
}

.white-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding: var(--jm-spacer-y) var(--jm-spacer-x);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}

.section-about {
  position: relative;
  padding-top: calc(var(--jm-spacer-y) * 2.6);
  padding-bottom: calc(var(--jm-spacer-y) * 2.6);
}
.section-about .animated-galleries-wrapper {
  position: absolute !important;
  top: 0;
  height: 100%;
  transform: translateX(15px);
}
.section-about .animated-galleries-wrapper > .wpb_column {
  height: 100%;
}
.section-about .animated-galleries-wrapper > .wpb_column > .vc_column-inner {
  height: 100%;
}
.section-about .animated-galleries-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 50%;
  gap: 10px;
  align-items: stretch;
}
.section-about .jm-universal-container-wrapper.white-box {
  max-width: 880px;
  margin: 0 auto;
}
.section-about .jm-universal-container-wrapper.white-box h2 {
  width: 100%;
  margin: 0;
}

.section-products {
  position: relative;
}
.section-products:before {
  content: "";
  background-image: url("../images/bg-products-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  left: -7%;
  top: 200px;
  bottom: unset;
  width: 38%;
  aspect-ratio: 367/497;
  transform-origin: center center;
  animation: elementRotate 50s linear infinite;
}
@media (min-width: 1400px) {
  .section-products:before {
    top: unset;
    bottom: 48px;
  }
}
.section-products:after {
  content: "";
  background-image: url("../images/bg-products-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  right: -20.4%;
  bottom: 48px;
  width: 50%;
  aspect-ratio: 242/243;
  transform-origin: center center;
  animation: elementRotate 50s linear infinite;
}
.section-products > .vc_row:first-child:before {
  content: "";
  background-image: url("../images/bg-products-03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: -1;
  left: 60%;
  top: calc(var(--jm-spacer-y) * 2 + 115px);
  width: 11.6%;
  aspect-ratio: 1/1;
  transform-origin: center center;
  animation: elementRotate 50s linear infinite;
}

@keyframes elementRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bulk-products-wrapper {
  --jm-bulk-products-color-scheme: var(--jm-color-primary);
}
.bulk-products-wrapper.vacuum {
  --jm-bulk-products-color-scheme: #030ABA;
}
.bulk-products-wrapper.defense {
  --jm-bulk-products-color-scheme: #EE1D23;
}
.bulk-products-wrapper .bulk-products-section {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  margin: 0 0 calc(var(--jm-spacer-y) * 2) 0;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper .bulk-products-section {
    flex-direction: column;
    gap: 30px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-section-title {
  position: sticky;
  top: var(--jm-header-height);
  margin: 0;
  width: 300px;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-section-title {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list {
    width: 100%;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #DFDFEA;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item:hover, .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item.is-expanded {
  border-color: var(--jm-bulk-products-color-scheme);
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content {
    flex-wrap: wrap;
    padding: 10px;
    gap: 15px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-image {
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-image {
    flex: 0 0 100px;
    width: 100px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex: 1 1 auto;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper {
    gap: 8px;
    flex: 1 1 150px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-details,
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  min-width: 250px;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-details,
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-details,
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
    gap: 8px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
  min-width: 150px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property .label {
  color: var(--jm-color-text-secondary);
  font-size: 14px;
  font-weight: 400;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property .value {
  font-size: 18px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property.bulk-product-variations .value {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property.bulk-product-variations .value .bulk-product-color-option {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property.bulk-product-variations .value .bulk-product-color-option i {
  display: none;
  color: #ffffff;
  font-size: 14px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property.bulk-product-variations .value .bulk-product-color-option.active i {
  display: block;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity {
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-appearance: none;
  border-radius: 10px;
  border: 1px solid #DFDFEA;
  background: #FFF;
  overflow: hidden;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity input::-webkit-outer-spin-button,
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity input.qty {
  width: 60px;
  order: 1;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  height: 40px;
  padding: 0;
  border: none;
  color: var(--jm-color-text-primary);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity input.qty:focus {
  border-color: var(--jm-color-secondary);
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-left: 1px solid #DFDFEA;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: var(--jm-color-text-primary);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span.jm-qty-minus {
  order: 2;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span.jm-qty-minus::before {
  content: "\f068";
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span.jm-qty-plus {
  order: 3;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span.jm-qty-plus::before {
  content: "+";
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity.hidden span {
  display: none;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-toggle {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-toggle:hover {
  cursor: pointer;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-toggle i {
  font-size: 26px;
  color: var(--jm-color-text-primary);
  transition: all 0.3s ease;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded {
  display: none;
  padding: 20px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 30px;
  border-radius: 10px;
  background: #F9F9F9;
}
@media (max-width: 1499.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
    flex-direction: column;
  }
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
    padding: 15px;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 350px;
  flex: 0 0 auto;
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images {
    width: 100%;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-main-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #ffffff;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-main-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #ffffff;
  flex: 0 0 80px;
  align-self: stretch;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail:hover, .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail.active {
  border-color: var(--jm-bulk-products-color-scheme);
  cursor: pointer;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details h4 {
  color: var(--jm-color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0;
}
@media (max-width: 575.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper {
    grid-template-columns: 1fr;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper > div {
  padding: 5px 0;
  border-bottom: 1px solid #E9EBEE;
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .label {
    border-bottom: none;
    padding: 5px 0 0 0;
  }
}
.bulk-products-wrapper .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .value {
  font-size: 14px;
  padding-left: 30px;
}
.bulk-products-wrapper .jm-bulk-products-total-section {
  display: flex;
  padding-top: 60px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  align-self: stretch;
  border-top: 1px solid #DFDFEA;
}
@media (max-width: 1199.98px) {
  .bulk-products-wrapper .jm-bulk-products-total-section {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper .jm-bulk-products-total-section {
    flex-direction: column;
  }
}
.bulk-products-wrapper .jm-bulk-products-total-section h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .bulk-products-wrapper .jm-bulk-products-total-section h3 {
    width: 100%;
  }
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper .jm-bulk-products-total-section .jm-bulk-products-totals {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px;
  }
}
.bulk-products-wrapper .jm-bulk-products-total-section .jm-bulk-products-totals .label {
  color: var(--jm-color-text-secondary);
  font-size: 14px;
  font-weight: 400;
}
.bulk-products-wrapper .jm-bulk-products-total-section .jm-bulk-products-totals .value {
  font-size: var(--jm-h5-font-size);
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .bulk-products-wrapper .jm-bulk-products-total-section .jm-bulk-products-submit {
    width: 100%;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section {
  flex-direction: column;
  gap: 0;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  flex: 1 0 0;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--jm-spacer-x);
  width: 100%;
  border-radius: 0;
  border: none;
}
@media (max-width: 1199.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item {
    flex-direction: column;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item:hover, .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item.is-expanded {
  border-color: transparent;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content {
  position: sticky;
  top: var(--jm-header-height);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 30px;
  border-radius: 20px;
  border: 1px solid #DFDFEA;
  flex: 0 0 390px;
}
@media (max-width: 1199.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content {
    padding: 10px;
    gap: 15px;
    flex: 0 0 auto;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 1 auto;
}
@media (max-width: 767.968px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper {
    flex: 0 0 auto;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-details,
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}
@media (max-width: 1399.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-details,
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
    min-width: 0;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-pricing {
  min-width: 0;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property .label {
  color: var(--jm-color-text-secondary);
  font-size: 14px;
  font-weight: 400;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property .value {
  font-size: 18px;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content .bulk-product-details-wrapper .bulk-product-property h3.value {
  font-size: var(--jm-h3-font-size);
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity {
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
@media (max-width: 767.968px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity {
    flex: 0 0 auto;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity input.qty {
  width: 100%;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-item-content div.quantity span {
  flex: 0 0 40px;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded {
  display: block;
  padding: 0;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-video {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: var(--jm-spacer-y);
  aspect-ratio: 1150/646.88;
  position: relative;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--jm-spacer-x);
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 1499.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
    flex-direction: column;
  }
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content {
    padding: 15px;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 350px;
  flex: 0 0 auto;
}
@media (max-width: 499.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images {
    width: 100%;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-main-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #ffffff;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-main-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-self: stretch;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  border: 2px solid #ffffff;
  flex: 0 0 80px;
  align-self: stretch;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail:hover, .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail.active {
  border-color: var(--jm-color-secondary);
  cursor: pointer;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-expanded-images .bulk-product-thumbnails .bulk-product-thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details h4 {
  color: var(--jm-color-text-secondary);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0;
}
@media (max-width: 575.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper {
    grid-template-columns: 1fr;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper > div {
  padding: 5px 0;
  border-bottom: 1px solid #E9EBEE;
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .label {
    border-bottom: none;
    padding: 5px 0 0 0;
  }
}
.bulk-products-wrapper.bulk-products-detailed .bulk-products-section .bulk-products-list .bulk-product-item .bulk-product-expanded .bulk-product-expanded-content .bulk-product-details .bulk-product-specifications .bulk-product-spec-wrapper .value {
  font-size: 14px;
  padding-left: 30px;
}

#jm-to-totals-wrapper {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 999;
}

#jm-to-totals-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background 0.3s, transform 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
#jm-to-totals-btn:hover {
  background: #555;
  color: #fff;
  transform: translateY(-2px);
}

body .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

/*# sourceMappingURL=style.css.map */