@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:wght@400;500;600;700&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 {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --jm-spacer-y: 1rem;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1840px;
  }
}

:root, [data-theme=default] {
  --bs-gutter-x: 20px;
  --jm-spacer-y: 20px;
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 30px;
    --jm-spacer-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 40px;
    --jm-spacer-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 60px;
    --jm-spacer-y: 60px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --bs-gutter-x: 80px;
    --jm-spacer-y: 80px;
  }
}
:root .row, [data-theme=default] .row {
  --bs-gutter-x: 20px;
  --jm-spacer-y: 20px;
}
@media (min-width: 1200px) {
  :root .row, [data-theme=default] .row {
    --bs-gutter-x: 30px;
    --jm-spacer-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root .row, [data-theme=default] .row {
    --bs-gutter-x: 40px;
    --jm-spacer-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root .row, [data-theme=default] .row {
    --bs-gutter-x: 60px;
    --jm-spacer-y: 60px;
  }
}
@media (min-width: 1800px) {
  :root .row, [data-theme=default] .row {
    --bs-gutter-x: 80px;
    --jm-spacer-y: 80px;
  }
}
:root .vc_section,
:root .vc_row, [data-theme=default] .vc_section,
[data-theme=default] .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 {
    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 {
    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 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1800px) {
  :root .vc_section,
  :root .vc_row, [data-theme=default] .vc_section,
  [data-theme=default] .vc_row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
:root .vc_column_container > .vc_column-inner, [data-theme=default] .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 {
    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 {
    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 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1800px) {
  :root .vc_column_container > .vc_column-inner, [data-theme=default] .vc_column_container > .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

: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_footer .gform_button,
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_page_footer .gform_button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  padding: 18px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #617493;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #4D352E;
  border-color: #4D352E;
  padding-left: 40px;
  padding-right: 40px;
}
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_footer .gform_button::-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,
body .gform_wrapper .gform_page_footer .gform_button::-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_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_button: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,
body .gform_wrapper .gform_page_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer .gform_button: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_footer .gform_button:active,
body .gform_wrapper .gform_page_footer input.button:active,
body .gform_wrapper .gform_page_footer input[type=submit]:active,
body .gform_wrapper .gform_page_footer .gform_button: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_footer .gform_button:disabled,
body .gform_wrapper .gform_page_footer input.button:disabled,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled,
body .gform_wrapper .gform_page_footer .gform_button: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_footer .gform_button:disabled:hover,
body .gform_wrapper .gform_footer .gform_button: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,
body .gform_wrapper .gform_page_footer .gform_button:disabled:hover,
body .gform_wrapper .gform_page_footer .gform_button: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_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer .gform_button:hover {
  color: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}

.btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  padding: 18px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #617493;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #4D352E;
  border-color: #4D352E;
}
.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: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}
.btn.btn-primary {
  color: #fff;
  background-color: #4D352E;
  border-color: #4D352E;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}
.btn.btn-secondary {
  color: #4D352E;
  background-color: #ECCEAB;
  border-color: #ECCEAB;
}
.btn.btn-secondary:hover {
  color: #4D352E;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white {
  color: #4D352E;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover {
  color: #ECCEAB;
  background-color: #7D472F;
  border-color: #7D472F;
}
.btn.has-arrow::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 14px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.5 9'%3E%3Cpath d='m17.28,5.03c.29-.29.29-.77,0-1.06L13.53.22c-.29-.29-.77-.29-1.06,0s-.29.77,0,1.06l2.47,2.47H.75c-.41,0-.75.34-.75.75s.34.75.75.75h14.19l-2.47,2.47c-.29.29-.29.77,0,1.06s.77.29,1.06,0l3.75-3.75h0Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

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: #4D352E;
  font-size: 18px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme label {
  color: #4D352E;
  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 #4D352E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: #595f81;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #4D352E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: #617493;
}
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 #4D352E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: #595f81;
}
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 #4D352E;
  -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: #595f81;
}
body .gform_wrapper.gravity-theme input[type=search]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #4D352E;
  -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: #4D352E;
  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: #617493;
}
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: #4D352E;
  -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: #4D352E;
  border-color: #4D352E;
}

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

#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: #4D352E;
}

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: #4D352E;
  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: #4D352E;
  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: #4D352E;
}

.post-nav {
  padding: 24px 0;
  border-top: 1px solid #4D352E;
}
.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: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  padding: 0;
  margin: 0 5px;
  background: none;
  color: #4D352E;
  font-size: 20px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767.98px) {
  .wp-pagenavi a, .wp-pagenavi span {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.wp-pagenavi span.current {
  background-color: #4D352E;
  color: #ffffff;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background-color: #4D352E;
  color: #ffffff;
  text-decoration: none;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto 32px 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: "\f00c";
  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: #4D352E;
}

a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "\f15b";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #4D352E;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "\f1c1";
}
a.icon[href$=".doc"]:before {
  content: "\f1c2";
}
a.icon[href$=".xls"]:before {
  content: "\f1c3";
}
a.icon[href$=".zip"]:before {
  content: "\f1c6";
}

.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;
  overflow: hidden;
  position: relative;
}
.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;
  width: auto;
  height: auto;
  text-indent: initial;
  font-weight: 400;
}
.social-menu a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-menu a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-menu a[href*="facebook.com"]:before {
  content: "\f09a";
}
.social-menu a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-menu a[href*="youtube.com"]:before {
  content: "\f167";
}
.social-menu a[href*="vimeo.com"]:before {
  content: "\f27d";
}
.social-menu a[href*="yelp.com"]:before {
  content: "\f1e9";
}

