@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  outline: none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:focus,
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root, [data-theme=default] {
  --jm-base-font-family: "Readex Pro", sans-serif;
  --jm-alt-font-family: "Readex Pro", sans-serif;
  --jm-base-font-size: 16px;
  --jm-base-font-weight: 400;
  --jm-base-line-height: 1.5;
  --jm-base-margin-bottom: 20px;
  --jm-h1-font-size: 36px;
  --jm-h2-font-size: 32px;
  --jm-h3-font-size: 24px;
  --jm-h4-font-size: 20px;
  --jm-h5-font-size: 18px;
  --jm-h6-font-size: 16px;
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 64px;
  --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.5);
  --jm-content-indent-smaller: calc(var(--jm-spacer-y) * 0.25);
  --jm-radius: calc(var(--jm-spacer-x) * 0.25);
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 17px;
    --jm-h1-font-size: 40px;
    --jm-h2-font-size: 36px;
    --jm-h3-font-size: 24px;
    --jm-h4-font-size: 20px;
    --jm-h5-font-size: 19px;
    --jm-h6-font-size: 18px;
    --jm-content-width: 520px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 42px;
    --jm-h2-font-size: 42px;
    --jm-h3-font-size: 26px;
    --jm-h4-font-size: 20px;
    --jm-h5-font-size: 19px;
    --jm-h6-font-size: 18px;
    --jm-base-margin-bottom: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
    --jm-content-width: 700px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 19px;
    --jm-h1-font-size: 46px;
    --jm-h2-font-size: 46px;
    --jm-h3-font-size: 28px;
    --jm-h4-font-size: 22px;
    --jm-h5-font-size: 20px;
    --jm-h6-font-size: 19px;
    --jm-spacer-x: 30px;
    --jm-spacer-y: 30px;
    --jm-content-width: 930px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 50px;
    --jm-h2-font-size: 50px;
    --jm-h3-font-size: 32px;
    --jm-h4-font-size: 24px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-header-height: 70px;
    --jm-content-width: 1100px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 54px;
    --jm-h2-font-size: 54px;
    --jm-h3-font-size: 34px;
    --jm-h4-font-size: 24px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-spacer-x: 50px;
    --jm-spacer-y: 50px;
    --jm-content-width: 1270px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 58px;
    --jm-h2-font-size: 58px;
    --jm-h3-font-size: 36px;
    --jm-h4-font-size: 26px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-spacer-x: 60px;
    --jm-spacer-y: 60px;
    --jm-content-width: 1440px;
  }
}
@media (min-width: 1700px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 60px;
    --jm-h2-font-size: 60px;
    --jm-h3-font-size: 38px;
    --jm-h4-font-size: 26px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-spacer-x: 70px;
    --jm-spacer-y: 70px;
    --jm-content-width: 1530px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 60px;
    --jm-h2-font-size: 60px;
    --jm-h3-font-size: 40px;
    --jm-h4-font-size: 26px;
    --jm-h5-font-size: 24px;
    --jm-h6-font-size: 22px;
    --jm-spacer-x: 80px;
    --jm-spacer-y: 80px;
    --jm-content-width: 1620px;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme=default] {
    --jm-content-width: 1760px;
  }
}

.container {
  /*
  @media (min-width: 1400px) {
    margin: 0 auto;
    max-width: 1920px;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
   */
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1680px;
  }
}

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

:root, [data-theme=default] {
  --bs-gutter-x: 20px;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1700px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 80px;
  }
}
:root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
  --bs-gutter-x: 20px;
}
@media (min-width: 576px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 768px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 992px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1200px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1400px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1600px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1700px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1800px) {
  :root .row, :root .container, :root .container-fluid, [data-theme=default] .row, [data-theme=default] .container, [data-theme=default] .container-fluid {
    --bs-gutter-x: 80px;
  }
}
:root .vc_section, [data-theme=default] .vc_section {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  padding-left: calc(0.5 * var(--bs-gutter-x));
  padding-right: calc(0.5 * var(--bs-gutter-x));
}
:root .vc_row:not(.vc_row-no-padding), [data-theme=default] .vc_row:not(.vc_row-no-padding) {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
:root .vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner, [data-theme=default] .vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.5 * var(--bs-gutter-x));
  padding-right: calc(0.5 * var(--bs-gutter-x));
}
:root .vc_row.large-gutter, [data-theme=default] .vc_row.large-gutter {
  margin-left: calc(-1 * var(--bs-gutter-x));
  margin-right: calc(-1 * var(--bs-gutter-x));
}
:root .vc_row.large-gutter > .vc_column_container > .vc_column-inner, [data-theme=default] .vc_row.large-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(1 * var(--bs-gutter-x));
  padding-right: calc(1 * var(--bs-gutter-x));
}
:root .vc_row.small-gutter, [data-theme=default] .vc_row.small-gutter {
  margin-left: calc(-0.3 * var(--bs-gutter-x));
  margin-right: calc(-0.3 * var(--bs-gutter-x));
}
:root .vc_row.small-gutter > .vc_column_container > .vc_column-inner, [data-theme=default] .vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.3 * var(--bs-gutter-x));
  padding-right: calc(0.3 * var(--bs-gutter-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: 0;
  padding: 12px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 23px;
  border: 2px solid #08100C;
  outline: none;
  text-decoration: none;
  background-color: #F6D155;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #F6D155;
  border-color: #F6D155;
}
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: #08100C;
  background-color: rgba(8, 16, 12, 0.1019607843);
  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: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus,
body .gform_wrapper .gform_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_footer input[type=submit]:disabled:focus,
body .gform_wrapper .gform_page_footer input.button:disabled:hover,
body .gform_wrapper .gform_page_footer input.button:disabled:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #ffffff;
  background-color: #08100C;
  border-color: #08100C;
}

.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 0;
  padding: 12px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 23px;
  border: 2px solid #08100C;
  outline: none;
  text-decoration: none;
  background-color: #F6D155;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #08100C;
  background-color: transparent;
  border-color: #08100C;
}
.btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  border-color: #08100C;
  background-color: rgba(8, 16, 12, 0.1019607843);
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover, .btn:focus {
  color: #08100C;
  border-color: #08100C;
  background-color: rgba(8, 16, 12, 0.1019607843);
}
.btn i {
  font-size: 16px;
  margin-right: 12px;
}
.btn.btn-primary {
  color: #08100C;
  background-color: #F6D155;
  border-color: #F6D155;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #ffffff;
  background-color: #08100C;
  border-color: #08100C;
}
.btn.btn-secondary {
  color: #08100C;
  background-color: #F6D155;
  border-color: #F6D155;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #08100C;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-simple {
  color: #ffffff;
  background-color: transparent;
  border-color: #F6D155;
}
.btn.btn-simple:hover, .btn.btn-simple:focus {
  color: #ffffff;
  background-color: #F6D155;
  border-color: #F6D155;
}
.btn.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white * {
  color: #000000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #000000;
  background-color: #F6D155;
  border-color: #F6D155;
}
.btn.has-arrow {
  position: relative;
  padding-right: 70px;
}
.btn.has-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
}

body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 16px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label,
body .gform_wrapper.gravity-theme legend.gfield_label {
  color: #08100C;
  font-size: 18px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme label {
  color: #08100C;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #F6D155;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: #F6F4EE;
}
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: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #F6D155;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: #F6F4EE;
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #F6D155;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: #F6F4EE;
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type=search] {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #F6D155;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=search]:active {
  border-color: #F6F4EE;
}
body .gform_wrapper.gravity-theme input[type=search]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #F6D155;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #F6D155;
  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: #F6F4EE;
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: #eee;
  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: #fff;
}
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: #F6D155;
  -webkit-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  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: #fff;
}

.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: #F6D155;
  border-color: #F6D155;
}

.form-check-label:has(> input:focus):before {
  border-color: #F6D155;
}

#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #F6D155;
}

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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  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;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.rich_header:before, .rich_header:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F6D155;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}

.breadcrumbs {
  font-size: calc(var(--jm-base-font-size) * 0.8);
  line-height: 1.2;
  color: #08100C;
  padding: 15px 0;
  background: none;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.breadcrumbs .breadcrumbs-item-sep {
  padding: 0 10px;
  text-align: center;
}
.breadcrumbs a {
  color: #F6D155;
}

.post-nav {
  padding: 24px 0;
  border-top: 1px solid #F6D155;
}
.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;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.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 2px;
  background: none;
  color: #F6D155;
  font-size: 20px;
  border: 1px solid #BFBFBF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jm-pagination li.active > *,
.jm-pagination span.current,
.wp-pagenavi li.active > *,
.wp-pagenavi span.current {
  background-color: #F6D155;
  color: #ffffff;
  text-decoration: none;
  border-color: #F6D155;
  font-weight: 700;
}
.jm-pagination a:hover,
.wp-pagenavi a:hover {
  background-color: #F6D155;
  border-color: #F6D155;
  color: #ffffff;
  text-decoration: none;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto var(--jm-base-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 {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}

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

.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 #ccc;
  }
  .flexible table th,
  table.flexible th {
    display: none;
  }
  .flexible table td,
  table.flexible td {
    border: none;
    border-bottom: 1px solid #eee;
    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-base-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-base-font-size) * var(--jm-base-line-height) * 1) 0;
  padding: 0 0 0 calc(var(--jm-base-font-size) * var(--jm-base-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-base-line-height));
  background-color: var(--jm-bg-primary);
  color: #08100C;
  font-size: calc(var(--jm-base-font-size) * 0.8);
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  height: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  line-height: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  text-align: center;
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0 0 var(--jm-base-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-base-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 6 Free", "Font Awesome 5 Brands";
  -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-base-font-size) * 0.3);
  left: 0;
  color: var(--jm-color-primary);
}

