@charset "UTF-8";
/* Default */
/*-----------------------*/
/*--- # Accessibility ---*/
/*-----------------------*/
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Helpers */
/* Colours */
/* Typography */
.resource-box-inner:before, .link-box-img:after, .team-hover:before, .hp-overlay-media:before, .overlay-media:before, .homepage-hero:before, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .cta-img:before, .lead-img:before, .header-media:before, .list-box-img:before, .hp-modal-img:before, .cta-modal-img:before, .btn:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before, .wp-block-button.is-style-outline .wp-block-button__link:before, #login .button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.sticky-el {
  position: sticky;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

/* Animations */
.faderight,
.fade-children.faderight > *, .fadeleft,
.fade-children.fadeleft > *, .fadedown,
.fade-children.fadedown > *, .fadeup,
.fade-children.fadeup > * {
  opacity: 0;
  transition: opacity 0.75s ease-out 0.3s, transform 0.75s ease-out 0.3s;
}

.default-transition, a, .btn, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, #login .button-primary {
  transition: all 0.75s ease-out;
}

.short-transition, #masthead, .gfield_label {
  transition: all 0.2s ease-out !important;
}

.long-transition {
  transition: all 1.5s ease-out !important;
}

.fadein {
  opacity: 0;
  transition: opacity 0.75s ease-out 0.3s;
}

.fade-children > * {
  opacity: 0;
  transition: opacity 0.75s ease-out;
}

.slowfade {
  transition-duration: 1.5s !important;
}

.fadeup,
.fade-children.fadeup > * {
  transform: translateY(20px);
}

.fadedown,
.fade-children.fadedown > * {
  transform: translateY(-20px);
}

.fadeleft,
.fade-children.fadeleft > * {
  transform: translateX(20px);
}

.faderight,
.fade-children.faderight > * {
  transform: translateX(-20px);
}

.fadein.animated {
  opacity: 1;
}

.modal-animate,
.faderight.animated,
.fadeleft.animated,
.fadeup.animated,
.fadedown.animated,
.fade-children.animated > * {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.animate-media {
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 1s ease-out 0.3s;
}
.animate-media.animated {
  clip-path: inset(0% 0% 0% 0%);
}

.d1 {
  transition-delay: 0.5s !important;
}

.d2 {
  transition-delay: 0.7s !important;
}

.d3 {
  transition-delay: 0.9s !important;
}

.d4 {
  transition-delay: 1.1s !important;
}

.parallax-image {
  overflow: hidden;
  position: relative;
}
.parallax-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transform-origin: top;
}

/** # Responsive **/
@media (max-width: 991px) {
  .d1, .d2, .d3, .d4 {
    transition-delay: 0.3s !important;
  }
}
/* Helpers */
.object-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.object-top {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  object-position: top !important;
}

.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.span-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.span-section {
  padding: 0 150px;
}
.span-section .container {
  padding: 0;
}

.box-shadow, .toggle-arrow, #masthead.header-scroll, .slick-arrow, blockquote {
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.o5 {
  opacity: 0.05;
}

.o10 {
  opacity: 0.1;
}

.o15 {
  opacity: 0.15;
}

.o20 {
  opacity: 0.2;
}

.o25 {
  opacity: 0.25;
}

.o30 {
  opacity: 0.3;
}

.o35 {
  opacity: 0.35;
}

.o40 {
  opacity: 0.4;
}

.o45 {
  opacity: 0.45;
}

.o50 {
  opacity: 0.5;
}

.o55 {
  opacity: 0.55;
}

.o60 {
  opacity: 0.6;
}

.o65 {
  opacity: 0.65;
}

.o70 {
  opacity: 0.7;
}

.o75 {
  opacity: 0.75;
}

.o80 {
  opacity: 0.8;
}

.o85 {
  opacity: 0.85;
}

.o90 {
  opacity: 0.9;
}

.o95 {
  opacity: 0.95;
}

.o100 {
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .span-section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .span-section {
    padding: 0 15px;
  }
}
/* Helpers */
a {
  color: #E43926;
  font-weight: 600;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #B96049;
  text-decoration: none;
}

.btn, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  font-family: "Raleway", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  padding: 17px 20px;
  line-height: 1;
  min-height: 75px;
  min-width: 260px;
  border-radius: 0;
  border: 2px solid #E43926;
  overflow: hidden;
  position: relative;
  outline: none !important;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  text-shadow: none;
}
.btn:before, #login .button-primary:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:before {
  background: linear-gradient(225deg, #B96049, #E43926);
  z-index: -1;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.btn:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  border-color: #E43926 !important;
}
.btn:hover:before, #login .button-primary:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover:before, .btn:focus:before, #login .button-primary:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus:before, .btn:active:before, #login .button-primary:active:before, .wp-block-button.is-style-outline .wp-block-button__link:active:before, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active:before {
  opacity: 1;
}

.btn-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background-color: #E43926;
  color: #fff;
}
.btn-primary:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .btn-primary:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .btn-primary:active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background: #E43926;
  color: #fff;
}

.btn-secondary, #login .button-primary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-color: #fff;
  color: #fff;
}
.btn-secondary:hover, #login .button-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:focus, #login .button-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus, .btn-secondary:active, #login .button-primary:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
  background: #E43926;
  color: #fff;
}

/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #login .button-primary, .wp-block-button:not(.is-style-outline) .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
/* Helpers */
/******* Fonts *******/
/** woff/woff2 only **/
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Italic.woff2") format("woff2"), url("../fonts/hinted-Raleway-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Bold.woff2") format("woff2"), url("../fonts/hinted-Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Medium.woff2") format("woff2"), url("../fonts/hinted-Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-Regular.woff2") format("woff2"), url("../fonts/hinted-Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/hinted-Raleway-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Raleway-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #250609;
  overflow-x: hidden;
}

p:empty {
  display: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
}

h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.15;
}

h1, .h1 {
  font-size: 3.3rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.3rem;
}