/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #ECCEAB;
  background-image: url("../images/bg-home.png");
  background-blend-mode: multiply;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-header .site-header-bottom-wrapper {
  position: relative;
  width: 100%;
  height: 38px;
  background-image: url("../images/bg-content-top.png");
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: -2px;
  z-index: 20;
}
.home .site-header .site-header-bottom-wrapper {
  background-image: url("../images/bg-content-top-home.png");
  background-repeat: repeat-x;
  background-position: bottom;
  transform: rotateX(180deg);
}
.site-header .site-header-wrapper {
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper {
    padding: 20px 0 0;
  }
}
.site-header .site-header-wrapper .site-header-internal {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 200;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-wrapper .site-header-internal {
    flex-wrap: wrap;
  }
}
.site-header .site-header-wrapper .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-wrapper .logo {
    order: 1;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .logo {
    width: 300px;
  }
}
@media (max-width: 459.98px) {
  .site-header .site-header-wrapper .logo {
    width: 240px;
  }
}
@media (max-width: 379.98px) {
  .site-header .site-header-wrapper .logo {
    width: 200px;
  }
}
.site-header .site-header-wrapper .logo a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.site-header .site-header-wrapper .logo a > svg {
  display: block;
  width: 265px;
  height: auto;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-wrapper .header-nav {
    order: 10;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-nav {
    width: 100%;
    margin-top: 10px;
  }
}
.site-header .site-header-wrapper .header-reserve {
  height: 90px;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-wrapper .header-reserve {
    order: 5;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .header-reserve {
    display: none;
  }
}
.site-header .site-header-wrapper .header-reserve a {
  display: block;
}
.site-header .site-header-wrapper .header-reserve a > img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-reserve a > img {
    height: 90px;
  }
}
.site-header .site-header-home-wrapper {
  position: relative;
  padding: 40px 0 0;
}
@media (max-width: 767.98px) {
  .site-header .site-header-home-wrapper {
    padding: 20px 0 0;
  }
}
.site-header .site-header-home-wrapper .site-header-home {
  position: relative;
  display: flex;
  justify-content: center;
}
.site-header .site-header-home-wrapper .header-nav {
  margin: 0 auto;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-home-wrapper .header-nav {
    margin: 0 auto 0 0;
  }
}
.site-header .site-header-home-wrapper .header-reserve {
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .site-header-home-wrapper .header-reserve img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .site-header .site-header-home-wrapper .header-reserve {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-home-wrapper .header-reserve {
    top: 0;
    right: inherit;
    left: 0;
    width: 110px;
    z-index: 200;
  }
}
@media (max-width: 459.98px) {
  .site-header .site-header-home-wrapper .header-reserve {
    width: 70px;
  }
}
.site-header .hero-home-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr min(18.23%, 350px) 1fr;
  grid-column-gap: 60px;
  bottom: -38px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .site-header .hero-home-wrapper {
    grid-template-columns: 1fr min(20%, 350px) 1fr;
    grid-column-gap: 20px;
  }
}
@media (max-width: 459.98px) {
  .site-header .hero-home-wrapper {
    grid-template-columns: 1fr min(40%, 350px) 1fr;
  }
}
.site-header .hero-home-middle-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .site-header .hero-home-middle-wrapper {
    padding: 0 0 60px 0;
  }
}
@media (orientation: landscape) {
  .site-header .hero-home-middle-wrapper {
    aspect-ratio: 350/870;
  }
}
.site-header .hero-home-middle-wrapper .hero-home-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(var(--jm-spacer-y) * 0.75);
}
.site-header .hero-home-middle-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 459.98px) {
  .site-header .hero-home-middle-wrapper .btn.btn-big {
    font-size: 16px;
  }
}
.site-header .hero-home-left-wrapper,
.site-header .hero-home-right-wrapper {
  position: relative;
  z-index: 1;
}
.site-header .hero-home-left,
.site-header .hero-home-right {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.site-header .hero-home-left img,
.site-header .hero-home-right img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header .hero-home-left {
  max-width: min(75.52vw, 1450px);
  aspect-ratio: 145/87;
  height: 100%;
  right: max(-150px, -7.8vw);
  align-items: flex-end;
}
.site-header .hero-home-right {
  max-width: min(60.9375vw, 1170px);
  aspect-ratio: 117/87;
  left: max(-170px, -8.85vw);
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .site-header .header-nav {
    display: none !important;
  }
}

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

.mobile-header-wrapper {
  order: 20;
}
.home .mobile-header-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}

