@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&family=Unbounded:wght@300;400;500;600;700;900&display=swap");
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  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 {
  /*
   * Don't show links for images, or javascript/internal links
   */
  * {
    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) ")";
  }
  .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-spacer-y: 20px;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 2.7);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 2.5);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 2.3);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 1.3);
  --jm-content-indent-smaller: var(--jm-spacer-y);
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --jm-spacer-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --jm-spacer-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --jm-spacer-y: 50px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --jm-spacer-y: 60px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1920px;
    padding-right: calc(var(--bs-gutter-x)*2);
    padding-left: calc(var(--bs-gutter-x)*2);
  }
}
:root, [data-theme="default"], .container {
  --bs-gutter-x: 20px;
}
@media (min-width: 1200px) {
  :root, [data-theme="default"], .container {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"], .container {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"], .container {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"], .container {
    --bs-gutter-x: 60px;
  }
}
:root .row, [data-theme="default"] .row, .container .row {
  --bs-gutter-x: 20px;
}
@media (min-width: 1200px) {
  :root .row, [data-theme="default"] .row, .container .row {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1400px) {
  :root .row, [data-theme="default"] .row, .container .row {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1600px) {
  :root .row, [data-theme="default"] .row, .container .row {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1800px) {
  :root .row, [data-theme="default"] .row, .container .row {
    --bs-gutter-x: 60px;
  }
}
:root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row, .container .vc_section, .container .vc_row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row, .container .vc_section, .container .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row, .container .vc_section, .container .vc_row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row, .container .vc_section, .container .vc_row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1800px) {
  :root .vc_section, :root .vc_row, [data-theme="default"] .vc_section, [data-theme="default"] .vc_row, .container .vc_section, .container .vc_row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
:root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner, .container .vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner, .container .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner, .container .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner, .container .vc_column_container > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1800px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner, .container .vc_column_container > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
: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-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 60px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 30px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #1797e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1797e9;
  border-color: #1797e9;
}
@media (max-width: 599.98px) {
  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] {
    font-size: 18px;
    padding: 10px 20px;
    min-height: 0;
  }
}
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 {
  box-shadow: none;
  background-color: #42b6ff;
}
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[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #ffffff;
  background-color: #42b6ff;
  border-color: #42b6ff;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 60px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 30px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #1797e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #1797e9;
  border-color: #1797e9;
}
@media (max-width: 599.98px) {
  .btn {
    font-size: 18px;
    padding: 10px 20px;
    min-height: 0;
  }
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  box-shadow: none;
  background-color: #42b6ff;
}
.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 {
  color: #ffffff;
  background-color: #42b6ff;
  border-color: #42b6ff;
}
.btn.btn-secondary {
  color: #1797e9;
  background-color: transparent;
  border-color: #1797e9;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
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: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #545c6b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body .gform_wrapper.gravity-theme .gfield label {
  margin: 0 0 0 20px;
  padding: 0 10px;
  background-color: #202225;
}
body .gform_wrapper.gravity-theme .gfield .ginput_container {
  padding: 0 2px 10px 2px;
}
body .gform_wrapper.gravity-theme .gfield:focus-within:before {
  border: 2px solid #1797e9;
}
body .gform_wrapper.gravity-theme .gfield:focus-within label {
  color: #1797e9;
}
body .gform_wrapper.gravity-theme label {
  color: #ffffff;
  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 #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  font-size: 20px;
  color: #ffffff;
  background: #202225;
  border: none;
  padding-left: 20px;
}
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: #484e5a;
}
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;
  min-height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  color: #ffffff;
  background: #202225;
  border: none;
  font-size: 20px;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: #484e5a;
}
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 #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
  color: #ffffff;
  background: #202225;
  border: none;
  font-size: 20px;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: #484e5a;
}
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 #ffffff;
  -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: #484e5a;
}
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;
  min-height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #ffffff;
  -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: #ffffff;
  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: #484e5a;
}
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: #1797e9;
  -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: #1797e9;
  border-color: #1797e9;
}
.form-check-label:has(> input:focus):before {
  border-color: #1797e9;
}
#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: 42px;
  height: 42px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #1797e9;
}
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: #1797e9;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  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: #1797e9;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #1797e9;
}
.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;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
.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: #1797e9;
  font-size: 20px;
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background-color: #1797e9;
  color: #ffffff;
  text-decoration: none;
  border-color: #1797e9;
  font-weight: 700;
}
.wp-pagenavi a:hover {
  background-color: #1797e9;
  border-color: #dedede;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto 30px auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 30px 30px;
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto 30px auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto 30px 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 {
  border: 1px solid #c9c9c9;
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
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 > ul {
  margin: 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 20px 0;
  padding: 0 0 0 34px;
}
.wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ul li:before {
  content: "";
  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: 4px;
  left: 0;
  color: #1797e9;
}
a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "";
  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: #484e5a;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "";
}
a.icon[href$=".doc"]:before {
  content: "";
}
a.icon[href$=".xls"]:before {
  content: "";
}
a.icon[href$=".zip"]:before {
  content: "";
}
.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;
  background-color: #1797e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  text-decoration: none;
}
.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";
  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: "";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "";
}
.social-menu a[href*="instagram.com"]:before {
  content: "";
}
.social-menu a[href*="facebook.com"]:before {
  content: "";
}
.social-menu a[href*="twitter.com"]:before {
  content: "";
}
.social-menu a[href*="youtube.com"]:before {
  content: "";
}
.social-menu a[href*="vimeo.com"]:before {
  content: "";
}
.social-menu a[href*="yelp.com"]:before {
  content: "";
}
/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 70px 0 30px 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .site-header {
    padding: 20px 0;
  }
}
.home .site-header {
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home .site-header {
    display: none;
  }
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper {
    flex-direction: column;
  }
}
.site-header .site-header-wrapper .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 10px 0;
  flex-shrink: 0;
}
@media (max-width: 599.98px) {
  .site-header .site-header-wrapper .logo {
    width: 100%;
    max-width: 390px;
  }
}
.site-header .site-header-wrapper .logo a > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.site-header .site-header-wrapper .logo a > svg {
  display: block;
  width: 390px;
  height: auto;
}
@media (max-width: 599.98px) {
  .site-header .site-header-wrapper .logo a > svg {
    width: 100%;
  }
}
.site-header .site-header-wrapper .header-sidebar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-sidebar {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-sidebar .widget_custom_html .custom-html-widget {
    flex-direction: row;
    align-items: center;
  }
  .site-header .site-header-wrapper .header-sidebar .widget_custom_html .custom-html-widget a {
    margin: 0 60px 15px 0;
  }
  .site-header .site-header-wrapper .header-sidebar .widget_custom_html .custom-html-widget a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 599.98px) {
  .site-header .site-header-wrapper .header-sidebar .widget_custom_html .custom-html-widget {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .site-header-wrapper .header-sidebar .widget_custom_html .custom-html-widget a {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-nav {
    display: none !important;
  }
}
.mobile-site-header, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 767.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;
}
.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;
}
@media (min-width: 768px) {
  .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 70px;
    padding: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
  }
  .primary-menu > li > a:hover {
    color: #1797e9;
    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: #1797e9;
    text-decoration: none;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "";
    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: 16px;
    color: #1797e9;
    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%);
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0 0 0 -30px;
    padding: 20px 0;
    list-style: none;
    background-color: #e1e5f3;
    border: 1px solid #e1e5f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
  }
  .primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e5f3;
    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: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 30px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #1797e9;
    background-color: #f6f6f6;
    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 {
    background-color: #f6f6f6;
    color: #1797e9;
    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: "";
    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(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 90;
    left: 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;
  }
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .primary-menu > li {
    margin: 0 0 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 10px 16px;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1797e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #1797e9;
}
.menu-primary-trigger .menu-icon:before, .menu-primary-trigger .menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #1797e9;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #1797e9;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #1797e9;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #1797e9;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon {
  border: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:before {
  top: 11px;
  -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:after {
  top: 11px;
  -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);
}
.opener {
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #484e5a;
}
.opener .fa-angle-up {
  display: none;
}
.active > .opener .fa-angle-up {
  display: inherit;
}
.active > .opener .fa-angle-down {
  display: none;
}
.mobile-header-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  text-align: left;
}
.mobile-header-nav.toggled {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-header-nav.toggled {
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    display: block;
    max-height: 9999px;
  }
}
.mobile-header-nav .primary-menu {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a {
  color: #484e5a !important;
}
.mobile-header-nav .primary-menu > li {
  margin: 0 0 10px 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: "Unbounded", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  border: none;
  text-shadow: none;
  text-decoration: none;
}
.mobile-header-nav .primary-menu > li li {
  margin: 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li li:after {
  display: none;
}
.mobile-header-nav .primary-menu > li li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  background: none !important;
}
.mobile-header-nav .primary-menu > li li .opener {
  font-size: 20px;
}
.mobile-header-nav .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}
.site-footer {
  position: relative;
  z-index: 10;
  background: #000000 url("../images/bg-footer.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 60px 0;
  border-top: none;
}
@media (max-width: 1399.98px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.site-footer .footer-global-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-footer .footer-global-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-global-wrapper > * {
    margin-top: 15px;
  }
  .site-footer .footer-global-wrapper > *:first-child {
    margin-top: 0;
  }
}
.site-footer .footer-global-wrapper .footer-logo-wrapper svg, .site-footer .footer-global-wrapper .footer-logo-wrapper img {
  display: block;
  width: 250px;
  color: #ffffff;
}
.site-footer .footer-global-wrapper .jm-logo {
  display: block;
}
.site-footer .footer-global-wrapper .jm-logo svg {
  display: block;
  width: 243px;
}
.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 #1797e9;
  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: #1797e9;
}
.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.blog-post-excerpt-wrapper {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-bottom: var(--jm-spacer-y);
}
@media (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper {
    width: 50%;
  }
}
@media (max-width: 369.98px) {
  .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 (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: #a5abb9;
  border-color: #a5abb9;
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: #a5abb9;
  border-color: #a5abb9;
}
.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-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 60px;
  padding: 14px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 30px;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #1797e9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #484e5a;
  border-color: #484e5a;
  margin: auto 0 0 0;
  text-align: center;
}
@media (max-width: 599.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
    font-size: 18px;
    padding: 10px 20px;
    min-height: 0;
  }
}
.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 {
  box-shadow: none;
  background-color: #42b6ff;
}
.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: #a5abb9;
  border-color: #a5abb9;
}
.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: 40px;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: 20px;
}
.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: #1797e9;
}
.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: #1797e9;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #1797e9;
}
.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: #1797e9;
}
.widget-area h3 {
  padding: 0;
  margin: 0 0 6px 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 26px;
}
.widget-area ul li:before {
  content: "";
  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: 8px;
  left: 0;
  font-size: 12px;
  color: #1797e9;
}
@media screen and (max-width: 767.98px) {
  .widget-area ul li:before {
    top: 5px;
  }
}
.widget-area ul li a {
  text-decoration: none;
}
.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.active .jm-custom-accordion-body-wrapper {
  max-height: 999px;
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: #ffffff;
  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: #ffffff;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  position: absolute;
  left: 0;
}
.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;
  }
}
.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: #a5abb9;
}
.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: #484e5a;
  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: #1797e9;
  -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-track {
    display: flex;
  }
  .jm-content-carousel-wrapper .slick-slider .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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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: #1797e9;
  border-color: #1797e9;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  -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-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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.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) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box > * {
    padding-top: 30px;
  }
}
.jm-youtube-box {
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .jm-youtube-box {
    -webkit-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    -moz-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
  }
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
            width: 177.77777778vh;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            */
  overflow: hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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);
}
.service-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    height: auto;
    margin-bottom: 30px;
  }
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: center;
}
.service-box-wrapper a.service-box h3 {
  position: relative;
  overflow: hidden;
}
.service-box-wrapper a.service-box h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #484e5a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
.service-box-wrapper a.service-box:hover h3:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.service-box-wrapper .service-box > * {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box > * {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box > * {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .service-box-wrapper .service-box > * {
    margin-bottom: 10px;
  }
}
.service-box-wrapper .service-box > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.service-box-wrapper h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.service-box-wrapper .text {
  display: block;
  padding: 0;
}
.service-box-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.service-box-wrapper .btns .btn {
  margin: 5px 15px;
}
@media (max-width: 991.98px) {
  .service-box-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: #1797e9;
  font: italic normal 900 24px/24px "Unbounded", sans-serif;
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #1797e9;
  font: normal normal 600 14px/24px "Outfit", sans-serif;
  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: #1797e9;
}
.service-svg-box .btn {
  width: 100%;
}
.testimonials-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer {
  overflow: inherit;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage:after {
  display: none;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage .owl-item {
  float: none;
  display: flex;
  flex: 1 0 auto;
}
.testimonials-box .owl-item.active {
  height: auto;
}
.testimonials-box .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .testimonials-box .item {
    padding: 100px 40px 40px 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item {
    padding: 90px 30px 30px 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-box .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-box .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:before {
    left: 20px;
  }
}
.testimonials-box .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-box .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:after {
    left: 20px;
  }
}
.testimonials-box h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 0 0;
}
.testimonials-box blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-box blockquote p:last-child {
  margin-bottom: 0;
}
.testimonials-box .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1599.98px) {
  .testimonials-box .owl-dots {
    margin-top: 80px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .owl-dots {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .owl-dots {
    margin-top: 30px;
  }
}
.testimonials-box .owl-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.testimonials-box .owl-dots button:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000000;
  position: absolute;
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-sizing: border-box;
}
.testimonials-box .owl-dots button.active {
  border: 2px solid #5cf7b7;
  background-color: #5cf7b7;
}
.testimonials-box .owl-dots button.active:before {
  opacity: 0;
}
.testimonials-box .owl-nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-box .owl-nav button.owl-next, .testimonials-box .owl-nav button.owl-prev, .testimonials-box .owl-nav button {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.testimonials-box .owl-nav button.owl-next:focus, .testimonials-box .owl-nav button.owl-next .focus, .testimonials-box .owl-nav button.owl-prev:focus, .testimonials-box .owl-nav button.owl-prev .focus, .testimonials-box .owl-nav button:focus, .testimonials-box .owl-nav button .focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonials-box .owl-nav button.owl-next i, .testimonials-box .owl-nav button.owl-prev i, .testimonials-box .owl-nav button i {
  font-size: 24px;
  color: #1797e9;
}
.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 30px 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.jm-testimonials-box-wrapper .jm-testimonials-box .jm-testimonials-box-quote {
  margin: 0 0 -50px 0;
  font-family: "Unbounded", sans-serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 300;
  color: #1797e9;
  text-align: center;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
  flex: 1 0;
  padding: 0;
  margin: 0 0 40px 0;
  position: relative;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote p {
  margin-bottom: 24px;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h4.title, .jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #a5abb9;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-size: 16px;
  font-weight: 400;
}
.jm-gallery-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}
.jm-gallery-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-wrapper .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 82, 0);
  background: -moz-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 40, 82, 0)), color-stop(40%, rgba(0, 40, 82, 0)), color-stop(80%, rgba(0, 40, 82, 0.67)), color-stop(100%, #002852));
  background: -webkit-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -o-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -ms-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: linear-gradient(to bottom, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002852", endColorstr="#002852", GradientType=0);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide .image-caption {
  display: block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  left: calc(var(--bs-gutter-x) / 2);
  bottom: calc(var(--bs-gutter-x) / 2);
}
.jm-gallery-wrapper .cycle-gallery-pager {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-left: -6px;
  margin-right: -6px;
}
.jm-gallery-wrapper .cycle-gallery-pager li {
  margin: 0;
  padding: 0 6px 6px 6px;
  cursor: pointer;
  position: relative;
}
.jm-gallery-wrapper .cycle-gallery-pager li.cycle-pager-active:before {
  display: none;
}
.jm-gallery-wrapper .cycle-gallery-pager li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.jm-gallery-wrapper .cycle-gallery-pager li img {
  width: 130px;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 767.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 70px;
  }
}
.jm-gallery-wrapper .cycle-gallery-pager span {
  display: none;
}
.jm-gallery-wrapper .cycle-nav {
  position: absolute;
  z-index: 800;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-nav {
    display: none;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-size: 40px;
  line-height: 100px;
  background-color: rgba(11, 40, 71, 0.5);
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev:hover, .jm-gallery-wrapper .cycle-nav .cycle-next:hover {
  color: #484e5a;
}
.jm-gallery-with-text-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.jm-gallery-with-text-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-with-text-wrapper .cycle-slide .cycle-slide-wrapper {
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-gallery-with-text-wrapper .cycle-slide .slide-content-wrapper {
  margin-bottom: 30px;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager {
  position: relative;
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #1797e9;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active {
  border-color: #484e5a;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active:before {
  background-color: #484e5a;
}
.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .jm-photo-collage-wrapper {
    margin-bottom: 30px;
  }
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 75%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*
		@include box-shadow(0 60px 100px 0 rgba(0, 0, 0, 0.2));
		@media (max-width: 1399.98px) {
			@include box-shadow(0 20px 40px 0 rgba(0, 0, 0, 0.2));
		}
*/
}
.jm-photo-collage-wrapper img:first-child {
  z-index: 0;
  margin-top: 35%;
}
.jm-photo-collage-wrapper img:last-child {
  z-index: 10;
  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;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .even-section > .vc_row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row *:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row *:last-child {
    order: 10;
  }
}
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-js-composer .vc_tta-color-white.vc_tta-style-classic {
    .vc_tta-panel .vc_tta-panel-heading {
        border-color: #dce2e8;
        background-color: #fff;
        h4 {
            font-family: @baseFontFamily;
            font-size: 24px;
            line-height: 30px;
            font-weight: 400;
            a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 30px;
            }
        }
    }

    .vc_tta-panel .vc_tta-panel-heading:focus,
    .vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: #d2e9ff
    }

    .vc_tta-panel .vc_tta-panel-title>a {
        color: $color1;
    }

    .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-color: $color1;
        background-color: $color1
    }

    .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #ffffff;
    }

    .vc_tta-panel .vc_tta-panel-body {
        background-color: $color1;
        color: #fff;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        * {
            color: #fff;
        }
    }

    .vc_tta-panel .vc_tta-panel-body,
    .vc_tta-panel .vc_tta-panel-body::after,
    .vc_tta-panel .vc_tta-panel-body::before {
        border-color: $color1;
    }


    .vc_tta-controls-icon::after,
    .vc_tta-controls-icon::before {
        border-color: $color1;
    }
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: #fff;
    }
}
*/
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel .vc_tta-panel-heading {
  border-color: #545c6b;
  background-color: transparent;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel .vc_tta-panel-heading h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel .vc_tta-panel-heading h4 a {
  display: block;
  position: relative;
  padding: 35px 80px 35px 40px;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel .vc_tta-panel-heading h4 a:after {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  font-weight: bold;
  color: #1797e9;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel .vc_tta-panel-body {
  padding: 0 40px 35px 40px;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #484e5a;
  background-color: #484e5a;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
  color: #ffffff;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
  color: #ffffff;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a:after {
  content: "";
  color: #ffffff;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-color-mulled-wine .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-color: #484e5a;
  background-color: #484e5a;
}
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #ffffff;
  font: 400 20px/1.5 "Outfit", sans-serif;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #202225;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 18px;
  }
}
td, th {
  color: #ffffff;
  text-align: left;
  vertical-align: top;
}
p {
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  p {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 27px;
  }
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
a {
  color: #1797e9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none;
  color: #ffffff;
  outline: none;
}
a i {
  color: #1797e9 !important;
}
.widget_custom_html .custom-html-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .widget_custom_html .custom-html-widget {
    flex-direction: column;
    align-items: flex-start;
  }
}
.widget_custom_html .custom-html-widget a {
  display: flex;
  align-items: center;
  margin: 0 60px 0 0;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .widget_custom_html .custom-html-widget a {
    margin: 0 0 15px 0;
  }
}
.widget_custom_html .custom-html-widget a:last-child {
  margin-right: 0;
}
.widget_custom_html .custom-html-widget a i {
  font-size: 30px;
  margin: 0 10px 0 0;
}
h1 {
  color: #ffffff;
  font: 600 90px/1.2 "Unbounded", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
}
@media (max-width: 1499.98px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  color: #ffffff;
  font: 600 40px/1.5 "Unbounded", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1499.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 18px;
  }
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: 40px;
}
h2 a {
  color: #ffffff;
  text-decoration: none;
}
h3 {
  color: #ffffff;
  font: 400 30px/1.3 "Unbounded", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h4 {
  color: #ffffff;
  font: 400 26px/1.3 "Unbounded", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h5 {
  color: #ffffff;
  font: 400 24px/1.2 "Unbounded", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h6 {
  color: #ffffff;
  font: 500 22px/1.2 "Unbounded", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #1797e9;
}
.title-indent {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
.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, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.content-indent, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: calc(var(--jm-spacer-y) * 2);
}
.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_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;
}
.content-area, .widget-area {
  margin: calc(var(--bs-gutter-x) * 1.5) 0;
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
@media (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
}
.title-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  background-color: #f1f3f4;
}
@media (max-width: 1199px) {
  .title-section {
    padding: 35px 0;
  }
}
.title-section h1 {
  margin: 0;
}
.vc_section.vc_section-has-fill.section-hero {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  min-height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1499.98px) {
  .vc_section.vc_section-has-fill.section-hero {
    min-height: 700px;
  }
}
@media (max-width: 1199.98px) {
  .vc_section.vc_section-has-fill.section-hero {
    min-height: 550px;
  }
}
@media (max-width: 991.98px) {
  .vc_section.vc_section-has-fill.section-hero {
    min-height: 450px;
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .vc_section.vc_section-has-fill.section-hero {
    min-height: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.vc_section.vc_section-has-fill.section-hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.vc_section.vc_section-has-fill.section-hero .wpb_text_column {
  margin: 60px 0 0 0;
}
@media (max-width: 1499.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column {
    margin: 10px 0 0 0;
  }
}
.vc_section.vc_section-has-fill.section-hero .wpb_text_column p {
  margin: 0 0 70px 0;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.06em;
}
@media (max-width: 1499.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p {
    margin: 0 0 50px 0;
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p {
    margin: 0 0 35px 0;
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p {
    margin: 0 0 25px 0;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p {
    margin: 0 0 15px 0;
    font-size: 18px;
  }
}
.vc_section.vc_section-has-fill.section-hero .wpb_text_column p .btn {
  font-size: 26px;
  text-transform: none;
  letter-spacing: 0;
  padding: 25px 60px;
}
@media (max-width: 991.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p .btn {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 599.98px) {
  .vc_section.vc_section-has-fill.section-hero .wpb_text_column p .btn {
    font-size: 18px;
    padding: 10px 20px;
    min-height: 0;
  }
}
.bg-overlay {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.row-steps {
  counter-reset: steps;
}
.row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper {
  counter-increment: steps;
  border: 1px solid #545c6b;
  padding: 40px 40px 40px 120px;
  position: relative;
}
@media (max-width: 1499.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 30px 30px 30px 90px;
  }
}
@media (max-width: 991.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px 20px 70px;
  }
}
.row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
  content: counter(steps);
  color: #1797e9;
  font-size: 120px;
  line-height: 1;
  font-weight: 200;
  position: absolute;
  left: 0;
  top: 25px;
  width: 120px;
  text-align: center;
}
@media (max-width: 1499.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    width: 90px;
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    width: 70px;
  }
}
.row-steps > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin: 0;
}
