@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=Carattere&family=Sora:wght@100..800&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: #3B3636; /* main text */
  --jm-color-text-secondary: #EBA01E; /* secondary text */
  --jm-color-text-inverse: #F1EDE5; /* text on dark background */
  /* Brand colors */
  --jm-color-primary: #F4CA6E; /* primary brand */
  --jm-color-primary-hover: #F8D38E; /* hover state */
  --jm-color-primary-active: #F8D38E; /* active/pressed state */
  --jm-color-secondary: #EBA01E; /* secondary brand */
  --jm-color-secondary-hover: #DB8825; /* hover state */
  --jm-color-secondary-active: #DB8825; /* active/pressed state */
  /* Background colors */
  --jm-color-bg-primary: #F1EDE5; /* main background */
  --jm-color-bg-secondary: #F1EDE5; /* secondary background (cards, sections) */
  --jm-color-bg-inverse: #3B3636; /* dark background (footer, header) */
  /* Border colors */
  --jm-color-border: #EBE9E1; /* light border */
  --jm-color-border-strong: #bbb; /* stronger border */
  /* Table Border colors */
  --jm-color-table-border: #c9c9c9;
  --jm-color-table-bg: #f7f7f7;
  /* Forms colors */
  --jm-color-form-base: #6D6A67;
  --jm-color-form-accent: #F4CA6E;
  --jm-color-form-disabled: #eee;
  /* State colors */
  --jm-color-success: #28a745; /* success messages, positive actions */
  --jm-color-warning: #ffc107; /* warnings, attention */
  --jm-color-danger: #dc3545; /* errors, destructive actions */
  --jm-color-info: #17a2b8; /* informational messages */
}

:root, [data-theme=default] {
  --jm-font-family: "Sora", sans-serif; /* body */
  --jm-font-family-heading: "Sora", sans-serif; /* main headings */
  --jm-font-family-heading-secondary: "Carattere", cursive; /* subheadings */
  --jm-font-size: 16px;
  --jm-font-weight: 500;
  --jm-line-height: 1.6;
  --jm-xl-font-size: 50px;
  --jm-h1-font-size: 32px;
  --jm-h2-font-size: 28px;
  --jm-h3-font-size: 24px;
  --jm-h4-font-size: 20px;
  --jm-h5-font-size: 18px;
  --jm-h6-font-size: 16px;
  --jm-margin-bottom: 20px;
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 120px;
  --jm-content-width: 100vw;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 2);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 1.5);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 1);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 0.75);
  --jm-content-indent-smaller: calc(var(--jm-spacer-y) * 0.5);
  --jm-border-radius: calc(var(--jm-spacer-x) * 0.33);
  --jm-transition-base: all 0.3s ease;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-content-width-min: 576px;
    --jm-content-width-max: 1860px;
    --jm-content-width: clamp(var(--jm-content-width-min), 96.875vw, var(--jm-content-width-max));
    --jm-content-width-narrow: 1470px;
    --jm-content-scale: 0;
    --jm-font-size: calc(16px + (2px * var(--jm-content-scale)));
    --jm-xl-font-size: calc(50px + (50px * var(--jm-content-scale)));
    --jm-h1-font-size: calc(32px + (18px * var(--jm-content-scale)));
    --jm-h2-font-size: calc(28px + (12px * var(--jm-content-scale)));
    --jm-h3-font-size: calc(26px + (10px * var(--jm-content-scale)));
    --jm-h4-font-size: calc(24px + (6px * var(--jm-content-scale)));
    --jm-h5-font-size: calc(20px + (6px * var(--jm-content-scale)));
    --jm-h6-font-size: calc(18px + (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: 30px;
    --jm-spacer-y: 30px;
    --jm-content-scale: 0.2;
    --jm-margin-bottom: calc(var(--jm-spacer-y) * 0.5);
    --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-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-scale: 0.4;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 50px;
    --jm-spacer-y: 50px;
    --jm-content-scale: 0.6;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.8;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 60px;
    --jm-spacer-y: 60px;
    --jm-content-scale: 1;
    --jm-header-height: 120px;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme=default] {
    --jm-content-scale: 1;
    --jm-header-height: 120px;
  }
}

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

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

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

.wpb-content-wrapper .vc_section {
  margin-left: calc(-0.5 * var(--jm-spacer-x));
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  padding-left: calc(0.5 * var(--jm-spacer-x));
  padding-right: calc(0.5 * var(--jm-spacer-x));
}
.wpb-content-wrapper .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));
}
.wpb-content-wrapper .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));
}
@media (min-width: 1600px) {
  .wpb-content-wrapper .vc_row.large-gutter {
    margin-left: calc(-1 * var(--jm-spacer-x));
    margin-right: calc(-1 * var(--jm-spacer-x));
  }
}
@media (min-width: 1600px) {
  .wpb-content-wrapper .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));
  }
}
.wpb-content-wrapper .vc_row.small-gutter {
  margin-left: calc(-0.25 * var(--jm-spacer-x));
  margin-right: calc(-0.25 * var(--jm-spacer-x));
}
.wpb-content-wrapper .vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.25 * var(--jm-spacer-x));
  padding-right: calc(0.25 * 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;
}

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