a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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: #67974A;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "\f1c1";
}
a.icon[href$=".doc"]:before {
  content: "\f1c2";
}
a.icon[href$=".xls"]:before {
  content: "\f1c3";
}
a.icon[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;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0 0 0 10px;
  padding: 0;
}
.social-menu li:first-child {
  margin: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #08100C;
  border: 2px solid #383835;
  color: #ffffff;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #08100C !important;
}
.social-menu a:before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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 6 Brands";
  font-size: 26px;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-menu a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.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: "\f27d";
}
.social-menu a[href*="yelp.com"]:before {
  content: "\f1e9";
}
.social-menu a[href*="tiktok.com"]:before {
  content: "\e07b";
}

/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: calc(var(--jm-spacer-x) * 0.625) 0 0 0;
  border: none;
  z-index: 100;
  background-color: transparent;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  /*
  @media (min-width: 992px) {

    .home & {
      position: absolute;
      width: 100%;
    }
  }
  */
}
.site-header .site-header-wrapper {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 12px;
  margin: 0 calc(var(--jm-spacer-x) * 0.625);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 1890px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-header .site-header-wrapper .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  z-index: 10;
}
.site-header .site-header-wrapper .logo a {
  display: block;
}
.site-header .site-header-wrapper .logo a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.site-header .site-header-wrapper .logo a > svg {
  display: block;
  width: 333px;
  height: auto;
  max-width: 100%;
}
.site-header .site-header-wrapper .logo.desktop-logo {
  top: -18px;
  max-width: 333px;
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper .logo.desktop-logo {
    display: none;
  }
}
.site-header .site-header-wrapper .logo.mobile-logo {
  top: 50%;
  max-width: 105px;
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1599.98px) {
  .site-header .site-header-wrapper .logo.mobile-logo {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .site-header .site-header-wrapper .logo.mobile-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    max-width: 83px;
  }
}
.site-header .right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .right-wrapper .header-widget-wrapper {
  display: none;
  margin: 0 60px 0 0;
}
@media (max-width: 1199.98px) {
  .site-header .right-wrapper .header-widget-wrapper {
    display: block;
  }
}
@media (max-width: 459.98px) {
  .site-header .right-wrapper .header-widget-wrapper {
    margin: 0 20px 0 0;
  }
}
.site-header .right-wrapper .header-widget-wrapper .btn {
  font-size: 14px;
  line-height: 1;
  min-height: 0;
  color: #08100C;
  border: 2px solid #F6D155;
  padding: 8px 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 399.98px) {
  .site-header .right-wrapper .header-widget-wrapper .btn {
    text-indent: -99999px;
  }
  .site-header .right-wrapper .header-widget-wrapper .btn:before {
    content: "\f879";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -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: 18px;
    transition: 0.3s;
    text-indent: 0;
  }
}
.site-header .right-wrapper .header-widget-wrapper .btn:hover {
  color: #08100C;
  background-color: #F6D155;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .site-header .header-nav-wrapper {
    display: none !important;
  }
}
.site-header .header-nav-wrapper .nav-primary #primarymenu .logo-spaceholder {
  width: 100%;
}
.site-header .header-nav-wrapper .nav-primary #primarymenu .logo-spaceholder > a {
  display: none;
}
.site-header .header-nav-wrapper .nav-primary #primarymenu .btn-tel > a {
  border: 2px solid #F6D155;
}
.site-header .header-nav-wrapper .nav-primary #primarymenu .btn-tel > a:hover {
  color: #08100C;
  background-color: #F6D155;
  text-decoration: none;
}

.site-nav-mobile .site-nav-mobile-wrapper .nav-primary .primary-menu > li {
  display: block;
  margin: 0 0 25px 0;
}
.site-nav-mobile .site-nav-mobile-wrapper .nav-primary .primary-menu > li.logo-spaceholder {
  display: none !important;
}
.site-nav-mobile .site-nav-mobile-wrapper .nav-primary .primary-menu > li.btn-tel > a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 15px;
  border: 2px solid #08100C;
  background-color: #08100C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.site-nav-mobile .site-nav-mobile-wrapper .nav-primary .primary-menu > li.btn-tel > a:hover {
  color: #08100C;
  background-color: #F6D155;
  border: 2px solid #08100C;
  text-decoration: none;
}

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

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