h4, .h4 {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 1.3rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

.h6 {
  line-height: 1.5;
}

.body-size {
  font-size: 1rem;
}

.body-plus {
  font-size: 1.1rem;
}

small, .small {
  font-size: 0.8rem;
}

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

.text-uppercase {
  letter-spacing: 0.07rem;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  text-transform: none;
}

.body {
  font-family: "Raleway", sans-serif;
}

.light {
  font-weight: 100;
}

.med {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.heavy {
  font-weight: 900;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #250609;
}

.primary-text {
  color: #E43926;
}

.secondary-text {
  color: #B96049;
}

.lightgrey-text {
  color: #F4D8BB;
}

.medgrey-text {
  color: #97837C;
}

.wp-block-pullquote {
  padding: 0 !important;
}

blockquote {
  min-height: 150px;
  margin: 30px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to bottom, #250609, #250609 15%, #E43926);
  color: #F4D8BB !important;
  padding: 30px;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote a {
  font-weight: bold;
  text-decoration: underline;
  color: #F4D8BB;
}
blockquote a:hover, blockquote a:focus, blockquote a:active {
  text-decoration: none;
  color: rgb(252.5215189873, 246.2126582278, 239.6784810127);
}

/** # Responsive **/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.7rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  blockquote {
    padding: 25px 20px;
    min-height: unset;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  margin: 30px 0;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.wp-element-caption {
  font-size: 0.8rem;
  font-style: italic;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery.gallery-size-thumbnail .gallery-item {
  width: auto;
  min-width: unset;
}

.gallery-item {
  width: 16.6666666667%;
  min-width: 16.6666666667%;
  margin: 0;
}
.gallery-item a {
  display: block;
  height: 100%;
  border: 5px solid transparent;
  position: relative;
}
.gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(37, 6, 9, 0.4);
  transition: all 0.4s ease-out;
  opacity: 0;
}
.gallery-item a:hover:after, .gallery-item a:focus:after, .gallery-item a:active:after {
  opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #E43926 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #E43926 !important;
}

.overlay-bg {
  background-color: #250609;
  color: #fff;
}

.lightgrey-bg {
  background-color: #F4D8BB;
}
.lightgrey-bg + .lightgrey-bg {
  padding-top: 0;
}
.lightgrey-bg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-color: #97837C !important;
}

.xlightgrey-bg {
  background-color: rgb(252.5215189873, 246.2126582278, 239.6784810127);
}
.xlightgrey-bg + .xlightgrey-bg {
  padding-top: 0;
}

.medgrey-bg {
  background-color: #97837C;
}
.medgrey-bg + .medgrey-bg {
  padding-top: 0;
}

.black-bg {
  background-color: #250609;
  color: #fff;
}
.black-bg + .black-bg {
  padding-top: 0;
}
.black-bg blockquote {
  color: #250609 !important;
  background: linear-gradient(to bottom, #fff, #F4D8BB);
}
.black-bg blockquote a {
  color: #97837C;
}
.black-bg blockquote a:hover, .black-bg blockquote a:focus, .black-bg blockquote a:active {
  text-decoration: none;
  color: #E43926;
}

.primary-bg {
  background-color: #E43926;
}
.primary-bg + .primary-bg {
  padding-top: 0;
}

.secondary-bg {
  background-color: #B96049;
}
.secondary-bg + .secondary-bg {
  padding-top: 0;
}

.white-bg {
  background-color: #fff;
  color: #250609;
}

.gradient-bg {
  background: linear-gradient(to bottom, #250609, #E43926);
}

.modal-content {
  border: 0;
  border-radius: 0;
  position: relative;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 2;
  background-image: none;
}

.wp-block-social-links .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-social-link a {
  background-color: #E43926;
  border-radius: 100%;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  fill: #E43926;
  color: #E43926;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  background-color: transparent;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  background-color: #E43926;
  border-radius: 20px;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.slick-dots:has(li:first-child:last-child) {
  display: none;
}
.slick-dots li {
  margin: 0 4px;
  line-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  text-indent: -9999px;
  border: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #250609;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  opacity: 1;
}

.slick-arrow {
  padding: 0;
  border: 0;
  background-color: #250609;
  color: #E43926;
  font-size: 0.8rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.8;
}

.primary-arrows .slick-arrow {
  background-color: #E43926;
  color: #fff;
}

.white-arrows .slick-arrow {
  background-color: #fff;
  color: #E43926;
}

.row-header {
  margin-bottom: 25px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #page {
    overflow: hidden;
  }
  .video-overlay svg {
    width: 90px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.art-ratio-1x1 {
  aspect-ratio: 1/1;
}

.art-ratio-3x2 {
  aspect-ratio: 3/2;
}

.art-ratio-2x3 {
  aspect-ratio: 2/3;
}

.art-ratio-25x3 {
  aspect-ratio: 2.5/3;
}

.art-ratio-3x25 {
  aspect-ratio: 3/2.5;
}

.art-ratio-4x3 {
  aspect-ratio: 4/3;
}

.art-ratio-3x4 {
  aspect-ratio: 3/4;
}

.art-ratio-7x5 {
  aspect-ratio: 7/5;
}

.art-ratio-5x7 {
  aspect-ratio: 5/7;
}

.art-ratio-16x9 {
  aspect-ratio: 16/9;
}

.art-ratio-18x9 {
  aspect-ratio: 18/9;
}

.art-ratio-21x9 {
  aspect-ratio: 21/9;
}

/* -sm- */
@media (min-width: 567px) {
  .art-ratio-sm-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-sm-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-sm-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-sm-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-sm-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-sm-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-sm-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-sm-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-sm-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-sm-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-sm-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-sm-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-sm-unset {
    aspect-ratio: unset;
  }
}
/* -md- */
@media (min-width: 768px) {
  .art-ratio-md-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-md-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-md-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-md-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-md-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-md-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-md-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-md-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-md-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-md-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-md-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-md-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-md-unset {
    aspect-ratio: unset;
  }
}
/* -lg- */
@media (min-width: 992px) {
  .art-ratio-lg-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-lg-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-lg-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-lg-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-lg-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-lg-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-lg-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-lg-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-lg-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-lg-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-lg-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-lg-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-lg-unset {
    aspect-ratio: unset;
  }
}
/* -xl- */
@media (min-width: 1200px) {
  .art-ratio-xl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xl-unset {
    aspect-ratio: unset;
  }
}
/* -xxl- */
@media (min-width: 1400px) {
  .art-ratio-xxl-1x1 {
    aspect-ratio: 1/1;
  }
  .art-ratio-xxl-3x2 {
    aspect-ratio: 3/2;
  }
  .art-ratio-xxl-2x3 {
    aspect-ratio: 2/3;
  }
  .art-ratio-xxl-25x3 {
    aspect-ratio: 2.5/3;
  }
  .art-ratio-xxl-3x25 {
    aspect-ratio: 3/2.5;
  }
  .art-ratio-xxl-4x3 {
    aspect-ratio: 4/3;
  }
  .art-ratio-xxl-3x4 {
    aspect-ratio: 3/4;
  }
  .art-ratio-xxl-7x5 {
    aspect-ratio: 7/5;
  }
  .art-ratio-xxl-5x7 {
    aspect-ratio: 5/7;
  }
  .art-ratio-xxl-16x9 {
    aspect-ratio: 16/9;
  }
  .art-ratio-xxl-18x9 {
    aspect-ratio: 18/9;
  }
  .art-ratio-xxl-21x9 {
    aspect-ratio: 21/9;
  }
  .art-ratio-xxl-unset {
    aspect-ratio: unset;
  }
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
select {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #250609;
  padding: 5px 8px;
  height: 70px;
  font-size: 1rem !important;
  color: #250609;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus-visible,
select:focus-visible {
  outline: none !important;
}

textarea {
  border-radius: 0;
  border: 1px solid #250609;
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #250609;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #250609;
  background-color: #fff;
}
select:focus-visible {
  outline: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 57, 38, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(228, 57, 38, 0.6);
}

button {
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.gform_wrapper {
  text-align: left;
}

.gform_validation_container,
.gform_required_legend,
.gfield_visibility_hidden,
.gfield_validation_message {
  display: none !important;
}

.gform_validation_errors {
  border-radius: 0 !important;
}
.gform_validation_errors > h2 {
  font-size: 1rem !important;
  font-family: "Raleway", sans-serif !important;
}

.gfield_description {
  font-size: 0.6rem !important;
  margin-top: 5px;
  font-style: italic;
}

.gform_fileupload_rules {
  display: block;
  font-size: 0.7rem !important;
  font-style: italic;
  padding-top: 0 !important;
  margin-top: 4px !important;
}

.gfield--type-consent .gfield_label {
  display: none !important;
}
.gfield--type-consent .gform-field-label {
  font-size: 0.6rem !important;
}

.gfield--input-type-datepicker .ginput_container_date::after {
  color: #fff !important;
}

.gfield--input-type-datepicker ::placeholder {
  color: transparent !important;
}

.gform-datepicker {
  min-width: 100% !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #250609 !important;
  text-align-last: left !important;
  padding: 5px !important;
}

.ui-datepicker-month {
  min-width: 120px !important;
  margin-right: 10px !important;
}

.ui-datepicker-year {
  min-width: 85px !important;
}

.ui-datepicker-title select {
  height: 35px !important;
  font-size: 0.8rem !important;
  background: #fff url("../images/angle-down.svg") right 12px center no-repeat !important;
  background-size: 12px !important;
}

.ui-datepicker table td a {
  border: 0 !important;
}
.ui-datepicker table td a.ui-state-active {
  background-color: #E43926 !important;
}
.ui-datepicker table td a.ui-state-highlight, .ui-datepicker table td a:hover, .ui-datepicker table td a:focus, .ui-datepicker table td a:active {
  background-color: #B96049;
}

.ginput_container_time {
  min-width: 75px !important;
  max-width: 75px !important;
}
.ginput_container_time input {
  padding: 10px 15px !important;
}
.ginput_container_time select {
  padding: 5px 15px 0 !important;
  min-width: 85px;
}

.gfield--type-html {
  line-height: 0.7;
  margin-top: -5px;
  margin-bottom: 12px;
}

.gform_footer {
  justify-content: flex-end;
  padding: 0 !important;
  margin-top: 12px !important;
}

.gfield_required,
.required {
  color: #E43926 !important;
}

.gfield {
  position: relative;
}
.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.gfield select,
.gfield textarea {
  padding: 15px 15px 5px !important;
}
.gfield select {
  color: transparent;
}
.gfield input[type=file] {
  font-size: 0.8rem;
}
.gfield.input--filled select {
  color: #250609;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-size: 0.7rem !important;
}

.ginput_complex select {
  color: #250609 !important;
}

.gfield_label,
label, .label {
  font-size: 0.8rem !important;
  color: #250609 !important;
  font-weight: normal !important;
}

.gfield_label {
  position: absolute;
  left: 15px;
  top: 20px;
  margin: 0 !important;
}
.gfield_label.no-animate {
  position: static;
  font-size: 0.7rem !important;
}

.gfield.input--filled .gfield_label {
  top: 2px !important;
  font-size: 0.7rem !important;
}

.white-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]),
.white-form textarea {
  border: 1px solid #fff !important;
  color: #fff;
}
.white-form select {
  background: transparent url("../images/angle-down-white.svg") right 15px center no-repeat;
  background-size: 12px;
  color: transparent;
  border: 1px solid #fff !important;
}
.white-form .gfield {
  position: relative;
}
.white-form .gfield.input--filled select {
  color: #fff;
}
.white-form .ginput_complex select {
  color: #fff !important;
}
.white-form .gfield_label,
.white-form label, .white-form .label {
  color: #fff !important;
}
.white-form .gform_button {
  color: #fff;
}

/* Widgets */
.wp-block-categories__label,
.widget-title {
  display: none !important;
}

.widget-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -15px;
}
.widget-area .widget {
  width: 50%;
  min-width: 50%;
  padding: 0 15px;
  position: relative;
}

.search-form {
  position: relative;
}

#search_form .search-field {
  width: 100%;
  padding-right: 40px !important;
  color: #250609;
  background-color: #fff !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 10px 0;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #E43926 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #B96049 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #250609;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.search-form :-moz-placeholder {
  color: #250609;
  font-size: 1rem !important;
  font-weight: 500 !important;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #250609;
  font-size: 1rem !important;
  font-weight: 500 !important;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #250609;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.search-form ::-ms-input-placeholder {
  color: #250609;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.widget select {
  width: 100%;
  color: #250609;
  background-color: #fff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .widget-area {
    display: block !important;
  }
  .widget-area .widget {
    width: 100%;
    min-width: 100%;
    margin: 10px 0;
  }
  .widget-area .widget + .widget {
    margin-top: 15px;
  }
}
/*---------------------------*/
/*--- ## Paged Pagination ---*/
/*---------------------------*/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination, .paging-navigation > div {
  font-size: 0;
  justify-content: center;
}
.paging-navigation .pagination:empty, .paging-navigation > div:empty {
  display: none;
}

.page-numbers {
  display: inline-block;
  width: 20px;
  text-align: center;
  background-color: transparent;
  color: #250609;
  margin: 0 6px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #E43926;
}
.page-numbers.next, .page-numbers.prev {
  color: #E43926;
  margin: 0;
  font-size: 20px;
}

/*----------------------------*/
/*--- ## Single Pagination ---*/
/*----------------------------*/
.post-navigation .pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 0;
  width: 100%;
}
.post-navigation .pagination .nav-previous,
.post-navigation .pagination .nav-next {
  display: inline-block;
}
.post-navigation .pagination .nav-previous a,
.post-navigation .pagination .nav-next a {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: #250609;
}
.post-navigation .pagination .nav-previous a:hover, .post-navigation .pagination .nav-previous a:focus, .post-navigation .pagination .nav-previous a:active,
.post-navigation .pagination .nav-next a:hover,
.post-navigation .pagination .nav-next a:focus,
.post-navigation .pagination .nav-next a:active {
  color: #E43926;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #250609;
  margin-top: 25px;
}

.language-switcher {
  display: none !important;
}

.login {
  background-size: cover;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
}
.login .privacy-policy-page-link {
  margin: 30px 0 0;
}
.login h1.admin-email__heading {
  font-size: 1.4rem;
  color: #fff;
}

#login {
  width: 450px;
  padding: 35px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #250609;
}
#login h1 a {
  width: 300px;
  background-size: 300px;
  height: 50px;
  margin-bottom: 0;
}
#login p {
  text-align: left;
}
#login form {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 45px 0 15px;
}
#login form label {
  color: #fff !important;
  font-size: 0.9rem;
}
#login form input:not([type=submit]) {
  background-color: #fff !important;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #E43926 !important;
  border: 0;
  box-shadow: none;
  transform: scale(1.3);
  margin-left: 2px;
}

