@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=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&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: #596277;
  --jm-color-text-secondary: #737373;
  --jm-color-text-inverse: #fff;
  /* Brand colors */
  --jm-color-primary: #0B2154;
  --jm-color-primary-hover: #081A42;
  --jm-color-primary-active: #081A42;
  --jm-color-secondary: #305CDE;
  --jm-color-secondary-hover: #2448B8;
  --jm-color-secondary-active: #1E3D9C;
  --jm-color-accent: #D81324;
  /* Background colors */
  --jm-color-bg-primary: #f5f5f5;
  --jm-color-bg-secondary: #f5f5f5;
  --jm-color-bg-inverse: #27282C;
  /* Border colors */
  --jm-color-border: #ddd;
  --jm-color-border-strong: #bbb;
  /* 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;
  --jm-color-warning: #ffc107;
  --jm-color-danger: #dc3545;
  --jm-color-info: #17a2b8;
}

:root, [data-theme=default] {
  --jm-font-family: "DM Sans", sans-serif;
  --jm-font-family-heading: "DM Sans", sans-serif;
  --jm-font-size: 16px;
  --jm-font-weight: 400;
  --jm-line-height: 1.67;
  --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: max(20px, calc(var(--jm-spacer-y) * 0.4));
  --jm-el-margin-bottom: max(20px, calc(var(--jm-spacer-y) * 0.4));
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 120px;
  --jm-content-width-max: 1400px;
  --jm-content-width: 100%;
  --jm-content-width-narrow: 100%;
  --overflow-clip-fallback: clip;
  --jm-content-indent-larger: max(60px,calc(var(--jm-spacer-y) * 3));
  --jm-content-indent-large: max(50px,calc(var(--jm-spacer-y) * 2));
  --jm-content-indent-normal: max(40px, calc(var(--jm-spacer-y) * 1));
  --jm-content-indent-small: 20px;
  --jm-content-indent-smaller: 10px;
  --jm-border-radius: max(8px, calc(var(--jm-spacer-x) * 0.30));
  --jm-transition-base: all 0.3s ease;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.1;
    --jm-font-size: calc(16px + (8px * var(--jm-content-scale)));
    --jm-h1-font-size: calc(32px + (26px * var(--jm-content-scale)));
    --jm-h2-font-size: calc(28px + (22px * var(--jm-content-scale)));
    --jm-h3-font-size: calc(24px + (18px * var(--jm-content-scale)));
    --jm-h4-font-size: calc(20px + (16px * var(--jm-content-scale)));
    --jm-h5-font-size: calc(18px + (10px * var(--jm-content-scale)));
    --jm-h6-font-size: calc(16px + (6px * var(--jm-content-scale)));
    --jm-spacer-x: 20px;
    --jm-spacer-y: 20px;
    --jm-header-height: 120px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-scale: 0.2;
    --jm-header-height: 120px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.4;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.6;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-content-width: 1400px;
    --jm-content-width-narrow: 1200px;
    --jm-content-scale: 0.8;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-content-scale: 1;
    --jm-header-height: 120px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--jm-content-width);
  }
}

.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)) !important;
  margin-right: calc(-0.5 * var(--jm-spacer-x)) !important;
}

.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: max(-10px, -0.3 * var(--jm-spacer-x));
  margin-right: max(-10px, -0.3 * var(--jm-spacer-x));
}
.vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: max(10px, 0.3 * var(--jm-spacer-x));
  padding-right: max(10px, 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;
}

.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.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-primary {
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.btn.btn-secondary {
  color: #ffffff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.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;
  padding-right: 70px;
}
.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: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.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;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 0;
  -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 .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_anchor {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  order: 0;
}
body .gform_wrapper.gravity-theme .gform_heading h2.gform_title {
  margin: 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  margin: 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-block-end: 0;
  margin-block-start: 0;
  order: 5;
}
body .gform_wrapper.gravity-theme > form {
  order: 10;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 20px [12];
  grid-row-gap: 20px;
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
    padding-left: 10px;
    padding-right: 0;
  }
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 10px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 40px 0 0 0;
}
body .gform_wrapper.gravity-theme .gform_footer footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  border: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_footer input::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_page_footer footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_page_footer input::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body .gform_wrapper.gravity-theme .gform_footer footer button:hover, body .gform_wrapper.gravity-theme .gform_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
body .gform_wrapper.gravity-theme .gform_footer input:focus,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_page_footer input:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input:focus {
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button:active,
body .gform_wrapper.gravity-theme .gform_footer input:active,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:active,
body .gform_wrapper.gravity-theme .gform_page_footer input:active {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button:disabled,
body .gform_wrapper.gravity-theme .gform_footer input:disabled,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled,
body .gform_wrapper.gravity-theme .gform_page_footer input: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.gravity-theme .gform_footer footer button:disabled:hover, body .gform_wrapper.gravity-theme .gform_footer footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_footer input:disabled:hover,
body .gform_wrapper.gravity-theme .gform_footer input:disabled:focus,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled:hover,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_page_footer input:disabled:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_complex label,
body .gform_wrapper.gravity-theme .ginput_complex legend {
  display: none;
}
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  color: var(--jm-color-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .gfield_label {
  color: var(--jm-color-text-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 10px 10px;
  padding: 0;
}
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 .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14px;
  margin-block-start: 10px;
  padding: 8px 20px;
  border-radius: 10px;
}
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 {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 40px;
  width: 100%;
  padding: 0 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;
  color: #ffffff;
}
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 */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 40px;
  width: 100%;
  padding: 0 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);
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper .gfield_label {
  font-weight: 600;
  color: var(--jm-color-primary);
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  min-height: 48px;
  padding: 10px 14px;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_button {
  background-color: var(--jm-color-secondary);
  color: #fff;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  text-transform: capitalize;
  min-height: 50px;
  padding: 14px 29px;
  cursor: pointer;
}

#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%;

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

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

    &: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;
  gap: 10px;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0;
  padding: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background-color: var(--jm-color-secondary);
  border-radius: 50%;
}
.social-menu a:hover, .social-menu a:focus {
  color: var(--jm-color-primary);
  text-decoration: none;
}
.social-menu a::before {
  content: "\f0c1";
  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;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-menu a[href*="//linkedin.com"]::before, .social-menu a[href*=".linkedin.com"]::before {
  content: "\f08c";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//instagram.com"]::before, .social-menu a[href*=".instagram.com"]::before {
  content: "\f16d";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//facebook.com"]::before, .social-menu a[href*=".facebook.com"]::before {
  content: "\f09a";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//messenger.com"]::before, .social-menu a[href*=".messenger.com"]::before {
  content: "\f39f";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//x.com"]::before, .social-menu a[href*=".x.com"]::before {
  content: "\e61b";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//twitter.com"]::before, .social-menu a[href*=".twitter.com"]::before {
  content: "\f099";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//youtube.com"]::before, .social-menu a[href*=".youtube.com"]::before {
  content: "\f167";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//vimeo.com"]::before, .social-menu a[href*=".vimeo.com"]::before {
  content: "\f40a";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//yelp.com"]::before, .social-menu a[href*=".yelp.com"]::before {
  content: "\f1e9";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//tiktok.com"]::before, .social-menu a[href*=".tiktok.com"]::before {
  content: "\e07b";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//github.com"]::before, .social-menu a[href*=".github.com"]::before {
  content: "\f09b";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//gitlab.com"]::before, .social-menu a[href*=".gitlab.com"]::before {
  content: "\f296";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//bitbucket.org"]::before, .social-menu a[href*=".bitbucket.org"]::before {
  content: "\f171";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//codepen.io"]::before, .social-menu a[href*=".codepen.io"]::before {
  content: "\f1cb";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//pinterest.com"]::before, .social-menu a[href*=".pinterest.com"]::before {
  content: "\f0d2";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//reddit.com"]::before, .social-menu a[href*=".reddit.com"]::before {
  content: "\f1a1";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//snapchat.com"]::before, .social-menu a[href*=".snapchat.com"]::before {
  content: "\f2ab";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//tumblr.com"]::before, .social-menu a[href*=".tumblr.com"]::before {
  content: "\f173";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//whatsapp.com"]::before, .social-menu a[href*=".whatsapp.com"]::before {
  content: "\f232";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//wa.me"]::before, .social-menu a[href*=".wa.me"]::before {
  content: "\f232";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//twitch.tv"]::before, .social-menu a[href*=".twitch.tv"]::before {
  content: "\f1e8";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//discord.com"]::before, .social-menu a[href*=".discord.com"]::before {
  content: "\f392";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//telegram.org"]::before, .social-menu a[href*=".telegram.org"]::before {
  content: "\f2c6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//telegram.me"]::before, .social-menu a[href*=".telegram.me"]::before {
  content: "\f2c6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//t.me"]::before, .social-menu a[href*=".t.me"]::before {
  content: "\f2c6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//vk.com"]::before, .social-menu a[href*=".vk.com"]::before {
  content: "\f189";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//ok.ru"]::before, .social-menu a[href*=".ok.ru"]::before {
  content: "\f263";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//threads.net"]::before, .social-menu a[href*=".threads.net"]::before {
  content: "\e618";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//bsky.app"]::before, .social-menu a[href*=".bsky.app"]::before {
  content: "\e671";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//mastodon.social"]::before, .social-menu a[href*=".mastodon.social"]::before {
  content: "\f4f6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//medium.com"]::before, .social-menu a[href*=".medium.com"]::before {
  content: "\f23a";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//dribbble.com"]::before, .social-menu a[href*=".dribbble.com"]::before {
  content: "\f17d";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//behance.net"]::before, .social-menu a[href*=".behance.net"]::before {
  content: "\f1b4";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//spotify.com"]::before, .social-menu a[href*=".spotify.com"]::before {
  content: "\f1bc";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//soundcloud.com"]::before, .social-menu a[href*=".soundcloud.com"]::before {
  content: "\f1be";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//mixcloud.com"]::before, .social-menu a[href*=".mixcloud.com"]::before {
  content: "\f289";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//deezer.com"]::before, .social-menu a[href*=".deezer.com"]::before {
  content: "\e077";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//bandcamp.com"]::before, .social-menu a[href*=".bandcamp.com"]::before {
  content: "\f2d5";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//last.fm"]::before, .social-menu a[href*=".last.fm"]::before {
  content: "\f202";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//slack.com"]::before, .social-menu a[href*=".slack.com"]::before {
  content: "\f198";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//skype.com"]::before, .social-menu a[href*=".skype.com"]::before {
  content: "\f17e";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//signal.org"]::before, .social-menu a[href*=".signal.org"]::before {
  content: "\e663";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//signal.me"]::before, .social-menu a[href*=".signal.me"]::before {
  content: "\e663";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//flickr.com"]::before, .social-menu a[href*=".flickr.com"]::before {
  content: "\f16e";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//patreon.com"]::before, .social-menu a[href*=".patreon.com"]::before {
  content: "\f3d9";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//stackoverflow.com"]::before, .social-menu a[href*=".stackoverflow.com"]::before {
  content: "\f16c";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//quora.com"]::before, .social-menu a[href*=".quora.com"]::before {
  content: "\f2c4";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//meetup.com"]::before, .social-menu a[href*=".meetup.com"]::before {
  content: "\f2e0";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//etsy.com"]::before, .social-menu a[href*=".etsy.com"]::before {
  content: "\f2d7";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//foursquare.com"]::before, .social-menu a[href*=".foursquare.com"]::before {
  content: "\f180";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//goodreads.com"]::before, .social-menu a[href*=".goodreads.com"]::before {
  content: "\f3a8";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//producthunt.com"]::before, .social-menu a[href*=".producthunt.com"]::before {
  content: "\f288";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//kickstarter.com"]::before, .social-menu a[href*=".kickstarter.com"]::before {
  content: "\f3bb";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//xing.com"]::before, .social-menu a[href*=".xing.com"]::before {
  content: "\f168";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//letterboxd.com"]::before, .social-menu a[href*=".letterboxd.com"]::before {
  content: "\e62d";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//imdb.com"]::before, .social-menu a[href*=".imdb.com"]::before {
  content: "\f2d8";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//weibo.com"]::before, .social-menu a[href*=".weibo.com"]::before {
  content: "\f18a";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//weixin.qq.com"]::before, .social-menu a[href*=".weixin.qq.com"]::before {
  content: "\f1d7";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//wechat.com"]::before, .social-menu a[href*=".wechat.com"]::before {
  content: "\f1d7";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//line.me"]::before, .social-menu a[href*=".line.me"]::before {
  content: "\f3c0";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//steampowered.com"]::before, .social-menu a[href*=".steampowered.com"]::before {
  content: "\f1b6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//steamcommunity.com"]::before, .social-menu a[href*=".steamcommunity.com"]::before {
  content: "\f1b6";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//bilibili.com"]::before, .social-menu a[href*=".bilibili.com"]::before {
  content: "\e3d9";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}
.social-menu a[href*="//news.ycombinator.com"]::before, .social-menu a[href*=".news.ycombinator.com"]::before {
  content: "\f1d4";
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 0 rgba(11, 33, 84, 0.08);
}
.site-header .site-header-topbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  font-weight: 500;
  color: var(--jm-color-text-primary);
}
.site-header .site-header-topbar .site-header-topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  min-height: 40px;
  padding: 6px 0;
}
@media (max-width: 767.98px) {
  .site-header .site-header-topbar .site-header-topbar-inner {
    justify-content: center;
    gap: 10px 16px;
  }
}
.site-header .site-header-topbar .site-header-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--jm-color-text-primary);
  text-decoration: none;
  margin: 0;
}
.site-header .site-header-topbar .site-header-topbar-item .widget-title {
  display: none;
}
.site-header .site-header-topbar .site-header-topbar-item .textwidget,
.site-header .site-header-topbar .site-header-topbar-item .custom-html-widget {
  display: inline-flex;
  align-items: center;
}
.site-header .site-header-topbar .site-header-topbar-item p {
  margin: 0;
}
.site-header .site-header-topbar .site-header-topbar-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.site-header .site-header-topbar .site-header-topbar-item i {
  color: var(--jm-color-accent);
  font-size: 13px;
}
.site-header .site-header-topbar .site-header-topbar-item a:hover {
  color: var(--jm-color-primary);
}
.site-header > .wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 991.98px) {
  .site-header > .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.site-header .site-header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  grid-column-gap: 30px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper {
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 12px;
  }
}
.site-header .site-header-wrapper .header-logo-wrapper {
  grid-column: 1;
  grid-row: 1;
}
.site-header .site-header-wrapper .header-widget-01-wrapper,
.site-header .site-header-wrapper .header-widget-02-wrapper,
.site-header .site-header-wrapper .header-social-wrapper {
  display: none;
}
.site-header .site-header-wrapper .header-nav-wrapper {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-nav-wrapper {
    display: none !important;
  }
}
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-woocommerce-widgets-wrapper {
    grid-column: 2;
  }
}
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .label {
  display: none;
}
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-product-search-title,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-cart-contents,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-myaccount-navigation,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-myaccount-login {
  color: var(--jm-color-primary);
}
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-product-search-title:hover,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-cart-contents:hover,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-myaccount-navigation:hover,
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .jm-myaccount-login:hover {
  color: var(--jm-color-accent);
}
.site-header .site-header-wrapper .header-woocommerce-widgets-wrapper .count {
  background-color: var(--jm-color-accent);
  color: #fff;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .mobile-header-wrapper {
    grid-column: 3;
    grid-row: 1;
  }
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.site-header .logo a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.site-header .logo a > img {
  max-height: 58px;
  width: auto;
  height: auto;
}
.site-header .logo a > svg {
  display: block;
  width: 200px;
  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: 991.98px) {
  .site-header .header-nav-wrapper {
    display: none !important;
  }
}