.sticky-wrapper {
  position: relative;
  z-index: 200;
}
.sticky-wrapper * {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100%;
}
.sticky-wrapper.is-sticky .site-header {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  padding: 0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin: 15px;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper .logo.desktop-logo {
  display: none;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper .logo.mobile-logo {
  display: block;
  max-width: 105px;
  margin: 0;
}

@media (min-width: 1200px) {
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .primary-menu > li {
    margin: 0 0 0 30px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1699.98px) {
  .primary-menu > li {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .primary-menu > li {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 12px 22px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    color: #08100C;
    border: 2px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .primary-menu > li > a {
    padding: 12px 15px;
  }
}
@media (min-width: 1200px) {
  .primary-menu > li > a:hover {
    color: #ffffff;
    background-color: #08100C;
    text-decoration: none;
  }
  .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: #ffffff;
    background-color: #08100C;
    text-decoration: none;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 32px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -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: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .primary-menu > li.menu-item-has-children:hover > a:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #08100C;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 200px;
    /*
            @include box-shadow(0px 10px 30px 0px rgba(33, 104, 159, 0.4));
    /*
            &:before {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid $sub-menu-background-color;
              position: absolute;
              top: -10px;
              left: 45px;
            }
    */
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    padding: 16px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #08100C;
    background-color: #F6D155;
    text-decoration: none;
  }
  .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 {
    color: #08100C;
    background-color: #F6D155;
    text-decoration: none;
  }
  .primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a {
    padding-right: 46px;
  }
  .primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -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;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    -webkit-transition: opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
    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:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    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: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:hover > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .primary-menu > li > ul.sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    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: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;
    -webkit-transform: translateY(-21px);
    -moz-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -o-transform: translateY(-21px);
    transform: translateY(-21px);
    z-index: 80;
  }
}
.menu-primary-trigger {
  margin: 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;
  align-items: flex-end;
  width: 43px;
  height: 30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #08100C;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  /*
        &.menu-icon-line-02 {
          width: 77%;
        }
  */
}
.menu-primary-trigger .menu-icon span.menu-icon-line-03 {
  width: 77%;
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span {
  position: absolute;
  background-color: #08100C;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-01 {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 13px;
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-03 {
  width: 100%;
  top: 13px;
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-text {
  color: #08100C;
}

.site-nav-mobile {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  padding: calc(var(--jm-admin-y) + var(--jm-header-height)) 0 50px 0;
  background-color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-nav-mobile.toggled {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.site-nav-mobile > .wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.site-nav-mobile .opener {
  margin-left: 15px;
  cursor: pointer;
  color: #08100C;
}
.site-nav-mobile .opener .fa-angle-up {
  display: none;
}
.site-nav-mobile .active > .opener .fa-angle-up {
  display: inherit;
}
.site-nav-mobile .active > .opener .fa-angle-down {
  display: none;
}
.site-nav-mobile .primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 20px 0;
  background-color: #F6D155;
}
.site-nav-mobile .primary-menu li.current-menu-item > a {
  color: #08100C;
  text-decoration: underline;
}
.site-nav-mobile .primary-menu li {
  margin: 0;
  padding: 3px 0;
}
.site-nav-mobile .primary-menu li a {
  font-family: var(--jm-base-font-family);
  color: #08100C;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.site-nav-mobile .primary-menu > li > a {
  font-size: 26px;
  font-weight: 500;
}
.site-nav-mobile .primary-menu ul.sub-menu {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #F6D155;
}
.site-nav-mobile .primary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav-mobile .primary-menu ul ul {
  margin-top: 6px;
}
.site-nav-mobile .header-widget-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

.site-footer {
  background: #F6D155;
  margin: 0;
  padding: 80px 0;
  border-top: none;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 30px 0;
  }
}
.site-footer .footer-nav-wrapper {
  margin: 0 0 80px 0;
  padding: 0 calc(var(--bs-gutter-x) * 1);
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1499.98px) {
  .site-footer .footer-nav-wrapper .nav-footer ul.footer-menu {
    display: block;
    column-count: 4;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-nav-wrapper .nav-footer ul.footer-menu {
    column-count: 2;
  }
}
@media (max-width: 459.98px) {
  .site-footer .footer-nav-wrapper .nav-footer ul.footer-menu {
    column-count: 1;
  }
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu li {
  padding: 0;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu li a {
  display: block;
  color: #08100C;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li {
  max-width: 200px;
}
@media (max-width: 1499.98px) {
  .site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin-bottom: 40px;
  }
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li > a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  padding: 0;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li > a:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 24px;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.facility > a:before {
  content: url("../images/icon-facility.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.drop-info > a:before {
  content: url("../images/icon-drop-info.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.re-store > a:before {
  content: url("../images/icon-re-store.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.resources > a:before {
  content: url("../images/icon-resources.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.local-resources > a:before {
  content: url("../images/icon-local-resources.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu > li.contact > a:before {
  content: url("../images/icon-contact.svg");
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu ul.sub-menu {
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu ul.sub-menu li {
  display: block;
  margin: 0 0 16px 0;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu ul.sub-menu li a {
  position: relative;
  display: block;
  padding: 0 0 0 18px;
}
.site-footer .footer-nav-wrapper .nav-footer ul.footer-menu ul.sub-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #08100C;
}
.site-footer .site-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #08100C;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper {
    order: 1;
  }
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-copyright-wrapper {
    order: 2;
  }
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper {
    order: 3;
  }
}
.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: 370px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
    width: 340px;
  }
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright {
  font-size: 18px;
  margin: 0 0 40px 0;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright {
    text-align: center;
  }
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright span {
  padding: 0 5px;
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright a:hover {
  color: #F6D155;
}
.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: 260px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a svg {
    width: 150px;
  }
}
.site-footer .footer-global-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .site-footer .footer-global-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-global-wrapper > * {
    margin-top: 15px;
  }
  .site-footer .footer-global-wrapper > *:first-child {
    margin-top: 0;
  }
}
.site-footer .footer-global-wrapper .copyright {
  margin: 0;
  padding: 0;
}
.site-footer .footer-global-wrapper .copyright a:hover {
  color: #F6D155;
}
.site-footer .footer-global-wrapper .jm-logo {
  display: block;
}
.site-footer .footer-global-wrapper .jm-logo svg {
  display: block;
  width: 223px;
}

.title-section {
  position: relative;
  padding: calc(var(--jm-spacer-y) * 0.625 + var(--jm-header-height)) 0 0 0;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 var(--jm-radius) var(--jm-radius);
}
.title-section > .wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: calc(var(--jm-spacer-y) * 1.125) 0 calc(var(--jm-spacer-y) * 0.625) 0;
}
@media (max-width: 991.98px) {
  .title-section > .wrapper {
    padding: calc(var(--jm-spacer-y) * 1) 0;
  }
}
.title-section h1 {
  margin: 0;
}

.rich-title-section {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 0.625 + var(--jm-header-height)) 0 0 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 var(--jm-radius) var(--jm-radius);
  /*
  &:after {
    content: '';
    @include overlay();
    background-color: rgba(0, 0, 0, 0.5);
  }

   */
}
.rich-title-section > .wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: calc(var(--jm-spacer-y) * 1.125) 0 calc(var(--jm-spacer-y) * 0.625) 0;
}
@media (max-width: 991.98px) {
  .rich-title-section > .wrapper {
    padding: calc(var(--jm-spacer-y) * 1) 0;
  }
}
.rich-title-section .page-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
.rich-title-section .page-header > *:last-child {
  margin-bottom: 0;
}
.rich-title-section .page-header h1.page-title {
  margin: 0;
}
.rich-title-section .page-header .page-title-description {
  margin: 0;
}
.rich-title-section .page-header .page-title-description > *:last-child {
  margin-bottom: 0;
}
.rich-title-section .page-header .title-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 10px;
}
.rich-title-section .page-header .title-menu ul li {
  margin: 0;
  padding: 0;
}
.rich-title-section .page-header .title-menu ul li a {
  display: block;
  padding: 18px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .rich-title-section .page-header .title-menu ul li a {
    padding: 8px 12px;
  }
}
.rich-title-section .page-header .title-menu ul li a:hover {
  color: #ffffff;
  background-color: #000;
}
.rich-title-section .page-header .title-menu ul li a:hover::after {
  width: 15px;
  opacity: 1;
  margin-left: 12px;
}
.rich-title-section .page-header .title-menu ul li a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M13.8157 6.50607L8.7532 11.5686C8.5947 11.7271 8.37971 11.8161 8.15555 11.8161C7.93138 11.8161 7.7164 11.7271 7.55789 11.5686C7.39938 11.4101 7.31033 11.1951 7.31033 10.9709C7.31033 10.7468 7.39938 10.5318 7.55789 10.3733L11.1797 6.75287H0.84375C0.619974 6.75287 0.405362 6.66397 0.247129 6.50574C0.0888949 6.34751 0 6.1329 0 5.90912C0 5.68534 0.0888949 5.47073 0.247129 5.3125C0.405362 5.15426 0.619974 5.06537 0.84375 5.06537H11.1797L7.5593 1.44287C7.40079 1.28436 7.31174 1.06938 7.31174 0.845213C7.31174 0.621049 7.40079 0.406065 7.5593 0.247557C7.7178 0.0890489 7.93279 2.36196e-09 8.15695 0C8.38112 -2.36196e-09 8.5961 0.0890489 8.75461 0.247557L13.8171 5.31006C13.8958 5.38855 13.9582 5.48181 14.0007 5.58449C14.0432 5.68716 14.0651 5.79722 14.0649 5.90836C14.0648 6.01949 14.0427 6.1295 13.9999 6.23208C13.9572 6.33465 13.8946 6.42777 13.8157 6.50607Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0;
  height: 12px;
  opacity: 0;
  margin-left: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.rich-title-section .page-header .title-menu ul li:hover > a, .rich-title-section .page-header .title-menu ul li.focus > a, .rich-title-section .page-header .title-menu ul li.current-menu-item > a, .rich-title-section .page-header .title-menu ul li.current-menu-ancestor > a {
  color: #ffffff;
  background-color: #000;
}

.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%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-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 #F6D155;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover,
.cycle-slider .cycle-next:hover {
  color: #F6D155;
}
.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;
  }
}

.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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@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 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  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: #DCF3A7;
  border-color: #DCF3A7;
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: #DCF3A7;
  border-color: #DCF3A7;
}
.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 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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: 0;
  padding: 12px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 23px;
  border: 2px solid #08100C;
  outline: none;
  text-decoration: none;
  background-color: #F6D155;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #67974A;
  border-color: #67974A;
  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: #08100C;
  background-color: rgba(8, 16, 12, 0.1019607843);
  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: #a2a2a2;
  background-color: #eee;
  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: #DCF3A7;
  border-color: #DCF3A7;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper {
  margin-top: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@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: #F6D155;
}

.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: #F6D155;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #F6D155;
}
.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: #F6D155;
}

.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-base-font-size);
}
.widget-area ul li:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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-base-font-size) / 2.5);
  left: 0;
  font-size: calc(var(--jm-base-font-size) / 2);
  color: #F6D155;
}
.widget-area ul li a {
  text-decoration: none;
}

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

.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-header > i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: #08100C;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@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: #08100C;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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;
}

.safety-brochures-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: calc(var(--jm-spacer-y) * 0.625);
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .safety-brochures-wrapper {
    grid-auto-rows: auto;
  }
}
@media (max-width: 1399.98px) {
  .safety-brochures-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .safety-brochures-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.safety-brochures-wrapper .jm-document-card {
  margin-bottom: 0;
}

.jm-document-card {
  position: relative;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .jm-document-card {
    padding: 10px;
  }
}
.jm-document-card:hover {
  background-color: #FFFFFF;
}
.jm-document-card .jm-document-card-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .jm-document-card .jm-document-card-inner {
    flex-direction: column;
    gap: 10px;
  }
}
.jm-document-card .jm-document-card-image {
  flex-shrink: 0;
  width: 216px;
  height: 300px;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
@media (max-width: 767.98px) {
  .jm-document-card .jm-document-card-image {
    width: 100%;
    height: auto;
  }
}
.jm-document-card .jm-document-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jm-document-card .jm-document-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
  padding-bottom: 14px;
}
@media (max-width: 767.98px) {
  .jm-document-card .jm-document-card-content {
    gap: 16px;
    padding-bottom: 0;
  }
}
.jm-document-card .jm-document-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.jm-document-card .jm-document-card-category {
  font-family: var(--jm-base-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #ADADAD;
  margin: 0;
}
.jm-document-card .jm-document-card-title {
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: 500;
  line-height: 1.4;
  color: #08100C;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jm-document-card .jm-document-card-title {
    font-size: 18px;
  }
}
.jm-document-card .jm-document-card-size {
  font-family: var(--jm-base-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #ADADAD;
  margin: 0;
}
.jm-document-card .jm-document-card-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jm-document-card .jm-document-card-button {
  display: flex;
  align-items: center;
}
.jm-document-card .jm-document-card-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 2px solid #08100C;
  background-color: transparent;
  color: #08100C;
  font-family: var(--jm-base-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-document-card .jm-document-card-download::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2186_1458)'%3E%3Cpath d='M16 9.92V15.04C16 15.2946 15.8989 15.5388 15.7188 15.7188C15.5388 15.8989 15.2946 16 15.04 16H0.96C0.705392 16 0.461212 15.8989 0.281178 15.7188C0.101143 15.5388 0 15.2946 0 15.04V9.92C0 9.66539 0.101143 9.42121 0.281178 9.24118C0.461212 9.06114 0.705392 8.96 0.96 8.96C1.21461 8.96 1.45879 9.06114 1.63882 9.24118C1.81886 9.42121 1.92 9.66539 1.92 9.92V14.08H14.08V9.92C14.08 9.66539 14.1811 9.42121 14.3612 9.24118C14.5412 9.06114 14.7854 8.96 15.04 8.96C15.2946 8.96 15.5388 9.06114 15.7188 9.24118C15.8989 9.42121 16 9.66539 16 9.92ZM7.3208 10.5992C7.40999 10.6887 7.51596 10.7597 7.63265 10.8082C7.74934 10.8566 7.87445 10.8816 8.0008 10.8816C8.12715 10.8816 8.25226 10.8566 8.36895 10.8082C8.48563 10.7597 8.59161 10.6887 8.6808 10.5992L11.8808 7.3992C12.0611 7.21885 12.1625 6.97425 12.1625 6.7192C12.1625 6.46415 12.0611 6.21955 11.8808 6.0392C11.7005 5.85885 11.4558 5.75753 11.2008 5.75753C10.9457 5.75753 10.7011 5.85885 10.5208 6.0392L8.96 7.6V0.96C8.96 0.705392 8.85886 0.461212 8.67882 0.281178C8.49879 0.101143 8.25461 0 8 0C7.74539 0 7.50121 0.101143 7.32118 0.281178C7.14114 0.461212 7.04 0.705392 7.04 0.96V7.6L5.4792 6.0408C5.3899 5.9515 5.28389 5.88067 5.16721 5.83234C5.05054 5.78401 4.92549 5.75913 4.7992 5.75913C4.54415 5.75913 4.29955 5.86045 4.1192 6.0408C4.0299 6.1301 3.95907 6.23611 3.91074 6.35279C3.86241 6.46946 3.83753 6.59451 3.83753 6.7208C3.83753 6.97585 3.93885 7.22045 4.1192 7.4008L7.3208 10.5992Z' fill='%2308100C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2186_1458'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 0;
  margin-left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.jm-document-card .jm-document-card-download:hover, .jm-document-card .jm-document-card-download:focus {
  background-color: rgba(8, 16, 12, 0.1019607843);
  text-decoration: none;
}
.jm-document-card .jm-document-card-download:hover::after, .jm-document-card .jm-document-card-download:focus::after {
  opacity: 1;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .jm-document-card .jm-document-card-download {
    font-size: 14px;
    padding: 8px 14px;
  }
}

.rich-link-wrapper {
  position: relative;
}
.rich-link-wrapper .rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper a {
  text-decoration: none;
}
.rich-link-wrapper a.rich-link:hover .rich-link-icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
}
.rich-link-wrapper a.rich-link:hover .rich-link-title {
  color: #DCF3A7;
}
.rich-link-wrapper a.rich-link:hover .rich-link-sub-title {
  color: #929fc1;
}
.rich-link-wrapper .rich-link-icon {
  width: 170px;
  height: 170px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .rich-link-wrapper .rich-link-icon {
    margin-bottom: 10px;
  }
}
.rich-link-wrapper .rich-link-icon i {
  color: #67974A;
  font-size: 65px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 50px;
  }
}
.rich-link-wrapper .rich-link-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper .rich-link-content .rich-link-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #F6D155;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-title {
    font-size: 24px;
  }
}
.rich-link-wrapper .rich-link-content .rich-link-sub-title {
  display: block;
  text-align: center;
  color: #7e8cad;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-sub-title {
    font-size: 20px;
  }
}