.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;
  outline: none;
  text-decoration: none;
  border: 1px solid var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
  border-radius: 100px;
  -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);
}
.btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  border-color: var(--jm-color-form-accent);
  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: var(--jm-color-text-primary);
  background-color: transparent;
  border-color: var(--jm-color-text-primary);
}
.btn.btn-simple:hover, .btn.btn-simple:focus {
  color: var(--jm-color-primary);
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.btn.btn-simple-brown {
  color: var(--jm-color-text-primary);
  background-color: transparent;
  border-color: var(--jm-color-text-primary);
}
.btn.btn-simple-brown:hover, .btn.btn-simple-brown:focus {
  color: var(--jm-color-primary);
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.btn.btn-simple-light-brown {
  color: var(--jm-color-primary);
  background-color: transparent;
  border-color: #524A40;
}
.btn.btn-simple-light-brown:hover, .btn.btn-simple-light-brown:focus {
  color: #ffffff;
  background-color: #524A40;
  border-color: #524A40;
}
.btn.btn-orange-white {
  color: var(--jm-color-text-primary);
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.btn-orange-white * {
  color: var(--jm-color-text-primary);
}
.btn.btn-orange-white:hover, .btn.btn-orange-white:focus {
  color: var(--jm-color-text-primary);
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.btn-orange-white.btn-animated .btn-text-wrapper .btn-text.btn-text-hover {
  color: var(--jm-color-text-primary);
}
.btn.btn-orange-white.btn-animated .btn-text-wrapper .btn-text.btn-text-hover::before {
  background-color: #FFFFFF;
}
.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;
}
.btn.btn-animated {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  will-change: transform;
  border: none;
  background-color: var(--jm-color-primary);
  height: 50px;
}
.btn.btn-animated .btn-text-wrapper {
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.btn.btn-animated .btn-text-wrapper .btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.btn.btn-animated .btn-text-wrapper .btn-text.btn-text-default {
  height: 50px;
  padding: 0 30px;
  color: var(--jm-color-text-primary);
}
.btn.btn-animated .btn-text-wrapper .btn-text.btn-text-hover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  color: var(--jm-color-primary);
}
.btn.btn-animated .btn-text-wrapper .btn-text.btn-text-hover::before {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--jm-color-bg-inverse);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn.btn-animated:hover .btn-text-wrapper {
  transform: translate3d(0, -200px, 0);
}

.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: 56px;
  width: 100%;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
  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;
  outline: none;
  text-decoration: none;
  border: 1px solid var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
  border-radius: 100px;
  -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 {
  border-color: var(--jm-color-form-accent);
  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;
}

.gform_confirmation_message {
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border-radius: 20px;
  border: 2px solid var(--jm-color-primary-hover);
  padding: calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-y) * 0.5);
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: var(--jm-color-text-inverse);
  border-radius: 10px;
  border: 2px solid var(--jm-color-secondary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  background: var(--jm-color-text-inverse);
  border-radius: 10px;
  border: 1px solid var(--jm-color-secondary);
  padding: 8px 12px;
  color: #c02b0a !important;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: var(--jm-color-text-inverse);
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label .gfield_required,
body .gform_wrapper.gravity-theme .gfield_error label .gfield_required,
body .gform_wrapper.gravity-theme .gfield_error legend .gfield_required,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label .gfield_required,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] .gfield_required {
  color: #c02b0a;
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  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 .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_container_address {
    margin-left: -10px;
    margin-right: -10px;
  }
  body .gform_wrapper.gravity-theme .ginput_container_address span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: calc(var(--jm-spacer-x) * 0.83) 0 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_label {
  color: var(--jm-color-text-inverse);
  font-size: 14px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label,
body .gform_wrapper.gravity-theme legend.gfield_label {
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .ginput_complex label {
  color: var(--jm-color-text-inverse);
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}
body .gform_wrapper.gravity-theme label {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,
body .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  font-style: normal;
  font-weight: 400;
  color: var(--jm-color-text-inverse);
}
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  color: var(--jm-color-text-inverse);
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  line-height: normal;
}
body .gform_wrapper.gravity-theme .gfield--type-textarea .gfield_description:not(.validation_message) {
  position: relative;
  display: flex;
  column-gap: 10px;
}
body .gform_wrapper.gravity-theme .gfield--type-textarea .gfield_description:not(.validation_message)::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M10.125 7.875C10.125 7.57833 10.213 7.28832 10.3778 7.04165C10.5426 6.79497 10.7769 6.60271 11.051 6.48918C11.3251 6.37565 11.6267 6.34594 11.9176 6.40382C12.2086 6.4617 12.4759 6.60456 12.6857 6.81434C12.8954 7.02412 13.0383 7.29139 13.0962 7.58236C13.1541 7.87334 13.1244 8.17494 13.0108 8.44903C12.8973 8.72311 12.705 8.95738 12.4584 9.1222C12.2117 9.28703 11.9217 9.375 11.625 9.375C11.2272 9.375 10.8456 9.21696 10.5643 8.93566C10.283 8.65436 10.125 8.27282 10.125 7.875ZM22.125 12C22.125 14.0025 21.5312 15.9601 20.4186 17.6251C19.3061 19.2902 17.7248 20.5879 15.8747 21.3543C14.0246 22.1206 11.9888 22.3211 10.0247 21.9305C8.06066 21.5398 6.25656 20.5755 4.84055 19.1595C3.42454 17.7435 2.46023 15.9393 2.06955 13.9753C1.67888 12.0112 1.87939 9.97543 2.64572 8.12533C3.41206 6.27523 4.70981 4.69392 6.37486 3.58137C8.0399 2.46882 9.99747 1.875 12 1.875C14.6844 1.87798 17.258 2.94567 19.1562 4.84383C21.0543 6.74199 22.122 9.3156 22.125 12ZM19.875 12C19.875 10.4425 19.4131 8.91992 18.5478 7.62488C17.6825 6.32985 16.4526 5.32049 15.0136 4.72445C13.5747 4.12841 11.9913 3.97246 10.4637 4.27632C8.93607 4.58017 7.53288 5.3302 6.43154 6.43153C5.3302 7.53287 4.58018 8.93606 4.27632 10.4637C3.97246 11.9913 4.12841 13.5747 4.72445 15.0136C5.32049 16.4526 6.32985 17.6825 7.62489 18.5478C8.91993 19.4131 10.4425 19.875 12 19.875C14.0879 19.8728 16.0896 19.0424 17.566 17.566C19.0424 16.0896 19.8728 14.0879 19.875 12ZM13.125 15.4387V12.375C13.125 11.8777 12.9275 11.4008 12.5758 11.0492C12.2242 10.6975 11.7473 10.5 11.25 10.5C10.9843 10.4996 10.7271 10.5932 10.5238 10.7643C10.3206 10.9354 10.1844 11.173 10.1395 11.4348C10.0946 11.6967 10.1438 11.966 10.2784 12.195C10.413 12.4241 10.6244 12.5981 10.875 12.6863V15.75C10.875 16.2473 11.0725 16.7242 11.4242 17.0758C11.7758 17.4275 12.2527 17.625 12.75 17.625C13.0157 17.6254 13.2729 17.5318 13.4762 17.3607C13.6794 17.1896 13.8156 16.952 13.8605 16.6902C13.9054 16.4283 13.8562 16.159 13.7216 15.93C13.587 15.7009 13.3756 15.5269 13.125 15.4387Z' fill='%23F8D38E'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 56px;
  width: 100%;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
}
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: 56px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
}
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: 56px;
  width: 100%;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
  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: 56px;
  width: 100%;
  padding: 16px 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  vertical-align: middle;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
  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: 56px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--jm-color-text-inverse);
  background-color: var(--jm-color-bg-inverse);
  border: 2px solid var(--jm-color-form-base);
  border-radius: 10px;
  outline: none;
}
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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #Header
================================================== */
.header-logo-full a {
  display: block;
}
.header-logo-full a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.header-logo-full a > svg {
  display: block;
  width: auto;
  height: 100px;
}
@media (max-width: 991.98px) {
  .header-logo-full a > svg {
    height: 70px;
  }
}

.header-logo-small {
  position: fixed;
  top: calc(var(--jm-spacer-y) * 0.5 + var(--jm-admin-y));
  left: calc((100vw - var(--jm-content-width)) / 2);
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header-logo-small {
    left: calc(0.5 * var(--jm-spacer-x));
  }
}
.header-logo-small a {
  display: block;
}
.header-logo-small a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.header-logo-small a > svg {
  display: block;
  width: 60px;
  height: auto;
}