#nav,
#backtoblog {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
  font-size: 18px;
}
#nav a,
#backtoblog a {
  color: #E43926 !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #B96049 !important;
}

.privacy-policy-page-link {
  margin-top: 10px !important;
}

.privacy-policy-link {
  color: #E43926 !important;
  font-size: 16px;
  text-decoration: none;
}
.privacy-policy-link:hover, .privacy-policy-link:focus, .privacy-policy-link:active {
  color: #B96049 !important;
}

.navbar-toggler {
  display: none;
}

#main-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 60px;
  transition: all 0.2s ease-out;
}

.header-scroll #main-menu {
  padding-top: 8px;
  padding-bottom: 8px;
}

.primary-nav {
  padding: 0;
}

.main-menu {
  justify-content: space-between;
  width: 100%;
}
.main-menu > li {
  flex: unset !important;
}
.main-menu > li > a {
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: 600;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  border: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #E43926;
  border-bottom: 1px solid #E43926;
  transform: rotate(45deg);
  margin-left: 7px;
  display: inline-block;
}
.main-menu > li:focus > a, .main-menu > li:hover > a, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent:focus > a, .main-menu > .current-menu-parent:hover > a, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item:focus > a, .main-menu > .current-menu-item:hover > a, .main-menu > li > a:focus, .main-menu > li > a:hover, .main-menu > .current-menu-parent > a, .main-menu > .current-menu-parent > a:focus, .main-menu > .current-menu-parent > a:hover, .main-menu > .current-menu-item > a, .main-menu > .current-menu-item > a:focus, .main-menu > .current-menu-item > a:hover {
  color: #F4D8BB;
  background-color: transparent;
}

/* Secondary Nav */
.main-menu > li:last-of-type .dropdown-menu {
  left: unset;
  right: 0;
}

.main-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 185px;
  top: 33px !important;
  background-color: #250609;
  border: 0;
  padding-bottom: 15px;
  box-shadow: 0 10px 6px 2px rgba(0, 0, 0, 0.1);
}
.main-menu .dropdown-menu li {
  text-align: left !important;
}
.main-menu .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-weight: 600;
  background-color: transparent !important;
}
.main-menu .dropdown-menu .current-menu-item .dropdown-item,
.main-menu .dropdown-menu .dropdown-item:hover,
.main-menu .dropdown-menu .dropdown-item:active,
.main-menu .dropdown-menu .dropdown-item:focus {
  color: #F4D8BB;
  background-color: transparent;
}

.header-scroll .main-menu .dropdown-menu {
  top: 27px !important;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #main-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  #main-menu {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .navbar-toggler {
    width: 35px;
    height: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
    margin-left: 15px;
  }
  .navbar-toggler.nav-open {
    padding-top: 12px;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(2) {
    display: none;
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(1) {
    transform: rotate(45deg) translate(-1px, -1px);
  }
  .navbar-toggler.nav-open .menu-bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  .menu-bar {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s ease-out;
  }
  .nav-wrap {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 105px;
    background-color: #250609;
  }
  .header-scroll .nav-wrap {
    top: 75px;
  }
  #main-menu {
    padding: 25px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-menu > li {
    padding: 6px 0;
  }
  .main-menu > li > a {
    font-size: 0.85rem;
  }
  .main-menu .dropdown-menu {
    box-shadow: none;
    padding-bottom: 0;
  }
  .main-menu .dropdown-menu li {
    text-align: center !important;
  }
  .main-menu .dropdown-menu .dropdown-item {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .header-scroll .nav-wrap {
    top: 96px !important;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
#masthead.header-scroll {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#masthead .btn {
  min-height: unset;
  height: 30px;
  padding: unset;
  font-size: 0.6rem;
  min-width: 145px;
  border-width: 1px;
}
#masthead .btn.btn-secondary {
  border-color: #E43926;
}
#masthead p {
  margin: 0;
  line-height: 1.25;
}

.site-header-inner {
  padding: 25px 60px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}

.header-logo img {
  height: 55px;
  width: auto;
}

.header-contact a {
  color: #fff;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #F4D8BB;
}

.header-socials a {
  text-decoration: underline;
  color: #F4D8BB;
}
.header-socials a:hover, .header-socials a:focus, .header-socials a:active {
  text-decoration: none;
}

.header-scroll .site-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.socials-modal .modal-dialog {
  max-width: 500px;
}

.socials-modal-wrap {
  padding: 60px 35px 35px;
}
.socials-modal-wrap img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  border-radius: 6px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .site-header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  .site-header-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .site-header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #masthead .btn {
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  #masthead p {
    line-height: 1.5;
  }
  #masthead .btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .site-header-inner {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .header-scroll .site-header-inner {
    padding-top: 5px;
    padding-bottom: 2px;
  }
  .socials-modal-wrap {
    padding: 60px 20px 30px;
  }
  .socials-modal-wrap img {
    max-width: 125px;
  }
  .header-left {
    display: flex;
    justify-content: space-between;
  }
  .header-left .btn {
    width: calc(50% - 2px) !important;
    min-width: calc(50% - 2px) !important;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 900px;
}