.jm-content-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@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: #F6D155;
  border-color: #F6D155;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #08100C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #08100C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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: #F6D155;
}
.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;
}

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

.jm-site-notice-section-wrapper {
  padding: 15px 0;
  background-color: #F6D155;
}
@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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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: #67974A;
}
.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: #08100C;
  background-color: #ffffff;
  border-color: #ffffff;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.jm-youtube-box {
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  margin-bottom: var(--jm-base-margin-bottom);
}
.jm-youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-base-margin-bottom) 0 0 0;
}
.jm-youtube-box .jm-video-wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
  -moz-box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
  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%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  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%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus,
.jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

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

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

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

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

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

.jm-rich-heading {
  position: relative;
  color: #08100C;
}
.jm-rich-heading.text-align-center {
  text-align: center;
}
.jm-rich-heading.text-align-right {
  text-align: right;
}
.jm-rich-heading span {
  display: block;
  font-size: var(--jm-base-font-size);
  color: #F6D155;
  text-transform: uppercase;
  font-family: var(--jm-base-font-family);
  margin-bottom: 10px;
}

.jm-rich-button-wrapper.button-align-left {
  text-align: left;
}
.jm-rich-button-wrapper.button-align-center {
  text-align: center;
}
.jm-rich-button-wrapper.button-align-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.button-mobile-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.button-mobile-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.button-mobile-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-marquee-wrapper {
  position: relative;
}
.jm-marquee-wrapper .jm-marquee {
  background-color: red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  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;
  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%);
  }
}