.mobile-site-header,
.mobile-header-wrapper {
  display: none;
}
@media (max-width: 991.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: 992px) {
  .primary-menu {
    --jm-menu-link-color: var(--jm-color-primary);
    --jm-menu-link-color-active: var(--jm-color-accent);
    --jm-menu-sub-bg-color: #ffffff;
    --jm-menu-sub-link-color: var(--jm-color-primary);
    --jm-menu-sub-link-color-active: #f7f7f7;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .primary-menu > li {
    margin: 0;
    padding: 0;
  }
  .primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 32px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    color: var(--jm-menu-link-color);
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .primary-menu > li > a::after {
    color: var(--jm-menu-link-color);
  }
  .primary-menu > li > a:hover {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
  }
  .primary-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 {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
  }
  .primary-menu > li:hover > a::before, .primary-menu > li.focus > a::before, .primary-menu > li.current-menu-item > a::before, .primary-menu > li.current-menu-ancestor > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 2px;
    background-color: var(--jm-color-accent);
  }
  .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 {
    color: var(--jm-menu-link-color-active);
  }
  .primary-menu > li:hover > a::after, .primary-menu > li.focus > a::after {
    color: var(--jm-menu-link-color-active);
    transform: rotate(-180deg) !important;
  }
  .primary-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 {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background-color: var(--jm-menu-sub-bg-color);
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(11, 33, 84, 0.12);
  }
  .primary-menu li ul::before, .primary-menu li ul.sub-menu::before {
    display: none;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: var(--jm-menu-sub-link-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
    padding: 10px 20px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: var(--jm-color-accent);
    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 {
    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 {
    background-color: var(--jm-menu-sub-link-color-active);
    color: var(--jm-color-accent);
    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 {
    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 {
    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 {
    margin-left: 0;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    display: block !important;
    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 {
    opacity: 1;
    max-height: 9999px;
    transform: translateY(0);
    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 {
    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 {
    left: auto;
    right: 0;
  }
  .primary-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 {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-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 {
    display: none;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--jm-color-primary);
  font-size: 22px;
  line-height: 1;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-nav-mobile-overlay {
  display: none;
  position: fixed;
  top: var(--jm-admin-y);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  background: rgba(0, 0, 0, 0.45);
}
body.toggled .site-nav-mobile-overlay {
  display: block;
}

.site-nav-mobile {
  position: fixed;
  top: var(--jm-admin-y);
  left: 0;
  z-index: 260;
  width: 288px;
  max-width: 86vw;
  height: calc(100% - var(--jm-admin-y));
  height: calc(100dvh - var(--jm-admin-y));
  padding: 30px 20px 30px 24px;
  overflow-y: auto;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  opacity: 1;
  transition: transform 0.3s ease;
  box-shadow: 4px 0 24px rgba(11, 33, 84, 0.12);
}
.site-nav-mobile.toggled {
  transform: translate3d(0, 0, 0);
}

.site-nav-mobile-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.site-nav-mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jm-color-primary);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.site-nav-mobile-logo {
  margin: 0 28px 20px 0;
}
.site-nav-mobile-logo .logo a img,
.site-nav-mobile-logo .logo a svg {
  display: block;
  max-width: 180px;
  height: auto;
}

.site-nav-mobile-search {
  margin: 0 0 20px;
}
.site-nav-mobile-search .woocommerce-product-search,
.site-nav-mobile-search .search-form {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.site-nav-mobile-search .search-field,
.site-nav-mobile-search input[type=search],
.site-nav-mobile-search input[type=text] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0;
}
.site-nav-mobile-search button,
.site-nav-mobile-search .search-submit {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 12px;
  color: #fff;
  background-color: var(--jm-color-primary);
  border: 1px solid var(--jm-color-primary);
  border-radius: 0;
  cursor: pointer;
}

.site-nav-mobile .header-widget-wrapper {
  display: none;
}
.site-nav-mobile .nav-primary {
  flex: 1 1 auto;
}
.site-nav-mobile .opener {
  margin-left: 8px;
  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 .primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-nav-mobile .primary-menu > li > a {
  font-size: 15px;
  font-weight: 400;
}
.site-nav-mobile .primary-menu li.current-menu-item > a,
.site-nav-mobile .primary-menu li.current-menu-ancestor > a {
  color: var(--jm-color-secondary);
}
.site-nav-mobile .primary-menu li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-nav-mobile .primary-menu li.menu-item-has-children > a {
  flex: 1 1 auto;
}
.site-nav-mobile .primary-menu li.menu-item-has-children > .opener {
  flex: 0 0 auto;
}
.site-nav-mobile .primary-menu li.menu-item-has-children > .sub-menu {
  flex: 1 0 100%;
}
.site-nav-mobile .primary-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.site-nav-mobile .primary-menu li > a {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--jm-color-primary);
  text-decoration: none;
}
.site-nav-mobile .primary-menu li > a:hover {
  color: var(--jm-color-secondary);
}
.site-nav-mobile .primary-menu ul.sub-menu {
  margin: 0;
  padding: 0 0 8px 16px;
}
.site-nav-mobile .primary-menu ul.sub-menu a {
  font-size: 14px;
  padding: 6px 0;
}
.site-nav-mobile .primary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-nav-mobile-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 30px;
}
.site-nav-mobile-bottom a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--jm-color-text-primary);
  font-size: 15px;
  text-decoration: none;
}
.site-nav-mobile-bottom a i {
  width: 16px;
  color: var(--jm-color-primary);
}
.site-nav-mobile-bottom a:hover {
  color: var(--jm-color-secondary);
}

.site-footer {
  background-color: #27282c;
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: 14px;
  line-height: 1.67;
  color: #afb5bb;
}
.site-footer .site-footer-main {
  background-color: #27282c;
  padding: var(--jm-spacer-y) 0;
}
.site-footer .site-footer-main-inner {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  grid-column-gap: var(--jm-spacer-x);
  align-items: center;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-main-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    grid-row-gap: 30px;
  }
}
.site-footer .site-footer-logo-wrapper {
  grid-column: 1;
  justify-self: start;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-logo-wrapper {
    justify-self: center;
  }
}
.site-footer .site-footer-logo-wrapper a {
  display: block;
}
.site-footer .site-footer-logo-wrapper svg {
  display: block;
  width: 180px;
  height: auto;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-logo-wrapper svg {
    width: 150px;
  }
}
.site-footer .site-footer-logo-wrapper img {
  display: block;
  width: 160px;
  height: auto;
}
.site-footer .site-footer-contact-wrapper {
  grid-column: 2;
  justify-self: start;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.67;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-contact-wrapper {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }
}
.site-footer .site-footer-contact-wrapper .footer-widget {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.site-footer .site-footer-contact-wrapper .widget-title,
.site-footer .site-footer-contact-wrapper .site-footer-contact-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
}
.site-footer .site-footer-contact-wrapper .textwidget,
.site-footer .site-footer-contact-wrapper .custom-html-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 40px;
  row-gap: 12px;
  margin: 0 auto 0 0;
  color: #afb5bb;
  font-size: 14px;
  line-height: 1.67;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-contact-wrapper .textwidget,
  .site-footer .site-footer-contact-wrapper .custom-html-widget {
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 0 auto;
  }
}
.site-footer .site-footer-contact-wrapper p,
.site-footer .site-footer-contact-wrapper li {
  margin: 0;
  color: #afb5bb;
  font-size: 14px;
  line-height: 1.67;
}
.site-footer .site-footer-contact-wrapper a {
  color: #fff;
  text-decoration: none;
}
.site-footer .site-footer-contact-wrapper a:hover {
  color: var(--jm-color-secondary);
}
.site-footer .site-footer-bar {
  background-color: #000;
  padding: 15px 0;
}
.site-footer .site-footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-bar-inner {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer .site-footer-copyright-wrapper {
  text-align: left;
}
.site-footer .site-footer-copyright-wrapper .copyright {
  margin: 0;
  padding: 0;
  color: #afb5bb;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-copyright-wrapper {
    text-align: center;
  }
}
.site-footer .site-footer-logo-jm-wrapper a {
  display: block;
}
.site-footer .site-footer-logo-jm-wrapper svg {
  display: block;
  width: 150px;
  height: auto;
}

.simple-title-wrapper,
.rich-title-wrapper {
  position: relative;
  padding: 90px 0 110px;
  margin: 0;
  text-align: center;
  min-height: 414px;
  display: flex;
  align-items: center;
  background-color: var(--jm-color-primary);
  background-image: var(--jm-title-banner-image);
  background-size: cover;
  background-position: center;
  /*
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 33, 84, 0.28);
  }

   */
}
@media (max-width: 767.98px) {
  .simple-title-wrapper,
  .rich-title-wrapper {
    padding: 60px 0 70px;
    min-height: 260px;
  }
}
.simple-title-wrapper .wrapper,
.simple-title-wrapper .container,
.simple-title-wrapper .row,
.simple-title-wrapper .col-12,
.rich-title-wrapper .wrapper,
.rich-title-wrapper .container,
.rich-title-wrapper .row,
.rich-title-wrapper .col-12 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.simple-title-wrapper h1.page-title,
.simple-title-wrapper h2.page-title,
.rich-title-wrapper h1.page-title,
.rich-title-wrapper h2.page-title {
  margin: 0 0 10px;
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
@media (max-width: 767.98px) {
  .simple-title-wrapper h1.page-title,
  .simple-title-wrapper h2.page-title,
  .rich-title-wrapper h1.page-title,
  .rich-title-wrapper h2.page-title {
    font-size: 40px;
  }
}
.simple-title-wrapper .breadcrumbs,
.rich-title-wrapper .breadcrumbs {
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.simple-title-wrapper .breadcrumbs a,
.rich-title-wrapper .breadcrumbs a {
  color: #fff;
}
.simple-title-wrapper .breadcrumbs a:hover,
.rich-title-wrapper .breadcrumbs a:hover {
  color: var(--jm-color-secondary);
}

body.single-product .simple-title-wrapper h1.page-title,
body.single-product .simple-title-wrapper h2.page-title,
body.single-product .rich-title-wrapper h1.page-title,
body.single-product .rich-title-wrapper h2.page-title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.rich-title-wrapper .page-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rich-title-wrapper .page-header > * {
  margin-bottom: 10px;
}
.rich-title-wrapper .page-header > *:last-child {
  margin-bottom: 0;
}
.rich-title-wrapper .page-title-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  max-width: 720px;
}
.rich-title-wrapper .page-title-description *:last-child {
  margin-bottom: 0;
}
.rich-title-wrapper .page-title-description a {
  color: #fff;
}
.rich-title-wrapper .page-title-description a:hover {
  color: var(--jm-color-secondary);
}
.rich-title-wrapper .page-title-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
}
.rich-title-wrapper .page-title-menu ul li {
  margin: 0;
  padding: 2px 5px;
}
.rich-title-wrapper .page-title-menu ul li a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 25px;
  padding: 14px 26px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-title-menu ul li a {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 16px;
  }
}
.rich-title-wrapper .page-title-menu ul li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}
.rich-title-wrapper .page-title-menu ul li.current-menu-item > a, .rich-title-wrapper .page-title-menu ul li.current-menu-ancestor > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}

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

.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 700px;
  display: block;
  overflow: hidden;
}
.cycle-slider .cycle-pager {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.cycle-slider .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border-radius: 50%;
  cursor: pointer;
}
.cycle-slider .cycle-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border: 2px solid var(--jm-color-secondary);
  position: absolute;
  display: block;
  border-radius: 50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active {
  background-color: #ffffff;
}
.cycle-slider .cycle-pager span.cycle-pager-active:before {
  opacity: 0;
}
.cycle-slider .cycle-prev,
.cycle-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  z-index: 500;
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover,
.cycle-slider .cycle-next:hover {
  color: var(--jm-color-secondary);
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 52, 65, 0.5);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption {
    position: relative;
    height: auto;
    padding: 10px 0 50px 0;
  }
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cycle-slider h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

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

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: max(20px, 0.6 * var(--jm-spacer-x));
  margin: 0;
}