.mobile-header-wrapper {
  position: fixed;
  top: calc(var(--jm-spacer-y) * 0.5 + var(--jm-admin-y));
  right: calc((100vw - var(--jm-content-width)) / 2);
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background-color: #F7F6F2;
  border-radius: 30px;
  padding: 8px;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (max-width: 1399.98px) {
  .mobile-header-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper {
    right: calc(0.5 * var(--jm-spacer-x));
  }
}
.mobile-header-wrapper.toggled {
  padding-left: 24px;
  background-color: rgb(48, 45, 45);
}
@media (max-width: 1399.98px) {
  .mobile-header-wrapper.toggled {
    padding: 26px;
    border-radius: 20px;
  }
}
@media (max-width: 479.98px) {
  .mobile-header-wrapper.toggled {
    padding: 20px;
    max-width: 300px;
  }
}
.mobile-header-wrapper.toggled .header-nav-wrapper {
  max-width: 1920px;
}
@media (max-width: 1399.98px) {
  .mobile-header-wrapper.toggled .header-nav-wrapper {
    max-width: 320px;
    max-height: 400px;
    padding-right: 26px;
  }
}
.mobile-header-wrapper.toggled .header-nav-wrapper .nav-primary {
  opacity: 1;
}
.mobile-header-wrapper .header-nav-wrapper {
  overflow: hidden;
  max-width: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1399.98px) {
  .mobile-header-wrapper .header-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    max-width: 0;
    max-height: 44px;
  }
}
.mobile-header-wrapper .header-nav-wrapper .nav-primary {
  opacity: 0;
}
.mobile-header-wrapper .header-nav-wrapper .btn {
  min-height: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 13px 22px;
  border-radius: 44px;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
  color: var(--jm-color-text-primary);
}
.mobile-header-wrapper .header-nav-wrapper .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.site-header {
  width: 100%;
  position: fixed;
  margin: 0;
  padding: 30px 0;
  border: none;
  z-index: 100;
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/*
.mobile-site-header,
.mobile-header-wrapper {
  display: none;
  @media (max-width: $maxMobileHeaderThreshold) {
    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;
}

.primary-menu {
  --jm-menu-link-color: var(--jm-color-primary);
  --jm-menu-link-color-active: #ffffff;
  --jm-menu-sub-bg-color: #e1e5f3;
  --jm-menu-sub-link-color: var(--jm-color-primary);
  --jm-menu-sub-link-color-active: #f6f6f6;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 26px;
}
@media (max-width: 1399.98px) {
  .primary-menu {
    flex-direction: column;
  }
}
.primary-menu > li {
  margin: 0;
  padding: 0;
}
.primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  color: var(--jm-menu-link-color);
}
@media (max-width: 1399.98px) {
  .primary-menu > li > a {
    font-size: 16px;
  }
}
.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::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.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: 20px 0;
  list-style: none;
  background-color: var(--jm-menu-sub-bg-color);
  border: 1px solid var(--jm-menu-sub-bg-color);
  border-radius: 12px;
  box-shadow: 0 10px 30px 0 rgba(33, 104, 159, 0.4);
}
.primary-menu li ul::before, .primary-menu li ul.sub-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--jm-menu-sub-bg-color);
  position: absolute;
  top: -10px;
  left: 45px;
}
.primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: var(--jm-color-text-primary);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  white-space: nowrap;
  padding: 15px 30px;
  text-decoration: none;
}
.primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
  color: var(--jm-color-secondary);
  background-color: var(--jm-menu-sub-link-color-active);
  text-decoration: none;
}
.primary-menu li ul li a::after, .primary-menu li ul.sub-menu li a::after {
  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-secondary);
  text-decoration: none;
}
.primary-menu li ul li:hover > a::after, .primary-menu li ul li.focus > a::after, .primary-menu li ul li.current-menu-item > a::after, .primary-menu li ul li.current-menu-ancestor > a::after, .primary-menu li ul.sub-menu li:hover > a::after, .primary-menu li ul.sub-menu li.focus > a::after, .primary-menu li ul.sub-menu li.current-menu-item > a::after, .primary-menu li ul.sub-menu li.current-menu-ancestor > a::after {
  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 {
  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(20px);
  z-index: 90;
  left: 0;
}
.primary-menu > li:first-child[aria-expanded=true] > ul.sub-menu, .primary-menu > li:first-child.focus > ul.sub-menu, .primary-menu > li:first-child.for-test > ul.sub-menu, .primary-menu > li:first-child:hover > ul.sub-menu {
  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 {
  width: 44px;
  height: 44px;
  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;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 17px;
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-icon span.menu-icon-line-02 {
  width: 24px;
}
.menu-primary-trigger .menu-icon span.menu-icon-line-03 {
  width: 16px;
  margin-left: 8px;
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger.toggled .menu-icon span {
  position: absolute;
  background-color: #FFFFFF;
}
.menu-primary-trigger.toggled .menu-icon span.menu-icon-line-01 {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger.toggled .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 6px;
  transform: rotate(45deg) scale(1.2);
}
.menu-primary-trigger.toggled .menu-icon span.menu-icon-line-03 {
  display: none;
}
.menu-primary-trigger.toggled .menu-text {
  color: var(--jm-color-text-primary);
}

/*
.site-nav-mobile {
  position: fixed;
  top: 0;
  //bottom: 0;
  z-index: 99;
  //display: flex;
  width: 100%;
  //height: 100vh;
  //height: calc(var(--vh, 1vh) * 100);
  height: calc(100vh - env(safe-area-inset-bottom));
  padding: calc(var(--jm-admin-y) + var(--jm-header-height)) 0 50px 0;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  transition: all 0.3s linear;

  &.toggled {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }

  > .wrapper {
    position: relative;
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }

  .opener {
    margin-left: 20px;
    cursor: pointer;
    color: var(--jm-color-primary);

    .fa-angle-up {
      display: none;
    }

    .fa-angle-down,
    .fa-angle-up {
    }
  }

  .active > .opener {
    .fa-angle-up {
      display: inherit;
    }

    .fa-angle-down {
      display: none;
    }
  }

  .primary-menu {
    @include ul-clear;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 20px;
    margin: 20px 0;

    > li {
      > a {
        font-size: 20px !important;
        font-weight: 600;
      }
    }

    li.current-menu-item > a {
      color: var(--jm-color-secondary);
    }

    li {
      margin: 0;
      padding: 3px 0;

      a {
        font-family: var(--jm-font-size);
        color: var(--jm-color-text-primary);
        font-size: 16px;
        text-decoration: none;
      }
    }

    ul.sub-menu {
      margin: 5px 0 0 0;
      padding: 0 0 0 10px;
      border-left: 1px solid var(--jm-color-secondary);
    }

    ul {
      @include ul-clear;

      ul {
        margin-top: 6px;
      }
    }
  }

  .header-widget-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
  }

}
*/
/* Main badge container - matches Framer structure */
.badge-container {
  height: 80px;
  width: 80px;
  position: fixed;
  bottom: 40px;
  right: calc((100vw - var(--jm-content-width)) / 2 + 10px);
  cursor: pointer;
  overflow: visible;
  padding: 0;
  z-index: 50;
  box-sizing: border-box;
  transform-origin: center center;
}

.flip-container {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  position: relative;
  box-sizing: border-box;
  transform: perspective(1200px) rotateY(0deg);
  transform-origin: center center;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  backface-visibility: hidden;
  border-radius: 50%;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.flip-card-front {
  background-color: rgb(59, 54, 54);
  gap: 4px;
  transform: rotateY(-180deg);
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.flip-card-front .front-text {
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: rgb(255, 218, 106);
  white-space: pre;
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0;
}
.flip-card-front .arrow-svg {
  width: 18px;
  height: 15px;
  position: relative;
  flex-shrink: 0;
}

.flip-card-back {
  background-color: rgb(255, 218, 106);
  gap: 30px;
  opacity: 1;
  overflow: hidden;
}
.flip-card-back .arc-text-container {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  overflow: hidden;
  border-radius: 50%;
}
.flip-card-back .arc-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  transform-origin: center center;
  animation: arcRotate 50s linear infinite;
}
.flip-card-back .arc-svg .arc-text {
  font-family: var(--jm-font-family);
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 0.1em;
  fill: rgb(59, 54, 54);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flip-card-back .baseball-helmet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 26px;
  transform: translate(-50%, -50%);
  aspect-ratio: 30/26;
  flex-shrink: 0;
  z-index: 2;
}
.flip-card-back .baseball-helmet svg {
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes arcRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dummy-site-footer {
  position: relative;
  z-index: -1;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
.footer-no-animation .dummy-site-footer {
  display: none;
}

.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--jm-color-bg-primary);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.footer-no-animation .site-footer {
  position: relative;
}
.site-footer .site-footer-wrapper {
  position: relative;
  width: auto;
  margin: var(--jm-spacer-y) auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: repeat(2, auto);
  row-gap: calc(var(--jm-spacer-y) * 1.67);
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    row-gap: 20px;
  }
}
.site-footer .site-footer-wrapper .site-footer-row-wrapper {
  display: flex;
}
.site-footer .site-footer-wrapper .site-footer-row-wrapper.row-1 {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper.row-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.site-footer .site-footer-wrapper .site-footer-row-wrapper.row-2 {
  grid-column: 2;
  grid-row: 2;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper.row-2 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 479.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper.row-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper .site-footer-social-wrapper {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper .site-footer-widget-01-wrapper {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper .site-footer-widget-02-wrapper {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper .site-footer-widget-03-wrapper {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-row-wrapper .site-footer-logo-jm-wrapper {
    order: 3;
  }
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper {
  margin-right: calc(var(--jm-spacer-x) * 1.67);
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper {
    margin: 0 auto;
  }
}
.site-footer .site-footer-wrapper .site-footer-widget-01-wrapper {
  margin-top: 36px;
  margin-right: calc(var(--jm-spacer-x) * 1);
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-01-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-01-wrapper {
    margin: 0 auto;
  }
}
.site-footer .site-footer-wrapper .site-footer-widget-02-wrapper {
  margin-top: 36px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-02-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-02-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-03-wrapper br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-widget-03-wrapper .footer-sidebar-3 .textwidget {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 6px;
  }
}
.site-footer .site-footer-wrapper .footer-widget {
  font-weight: 400;
}
.site-footer .site-footer-wrapper .footer-widget h5.widget-title {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .footer-widget h5.widget-title {
    margin-bottom: 6px;
  }
}
.site-footer .site-footer-wrapper .footer-widget p {
  font-weight: 400;
}
.site-footer .site-footer-wrapper .footer-widget a {
  color: var(--jm-color-text-primary);
  text-decoration: underline;
}
.site-footer .site-footer-wrapper .footer-widget a:hover {
  color: var(--jm-color-text-secondary);
  text-decoration: underline;
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper {
  flex-shrink: 0;
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper a {
  display: block;
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
  display: block;
  width: 387px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
    width: 280px;
  }
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a {
  display: block;
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a svg {
  display: block;
  width: 220px;
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a svg {
    width: 200px;
  }
}

.title-header {
  display: flex;
  padding: calc(var(--jm-spacer-y) * 0.5) 0;
}

.simple-title-wrapper {
  position: relative;
  padding: 0 0 calc(var(--jm-spacer-y) * 1.33) 0;
  margin: 0;
  text-align: center;
  background-color: var(--jm-color-bg-secondary);
  overflow: hidden;
}
.simple-title-wrapper > .wrapper {
  position: relative;
  z-index: 1;
}
.simple-title-wrapper h1 {
  margin: 0;
}

.hide-title-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.hide-title-wrapper > .wrapper {
  position: relative;
  z-index: 1;
}

.rich-title-wrapper {
  position: relative;
  margin: 0;
  padding: 0 0 calc(var(--jm-spacer-y) * 1.33) 0;
  display: block;
  background-color: var(--jm-color-bg-secondary);
  overflow: hidden;
}
.rich-title-wrapper > .wrapper {
  position: relative;
  z-index: 1;
}
.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: calc(var(--jm-spacer-y) * 1.33);
}
.rich-title-wrapper .page-header > *:last-child {
  margin-bottom: 0 !important;
}
.rich-title-wrapper .page-header h1.page-title {
  margin-bottom: 0;
}
.rich-title-wrapper .page-header .page-title-description {
  position: relative;
  height: 100%;
}
.rich-title-wrapper .page-header .page-title-description *:last-child {
  margin-bottom: 0;
}
.rich-title-wrapper .page-header .page-title-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li {
  margin: 0;
  padding: 2px 5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li a {
  display: block;
  border: 1px solid var(--jm-color-border);
  border-radius: 25px;
  padding: 14px 26px;
  margin: 0;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 15px;
  line-height: 20px !important;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-header .page-title-menu ul li a {
    font-size: 14px;
    line-height: 16px !important;
    padding: 9px 16px;
  }
}
.rich-title-wrapper .page-header .page-title-menu ul li a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-header .page-title-menu ul li:hover > a, .rich-title-wrapper .page-header .page-title-menu ul li.focus > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-item > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-ancestor > a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-featured {
  position: relative;
  width: 100%;
  margin: 0;
}
.rich-title-wrapper .page-featured-ticker {
  position: relative;
  width: 100%;
}
.rich-title-wrapper .page-featured-ticker .ticker-track {
  display: flex;
  width: fit-content;
}
.rich-title-wrapper .page-featured-ticker .ticker-item {
  flex-shrink: 0;
  padding: 0 15px;
}
.rich-title-wrapper .page-featured-ticker .ticker-item img {
  display: block;
  height: 400px;
  width: auto;
  object-fit: cover;
  box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-y) * 0.83) -15px rgba(59, 54, 54, 0.3);
}
@media (max-width: 991.98px) {
  .rich-title-wrapper .page-featured-ticker .ticker-item img {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-featured-ticker .ticker-item img {
    height: 150px;
  }
}

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

.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;
  outline: none;
  text-decoration: none;
  border: 1px solid var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
  border-radius: 100px;
  -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 {
  border-color: var(--jm-color-form-accent);
  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;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis {
  overflow-y: scroll;
  overflow-x: hidden;
}

html.lenis body {
  overflow: visible;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

html.lenis {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}
html.lenis::-webkit-scrollbar {
  width: 10px;
}
html.lenis::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
html.lenis::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
html.lenis::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.grain-overlay-wrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  overflow: hidden;
  pointer-events: none;
}

.grain-overlay {
  position: absolute;
  inset: -200%;
  width: 400%;
  height: 400%;
  opacity: 0.1;
  background-image: url("../images/grain.png");
  background-repeat: repeat;
  background-size: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: grain-drift var(--grain-duration, 8s) steps(10, start) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .grain-overlay {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
@keyframes grain-drift {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  10% {
    transform: translate3d(-5%, -10%, 0);
  }
  20% {
    transform: translate3d(-15%, 5%, 0);
  }
  30% {
    transform: translate3d(7%, -25%, 0);
  }
  40% {
    transform: translate3d(-5%, 25%, 0);
  }
  50% {
    transform: translate3d(-15%, 10%, 0);
  }
  60% {
    transform: translate3d(15%, 0%, 0);
  }
  70% {
    transform: translate3d(0%, 15%, 0);
  }
  80% {
    transform: translate3d(3%, 35%, 0);
  }
  90% {
    transform: translate3d(-10%, 10%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
.animated-svg {
  position: absolute;
  display: block;
  height: auto;
  will-change: transform;
  transition: transform 0.3s ease;
}
.animated-svg path {
  fill: transparent;
  stroke: rgb(82, 74, 64);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}
.animated-svg.centered-vertical {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.why-choose-wrapper .animated-svgs {
  position: absolute;
  top: var(--jm-spacer-y);
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.why-choose-wrapper .animated-svgs .boxing-svg {
  position: relative;
  width: calc(var(--jm-content-width) * 0.3);
}
.why-choose-wrapper .animated-svgs .basketball-svg {
  position: relative;
  width: calc(var(--jm-content-width) * 0.3);
}
.why-choose-wrapper .baseball-v3-svg {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(var(--jm-content-width) * 0.39);
}

.start-now-wrapper .basketball-svg {
  top: 0;
  left: 0;
  width: calc(var(--jm-content-width) * 0.3);
}
.start-now-wrapper .baseball-svg {
  top: 0;
  right: 0;
  width: calc(var(--jm-content-width) * 0.23);
}
.start-now-wrapper .tenis-svg {
  top: 0;
  right: 0;
  width: calc(var(--jm-content-width) * 0.23);
}
.start-now-wrapper .baseball-v2-svg {
  top: 0;
  left: calc(var(--jm-content-width) * -0.14);
  width: calc(var(--jm-content-width) * 0.59);
}
.start-now-wrapper .basketball-v2-svg {
  top: 0;
  left: 0;
  width: calc(var(--jm-content-width) * 0.21);
}
.start-now-wrapper .volleyball-svg {
  top: 0;
  right: 0;
  width: calc(var(--jm-content-width) * 0.34);
}

.light-section-wrapper .boxing-v2-svg {
  top: 0;
  left: calc(var(--jm-content-width) * 0.03);
  width: calc(var(--jm-content-width) * 0.16);
  z-index: 1;
}
.light-section-wrapper .boxing-v2-svg path {
  stroke: #E2DCD0;
}
@media (max-width: 991.98px) {
  .light-section-wrapper .boxing-v2-svg {
    display: none;
  }
}
.light-section-wrapper .golf-svg {
  top: 0;
  right: 0;
  width: calc(var(--jm-content-width) * 0.22);
  z-index: 1;
}
.light-section-wrapper .golf-svg path {
  stroke: #E2DCD0;
}
@media (max-width: 991.98px) {
  .light-section-wrapper .golf-svg {
    display: none;
  }
}

.vc_row[data-vc-full-width]:has(.sticky-container) {
  overflow: visible !important;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.animated-svg path {
  animation: dashMove var(--animation-duration, 5s) linear infinite;
}

.bg-animated-rotate {
  transform: translate(-50%, -50%);
  will-change: transform;
  aspect-ratio: 1;
  background: conic-gradient(rgba(247, 210, 141, 0) 165.405deg, #ffbd42 278.919deg, #fff5db 295.135deg, rgba(255, 196, 46, 0.5411764706) 312.973deg, rgba(255, 228, 148, 0) 330.811deg);
  flex: none;
  width: 1500px;
  height: 1500px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  animation: bgAnimatedRotate 15s linear infinite;
}

@keyframes dashMove {
  from {
    stroke-dashoffset: var(--path-length, 1000);
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes bgAnimatedRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gsap-animate .header-logo-small {
  opacity: 1;
  transform: translateY(-150px);
  transition: transform 1000ms cubic-bezier(0.25, 0.8, 0.5, 1), opacity 1000ms ease;
  will-change: transform, opacity;
}
.gsap-animate .hero-logo,
.gsap-animate .mobile-header-wrapper {
  opacity: 0;
  transform: translateY(-150px);
  transition: transform 1000ms cubic-bezier(0.25, 0.8, 0.5, 1), opacity 1000ms ease;
  will-change: transform, opacity;
}
.gsap-animate .hero-title-wrapper,
.gsap-animate .hero-btn-wrapper {
  opacity: 0;
  transform: translateY(-50px);
  will-change: transform, opacity;
}
.gsap-animate .hero-btn-wrapper {
  transform: translateY(50px);
}
.gsap-animate .process-wrapper:not(.no-animation) .process-step-wrapper {
  opacity: 0;
  transform: translateX(-50px);
}
.gsap-animate .slide-in-up {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1000ms cubic-bezier(0.25, 0.8, 0.5, 1), opacity 1000ms ease;
  will-change: transform, opacity;
}
.gsap-animate .slide-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.gsap-animate .site-footer .wrapper {
  width: 100%;
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(100px);
  transition: none;
}
.gsap-animate .gsap-start .hero-logo,
.gsap-animate .gsap-start .mobile-header-wrapper {
  opacity: 1;
  transform: none;
}
.gsap-animate .gsap-start .hero-title-wrapper,
.gsap-animate .gsap-start .hero-btn-wrapper {
  opacity: 1;
  transform: none;
  transition: transform 1000ms ease-in-out, opacity 1000ms ease-in-out;
}

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

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

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

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

.jm-rich-button-wrapper {
  position: relative;
}
.jm-rich-button-wrapper.button-align-left {
  text-align: left;
}
.jm-rich-button-wrapper.button-align-center {
  text-align: center;
}
.jm-rich-button-wrapper.button-align-right {
  text-align: right;
}
@media (max-width: 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;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
  color: var(--jm-color-text-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .jm-custom-heading {
    margin-bottom: 20px;
  }
}
.jm-custom-heading.text-align-left {
  text-align: left;
}
.jm-custom-heading.text-align-center {
  text-align: center;
}
.jm-custom-heading.text-align-right {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-left {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-center {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-right {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-right {
    text-align: right;
  }
}
.jm-custom-heading span {
  display: block;
  color: var(--jm-color-secondary-hover);
  font-family: var(--jm-font-family-heading-secondary);
  font-size: var(--jm-h4-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
}
.inverted .jm-custom-heading span {
  color: #F8D38E;
}

.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-animate-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 240vh;
  overflow: visible;
}
.jm-testimonials-animate-wrapper.no-animation {
  min-height: auto;
}
.jm-testimonials-animate-wrapper.no-animation .testimonials-sticky-container {
  position: relative !important;
  min-height: auto;
  overflow: visible;
}
.jm-testimonials-animate-wrapper.no-animation .jm-testimonials-animate .jm-testimonials-animate-box {
  position: relative !important;
  transform: none !important;
  margin-bottom: 40px;
  bottom: 0 !important;
}
.jm-testimonials-animate-wrapper.no-animation .jm-testimonials-animate .jm-testimonials-animate-box:last-child {
  margin-bottom: 0;
}
.jm-testimonials-animate-wrapper.no-animation .jm-testimonials-animate .jm-testimonials-animate-box:first-child .jm-testimonials-bg-animate {
  opacity: 1;
  animation-play-state: running;
}
.jm-testimonials-animate-wrapper .testimonials-sticky-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jm-testimonials-animate-wrapper .jm-custom-heading {
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate {
  position: relative;
  width: calc(var(--jm-content-width) * 0.38);
}
@media (max-width: 1199.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate {
    width: calc(var(--jm-content-width) * 0.5);
  }
}
@media (max-width: 991.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate {
    width: calc(var(--jm-content-width) * 0.7);
  }
}
@media (max-width: 767.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate {
    width: 80%;
  }
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box {
  padding: calc(var(--jm-spacer-y) * 0.67) calc(var(--jm-spacer-x) * 0.67);
  background-color: #524A40;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  will-change: transform;
}
@media (max-width: 991.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box {
    bottom: auto !important;
    right: auto !important;
    top: 0 !important;
    left: 0 !important;
  }
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-bg-animate {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1500px;
  height: 1500px;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  will-change: transform, opacity;
  aspect-ratio: 1;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
  background: conic-gradient(from 0deg at 50% 50%, rgba(247, 210, 141, 0) 165.4deg, rgb(255, 189, 66) 278.9deg, rgb(255, 245, 219) 295.1deg, rgba(255, 196, 46, 0.54) 313deg, rgba(255, 228, 148, 0) 330.8deg);
  animation: bgAnimatedRotate 10s linear infinite;
  animation-play-state: paused;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box.is-active .jm-testimonials-bg-animate {
  opacity: 1;
  animation-play-state: running;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:first-child .jm-testimonials-bg-animate {
  opacity: 1;
  animation-play-state: running;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-bg-outer {
  z-index: 5;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  overflow: hidden;
  border-radius: 17px;
  background-color: var(--jm-color-bg-inverse);
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-bg-outer .jm-testimonials-bg-inner {
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 17px;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:first-child {
  display: block;
  position: relative;
  z-index: 5;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:first-child .jm-testimonials-bg-animate {
  opacity: 1;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:nth-child(2) {
  bottom: -20px;
  right: -20px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:nth-child(2) {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
  }
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:nth-child(3) {
  bottom: -40px;
  right: 20px;
  z-index: 3;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:nth-child(4) {
  bottom: -60px;
  right: -10px;
  z-index: 2;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box:nth-child(n+5) {
  bottom: -20px;
  right: -80px;
  z-index: 1;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-animate-box-content {
  position: relative;
  z-index: 10;
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-animate-box-content blockquote {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--jm-color-text-inverse);
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-animate-box-content blockquote * {
  color: var(--jm-color-text-inverse);
}
.jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-animate-box-content h3 {
  display: block;
  color: var(--jm-color-primary-hover);
  margin: calc(var(--jm-spacer-y) * 0.5) 0 0 0;
}
@media (max-width: 991.98px) {
  .jm-testimonials-animate-wrapper .jm-testimonials-animate .jm-testimonials-animate-box .jm-testimonials-animate-box-content h3 {
    margin: 10px 0 0 0;
  }
}

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

.our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--jm-spacer-x));
  margin-left: calc(-1 * var(--jm-spacer-x));
}
@media (max-width: 1599.98px) {
  .our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured {
    margin-right: calc(-0.5 * var(--jm-spacer-x));
    margin-left: calc(-0.5 * var(--jm-spacer-x));
  }
}
.our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured > div {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--jm-spacer-x) * 1);
  padding-left: calc(var(--jm-spacer-x) * 1);
}
@media (max-width: 1599.98px) {
  .our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured > div {
    padding-right: calc(var(--jm-spacer-x) * 0.5);
    padding-left: calc(var(--jm-spacer-x) * 0.5);
  }
}
.our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured .team-box-description-wrapper {
  width: 42%;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured .team-box-description-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured .team-box-photo-wrapper {
  width: 58%;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team .team-box-featured-wrapper .team-box-featured .team-box-photo-wrapper {
    width: 100%;
  }
}
.our-team-wrapper .our-team .team-box-wrapper .team-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--jm-spacer-x));
  margin-left: calc(-1 * var(--jm-spacer-x));
}
@media (max-width: 1599.98px) {
  .our-team-wrapper .our-team .team-box-wrapper .team-box {
    margin-right: calc(-0.5 * var(--jm-spacer-x));
    margin-left: calc(-0.5 * var(--jm-spacer-x));
  }
}
.our-team-wrapper .our-team .team-box-wrapper .team-box > div {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: calc(var(--jm-spacer-x) * 1);
  padding-left: calc(var(--jm-spacer-x) * 1);
}
@media (max-width: 1599.98px) {
  .our-team-wrapper .our-team .team-box-wrapper .team-box > div {
    padding-right: calc(var(--jm-spacer-x) * 0.5);
    padding-left: calc(var(--jm-spacer-x) * 0.5);
  }
}
.our-team-wrapper .our-team .team-box-wrapper .team-box .team-box-description-wrapper {
  width: 33.33333333%;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team .team-box-wrapper .team-box .team-box-description-wrapper {
    width: 100%;
    margin-bottom: 20px;
    order: 5;
  }
}
.our-team-wrapper .our-team .team-box-wrapper .team-box .team-box-photo-wrapper {
  width: 66.66666667%;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team .team-box-wrapper .team-box .team-box-photo-wrapper {
    width: 100%;
    order: 10;
  }
}
.our-team-wrapper .our-team .team-box-category {
  font-family: var(--jm-font-family);
  line-height: 1;
  font-weight: 600;
  color: var(--jm-color-text-inverse);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.our-team-wrapper .our-team .team-box-title {
  font-size: var(--jm-xl-font-size);
  font-family: var(--jm-font-family-heading-secondary);
  line-height: 1;
  font-weight: 400;
  color: var(--jm-color-primary-hover);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.our-team-wrapper .our-team .team-box-content > *:last-child {
  margin-bottom: 0;
}
.our-team-wrapper .our-team .team-box-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.our-team-wrapper .our-team-sticky-wrapper {
  position: relative;
}
.our-team-wrapper .our-team-sticky-wrapper .team-box-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1.67);
}
.our-team-wrapper .our-team-sticky-wrapper .team-box-wrapper:last-child {
  margin-bottom: 0;
}
.our-team-wrapper .our-team-sticky-wrapper .our-team-sticky {
  /*
  position: sticky;
  top: 30px;
  height: fit-content;
  transform-origin: center top;

  @media (max-width: 991.98px) {
    position: relative;
    top: auto;
  }

   */
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team-sticky-wrapper .team-box-photo-wrapper {
    width: 100%;
    order: 10;
  }
}
@media (max-width: 991.98px) {
  .our-team-wrapper .our-team-sticky-wrapper .team-box-description-wrapper {
    width: 100%;
    order: 5;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

.service-box-wrapper {
  position: relative;
}
.service-box-wrapper.box-mode .service-box {
  border: 3px solid var(--jm-color-text-primary);
  border-radius: var(--jm-border-radius);
  padding: 0;
  transition: var(--jm-transition-base);
}
.service-box-wrapper.box-mode .service-box:hover {
  background-color: var(--jm-color-border);
}
.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-gallery-wrapper {
  position: relative;
  display: block;
  padding: calc(var(--jm-spacer-y) * 0.67) 0;
  overflow: hidden;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery {
  position: relative;
  height: 270px;
  width: 100%;
  perspective: 1000px;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 250px;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center center;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:first-child {
  opacity: 1;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:nth-child(1) {
  z-index: 5;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:nth-child(2) {
  z-index: 4;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:nth-child(3) {
  z-index: 3;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:nth-child(4) {
  z-index: 2;
}
.service-box-wrapper .service-box .service-box-gallery-wrapper .service-box-gallery img:nth-child(5) {
  z-index: 1;
}
.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 {
  padding: 0 calc(var(--jm-spacer-x) * 0.67) calc(var(--jm-spacer-y) * 0.67) calc(var(--jm-spacer-x) * 0.67);
}
.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;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel {
  width: 100%;
  overflow: hidden;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-track {
  display: flex;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-track .slick-slide {
  height: auto;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-track .slick-slide > div,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-track .slick-slide > div > a {
  display: block !important;
  width: 100%;
  height: 100%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: var(--jm-transition-base);
  border: 2px solid #524A40;
  background: #3B3636;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev,
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next {
    width: 40px;
    height: 40px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev::before,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next::before {
  display: none;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev:hover,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next:hover {
  background: #524A40;
  transform: translateY(-50%) scale(1.5);
  transform-origin: center center;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev svg,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next svg {
  display: block;
  width: 27px;
  height: auto;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev svg,
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next svg {
    width: 20px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev svg path,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next svg path {
  fill: var(--jm-color-primary-hover);
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev {
  left: 20px;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-prev {
    left: 10px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next {
  right: 20px;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-next {
    right: 10px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .gallery-slide {
  height: 100%;
  position: relative;
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .gallery-slide img.gallery-image-placeholder {
  display: block;
  width: 100%;
  height: auto;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .gallery-slide img.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .gallery-slide a {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-feed-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 200px auto 200px;
  column-gap: calc(var(--jm-spacer-x) * 2.08);
}
@media (max-width: 1599.98px) {
  .gallery-feed-wrapper {
    column-gap: calc(var(--jm-spacer-x) * 1);
  }
}
@media (max-width: 1399.98px) {
  .gallery-feed-wrapper {
    grid-template-columns: auto 200px;
    grid-template-rows: auto auto;
    row-gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .gallery-feed-wrapper {
    grid-template-columns: auto 140px;
  }
}
.gallery-feed-wrapper .gallery-feed-categories-wrapper {
  position: relative;
  align-self: center;
}
@media (max-width: 1399.98px) {
  .gallery-feed-wrapper .gallery-feed-categories-wrapper {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
@media (max-width: 1399.98px) {
  .gallery-feed-wrapper .gallery-feed-main-slider-wrapper {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 575.98px) {
  .gallery-feed-wrapper .gallery-feed-main-slider-wrapper {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media (max-width: 1399.98px) {
  .gallery-feed-wrapper .gallery-feed-thumbnails-wrapper {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 575.98px) {
  .gallery-feed-wrapper .gallery-feed-thumbnails-wrapper {
    display: none;
  }
}

.gallery-feed-categories {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .gallery-feed-categories {
    gap: 20px;
  }
}
.gallery-feed-categories .gallery-feed-title {
  font-weight: 600;
  line-height: 1.33;
  color: var(--jm-color-text-inverse);
  margin: 0;
}
.gallery-feed-categories .gallery-feed-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .gallery-feed-categories .gallery-feed-tabs {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .gallery-feed-categories .gallery-feed-tabs {
    flex-direction: column;
    gap: 10px;
  }
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 2px solid #524A40;
  border-radius: var(--jm-border-radius);
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab .gallery-tab-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px 2px;
  background: #FFFFFF;
  color: var(--jm-color-text-primary);
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  width: fit-content;
  transition: all 0.3s ease;
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab .gallery-tab-name {
  font-weight: 600;
  line-height: 1.2;
  color: var(--jm-color-text-inverse);
  transition: all 0.3s ease;
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab:hover {
  background: transparent;
  border-color: var(--jm-color-primary-hover);
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab:hover .gallery-tab-name {
  color: var(--jm-color-primary-hover);
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab:hover .gallery-tab-number {
  background: var(--jm-color-primary-hover);
  color: var(--jm-color-text-primary);
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab.active {
  background: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab.active .gallery-tab-name {
  color: var(--jm-color-text-primary);
}
.gallery-feed-categories .gallery-feed-tabs .gallery-tab.active .gallery-tab-number {
  background: var(--jm-color-text-primary);
  color: #FFFFFF;
}

.gallery-feed-main-slider-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider {
  width: 100%;
  overflow: hidden;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-list .slick-track {
  display: flex;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-list .slick-track .slick-slide {
  height: auto;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-list .slick-track .slick-slide > div,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-list .slick-track .slick-slide > div > a {
  display: block !important;
  width: 100%;
  height: 100%;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: var(--jm-transition-base);
  border: 2px solid #524A40;
  background: #3B3636;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev,
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev::before,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next::before {
  display: none;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev:hover,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next:hover {
  background: #524A40;
  transform: translateY(-50%) scale(1.5);
  transform-origin: center center;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev svg,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next svg {
  display: block;
  width: 27px;
  height: auto;
}
@media (max-width: 767.98px) {
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev svg,
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next svg {
    width: 20px;
  }
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev svg path,
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next svg path {
  fill: var(--jm-color-primary-hover);
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev {
  left: 20px;
}
@media (max-width: 767.98px) {
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-prev {
    left: 10px;
  }
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next {
  right: 20px;
}
@media (max-width: 767.98px) {
  .gallery-feed-main-slider-wrapper .gallery-feed-main-slider .slick-next {
    right: 10px;
  }
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .gallery-feed-slide {
  height: 100%;
  position: relative;
  display: block !important;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .gallery-feed-slide img.gallery-image-placeholder {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .gallery-feed-slide a {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-feed-main-slider-wrapper .gallery-feed-main-slider .gallery-feed-slide a img.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gallery-feed-thumbnails-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-feed-thumbnails-wrapper .gallery-feed-thumbnails .slick-list {
  height: 100%;
}
.gallery-feed-thumbnails-wrapper .gallery-feed-thumbnails .slick-list .slick-track .slick-slide {
  height: auto !important;
}
.gallery-feed-thumbnails-wrapper .gallery-feed-thumbnails .slick-list .slick-track .slick-slide > div,
.gallery-feed-thumbnails-wrapper .gallery-feed-thumbnails .slick-list .slick-track .slick-slide > div > div {
  display: block !important;
  width: 100%;
  height: 100%;
}

.gallery-feed-thumb {
  height: 100%;
  position: relative;
  display: block !important;
  border-radius: var(--jm-border-radius);
  border: 2px solid transparent;
  transition: var(--jm-transition-base);
  cursor: pointer;
}
.gallery-feed-thumb img.gallery-image-thumbnail-placeholder {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-feed-thumb div {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.gallery-feed-thumb div img.gallery-image-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.slick-current .gallery-feed-thumb {
  border-color: #524A40;
}

.gallery-feed-loading,
.gallery-feed-error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: var(--jm-color-text-inverse);
}
.gallery-feed-loading span,
.gallery-feed-error span {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.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;
}

.hero-section-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--jm-color-bg-primary);
}
.hero-section-wrapper .hero-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 300vh;
  overflow: visible;
}
.hero-section-wrapper .hero-section .hero-sticky-container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.hero-section-wrapper .hero-section .hero-logo {
  position: absolute;
  left: calc((100vw - var(--jm-content-width)) / 2);
  top: 30px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-section .hero-logo {
    left: calc(0.5 * var(--jm-spacer-x));
  }
}
.hero-section-wrapper .hero-section video#hero-video {
  position: relative;
  cursor: auto;
  width: 0;
  height: 0;
  max-width: 1920px;
  border-radius: 0;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.hero-section-wrapper .hero-section .hero-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--jm-color-primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  outline: none;
}
.hero-section-wrapper .hero-section .hero-video-play-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
}
.hero-section-wrapper .hero-section .hero-video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.hero-section-wrapper .hero-section .hero-video-play-btn:active {
  transform: translate(-50%, -50%) scale(1);
}
.hero-section-wrapper .hero-section .hero-video-play-btn svg {
  width: 24px;
  height: 24px;
  color: rgb(0, 0, 0);
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.hero-section-wrapper .hero-section .hero-video-play-btn .play-icon {
  opacity: 1;
  position: absolute;
  transform: translateX(1.5px);
}
.hero-section-wrapper .hero-section .hero-video-play-btn .pause-icon {
  opacity: 0;
  position: absolute;
}
.hero-section-wrapper .hero-section .hero-video-play-btn.is-playing .play-icon {
  opacity: 0;
}
.hero-section-wrapper .hero-section .hero-video-play-btn.is-playing .pause-icon {
  opacity: 1;
}
.hero-section-wrapper .hero-section .hero-content-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  overflow: visible;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-content-wrapper {
    gap: 10px;
  }
}
.hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--jm-font-family);
  font-size: 34px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--jm-color-text-primary);
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper {
    font-size: 24px;
    line-height: 20px;
  }
}
.hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper .hero-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper .hero-title-text {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper .rotating-phrase {
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  color: var(--jm-color-text-secondary);
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-content-wrapper .hero-title-wrapper .rotating-phrase {
    font-size: 40px;
    line-height: 40px;
  }
}
.hero-section-wrapper .hero-section .hero-title-rotating-mask {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  height: 60px;
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-title-rotating-mask {
    height: 40px;
  }
}
.hero-section-wrapper .hero-section .hero-title-rotating-mask .hero-title-rotating-phrases {
  position: relative;
}
.hero-section-wrapper .hero-section .hero-title-rotating-mask .hero-title-rotating-phrases .rotating-phrase {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 1;
}
.hero-section-wrapper .hero-section .hero-btn-wrapper {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.hero-section-wrapper .hero-section .hero-images-gallery {
  position: relative;
  width: 100%;
  min-height: 100vh;
  pointer-events: none;
  z-index: 5;
  perspective: 1200px;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper {
  position: absolute;
  overflow: visible;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateY(90deg);
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="1"], .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="2"], .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="3"], .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="5"] {
  transition-delay: 0s, 0s;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="7"], .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="10"] {
  transition-delay: 0.2s, 0.2s;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="4"], .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="8"] {
  transition-delay: 0.4s, 0.4s;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="6"] {
  transition-delay: 0.5s, 0.5s;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="9"] {
  transition-delay: 0.6s, 0.6s;
}
.gsap-animate .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper {
  opacity: 0;
  transform: rotateY(90deg) translate3D(300px, 0, 0);
}
.gsap-animate .gsap-start .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper {
  opacity: 1;
  transform: rotateY(90deg) translate3D(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 1.6s, 0.6s;
  transition-timing-function: ease, ease;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="1"] {
  width: 215px;
  left: -4vw;
  top: 26.67vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="1"] {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="1"] {
    width: 107px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="2"] {
  width: 145px;
  left: 91.15vw;
  top: 62.22vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="2"] {
    width: 101px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="2"] {
    width: 72px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="3"] {
  width: 240px;
  left: 89.06vw;
  top: 12.22vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="3"] {
    width: 168px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="3"] {
    width: 120px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="4"] {
  width: 240px;
  left: 57.03vw;
  top: 4.44vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="4"] {
    width: 168px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="4"] {
    width: 120px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="5"] {
  width: 209px;
  left: 10.42vw;
  top: 30vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="5"] {
    width: 146px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="5"] {
    width: 104px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="5"] {
    display: none;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="6"] {
  width: 240px;
  left: 20vw;
  top: 78vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="6"] {
    width: 168px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="6"] {
    width: 120px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="7"] {
  width: 227px;
  left: 56.25vw;
  top: 66.67vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="7"] {
    width: 159px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="7"] {
    width: 113px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="8"] {
  width: 240px;
  left: 88.28vw;
  top: 40.89vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="8"] {
    width: 168px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="8"] {
    width: 120px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="9"] {
  width: 256px;
  left: 19vw;
  top: 4.44vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="9"] {
    width: 179px;
    left: 26vw;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="9"] {
    width: 128px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="9"] {
    top: 14.44vh;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="10"] {
  width: 198px;
  left: 2vw;
  top: 60vh;
}
@media (max-width: 1199.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="10"] {
    width: 138px;
  }
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper[data-image="10"] {
    width: 100px;
  }
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper .hero-image-parallax {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.hero-section-wrapper .hero-section .hero-images-gallery .hero-image-wrapper .hero-gallery-image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  transform-style: preserve-3d;
  transform: rotateY(-90deg);
}
.jm-rich-section-wrapper {
  position: relative;
}
.jm-rich-section-wrapper .jm-rich-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-content {
  text-align: left;
  padding: 0;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image,
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
  display: none;
}
@media (max-width: 991.98px) {
  .jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .video-element {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

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

.post-box-wrapper {
  position: relative;
}
.post-box-wrapper .post-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.post-box-wrapper .post-box .post-box-animate {
  padding: calc(var(--jm-spacer-y) * 0.67) calc(var(--jm-spacer-x) * 0.67);
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .post-box-wrapper .post-box .post-box-animate {
    padding: 20px;
  }
}
.post-box-wrapper .post-box .post-box-animate .post-box-bg {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  will-change: transform;
  opacity: 1;
  z-index: 1;
  background-color: #524A40;
}
.post-box-wrapper .post-box .post-box-animate .post-box-bg .post-box-bg-animate {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1500px;
  height: 1500px;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  will-change: transform, opacity;
  aspect-ratio: 1;
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, rgba(247, 210, 141, 0) 165.4deg, rgb(255, 189, 66) 278.9deg, rgb(255, 245, 219) 295.1deg, rgba(255, 196, 46, 0.54) 313deg, rgba(255, 228, 148, 0) 330.8deg);
  animation: bgAnimatedRotate 10s linear infinite;
}
.post-box-wrapper .post-box .post-box-animate .post-box-bg .post-box-bg-outer {
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  overflow: hidden;
  border-radius: 17px;
  background-color: var(--jm-color-bg-inverse);
  z-index: 5;
}
.post-box-wrapper .post-box .post-box-animate .post-box-bg .post-box-bg-outer .post-box-bg-inner {
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 17px;
}
.post-box-wrapper .post-box .post-box-animate .post-box-content-animate {
  position: relative;
  z-index: 10;
}
.post-box-wrapper .post-box.box-mode {
  border: 1px solid var(--jm-color-border);
  padding: 40px;
  border-radius: var(--jm-border-radius);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 10px;
  }
}
.post-box-wrapper .post-box .post-box-video-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-video-wrapper video {
  cursor: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
  border-radius: var(--jm-border-radius);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.post-box-wrapper .post-box .post-box-image-wrapper {
  display: block;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.post-box-wrapper .post-box .post-box-content-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
  line-height: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--jm-color-primary-hover);
  text-decoration: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title span {
  color: var(--jm-color-primary-hover);
}
.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-title-wrapper .post-box-title:hover span {
  color: var(--jm-color-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow {
  color: #ffffff;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow:before {
  width: 70px;
  height: 70px;
  opacity: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  outline: none;
  text-decoration: none;
  border: 1px solid var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-radius: 50%;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:focus {
  border-color: var(--jm-color-form-accent);
  background-color: var(--jm-color-form-accent);
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:active {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:focus {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:after {
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
    display: none;
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 10px;
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content > *:last-child {
  margin-bottom: 0;
}
.post-box-wrapper .post-box .post-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}

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

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

.process-collage-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .process-collage-wrapper {
    margin-bottom: 40px;
  }
}
.process-collage-wrapper .process-collage {
  position: relative;
  width: 521px;
  height: 434px;
  margin: 0 auto;
  transform: perspective(1200px) rotateY(30deg);
  transform-style: preserve-3d;
}
.no-animation .process-collage-wrapper .process-collage {
  transform: none !important;
}
@media (max-width: 1199.98px) {
  .process-collage-wrapper .process-collage {
    width: 450px;
    height: 375px;
  }
}
@media (max-width: 459.98px) {
  .process-collage-wrapper .process-collage {
    width: 280px;
    height: 233px;
  }
}
.process-collage-wrapper .process-collage .process-collage-image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  will-change: transform;
  transform: translate(-50%, -50%) rotateY(90deg);
  transform-style: preserve-3d;
}
.no-animation .process-collage-wrapper .process-collage .process-collage-image-wrapper {
  transform: translate(-50%, -50%);
}
.process-collage-wrapper .process-collage .process-collage-image {
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  opacity: 1;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  aspect-ratio: 1.2;
  width: 521px;
  height: 434px;
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .process-collage-wrapper .process-collage .process-collage-image {
    width: 450px;
    height: 375px;
  }
}
@media (max-width: 459.98px) {
  .process-collage-wrapper .process-collage .process-collage-image {
    width: 280px;
    height: 233px;
  }
}
.process-collage-wrapper .process-collage .process-collage-image img {
  display: block;
  width: auto;
  height: 100%;
}

body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
body .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btns-wrapper > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(0.5 * var(--jm-spacer-x));
  row-gap: 10px;
}
.btns-wrapper > .wpb_wrapper .jm-rich-button-wrapper {
  margin: 0;
}

/* #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-text-primary);
  font: 600 var(--jm-h1-font-size)/1.2 var(--jm-font-family-heading);
}
h1.page-header {
  color: var(--jm-color-primary-hover);
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
@media (max-width: 991.98px) {
  h1.page-header {
    margin-bottom: 40px;
  }
}

h2 {
  color: var(--jm-color-primary);
  font: 600 var(--jm-h2-font-size)/1.2 var(--jm-font-family-heading);
}
h2.vc_custom_heading {
  margin-bottom: calc(var(--jm-spacer-y) * 0.67);
}
@media (max-width: 991.98px) {
  h2.vc_custom_heading {
    margin-bottom: 20px;
  }
}
h2 a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
}

h3 {
  color: var(--jm-color-text-primary);
  font: 500 var(--jm-h3-font-size)/1.2 var(--jm-font-family-heading);
}
h3.vc_custom_heading {
  margin-bottom: calc(var(--jm-spacer-y) * 0.67);
}
@media (max-width: 991.98px) {
  h3.vc_custom_heading {
    margin-bottom: 20px;
  }
}

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

h5 {
  color: var(--jm-color-text-primary);
  font: 600 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;
}
.site .site-body-wrapper .site-body {
  position: relative;
  z-index: 1;
  background-color: var(--jm-color-bg-inverse);
  border-radius: 0 0 var(--jm-border-radius) var(--jm-border-radius);
}
.inverted .post-box-content *:not(.btn):not(input):not(button):not(a),
.inverted .wpb_text_column *:not(.btn):not(input):not(button):not(a),
.inverted .search-results .entry-header *:not(.btn):not(input):not(button):not(a),
.inverted .search-results .entry-summary *:not(.btn):not(input):not(button):not(a),
.inverted .error-404 .entry-content *:not(.btn):not(input):not(button):not(a),
.site-content .post-box-content *:not(.btn):not(input):not(button):not(a),
.site-content .wpb_text_column *:not(.btn):not(input):not(button):not(a),
.site-content .search-results .entry-header *:not(.btn):not(input):not(button):not(a),
.site-content .search-results .entry-summary *:not(.btn):not(input):not(button):not(a),
.site-content .error-404 .entry-content *:not(.btn):not(input):not(button):not(a) {
  color: var(--jm-color-text-inverse);
}
.inverted .post-box-content a:not(.btn),
.inverted .wpb_text_column a:not(.btn),
.inverted .search-results .entry-header a:not(.btn),
.inverted .search-results .entry-summary a:not(.btn),
.inverted .error-404 .entry-content a:not(.btn),
.site-content .post-box-content a:not(.btn),
.site-content .wpb_text_column a:not(.btn),
.site-content .search-results .entry-header a:not(.btn),
.site-content .search-results .entry-summary a:not(.btn),
.site-content .error-404 .entry-content a:not(.btn) {
  color: var(--jm-color-text-inverse);
}
.inverted .post-box-content a:not(.btn):hover,
.inverted .wpb_text_column a:not(.btn):hover,
.inverted .search-results .entry-header a:not(.btn):hover,
.inverted .search-results .entry-summary a:not(.btn):hover,
.inverted .error-404 .entry-content a:not(.btn):hover,
.site-content .post-box-content a:not(.btn):hover,
.site-content .wpb_text_column a:not(.btn):hover,
.site-content .search-results .entry-header a:not(.btn):hover,
.site-content .search-results .entry-summary a:not(.btn):hover,
.site-content .error-404 .entry-content a:not(.btn):hover {
  color: var(--jm-color-secondary);
}
.inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  color: var(--jm-color-primary-hover);
}
.inverted h2.jm-custom-heading, .inverted h3.jm-custom-heading, .inverted h4.jm-custom-heading, .inverted h5.jm-custom-heading, .inverted h6.jm-custom-heading,
.site-content h2.jm-custom-heading,
.site-content h3.jm-custom-heading,
.site-content h4.jm-custom-heading,
.site-content h5.jm-custom-heading,
.site-content h6.jm-custom-heading {
  color: var(--jm-color-text-inverse);
}
.inverted h2.jm-custom-heading span, .inverted h3.jm-custom-heading span, .inverted h4.jm-custom-heading span, .inverted h5.jm-custom-heading span, .inverted h6.jm-custom-heading span,
.site-content h2.jm-custom-heading span,
.site-content h3.jm-custom-heading span,
.site-content h4.jm-custom-heading span,
.site-content h5.jm-custom-heading span,
.site-content h6.jm-custom-heading span {
  color: var(--jm-color-primary-hover);
}

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

.site-content .light-section-wrapper .post-box-content *:not(.btn):not(input):not(button):not(a),
.site-content .light-section-wrapper .wpb_text_column *:not(.btn):not(input):not(button):not(a) {
  color: var(--jm-color-text-primary);
}
.site-content .light-section-wrapper .post-box-content a:not(.btn),
.site-content .light-section-wrapper .wpb_text_column a:not(.btn) {
  color: var(--jm-color-text-primary);
}
.site-content .light-section-wrapper .post-box-content a:not(.btn):hover,
.site-content .light-section-wrapper .wpb_text_column a:not(.btn):hover {
  color: var(--jm-color-secondary);
}
.site-content .light-section-wrapper h2, .site-content .light-section-wrapper h3, .site-content .light-section-wrapper h4, .site-content .light-section-wrapper h5, .site-content .light-section-wrapper h6 {
  color: var(--jm-color-text-primary);
}
.site-content .light-section-wrapper h2.jm-custom-heading, .site-content .light-section-wrapper h3.jm-custom-heading, .site-content .light-section-wrapper h4.jm-custom-heading, .site-content .light-section-wrapper h5.jm-custom-heading, .site-content .light-section-wrapper h6.jm-custom-heading {
  color: var(--jm-color-text-primary);
}
.site-content .light-section-wrapper h2.jm-custom-heading span, .site-content .light-section-wrapper h3.jm-custom-heading span, .site-content .light-section-wrapper h4.jm-custom-heading span, .site-content .light-section-wrapper h5.jm-custom-heading span, .site-content .light-section-wrapper h6.jm-custom-heading span {
  color: var(--jm-color-secondary);
}

.bg-light * {
  color: var(--jm-color-text-primary);
}
.bg-light h2, .bg-light h3, .bg-light h4, .bg-light h5, .bg-light h6 {
  color: var(--jm-color-text-primary);
}
.bg-light h2.jm-custom-heading, .bg-light h3.jm-custom-heading, .bg-light h4.jm-custom-heading, .bg-light h5.jm-custom-heading, .bg-light h6.jm-custom-heading {
  color: var(--jm-color-text-primary);
}
.bg-light h2.jm-custom-heading span, .bg-light h3.jm-custom-heading span, .bg-light h4.jm-custom-heading span, .bg-light h5.jm-custom-heading span, .bg-light h6.jm-custom-heading span {
  color: var(--jm-color-secondary);
}

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

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

.why-choose-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}
.why-choose-wrapper .vc_row.vc_row-o-full-height.portrait-mode {
  min-height: 100vw;
}
.why-choose-wrapper .vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-choose-wrapper .wpb_wrapper:has(.why-choose-01 + .why-choose-02) {
  display: flex;
  flex-direction: column;
  justify-content: space-around !important;
}
.why-choose-wrapper .why-choose-01,
.why-choose-wrapper .why-choose-02 {
  margin-top: calc(2 * var(--jm-spacer-y));
}
@media (max-width: 991.98px) {
  .why-choose-wrapper .why-choose-01,
  .why-choose-wrapper .why-choose-02 {
    margin-top: 0;
  }
}
.why-choose-wrapper .why-choose-01 img,
.why-choose-wrapper .why-choose-02 img {
  transform: rotate(15deg);
  box-shadow: 0 calc(0.5 * var(--jm-spacer-x)) calc(1 * var(--jm-spacer-y)) 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .why-choose-wrapper .why-choose-01 img,
  .why-choose-wrapper .why-choose-02 img {
    transform: none;
  }
}
.why-choose-wrapper .why-choose-03 {
  margin-top: calc(12 * var(--jm-spacer-y));
}
@media (max-width: 991.98px) {
  .why-choose-wrapper .why-choose-03 {
    margin-top: 0;
  }
}
.why-choose-wrapper .why-choose-03 img {
  transform: rotate(-15deg);
  box-shadow: 0 calc(0.5 * var(--jm-spacer-x)) calc(1 * var(--jm-spacer-y)) 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991.98px) {
  .why-choose-wrapper .why-choose-03 img {
    transform: none;
  }
}
.why-choose-wrapper .why-choose-content-box .wpb_wrapper {
  padding: 0 calc(var(--jm-spacer-x) * 0.67);
  font-size: var(--jm-h5-font-size);
}
@media (max-width: 991.98px) {
  .why-choose-wrapper .why-choose-content-box .wpb_wrapper {
    padding: 0 20px;
  }
}

.process-wrapper {
  position: relative;
  max-width: none !important;
  padding: 0 !important;
  min-height: 311vh;
  overflow: visible !important;
  background-color: var(--jm-color-text-inverse);
}
.process-wrapper.no-animation {
  min-height: auto;
  background-color: var(--jm-color-bg-inverse);
}
.process-wrapper.no-animation .process-sticky-container {
  position: relative !important;
  min-height: auto;
  overflow: hidden;
  padding: 0 calc(var(--jm-spacer-x) * 0.5);
}
.process-wrapper .vc_row.vc_row-o-full-height.portrait-mode {
  min-height: 100vw;
}
.process-wrapper .process-sticky-container {
  width: 100%;
  min-height: 100vh;
  padding: 0 calc(var(--jm-spacer-x) * 0.5);
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.process-wrapper .process-sticky-container .process-sticky-bg {
  will-change: transform;
  opacity: 1;
  transform: translateY(280vh) scale(0.6);
  background-color: var(--jm-color-bg-inverse);
  border-radius: 4000px;
  flex: none;
  position: absolute;
  inset: -1600px -1040px;
  overflow: hidden;
  transition: transform 0.1s linear;
}
.process-wrapper .process-step-wrapper h3 {
  color: var(--jm-color-primary-hover) !important;
  margin-bottom: 10px;
}
.process-wrapper .process-content-wrapper {
  position: relative;
  z-index: 2;
}

.start-now-wrapper {
  position: relative;
  overflow: hidden;
}
.start-now-wrapper .vc_row.vc_row-o-full-height.portrait-mode {
  min-height: 100vw;
}
.start-now-wrapper .vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.start-now-wrapper .start-now-01 {
  margin-top: calc(6 * var(--jm-spacer-y));
}
@media (max-width: 991.98px) {
  .start-now-wrapper .start-now-01 {
    margin-top: 0;
  }
}

.light-section-wrapper {
  position: relative;
  background-color: #F1EDE5;
}

.vc_section[data-vc-full-width]:has(.has-sticky-content) {
  overflow: visible !important;
}

.has-sticky-content .sticky-content {
  position: sticky;
  top: calc(var(--jm-header-height) + 20px);
  z-index: 10;
}
@media (max-width: 991.98px) {
  .has-sticky-content .sticky-content {
    position: relative;
    top: auto;
  }
}

.large-text {
  font-size: var(--jm-h5-font-size);
  font-weight: 400;
}

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