.service-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    height: auto;
    margin-bottom: var(--jm-base-margin-bottom);
  }
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: flex-start;
  border: 2px solid #e8e2d3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  /*
      @keyframes slideElastic {
        0%   { transform: translateX(0%); }
        60%  { transform: translateX(80%); }
        75%  { transform: translateX(60%); }
        85%  { transform: translateX(75%); }
        95%  { transform: translateX(68%); }
        100% { transform: translateX(70%); }
      }
      @keyframes slideElasticBack {
        0%   { transform: translateX(70%); }
        60%  { transform: translateX(-10%); }
        75%  { transform: translateX(15%); }
        85%  { transform: translateX(5%); }
        95%  { transform: translateX(2%); }
        100% { transform: translateX(0%); }
      }
  */
}
@media (max-width: 767.98px) {
  .service-box-wrapper a.service-box {
    padding: 20px;
  }
}
.service-box-wrapper a.service-box img {
  margin: 0 auto;
}
.service-box-wrapper a.service-box .service-box-content-wrapper {
  padding: 0;
  height: 100%;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text {
  color: #08100C;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text * {
  color: #08100C;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .service-box-btn-wrapper {
  color: #08100C;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .service-learn-more-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #08100C;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .service-learn-more-wrapper span {
  display: block;
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .service-learn-more-wrapper .arrow-wrapper {
  position: relative;
  flex-grow: 10;
  margin: 0 0 0 10px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .service-learn-more-wrapper i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service-box-wrapper a.service-box h4 {
  position: relative;
  overflow: hidden;
}
.service-box-wrapper a.service-box:hover {
  border: 2px solid #000000;
  background-color: #000000;
}
.service-box-wrapper a.service-box:hover h4 {
  color: #ffffff;
}
.service-box-wrapper a.service-box:hover .service-box-btn-wrapper {
  color: #F6D155;
}
.service-box-wrapper a.service-box:hover .service-learn-more-wrapper {
  color: #F6D155;
}
.service-box-wrapper a.service-box:hover .service-learn-more-wrapper i {
  animation: slideElastic 0.3s forwards;
}
.service-box-wrapper a.service-box:not(:hover) .service-learn-more-wrapper i {
  animation: slideElasticBack 0.3s forwards;
}
@keyframes slideElastic {
  0% {
    left: 0;
  }
  60% {
    left: 100%;
  }
  75% {
    left: calc(100% - 30px);
  }
  85% {
    left: calc(100% - 5px);
  }
  95% {
    left: calc(100% - 25px);
  }
  100% {
    left: calc(100% - 20px);
  }
}
@keyframes slideElasticBack {
  0% {
    left: calc(100% - 20px);
  }
  60% {
    left: -10px;
  }
  75% {
    left: 10px;
  }
  85% {
    left: -5px;
  }
  95% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
}
.service-box-wrapper .service-box.box-mode {
  height: 100%;
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) / 2) auto;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper {
  display: block;
  margin: 0 30px 0 0;
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .service-box-wrapper .service-box .service-box-image-wrapper {
    width: 50px;
  }
}
.service-box-wrapper .service-box .service-box-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-box-wrapper .service-box .service-box-content-wrapper > * {
  margin-bottom: 15px;
}
.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: 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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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: #F6D155;
  font: italic normal 900 24px/24px var(--jm-alt-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #F6D155;
  font: normal normal 600 14px/24px var(--jm-base-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: #F6D155;
}
.service-svg-box .btn {
  width: 100%;
}

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

.icon-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper {
    height: auto;
  }
}
.icon-box-wrapper .icon-box {
  --icon-box-bg: #DCF3A7;
  --icon-box-text: #08100C;
  --icon-box-title: #67974A;
  --icon-box-seporator: #67974A;
  --icon-box-icon: #67974A;
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--icon-box-bg);
}
.icon-box-wrapper .icon-box.color-scheme-orange {
  --icon-box-bg: #F6D155;
  --icon-box-text: #08100C;
  --icon-box-title: #A78619;
  --icon-box-seporator: #A78619;
  --icon-box-icon: #A78619;
}
.icon-box-wrapper .icon-box.color-scheme-white {
  --icon-box-bg: #FFFFFF;
  --icon-box-text: #08100C;
  --icon-box-title: #08100C;
  --icon-box-seporator: #E8E2D3;
  --icon-box-icon: #EAC033;
}
.icon-box-wrapper .icon-box.color-scheme-gray {
  --icon-box-bg: #F6F4EE;
  --icon-box-text: #08100C;
  --icon-box-title: #7D7D7D;
  --icon-box-seporator: #7D7D7D;
  --icon-box-icon: #7D7D7D;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box {
    padding: 20px;
    min-height: 0;
    /*
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

     */
    gap: 16px;
  }
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--icon-box-title);
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-title {
    order: 3;
    flex-shrink: inherit;
  }
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper .title-seporator {
  display: inline-block;
  height: 2px;
  background-color: var(--icon-box-seporator);
  flex: 1 1 100%;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box .icon-box-top-wrapper .title-seporator {
    display: none;
  }
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper img {
  display: block;
  width: auto;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box .icon-box-top-wrapper img {
    order: 1;
  }
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-icon {
  color: var(--icon-box-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}
@media (max-width: 767.98px) {
  .icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-icon {
    order: 1;
  }
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-icon svg {
  display: block;
  width: auto;
  height: 24px;
}
.icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-icon svg path {
  fill: var(--icon-box-icon);
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper .text {
  color: var(--icon-box-text);
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 0;
}
.icon-box-wrapper .icon-box .icon-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}

.jm-testimonials-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@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: #F6D155;
  border-color: #F6D155;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #08100C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #08100C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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: #F6D155;
}
.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;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  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;
  height: 100%;
  padding: 0 0 var(--jm-base-margin-bottom) 0;
}

.jm-testimonials-box {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: calc(var(--jm-spacer-y) * 0.5);
}
.jm-testimonials-box blockquote {
  padding: 0;
  margin: 0;
  font-size: var(--jm-base-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 h4.title {
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: 700;
  line-height: 1.4;
  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: #F6D155;
}

.jm-gallery-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 576px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list {
    overflow: visible;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
  margin-right: -20px;
  margin-left: -20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div > a {
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li.slick-active button {
  background-color: #F6D155;
  border-color: #F6D155;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #08100C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button:before {
  display: none;
}
.jm-gallery-carousel-wrapper .gallery-prev,
.jm-gallery-carousel-wrapper .gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-gallery-carousel-wrapper .gallery-prev,
  .jm-gallery-carousel-wrapper .gallery-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .jm-gallery-carousel-wrapper .gallery-prev,
  .jm-gallery-carousel-wrapper .gallery-next {
    display: none;
  }
}
.jm-gallery-carousel-wrapper .gallery-prev svg,
.jm-gallery-carousel-wrapper .gallery-next svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--jm-transition);
  transition: all 0.3s ease;
}
.jm-gallery-carousel-wrapper .gallery-prev:hover svg,
.jm-gallery-carousel-wrapper .gallery-next:hover svg {
  opacity: 1;
  transform: scale(1.1);
}
.jm-gallery-carousel-wrapper .gallery-prev {
  right: 50%;
  transform: translate(calc(var(--jm-content-width) * -0.4), -50%);
}
.jm-gallery-carousel-wrapper .gallery-next {
  left: 50%;
  transform: translate(calc(var(--jm-content-width) * 0.4), -50%);
}
.jm-gallery-carousel-wrapper .gallery-next svg {
  transform: rotate(180deg);
}
.jm-gallery-carousel-wrapper .gallery-next:hover svg {
  transform: rotate(180deg) scale(1.1);
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:before {
  color: #08100C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:hover:before {
  color: #F6D155;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}

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

.jm-hero-section-wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .jm-hero-section-wrapper {
    padding: calc(var(--jm-spacer-y) * 1.25 + var(--jm-header-height)) calc(var(--bs-gutter-x) * 0.5) 0 calc(var(--bs-gutter-x) * 0.5);
  }
}
.jm-hero-section-wrapper .jm-hero-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1919.98px) {
  .jm-hero-section-wrapper .jm-hero-section {
    min-height: 40vw;
  }
}
@media (min-width: 1920px) {
  .jm-hero-section-wrapper .jm-hero-section {
    height: 890px;
  }
}
.jm-hero-section-wrapper .jm-hero-section:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(23, 42, 67, 0.7) 19.71%, rgba(8, 16, 12, 0) 80%);
  z-index: 2;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content {
  position: relative;
  max-width: 95%;
  z-index: 10;
  padding: var(--jm-spacer-y) 0;
}

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

.facility-map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.facility-map-container {
  position: relative;
  width: 100%;
}
.facility-map-container svg {
  display: block;
  width: 100%;
  height: auto;
}

.facility-map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.facility-map-content .facility-map-dot {
  position: absolute;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .facility-map-content .facility-map-dot {
    width: 40px;
    height: 40px;
  }
}
.facility-map-content .facility-map-dot:hover, .facility-map-content .facility-map-dot:focus {
  z-index: 99;
}
.facility-map-content .facility-map-dot:hover .dot-tooltip, .facility-map-content .facility-map-dot:focus .dot-tooltip {
  opacity: 1;
  visibility: visible;
}
.facility-map-content .facility-map-dot .dot-marker {
  width: 40px;
  height: 40px;
  background-color: #08100C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility-map-content .facility-map-dot .dot-marker::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'><path d='M8.25 6C8.25 5.70333 8.33798 5.41332 8.5028 5.16665C8.66762 4.91997 8.90189 4.72771 9.17598 4.61418C9.45007 4.50065 9.75167 4.47094 10.0426 4.52882C10.3336 4.5867 10.6009 4.72956 10.8107 4.93934C11.0204 5.14912 11.1633 5.41639 11.2212 5.70736C11.2791 5.99834 11.2494 6.29994 11.1358 6.57403C11.0223 6.84811 10.83 7.08238 10.5834 7.2472C10.3367 7.41203 10.0467 7.5 9.75 7.5C9.35218 7.5 8.97065 7.34196 8.68934 7.06066C8.40804 6.77936 8.25 6.39782 8.25 6ZM20.25 10.125C20.25 12.1275 19.6562 14.0851 18.5436 15.7501C17.4311 17.4152 15.8498 18.7129 13.9997 19.4793C12.1496 20.2456 10.1138 20.4461 8.14971 20.0555C6.18566 19.6648 4.38156 18.7005 2.96555 17.2845C1.54954 15.8685 0.585229 14.0643 0.194554 12.1003C-0.196122 10.1362 0.00438702 8.10043 0.770724 6.25033C1.53706 4.40023 2.83481 2.81892 4.49986 1.70637C6.1649 0.593821 8.12247 0 10.125 0C12.8094 0.00297771 15.383 1.07067 17.2812 2.96883C19.1793 4.86699 20.247 7.4406 20.25 10.125ZM18 10.125C18 8.56747 17.5381 7.04492 16.6728 5.74988C15.8075 4.45485 14.5776 3.44549 13.1386 2.84945C11.6997 2.25341 10.1163 2.09746 8.58867 2.40132C7.06107 2.70517 5.65788 3.4552 4.55654 4.55653C3.4552 5.65787 2.70518 7.06106 2.40132 8.58866C2.09746 10.1163 2.25341 11.6997 2.84945 13.1386C3.44549 14.5776 4.45485 15.8075 5.74989 16.6728C7.04493 17.5381 8.56748 18 10.125 18C12.2129 17.9978 14.2146 17.1674 15.691 15.691C17.1674 14.2146 17.9978 12.2129 18 10.125ZM11.25 13.5637V10.5C11.25 10.0027 11.0525 9.52581 10.7008 9.17418C10.3492 8.82254 9.87228 8.625 9.375 8.625C9.10933 8.6246 8.85208 8.71825 8.64883 8.88935C8.44558 9.06044 8.30944 9.29795 8.26452 9.55981C8.21961 9.82166 8.26881 10.091 8.40343 10.32C8.53804 10.5491 8.74938 10.7231 9 10.8113V13.875C9 14.3723 9.19755 14.8492 9.54918 15.2008C9.90081 15.5525 10.3777 15.75 10.875 15.75C11.1407 15.7504 11.3979 15.6568 11.6012 15.4857C11.8044 15.3146 11.9406 15.077 11.9855 14.8152C12.0304 14.5533 11.9812 14.284 11.8466 14.055C11.712 13.8259 11.5006 13.6519 11.25 13.5637Z' fill='%23F6D155'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.facility-map-content .facility-map-dot .dot-tooltip {
  position: absolute;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 80px 0 rgba(8, 16, 12, 0.15);
  padding: 30px;
  width: 310px;
  top: 48px;
  right: 48px;
  z-index: -1;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .facility-map-content .facility-map-dot .dot-tooltip {
    top: 20px;
    right: 0;
    width: 300px;
  }
}

.jm-facilities-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .jm-facilities-carousel-wrapper {
    width: 100%;
  }
}
.jm-facilities-carousel-wrapper .slick-slider .slick-list {
  overflow: visible;
}
.jm-facilities-carousel-wrapper .slick-slider .slick-list .slick-track {
  display: flex;
}
.jm-facilities-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  height: auto;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-list {
  margin-right: -20px;
  margin-left: -20px;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-list .slick-slide > div,
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-list .slick-slide > div > div {
  display: block !important;
  height: 100%;
}
.jm-facilities-carousel-wrapper .jm-facilities-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-facilities-carousel-wrapper .jm-facilities-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-dots li.slick-active button {
  background-color: #F6D155;
  border-color: #F6D155;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #08100C;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-facilities-carousel-wrapper .jm-facilities-carousel .slick-dots li button:before {
  display: none;
}
.jm-facilities-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--jm-content-indent-smaller);
}
.jm-facilities-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-facilities-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #08100C;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -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-facilities-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: #F6D155;
}
.jm-facilities-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-facilities-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}
.jm-facilities-carousel-wrapper .facilities-prev,
.jm-facilities-carousel-wrapper .facilities-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-facilities-carousel-wrapper .facilities-prev,
  .jm-facilities-carousel-wrapper .facilities-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .jm-facilities-carousel-wrapper .facilities-prev,
  .jm-facilities-carousel-wrapper .facilities-next {
    display: none;
  }
}
.jm-facilities-carousel-wrapper .facilities-prev svg,
.jm-facilities-carousel-wrapper .facilities-next svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: var(--jm-transition);
  transition: all 0.3s ease;
}
.jm-facilities-carousel-wrapper .facilities-prev:hover svg,
.jm-facilities-carousel-wrapper .facilities-next:hover svg {
  opacity: 1;
  transform: scale(1.1);
}
.jm-facilities-carousel-wrapper .facilities-prev {
  right: 50%;
  transform: translate(calc(var(--jm-content-width) * -0.4), -50%);
}
.jm-facilities-carousel-wrapper .facilities-next {
  left: 50%;
  transform: translate(calc(var(--jm-content-width) * 0.4), -50%);
}
.jm-facilities-carousel-wrapper .facilities-next svg {
  transform: rotate(180deg);
}
.jm-facilities-carousel-wrapper .facilities-next:hover svg {
  transform: rotate(180deg) scale(1.1);
}