.search-result-item {
  border: 1px solid var(--jm-color-border);
  border-radius: var(--jm-border-radius);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.search-result-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.search-result-item .search-result-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.search-result-item .search-result-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.search-result-item .search-result-content .search-result-title {
  margin: 0;
}
.search-result-item .search-result-content .search-result-excerpt {
  margin: 0;
}
.search-result-item .search-result-content .search-result-excerpt > *:last-child {
  margin-bottom: 0;
}
.search-result-item .search-result-content .search-result-excerpt strong, .search-result-item .search-result-content .search-result-excerpt mark, .search-result-item .search-result-content .search-result-excerpt .relevanssi-highlight {
  background: #fff176;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: bold;
}
.search-result-item .search-result-content .search-result-excerpt .jm-empty-space {
  display: none !important;
}
.search-result-item .search-result-content .search-result-btn {
  margin: auto 0 0 0;
}

.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;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 0;
  -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;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-icon::after {
  display: none;
}
.jm-custom-accordion .jm-custom-accordion-header {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 10px 0;
  color: var(--jm-color-primary);
  cursor: pointer;
}
.jm-custom-accordion .jm-custom-accordion-header .jm-custom-accordion-icon {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 2px 20px 0 0;
  border: 2px solid var(--jm-color-secondary);
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}
.jm-custom-accordion .jm-custom-accordion-header .jm-custom-accordion-icon::before, .jm-custom-accordion .jm-custom-accordion-header .jm-custom-accordion-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: var(--jm-color-secondary);
  transform: translate(-50%, -50%);
}
.jm-custom-accordion .jm-custom-accordion-header .jm-custom-accordion-icon::before {
  width: 10px;
  height: 2px;
}
.jm-custom-accordion .jm-custom-accordion-header .jm-custom-accordion-icon::after {
  width: 2px;
  height: 10px;
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin: 0;
  color: var(--jm-color-primary);
  position: relative;
}
.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: max-height 0.5s ease;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 10px 50px;
  margin-bottom: 0;
  color: var(--jm-color-text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body p {
  margin: 0 0 27px;
  color: var(--jm-color-text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body a {
  color: var(--jm-color-text-primary);
  font-weight: 400;
  text-decoration: none;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body a:hover {
  color: var(--jm-color-secondary);
}
.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: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-left {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-center {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-right {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.mobile-button-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.mobile-button-align-center {
    text-align: center;
  }
}
@media (max-width: 991.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;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jm-custom-heading.text-align-left {
  text-align: left;
  align-items: flex-start;
}
.jm-custom-heading.text-align-center {
  text-align: center;
  align-items: center;
}
.jm-custom-heading.text-align-right {
  text-align: right;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-left {
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-center {
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-right {
    text-align: right;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-left {
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-center {
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-right {
    text-align: right;
    align-items: flex-end;
  }
}
.jm-custom-heading span.above-title-text {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #afb5bb;
  font-family: var(--jm-font-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.jm-custom-heading span.above-title-text::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 18'%3E%3Cg class='nc-icon-wrapper'%3E%3Cg class='st0'%3E%3Cpath class='st1' d='M9.96 2.98L7.99 1.01-.01 9l8 7.99 2-1.99-6.02-6.03z' fill-rule='evenodd' clip-rule='evenodd' fill='%23305CDE'/%3E%3C/g%3E%3Cg class='st0'%3E%3Cpath class='st2' d='M12.97-.03l-9 9 8.99 9.01 8.99-9.01-8.98-9zm-7.5 9l7.5-7.51 7.5 7.51-7.5 7.51-7.5-7.51z' fill='%23AFB5BB'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.jm-custom-heading.home-products-heading {
  margin-bottom: 40px;
}

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

.youtube-box-wrapper {
  position: relative;
}
.youtube-box-wrapper .youtube-box {
  position: relative;
}
.youtube-box-wrapper .youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-margin-bottom) 0 0 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  border-radius: var(--jm-border-radius);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.youtube-box-wrapper .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%);
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.youtube-box-wrapper .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;
  /*
  width: 177.77777778vh;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  overflow: hidden;
  z-index: 10;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .youtube-overlay img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-box-wrapper .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;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button:focus,
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 60px;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  display: block;
  width: 100%;
  height: auto;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button svg .btn-bg {
  fill: #f00;
}

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

.jm-empty-dummy-header {
  height: var(--jm-header-height);
}

@media (max-width: 991.98px) {
  .jm-empty-space--hide-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .jm-empty-space--hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .jm-empty-space--hide-desktop {
    display: none !important;
  }
}

.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-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;
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.5) auto;
}
.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 > * {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.service-box-wrapper .service-box .service-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper h3 {
  text-align: center;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text {
  display: block;
  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 .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
  margin: 5px 15px;
}
@media (max-width: 991.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
    margin: 2px 5px;
  }
}

.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-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-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;
  width: 100%;
}
.jm-hero-section-wrapper .jm-hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - var(--jm-header-height) - var(--jm-admin-y, 0px));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: rgb(0, 0, 0);
  opacity: 0.5;
  z-index: 2;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  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%);
  object-fit: cover;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: var(--jm-content-width);
  padding: 40px var(--jm-spacer-x);
  text-align: center;
  color: #fff;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content h1,
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content h2,
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content h3,
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content .vc_custom_heading {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--jm-font-family-heading);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.3px;
  text-transform: none;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content .jm-rich-button-wrapper {
  margin: 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: var(--jm-el-margin-bottom);
}
.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: max(10px, var(--jm-spacer-y) * 0.4);
  border-radius: var(--jm-border-radius);
}
.post-box-wrapper .post-box .post-box-video-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin-bottom: max(30px, var(--jm-spacer-y) * 0.6);
}
.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: max(30px, var(--jm-spacer-y) * 0.6);
}
.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;
  gap: max(20px, var(--jm-spacer-y) * 0.4);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper {
  position: relative;
  font-family: var(--jm-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title {
  text-decoration: none;
  color: var(--jm-color-text-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover {
  color: var(--jm-color-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
  position: relative;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content > *: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;
}

.vc_section[data-vc-full-width],
.vc_row[data-vc-full-width] {
  overflow: clip !important;
}

body .wpb_content_element {
  margin-bottom: var(--jm-el-margin-bottom);
}

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

@media (max-width: 991.98px) {
  .revers-columns > .vc_row,
  .vc_row.revers-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}

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

.contact-office-box h3 {
  color: var(--jm-color-primary);
  font-weight: 700;
}
.contact-office-box p {
  margin-bottom: 16px;
}
.contact-office-box a {
  color: var(--jm-color-primary);
  font-weight: 600;
}

.company-intro h2,
.company-intro h3,
.faq-intro h2,
.faq-intro h3 {
  color: var(--jm-color-primary);
}

.white-col-wrapper > .vc_column-inner,
.black-col-wrapper > .vc_column-inner {
  height: 100%;
}
.white-col-wrapper > .vc_column-inner > .wpb_wrapper,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.white-col-wrapper > .vc_column-inner > .wpb_wrapper {
  background-color: #ffffff;
  padding: var(--jm-spacer-y);
}
.white-col-wrapper > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  color: var(--jm-color-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 20px;
}

.black-col-wrapper > .vc_column-inner > .wpb_wrapper {
  background-color: #27282c;
  padding: var(--jm-spacer-y);
  color: #fff;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h1,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h2,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h3,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h4,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h5,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h6 {
  color: #fff;
  margin-bottom: 16px;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper p:last-child {
  margin-bottom: 0;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper strong,
.black-col-wrapper > .vc_column-inner > .wpb_wrapper b {
  color: #fff;
  font-weight: 700;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper a {
  color: #b2b5bb;
  font-weight: 400;
  text-decoration: none;
}
.black-col-wrapper > .vc_column-inner > .wpb_wrapper a:hover {
  color: #fff;
}

/**
 * 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: 700;
  border-radius: 0;
  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: 1;
  padding-right: 2.4em;
  pointer-events: none;
}
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 {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 1em;
  height: 1em;
  margin: 0;
  font-family: "WooCommerce";
  font-weight: 400;
  line-height: 1;
  content: "\e01c";
  transform: translateY(-50%);
  animation: jm-cart-spin 0.7s 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 {
  display: none;
}
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: var(--jm-color-secondary);
  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: var(--jm-color-primary);
  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;
}

@keyframes jm-cart-spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.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: stretch;
}
.header-woo-wrapper > * {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.header-woo-wrapper > *:first-child {
  margin: 0;
}
.header-woo-wrapper .jm-modal {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  z-index: 90;
}

.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;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--jm-color-primary);
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .jm-header-cart-wrapper .jm-cart-contents {
    font-size: 28px;
  }
}
.jm-header-cart-wrapper .jm-cart-contents .label {
  display: none;
}
.jm-header-cart-wrapper .jm-cart-contents .count {
  position: absolute;
  left: 10px;
  top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  background-color: var(--jm-color-accent);
  color: #ffffff;
}
.jm-header-cart-wrapper .jm-modal {
  width: 320px;
  min-width: 280px;
}
@media (max-width: 479.98px) {
  .jm-header-cart-wrapper .jm-modal {
    width: auto;
    left: 10px;
    right: 10px;
  }
}
.jm-header-cart-wrapper .widget_shopping_cart {
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  color: var(--jm-color-text-primary);
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(11, 33, 84, 0.12);
}
.jm-header-cart-wrapper .widget_shopping_cart .widget-title,
.jm-header-cart-wrapper .widget_shopping_cart h2.widgettitle {
  display: none;
}
.jm-header-cart-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--jm-color-text-primary);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li {
  position: relative;
  margin: 0;
  padding: 12px 36px 12px 20px;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a {
  color: var(--jm-color-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a:hover {
  color: var(--jm-color-accent);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li .quantity {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--jm-color-text-primary);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 10px;
  right: 12px;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 1;
  color: #fff !important;
  background-color: #c1c1c1;
  border-radius: 0;
  opacity: 1;
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li a.remove:hover {
  background-color: var(--jm-color-accent);
}
.jm-header-cart-wrapper .widget_shopping_cart .product_list_widget li img {
  width: auto;
  height: 52px;
  margin-left: 12px;
}
.jm-header-cart-wrapper .widget_shopping_cart p.total {
  margin: 0;
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
  color: var(--jm-color-primary);
  text-align: left;
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 12px 20px 8px;
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a img {
  display: none;
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a.button {
  color: #fff;
  background-color: var(--jm-color-secondary);
  border: 1px solid var(--jm-color-secondary);
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a.button:hover {
  color: #fff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a.checkout {
  color: #fff;
  background-color: var(--jm-color-primary);
  border: 1px solid var(--jm-color-primary);
}
.jm-header-cart-wrapper .widget_shopping_cart p.buttons a.checkout:hover {
  background-color: var(--jm-color-accent);
  border-color: var(--jm-color-accent);
}

.jm-nav-myaccount-wrapper .jm-modal {
  min-width: 180px;
}
.jm-nav-myaccount-wrapper.toggled .jm-modal {
  display: block;
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation,
.jm-nav-myaccount-wrapper .jm-myaccount-login {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--jm-color-primary);
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .jm-nav-myaccount-wrapper .jm-myaccount-navigation,
  .jm-nav-myaccount-wrapper .jm-myaccount-login {
    font-size: 28px;
  }
}
.jm-nav-myaccount-wrapper .jm-myaccount-navigation .label,
.jm-nav-myaccount-wrapper .jm-myaccount-login .label {
  display: none;
}
.jm-nav-myaccount-wrapper .nav-myaccount {
  margin: 0;
  padding: 8px 0;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(11, 33, 84, 0.12);
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--jm-color-primary);
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.jm-nav-myaccount-wrapper .nav-myaccount ul.myaccount-menu li a:hover {
  color: var(--jm-color-accent);
  background-color: #f7f7f7;
}

@media (max-width: 991.98px) {
  .jm-product-search-wrapper {
    display: none;
  }
}
.jm-product-search-wrapper .jm-modal {
  min-width: 320px;
}
@media (max-width: 479.98px) {
  .jm-product-search-wrapper .jm-modal {
    min-width: 260px;
  }
}
.jm-product-search-wrapper.toggled .jm-modal {
  display: block;
}
.jm-product-search-wrapper .jm-product-search-title {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--jm-color-primary);
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .jm-product-search-wrapper .jm-product-search-title {
    font-size: 28px;
  }
}
.jm-product-search-wrapper .jm-product-search-title .label {
  display: none;
}
.jm-product-search-wrapper .jm-product-search-title:hover {
  color: var(--jm-color-accent);
}

.widget.woocommerce.widget_product_search,
.widget_product_search {
  margin: 0;
}
.widget.woocommerce.widget_product_search .widget-title,
.widget_product_search .widget-title {
  display: none;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search,
.widget_product_search .woocommerce-product-search {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search .search-field,
.widget_product_search .woocommerce-product-search .search-field {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
  color: var(--jm-color-text-primary);
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search .search-field::placeholder,
.widget_product_search .woocommerce-product-search .search-field::placeholder {
  color: #999;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search .search-field:focus,
.widget_product_search .woocommerce-product-search .search-field:focus {
  border-color: var(--jm-color-primary);
  outline: none;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search button,
.widget_product_search .woocommerce-product-search button {
  flex: 0 0 auto;
  min-height: 42px;
  margin: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--jm-color-secondary);
  border: 1px solid var(--jm-color-secondary);
  border-radius: 0;
  cursor: pointer;
}
.widget.woocommerce.widget_product_search .woocommerce-product-search button:hover, .widget.woocommerce.widget_product_search .woocommerce-product-search button:focus,
.widget_product_search .woocommerce-product-search button:hover,
.widget_product_search .woocommerce-product-search button:focus {
  color: #fff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}

.jm-product-search-wrapper .widget_product_search {
  padding: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(11, 33, 84, 0.12);
}

body.woocommerce-account::before {
  display: none;
}
body.woocommerce-account .site-main,
body.woocommerce-account .entry-content {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
body.woocommerce-account .entry-content > .woocommerce {
  clear: both;
}
body.woocommerce-account h2 {
  font-size: 20px;
  line-height: 1.3;
}
body.woocommerce-account h3 {
  font-size: 18px;
  line-height: 1.3;
}
body.woocommerce-account .woocommerce form .form-row label {
  font-size: 14px;
  font-weight: 600;
}
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-account .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 28px;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: var(--jm-color-secondary);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: none;
  transition: var(--jm-transition-base);
}
body.woocommerce-account .woocommerce a.button:hover, body.woocommerce-account .woocommerce a.button:focus, body.woocommerce-account .woocommerce a.button:active,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce button.button:focus,
body.woocommerce-account .woocommerce button.button:active,
body.woocommerce-account .woocommerce input.button:hover,
body.woocommerce-account .woocommerce input.button:focus,
body.woocommerce-account .woocommerce input.button:active,
body.woocommerce-account .woocommerce #respond input#submit:hover,
body.woocommerce-account .woocommerce #respond input#submit:focus,
body.woocommerce-account .woocommerce #respond input#submit:active {
  color: #fff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}
body.woocommerce-account .woocommerce a.button.disabled, body.woocommerce-account .woocommerce a.button:disabled,
body.woocommerce-account .woocommerce button.button.disabled,
body.woocommerce-account .woocommerce button.button:disabled,
body.woocommerce-account .woocommerce input.button.disabled,
body.woocommerce-account .woocommerce input.button:disabled,
body.woocommerce-account .woocommerce #respond input#submit.disabled,
body.woocommerce-account .woocommerce #respond input#submit:disabled {
  color: #fff;
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-notice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 0 0 24px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--jm-color-text-primary);
  background-color: #fff;
  border: 1px solid var(--jm-color-border);
  border-radius: 0;
  box-shadow: none;
}
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-error::before,
body.woocommerce-account .woocommerce-notice::before {
  position: static;
  margin: 0;
  color: var(--jm-color-secondary);
}
body.woocommerce-account .woocommerce-info a,
body.woocommerce-account .woocommerce-message a,
body.woocommerce-account .woocommerce-error a,
body.woocommerce-account .woocommerce-notice a {
  color: var(--jm-color-secondary);
}
body.woocommerce-account .woocommerce-info a:hover,
body.woocommerce-account .woocommerce-message a:hover,
body.woocommerce-account .woocommerce-error a:hover,
body.woocommerce-account .woocommerce-notice a:hover {
  color: var(--jm-color-primary);
}
body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button,
body.woocommerce-account .woocommerce-error .button,
body.woocommerce-account .woocommerce-notice .button {
  margin-left: auto;
}

#customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  float: none;
}
#customer_login::before, #customer_login::after {
  display: none;
}
@media (max-width: 991.98px) {
  #customer_login {
    grid-template-columns: 1fr;
  }
}
#customer_login h2 {
  margin: 0 0 20px;
  text-align: left;
  color: var(--jm-color-primary);
  font-size: 20px;
}
#customer_login .col-1,
#customer_login .col-2,
#customer_login .u-column1,
#customer_login .u-column2 {
  float: none;
  width: 100%;
  max-width: none;
  padding: 32px;
  background-color: #fff;
  border: 1px solid var(--jm-color-border);
}
@media (max-width: 1199.98px) {
  #customer_login .col-1,
  #customer_login .col-2,
  #customer_login .u-column1,
  #customer_login .u-column2 {
    padding: 24px;
  }
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password {
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.woocommerce form.login .woocommerce-privacy-policy-text,
.woocommerce form.register .woocommerce-privacy-policy-text,
.woocommerce form.lost_reset_password .woocommerce-privacy-policy-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.woocommerce form.login .woocommerce-form-login__rememberme,
.woocommerce form.register .woocommerce-form-login__rememberme,
.woocommerce form.lost_reset_password .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
}
.woocommerce form.login .form-row:has(.woocommerce-form-login__submit),
.woocommerce form.register .form-row:has(.woocommerce-form-login__submit),
.woocommerce form.lost_reset_password .form-row:has(.woocommerce-form-login__submit) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .woocommerce form.login .button,
  .woocommerce form.register .button,
  .woocommerce form.lost_reset_password .button {
    width: 100%;
  }
}
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password,
.woocommerce form.lost_reset_password .lost_password {
  margin: 0;
}
.woocommerce form.login .lost_password a,
.woocommerce form.register .lost_password a,
.woocommerce form.lost_reset_password .lost_password a {
  color: var(--jm-color-secondary);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.woocommerce form.login .lost_password a:hover,
.woocommerce form.register .lost_password a:hover,
.woocommerce form.lost_reset_password .lost_password a:hover {
  color: var(--jm-color-primary);
}
.woocommerce form.login > *:last-child,
.woocommerce form.register > *:last-child,
.woocommerce form.lost_reset_password > *:last-child {
  margin-bottom: 0;
}
.woocommerce form.login .password-input,
.woocommerce form.register .password-input,
.woocommerce form.lost_reset_password .password-input {
  display: block;
  position: relative;
}
.woocommerce form.lost_reset_password {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px;
  background-color: #fff;
  border: 1px solid var(--jm-color-border);
}
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-account.logged-in .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-info,
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-message,
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-error,
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-notice {
  grid-column: 1/-1;
}
.woocommerce-account.logged-in .entry-content > .woocommerce > .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
  grid-column: 1;
  width: 100%;
}
.woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
  grid-column: 2;
  width: 100%;
}
@media (max-width: 991.98px) {
  .woocommerce-account.logged-in .entry-content > .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .entry-content > .woocommerce .woocommerce-MyAccount-content {
    grid-column: 1;
  }
}

.woocommerce-MyAccount-navigation {
  display: block;
  float: none;
  width: auto;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 12px;
  background-color: #fff;
  border: 1px solid var(--jm-color-border);
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--jm-color-border);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  background-color: var(--jm-color-primary);
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
  color: #fff;
}
.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--quickbooks-invoices a::before {
  content: "\f571";
}
.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--payment-methods a::before {
  content: "\f09d";
}
.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 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  color: var(--jm-color-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--jm-color-secondary);
  background-color: var(--jm-color-bg-primary);
}
.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;
  flex: 0 0 20px;
  width: 20px;
  color: var(--jm-color-secondary);
  font-size: 16px;
  text-align: center;
}

.woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
  padding: 32px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid var(--jm-color-border);
}
@media (max-width: 1199.98px) {
  .woocommerce-MyAccount-content {
    padding: 24px;
  }
}
.woocommerce-MyAccount-content > *:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content a:not(.button) {
  color: var(--jm-color-secondary);
  font-weight: 600;
  text-decoration: none;
}
.woocommerce-MyAccount-content a:not(.button):hover {
  color: var(--jm-color-primary);
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 16px;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 18px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses::before, .woocommerce-MyAccount-content .woocommerce-Addresses::after {
  display: none;
}
@media (max-width: 767.98px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
}
.woocommerce-MyAccount-content form.edit-account fieldset,
.woocommerce-MyAccount-content form.edit-address fieldset {
  margin: 24px 0 0;
  padding: 24px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--jm-color-border);
  border-radius: 0;
}
.woocommerce-MyAccount-content form.edit-account legend,
.woocommerce-MyAccount-content form.edit-address legend {
  margin: 0 0 16px;
  padding: 0;
  color: var(--jm-color-primary);
  font-size: 18px;
  font-weight: 700;
}

.woocommerce .woocommerce-Address address,
.woocommerce .woocommerce-customer-details address {
  margin: 0;
  padding: 20px;
  font-style: normal;
  background-color: var(--jm-color-bg-primary);
  border: 1px solid var(--jm-color-border);
  border-radius: 0;
  box-shadow: none;
}
.woocommerce table.shop_table {
  margin: 0 0 24px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid var(--jm-color-table-border);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 14px 16px;
  border-color: var(--jm-color-table-border);
}
.woocommerce table.shop_table thead th {
  color: var(--jm-color-primary);
  font-weight: 700;
  background-color: var(--jm-color-table-bg);
}

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

body table.wc-block-cart-items {
  background-color: #ffffff !important;
  padding: var(--jm-spacer-y);
}

.wp-block-woocommerce-cart-order-summary-block {
  background-color: #ffffff;
  padding: var(--jm-spacer-y);
}

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;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: var(--jm-color-form-base);
  border-radius: 0;
  -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;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  display: block;
}

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

body.single-product.woocommerce div.product .woocommerce-product-gallery {
  margin-bottom: 40px;
}
body.single-product.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border: 0;
  border-radius: 0;
}
body.single-product.woocommerce div.product .summary .product_title {
  margin: 0 0 12px;
  color: var(--jm-color-primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
body.single-product.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 12px;
}
body.single-product.woocommerce div.product .summary p.price {
  margin: 0 0 15px;
  color: var(--jm-color-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.67;
}
body.single-product.woocommerce div.product .summary p.price del {
  opacity: 0.6;
  font-weight: 400;
}
body.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description {
  margin: 0;
  padding: 0 0 24px;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  border-bottom: 1px solid #e7e7e7;
}
body.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description p {
  margin: 0 0 16px;
}
body.single-product.woocommerce div.product .summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body.single-product.woocommerce div.product .summary form.cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 32px 0;
}
body.single-product.woocommerce div.product .summary form.cart .quantity {
  display: flex;
  align-items: center;
  height: 54px;
  margin: 0;
  border: 1px solid #e5e5e5;
}
body.single-product.woocommerce div.product .summary form.cart .quantity label {
  display: none;
}
body.single-product.woocommerce div.product .summary form.cart .quantity input.qty {
  order: 2;
  width: 32px;
  height: 52px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--jm-color-text-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  box-shadow: none;
  -moz-appearance: textfield;
}
body.single-product.woocommerce div.product .summary form.cart .quantity input.qty::-webkit-outer-spin-button, body.single-product.woocommerce div.product .summary form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-minus,
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-plus {
  position: relative;
  top: auto;
  width: 20px;
  height: 52px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-minus::before,
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-plus::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--jm-color-text-primary);
  font-size: 14px;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-minus {
  order: 1;
}
body.single-product.woocommerce div.product .summary form.cart .quantity .jm-qty-plus {
  order: 3;
}
body.single-product.woocommerce div.product .summary form.cart .single_add_to_cart_button {
  height: 54px;
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  background-color: var(--jm-color-secondary);
  border: 0;
  border-radius: 0;
}
body.single-product.woocommerce div.product .summary form.cart .single_add_to_cart_button:hover {
  background-color: var(--jm-color-primary);
}
body.single-product.woocommerce div.product .summary form.cart a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 0;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--jm-color-secondary);
  background-color: transparent;
  border: 1px solid var(--jm-color-secondary);
}
body.single-product.woocommerce div.product .summary form.cart a.added_to_cart:hover {
  color: #fff;
  background-color: var(--jm-color-secondary);
}
body.single-product.woocommerce div.product .summary .product_meta {
  margin: 0 0 16px;
  color: var(--jm-color-text-primary);
  font-size: 14px;
  line-height: 1.67;
}
body.single-product.woocommerce div.product .summary .product_meta a {
  color: var(--jm-color-secondary);
  text-decoration: none;
}
body.single-product.woocommerce div.product .summary .product_meta a:hover {
  color: var(--jm-color-primary);
}
body.single-product.woocommerce div.product .summary .social-share-block {
  width: auto;
  margin: 0 0 24px;
  border: 0;
  border-collapse: collapse;
}
body.single-product.woocommerce div.product .summary .social-share-block td {
  padding: 0 12px 0 0;
  border: 0;
  vertical-align: middle;
}
body.single-product.woocommerce div.product .summary .social-share-block .social-s-heading {
  color: #7d8794;
  font-size: 16px;
  font-weight: 400;
}
body.single-product.woocommerce div.product .summary .social-share-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  color: #808080;
  font-size: 16px;
  text-decoration: none;
}
body.single-product.woocommerce div.product .summary .social-share-block a:hover {
  color: var(--jm-color-secondary);
}
body.single-product.woocommerce div.product .woocommerce-tabs {
  margin: 0 0 20px;
  padding: 16px 0 32px;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 24px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
  display: block;
  padding: 0 0 15px;
  color: var(--jm-color-text-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover, body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus {
  color: var(--jm-color-secondary);
  border-bottom: 2px solid var(--jm-color-secondary);
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  line-height: 1.67;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  padding: 8px;
  background-color: #fff;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .product-specs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .product-specs-list li {
  display: grid;
  grid-template-columns: minmax(160px, 240px) 1fr;
  gap: 20px;
  padding: 16px 20px;
  background-color: #fff;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .product-specs-list li:nth-child(even) {
  background-color: #f5f6f8;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .product-specs-list .spec-label {
  color: var(--jm-color-primary);
  font-weight: 700;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .product-specs-list .spec-value {
  color: var(--jm-color-text-primary);
  font-weight: 400;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table tr:nth-child(even) {
  background-color: #f5f6f8;
}
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table td,
body.single-product.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description table th {
  padding: 16px 20px;
  border: 0;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  line-height: 1.67;
}
body.single-product.woocommerce div.product .related.products,
body.single-product.woocommerce div.product .upsells.products {
  margin-top: 40px;
  padding: 30px 0 0;
}
body.single-product.woocommerce div.product .related.products > h2,
body.single-product.woocommerce div.product .upsells.products > h2 {
  margin: 0 0 40px;
  color: var(--jm-color-primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
body.single-product.woocommerce div.product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product.woocommerce div.product .related.products ul.products li.product h2,
body.single-product.woocommerce div.product .related.products ul.products li.product h3,
body.single-product.woocommerce div.product .upsells.products ul.products li.product .woocommerce-loop-product__title,
body.single-product.woocommerce div.product .upsells.products ul.products li.product h2,
body.single-product.woocommerce div.product .upsells.products ul.products li.product h3 {
  color: var(--jm-color-primary);
  font-weight: 700;
}
body.single-product.woocommerce div.product .related.products ul.products li.product .price,
body.single-product.woocommerce div.product .upsells.products ul.products li.product .price {
  color: var(--jm-color-primary);
  font-weight: 700;
}

.woocommerce .jm-shop-sorting,
.woocommerce-page .jm-shop-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0 0 20px;
  padding: 0;
  float: none;
  width: 100%;
}
.woocommerce .jm-shop-sorting::before, .woocommerce .jm-shop-sorting::after,
.woocommerce-page .jm-shop-sorting::before,
.woocommerce-page .jm-shop-sorting::after {
  display: none;
}
.woocommerce .jm-shop-sorting .woocommerce-result-count,
.woocommerce-page .jm-shop-sorting .woocommerce-result-count {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--jm-color-text-primary);
}
.woocommerce .jm-shop-sorting .woocommerce-ordering,
.woocommerce-page .jm-shop-sorting .woocommerce-ordering {
  float: none;
  margin: 0;
  padding: 0;
}
.woocommerce .jm-shop-sorting .woocommerce-ordering select,
.woocommerce-page .jm-shop-sorting .woocommerce-ordering select {
  display: inline-block;
  min-width: 225px;
  min-height: 50px;
  margin: 0;
  padding: 14px 40px 14px 20px;
  color: var(--jm-color-text-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23596277' d='M1.4 1.2 6 5.8 10.6 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}
.woocommerce .jm-shop-sorting .woocommerce-pagination,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination {
  float: none;
  margin: 0;
}
.woocommerce .jm-shop-sorting .woocommerce-pagination ul,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce .jm-shop-sorting .woocommerce-pagination ul li,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul li {
  display: block;
  margin: 0;
  border: 0;
  float: none;
}
.woocommerce .jm-shop-sorting .woocommerce-pagination ul li a,
.woocommerce .jm-shop-sorting .woocommerce-pagination ul li span,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul li a,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.woocommerce .jm-shop-sorting .woocommerce-pagination ul li a:hover,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul li a:hover {
  color: #fff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.woocommerce .jm-shop-sorting .woocommerce-pagination ul li .current,
.woocommerce-page .jm-shop-sorting .woocommerce-pagination ul li .current {
  color: #fff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-accent);
}
.woocommerce .jm-shop-sorting + .jm-shop-sorting,
.woocommerce .products + .jm-shop-sorting,
.woocommerce-page .jm-shop-sorting + .jm-shop-sorting,
.woocommerce-page .products + .jm-shop-sorting {
  margin-top: 24px;
  margin-bottom: 0;
}
.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 ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce ul.products li.product .thumb-wrap,
.woocommerce-page ul.products li.product .thumb-wrap {
  margin-bottom: 25px;
}
.woocommerce ul.products li.product .thumb-wrap img,
.woocommerce-page ul.products li.product .thumb-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h2,
.woocommerce-page ul.products li.product h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #6ec1e4;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.woocommerce ul.products li.product h2 a,
.woocommerce ul.products li.product h3 a,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title a,
.woocommerce-page ul.products li.product h2 a,
.woocommerce-page ul.products li.product h3 a {
  color: inherit;
  text-decoration: none;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  float: none;
  margin: 0 auto 13px;
  font-size: 13px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  margin: 0 0 12px;
  color: #6ec1e4;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
}
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--jm-color-secondary);
  border: 0;
  border-radius: 0;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
  color: #fff;
  background-color: var(--jm-color-primary);
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--jm-color-secondary);
  background-color: transparent;
  border: 1px solid var(--jm-color-secondary);
}
.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce-page ul.products li.product a.added_to_cart:hover {
  color: #fff;
  background-color: var(--jm-color-secondary);
}

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

.woocommerce-main {
  padding: calc(var(--jm-spacer-y) * 3) 0;
}
.woocommerce-main .content-area {
  margin: 0 !important;
}

.woocommerce-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0 0 16px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--jm-color-secondary);
  border: 0;
  cursor: pointer;
}
.woocommerce-filter-toggle i {
  font-size: 14px;
}
.woocommerce-filter-toggle:hover {
  background-color: var(--jm-color-primary);
}

@media (max-width: 991.98px) {
  .woocommerce-filters .woocommerce-filter-toggle {
    display: inline-flex;
  }
  .woocommerce-filters.is-open .woocommerce-filter-toggle {
    background-color: var(--jm-color-primary);
  }
  .woocommerce-filters.is-open .woocommerce-sidebar {
    grid-template-rows: 1fr;
    margin-bottom: 24px;
  }
}

.woocommerce .woocommerce-sidebar,
.woocommerce-page .woocommerce-sidebar {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-sidebar,
  .woocommerce-page .woocommerce-sidebar {
    display: grid;
    grid-template-rows: 0fr;
    margin-bottom: 0;
    transition: grid-template-rows 0.35s ease;
  }
  .woocommerce .woocommerce-sidebar .woocommerce-sidebar-inner,
  .woocommerce-page .woocommerce-sidebar .woocommerce-sidebar-inner {
    overflow: hidden;
    min-height: 0;
  }
}
.woocommerce .woocommerce-sidebar .widget,
.woocommerce-page .woocommerce-sidebar .widget {
  margin: 0 0 20px;
  padding: 24px 22px 28px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-sidebar .widget ul,
.woocommerce-page .woocommerce-sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-sidebar .widget-title,
.woocommerce-page .woocommerce-sidebar .widget-title {
  margin: 0 0 16px;
  padding: 0 0 14px;
  color: var(--jm-color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-sidebar .product-categories li,
.woocommerce-page .woocommerce-sidebar .product-categories li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
}
.woocommerce .woocommerce-sidebar .product-categories li::before,
.woocommerce-page .woocommerce-sidebar .product-categories li::before {
  display: none;
}
.woocommerce .woocommerce-sidebar .product-categories li a,
.woocommerce-page .woocommerce-sidebar .product-categories li a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  color: var(--jm-color-primary);
  text-decoration: none;
}
.woocommerce .woocommerce-sidebar .product-categories li a::before,
.woocommerce-page .woocommerce-sidebar .product-categories li a::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: 0.45em;
  border-radius: 50%;
  background-color: var(--jm-color-secondary);
}
.woocommerce .woocommerce-sidebar .product-categories li a:hover,
.woocommerce-page .woocommerce-sidebar .product-categories li a:hover {
  color: var(--jm-color-secondary);
}
.woocommerce .woocommerce-sidebar .product-categories li.current-cat > a,
.woocommerce-page .woocommerce-sidebar .product-categories li.current-cat > a {
  color: var(--jm-color-secondary);
  font-weight: 600;
}
.woocommerce .woocommerce-sidebar .product-categories li .children,
.woocommerce-page .woocommerce-sidebar .product-categories li .children {
  margin: 0 0 4px 14px;
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider_wrapper,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider_wrapper {
  margin-top: 8px;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider {
  height: 4px;
  margin: 16px 8px 24px;
  background-color: #e5e5e5;
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .ui-slider-range,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .ui-slider-range {
  background-color: var(--jm-color-secondary);
}
.woocommerce .woocommerce-sidebar .widget_price_filter .ui-slider-handle,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -5px;
  margin: 0;
  background-color: var(--jm-color-primary);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider_amount,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider_amount .button,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider_amount .button {
  order: 2;
  margin: 0 0 0 auto;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: var(--jm-color-secondary);
  border: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider_amount .button:hover {
  background-color: var(--jm-color-primary);
}
.woocommerce .woocommerce-sidebar .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .woocommerce-sidebar .widget_price_filter .price_slider_amount .price_label {
  order: 1;
  font-size: 13px;
  color: var(--jm-color-text-primary);
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #eee;
  list-style: none;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li:last-child,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li a,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  color: var(--jm-color-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li a:hover,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li a:hover {
  color: var(--jm-color-secondary);
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li img,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li .product-info,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li .product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li .product-title,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li .product-title {
  display: block;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li .amount,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li .amount {
  display: block;
  color: #6ec1e4;
  font-size: 13px;
  font-weight: 600;
}
.woocommerce .woocommerce-sidebar ul.product_list_widget li del .amount,
.woocommerce-page .woocommerce-sidebar ul.product_list_widget li del .amount {
  color: #999;
  font-weight: 400;
}

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

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-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-primary);
  font: 700 var(--jm-h1-font-size)/1.2 var(--jm-font-family-heading);
}

h2 {
  color: var(--jm-color-primary);
  font: 700 var(--jm-h2-font-size)/1.3 var(--jm-font-family-heading);
}
h2.home-hero-heading {
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: -1.3px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 24px;
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: var(--jm-el-margin-bottom);
}
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);
}

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;
  overflow: clip;
}
.site .site-wrapper {
  flex: 1 0 auto;
}

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

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

.content-area,
.widget-area {
  margin: calc(var(--jm-spacer-y) * 3) 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;
}

.home .woocommerce .products ul, .home .woocommerce ul.products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.8%;
}
.home .woocommerce .products ul li.product, .home .woocommerce ul.products li.product {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map?ver=e9809e353ffc */