@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&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;
  }
}
/*
.container {
  @media (min-width: 1600px) {
    max-width: 1540px;
  }
  @media (min-width: 1800px) {
    max-width: 1740px;
  }
  @media (min-width: 1920px) {
    max-width: 1840px;
  }
}
*/
/*
:root, [data-theme="default"] {
  --bs-gutter-x: 90px;
  .row {
    --bs-gutter-x: 90px;
  }
  .vc_row {
    margin-left: -45px;
    margin-right: -45px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media all and (max-width: 1799.98px) {
  :root {
    --bs-gutter-x: 60px;
    .row {
      --bs-gutter-x: 60px;
    }
    .vc_row {
      margin-left: -30px;
      margin-right: -30px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}

@media all and (max-width: 1599.98px) {
  :root {
    --bs-gutter-x: 40px;
    .row {
      --bs-gutter-x: 40px;
    }
    .vc_row {
      margin-left: -20px;
      margin-right: -20px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
}

@media all and (max-width: 991.98px) {
  :root {
    --bs-gutter-x: 20px;
    .row {
      --bs-gutter-x: 20px;
    }
  }
  .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 767.98px) {
  :root {
    --bs-gutter-x: 30px;
    .row {
      --bs-gutter-x: 30px;
    }
    .vc_row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .vc_column_container>.vc_column-inner {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}

@media all and (max-width: 575.98px) {
  :root {
    --bs-gutter-x: 20px;
    .row {
      --bs-gutter-x: 20px;
    }
  }
  .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
*/
/* 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: 2.4375rem;
  padding: 16px;
  margin: 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  border: 2px solid #2c072d;
  outline: none;
  text-decoration: none;
  background-color: #2c072d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #c6975c;
  background-color: #2c072d;
  border-color: #2c072d;
}
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;
}
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: #c6975c;
  background-color: #806a81;
  border-color: #2c072d;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 2.4375rem;
  padding: 16px;
  margin: 0;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  border: 2px solid #2c072d;
  outline: none;
  text-decoration: none;
  background-color: #2c072d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #c6975c;
  background-color: #2c072d;
  border-color: #2c072d;
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover {
  color: #c6975c;
  background-color: #806a81;
  border-color: #2c072d;
}
.btn.btn-secondary {
  color: #c6975c;
  background-color: transparent;
  border-color: #c6975c;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #c6975c;
  border-color: #c6975c;
}
body .gform_wrapper .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper .gform_footer {
  justify-content: center;
}
body .gform_wrapper .gsection {
  border: none !important;
  padding-bottom: 0 !important;
}
body .gform_wrapper .gsection h3 {
  margin: 0;
  font-weight: 600;
}
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
  color: #3d3516;
  font-size: 22px;
  font-weight: 400;
}
body .gform_wrapper label {
  color: #3d3516;
  margin-bottom: 0;
}
body .gform_wrapper .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 11px 10px;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #625624;
  border-radius: 5px;
  outline: none;
  background-color: white;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #2c072d;
}
body .gform_wrapper 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 select {
  height: 50px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 18px;
  border: 1px solid #625624;
  border-radius: 5px;
  outline: none;
  background-color: white;
}
body .gform_wrapper select:focus {
  border-color: #2c072d;
}
body .gform_wrapper select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper textarea {
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 11px 10px;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #625624;
  border-radius: 5px;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper textarea:focus {
  border-color: #2c072d;
}
body .gform_wrapper textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper input[type="search"] {
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 11px 10px;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #625624;
  border-radius: 5px;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper input[type="search"]:focus {
  border-color: #2c072d;
}
body .gform_wrapper input[type="search"]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper input[type=checkbox] {
  position: absolute;
  left: -1000rem;
  /* Not depending on the user's font here improves consistency. */
}
body .gform_wrapper input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
}
body .gform_wrapper input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.1875rem;
  background-color: #3d3516;
  font-family: sans-serif;
}
body .gform_wrapper input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
body .gform_wrapper input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 0.3125rem;
  top: 0;
  width: 0.1875rem;
  height: 0.6875rem;
  border: solid #2c072d;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
  line-height: 1rem;
}
body .gform_wrapper input[type=checkbox]:focus + label::before {
  box-shadow: 0 0.0625rem 0 black;
}
body .gform_wrapper input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
body .gform_wrapper input[type=checkbox]:disabled + label::before {
  background-color: #eee;
}
body .gform_wrapper input[type=checkbox]:disabled:checked + label::after {
  border-color: #a2a2a2;
}
body .gform_wrapper input[type=radio] {
  position: absolute;
  left: -1000rem;
}
body .gform_wrapper input[type=radio] + label {
  position: relative;
  cursor: pointer;
  margin-right: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
}
body .gform_wrapper input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 0.5625rem;
  background-color: #3d3516;
  font-family: sans-serif;
}
body .gform_wrapper input[type=radio] + label::after {
  content: "";
  transition: background-color 0.3s;
}
body .gform_wrapper input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.1875rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.9375rem;
  background-color: #2c072d;
  text-align: center;
}
body .gform_wrapper input[type=radio]:focus + label::before {
  box-shadow: 0 0.0625rem 0 black;
}
body .gform_wrapper input[type=radio]:disabled + label {
  cursor: not-allowed;
}
body .gform_wrapper input[type=radio]:disabled + label::before {
  background-color: #eee;
}
body .gform_wrapper input[type=radio]:disabled:checked + label::after {
  background-color: #a2a2a2;
}
body .gform_wrapper .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  height: 50px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-size: 18px;
  border: 1px solid #625624;
  border-radius: 5px;
  outline: none;
  background-color: white;
}
body .gform_wrapper .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #3d3516;
  pointer-events: none;
}
body .gform_wrapper .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper .select-wrap:focus {
  border-color: #2c072d;
}
body .gform_wrapper .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: #2c072d;
  -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;
}
#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: #2c072d;
}
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/helper/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
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: #2c072d;
  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: #3d3516;
  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: #2c072d;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #2c072d;
}
.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: #2c072d;
  font-size: 20px;
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background-color: #2c072d;
  color: #ffffff;
  text-decoration: none;
  border-color: #2c072d;
  font-weight: 700;
}
.wp-pagenavi a:hover {
  background-color: #2c072d;
  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";
  }
}
.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: #2c072d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-menu a:hover {
  text-decoration: none;
}
.social-menu a:before {
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  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: 5px 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #2c072d;
  -webkit-box-shadow: 0 10px 30px 0 rgba(44, 7, 45, 0.4);
  -moz-box-shadow: 0 10px 30px 0 rgba(44, 7, 45, 0.4);
  box-shadow: 0 10px 30px 0 rgba(44, 7, 45, 0.4);
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.site-header .logo img {
  max-width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 991.98px) {
  .site-header .logo img {
    width: auto;
    height: 100px;
  }
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-header .header-nav {
    display: none !important;
  }
}
.mobile-site-header, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-site-header, .mobile-header-wrapper {
    display: block;
  }
}
/*/ Sticky Header */
.admin-bar .sticky-header {
  /*
        top: 32px !important;
        @media (max-width: 782.98px) {
            top: 46px !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;
}
.sticky-wrapper.is-sticky .site-header .logo img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  width: auto;
  height: 80px;
  margin: 0;
}
@media (min-width: 992px) {
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .primary-menu > li {
    margin: 0 0 0 30px;
    padding: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 16px;
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: #c6975c;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: solid 2px #2c072d;
  }
  .sticky-wrapper.is-sticky .primary-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .primary-menu > li > a:hover {
    color: #c6975c;
    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: #c6975c;
    text-decoration: none;
    background-color: #806a81;
    border: solid 2px #88116A80;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 36px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
    color: #c6975c;
    position: absolute;
    right: 10px;
    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;
    padding: 20px 0;
    list-style: none;
    background-color: #806a81;
    border: 1px solid #806a81;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(44, 7, 45, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(44, 7, 45, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(44, 7, 45, 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 #806a81;
    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 20px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #2c072d;
    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: #2c072d;
    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";
    -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(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    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: 992px) and (max-width: 1199.98px) {
  .primary-menu > li {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .primary-menu > li > a {
    padding: 8px 10px;
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .primary-menu > li > a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .sticky-wrapper.is-sticky .primary-menu > li > a {
    font-size: 26px;
  }
}
@media (min-width: 992px) 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 #c6975c;
  -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 #c6975c;
}
.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: #c6975c;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #c6975c;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #c6975c;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #c6975c;
  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 {
  margin-left: 10px;
  cursor: pointer;
  color: #c6975c;
}
.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: 991.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: 20px 0 30px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a {
  color: #c6975c !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: "Open Sans", 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;
  text-decoration: none;
  background: none !important;
}
.mobile-header-nav .primary-menu > li li .opener {
  color: #ffffff;
  font-size: 20px;
}
.mobile-header-nav .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}
.site-footer {
  background: #2c072d;
  margin: 3rem 0 0 0;
  padding: 0;
  border-top: none;
}
.site-footer .footer-wrapper {
  background: url("../images/logo-footer.png") no-repeat left center;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer-wrapper {
    background-image: none;
    padding: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer .footer-wrapper > * {
    margin-top: 15px;
  }
  .site-footer .footer-wrapper > *:first-child {
    margin-top: 0;
  }
}
.site-footer .footer-wrapper .copyright {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 16px;
}
.site-footer .footer-wrapper .footer-widget {
  text-align: center;
}
.site-footer .footer-wrapper .footer-widget h3 {
  font: 500 40px/1.5em "Open Sans", sans-serif;
}
@media (max-width: 991.98px) {
  .site-footer .footer-wrapper .footer-widget h3 {
    font-size: 30px;
  }
}
.site-footer .footer-wrapper .footer-widget .custom-html-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .site-footer .footer-wrapper .footer-widget .custom-html-widget {
    flex-direction: column;
  }
}
.site-footer .footer-wrapper .footer-widget .custom-html-widget > * {
  margin: 0 10px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-wrapper .footer-widget .custom-html-widget > * {
    margin: 5px 10px;
  }
}
.site-footer .footer-wrapper .footer-widget a[href^="tel:"], .site-footer .footer-wrapper .footer-widget a[href^="mailto:"] {
  display: block;
  position: relative;
  font-size: 24px;
  padding: 15px 15px 15px 56px;
  text-decoration: none;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-wrapper .footer-widget a[href^="tel:"], .site-footer .footer-wrapper .footer-widget a[href^="mailto:"] {
    font-size: 20px;
    padding: 0 15px 0 56px;
    background: none !important;
  }
}
.site-footer .footer-wrapper .footer-widget a[href^="tel:"]:hover, .site-footer .footer-wrapper .footer-widget a[href^="mailto:"]:hover {
  background-color: #000000;
}
.site-footer .footer-wrapper .footer-widget a[href^="tel:"]:before, .site-footer .footer-wrapper .footer-widget a[href^="mailto:"]:before {
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 22px;
  color: #c6975c !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-footer .footer-wrapper .footer-widget a[href^="mailto:"] {
  /*
				span {
					@media (max-width: 575.98px) {
						display: none;
					}
				}
				 */
  /*
				&:after {
					display: none;
					@media (max-width: 575.98px) {
						display: inline;
						content: "Mail me";
					}
				}
				 */
}
.site-footer .footer-wrapper .footer-widget a[href^="mailto:"]:before {
  content: "";
}
.site-footer .footer-wrapper .footer-widget a[href^="tel:"]:before {
  content: "";
}
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: #2c072d;
}
.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: #2c072d;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #2c072d;
}
.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: #2c072d;
}
ol.comment-list li .comment-body {
  background: #fff !important;
  border: 1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #2c072d;
}
@media (max-width: 480px) {
  ol.comment-list li .comment-body .extra-wrap {
    overflow: visible;
  }
}
ol.comment-list li .comment-body .reply {
  margin: 0 0 0 20px;
}
ol.comment-list li .comment-body .reply a {
  background: #2c072d;
  display: inline-block;
  margin: 0;
  padding: 9px 23px 10px 23px;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-transform: lowercase;
  color: #fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
  background: #2c072d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .reply a:hover {
  background: #3d3516;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .comment-meta {
  line-height: 39px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1e2731;
}
.cancel-comment-reply {
  padding: 0 0 6px 0;
}
.jm-youtube-box {
  position: relative;
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
}
.jm-youtube-box .jm-video-wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.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;
  /*
            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%;
}
.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: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -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.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  fill: #212121;
  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;
}
.service-box {
  position: relative;
  width: 100%;
  max-width: 290px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0 auto 20px auto;
  text-align: center;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-box.submit-quote {
  max-width: none;
}
.service-box.submit-quote img {
  border: 2px solid #2c072d;
}
@media (max-width: 767.98px) {
  .service-box {
    margin-bottom: 20px;
  }
}
.service-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
}
.service-box a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.service-box a:hover h4 {
  color: #2c072d;
}
.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: #2c072d;
  font: italic normal 900 24px/24px "Open Sans", sans-serif;
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #2c072d;
  font: normal normal 600 14px/24px "Open Sans", 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: #2c072d;
}
.service-svg-box .btn {
  width: 100%;
}
.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;
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 10px 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";
  -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: #2c072d;
}
/*
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;
    }
}
*/
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #3d3516;
  font: 400 20px/1.5 "Open Sans", sans-serif;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #f6f1e1;
}
td, th {
  color: #3d3516;
  text-align: left;
  vertical-align: top;
}
p {
  margin: 0 0 30px 0;
  padding: 0;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px solid #3d3516;
}
a {
  color: #2c072d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #3d3516;
  outline: none;
}
h1 {
  color: #2c072d;
  font: 400 40px/1.5em "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  color: #3d3516;
  font: 700 40px/1.5em "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
h2.vc_custom_heading {
  margin-bottom: 40px;
}
h2 a {
  color: #3d3516;
  text-decoration: none;
}
h3 {
  color: #3d3516;
  font: 400 26px/1.5em "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 20px;
  }
}
h3 a {
  color: #3d3516;
  text-decoration: none;
}
h3 a:hover {
  color: #2c072d;
}
h4 {
  color: #3d3516;
  font: 600 24px/1.5em "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 18px;
  }
}
h4 a {
  color: #3d3516;
  text-decoration: none;
}
h4 a:hover {
  color: #2c072d;
}
h5 {
  color: #3d3516;
  font: 400 22px/44px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
h6 {
  color: #3d3516;
  font: 700 14px/28px "Open Sans", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
/*
@media screen and (max-width: 767.98px) {
	h1 {font-size: 30px; line-height: 40px;}
	h2 {font-size: 26px; line-height: 30px;}
	h3 {font-size: 24px; line-height: 30px;}
	h4 {font-size: 22px; line-height: 30px;}
	h5 {font-size: 18px; line-height: 30px;}
	h6 {font-size: 14px; line-height: 20px;}
}
*/
.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: #c6975c;
}
.inverted a:not(.btn) {
  color: #c6975c;
}
.inverted a:not(.btn):hover {
  color: #c6975c;
}
.header-indent {
  margin: 25px 0 60px 0;
}
@media (max-width: 1199.98px) {
  .header-indent {
    margin: 0 0 35px 0;
  }
}
.content-indent {
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  .content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 30px;
  }
}
.content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
@media (max-width: 1199.98px) {
  .content-indent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-indent-bottom {
  padding-bottom: 40px;
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
@media (max-width: 1199.98px) {
  .content-indent-bottom {
    padding-bottom: 10px;
  }
}
.content-area, .widget-area {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .content-area, .widget-area {
    margin: 35px 0;
  }
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
.title-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .title-section {
    padding: 35px 0;
  }
}
.title-section h1 {
  margin: 0;
}
.jm-vimeo-fullwidth {
  position: relative;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  max-width: 100%;
  background: black;
}
@media (max-width: 767.98px) {
  .jm-vimeo-fullwidth {
    padding: 0;
  }
}
.jm-vimeo-fullwidth iframe, .jm-vimeo-fullwidth object, .jm-vimeo-fullwidth embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .jm-vimeo-fullwidth iframe, .jm-vimeo-fullwidth object, .jm-vimeo-fullwidth embed {
    display: none;
  }
}
.jm-vimeo-fullwidth img {
  display: none;
}
@media (max-width: 767.98px) {
  .jm-vimeo-fullwidth img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.services-row .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
}
@media (max-width: 991.98px) {
  .services-row .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top-notch-efficiency > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background-color: #d3d3d3;
  padding: 20px;
  border: 2px solid #2C072D;
}
.top-notch-efficiency .wpb_single_image {
  margin-bottom: 20px;
}
.top-notch-efficiency h2 {
  margin: 20px;
}