.jm-facility-item-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.jm-facility-item-wrapper .jm-facility-item-image-wrapper {
  position: relative;
  flex-shrink: 0;
}
.jm-facility-item-wrapper .jm-facility-item-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--jm-radius);
}
.jm-facility-item-wrapper .jm-facility-item-image-wrapper a {
  display: block;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-top: 30px;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper.has-url {
  padding-right: 150px;
}
@media (max-width: 1399.98px) {
  .jm-facility-item-wrapper .jm-facility-item-body-wrapper.has-url {
    padding-right: 80px;
  }
}
@media (max-width: 991.98px) {
  .jm-facility-item-wrapper .jm-facility-item-body-wrapper {
    margin-top: 20px;
  }
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper h3 {
  margin-bottom: 16px;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper h3 a {
  text-decoration: none;
  color: #08100C;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper h3 a:hover {
  color: #F6D155;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper .jm-carousel-section-item-body > *:last-child {
  margin-bottom: 0;
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper .facility-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #08100C;
  text-decoration: none;
  color: #08100C;
}
@media (max-width: 1399.98px) {
  .jm-facility-item-wrapper .jm-facility-item-body-wrapper .facility-item-btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper .facility-item-btn i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jm-facility-item-wrapper .jm-facility-item-body-wrapper .facility-item-btn:hover {
  color: #ffffff;
  background-color: #08100C;
}

.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) * 0.5);
}
@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) {
  text-align: center;
}
body .wpb_text_column p:has(.btn + .btn) .btn {
  margin: 5px 20px;
}

.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 {
  -webkit-border-radius: var(--jm-radius);
  -moz-border-radius: var(--jm-radius);
  border-radius: var(--jm-radius);
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
  -webkit-border-radius: var(--jm-radius);
  -moz-border-radius: var(--jm-radius);
  border-radius: var(--jm-radius);
}
body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: block !important;
}
@media (max-width: 767.98px) {
  body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: block;
  }
}
@media (max-width: 767.98px) {
  body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  font-size: var(--jm-h4-font-size);
  color: #08100C;
  min-width: 320px;
  text-align: center;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  border: none;
  background-color: #E8E2D3;
}
@media (max-width: 991.98px) {
  body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    min-width: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
  background-color: #ffffff;
}
body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 60px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 40px 20px;
  }
}
body .vc_tta-color-grey.vc_general.vc_tta-style-classic.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  display: none !important;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg {
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 0;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_title h4 {
  order: 1;
  margin: 0;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_title i.vc_toggle_icon {
  order: 2;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_title i.vc_toggle_icon:before {
  height: 3px;
  width: 21px;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_title i.vc_toggle_icon:after {
  width: 3px;
  height: 21px;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg .vc_toggle_content {
  padding: 30px 0 0 0;
  margin: 0;
}
body .vc_do_toggle.vc_toggle.vc_toggle_simple.vc_toggle_color_default.vc_toggle_size_lg.vc_toggle_active .vc_toggle_title h4 {
  color: #A78619;
}

.re-store-bg-icons {
  position: relative;
}
.re-store-bg-icons::before, .re-store-bg-icons::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .re-store-bg-icons::before, .re-store-bg-icons::after {
    display: none !important;
  }
}
.re-store-bg-icons::before {
  width: calc(var(--jm-content-width) * 0.2);
  height: calc(var(--jm-content-width) * 0.2);
  background-image: url("../images/bg-icon-white-star.svg");
  left: calc(var(--jm-content-width) * -0.11);
  top: calc(var(--jm-content-width) * -0.06);
}
.re-store-bg-icons::after {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-02.svg");
  right: calc(var(--jm-content-width) * -0.11);
  bottom: 0;
}

.drop-off-info-01 {
  position: relative;
}
.drop-off-info-01::before, .drop-off-info-01::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .drop-off-info-01::before, .drop-off-info-01::after {
    display: none !important;
  }
}
.drop-off-info-01::before {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-03.svg");
  left: calc(var(--jm-content-width) * -0.11);
  top: calc(var(--jm-content-width) * -0.06);
}
.drop-off-info-01::after {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-star.svg");
  right: calc(var(--jm-content-width) * -0.11);
  bottom: 0;
}

.drop-off-info-02 {
  position: relative;
}
.drop-off-info-02::before, .drop-off-info-02::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .drop-off-info-02::before, .drop-off-info-02::after {
    display: none !important;
  }
}
.drop-off-info-02::before {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-flags.svg");
  left: calc(var(--jm-content-width) * -0.1);
  bottom: 10%;
}
.drop-off-info-02::after {
  width: calc(var(--jm-content-width) * 0.15);
  height: calc(var(--jm-content-width) * 0.15);
  background-image: url("../images/bg-icon-circles.svg");
  right: calc(var(--jm-content-width) * -0.1);
  top: 24%;
}

.drop-off-info-03 {
  position: relative;
}
.drop-off-info-03::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .drop-off-info-03::after {
    display: none !important;
  }
}
.drop-off-info-03::after {
  width: calc(var(--jm-content-width) * 0.15);
  height: calc(var(--jm-content-width) * 0.15);
  background-image: url("../images/bg-icon-04.svg");
  right: calc(var(--jm-content-width) * -0.13);
  top: 11%;
}

.drop-off-info-04 {
  position: relative;
}
.drop-off-info-04::before {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .drop-off-info-04::before {
    display: none !important;
  }
}
.drop-off-info-04::before {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-circle.svg");
  left: calc(var(--jm-content-width) * -0.07);
  top: calc(var(--jm-content-width) * -0.06);
}

.facility-02 {
  position: relative;
}
.facility-02::before, .facility-02::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .facility-02::before, .facility-02::after {
    display: none !important;
  }
}
.facility-02::before {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-03.svg");
  left: calc(var(--jm-content-width) * -0.11);
  top: 18%;
}
.facility-02::after {
  width: calc(var(--jm-content-width) * 0.17);
  height: calc(var(--jm-content-width) * 0.17);
  background-image: url("../images/bg-icon-star.svg");
  right: calc(var(--jm-content-width) * -0.09);
  top: calc(var(--jm-content-width) * -0.09);
}

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

body {
  color: #08100C;
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: var(--jm-base-font-weight);
  line-height: var(--jm-base-line-height);
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  min-width: 320px;
  position: inherit;
  background-color: #F6F4EE;
  overflow-x: hidden !important;
}

td, th {
  color: #08100C;
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-bottom: 1px solid #08100C;
}

a {
  color: #08100C;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #08100C;
  outline: none;
}

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

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

h1 {
  color: #08100C;
  font: 600 var(--jm-h1-font-size)/1.2 var(--jm-alt-font-family);
}