/*/ 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) {
  .home .primary-menu {
    gap: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .home .primary-menu {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home .primary-menu {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .home .primary-menu > li > a {
    padding: 0;
    font-size: 36px;
    color: #4D352E;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .home .primary-menu > li > a {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .home .primary-menu > li > a {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home .primary-menu > li > a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home .primary-menu > li > a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .home .primary-menu > li > a:hover {
    color: #7D472F;
  }
  .home .primary-menu > li:hover > a, .home .primary-menu > li.focus > a, .home .primary-menu > li.current-menu-item > a, .home .primary-menu > li.current-menu-ancestor > a {
    color: #7D472F;
  }
  .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .primary-menu {
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .primary-menu {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .primary-menu > li {
    margin: 0;
    padding: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-family: "DM Serif Display", serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: #4D352E;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .primary-menu > li > a {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .primary-menu > li > a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .primary-menu > li > a:hover {
    color: #7D472F;
    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: #7D472F;
    text-decoration: none;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
    color: #4D352E;
    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: #4D352E;
    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: #4D352E;
    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: #4D352E;
    text-decoration: none;
  }
  .primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a {
    padding-right: 46px;
  }
  .primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    -webkit-transition: opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    -webkit-transform: translateY(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;
  }
}
.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 #4D352E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.home .menu-primary-trigger {
  border-color: #4D352E;
}
.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 #4D352E;
}
.home .menu-primary-trigger .menu-icon {
  border-color: #4D352E;
}
.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;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #4D352E;
  top: 10px;
}
.home .menu-primary-trigger .menu-icon:before {
  border-color: #4D352E;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #4D352E;
  top: 22px;
}
.home .menu-primary-trigger .menu-icon:after {
  border-color: #4D352E;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.menu-primary-trigger[aria-expanded=true] {
  border-color: #ffffff;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon {
  border: none;
  border-color: #ffffff;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon:before {
  border-color: #ffffff;
  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 {
  border-color: #ffffff;
  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: #4D352E;
}
.opener .fa-angle-up {
  display: none;
}
.active > .opener .fa-angle-up {
  display: inherit;
}
.active > .opener .fa-angle-down {
  display: none;
}

.mobile-nav-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 110;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 0 50px 0;
  padding-top: calc(var(--jm-admin-y) + 150px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #7D472F;
  background-image: url("../images/bg-home.png");
  background-blend-mode: multiply;
  -webkit-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0, -100%, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 575.98px) {
  .mobile-nav-wrapper {
    padding-top: calc(var(--jm-admin-y) + 160px);
  }
}
@media (max-width: 459.98px) {
  .mobile-nav-wrapper {
    padding-top: calc(var(--jm-admin-y) + 110px);
  }
}
.mobile-nav-wrapper.toggled {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.mobile-nav-wrapper .mobile-nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
}
.mobile-nav-wrapper .primary-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-nav-wrapper .primary-menu li.current-menu-item > a {
  color: #f2d4bc !important;
}
.mobile-nav-wrapper .primary-menu > li {
  margin: 0 0 10px 0;
  padding: 0;
}
.mobile-nav-wrapper .primary-menu > li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: "DM Serif Display", serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  border: none;
  text-shadow: none;
  text-decoration: none;
}
.mobile-nav-wrapper .primary-menu > li li {
  margin: 0;
  padding: 0;
}
.mobile-nav-wrapper .primary-menu > li li:after {
  display: none;
}
.mobile-nav-wrapper .primary-menu > li li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  background: none !important;
}
.mobile-nav-wrapper .primary-menu > li li .opener {
  font-size: 20px;
}
.mobile-nav-wrapper .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}

.site-footer {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: #ECCEAB;
  background-image: url("../images/bg-home.png");
  background-blend-mode: multiply;
}
.site-footer::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  content: "";
  width: 100%;
  height: 38px;
  background-image: url("../images/bg-content-bottom.png");
  background-repeat: repeat-x;
  background-position: top;
}
.home .site-footer::before {
  background-image: url("../images/bg-content-top-home.png");
}
.site-footer .site-footer-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 20;
  padding: 120px 0;
  color: #4d352e;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-template-rows: repeat(3, auto);
  column-gap: 0;
  row-gap: 60px;
  justify-content: start;
  align-items: start;
}
@media (max-width: 1399.98px) {
  .site-footer .site-footer-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
    row-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
    row-gap: 40px;
  }
}
@media (max-width: 479.98px) {
  .site-footer .site-footer-wrapper {
    grid-template-columns: 0.7fr 1.3fr;
    row-gap: 20px;
  }
}
.site-footer .site-footer-wrapper .footer-logo {
  position: relative;
  z-index: 10;
  grid-column: 1;
  grid-row: 1;
}
.site-footer .site-footer-wrapper .footer-logo a {
  display: inline-block;
}
.site-footer .site-footer-wrapper .footer-logo img,
.site-footer .site-footer-wrapper .footer-logo svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  max-width: 231px;
  min-width: 0;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .footer-logo img,
  .site-footer .site-footer-wrapper .footer-logo svg {
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .footer-logo img,
  .site-footer .site-footer-wrapper .footer-logo svg {
    max-width: 180px;
  }
}
.site-footer .site-footer-wrapper .footer-sidebar-1 {
  position: relative;
  z-index: 10;
  grid-column: 2;
  grid-row: 1;
}
.site-footer .site-footer-wrapper .nav-social {
  position: relative;
  z-index: 10;
  grid-column: 1/-1;
  grid-row: 2;
}
.site-footer .site-footer-wrapper .footer-last-line {
  position: relative;
  z-index: 10;
  grid-column: 1/-1;
  grid-row: 3;
  display: flex;
}
.site-footer .site-footer-wrapper .footer-menu-wrapper,
.site-footer .site-footer-wrapper .menu-footer-container {
  display: flex;
}
.site-footer .site-footer-wrapper .footer-menu,
.site-footer .site-footer-wrapper .footer-sidebar-1 .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 0 20px;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .footer-menu,
  .site-footer .site-footer-wrapper .footer-sidebar-1 .menu {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .footer-menu,
  .site-footer .site-footer-wrapper .footer-sidebar-1 .menu {
    gap: 10px;
  }
}
@media (max-width: 479.98px) {
  .site-footer .site-footer-wrapper .footer-menu,
  .site-footer .site-footer-wrapper .footer-sidebar-1 .menu {
    gap: 4px;
  }
}
.site-footer .site-footer-wrapper .footer-menu li,
.site-footer .site-footer-wrapper .footer-sidebar-1 .menu li {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-wrapper .footer-menu li a,
.site-footer .site-footer-wrapper .footer-sidebar-1 .menu li a {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  color: #4d352e;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .footer-menu li a,
  .site-footer .site-footer-wrapper .footer-sidebar-1 .menu li a {
    font-size: 20px;
  }
}
@media (max-width: 479.98px) {
  .site-footer .site-footer-wrapper .footer-menu li a,
  .site-footer .site-footer-wrapper .footer-sidebar-1 .menu li a {
    font-size: 18px;
  }
}
.site-footer .site-footer-wrapper .footer-menu li a:hover,
.site-footer .site-footer-wrapper .footer-sidebar-1 .menu li a:hover {
  color: #7d472f;
}
.site-footer .site-footer-wrapper .jm-logo {
  display: block;
}
.site-footer .site-footer-wrapper .jm-logo svg {
  display: block;
  width: 177px;
  height: auto;
}
@media (max-width: 379.98px) {
  .site-footer .site-footer-wrapper .jm-logo svg {
    width: 150px;
  }
}
.site-footer .site-footer-wrapper .jm-logo svg path, .site-footer .site-footer-wrapper .jm-logo svg polygon {
  fill: #4d352e;
}
.site-footer .site-footer-wrapper .social-menu a {
  font-size: 60px;
  line-height: 1;
  width: 60px;
  height: 60px;
  color: #4d352e;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.site-footer .site-footer-wrapper .social-menu a::before {
  font-size: 26px;
  line-height: 1;
}
.site-footer .site-footer-wrapper .social-menu a:hover {
  background-color: #ffffff;
}
.site-footer .site-footer-wrapper .site-footer-img-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-img-wrapper {
    max-width: 782px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-img-wrapper {
    max-width: 578px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .site-footer-img-wrapper {
    max-width: 425px;
  }
}
@media (max-width: 479.98px) {
  .site-footer .site-footer-wrapper .site-footer-img-wrapper {
    max-width: 85%;
    right: -30px;
  }
}
.site-footer .site-footer-wrapper .site-footer-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.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 #4D352E;
  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: #4D352E;
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 52, 65, 0.5);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption {
    position: relative;
    height: auto;
    padding: 10px 0 50px 0;
  }
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cycle-slider h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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 all and (min-width: 992px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured {
    flex-direction: row;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-thumbnail {
    width: 50%;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content {
    width: 50%;
    height: auto;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content .btn {
    margin: 0;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn {
  color: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}
.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 {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  padding: 18px 22px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #617493;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #4D352E;
  border-color: #4D352E;
  margin: auto 0 0 0;
  text-align: center;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  color: #ffffff;
  background-color: #7D472F;
  border-color: #7D472F;
}
.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: #4D352E;
}

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

.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: "\f111";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 12px;
  color: #4D352E;
}
@media screen and (max-width: 767.98px) {
  .widget-area ul li:before {
    top: 5px;
  }
}
.widget-area ul li a {
  text-decoration: none;
}

.parents-template-default .site-header,
.puppy-gallery .site-header {
  padding-bottom: 425px;
  z-index: 30;
}
@media (max-width: 1699.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 395px;
  }
}
@media (max-width: 1599.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 376px;
  }
}
@media (max-width: 1399.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 328px;
  }
}
@media (max-width: 1199.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 279px;
  }
}
@media (max-width: 991.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 206px;
  }
}
@media (max-width: 767.98px) {
  .parents-template-default .site-header,
  .puppy-gallery .site-header {
    padding-bottom: 150px;
  }
}
.parents-template-default .content-area,
.puppy-gallery .content-area {
  margin-top: 0;
}

.jm-puppy-carousel-wrapper {
  position: relative;
  margin: -425px -20px calc(var(--jm-spacer-y) * 2) -20px;
  padding: 0;
  height: auto;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1699.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -395px;
  }
}
@media (max-width: 1599.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -376px;
  }
}
@media (max-width: 1399.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -328px;
  }
}
@media (max-width: 1199.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -279px;
  }
}
@media (max-width: 991.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -206px;
  }
}
@media (max-width: 767.98px) {
  .jm-puppy-carousel-wrapper {
    margin-top: -150px;
  }
}
.jm-puppy-carousel-wrapper .jm-puppy-carousel {
  max-width: 900px;
  margin: 0 auto;
}
.jm-puppy-carousel-wrapper .jm-puppy-carousel .slick-slider .slick-center {
  z-index: 99;
}
.jm-puppy-carousel-wrapper .jm-puppy-carousel .slick-slider .slick-list {
  overflow: visible;
  padding: 0;
  z-index: 10;
}
.jm-puppy-carousel-wrapper .jm-puppy-carousel .slick-slider .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 calc(var(--jm-spacer-y) * 0.6) calc(var(--jm-spacer-y) * 1.3) 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 calc(var(--jm-spacer-y) * 0.6) calc(var(--jm-spacer-y) * 1.3) 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 calc(var(--jm-spacer-y) * 0.6) calc(var(--jm-spacer-y) * 1.3) 0 rgba(0, 0, 0, 0.2);
}
.jm-puppy-carousel-wrapper .jm-puppy-carousel .jm-puppy-carousel-slide {
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
.jm-puppy-carousel-wrapper .slick-prev, .jm-puppy-carousel-wrapper .slick-next {
  z-index: 300;
  width: 70px;
  height: 70px;
}
@media (max-width: 1199.98px) {
  .jm-puppy-carousel-wrapper .slick-prev, .jm-puppy-carousel-wrapper .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .jm-puppy-carousel-wrapper .slick-prev, .jm-puppy-carousel-wrapper .slick-next {
    top: 80%;
  }
}
.jm-puppy-carousel-wrapper .slick-prev:before, .jm-puppy-carousel-wrapper .slick-next:before {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px !important;
  background-color: #ecefff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .jm-puppy-carousel-wrapper .slick-prev:before, .jm-puppy-carousel-wrapper .slick-next:before {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
  }
}
.jm-puppy-carousel-wrapper .slick-prev {
  left: 80px;
}
@media (max-width: 1199.98px) {
  .jm-puppy-carousel-wrapper .slick-prev {
    left: 40px;
  }
}
.jm-puppy-carousel-wrapper .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-puppy-carousel-wrapper .slick-next {
  right: 80px;
}
@media (max-width: 1199.98px) {
  .jm-puppy-carousel-wrapper .slick-next {
    right: 40px;
  }
}
.jm-puppy-carousel-wrapper .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

.puppy-description-wrapper {
  margin: 0 0 var(--jm-spacer-y) 0;
}
.puppy-description-wrapper .puppy-description-boxes {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .puppy-description-wrapper .puppy-description-boxes {
    font-size: 18px;
  }
}
.puppy-description-wrapper .puppy-description-boxes .puppy-description-box {
  width: 33.333333%;
  padding: 0 10px;
  margin-bottom: var(--jm-spacer-y);
}
@media (max-width: 991.98px) {
  .puppy-description-wrapper .puppy-description-boxes .puppy-description-box {
    width: 50%;
  }
}
.puppy-description-wrapper .puppy-description-boxes .puppy-description-box.note-box {
  width: 66.666666%;
}
@media (max-width: 991.98px) {
  .puppy-description-wrapper .puppy-description-boxes .puppy-description-box.note-box {
    width: 100%;
  }
}
.puppy-description-wrapper .puppy-description-boxes .puppy-description-box h3 {
  line-height: 1;
  margin-bottom: 0;
}
.puppy-description-wrapper .puppy-description {
  margin-bottom: var(--jm-spacer-y);
}
.puppy-description-wrapper .puppy-description h3 {
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .puppy-description-wrapper .puppy-description h3 {
    margin-bottom: 20px;
  }
}
.puppy-description-wrapper .puppy-description > *:last-child {
  margin-bottom: 0;
}

.share-this-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 0 0 calc(var(--jm-spacer-y) * 2) 0;
  padding: calc(var(--jm-spacer-y) * 1.5) 20px;
}
@media (max-width: 767.98px) {
  .share-this-wrapper {
    flex-direction: column;
  }
}
.share-this-wrapper h4 {
  margin: 0 var(--jm-spacer-y) 0 0;
}
@media (max-width: 767.98px) {
  .share-this-wrapper h4 {
    text-align: center;
    margin: 0 0 var(--jm-spacer-y) 0;
  }
}

.puppy-parents-wrapper {
  position: relative;
  text-align: center;
  margin: 0 0 var(--jm-spacer-y) 0;
}
.puppy-parents-wrapper h2 {
  margin: 0 0 calc(var(--jm-spacer-y) * 1.7) 0;
}
.puppy-parents-wrapper .puppy-parents {
  display: flex;
  justify-content: center;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.puppy-parents-wrapper .puppy-parents .parent-box {
  max-width: 385px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.puppy-parents-wrapper .puppy-parents .parent-box .parent-photo-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .puppy-parents-wrapper .puppy-parents .parent-box .parent-photo-wrapper {
    margin-bottom: 10px;
  }
}
.puppy-parents-wrapper .puppy-parents .parent-box .parent-photo-wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.puppy-parents-wrapper .puppy-parents .parent-box .parent-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.puppy-parents-wrapper .puppy-parents .parent-box .parent-content-wrapper h3 {
  margin: 0 0 6px 0;
}
.puppy-parents-wrapper .puppy-parents .parent-box .parent-content-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.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: #4D352E;
  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: #4D352E;
  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: #7D472F;
}
.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: #4D352E;
  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: #4D352E;
  -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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li.slick-active button {
  background-color: #4D352E;
  border-color: #4D352E;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #4D352E;
  -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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box {
    flex-direction: column;
  }
}
.universal-container-wrapper.flex-box > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box > * {
    padding-top: 30px;
  }
}

.our-puppies-wrapper {
  position: relative;
}
.our-puppies-wrapper .our-puppies {
  display: grid;
  grid-column-gap: var(--bs-gutter-x);
  grid-row-gap: var(--jm-spacer-y);
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-columns: 1fr var(--bs-gutter-x) [4];
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}
@media (max-width: 1199.98px) {
  .our-puppies-wrapper .our-puppies {
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr var(--bs-gutter-x) [3];
  }
}
@media (max-width: 767.98px) {
  .our-puppies-wrapper .our-puppies {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr var(--bs-gutter-x) [2];
  }
}
@media (max-width: 459.98px) {
  .our-puppies-wrapper .our-puppies {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr var(--bs-gutter-x) [1];
  }
}
.our-puppies-wrapper .our-puppies .puppy-box {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-photo-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .our-puppies-wrapper .our-puppies .puppy-box .puppy-photo-wrapper {
    margin-bottom: 10px;
  }
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-photo-wrapper img {
  display: block;
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper h3 {
  margin: 0 0 6px 0;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper .puppy-btns-wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: auto;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper .puppy-btns-wrapper li {
  margin: 10px 0 0 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper .puppy-btns-wrapper li {
    margin: 5px 0 0 0;
  }
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper .puppy-btns-wrapper li .btn {
  min-width: 200px;
  justify-content: center;
  text-align: center;
}
.our-puppies-wrapper .our-puppies .puppy-box .puppy-content-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

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

.loans-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loans-wrapper .loans-title {
  font-size: 32px;
  line-height: 1.25;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-title {
    font-size: 26px;
  }
}
.loans-wrapper .loans-sub-title {
  font-size: 24px;
  line-height: 1.6;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-sub-title {
    font-size: 20px;
  }
}
.loans-wrapper .loans-value-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-value-box {
    margin-top: 10px;
  }
}
.loans-wrapper .loans-value-box .loans-value {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.loans-wrapper .loans-value-box sup {
  display: block;
  font-size: 38px;
  line-height: 40px;
  top: auto;
}
.loans-wrapper .loans-value-box sub {
  display: block;
  font-size: 20px;
  line-height: 40px;
  bottom: auto;
}

.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: #4D352E;
  -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: #4D352E;
  font: italic normal 900 24px/24px "DM Serif Display", serif;
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #4D352E;
  font: normal normal 600 14px/24px "Poppins", 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: #4D352E;
}
.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: #4D352E;
}

.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 blockquote {
  background-color: #4D352E;
  -webkit-border-radius: 8px 8px 8px 0;
  -moz-border-radius: 8px 8px 8px 0;
  border-radius: 8px 8px 8px 0;
  flex: 1 0;
  padding: 40px;
  margin: 0 0 40px 0;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 20px;
  }
}
.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 blockquote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 20px solid #4D352E;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h4.title,
.jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-size: 16px;
  font-weight: 400;
}

.jm-images-carousel-wrapper {
  position: relative;
  margin: 0 -20px;
  padding: 0;
  height: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .jm-images-carousel-wrapper:before {
    background-color: #7D472F;
    content: "";
    display: block;
    height: 101%;
    position: absolute;
    left: -10000%;
    top: 0;
    width: 10000%;
    z-index: 100;
    margin: -1px 0 0 0;
  }
}
.jm-images-carousel-wrapper .jm-images-carousel .slick-slider .slick-center {
  z-index: 99;
}
.jm-images-carousel-wrapper .jm-images-carousel .slick-slider .slick-list {
  overflow: visible;
  padding: 0;
  z-index: 10;
}
.jm-images-carousel-wrapper .jm-images-carousel .slick-slider .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.jm-images-carousel-wrapper .jm-images-carousel .jm-images-carousel-slide {
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
.jm-images-carousel-wrapper .jm-carousel-arrow {
  margin: calc(var(--jm-spacer-y) * 0.5) 0 0 0;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #F1E3D3;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1399.98px) {
  .jm-images-carousel-wrapper .jm-carousel-arrow {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 1399.98px) {
  .jm-images-carousel-wrapper .jm-carousel-arrow {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .jm-images-carousel-wrapper .jm-carousel-arrow {
    justify-content: center;
    margin: 20px 0 0 0;
  }
}
.jm-images-carousel-wrapper .jm-carousel-arrow .jm-carousel-counter {
  padding: 0;
  text-align: center;
  white-space: nowrap;
  color: #F1E3D3;
}
.jm-images-carousel-wrapper .jm-carousel-arrow .jm-carousel-arrow-prev,
.jm-images-carousel-wrapper .jm-carousel-arrow .jm-carousel-arrow-next {
  width: 70px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}
.jm-images-carousel-wrapper .jm-carousel-arrow .jm-carousel-arrow-prev {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2234%22%20viewBox%3D%220%200%2070%2034%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.2862%2017.7085L26.1006%2023.7067C26.2827%2023.8945%2026.5296%2024%2026.787%2024C27.0445%2024%2027.2914%2023.8945%2027.4735%2023.7067C27.6555%2023.5189%2027.7578%2023.2642%2027.7578%2022.9986C27.7578%2022.733%2027.6555%2022.4783%2027.4735%2022.2905L23.3138%2018.0009H49.0309C49.2879%2018.0009%2049.5344%2017.8956%2049.7162%2017.7081C49.8979%2017.5207%2050%2017.2664%2050%2017.0012C50%2016.7361%2049.8979%2016.4818%2049.7162%2016.2944C49.5344%2016.1069%2049.2879%2016.0016%2049.0309%2016.0016H23.3138L27.4718%2011.7095C27.6539%2011.5217%2027.7562%2011.267%2027.7562%2011.0014C27.7562%2010.7358%2027.6539%2010.4811%2027.4718%2010.2933C27.2898%2010.1055%2027.0429%2010%2026.7854%2010C26.528%2010%2026.2811%2010.1055%2026.099%2010.2933L20.2846%2016.2915C20.1943%2016.3845%2020.1226%2016.495%2020.0738%2016.6166C20.0249%2016.7383%2019.9999%2016.8687%2020%2017.0003C20.0002%2017.132%2020.0255%2017.2624%2020.0746%2017.3839C20.1238%2017.5054%2020.1957%2017.6158%2020.2862%2017.7085Z%22%20fill%3D%22%23F1E3D3%22%2F%3E%3C%2Fsvg%3E");
}
.jm-images-carousel-wrapper .jm-carousel-arrow .jm-carousel-arrow-next {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2234%22%20viewBox%3D%220%200%2070%2034%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M49.7138%2017.7085L43.8994%2023.7067C43.7173%2023.8945%2043.4704%2024%2043.213%2024C42.9555%2024%2042.7086%2023.8945%2042.5265%2023.7067C42.3445%2023.5189%2042.2422%2023.2642%2042.2422%2022.9986C42.2422%2022.733%2042.3445%2022.4783%2042.5265%2022.2905L46.6862%2018.0009H20.9691C20.7121%2018.0009%2020.4656%2017.8956%2020.2838%2017.7081C20.1021%2017.5207%2020%2017.2664%2020%2017.0012C20%2016.7361%2020.1021%2016.4818%2020.2838%2016.2944C20.4656%2016.1069%2020.7121%2016.0016%2020.9691%2016.0016H46.6862L42.5282%2011.7095C42.3461%2011.5217%2042.2438%2011.267%2042.2438%2011.0014C42.2438%2010.7358%2042.3461%2010.4811%2042.5282%2010.2933C42.7102%2010.1055%2042.9571%2010%2043.2146%2010C43.472%2010%2043.7189%2010.1055%2043.901%2010.2933L49.7154%2016.2915C49.8057%2016.3845%2049.8774%2016.495%2049.9262%2016.6166C49.9751%2016.7383%2050.0001%2016.8687%2050%2017.0003C49.9998%2017.132%2049.9745%2017.2624%2049.9254%2017.3839C49.8762%2017.5054%2049.8043%2017.6158%2049.7138%2017.7085Z%22%20fill%3D%22%23F1E3D3%22%2F%3E%3C%2Fsvg%3E");
}

.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: #4D352E;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active {
  border-color: #4D352E;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active:before {
  background-color: #4D352E;
}

.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: calc(var(--jm-spacer-y) * 2) !important;
}

.z-index-100 {
  z-index: 100;
}

body .wpb_content_element {
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  body .wpb_content_element {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  body .wpb_content_element {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  body .wpb_content_element {
    margin-bottom: 20px;
  }
}

/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  color: #4D352E;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #f1eee4;
}
body.home {
  background-color: #7D472F;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

td, th {
  color: #4D352E;
  text-align: left;
  vertical-align: top;
}

p {
  margin: 0 0 32px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  p {
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 28.8px;
  }
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 25.6px;
  }
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 32px 0;
  padding: 0;
  border-bottom: 1px solid #4D352E;
}

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

h1 {
  color: #4D352E;
  font: 400 80px/1.125 "DM Serif Display", serif;
  margin: 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  color: #4D352E;
  font: 400 60px/1.4 "DM Serif Display", serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1699.98px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 40px;
  }
}
h2.vc_custom_heading {
  margin-bottom: 50px;
}
@media (max-width: 1399.98px) {
  h2.vc_custom_heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  h2.vc_custom_heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  h2.vc_custom_heading {
    margin-bottom: 20px;
  }
}
h2 a {
  color: #4D352E;
  text-decoration: none;
}

h3 {
  color: #4D352E;
  font: 400 40px/1.3 "DM Serif Display", serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1699.98px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 26px;
  }
}
h3 a {
  color: #4D352E;
  text-decoration: none;
}
h3 a:hover {
  color: #4D352E;
}

h4 {
  color: #4D352E;
  font: 400 30px/1.3 "DM Serif Display", serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1699.98px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  color: #4D352E;
  font: 400 22px/1.2 "DM Serif Display", serif;
  margin: 0 0 16px 0;
  padding: 0;
}

h6 {
  color: #4D352E;
  font: 500 20px/1.2 "DM Serif Display", serif;
  margin: 0 0 16px 0;
  padding: 0;
}

body.toggled .site {
  position: fixed;
  height: 100.01%;
}
body.toggled .site .site-header {
  z-index: 50;
}
body.toggled .site .jm-puppy-carousel-wrapper {
  margin-top: 0;
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  text-align: left;
  overflow: clip;
}
.site .site-wrapper {
  flex: 1 0 auto;
}

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

.inverted * {
  color: #F1E3D3;
}
.inverted a:not(.btn) {
  color: #F1E3D3;
}
.inverted a:not(.btn):hover {
  color: #4D352E;
}

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

.content-indent {
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 1399.98px) {
  .content-indent {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .content-indent {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .content-indent {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.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: 120px;
}
@media (max-width: 1399.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: 100px;
  }
}
@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: 80px;
  }
}
@media (max-width: 767.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: 60px;
  }
}
.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: 70px;
}
@media (max-width: 1399.98px) {
  .content-indent-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .content-indent-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .content-indent-bottom {
    padding-bottom: 40px;
  }
}
.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: 120px 0;
}
@media (max-width: 1399.98px) {
  .content-area,
  .widget-area {
    margin: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .content-area,
  .widget-area {
    margin: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .content-area,
  .widget-area {
    margin: 60px 0;
  }
}
.wpb-post .content-area,
.wpb-post .widget-area {
  margin: 0;
}
.home .content-area,
.home .widget-area {
  margin: 0;
}

.title-section {
  position: relative;
  padding: 70px 0 70px 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 1699.98px) {
  .title-section {
    padding: 40px 0 60px 0;
  }
}
.title-section h1 {
  margin: 0;
}

.jm-reviews-feed-wrapper {
  position: relative;
}
.jm-reviews-feed-wrapper .review-box {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: var(--jm-spacer-y) var(--bs-gutter-x);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5) !important;
}
.jm-reviews-feed-wrapper .review-box h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: calc(var(--jm-spacer-y) * 0.7);
}
.jm-reviews-feed-wrapper .review-box h4 i {
  color: #62688c;
}
.jm-reviews-feed-wrapper .review-box blockquote {
  margin: 0 0 calc(var(--jm-spacer-y) * 0.7) 0;
  padding: 0;
}
.jm-reviews-feed-wrapper .review-box .review-gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -20px;
}
.jm-reviews-feed-wrapper .review-box .review-gallery li {
  width: 170px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  .jm-reviews-feed-wrapper .review-box .review-gallery li {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  .jm-reviews-feed-wrapper .review-box .review-gallery li {
    width: 33.333333%;
  }
}
@media (max-width: 379.98px) {
  .jm-reviews-feed-wrapper .review-box .review-gallery li {
    width: 50%;
  }
}
.jm-reviews-feed-wrapper .review-box .review-gallery li img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-reviews-feed-wrapper .write-review-box {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 3px dashed #fffcf4;
  background-color: #eae6d8;
  padding: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jm-reviews-feed-wrapper .wp-pagenavi {
  margin-top: var(--jm-spacer-y);
}

body .fancybox-bg {
  background-color: #5a6082;
}

body .fancybox-button svg path {
  fill: #ffffff;
}

#write-review-box-popup {
  margin: 60px 0;
  padding: 0;
  width: 950px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: transparent;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
}
#write-review-box-popup .gform_wrapper {
  display: flex;
  flex-direction: column;
}
#write-review-box-popup .gform_wrapper .gform_validation_errors {
  position: relative;
  order: 10;
  margin: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x) 0 var(--bs-gutter-x);
  width: auto;
  border: none;
  padding: 14px 19px;
}
#write-review-box-popup .gform_wrapper .gform_validation_errors:before {
  position: absolute;
  content: "";
  top: calc(-0.8 * var(--jm-spacer-y));
  bottom: 0;
  left: calc(-1 * var(--bs-gutter-x));
  right: calc(-1 * var(--bs-gutter-x));
  background-color: #fff;
  z-index: -1;
}
#write-review-box-popup .gform_wrapper .gform_validation_errors h2 {
  font-size: 16px;
}
#write-review-box-popup .gform_heading {
  order: 1;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  background-color: #595f81;
  padding: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x);
}
#write-review-box-popup .gform_heading h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1;
}
#write-review-box-popup .gform_heading p {
  display: none;
}
#write-review-box-popup form {
  order: 20;
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  padding: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x);
}
#write-review-box-popup form .gform_fields {
  grid-row-gap: 30px;
}
#write-review-box-popup form .gfield_description {
  font-size: 12px;
}
#write-review-box-popup form .gfield_description.validation_message {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 19px;
}
#write-review-box-popup form .ginput_preview_list {
  margin-top: 14px;
}
#write-review-box-popup form .ginput_preview_list .ginput_preview {
  margin: 0;
  font-size: 14px;
}
#write-review-box-popup form .gpfup__files {
  font-size: 14px;
}
#write-review-box-popup form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #4D352E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #d5d5d5;
  padding: 13px 18px;
}
#write-review-box-popup form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, #write-review-box-popup form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: #595f81;
}
#write-review-box-popup form 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;
}
#write-review-box-popup form 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 #4D352E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
  line-height: 1.5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #d5d5d5;
  padding: 13px 18px;
}
#write-review-box-popup form textarea:focus, #write-review-box-popup form textarea:active {
  border-color: #595f81;
}
#write-review-box-popup form textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
#write-review-box-popup form .gfield--type-text,
#write-review-box-popup form .gfield--type-email,
#write-review-box-popup form .gfield--type-textarea {
  position: relative;
  padding-top: 7px;
}
#write-review-box-popup form .gfield--type-text .gfield_label,
#write-review-box-popup form .gfield--type-email .gfield_label,
#write-review-box-popup form .gfield--type-textarea .gfield_label {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  padding: 0 7px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-weight: 600;
}
#write-review-box-popup form .gpfup__files {
  display: flex;
}
@media (max-width: 767.98px) {
  #write-review-box-popup form .gpfup__files {
    flex-wrap: wrap;
  }
}
#write-review-box-popup form .gpfup__files li.gpfup__file {
  width: 20%;
  position: relative;
  border: none;
}
@media (max-width: 767.98px) {
  #write-review-box-popup form .gpfup__files li.gpfup__file {
    width: 33.333333%;
  }
}
@media (max-width: 575.98px) {
  #write-review-box-popup form .gpfup__files li.gpfup__file {
    width: 50%;
  }
}
@media (max-width: 379.98px) {
  #write-review-box-popup form .gpfup__files li.gpfup__file {
    width: 100%;
  }
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__preview {
  width: 100%;
  min-height: 130px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1eee4;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__preview * {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__preview img {
  width: 100%;
  height: 100%;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__file-info {
  display: none;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__file-actions {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #c43c3c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__file-actions button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__file-actions svg {
  width: 20px;
  height: 20px;
}
#write-review-box-popup form .gpfup__files li.gpfup__file .gpfup__file-actions svg path {
  fill: white;
}

.success-wrapper {
  display: flex;
  flex-direction: column;
}
.success-wrapper .success-header {
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  background-color: #595f81;
  padding: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x);
}
.success-wrapper .success-header h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1;
}
.success-wrapper .success-content {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-image: url("../images/bg-success.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  padding: calc(var(--jm-spacer-y) * 0.8) var(--bs-gutter-x);
  min-height: 440px;
}
@media (max-width: 991.98px) {
  .success-wrapper .success-content {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .success-wrapper .success-content {
    min-height: 290px;
  }
}
@media (max-width: 575.98px) {
  .success-wrapper .success-content {
    background-image: none;
  }
}
.success-wrapper .success-content .success-content-left {
  width: 40%;
}
@media (max-width: 575.98px) {
  .success-wrapper .success-content .success-content-left {
    width: 100%;
    text-align: center;
  }
}
.success-wrapper .success-content h2 {
  color: #4c5171;
}
@media (max-width: 575.98px) {
  .success-wrapper .success-content * {
    text-align: center;
  }
}
.success-wrapper .success-content *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map?ver=686937ca8287 */