.modal-content-wrap {
  padding: 60px 60px 45px;
  z-index: 1;
}

.cta-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
}
.cta-modal-img:before {
  background-color: rgba(37, 6, 9, 0.6);
  z-index: 1;
}

.cta-modal-contact a {
  color: #fff;
  font-weight: 500;
}
.cta-modal-contact a:hover, .cta-modal-contact a:focus, .cta-modal-contact a:active {
  color: #F4D8BB;
}

.mobile-cta-link {
  display: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #E43926;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
}
@media (max-width: 991px) {
  .cta-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .modal-content-wrap {
    padding: 60px 20px 30px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 700px;
}

.hp-modal-wrap {
  padding: 60px 40px 45px;
  z-index: 1;
}
.hp-modal-wrap .gform_button {
  width: 100%;
}

.hp-modal-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
}
.hp-modal-img:before {
  background-color: rgba(37, 6, 9, 0.6);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .hp-modal-wrap {
    padding: 60px 20px 30px;
  }
}
#colophon {
  padding-top: 60px;
  padding-bottom: 20px;
}
#colophon hr {
  opacity: 1;
  background-color: #F4D8BB;
}

.footer-content {
  margin-bottom: 10px;
}

.footer-img {
  order: 2;
}
.footer-img div {
  transform: scale(1.3);
  width: 100%;
  clip-path: url(#footer-clip);
  overflow-clip-margin: content-box;
  overflow: clip;
}

.footer-content-inner {
  padding-right: 65px;
}
.footer-content-inner .gform_footer {
  justify-content: center;
}

.footer-content-contact a {
  color: #fff;
}
.footer-content-contact a:hover, .footer-content-contact a:focus, .footer-content-contact a:active {
  color: #F4D8BB;
}

.site-footer-inner {
  padding-top: 10px;
}

.footer-col {
  margin: 20px 0;
}
.footer-col p {
  margin-bottom: 8px;
  line-height: 1.15;
}

.footer-contact a,
.footer-emerg a {
  color: #fff;
}
.footer-contact a:hover, .footer-contact a:focus, .footer-contact a:active,
.footer-emerg a:hover,
.footer-emerg a:focus,
.footer-emerg a:active {
  color: #F4D8BB;
}

.footer-social {
  padding-left: 20px;
}
.footer-social a {
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #E43926;
  margin-right: 15px;
  margin-top: 10px;
  display: inline-block;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  color: #F4D8BB;
}

.footer-qr-codes div {
  min-width: 48%;
  width: 48%;
}
.footer-qr-codes div img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.site-info {
  padding-left: 20px;
}
.site-info p a {
  color: #E43926;
}
.site-info p a:hover, .site-info p a:focus, .site-info p a:active {
  color: #F4D8BB;
}

.footer-legal {
  display: inline-block;
}
.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
  padding: 0 5px 0 3px;
}
.footer-legal li {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 8px;
  font-size: 1rem;
  line-height: 1;
}
.footer-legal a {
  color: #fff;
  font-weight: normal;
}
.footer-legal a:hover, .footer-legal a:focus, .footer-legal a:active {
  color: #F4D8BB;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .footer-img div {
    transform: scale(1.4);
  }
}
@media (max-width: 1199px) {
  .footer-content-inner {
    padding-right: 15px;
  }
  .footer-img div {
    transform: scale(1.2);
    transform-origin: top left;
  }
  .footer-qr-mobile img {
    width: 125px;
    border-radius: 6px;
  }
  .footer-qr-mobile img + img {
    margin-left: 6px;
  }
  .footer-social,
  .site-info {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .footer-content {
    position: relative;
    z-index: 1;
  }
  .footer-img {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
  }
  .footer-img div {
    width: 400px;
    margin: unset;
    justify-self: flex-end;
    opacity: 0.25;
  }
}
@media (max-width: 767px) {
  #colophon {
    padding: 45px 0 15px;
  }
  .footer-img {
    top: -20px;
  }
  .footer-img div {
    width: 300px;
  }
  .footer-content-contact {
    font-size: 0.8rem;
  }
  .footer-legal {
    display: block;
  }
  .footer-legal ul {
    padding: 0;
    margin-bottom: 5px;
  }
  .footer-legal ul li:first-child {
    border: 0;
    padding-left: 0;
  }
}
.media-wrap > div {
  height: 100%;
}
.media-wrap .bg-slider,
.media-wrap .img-slider {
  height: 100% !important;
}
.media-wrap .bg-slider .slick-track,
.media-wrap .bg-slider .slick-list,
.media-wrap .bg-slider .slick-slide,
.media-wrap .img-slider .slick-track,
.media-wrap .img-slider .slick-list,
.media-wrap .img-slider .slick-slide {
  height: 100% !important;
}
.media-wrap .comp-video {
  position: relative;
}
.media-wrap .video-wrap {
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-wrap .video-wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-slider-arrows {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.list-box-wrap {
  margin-bottom: 35px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 0;
}
.list-box-wrap a {
  color: #fff;
  font-weight: normal;
}
.list-box-wrap a:hover .list-box-status, .list-box-wrap a:focus .list-box-status, .list-box-wrap a:active .list-box-status {
  transform: translateY(-10px);
}
.list-box-wrap a:hover .list-box-img img, .list-box-wrap a:focus .list-box-img img, .list-box-wrap a:active .list-box-img img {
  transform: scale(1.1);
  transition: all 8s ease-out;
}

.list-box-inner {
  position: relative;
}

.list-box-img {
  position: relative;
  overflow: hidden;
}
.list-box-img:before {
  background: linear-gradient(to top, #250609, rgba(37, 6, 9, 0) 40%);
  z-index: 1;
}
.list-box-img img {
  transition: all 0.75s ease-out;
}

.list-box-brand {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
}
.list-box-brand img {
  width: 105px;
  height: auto;
}

.list-box-status {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 20px 10px;
  min-width: 175px;
  z-index: 1;
  transition: all 0.5s ease-out;
}

.list-box-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 25px 20px;
}
.list-box-info hr {
  opacity: 1;
  background-color: #F4D8BB;
  margin: 6px 0;
}

.list-box-meta span:not(:last-child):after {
  content: " | ";
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-box-status {
    top: 15px;
    transform: none !important;
    padding: 4px 12px 6px;
    font-size: 0.7rem;
    min-width: 145px;
  }
  .list-box-info {
    padding: 0 20px 20px;
  }
}
.blog-box-wrap {
  margin-bottom: 50px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 40px;
}
.blog-box-wrap a {
  font-weight: normal;
}
.blog-box-wrap a:hover .blog-box-img .object-cover, .blog-box-wrap a:focus .blog-box-img .object-cover, .blog-box-wrap a:active .blog-box-img .object-cover {
  transform: scale(1.1);
  transition: all 8s ease-out;
}
.blog-box-wrap a:hover .blog-more, .blog-box-wrap a:focus .blog-more, .blog-box-wrap a:active .blog-more {
  color: #E43926;
}

.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img .object-cover {
  transition: all 0.75s ease-out;
}

.blog-box-date {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(to top, #250609, #B96049);
  line-height: 1;
  padding-bottom: 4px;
  z-index: 1;
}

.blog-box-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.blog-box-info {
  margin-top: 12px;
  color: #250609;
}

.blog-more {
  border-bottom: 2px solid #E43926;
  transition: all 0.5s ease-out;
  display: inline-block;
  padding-bottom: 2px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-box-date {
    width: 60px;
    height: 60px;
    font-size: 0.6rem;
  }
  .blog-box-play img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 100vh;
  padding: 200px 0 50px;
  overflow: hidden;
}
.img-header .container {
  position: relative;
  z-index: 1;
}
.img-header a:not(.btn) {
  color: #F4D8BB;
  text-decoration: underline;
}
.img-header a:not(.btn):hover, .img-header a:not(.btn):focus, .img-header a:not(.btn):active {
  color: rgb(252.5215189873, 246.2126582278, 239.6784810127);
  text-decoration: none;
}

.header-media {
  position: absolute;
  top: 154px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  background-color: rgba(37, 6, 9, 0.6);
  z-index: 1;
}
.header-media .object-cover {
  object-position: top;
}

.hero-media {
  position: absolute;
  top: 154px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.text-header {
  padding-top: 200px;
  margin-bottom: 50px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .header-media {
    top: 105px;
  }
  .img-header {
    padding-top: 160px;
  }
  .text-header {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 600px;
    padding: 200px 0 90px;
  }
  .page-header h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding: 150px 0 35px;
  }
  .header-media {
    top: 108px;
  }
  .header-media:before {
    background-color: rgba(37, 6, 9, 0.75);
  }
  .text-header {
    padding-top: 140px;
    margin-bottom: 35px;
  }
}
.sidebar {
  padding: 30px;
  position: sticky;
  text-align: center;
}
.sidebar h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
}
.sidebar .gform_footer {
  justify-content: center;
}

.sidebar-contact a {
  color: #fff !important;
  font-weight: 600;
}
.sidebar-contact a:hover, .sidebar-contact a:focus, .sidebar-contact a:active {
  color: #F4D8BB !important;
}

/** # Responsive **/
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 30px 20px;
  }
}
.lead-wrap {
  padding: 230px 0 90px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.lead-img {
  position: absolute;
  top: 154px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background-color: rgba(37, 6, 9, 0.6);
}

.lead-inner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.lead-inner a:not(.btn) {
  color: #F4D8BB !important;
}
.lead-inner a:not(.btn):hover, .lead-inner a:not(.btn):focus, .lead-inner a:not(.btn):active {
  color: #B96049 !important;
}

#colophon.lead-footer {
  padding-top: 20px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-img {
    top: 105px;
  }
  .lead-wrap {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .lead-wrap {
    min-height: unset;
    display: block;
    padding: 160px 0 90px;
  }
  .lead-img:before {
    background-color: rgba(37, 6, 9, 0.9);
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding: 150px 0 50px;
  }
  .lead-img {
    top: 108px;
  }
}
.posts-wrap {
  margin-top: 50px;
  margin-bottom: 60px;
}

.t-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap a {
  display: block;
  height: 100%;
  font-weight: normal;
}
.t-box-wrap a:hover .t-box-inner, .t-box-wrap a:focus .t-box-inner, .t-box-wrap a:active .t-box-inner {
  transform: translateY(-15px);
}

.t-box-inner {
  height: 100%;
  background-color: #250609;
  padding: 35px 55px 100px;
  border-radius: 5px;
  position: relative;
  transition: all 0.7s ease-out;
}

.t-box-name {
  position: absolute;
  bottom: 35px;
  left: 55px;
  right: 55px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}

.testimonial-modal .modal-dialog {
  max-width: 800px;
}
.testimonial-modal .modal-content {
  border-radius: 5px;
  overflow: hidden;
}

.t-modal-wrap {
  padding: 40px 50px;
}

.modal-backdrop {
  background-color: #250609;
}

/** # Responsive **/
@media (max-width: 991px) {
  .t-box-wrap {
    margin-bottom: 40px;
  }
  .t-box-inner {
    transform: none !important;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
}
@media (max-width: 767px) {
  .t-box-inner {
    padding: 30px 20px 80px;
  }
  .t-box-name {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
  .t-modal-wrap {
    padding: 30px 20px;
  }
}
.listings-wrap {
  margin-top: 35px;
  margin-bottom: 60px;
}

.page-content {
  margin: 50px 0;
}

.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs),
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) {
  padding-left: 0;
  list-style: none;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li {
  border-bottom: 2px solid #F4D8BB;
  padding: 15px 0 20px 24px;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:first-child,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:first-child,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:first-child {
  padding-top: 0;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:last-child,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:last-child,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:last-child {
  border: 0;
}
.entry-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
.page-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before,
section ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.slick-dots):not(.select2-results):not(.wp-block-social-links):not(.nav-tabs) li:before {
  margin: 0 10px 0 -24px;
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #E43926;
}

.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5,
.page-content > h1,
.page-content > h2,
.page-content > h3,
.page-content > h4,
.page-content > h5 {
  color: #97837C;
  margin-top: 30px;
}
.entry-content > h1:first-child, .entry-content > h2:first-child, .entry-content > h3:first-child, .entry-content > h4:first-child, .entry-content > h5:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child {
  margin-top: 0;
}
.entry-content > h1, .entry-content > .h1,
.page-content > h1,
.page-content > .h1 {
  font-size: 2.5rem;
}
.entry-content > h2, .entry-content > .h2,
.page-content > h2,
.page-content > .h2 {
  font-size: 2.2rem;
}
.entry-content > h3, .entry-content > .h3,
.page-content > h3,
.page-content > .h3 {
  font-size: 1.7rem;
}
.entry-content > h4, .entry-content > .h4,
.page-content > h4,
.page-content > .h4 {
  font-size: 1.4rem;
}

.page-wrap {
  margin-bottom: 80px;
  margin-top: 80px;
}

.entry-content {
  padding-right: 60px;
}
.entry-content > section:first-child {
  margin-top: 0 !important;
}
.entry-content > section:last-child {
  margin-bottom: 0 !important;
}
.entry-content > section > blockquote:first-child {
  margin-top: 0 !important;
}
.entry-content > section > blockquote:last-child {
  margin-bottom: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1,
  .page-content > h1,
  .page-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2,
  .page-content > h2,
  .page-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3,
  .page-content > h3,
  .page-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4,
  .page-content > h4,
  .page-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 90px 0;
  min-height: 70vh;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: unset;
}
.cta-img:before {
  background-color: rgba(37, 6, 9, 0.6);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
    min-height: unset;
  }
  .cta-section .h5 {
    font-size: 1.1rem;
  }
}
.list-top-wrap {
  padding-top: 200px;
  padding-bottom: 65px;
  overflow: hidden;
}

.list-status {
  width: fit-content;
  min-width: 177px;
  height: 45px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #B96049, #250609);
  margin-bottom: 15px;
}

.list-top-box {
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  height: 85px;
  min-width: 120px;
  background-color: rgba(244, 216, 187, 0.17);
}
.list-top-box .xtiny {
  font-weight: 500;
}

.list-img-wrap {
  margin-top: 35px;
}

.list-gallery {
  position: relative;
}

.list-quick-links {
  position: absolute;
  bottom: 10px;
  left: calc(15% + 15px);
  z-index: 1;
}
.list-quick-links a {
  display: inline-block;
  width: 150px;
  height: 37px;
  background: linear-gradient(to bottom, #250609, #E43926);
  color: #fff;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  padding: 12px 8px;
  margin-right: 10px;
  cursor: pointer;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #F4D8BB !important;
}

.list-img .list-quick-links {
  left: 10px;
}

.list-gallery-slider {
  margin: 0 -15px;
}
.list-gallery-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
}
.list-gallery-slider .slick-arrow.slick-prev {
  left: calc(15% - 10px);
}
.list-gallery-slider .slick-arrow.slick-next {
  right: calc(15% - 10px);
}

.list-gallery-slide {
  padding: 0 15px;
}

.list-wrap {
  margin-top: 70px;
  margin-bottom: 80px;
}

.details-wrap {
  margin-bottom: 45px;
}

.list-detail {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(185, 96, 73, 0.5);
}

.list-desc {
  margin-bottom: 50px;
}
.list-desc + .list-downloads {
  margin-top: -25px;
}

.list-downloads,
.list-map {
  margin-bottom: 50px;
}

.list-addtl-info .toggle-card:last-child {
  margin-bottom: 0;
}

.list-tour {
  padding: 60px 0 80px;
}

.related-listings-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}

.related-listings-header {
  margin-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .list-gallery-slider .slick-arrow.slick-prev {
    left: calc(10% - 10px);
  }
  .list-gallery-slider .slick-arrow.slick-next {
    right: calc(10% - 10px);
  }
  .list-quick-links {
    left: calc(10% + 15px);
  }
}
@media (max-width: 1199px) {
  .list-top-wrap {
    padding-top: 150px;
  }
  .list-status {
    margin: 0 auto 15px;
  }
  .list-top-box {
    margin: 0 5px;
  }
  .list-gallery {
    padding: 0 30px;
  }
  .list-gallery-slider .slick-arrow.slick-prev {
    left: 25px;
  }
  .list-gallery-slider .slick-arrow.slick-next {
    right: 25px;
  }
  .list-quick-links {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    padding-bottom: 45px;
  }
  .list-img {
    padding: 0 10px;
  }
  .list-img .list-quick-links {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap {
    padding-bottom: 30px;
  }
  .list-top-box {
    width: calc(50% - 6px);
    min-width: calc(50% - 6px);
    margin: 12px 0 0;
  }
  .list-gallery {
    padding: 0 15px;
  }
  .list-quick-links {
    left: 25px;
  }
  .list-quick-links a {
    width: 100px;
    margin-right: 2px;
  }
  .list-img {
    padding: 0 15px;
  }
  .list-img .list-quick-links {
    left: 25px;
  }
  .list-wrap {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .list-tour {
    padding: 45px 0 40px;
  }
  .related-listings-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.post-wrap {
  padding-top: 200px;
  margin-bottom: 70px;
}

.post-header {
  padding: 40px 30px;
  margin-bottom: 35px;
}

.post-img {
  margin-bottom: 35px;
}

.blog-tags {
  margin-top: 45px;
}
.blog-tags a {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0.8rem;
  text-decoration: none;
}

.blog-cta {
  z-index: 1;
}
.blog-cta:before {
  background-color: rgba(37, 6, 9, 0.6);
}
.blog-cta a {
  color: #fff;
  min-height: 400px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .post-wrap {
    padding-top: 150px;
  }
  .post-header {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .post-header h1 {
    font-size: 1.6rem;
  }
  .post-wrap {
    margin-bottom: 50px;
  }
}
.bio-wrap {
  padding-top: 200px;
  margin-bottom: 70px;
}

.bio-header-wrap {
  padding: 40px 30px;
}
.bio-header-wrap + hr {
  background: #B96049;
  height: 2px;
  opacity: 0.5;
}

.team-contact a {
  color: #250609;
  word-wrap: break-word;
  font-weight: normal;
}
.team-contact a:hover, .team-contact a:focus, .team-contact a:active {
  color: #E43926;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .bio-wrap {
    padding-top: 150px;
  }
  .bio-header-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .bio-featured {
    margin-top: 30px;
  }
}
.toggle-card {
  margin: 0 0 35px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #F4D8BB;
  outline: none !important;
  text-align: left;
  color: #250609;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle-btn:hover .toggle-arrow, .toggle-btn:focus .toggle-arrow, .toggle-btn:active .toggle-arrow, .toggle-btn:not(.collapsed) .toggle-arrow {
  transform: rotate(90deg);
}

.toggle-arrow {
  transition: all 0.4s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #E43926;
  color: #fff !important;
}

.toggle-card-body {
  margin-top: 15px;
}

/* Styling for thanks/404 pages */
lite-youtube,
lite-vimeo {
  background-color: #250609;
  position: relative;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* play button */
  /* Post-click styles */
}
lite-youtube::before,
lite-vimeo::before {
  background-color: rgba(37, 6, 9, 0.25);
}
lite-youtube > iframe,
lite-vimeo > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 0;
  aspect-ratio: 16/9;
}
lite-youtube .lyt-playbtn svg,
lite-youtube .ltv-playbtn svg,
lite-vimeo .lyt-playbtn svg,
lite-vimeo .ltv-playbtn svg {
  width: 120px;
  position: relative;
  z-index: 10;
}
lite-youtube.lyt-activated, lite-youtube.ltv-activated,
lite-vimeo.lyt-activated,
lite-vimeo.ltv-activated {
  cursor: unset;
  background-image: none !important;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lyt-playbtn, lite-youtube.lyt-activated > .ltv-playbtn, lite-youtube.ltv-activated::before, lite-youtube.ltv-activated > .lyt-playbtn, lite-youtube.ltv-activated > .ltv-playbtn,
lite-vimeo.lyt-activated::before,
lite-vimeo.lyt-activated > .lyt-playbtn,
lite-vimeo.lyt-activated > .ltv-playbtn,
lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated > .lyt-playbtn,
lite-vimeo.ltv-activated > .ltv-playbtn {
  opacity: 0;
  pointer-events: none;
}

/** # Responsive **/
@media (max-width: 767px) {
  lite-youtube .lyt-playbtn svg,
  lite-youtube .ltv-playbtn svg,
  lite-vimeo .lyt-playbtn svg,
  lite-vimeo .ltv-playbtn svg {
    width: 75px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 50px;
  overflow: hidden;
}
.homepage-hero:before {
  background-color: rgba(37, 6, 9, 0.6);
  z-index: 1;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 154px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.hero-logo {
  margin-bottom: 15px;
}
.hero-logo img {
  height: 40px;
  width: auto;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hero-media {
    top: 105px;
  }
  .homepage-hero {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .homepage-hero {
    min-height: unset;
    padding: 200px 0 90px;
  }
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 150px 0 50px;
  }
  .homepage-hero:before {
    background-color: rgba(37, 6, 9, 0.75);
  }
  .hero-media {
    top: 108px;
  }
}
.homepage-listings {
  margin-top: 45px;
  margin-bottom: 90px;
}

.list-slider {
  margin: 0 -15px;
}
.list-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
}
.list-slider .slick-arrow.slick-prev {
  left: -10px;
}
.list-slider .slick-arrow.slick-next {
  right: -10px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings {
    margin-bottom: 50px;
  }
}
.homepage-testimonials {
  padding: 40px 40px 40px 50px;
  z-index: 1;
}

.hpt-quote {
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: -1;
}

.hpt-content {
  padding: 30px;
  min-height: 75vh;
}
.hpt-content > div {
  max-width: 500px;
}

.hpt-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 25px;
  padding-right: 130px;
}

.hpt-arrows {
  position: absolute;
  bottom: -15px;
  right: 0;
}
.hpt-arrows .slick-arrow {
  border: 1px solid #fff;
}

.hpt-media {
  position: relative;
}
.hpt-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 30px;
  z-index: initial;
}
.hpt-media .object-cover {
  object-position: top;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpt-quote {
    left: 20px;
  }
  .hpt-content {
    padding: 30px 15px 30px 0;
  }
  .hpt-content > div {
    max-width: 100%;
  }
  .hpt-media .media-wrap {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    padding: 40px;
  }
  .hpt-content {
    padding: 0 15px;
    min-height: unset;
  }
  .hpt-media {
    margin-top: 35px;
    aspect-ratio: 7/5;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 30px 15px;
  }
  .hpt-quote {
    top: -20px;
    left: -50px;
  }
  .hpt-quote img {
    width: 90vw;
    height: auto;
  }
  .hpt-bottom {
    padding-right: 0;
    padding-top: 20px;
  }
  .hpt-arrows {
    position: static;
    margin-top: 20px;
  }
}
.homepage-blog {
  padding: 60px 0 45px;
}

.hp-blog-header {
  margin-bottom: 45px;
}

/** # Responsive **/
@media (max-width: 767px) {
  .homepage-blog {
    padding: 45px 0;
  }
}
.freeform-content {
  margin: 50px 0;
}

.copy-on-media {
  padding: 80px 0;
  min-height: 90vh;
}
.copy-on-media .container {
  position: relative;
  z-index: 1;
}

.overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.overlay-media:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 50px 0;
    min-height: unset;
  }
  .overlay-media:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.hp-copy-on-media {
  padding: 80px 0;
  min-height: 90vh;
}
.hp-copy-on-media .container {
  position: relative;
  z-index: 1;
}

.hp-overlay-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hp-overlay-media:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 50px 0;
    min-height: unset;
  }
  .hp-overlay-media:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.copy-and-media {
  padding: 80px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.copy-and-media.cm-pullquote .cm-media .media-wrap {
  bottom: 45px;
}
.copy-and-media.cm-pullquote.media-right .cm-media .media-wrap {
  right: 60px;
}
.copy-and-media.cm-pullquote.media-right .cmbq {
  right: 15px;
}
.copy-and-media.cm-pullquote.media-left .cm-media .media-wrap {
  left: 60px;
}
.copy-and-media.cm-pullquote.media-left .cmbq {
  left: 15px;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-right .cm-inner {
  padding-right: 45px;
}
.copy-and-media.media-left .cm-inner {
  padding-left: 45px;
}

.cm-media {
  position: relative;
  min-height: 500px;
}
.cm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.cm-media .img-slider-arrows {
  display: none;
}

.cmbq {
  position: absolute;
  bottom: 0;
  width: 75%;
  z-index: 1;
}
.cmbq blockquote {
  margin: 0;
}

.cm-inner ul li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .copy-and-media {
    padding: 60px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .copy-and-media.cm-pullquote .cm-media .media-wrap {
    bottom: 30px;
  }
  .copy-and-media.cm-pullquote.media-right .cm-media .media-wrap {
    right: 35px;
  }
  .copy-and-media.cm-pullquote.media-left .cm-media .media-wrap {
    left: 35px;
  }
  .copy-and-media.media-right .cm-inner {
    padding-right: 15px;
  }
  .copy-and-media.media-left .cm-inner {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .copy-and-media .cm-media {
    order: unset !important;
    aspect-ratio: 7/5;
    margin-bottom: 35px;
    min-height: unset;
  }
  .copy-and-media .cm-media .media-wrap {
    left: 15px !important;
    right: 15px !important;
    bottom: 0 !important;
  }
  .cmbq-desktop {
    display: none;
  }
  .cmbq {
    position: static;
  }
}
@media (max-width: 767px) {
  .copy-and-media {
    padding: 45px 0;
  }
  .copy-and-media.white-bg {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.hp-copy-and-media {
  padding: 40px;
}
.hp-copy-and-media.media-right .hpcm-media {
  order: 2;
}

.hpcm-media {
  position: relative;
}
.hpcm-media .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.hpcm-media .object-cover {
  object-position: top;
}

.bubble {
  position: absolute;
  top: -20px;
  left: -5px;
  z-index: 1;
  width: 190px;
  border-radius: 100%;
  padding: 15px;
  line-height: 1.15;
}

.hpcm-inner {
  padding: 30px;
  min-height: 75vh;
}
.hpcm-inner > div {
  max-width: 500px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .hpcm-inner {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .hpcm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .hpcm-media .media-wrap {
    aspect-ratio: 7/5;
    position: relative;
    left: 0;
    right: 0;
  }
  .hpcm-inner {
    min-height: unset;
  }
  .hpcm-inner > div {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 30px 15px;
  }
  .bubble {
    position: static;
    aspect-ratio: unset;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
  }
}
.team-query-wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}

.team-query-header {
  margin-bottom: 40px;
}

.team-box-wrap {
  margin-bottom: 40px;
}
.team-box-wrap a {
  color: #250609;
}
.team-box-wrap a:hover .team-box-img img, .team-box-wrap a:focus .team-box-img img, .team-box-wrap a:active .team-box-img img {
  transform: scale(1.1);
  transition: all 8s ease-out;
}
.team-box-wrap a:hover .team-hover, .team-box-wrap a:focus .team-hover, .team-box-wrap a:active .team-hover {
  opacity: 1;
}

.team-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.team-box-img img {
  transition: all 0.75s ease-out;
}

.team-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding: 15px;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.team-hover:before {
  z-index: 1;
  background: linear-gradient(to top, #250609, rgba(37, 6, 9, 0) 40%);
}
.team-hover > div {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .team-query-wrap {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.blog-feed {
  padding: 70px 0 40px;
}

.blog-feed-header {
  margin-bottom: 35px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding: 40px 0 45px;
  }
}
.logo-slider-wrap {
  margin: 60px 0;
}
.logo-slider-wrap .section-links {
  margin-top: 35px;
}

.logo-slider-inner {
  margin-top: 45px;
}
.logo-slider-inner .slick-dots {
  margin-top: 30px;
}

.logo-slide {
  padding: 0 25px;
}
.logo-slide p {
  text-align: center;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #250609;
  transition: all 0.4s ease-out;
}
.logo-slide a {
  text-decoration: none;
}
.logo-slide a:hover p, .logo-slide a:focus p, .logo-slide a:active p {
  color: #E43926;
}

.logo-slide-logo {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slide-logo img {
  max-height: 100%;
  width: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .logo-slide-logo {
    height: 125px;
  }
}
.testimonial-callout-slider {
  padding-top: 60px;
  padding-bottom: 80px;
}

.testimonial-callout {
  border-radius: 5px;
}

.tcallout-header {
  margin-bottom: 45px;
}

.tcallout-lg-slider {
  margin: 0 -15px;
}
.tcallout-lg-slider .tcallout-slide {
  padding: 0 15px;
}
.tcallout-lg-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  background-color: #fff;
}
.tcallout-lg-slider .slick-arrow.slick-prev {
  left: -10px;
}
.tcallout-lg-slider .slick-arrow.slick-next {
  right: -10px;
}

.tcallout-slide {
  background-color: #250609;
  border-radius: 5px;
  overflow: hidden;
}

.tcallout-slide-inner {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 35px 55px;
  border-radius: 5px;
}

.tcallout-name {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}

.tcallout-lg-arrows .slick-arrow {
  margin-top: 30px;
}

.tcallout-arrows .slick-arrow {
  margin-top: 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .testimonial-callout-slider {
    padding-bottom: 50px;
  }
  .tcallout-slide-inner {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-callout-slider {
    padding-top: 45px;
  }
}
.buttons-grid {
  margin: 50px 0;
}

.link-box-grid {
  margin: 50px 0;
}

.link-box {
  margin-bottom: 45px;
}
.link-box a:hover .link-box-img:after, .link-box a:focus .link-box-img:after, .link-box a:active .link-box-img:after {
  opacity: 0.3;
}

.link-box-img {
  position: relative;
}
.link-box-img:after {
  background-color: #250609;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.wp-iframe-block iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* Styling for WP Media Block */
.hp-sticky-content-stats {
  padding: 90px 0 120px;
}

.hpscs-content {
  padding-right: 90px;
}

.hpscs-testimonial + .hp-stats-wrap {
  margin-top: 70px;
}

.hp-stats-wrap h3 {
  margin-bottom: -25px;
}

.hp-stat {
  border-bottom: 1px solid #F4D8BB;
  padding-bottom: 35px;
}
.hp-stat:not(:last-child) {
  margin-bottom: 40px;
}

.hp-stat-value {
  font-size: 9.8rem;
  line-height: 1;
}

.hp-stat-title {
  letter-spacing: 0.1rem;
}

.ht-box-wrap {
  margin-bottom: 50px;
}

.ht-box-inner {
  height: 100%;
  border-radius: 6px;
  padding: 35px 40px 90px;
  position: relative;
}

.ht-box-img {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ht-box-img div {
  margin: 0 auto;
  width: 70px;
  clip-path: url(#footer-clip);
  overflow-clip-margin: content-box;
  overflow: clip;
}

.ht-name {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hp-stat-value {
    font-size: 8.8rem;
  }
}
@media (max-width: 1199px) {
  .hpscs-content {
    padding-right: 30px;
  }
  .hp-stats-wrap h3 {
    margin-bottom: 0;
  }
  .hp-stat-value {
    font-size: 7.3rem;
  }
}
@media (max-width: 991px) {
  .hp-sticky-content-stats {
    padding: 60px 0;
  }
  .hpscs-content {
    margin-bottom: 45px;
    padding-right: 15px;
  }
  .hpscs-right {
    display: flex;
    flex-direction: column;
  }
  .hpscs-testimonial {
    order: 2;
    margin: 0;
  }
  .hpscs-testimonial + .hp-stats-wrap {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .hp-sticky-content-stats {
    padding: 45px 0 50px;
  }
  .hp-stat-value {
    font-size: 5rem;
  }
  .ht-box-inner {
    padding: 35px 20px 90px;
  }
  .ht-excerpt {
    font-size: 1rem;
  }
  .ht-name {
    left: 20px;
    right: 20px;
  }
}
.hp-property-marquee {
  margin-top: 45px;
  margin-bottom: 80px;
  overflow: hidden;
}
.hp-property-marquee.property-marquee-component {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 80px;
}

.property-marquee {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.property-slide {
  width: 30vw;
  padding: 0 15px;
  position: relative;
}

.hp-marquee-brand {
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 1;
}
.hp-marquee-brand img {
  width: 100px;
  height: unset;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-property-marquee {
    margin-bottom: 60px;
  }
  .hp-property-marquee.property-marquee-component {
    padding-bottom: 60px;
  }
  .property-slide {
    width: 47vw;
  }
  .hp-marquee-brand img {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .hp-property-marquee {
    margin-bottom: 50px;
  }
  .hp-property-marquee.property-marquee-component {
    padding-bottom: 50px;
  }
  .property-slide {
    width: 95vw;
  }
}
.hp-map {
  padding: 30px 0 90px;
  overflow-x: hidden;
}

.hpm-map div {
  margin-right: -150px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpm-map div {
    margin-right: -50px;
  }
}
@media (max-width: 1199px) {
  .hp-map {
    padding-bottom: 60px;
  }
  .hpm-map div {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .hp-map {
    padding-top: 45px;
  }
  .hpm-map {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .hp-map {
    padding-bottom: 40px;
  }
}
.homepage-steps {
  padding-top: 45px !important;
  padding-bottom: 45px;
}

.hps-header {
  margin-bottom: 70px;
}

.hp-step {
  margin-bottom: 45px;
}

.hp-step-inner {
  height: 100%;
  background-color: rgba(244, 216, 187, 0.2);
}

.hp-step-img {
  position: relative;
}

.hp-step-num {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 75px;
  aspect-ratio: 1/1;
  background-image: linear-gradient(to bottom, #B96049, #250609);
  font-size: 2.2rem;
  line-height: 1;
  border-radius: 100%;
  padding-bottom: 15px;
}

.hp-step-info {
  padding: 20px 15px 15px;
}
.hp-step-info a {
  color: #fff;
}
.hp-step-info a:hover, .hp-step-info a:focus, .hp-step-info a:active {
  color: #F4D8BB;
}

@media (max-width: 1199px) {
  .hp-step {
    transition-delay: 0.3s !important;
  }
}
@media (max-width: 767px) {
  .homepage-steps {
    padding-bottom: 10px;
  }
  .hps-header {
    margin-bottom: 50px;
  }
  .hp-step-num {
    top: -15px;
    left: 10px;
    width: 50px;
    font-size: 1.3rem;
    padding-bottom: 12px;
  }
}
.homepage-faq {
  padding: 50px 0;
}
.homepage-faq .toggle-btn {
  color: #fff;
}

.announcement-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.announcement-wrap.hide-announcement {
  z-index: -100;
  opacity: 0;
  transition: opacity 0.25s, z-index 0s linear 0.25s !important;
}

.announcement-inner {
  background-color: rgba(185, 96, 73, 0.6);
  padding: 15px 15px 12px;
  color: #fff;
  width: 400px;
  min-height: 100px;
}
.announcement-inner .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
}
.announcement-inner .slick-dots li {
  margin: 0 3px;
  line-height: 1;
}
.announcement-inner .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  text-indent: -9999px;
}
.announcement-inner .slick-dots li.slick-active button {
  opacity: 0.5;
}
.announcement-inner .slick-dots li:only-child {
  display: none;
}

.announcement-slide a {
  color: #fff;
  text-decoration: none;
}
.announcement-slide a:hover, .announcement-slide a:focus, .announcement-slide a:active {
  text-decoration: underline;
}

.mobile-announcement-open {
  display: none;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .announcement-inner {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .home {
    overflow-x: hidden;
  }
  .announcement-wrap {
    transform: translateX(350px);
    position: fixed;
    transition: all 0.25s ease-out;
  }
  .announcement-wrap.announcement-show {
    transform: translateX(0);
  }
  .announcement-inner {
    padding-top: 30px;
    background-color: rgba(185, 96, 73, 0.9);
  }
  .mobile-announcement-open {
    display: block;
    transform: translateX(-80px);
    bottom: 10px;
    position: absolute;
    transition: all 0.25s ease-out;
  }
  .mobile-announcement-open a {
    width: 70px !important;
    min-width: unset !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left;
  }
  .mobile-announcement-open a:before {
    width: 180%;
  }
  .mobile-announcement-open a:hover:before, .mobile-announcement-open a:focus:before, .mobile-announcement-open a:active:before {
    left: -40%;
  }
  .announcement-dismiss {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .announcement-dismiss a {
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .announcement-wrap {
    transform: translateX(100vw);
  }
  .announcement-inner {
    width: 100vw;
  }
}
.stats-section {
  padding: 75px 0;
}

.stat-box:not(:last-child) {
  border-right: 1px solid #F4D8BB;
}

.stat-val {
  font-size: 100px;
  line-height: 1;
}

.stat-title {
  letter-spacing: 0.075rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .stat-val {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .stats-section {
    padding: 50px 0;
  }
  .stat-val {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .stats-section {
    padding: 45px 0 30px;
  }
  .stat-box {
    border-right: 0 !important;
    text-align: center;
    display: block !important;
    padding: 15px;
  }
  .stat-box:not(:last-child) > div {
    width: 100%;
    border-bottom: 1px solid #F4D8BB;
  }
}
.twocol-content {
  margin: 90px 0;
}

.twocol-right {
  padding-left: 30px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .twocol-content {
    margin: 50px 0;
  }
  .twocol-right {
    margin-top: 15px;
    padding-left: 15px;
  }
}
.managed-by {
  padding-top: 60px;
  padding-bottom: 70px;
}

.mb-header {
  margin-bottom: 45px;
}

.mb-gallery .gallery-item {
  width: 25%;
  min-width: 25%;
}
.mb-gallery .gallery-item a {
  border-width: 10px;
}

.tpm-brand {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 75px;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .mb-gallery .gallery-item {
    width: 33.33333333%;
    min-width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .managed-by {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .mb-header {
    margin-bottom: 30px;
  }
  .mb-gallery .gallery-item a {
    border-width: 5px;
  }
  .tpm-brand {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .mb-gallery .gallery-item {
    width: 50%;
    min-width: 50%;
  }
  .tpm-brand {
    width: 50px;
  }
}
.resources-section {
  margin-top: 80px;
  margin-bottom: 50px;
}

.resources-header {
  margin-bottom: 40px;
}

.resource-box-wrap {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.333333333%;
  min-width: 33.333333333%;
}
.resource-box-wrap:first-child, .resource-box-wrap:nth-child(2) {
  width: 50%;
  min-width: 50%;
}
.resource-box-wrap a {
  color: #fff;
}
.resource-box-wrap a:hover .resource-box-inner img, .resource-box-wrap a:focus .resource-box-inner img, .resource-box-wrap a:active .resource-box-inner img {
  transform: scale(1.1);
  transition: all 8s ease-out;
}

.resource-box-inner {
  height: 345px;
  overflow: hidden;
}
.resource-box-inner:before {
  background: linear-gradient(to top, #250609, rgba(37, 6, 9, 0) 40%);
  z-index: 1;
}
.resource-box-inner img {
  transition: all 0.75s ease-out;
}

.resource-box-info {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .resources-section {
    margin-top: 50px;
  }
  .resource-box-inner {
    height: 210px;
  }
  .resource-box-inner:before {
    background: linear-gradient(to top, #250609, rgba(37, 6, 9, 0) 55%);
  }
  .resource-box-info {
    padding: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .resources-section {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .resources-wrap {
    margin: 0 -8px;
  }
  .resource-box-wrap {
    padding: 0 8px;
    width: 50%;
    min-width: 50%;
    margin-bottom: 16px;
  }
  .resource-box-wrap:last-child:nth-child(odd) {
    width: 100%;
    min-width: 100%;
  }
  .resource-box-inner {
    height: 175px;
  }
  .resource-box-inner:before {
    background: linear-gradient(to top, #250609, rgba(37, 6, 9, 0) 65%);
  }
  .resource-box-info {
    padding: 0 10px 10px;
  }
  .resource-box-info .body-plus {
    font-size: 0.9rem;
  }
}

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