h2 {
  color: #08100C;
  font: 600 var(--jm-h2-font-size)/1.15 var(--jm-alt-font-family);
}
h2.vc_custom_heading {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
@media (max-width: 1199.98px) {
  h2.vc_custom_heading {
    margin-bottom: calc(var(--jm-spacer-y) * 1);
  }
}
h2 a {
  color: #08100C;
  text-decoration: none;
}
h2.icon-before-check {
  position: relative;
  padding-left: 70px;
}
h2.icon-before-check::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2251%22%20height%3D%2251%22%20viewBox%3D%220%200%2051%2051%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M36.6774%2017.6977C36.9396%2017.9589%2037.1476%2018.2694%2037.2895%2018.6113C37.4315%2018.9532%2037.5046%2019.3197%2037.5046%2019.6898C37.5046%2020.06%2037.4315%2020.4265%2037.2895%2020.7684C37.1476%2021.1103%2036.9396%2021.4207%2036.6774%2021.682L23.5524%2034.807C23.2911%2035.0692%2022.9806%2035.2773%2022.6387%2035.4192C22.2969%2035.5612%2021.9303%2035.6342%2021.5602%2035.6342C21.19%2035.6342%2020.8235%2035.5612%2020.4816%2035.4192C20.1397%2035.2773%2019.8293%2035.0692%2019.568%2034.807L13.943%2029.182C13.6814%2028.9204%2013.4738%2028.6098%2013.3322%2028.268C13.1907%2027.9262%2013.1178%2027.5598%2013.1178%2027.1898C13.1178%2026.8199%2013.1907%2026.4535%2013.3322%2026.1117C13.4738%2025.7699%2013.6814%2025.4593%2013.943%2025.1977C14.2046%2024.936%2014.5152%2024.7285%2014.857%2024.5869C15.1988%2024.4453%2015.5652%2024.3725%2015.9352%2024.3725C16.3051%2024.3725%2016.6715%2024.4453%2017.0133%2024.5869C17.3552%2024.7285%2017.6657%2024.936%2017.9274%2025.1977L21.5625%2028.8281L32.6977%2017.6906C32.9593%2017.4296%2033.2699%2017.2227%2033.6116%2017.0818C33.9533%2016.9408%2034.3194%2016.8686%2034.689%2016.8693C35.0586%2016.8699%2035.4244%2016.9434%2035.7656%2017.0856C36.1068%2017.2277%2036.4166%2017.4357%2036.6774%2017.6977ZM50.625%2025.3125C50.625%2030.3188%2049.1405%2035.2128%2046.3591%2039.3754C43.5777%2043.538%2039.6244%2046.7824%2034.9992%2048.6982C30.3739%2050.614%2025.2844%2051.1153%2020.3743%2050.1386C15.4641%2049.1619%2010.9539%2046.7512%207.41387%2043.2111C3.87386%2039.6711%201.46307%2035.1609%200.486384%2030.2507C-0.490304%2025.3406%200.0109676%2020.2511%201.92681%2015.6258C3.84265%2011.0006%207.08702%207.0473%2011.2496%204.26593C15.4123%201.48455%2020.3062%200%2025.3125%200C32.0235%200.00744427%2038.4575%202.67668%2043.2029%207.42208C47.9483%2012.1675%2050.6176%2018.6015%2050.625%2025.3125ZM45%2025.3125C45%2021.4187%2043.8454%2017.6123%2041.6821%2014.3747C39.5188%2011.1371%2036.444%208.61372%2032.8466%207.12362C29.2492%205.63352%2025.2907%205.24364%2021.4717%206.00329C17.6527%206.76294%2014.1447%208.63799%2011.3913%2011.3913C8.638%2014.1447%206.76295%2017.6527%206.0033%2021.4717C5.24365%2025.2907%205.63353%2029.2492%207.12363%2032.8466C8.61373%2036.444%2011.1371%2039.5188%2014.3747%2041.6821C17.6123%2043.8453%2021.4187%2045%2025.3125%2045C30.5322%2044.9944%2035.5366%2042.9184%2039.2275%2039.2275C42.9184%2035.5366%2044.9944%2030.5322%2045%2025.3125Z%22%20fill%3D%22%2308100C%22/%3E%0A%3C/svg%3E");
  width: 51px;
  height: 51px;
  position: absolute;
  top: 10px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
h2.icon-before-close {
  position: relative;
  padding-left: 70px;
}
h2.icon-before-close::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='51' viewBox='0 0 51 51' fill='none'%3E%3Cpath d='M34.8024 19.8023L29.2969 25.3125L34.8094 30.8227C35.3377 31.351 35.6346 32.0676 35.6346 32.8148C35.6346 33.5621 35.3377 34.2787 34.8094 34.807C34.281 35.3354 33.5644 35.6322 32.8172 35.6322C32.07 35.6322 31.3534 35.3354 30.825 34.807L25.3125 29.2969L19.8024 34.8094C19.274 35.3377 18.5574 35.6346 17.8102 35.6346C17.063 35.6346 16.3463 35.3377 15.818 34.8094C15.2896 34.281 14.9928 33.5644 14.9928 32.8172C14.9928 32.07 15.2896 31.3534 15.818 30.825L21.3281 25.3125L15.8227 19.8023C15.561 19.5407 15.3535 19.2301 15.2119 18.8883C15.0703 18.5465 14.9975 18.1801 14.9975 17.8102C14.9975 17.0629 15.2943 16.3463 15.8227 15.818C16.351 15.2896 17.0676 14.9928 17.8149 14.9928C18.5621 14.9928 19.2787 15.2896 19.807 15.818L25.3125 21.3281L30.8227 15.8156C31.351 15.2873 32.0676 14.9904 32.8149 14.9904C33.5621 14.9904 34.2787 15.2873 34.807 15.8156C35.3354 16.344 35.6322 17.0606 35.6322 17.8078C35.6322 18.555 35.3354 19.2716 34.807 19.8L34.8024 19.8023ZM50.625 25.3125C50.625 30.3188 49.1405 35.2128 46.3591 39.3754C43.5777 43.538 39.6244 46.7824 34.9992 48.6982C30.3739 50.614 25.2844 51.1153 20.3743 50.1386C15.4641 49.1619 10.9539 46.7512 7.41387 43.2111C3.87386 39.6711 1.46307 35.1609 0.486384 30.2507C-0.490304 25.3406 0.0109676 20.2511 1.92681 15.6258C3.84265 11.0006 7.08702 7.0473 11.2496 4.26593C15.4123 1.48455 20.3062 0 25.3125 0C32.0235 0.00744427 38.4575 2.67668 43.2029 7.42208C47.9483 12.1675 50.6176 18.6015 50.625 25.3125ZM45 25.3125C45 21.4187 43.8454 17.6123 41.6821 14.3747C39.5188 11.1371 36.444 8.61372 32.8466 7.12362C29.2492 5.63352 25.2907 5.24364 21.4717 6.00329C17.6527 6.76294 14.1447 8.63799 11.3913 11.3913C8.638 14.1447 6.76295 17.6527 6.0033 21.4717C5.24365 25.2907 5.63353 29.2492 7.12363 32.8466C8.61373 36.444 11.1371 39.5188 14.3747 41.6821C17.6123 43.8453 21.4187 45 25.3125 45C30.5322 44.9944 35.5366 42.9184 39.2275 39.2275C42.9184 35.5366 44.9944 30.5322 45 25.3125Z' fill='%2308100C'/%3E%3C/svg%3E");
  width: 51px;
  height: 51px;
  position: absolute;
  top: 10px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

h3 {
  color: #08100C;
  font: 400 var(--jm-h3-font-size)/1.3 var(--jm-alt-font-family);
}

h4 {
  color: #08100C;
  font: 600 var(--jm-h4-font-size)/1.2 var(--jm-alt-font-family);
}

h5 {
  color: #08100C;
  font: 400 var(--jm-h5-font-size)/1.2 var(--jm-alt-font-family);
}

h6 {
  color: #08100C;
  font: 500 var(--jm-h6-font-size)/1.2 var(--jm-alt-font-family);
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
}
@media (max-width: 991.98px) {
  .site {
    overflow-x: hidden;
  }
}
.site .site-wrapper {
  flex: 1 0 auto;
}

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

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

.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #F6D155;
}

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

@media (max-width: 991.98px) {
  .section-hero .jm-hero-section-wrapper.hero-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-hero .jm-hero-section-wrapper.hero-mobile {
    display: none;
  }
}
.section-hero .jm-hero-section-wrapper.hero-mobile .jm-hero-section {
  padding-top: 220px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.section-hero .jm-hero-section-wrapper.hero-mobile .jm-hero-section h2 {
  color: #F6D155;
  font-size: 82px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 399px) {
  .section-hero .jm-hero-section-wrapper.hero-mobile .jm-hero-section h2 {
    font-size: 65px;
  }
}
.section-hero .wpb_single_image {
  margin: 0;
}
.section-hero .wpb_single_image img {
  display: block;
  width: 100%;
  height: auto;
}

.services-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .services-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper {
    gap: 10px;
  }
}
.services-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .service-box-wrapper {
  flex: 1 1 31%; /* grow, shrink, basis */
  min-width: 400px;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .services-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .service-box-wrapper {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 991.98px) {
  .row-mobile-revert-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .row-mobile-revert-2 .wpb_column:nth-child(1) {
    order: 2;
  }
  .row-mobile-revert-2 .wpb_column:nth-child(2) {
    order: 1;
  }
}

.img-how-we-work {
  margin: -125px 0 !important;
  position: relative;
}
@media (max-width: 1599.98px) {
  .img-how-we-work {
    margin: -80px 0 !important;
  }
}
@media (max-width: 1399.98px) {
  .img-how-we-work {
    margin: -30px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .img-how-we-work {
    margin: 0 !important;
  }
}
.img-how-we-work:before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transform: translate(25%, -50px);
  width: 270px;
  height: 270px;
  content: "";
  background-size: 100% auto;
  background-image: url("../images/bg-icon-circles.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
  .img-how-we-work:before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .img-how-we-work:before {
    transform: translate(25%, -10px);
    width: 120px;
    height: 120px;
  }
}
.img-how-we-work:after {
  position: absolute;
  z-index: 10;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-25%, 40px);
  width: 250px;
  height: 250px;
  content: "";
  background-size: 100% auto;
  background-image: url("../images/bg-icon-flags.svg");
  background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
  .img-how-we-work:after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .img-how-we-work:after {
    transform: translate(-25%, 10px);
    width: 115px;
    height: 115px;
  }
}
.img-how-we-work .vc_single_image-wrapper {
  position: relative;
  z-index: 5;
}
.img-how-we-work .vc_single_image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 750px;
}

.video-wrapper {
  position: relative;
}
.video-wrapper .wpb_video_wrapper {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.video-wrapper:before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 23px;
  transform: translateX(85%);
  width: 16vw;
  height: 16vw;
  content: "";
  background-size: 100% auto;
  background-image: url("../images/bg-icon-star.svg");
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .video-wrapper:before {
    transform: translate(55%, 55%);
    width: 130px;
    height: 130px;
  }
}
.video-wrapper:after {
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  top: 20%;
  transform: translateX(-80%);
  width: 19vw;
  height: 19vw;
  content: "";
  background-size: 100% auto;
  background-image: url("../images/bg-icon-snow.svg");
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .video-wrapper:after {
    top: 0;
    transform: translate(-55%, -25%);
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 991.98px) {
  .icon-boxes-legend > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.icon-boxes-legend > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin: 0 0 60px 0;
}
@media (max-width: 991.98px) {
  .icon-boxes-legend > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0;
    width: 80px;
    flex-shrink: 0;
  }
}
.icon-boxes-legend > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin: 0 0 30px 0;
}

.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper,
.icon-boxes-4col-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper {
  margin: 0;
  align-self: stretch;
}
.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box,
.icon-boxes-4col-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box {
  height: 100%;
}

.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.icon-boxes-4col-wrapper > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .icon-boxes-4col-wrapper > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .icon-boxes-4col-wrapper > .vc_column-inner > .wpb_wrapper {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

.re-store-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box,
.drop-off-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box {
  min-height: 220px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .re-store-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box,
  .drop-off-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box {
    min-height: auto;
  }
}
.re-store-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-title,
.drop-off-boxes.icon-boxes-wrapper > .vc_column-inner > .wpb_wrapper .icon-box-wrapper .icon-box .icon-box-top-wrapper .icon-box-title {
  font-size: 16px;
}

.hours-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.hours-wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 42, 67, 0.8);
}
.hours-wrapper > .wpb_column > .vc_column-inner {
  padding: var(--bs-gutter-x) calc(var(--bs-gutter-x) * 0.75) !important;
}
.hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .hours-top {
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  margin: 0 0 30px 0;
  color: #F6D155;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper h4 br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
    margin: 0 0 10px 0;
  }
}
.hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin: 0;
}
@media (max-width: 991.98px) {
  .hours-wrapper > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    margin: 0 0 30px 0;
  }
}
.hours-wrapper > .wpb_column > .vc_column-inner .icon-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hours-wrapper > .wpb_column > .vc_column-inner .icon-text {
    justify-content: flex-start;
  }
}
.hours-wrapper > .wpb_column > .vc_column-inner .icon-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 16px;
}
.hours-wrapper > .wpb_column > .vc_column-inner .icon-text > .wpb_wrapper p {
  text-align: right;
  margin: 0;
}
.hours-wrapper > .wpb_column > .vc_column-inner .icon-text > .wpb_wrapper img.alignleft {
  display: inline-block;
  margin: 0 15px 0 0;
}

.icon-boxes-white-wrapper > .vc_column-inner > .wpb_wrapper {
  background: #ffffff;
  border-radius: var(--jm-radius);
  padding: calc(var(--jm-spacer-y) * 0.75);
}
.icon-boxes-white-wrapper > .vc_column-inner > .wpb_wrapper .note-box-wrapper {
  margin-top: calc(var(--jm-spacer-y) * 0.75);
}

.note-box {
  display: flex;
  column-gap: 12px;
  align-items: flex-start;
}
.note-box svg {
  display: block;
  position: relative;
  top: 0.1em;
  width: 24px;
  height: 24px;
}
.note-box p {
  margin: 0;
}

.appointment-wrapper {
  border-radius: var(--jm-radius);
  overflow: hidden;
  padding: calc(var(--jm-spacer-y) * 1.25);
  position: sticky;
  top: calc(var(--jm-header-height) + 30px + var(--jm-admin-y));
}
@media (max-width: 991.98px) {
  .appointment-wrapper {
    border-radius: 20px;
  }
}
.appointment-wrapper::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(23, 42, 67, 0.8) 0%, rgba(23, 42, 67, 0.8) 100%);
  z-index: 1;
}
.appointment-wrapper > * {
  position: relative;
  z-index: 2;
}

.drop-off-info-faq .vc_toggle_title > h4 {
  font-size: var(--jm-base-font-size);
  font-weight: 400;
}

.useful-information-btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.facts-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .facts-wrapper {
    grid-auto-rows: auto;
    gap: 10px;
  }
}
.facts-wrapper .fact-box-wrapper {
  display: flex;
  width: 100%;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  -webkit-border-radius: var(--jm-radius);
  -moz-border-radius: var(--jm-radius);
  border-radius: var(--jm-radius);
  border: 2px solid #E8E2D3;
}
.facts-wrapper .fact-box-wrapper.span3 {
  grid-column: span 3;
}
@media (max-width: 1199.98px) {
  .facts-wrapper .fact-box-wrapper.span3 {
    grid-column: span 6;
  }
}
@media (max-width: 991.98px) {
  .facts-wrapper .fact-box-wrapper.span3 {
    grid-column: span 12;
  }
}
.facts-wrapper .fact-box-wrapper.span4 {
  grid-column: span 4;
}
@media (max-width: 1199.98px) {
  .facts-wrapper .fact-box-wrapper.span4 {
    grid-column: span 6;
  }
}
@media (max-width: 991.98px) {
  .facts-wrapper .fact-box-wrapper.span4 {
    grid-column: span 12;
  }
}
@media (max-width: 991.98px) {
  .facts-wrapper .fact-box-wrapper {
    padding: 20px;
  }
}
.facts-wrapper .fact-box-wrapper h2 {
  color: #EAC033;
  margin: 0;
  margin-bottom: 15px;
}
.facts-wrapper .fact-box-wrapper .fact-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.facts-wrapper .fact-box-wrapper .fact-box p {
  margin: 0;
}
.facts-wrapper .fact-box-wrapper > *:last-child {
  margin-bottom: 0;
}

.arrow-right .btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M13.8157 6.50607L8.7532 11.5686C8.5947 11.7271 8.37971 11.8161 8.15555 11.8161C7.93138 11.8161 7.7164 11.7271 7.55789 11.5686C7.39938 11.4101 7.31033 11.1951 7.31033 10.9709C7.31033 10.7468 7.39938 10.5318 7.55789 10.3733L11.1797 6.75287H0.84375C0.619974 6.75287 0.405362 6.66397 0.247129 6.50574C0.0888949 6.34751 0 6.1329 0 5.90912C0 5.68534 0.0888949 5.47073 0.247129 5.3125C0.405362 5.15426 0.619974 5.06537 0.84375 5.06537H11.1797L7.5593 1.44287C7.40079 1.28436 7.31174 1.06938 7.31174 0.845213C7.31174 0.621049 7.40079 0.406065 7.5593 0.247557C7.7178 0.0890489 7.93279 2.36196e-09 8.15695 0C8.38112 -2.36196e-09 8.5961 0.0890489 8.75461 0.247557L13.8171 5.31006C13.8958 5.38855 13.9582 5.48181 14.0007 5.58449C14.0432 5.68716 14.0651 5.79722 14.0649 5.90836C14.0648 6.01949 14.0427 6.1295 13.9999 6.23208C13.9572 6.33465 13.8946 6.42777 13.8157 6.50607Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0;
  height: 12px;
  opacity: 0;
  margin-left: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.arrow-right .btn:hover::after {
  width: 15px;
  opacity: 1;
  margin-left: 12px;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .drop-off-info-02 .vc_tta-tab {
    width: 100%;
  }
  .drop-off-info-02 .vc_tta-tab a {
    border-radius: 20px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .drop-off-info-02 .vc_active a {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  }
}

.jm-carousel-section-item-body p {
  position: relative;
}
.jm-carousel-section-item-body p::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M23.5313 11.5434C23.4966 11.4675 22.6753 9.64406 20.8613 7.83C18.4341 5.40656 15.375 4.125 12 4.125C8.625 4.125 5.56594 5.40656 3.14156 7.83C1.3275 9.64406 0.506252 11.4675 0.468752 11.5434C0.405239 11.6874 0.372437 11.8431 0.372437 12.0005C0.372437 12.1579 0.405239 12.3135 0.468752 12.4575C0.503439 12.5344 1.32469 14.3569 3.13969 16.1709C5.56594 18.5944 8.625 19.875 12 19.875C15.375 19.875 18.4341 18.5944 20.8575 16.1709C22.6725 14.3569 23.4938 12.5344 23.5284 12.4575C23.5924 12.3137 23.6257 12.1581 23.6262 12.0008C23.6266 11.8434 23.5943 11.6876 23.5313 11.5434ZM19.2131 14.6372C17.2003 16.6191 14.7741 17.625 12 17.625C9.22594 17.625 6.79969 16.6191 4.78969 14.6362C3.99876 13.8537 3.31841 12.9667 2.7675 12C3.31857 11.0337 3.99891 10.1471 4.78969 9.36469C6.80063 7.38094 9.22594 6.375 12 6.375C14.7741 6.375 17.1994 7.38094 19.2103 9.36469C20.0012 10.147 20.6815 11.0336 21.2325 12C20.6815 12.9666 20.0012 13.8536 19.2103 14.6362L19.2131 14.6372ZM12 7.875C11.1842 7.875 10.3866 8.11693 9.70827 8.57019C9.02992 9.02345 8.50121 9.66769 8.189 10.4214C7.87679 11.1752 7.7951 12.0046 7.95426 12.8047C8.11343 13.6049 8.5063 14.3399 9.08319 14.9168C9.66008 15.4937 10.3951 15.8866 11.1953 16.0457C11.9954 16.2049 12.8248 16.1232 13.5786 15.811C14.3323 15.4988 14.9766 14.9701 15.4298 14.2917C15.8831 13.6134 16.125 12.8158 16.125 12C16.1238 10.9064 15.6888 9.85787 14.9154 9.08455C14.1421 8.31124 13.0936 7.87624 12 7.875ZM12 13.875C11.6292 13.875 11.2667 13.765 10.9583 13.559C10.65 13.353 10.4096 13.0601 10.2677 12.7175C10.1258 12.3749 10.0887 11.9979 10.161 11.6342C10.2334 11.2705 10.412 10.9364 10.6742 10.6742C10.9364 10.412 11.2705 10.2334 11.6342 10.161C11.9979 10.0887 12.3749 10.1258 12.7175 10.2677C13.0601 10.4096 13.353 10.65 13.559 10.9583C13.765 11.2666 13.875 11.6292 13.875 12C13.875 12.4973 13.6775 12.9742 13.3258 13.3258C12.9742 13.6775 12.4973 13.875 12 13.875Z' fill='%2308100C'/%3E%3C/svg%3E");
  position: relative;
  top: -1px;
}

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